/*@media(min-width:1400px){*/
   /**/
/*}*/
/*@media(max-width:1400px){*/
    /**/
/*}*/
/*@media(min-width: 1024px) and (max-width:1200px){*/
   /**/
/*}*/
/*@media (max-width:1200px) {*/
   /**/
/*}*/
@media (min-width: 1200px){
  .modal-xl {
    max-width: 100%;
  }
}
@media(max-width:991px){
  .grid-style-title h6{font-size: 1.5em}
  .home-body-content-box-content h4{font-size: 1em;}
  .home-body-content{
    padding: 0;
  }
  .before-footer-area .footer-instagram .footer-instagram-feed{
    max-width: 49.5%;
  }
  .before-footer-area .footer-instagram{display: inline-block}
}
@media(max-width:767px) {
  .grid-style-title h6{font-size: 1em}
  .home-body-content-box-content{padding: 15px;}

  .home-body-content-box{
    height: auto;
  }
  .before-footer-area .footer-instagram .footer-instagram-feed{
    max-width: 49.5%;
  }
  .before-footer-area .footer-instagram{display: inline-block}
  .blog-post-comment-area{padding: 5px 0;}
  .single-feature-image{height: 250px;}
  .archive-title-area{margin-bottom: 25px;text-align: center;}
}

@media (min-width: 576px){

.custom-search-modal {
  max-width: 100%;
  margin:0;
  border-radius: 0;
  
  }
}
