/*------------------------------------*\
    
    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;
    color: var(--text-color);
}

.wysiwyg__content {
    position: relative;
    z-index: 1;
}

/* .wysiwyg :where(img[class*=wp-image-]) {
    height: 100%;
    width: 100%;
    object-fit: cover;
} */

.wysiwyg .fluid-width-video-wrapper {
    max-width: 815px;
    margin-left: auto;
    margin-right: auto;
}

.bg-dark-gray :where(h2,h3,h4,h5,h6,p,ul,ol) {
    color: var(--color-white);
}

.wysiwyg.section-padding {
    padding-top: calc(var(--section-margins) - 50px);
    padding-bottom: calc(var(--section-margins) - 50px);
}

@media (min-width: 768px) {
    .example-btn .btn-orange {
        margin-top: 25px;
        margin-left: 0;
    }

    .example-btn {
        max-width: 660px;
    }
}



@media (min-width: 1200px) {

    .example-btn .btn-orange {
        margin-top: 0;
        margin-left: 12px;
    }

    .example-btn {
        max-width: 100%;
    }
}


.full-width-video__video div {
    padding: 0 !important;
}

.full-width-video iframe {
    width: 100%;
    margin-top: 10px;
    height: 186px;
    position: relative;
}

@media (min-width: 768px) {
    .full-width-video iframe {
        height: 374px;
    }
}

@media (min-width: 1200px) {
    .full-width-video iframe {
        height: 459px;
    }
}

@media (min-width: 1600px) {
    .full-width-video iframe {
        height: 559px;
    }
}
