body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.portraitCard {
  font-family: 'proxima-nova-soft', sans-serif;
  font-size: 14px;
  min-width: 270px;
  width: 400px;
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  flex-basis: auto; /* default value */
  flex-grow: 1;
}
.portraitCardWide {
  font-family: 'proxima-nova-soft', sans-serif;
  font-size: 14px;
  min-width: 400px;
  width: 600px;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  flex-basis: auto; /* default value */
  flex-grow: 1;
}

.noLinkAnim {
  background: none;
}

.noLinkAnim:hover,
.noLinkAnim:focus {
  background: none;
}

.portraitCard .post-module {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 470px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 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;
}
.portraitCard .post-module:hover,
.portraitCard .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);
}
.portraitCard .post-module:hover .thumbnail img,
.portraitCard .hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.portraitCard .post-module .thumbnail {
  background: #000000;
  height: 400px;
  overflow: hidden;
}
.portraitCard .post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 65px;
  height: 65px;
  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;
}
.portraitCard .post-module .thumbnail .date .day {
  font-size: 18px;
}
.portraitCard .post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.portraitCard .post-module .thumbnail img {
  display: block;
  width: 100%;
	  object-fit: cover;
  height: 336px;
  -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;
}
	
.portraitCard .post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  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;
}
.portraitCard .post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portraitCard .post-module .post-content .credit {
	position: absolute; 
    top: -40px;
    right: 10px;
    font-size: 9px;
    font-size: 0.9em;
    padding: 10px;  }
	
.portraitCard .post-module .post-content .credit a {
    color: white;  }
	
.portraitCard .post-module .post-content .credit a:hover {
  color: #69c7b7;
  cursor:pointer;
}

.portraitCard .post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  padding-top: 20px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
  opacity: 0.8;
}
.portraitCard .post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: black;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.6;
}
.portraitCard .post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  text-align: left;
}

.portraitCard .post-module .post-content .descriptionReadMore {
  text-align: right;
  color: #666666;
  color: var(--darkColor);
}

.portraitCard .post-module .post-content .descriptionReadMore a {
  color: #666666;
  color: var(--darkColor);
}

.portraitCard .post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.portraitCard .post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.portraitCard .post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.portraitCard .hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.portraitCard .container .box2 .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.portraitCard .container .info {
  width: 100%;
  margin: 50px auto;
  text-align: center;
}
.portraitCard .container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.portraitCard .container .info span {
  color: #666666;
  font-size: 12px;
}
.portraitCard .container .info span a {
  color: #000000;
  text-decoration: none;
}
.portraitCard .portraitCard .container .info span .fa {
color: #e74c3c;}

