/* Ultra Aggressive VC Full-Width Fix with Maximum Specificity */
html body div.vc_row.wpb_row.vc_row-fluid.vc_row-has-fill[data-vc-full-width="true"][data-vc-full-width-init="true"][style],
html body div.vc_row.wpb_row[data-vc-full-width="true"][style],
html body .vc_row[data-vc-full-width="true"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
    transform: translateX(0) !important;
}

@media (min-width: 768px) {
    html body .vc_row[data-vc-full-width="true"] {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (min-width: 1200px) {
    html body .vc_row[data-vc-full-width="true"] {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}
