.rec_post_wrp .sc-divider-text {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin: 0 10px;
  text-transform: uppercase;
  height: 50px;
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  font-family: 'Lato';
  line-height: normal
}

.rec_post_wrp .section_title {
  width: auto;
  /*border-bottom: 3px solid #dadada;*/
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  /*box-shadow: 0 1px 0 0 #fff;*/
  display: block;
  clear: both
}

.rec_post_wrp .latest_posts {
  float: left;
  width: 100%;
  font-size: 13px;
  font-family: 'Lato';
  padding-top: 10px
}

.rec_post_wrp .cm-recent-blog-wrapper {
  position: relative;
  display: block;
  padding: 30px 0 5px 10px;
  float: left;
  padding-bottom: 0;
  padding-left: 0px !important;
  padding-top: 0;
  background: #fff;
  width: 31.3333%;
  margin: 0 1% !important;
  transition: all .5s
}

.rec_post_wrp .media {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50.3%;
  background-size: cover;
}

.rec_post_wrp .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.rec_post_wrp .media img.recent-hs-featured-image {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  display: none;
}

.rec_post_wrp .item-body {
  display: block;
  margin-top: 7px;
  margin-left: 16px;
  margin-right: 16px
}

.rec_post_wrp .item-helper {
  display: none
}

.rec_post_wrp .item-body header {
  line-height: normal;
  height: auto;
  overflow: hidden
}

.rec_post_wrp .item-body header h2 {
  color: #ff993f;
  font-size: 24px;
  border-bottom: 1px solid #dadada;
  font-weight: 500;
  text-transform: none;
  font-family: 'Oswald';
  margin-bottom: 15px;
  line-height: normal
}

.rec_post_wrp .excerpt {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.rec_post_wrp a.overlay_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.rec_post_wrp .excerpt p {
  line-height: 1.6;
}

.rec_post_wrp .cm-recent-blog-wrapper:hover {
  box-shadow: 2px 2px 10px rgb(208 208 208);
  transition: all .5s;
}

@media (max-width:879px) {

  .rec_post_wrp .cm-recent-blog-wrapper:last-child {
    display: none;
  }

  .rec_post_wrp .cm-recent-blog-wrapper {
    width: 45%;
    margin: 0 2.5% !important;
  }

}

@media (max-width: 599px){

  .rec_post_wrp .cm-recent-blog-wrapper:nth-child(2) {
    display: none;
  }

  .rec_post_wrp .cm-recent-blog-wrapper {
    width: 95%;
  }

}


