/*------------------------------------*\
    
    WebFX WYSIWYG Customizations - Global styling for all ACF WYSIWYG's

    Add custom WYSIWYG styling to this file if it should be applied to all ACF WYSIWYG's on the site
    Otherwise, put your block-specific styles in individual block stylesheets

\*------------------------------------*/

.wysiwyg { 
    position: relative;
}

.bg-white {
    background: #ffffff;
}

.wysiwyg.bg-white .section-padding {
    padding: 0;
}

.bg-light-gray {
    background: #F0F0F0;
}

.bg-light-green {
    background: #EFF4F0;
}

.bg-dark-gray {
    background: #50565A;
    color: #F5F5F5;
}

.bg-dark-gray h2,
.bg-dark-gray h3,
.bg-dark-gray h4 {
    color: #FFFFFF;
}

.wysiwyg_wrap {
    max-width: 1080px;
    margin: 0 auto;
}

.wysiwyg__content p {
    padding-bottom: 15px;
}

.wysiwyg__content .btn {
    margin-top: 15px;
}

.wysiwyg.no-pad-margin {
    margin: 0 !important;
}

.wysiwyg.no-pad-margin .section-padding {
    padding: 0 !important;
}