<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Foundation Child
Description: Business Name
Template: foundation-parent
Version: 1.0.0
*/
.primary-header .logo-col {
    background-color: var(--color-4);
}
.email-links{
    flex-wrap: wrap;
}
.email-link{
    flex: 1 1 100%;
}
.image:not(.owl-carousel .item .image),
.content-section .image-col,
.service-section .content-row .image-col{
    background-color: #000;
}
.image img:not(.owl-carousel .item .image img),
.banner-section .image img,
.content-section .image-col .image,
.service-section .content-row .image-col .inner img,
body.ip .content-section .image-col img{
    opacity: .7;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.brands-section {
    background-color: #fff;
}
.gallery-section{
    background-color: var(--color-4);
}
.service-section .content-row .image-col {
    min-height: 550px;
}</pre></body></html>