
/*-----------------------------------------------------------------
 Output Custom CSS from Theme Options Panel
---------------------------------------------------------------- */

/* Mobile + tablet */
@media only screen and (max-width: 991px) {
    #content {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Desktop only */
@media only screen and (min-width: 992px) {
    #content {
        width: 980px !important;
        max-width: 980px !important;
        margin-left: auto;
        margin-right: auto;
    }
}