/* Default rule for all pages (applies to all pages except the homepage) */
/* Default rule for all pages (applies to all pages except the homepage) */
@media (min-width: 768px) {
    .right-sidebar .content-area {
        width: 68.913% !important;
        float: right;
        margin-left: 4.347826087%;
    }
}

/* Specific rule for the homepage */
@media (min-width: 768px) {

    .page-template-template-fullwidth-php .content-area,
    .page-template-template-homepage-php .content-area {
        width: 100% !important;
        float: right;
        margin-right: 0;
        margin-left: 0;
    }
}
/*body{background-color: red !important;}*/