@media only screen and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    .wrap .wrap {
        padding-left: 0;
        padding-right: 0;
    }
    #header.over-slider {
        background-color: #fff;
    }
    .site-branding {
        /* top: 17px; */
        top: 0;        
    }
    .site-branding img {
        max-width: 35%;
    }
    .main-nav {
        display: none;
    }
    .toggle-menu {
        bottom: 26px;
        color: #d43d27;
        font-size: 25px;
        font-weight: bold;
        position: absolute;
        right: 10px;
        display: block;
    }
    body {
        overflow-x: hidden;
        position: relative;
    }
    .mobile-menu-wrap.show {
        left: 0;
    }
    .mobile-menu {
        margin: 0;
        padding: 0;
    }
    .mobile-menu-close {
        color: #d43d27;
        background-color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
        letter-spacing: 2px;
        padding: 8px 20px;
        position: absolute;
        right: -85px;
        text-transform: uppercase;
        top: 70px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .mobile-menu li {
        list-style: none;
    }
    .mobile-menu li.btn-login > a {
        font-weight: bold;
        text-transform: uppercase;
        color: #00a1e4;
    }
    .mobile-menu li a {
        color: #d43d27;
        display: block;
        font-size: 22px;
        padding: 9px 20px;
    }
    .mobile-menu ul {
        display: none;
    }
    .body-push-right {
        left: 240px;
    }
    .mobile-placeholder {
        height: 90px;
        display: block;
    }
    h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    /* Slider */
    #slider ul li {
        min-height: 180px;
    }
    .text-white .slide-caption {
        font-size: 23px;
        text-align: center;
    }
    .slide-caption a.btn {
        display: inline-block !important;
        float: none;
        font-size: 20px;
        margin: 13px auto 0;
        position: relative;
    }
    .text-orange .slide-caption {
        font-size: 20px;
    }
    .photo.wp-post-image {
        height: auto;
        width: 100%;
    }
    .btn-outline, input.btn-outline {
        margin-bottom: 20px;
    }
    .calendar-head h2.calendar-title {
        font-size: 24px;
    }
    .calendar-day-head span {
        display: none;
    }
    iframe {
        width: 100%;
    }
    .service {
        margin-bottom: 20px;
    }
    /* Blog */
    .column-one .item-description h2 a {
        font-size: 18px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 412px) {
    #slider ul li {
        min-height: 62px;
    }
    .drop-list {
    }
    .drop-list li {
        width: 30.6%;
        position: relative;
    }
    .drop-list li img {
        display: inline-block;
        width: 40%;
    }
    .drop-list li > div  {
        position: absolute;
        top:0;
        width: 100%;
    }
    .drop-list li span {
        padding-top: 0;
        font-size: 10px;
    }
    .drop-list li:hover span {
        padding-top: 0;
        font-size: 11px;
    }
    .slide-caption .icon-close {
        font-size: 16px;
        right: 15px;
        top: 11px;
        z-index: 100;
    }
    .site-branding img {
        max-width: 55%;
    }
    #header .call-banner {
        font-size: 16px;
    }
    #header .call-banner a {
        text-decoration: underline;
    }
}