@import url("https://fonts.googleapis.com/css?family=Maven+Pro:200,400,700&display=swap");
body {
  color: #333639;
  font-family: 'Maven Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  width: 100%;
}

h1 {
  color: #999a9b;
  font-weight: 200;
  font-size: 32px;
  margin-bottom: 8px;
}

.wrapper {
  margin: 15px;
  width: 100%;
}

.post-card {
  position: relative;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 32px;
  min-width: 270px;
  min-height: 242px;
  height: auto;
}

.post-card.visited .post-img img {
  filter: grayscale(100%);
  opacity: .75;
}

.post-card:hover 

.post-card: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-card:hover .post-img,
.hover .post-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}

.post-img {
  height: auto;
  max-height: 170px;
  overflow: hidden;
}

.post-card img {
  display: block;
  transform: scale(1.25);
  width: 100%;
}

#results [class^="col-"] {
  position: relative;
}

.btn-cta {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #db4646;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  color: #FFFFFF;
  text-align: center;
  padding: 12.5px 0;
}

.post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 8px 10px;
}

.category {
  position: absolute;
  top: -24px;
  left: 0;
  background: #db4646;
  padding: 6px 12px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.title {
  margin: 0;
  padding: 0 0 4px;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
}

.sub_title {
  margin: 0;
  padding: 0 0 16px;
  color: #8a8281;
  font-size: 16px;
  font-weight: 400;
}

.description {
  color: #666666;
  font-size: 14px;
  line-height: 1.25;
  display: none;
}

.up-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

.post-meta {
  color: #999999;
  font-size: 12px;
  margin: 8px 0 0;
}

.timestamp {
  margin: 0 16px 0 0;
}

.post-meta a {
  color: #999999;
  text-decoration: none;
}

#video {
  border: 1px solid #d0d0d0;
  min-height: 200px;
  height: 100%;
  width: 100%;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 15px;
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

iframe {
  border: 1px solid #d0d0d0;
}
