﻿@import 'https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-97/variables.less';
@import 'https://s3-us-west-2.amazonaws.com/s.cdpn.io/169963/mixins.less';

.post-moduleNot {
  position: relative;
  /*z-index: 1;*/
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 400px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-moduleNot:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-moduleNot:hover .thumbnailNot img,
.hover .thumbnailNot img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.post-moduleNot .thumbnailNot {
  background: #ffffff;
  height: 150px;
  overflow: hidden;
}
.post-moduleNot .thumbnailNot .date {
  position: absolute;
  top: 20px;
  right: 20px;
  /*z-index: 1;*/
  background: #e74c3c;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-moduleNot .thumbnailNot .date .day {
  font-size: 18px;
}
.post-moduleNot .thumbnailNot .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-moduleNot .thumbnailNot img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-moduleNot .post-contentNot {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  max-height:300px;
  min-height: 250px;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-moduleNot .post-contentNot .category {
  position: absolute;
  top: -44px;
  left: 0;
  background: #1b3c78;
  padding: 10px 15px;
  color: #FFFFFF !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-moduleNot .post-contentNot .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.post-moduleNot .post-contentNot .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 16px;
  font-weight: 400;
}
.post-moduleNot .post-contentNot .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.post-moduleNot .post-contentNot .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-moduleNot .post-contentNot .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-moduleNot .post-contentNot .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-contentNot .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
  overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
