.charity-subheader {
    float: left;
    width: 100%;
    background: url('../extra-images/subheader-bg.jpg');
}


.charity-modren-services-wrap {
    background-color: #7ab2e4;
}

.charity-services ul li:nth-child(2n) .charity-modren-services-wrap {
    background-color: #81c0f7;
}

.charity-services ul li:nth-child(3n) .charity-modren-services-wrap {
    background-color: #498dc9;
}

.charity-logo {
    float: left;
    margin: 0;
    width: 150px;
    height: 100px;
}

.charity-logo  img {
    height: auto;
    width: 100%;
}

.charity-color .fas{
    color:#498dc9 !important;
}

@media (max-width: 767px) {
    .charity-logo {
        width: 120px;
        height: 120px;
        margin: 10px 0px;
    }

    .charity-logo  img {
        height: auto;
        width: 100%;
    }
}

.charity-event-list figure a{
    width: 335px;
    height: 291px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(43, 42, 42);
}


.charity-event-list figure a img{
    width: 100%;
    height: auto;
}

.charity-event-grid figure a{
    justify-content: center;
    align-items: center;
    background-color: rgb(43, 42, 42);
    display: flex;
}
.charity-event-grid figure img{
    width: auto !important;
    height: 300px !important;
}

.charity-pagination > ul > li > a, .charity-pagination > ul > li > span {
    width: 100px;
}


.charity-simple-blog figure a{
   display: flex;
   width: 264px;
   height: 336px;
   background-color: black;
   display: flex;
   justify-content: center;
   align-items: center;
}

.charity-simple-blog figure img{
    height: auto;
}

/* .charity-simple-team figure a{
    width: 310px;
    height: 380px;
    display: flex;
    justify-content: center;
} */

.team-box{
    width: 310px;
    height: 380px;
}

.team-box img{
    width: 100%;
    height: auto;
}

.widget_recent_news figure img{
    border-radius: 0;
}

.charity-contact-form input[type="email"],
.charity-contact-form select{
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: none;
    padding: 7px 20px;
}

.top-slogan{
    font-weight: bold;
    color:#E7BD79 !important;
    font-size: 0.85rem;
}

#member {
    margin-left: 50px;
    display: block;
    margin-top: -15px;
}