.banner-wrapper {
  background-color: #00b3dc;
  padding: 43px 0;
}
.banner-wrapper .banner-content.page-center {
  width: 90%;
  padding: 14px 0;
}
.banner-wrapper h1 {
  font-weight: 700;
  font-size: 60px;
  color: #ffffff;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2em;
  padding-bottom: 10px;
  margin: 0;
}
.blog-post-banner {
  position: relative;
  background-color: #fff;
}
.featured_bg {
  background-color: rgba(0,179,220,0.3);
  background-blend-mode: soft-light;
  padding: 6% 0;
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-position: 50%;
  text-align: center;
  background-repeat: no-repeat;
}
.featured_bg .banner-content.page-center {
  padding: 0.9em 1.5em;
  padding-bottom: 0;
  display: -webkit-box!important;
  display: -moz-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
  flex-direction: column-reverse;
  width: 80%;
  z-index: 98;
  position: relative;
}
.blog-post-banner.no-banner-img .featured_bg {
  background-color: rgb(0 64 90);
}
.featured_bg h1.entry-title {
  font-size: 46px;
  color: #fff;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2em;
  padding-bottom: 10px;
  margin: 0;
}
.featured_bg p.title_meta_container {
  font-size: 11px;
  color: #ffffff!important;
  letter-spacing: 2px;
  padding-bottom: 0;
  margin: 0;
  line-height: 27.2px;
}
.featured_bg p.title_meta_container>span {
  color: #ffffff!important;
  letter-spacing: 2px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500;
}
.featured_bg p.title_meta_container>span a {
  font-size: 11px;
  color: #ffffff!important;
  letter-spacing: 2px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500;
}
.featured_bg p.title_meta_container>span a:hover {
  text-decoration: none;
}
.featured_bg p.title_meta_container>span a {
  text-transform: capitalize;
}




@media(max-width: 1436px){
  .banner-wrapper {
    padding: 3% 0;
  }
  .banner-wrapper .banner-content.page-center {
    padding: 1% 0;
  }
}

@media(max-width: 980px){
  .banner-wrapper {
    padding: 30px 0;
  }
  .banner-wrapper .banner-content.page-center {
    padding: 20px 0;
  }
  .featured_bg h1.entry-title {
    font-size: 36px !important;
  }
  .featured_bg {
    padding: 80px 0 !important;
  }
}

@media(max-width: 767px){
  .featured_bg h1.entry-title {
    font-size: 26px !important;
  }
  .banner-wrapper {
    padding: 20px 0;
  }
  .banner-wrapper h1 {
    font-size: 32px;
  }
  .banner-wrapper .banner-content.page-center {
    padding: 10px 0;
  }
}



