/*
    MOBILE
 */

@media (max-width: 425px) {

    .footer-boxes .box p{ font-size: 18.5vw; }
    
}

/*
    TABLET
 */

@media (max-width: 768px) {

    footer ul li a{
        display: block;
        margin: 15px 20px 0px;
    }

    .gallery_image{
        width: calc(100% - 30px);
        margin: 0 15px 15px !important;
    }
    .full-width-image , .gallery-off{
        display: none !important;
    }
    body.page-gallery .vc_col-sm-8{
        margin: -83px 0px -94px;
    }

    .scotts-btn{ padding: 9px 17px !important; }

    .scroll-menu{ display: none !important; }

    body{
        position: relative;
        right: 0px;
        -webkit-transition: all ease-in-out 300ms;
        -moz-transition: all ease-in-out 300ms;
        -ms-transition: all ease-in-out 300ms;
        -o-transition: all ease-in-out 300ms;
        transition: all ease-in-out 300ms;
        padding-top: 40px;
    }

    body.moved{
        right: 300px;
    }

    header{
        padding: 0px 0 30px;
    }

    header ul.navigation{
        width: 300px;
        height: 105vh;
        text-align: left;
        position: fixed;
        top: 0px;
        right: -300px;
        background: #161010;
        margin: 0px;
        padding: 86px 0px 0px;
        z-index: 10000;
        display: block;
        -webkit-transition: all ease-in-out 300ms;
        -moz-transition: all ease-in-out 300ms;
        -ms-transition: all ease-in-out 300ms;
        -o-transition: all ease-in-out 300ms;
        transition: all ease-in-out 300ms;
    }
    header ul.moved.navigation{
        right: 0px;
    }
    header ul.navigation li{
        display: block;
        clear: both;
        margin: 0px;
    }
    header ul.navigation li a{
        font-size: 16px;
        padding: 9px 15px;
        position: relative;
        border-bottom: 1px solid #b47864;
    }

    header .custom-logo-link{
        width: 100%;
        text-align: center;
        margin: 26px 0 0px;
    }
    header .custom-logo-link img{
        width: 100%;
        height: auto !important;
    }

    .mobile-top{
        width: 100%;
        background: #b47864;
        margin-bottom: 30px;
        display: block;
        clear: both;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 10000;
        -webkit-transition: all ease-in-out 300ms;
        -moz-transition: all ease-in-out 300ms;
        -ms-transition: all ease-in-out 300ms;
        -o-transition: all ease-in-out 300ms;
        transition: all ease-in-out 300ms;
    }
    body.moved .mobile-top{
        left: -300px;
    }
    .mobile-top ul{
        margin: 0px;
        padding: 0px;
        display: block;
    }
    .mobile-top ul li{
        display: block;
        float: left;
        margin: 0px;
        padding: 0px;
        height: auto;
        line-height: 1em;
    }
    .mobile-top ul li a{
        display: inline-block;
        padding: 0px;
        border: 0px;
    }


    .mobile-top ul.left{
        float: left;
    }
    .mobile-top ul.right{
        float: right;
    }

    .mobile-top ul li a.menu-toggle{
        margin-right: 15px;
    }
    .mobile-top ul li a.menu-toggle span{
        width: 30px;
        height: 5px;
        display: block;
        clear: both;
        background: #FFF;
        margin: 19px 0px 20px;
        position: relative;
        transition: all ease-in-out 300ms;
    }
    .mobile-top ul li a.menu-toggle span:after,.mobile-top ul li a.menu-toggle span:before{
        width: 30px;
        height: 5px;
        display: block;
        clear: both;
        background: #FFF;
        content: ' ';
        position: absolute;
        left: 0px;
        transition: all ease-in-out 300ms;
    }
    .mobile-top ul li a.menu-toggle span:after{ top: 8px; }
    .mobile-top ul li a.menu-toggle span:before{ top: -8px; }

    body.moved .mobile-top ul li a.menu-toggle span:before , body.moved .mobile-top ul li a.menu-toggle span:after{
        top: 0px;
    }
    body.moved .mobile-top ul li a.menu-toggle span:before{ transform-origin: center center;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    body.moved .mobile-top ul li a.menu-toggle span:after{ transform-origin: center center;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    body.moved .mobile-top ul li a.menu-toggle span{ background: none; }

    .mobile-hide{
        display: none !important;
    }

    .scotts-event-image{
        margin: 0 0 20px;
        height: 180px;
    }
    .scotts-event-details h3{ font-size: 6.3vw; }
    .scotts-event-details p{ font-size: 4.2vw; }

    .scotts-event{
        margin-bottom: 15px;
    }

    .vc_row{ margin: 0px;}

    .page-members-section form#loginform input[type="text"], .page-members-section form#loginform input[type="email"], .page-members-section form#loginform input[type="password"],
    .scotts-members-section-form .scotts-form-multi-line .scotts-form-row input[type="text"], .scotts-members-section-form .scotts-form-multi-line .scotts-form-row input[type="email"], .scotts-members-section-form .scotts-form-multi-line .scotts-form-row input[type="number"]{
        width: 100%;
    }
    .page-members-section form#loginform .login-submit{ padding: 0px; }

    .scotts-members-section-form .scotts-form-row label{
        width: 100%;
        display: block;
        clear: both;
        float: none;
        font-size: 5vw;
        height: 40px;
        line-height: 40px;
        padding: 0 0 0 10px;
    }
    .scotts-members-section-form .scotts-form-row input[type="text"], .scotts-members-section-form .scotts-form-row input[type="email"]{
        height: 40px;
        line-height: 40px;
        font-size: 3vw;
        width: 100%;
        display: block;
        clear: both;
        float: none;
    }
    .scotts-members-section-form .scotts-form-row textarea{
        font-size: 3vw;
        width: 100%;
        display: block;
        clear: both;
        float: none;
    }
    .scotts-members-section-form .scotts-form-multi-line{
        padding: 0px;
    }
    .scotts-members-section-form .scotts-form-multi-line .scotts-form-row{
        width: 100%;
        margin: 0px;
    }

    .scotts-members-section-form button{
        width: 100%;
    }

    body.page-contact .wpforms-field label{
        width: 100% !important;
        display: block !important;
        clear: both !important;
        float: none !important;
        line-height: 1em !important;
        padding: 10px 0px !important;
    }
    body.page-contact .wpforms-field textarea{ width: 100% !important; }
    body.page-contact .wpforms-field{ margin-bottom: 0px !important; padding: 0px !important; }
    body.page-contact .wpforms-field input[type="text"], body.page-contact .wpforms-field input[type="email"]{
        height: 40px !important;
    }
    body.page-contact div.wpforms-container-full .wpforms-form ul{
        margin: 0px !important;
        padding: 0px !important;
    }
    body.page-contact .wpforms-field-checkbox ul li input + label{
        width: 100% !important;
        margin: 0px 0 5px !important;
        padding: 0px 15px !important;
    }
    div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{
        float: none !important;
    }
    body.page-contact .wpforms-field-checkbox ul li{
        width: 100% !important;
    }

    .wpb_wrapper table , .wpb_wrapper table tr , .wpb_wrapper table tr td , .wpb_wrapper table tr th{
        width: 100% !important;
        display: block;
        clear: both;
        text-align: left !important;
    }
    .wpb_wrapper table tr td , .wpb_wrapper table tr th{ padding: 4px 0px !important; }

    .searchform input[type="text"]{ border-radius: 0px; }
    body.page-contact .wpforms-field label{ font-size: 15px !important; }

}

/*
    SMALL LAPTOP
 */

@media (max-width: 1024px) {

    .scotts-event-image{
        height: 245px;
    }

    .gallery_image{
        width: calc(100% - 30px);
        margin: 0 15px 15px !important;
    }
    .full-width-image , .gallery-off{
        display: none !important;
    }

    header ul li{ margin: 0px 8px; }

    .scroll-menu ul li a{ font-size: 12px; }
    .scroll-menu img{ padding: 13px 0px; }

    body.page-contact .wpforms-field label{
        width: 100% !important;
        display: block !important;
        clear: both !important;
        float: none !important;
        line-height: 1em !important;
        padding: 10px 0px !important;
    }
    body.page-contact .wpforms-field textarea{ width: 100% !important; }
    body.page-contact .wpforms-field{ margin-bottom: 0px !important; padding: 0px !important; }
    body.page-contact .wpforms-field input[type="text"], body.page-contact .wpforms-field input[type="email"]{
        height: 40px !important;
    }
    body.page-contact div.wpforms-container-full .wpforms-form ul{
        margin: 0px !important;
        padding: 0px !important;
    }
    body.page-contact .wpforms-field-checkbox ul li input + label{
        width: 100% !important;
        margin: 0px 0 5px !important;
        padding: 0px 15px !important;
    }
    div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{
        float: none !important;
    }
    body.page-contact .wpforms-field-checkbox ul li{
        width: 100% !important;
    }

    .wpb_wrapper table , .wpb_wrapper table tr , .wpb_wrapper table tr td , .wpb_wrapper table tr th{
        width: 100% !important;
        display: block;
        clear: both;
        text-align: left !important;
    }
    .wpb_wrapper table tr td , .wpb_wrapper table tr th{ padding: 4px 0px !important; font-size: 6vw; }
    .wpb_wrapper table tr td span , .wpb_wrapper table tr th span{ font-size: inherit !important; }

    .page-members-section form#loginform input[type="text"], .page-members-section form#loginform input[type="email"], .page-members-section form#loginform input[type="password"],
    .scotts-members-section-form .scotts-form-multi-line .scotts-form-row input[type="text"], .scotts-members-section-form .scotts-form-multi-line .scotts-form-row input[type="email"], .scotts-members-section-form .scotts-form-multi-line .scotts-form-row input[type="number"]{
        width: 100%;
    }
    .page-members-section form#loginform .login-submit{ padding: 0px; }

    .scotts-members-section-form .scotts-form-row label{
        width: 100%;
        display: block;
        clear: both;
        float: none;
        font-size: 3vw;
        height: 40px;
        line-height: 40px;
        padding: 0 0 0 10px;
    }
    .scotts-members-section-form .scotts-form-row input[type="text"], .scotts-members-section-form .scotts-form-row input[type="email"]{
        height: 40px;
        line-height: 40px;
        font-size: 3vw;
        width: 100%;
        display: block;
        clear: both;
        float: none;
    }
    .scotts-members-section-form .scotts-form-row textarea{
        font-size: 3vw;
        width: 100%;
        display: block;
        clear: both;
        float: none;
    }
    .scotts-members-section-form .scotts-form-multi-line{
        padding: 0px;
    }
    .scotts-members-section-form .scotts-form-multi-line .scotts-form-row{
        width: 100%;
        margin: 0px;
    }

    .scotts-members-section-form button{
        width: 100%;
    }

    header .postop.posleft{
        position: fixed;
        right: -300px !important;
        top: 46px;
        /* display: inline-block; */
        width: 300px;
        left: initial;
        z-index: 100000;
        border: 0px !important;
        height: 40px;
        transition: all ease-in-out 300ms;
    }
    body.moved header .postop.posleft{
        right: 0px !important;
    }
    header .postop.posright{
        position: fixed;
        top: 0px;
        right: -300px !important;
        z-index: 10000;
        width: 300px;
        padding: 7px;
        transition: all ease-in-out 300ms;
    }
    body.moved header .postop.posright{
        right: 0px !important;
    }
    header .postop.posright .searchform{ width: 100%; }
    header .postop.posright .searchform input[type="text"]{
        width: 100%;
        border-radius: 0px;
        padding-right: 38px;
    }

    .searchform button{
        width: 32px;
        height: 32px;
        top: 0px;
        right: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

}

/*
    LAPTOP
 */

@media (max-width: 1440px) {
    
}