@media (max-width: 1100px) {
  .header-brand-image{
    height: 47px !important;
  }
}
@media (max-width: 1040px) {
  .navbar-collapse{
    padding-right: 0;
  }
  .page-splash,
  .home  div.jumbotron.jumbotron-search{
    background-attachment:scroll;
  }

  /* global */
  img.footer-about-image {
    height: 33px;
  }
  .header-brand-image{
    height: 42px;
  }
   .expositor .expositor-logo{
    width: 65%;
  }

  /* home */
  .home .dialog{
    width: 70%;
  }
  .home .aboutus-container h3.social_title{
    font-size: 20px;
  }
  .home .first-header{
   font-size: 35px !important;
  }
  .home .get-the-app{
    font-size: 38px !important;
  }

  /* sermon topic list */
  .sermon-topic-list .collapse.navbar-collapse{
    display: block !important;
  }
  .sermon-topic-list h2{
    margin: 30px 0;
  }

  /* sermon section homepage */
  .sermon-section-overview{
    padding: 30px 15px;
  }

  /* page/single */
  .blog_small_wrap{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {

   /* global */
   #header .navbar-collapse.collapse {
       display: none !important;
   }
   #header .navbar-toggle{
        display: block !important;
   }
   #header .navbar-header{
        float: none;
   }
   #header .navbar-nav>li{
    float: none;
   }

   /* sermon topic list */
   .sermon-topic-list ul.nav {
    width: 100%;
    margin: 15px 0px !important;
   }
   .sermon-topic-list .collapse.navbar-collapse {
     width: 100%;
     padding: 0;
   }


}
@media screen and (max-width: 1000px){
  .header-search{
    float: none !important;
  }
  .header-search form#searchform{
    position: absolute;
    margin: 0;
    top: 0;
  }
  .header-search #searchsubmit{
    position: relative;
    background: #666;
    margin: 0;
    padding: 7px 22px;
    top: 3px;
  }
  .header-search #searchform input[type='text']{
    position: relative;
    width: 70%;
  }
  #menu-header li.custom-icon{
    display: none;
  }
  .dropdown-submenu:hover>.dropdown-menu {
    display: none;
  }
  .dropdown-submenu .caret {
    display: none;
  }

}

@media screen and (min-width: 320px) and (max-width: 568px) {

  /* global */
   img.footer-about-image{
    height: 30px !important;
  }
  #footer_row .browse-sermons-container{
    display: none;
  }
  .jumbotron,
  .home .get-the-app-container,
  .home .first-header{
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-brand-image{
    height: 47px;
  }

  /* homepage */
  .home div.jumbotron.jumbotron-search{
    height: 80vh;
  }
  .home .dialog{
    width: 90%;
  }
  .home div.jumbotron.jumbotron-search h1{
    font-size: 27px;
  }
  .home div.jumbotron.jumbotron-search h1 span#search-jumbotron-slj,
  .home #search-jumbotron-slj{
    font-size: 40px !important;
    display: block;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .home div.jumbotron.jumbotron-search h1 span#search-jumbotron-tagline{
    font-size: 15px;
    display: block;
    line-height: 18px;
  }
  .home .first-header{
   font-size: 25px !important;
   line-height: 34px;
  }
  .home .get-the-app{
    font-size: 29px !important;
    line-height: 40px;
  }
  .home .slj{
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .expositor .expositor-logo{
    width: 100%;
  }

  /* page */
  .jumbotron.page-splash{
    padding: 100px 0 60px 0;
  }
  .jumbotron.sub-header .container{
    padding: 0;
  }
  .page .container{
    padding: 0 10px;
  }

  /* page / single */
  .blog_small_wrap{
    padding-left: 15px;
    padding-right: 15px;
  }
}