#newsletter-name {
    display: none;
}

.subscription-confirm {
    color: white;
    margin-top: 10px;
}

.header-logo__img {
    max-height: 45px;
}

.causes::before {
    height: 100%;
}

.homepage .align-container__item {
    vertical-align: unset;
}

.title_awqaf {
    font-size: 40px !important;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 5px !important;
    line-height: 140px;
    color: transparent;
    text-shadow: 0px 0px 1px rgb(255 255 255 / 89%);
}

.blog-item__date {
    margin-top: 15px;
}

.stories-item__button {
    margin-top: 0px;
}

.accordion {
    padding: 20px 10px;
}

.button--squared span {
    color: white;
}

.button--filled--blue {
    background-color: #1181aa;
    color: white;
}

.button--filled--blue:hover {
    background-color: #1190be;
    color: white;
}

.footer-menu__link::after {
    background: #1181aa;
}

.button:hover {
    color:white;
}

.subscribe {
    background-color: #1e3062;
}

.subscribe-form__submit:hover {
    color:white;
}

.promo-pannel__video::before {
    background-color: #b89881;
}

.faq-aside {
    /* background-color: #57808f; */
}

.text-filled {
    background: #57808f;
    color: white;
}

.blog-post__socials a:hover {
    background: #57808f;
    border: 2px solid #57808f;
    color: white;
}

.upcoming-item__date {
    background-color: #57808f;
    color: white;
}

.upcoming-item__title {
    margin-bottom: 0px;
}

.upcoming-item__details {
    margin-top: 0px;
}

.upcoming-item__body .stories-item__button {
    float: right;
}

.form__submit:hover {
    color: white;
}

.about-logo {
    text-align: center;
}

.about-logo-text {
    background: #57808f;
    color: white;
    padding: 30px;
    min-height: 515px;
}

.about .promo-primary__description span {
    color: #3a2839;
}

.promo-slider__item--style-2 .promo-slider__button {
    border-color: #1181aa;
    background-color: #1181aa;
}

.promo-slider__item--style-2 .promo-slider__button:hover {
    background-color: #1181aa;
    color: white;
}

.hidden {
    display: none;
}

/* .objective .img--bg {
    object-fit: fill;
} */

.blog-item--style-2 {
    background-color: white;
    min-height: auto;
}

.alert {
    border-radius: 10px;
}

.alert.alert--success.alert--filled {
    background: #1181aa;
    margin-bottom: 20px;
}

.event-single .img--bg {
    object-position: center;
}

.resource-single .img--bg {
    object-position: center;
}

.event-list .promo-primary__pre-title {
    color: #1b84ac;
}

.event-list .promo-primary__title {
    color: #1e2f62;
}

.project-list .promo-primary__pre-title, .project-list .promo-primary__title {
    /* text-shadow: 0px 0px 14px black; */
}

.project-list .align-container__item {
    vertical-align: top;
}

.cash-waqf .promo-primary__pre-title, .cash-waqf .promo-primary__title {
    text-shadow: 0px 0px 14px black;
}

.resource-list .promo-primary__pre-title, .resource-list .promo-primary__title {
    /* text-shadow: 0px 0px 14px black; */
}

.resource-list .align-container__item {
    vertical-align: top;
}

.resource-single .align-container__item {
    vertical-align: top;
}

.event-single .align-container__item {
    vertical-align: top;
}

.resource-single .promo-primary__title {
    font-size: 50px;
}

.blog::after {
    background-color: white;
}

@media only screen and (min-width: 1200px) {
    .alert__text {
        font-size: 14px;
    }
    .alert {
        padding: 8px 20px;
    }
}

@media only screen and (min-width: 992px) {
    .header-logo__img {
        max-height: 60px;
    }
}

@media only screen and (max-width: 350px) {
    .title_awqaf {
        font-size: 30px !important;
    }
}

@media screen and (min-width: 500px) {  
    .js-whatsapp {  
        display: none  
    }  
}  

@media (max-width: 767px) {
    .title_awqaf, .hide_mobile {
        visibility: hidden;
    }
    .hide_mobile {
        display: none;
    }

    .project-list .promo-primary__pre-title {
        font-size: 19px;
    }

    .project-list .promo-primary__title {
        font-size: 32px;
        line-height: 1;
    }
    .project-list .img--bg {
        object-fit: none;
    }
    .resource-list .img--bg {
        object-fit: none;
    }
    .resource-single .promo-primary {
        background-color: #1190be;
    }

    .resource-single .promo-primary__pre-title {
        font-size: 19px;
    }

    .resource-single .promo-primary__title {
        font-size: 32px;
        line-height: 1;
    }

    .event-list .img--bg {
        object-fit: none;
    }

    .event-single .promo-primary {
        background-color: #367FAF;
    }

    .event-single .promo-primary__pre-title {
        font-size: 19px;
    }

    .event-single .promo-primary__title {
        font-size: 32px;
        line-height: 1;
    }

    .upcoming-item__img .img--bg {
        object-fit: contain;
    }

    .blog-item__img .img--bg {
        object-fit: contain;
    }
}