.color-red{
    color: #da5455;
}
.about__iconbg i, .about__iconbg svg{
    color: #da5455;
}
.social-youtube .social__icon{
    background-color: red;
}
.footer__bottom{
    padding-top: 15px;
    padding-bottom: 15px;
}
.logo{
    width: 80px;
}
.banner__padding{
    padding: 300px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-position: top;
}
.about__item{
    background: #e3e7e8;
    height: 100%;
}
.about__inner{
    background: none;
}
.about .col-12:nth-child(even) .about__item .about__inner{
    background: none;
}
.about .col-12:nth-child(even) .about__item{
    background: #d8dcdd;
}

.accordion-header .accordion-button{
    font-weight: 600 !important;
}
.publications .sermon__image{
    width: 210px;
    height: 210px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.menu ul li ul{
    width: 200px;
    top: unset;
}
.breadcrumb-item.active{
    color: white;
}

@media (min-width: 576px){
    .blog__thumb {
        width: 325px;
        height: unset;
    }
    .blog__content {
        width: calc(100% - 325px);
        padding-left: 30px;
    }
}
