/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 979px) {
    #slide-out {
        display: none !important;
    }
    footer .no-margin-on-mobile .social-icons {
        float: none;
    }
}

@media only screen and (max-width : 767px) {
    #custom-popup-1 form input, #custom-popup-1 form button {
        width: 100% !important;
        margin: 0 0 5px !important;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer #footer-menu {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 50px;
    }
    footer .no-margin-on-mobile .social-icons, footer .span6 {
        display: none;      box-s
    }
    .page-template-template-listsubpages-php .oneliner {
        width: 100% !important;
    }
     .page-template-template-notitle-php form.square-form input {
        height: 45px;
        line-height: 45px;

     }
    .page-template-template-notitle-php form.square-form input,  .page-template-template-notitle-php form.square-form button {
        width: 100% !important;
        margin: 0 0 5px !important;
       -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .row {
        overflow: hidden;
    }
    .widget-volunteer input {
        height: 45px !important;
        padding: 0;
        line-height: 45px !important;
    }
    .widget-volunteer input, .widget-volunteer button {
         width: 100% !important;
        margin: 0 0 5px !important;
       -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width : 480px) {
    #custom-popup-1 h3 {
        text-align: center;
    }
    #custom-popup-1 {
        background-position: 0 0;
    }
    #custom-popup-1 .logo {
        margin: 0 auto;
    }
}

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

}