.kore-blog-recent-posts-1 {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.kore-blog-recent-posts-1 .page-width {
  max-width: 1167px;
  margin: 0 auto;
  padding: 0 20px;
}

.kore-blog-recent-posts-1 .header {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  background-color: #f8f8f8;
  color:#000;
  padding: 10px 0px;
  border-left: 0px solid #fff;
  border-bottom: 0px solid #0074e6;

}
.kore-blog-recent-posts-1 .header h3 {
  text-align: left;
  color:#000;
  font-weight:700;
  font-size:30px;
  font-family: Lato, sans-serif !important;
}
.kore-blog-recent-posts-1 .header .col {
  flex: 1;
  padding: 0px;
  letter-spacing: 0px;
  line-height: 1.2;
}

.kore-blog-recent-posts-1 .header .col:last-child {
  text-align: right;
}

.kore-blog-recent-posts-1 .header .col a { 
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.kore-blog-recent-posts-1 .header .col .title,
.kore-blog-recent-posts-1 .header .col .title * {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
.kore-blog-recent-posts-1 h4 {
  font-family: 'Montserrat', sans-serif;
  color: #001b36;
  font-size:27px;
  font-weight:900;
  line-height:32px;
}
.kore-blog-recent-posts-1 .post {
  padding: 15px 0px;
  margin: 0 -12px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.kore-blog-recent-posts-1 .post.text-center {
  text-align: center;
}

.kore-blog-recent-posts-1 .post .post-item {
  padding: 0 12px; 
  flex: 1;
  display: flex;
  flex-direction: column;
}
.kore-blog-recent-posts-1 .post .post-item > div{
  box-shadow: 0 8px 24px hsla(210,8%,62%,.2);
  border-radius:2px;
  height: 100%;
}
.kore-blog-recent-posts-1 .post .post-item .post-container-item{
  padding: 20px 20px 30px 20px;
}

.kore-blog-recent-posts-1 .post .post-item .post-featured-image {
  border-radius: 0px;
  {# overflow: hidden; #}
  margin-bottom: 10px;
}

.kore-blog-recent-posts-1 .post .post-item .post-featured-image .image {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.kore-blog-recent-posts-1 .post .post-item .post-featured-image .image:hover {
  opacity: 0.95; 
  cursor: pointer;
}

.kore-blog-recent-posts-1 .post .post-item .post-title:hover {
  cursor: pointer;
}

.kore-blog-recent-posts-1 .blog-listing-author,
.kore-blog-recent-posts-1 .author-link {
  font-size: 14px;
  line-height:17px;
  font-family:'Lato', sans-serif;
  color: #0074e6;
  font-weight: 700;
  margin-top:20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.kore-blog-recent-posts-1 .author-link {
  text-transform: uppercase;
}
.kore-blog-recent-posts-1 .author-link:hover {
  text-decoration:none!important;
  color: #0074e6!important;  
}
.kore-blog-recent-posts-1 .blog-listing-date {
  font-family:'Lato', sans-serif;
  line-height:17px;
  font-size: 14px;
  color: #666666;
  font-weight: 400; 
  margin-left: 20px;
}
.kore-blog-recent-posts-1 .post .post-item .post-topic .topic-link {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
  color: #0073e6;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 3px 6px;
  text-decoration: none;
  letter-spacing: 1.5px;
  border: 2px solid #0073e6;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}

.kore-blog-recent-posts-1 .post .post-item .post-topic .topic-link:hover {
  background: #0073e6!important;
  color: #FFF!important;
  border: 2px solid #0073e6!important;
}

.kore-blog-recent-posts-1 .post .post-item .post-body:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media(max-width:767px) {

  .kore-blog-recent-posts-1 .post .post-item {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .kore-blog-recent-posts-1 .header .col {
    flex: 0 0 100%;
  }
  
  .kore-blog-recent-posts-1 .header .col:last-child {
    text-align: left;
    margin-top: 15px;
  }

  .kore-blog-recent-posts-1 .post .post-item:last-child {
    margin-bottom: 0;
  }

}
@media screen and (min-width: 768px){
  .kore-blog-recent-posts-1 .post .post-item{
    width: 33.333%;
    flex: 0 0 33.333%;
  }
}