@-ms-viewport {
  width: device-width;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container{
        width: 940px;
    }
    .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .row > [class*="col-"]{
        padding-left: 10px;
        padding-right: 10px;
    }
    #site-nav > ul > li > a{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .container{
        width: 720px;
    }
    .row > [class*="col-"]{
        padding-left: 10px;
        padding-right: 10px;
    }
    #logo{
        width: 28% !important;
    }
    #header-widgets{
        width: 72% !important;
    }
    #header-social{
        display: none;
    }
    #site-nav > ul > li > a{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #footer-nav li{
        margin: 0 5px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px){
    .container{
        width: 460px;
    }
    [class*="col-"]{
        width: 100%;
    }
    .section,
    .section.pad50,
    .section.pad40{
        padding-top: 40px;
    }
    .section .section-content,
    .section.pad50 .section-content,
    .section.pad40 .section-content{
        padding-bottom: 20px;
    }
    #logo{
        width: auto;
        float: left;
    }
    #header-widgets{
        float: right;
        width: auto;
    }
    #site-nav{
        display: none;
    }
    #header-social{
        display: none;
    }
    #mobile-menu-trigger,
    #mobile-menu{
        display: block;
    }
    #footer-bottom{
        text-align: center;
    }
    #footer-nav{
        display: none;
    }
    .callout{
        display: block;
    }
    .callout > div{
        display: block;
    }
    .callout-button{
        text-align: left;
        margin-bottom: 10px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px){
    .container{
        width: 270px;
    }
    [class*="col-"]{
        width: 100%;
    }
    .section,
    .section.pad80,
    .section.pad70,
    .section.pad60,
    .section.pad50,
    .section.pad40{
        padding-top: 40px;
    }
    .section .section-content,
    .section.pad80 .section-content,
    .section.pad70 .section-content,
    .section.pad60 .section-content,
    .section.pad50 .section-content,
    .section.pad40 .section-content{
        padding-bottom: 20px;
    }
    #logo{
        width: auto;
        float: left;
    }
    #header-widgets{
        float: right;
        width: auto;
    }
    #site-nav{
        display: none;
    }
    #header-social{
        display: none;
    }
    #mobile-menu-trigger,
    #mobile-menu{
        display: block;
    }
    #footer-bottom{
        text-align: center;
    }
    #footer-nav{
        display: none;
    }
    .callout{
        display: block;
    }
    .callout > div{
        display: block;
    }
    .callout-button{
        text-align: left;
        margin-bottom: 10px;
        margin-top: 20px;
    }
}