/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.footer.landing_page_wrapper{

  background-color: rgb(20 71 125);
  padding-top:0px;
}
.landing_page_wrapper{  
    min-height: 65px!important;

}
.landing_page_wrapper .header__container{
    max-height: initial;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    border-color: #e7e7e7;
    position: static;

}

@media (max-width: 1199px) and (min-width: 992px){

   .landing_page_wrapper .header__container .custom-logo a {
    line-height: 26px;
    position: relative;
    padding: 10px 0 10px 0;
      display: block;
  }
}
@media (max-width: 991px)
  {
.landing_page_wrapper {
    display:block!important;
}
 .landing_page_wrapper .custom-logo img {
    vertical-align: middle;
    max-width: 100%;
    display: inline;
    width: 60px !important;
    height: 25px;
}
}
@media (max-width: 767px){

  .blog-recent-posts__list{
  
  display:block!important;
  }
}