/*
Theme Name: Adara Child
description: Client Theme - Adara
Template: adara-parent
Version: 1.0.0
Text Domain: adara-child
Author: BCW
*/
.footer-row a:hover {
    color: var(--color-2) !important;
}
.page-template-page-gallery .main-section {
    margin-bottom: 0;
}
.primary-footer .logo {
    max-width: 235px;
}
.footer-row .logo img {
    filter: brightness(0) invert(1);
}
.home .feature-section .feature {
    flex: 0 1 calc(24% - 4px);
    position: relative;
    min-width: unset;
}
.page-id-100 .service-section .service.img-cover .image-col .image img {
    object-fit: contain;
}
.page-id-100 .service-section .service.img-cover .image-col .image {
    background: #fff;
}
#decorative-pillows .image-col .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
@media (max-width: 1400px) {
    .home .feature-section .container {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .home .feature-section .container {
        width: 800px;
        max-width: 100%;
    }
    .home .feature-section .feature {
        flex: 0 1 calc(49% - 4px);
    }
}
@media (max-width: 767px) {
    .home .feature-section .container {
        width: 500px;
        max-width: 100%;
    }
    .home .feature-section .feature {
        flex: 0 1 calc(100% - 4px);
    }
}