/*
Theme Name: Adara Child
description: Client Theme - Adara
Template: adara-parent
Version: 1.0.0
Text Domain: adara-child
Author: BCW
*/
body p{color:#000;}
.address p {color: #fff;}
.icon-section .icons {align-items: start;}
.content-section .image-col .image:before {opacity: .9;}
.primary-footer a:hover {color:var(--color-2) !important;}
.donate a {color:#fff !important; background:var(--color-1);}
.donate a:hover {color:#fff !important; background:var(--color-2);}
.blogs {    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center; row-gap: 20px !important;}
.blog-section .blog {
    background-color: var(--color-4) !important;
}
.blog-section .blog:nth-child(odd) {
    background-color: var(--color-5) !important;
}