/* 
Theme: WorldFoodRelief
Author: RAmonka Studio (www.ramonka.com)
Version: 2.1.4
*/
:root {
    --button:#2c3691
}

/* Common */
body {
    margin-bottom: 0!important;
}
.body {
    overflow-x: hidden;
}
.white-border {
    border: 4px solid white;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.15)!important;
}
.section.section-with-shape-divider .shape-divider.homepage svg {
    top: 1px;
}
.smaller-view {
    max-height: 450px;
    margin: 0 auto;
    display: block;
}


/* ============================= Header ============================= */
#header {
    border-bottom: 1px solid var(--button);
}
#header .img-fluid {
    height: 60px;
    width: auto;
}
#header .header-nav-main nav > ul > li {
    margin: 0;
}
#header .header-nav-main nav > ul > li > a {
    text-transform: none;
}
@media only screen and (min-width: 992px) and (max-width: 1145px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 12px;
        padding: 0 0.5rem !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    #header .header-nav-main nav > ul > li > a {
        padding: 0 1rem!important;
    }
}



/* ============================= Footer ============================= */
#footer .text-color-dark a {
    color: #212529!important;
}
.footer-menu-logo {
    display: flex;
}
.footer-menu-logo img {
    width: 190px;
    height: 40px;
    margin-bottom: -20px;
}
@media screen and (max-width: 991px) {
    #footer .footer-copyright .container.container-xl-custom.pb-4 .row.py-4 {
        padding-bottom: 0.25rem!important;
    }
    #footer .footer-copyright .container.container-xl-custom.pb-4 {
        text-align: center;
    }
    .footer-menu-logo {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
    }
    .footer-menu-logo img {
        margin-bottom: 25px;
    }
}
@media screen and (min-width: 992px) {
    #footer .footer-copyright .container.container-xl-custom.pb-4 .row.py-4 {
        padding-bottom: 1rem!important;
    }
}



/* ============================= Blog ============================= */
.blog-posts.single-post h1 {
    margin-top: 40px;
}

/* =============================  Donation  ============================= */
.donation-pic.p-3 {
    padding: 4px 4px 0 4px!important;
}
.donation-box .form-select{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dc3545' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.payment-popup .thankyou {
    padding: 0 10px;
    text-align: center;
}
.payment-popup .thankyou h3 {
    text-transform: none;
    margin-bottom: 10px;
    font-weight: bold;
}
.payment-popup .thankyou p strong span {
    display: inline-block;
}
.payment-popup .thankyou p strong span:last-child {
    display: none;
}
.payment-popup .thankyou.single p strong span {
    display: none;
}
.payment-popup .thankyou.single p strong span:last-child {
    display: inline-block;
}
.bank-details {
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
    .bank-details {
        margin-top: 20px;
    }  
}

/*  ============================= Home  ============================= */
.home-round-img {
    width: 60%;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 991px) {
    .home-round-img {
        width: 100%;
    }
}

/* Pages */
@media screen and (max-width: 991px) {
    .mobile-mb {
        margin-bottom: 50px;
    }
    .mobile-view-reverse {
        flex-direction: column-reverse;
    }
    .mobile-view-reverse .offset-sm-1 {
        margin-left: 0;
    }
    .mobile-view-reverse img {
        margin-bottom: 50px;
    }
    .mobile-view-reverse .mobile-mt {
        margin-top: 50px;
    }
}

/* Refund */
h2.text-10 {
    margin-top: 40px;
}
ul.text-4 li {
    padding: 5px 0;
}