/*
text color: #d96988			//pink
background-color: #d93879	//pink
title: #584991		//purple
*/

/*header*/
.stricky-header.main-menu-three {
    background-color: #5d4994;
}

.main-menu .main-menu-three__wrapper-inner{
    justify-content: unset;
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__left{
    width: 30%;
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__left .main-menu-three__logo a img{
    width: 100%;
    max-width: 25em;
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__right{
    width: 70%;
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__right-inner{
    display: flex;
    justify-content: space-between;
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__right-inner .main-menu-three__right-content-box{
    /*width: 80%;*/
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__right-inner .main-menu-three__btn-box{
    justify-content: flex-end;
    width: 20%;
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__right-top .main-menu-three__volunteers .main-menu-three__volunteers-icon{
    background-color: unset;
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__right-top .main-menu-three__volunteers .main-menu-three__volunteers-icon img{
    height: 36px;
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__right-top .main-menu-three__volunteers .main-menu-three__volunteers-text-box .main-menu-three__volunteers-text{
    font-size: 16px;
    font-weight: 600;
    font-family: unset;
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__right-top .main-menu-three__call .main-menu-three__icon{
    background-color: unset;
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__right-top .main-menu-three__call .main-menu-three__icon img{
    width: 25px;
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__right-top .main-menu-three__call .main-menu-three__number a{
    font-size: 16px;
    font-weight: 600;
    font-family: unset;
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__right-bottom{
    justify-content: center;
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__btn-box a.btn-donate{
    color: #d93879;
    background-color: #FFF;
}

.main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__btn-box a.btn-donate:hover{
    color: #FFF;
    background-color: #d93879;
}

/*footer*/
.site-footer{
    background-color: #644996;
}

.footer-widget__about-logo{
    margin-bottom: 30px;
}

.footer-widget__about-logo a img{
    max-width: 100%;
}

.footer-widget__btn{
    text-align: center;
}

.footer-widget__btn a{
    color: #FFF;
    background-color: #d93879;
}

.footer-widget__btn a:hover{
    color: #d93879;
}

.footer-widget__contact-list li > .icon img{
    width: 25px;
}

.footer-social{
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
    padding-bottom: 1.5em;
}

.footer-social .footer-widget__contact {
    display: flex;
    justify-content: center;
    margin-left: 0;
}

/*mobile nav menu*/
.mobile-nav__wrapper .mobile-nav__contact img{
    width: 18px;
    margin-right: 1em;
}

.newsletter-text{
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.newsletter-text .wrapper{

position: relative;
}

.newsletter-text .title{
    font-size: 20px;
    color: var(--oxpins-white);
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 1em;
    letter-spacing: -0.02em;
}

.newsletter-text .text{

    color: white;
}

.newsletter-field{

display: flex;

/* align-items: center; */

justify-content: center;
}

.newsletter-field .wrapper{padding-top: 3em;}

.newsletter-field .wrapper .newsletter{
    background: white;
}

.newsletter-field .wrapper .newsletter input{
    border: none;
}

.newsletter-field .wrapper .newsletter .btn-send{

    padding: 1em;
}

.newsletter-field .wrapper .newsletter .btn-send i{

}

/*device*/
@media only screen and (min-width: 1400px) and (max-width: 1469px){
    /*header*/
    .main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__right-inner .main-menu-three__btn-box {
        display: none;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1638px){
    /*header*/
    .main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__right-inner .main-menu-three__btn-box {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1199px){
    /*header*/
    .main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__right-inner {
        justify-content: flex-end;
    }

    .main-menu .main-menu-three__wrapper-inner .main-menu-three__right .main-menu-three__right-bottom {
        justify-content: flex-end;
    }

    /*footer*/
    .footer-widget__non-profit {
        margin-top: 0;
    }

    .footer-social {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 991px){
    /*footer*/
    .footer-widget__non-profit {
        margin-top: 32px;
        text-align: center;
    }

    .footer-widget__non-profit ul.footer-widget__contact-list li{
        justify-content: center;
    }
}

@media only screen and (max-width: 767px){
    /*footer*/
    .footer-widget__btn {
        text-align: left;
    }

    .footer-widget__non-profit {
        text-align: left;
    }

    .footer-widget__non-profit ul.footer-widget__contact-list li{
        justify-content: flex-start;
    }
}


@media only screen and (max-width: 576px){
    /*header*/
    .main-menu .main-menu-three__wrapper-inner .main-menu-three__left {
        width: 60%;
    }
    .main-menu .main-menu-three__wrapper-inner .main-menu-three__right{
        width: 40%;
    }
}