/* New recent blogs section styling for single Blog Pages */
.recent-blogs-wrapper.horizontal .flexed .recent-post-image img {
  max-width: initial;
  max-height: 300px;
  margin: 0 auto !important;
  display: block;
  float: none;
}
.recent-blogs-wrapper.horizontal .recent-posts {
  margin: 0 2%;
  padding: 0 1%;
  max-width: 350px;
}
.recent-blogs-wrapper.horizontal .excerpt {  
	margin-bottom: 5%;
}
.recent-blogs-wrapper.horizontal .image-wrapper { 
	margin-top: 5%;
}
.recent-blogs-wrapper.horizontal .flexed {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .recent-blogs-wrapper.horizontal .recent-posts {
    margin: 25px .5% 10px;
  }
}
@media (max-width: 1200px) {
  .recent-blogs-wrapper.horizontal .flexed {
    flex-wrap: wrap;
  }
  .recent-blogs-wrapper.horizontal .recent-posts {
    margin: 25px .5% 15px;
  }
}
.recent-blogs-wrapper.horizontal .image-container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 66.6667%;
  overflow: hidden;
}
.recent-blogs-wrapper.horizontal {
  margin-top: 30px;
}
.recent-blogs-wrapper.horizontal h2 {
  margin-bottom: 20px;
}
.recent-blogs-wrapper.horizontal .recent-posts .time {
  font-size: 12px;
  line-height: 15px;
  width: 100%;
  display: block;
  padding: 8px;
  color: white;
}
.recent-blogs-wrapper.horizontal .recent-posts .title {
  font-size: 13px;
  text-transform: none!important;
  line-height: 15px;
  background-color: #fff;
  display: block;
  margin: 0;
  padding: 10px;
}
.recent-blogs-wrapper.horizontal .recent-posts .excerpt {
  background-color: #f5f5f5;
  color: black;
  padding: 11px;
  font-size: 12px;
  line-height: 15px;
}
.text-white, .text-white small { color: white !important; }
/* End Recent Blogs styling*/