.list-social i {
    color: #FFF;
    background: #333;
}

.alt-text {
    color : #FFF !important;
}
.alt-text h1,
.alt-text p.lead,
.alt-text p {
    color :#FFF !important;
}

.table {
    font-size: 16px;
}

.section-hero-bg .btn:hover {
    background-color: #FFF !important;
    color: #ED9ADF !important;
}

.text-white * {
    color: #FFF !important;
    text-shadow: 0px 3px #000;
}
.text-white p {
    text-shadow: 0px 2px #000;
}
/* TOP BTN 
*/

#menu-wrapper.burger-style-full .logo img {
    padding: 10px 0px 0px;
}
#menu-wrapper.burger-style-full .modal-dialog-slideout {
    background: #FFE0F5;
    background-image: url('images/bg-cups.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 85%;
}
.modal-cta {
    background: #FFF;
}
 #menu-wrapper.burger-style-full #menu-mobile-menu-cta>li {
    width: 50%;
 }
#menu-wrapper.burger-style-full #menu-mobile-menu-cta>li:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #FFE0F5;
}

#menu-wrapper.burger-style-full .modal-cta a:first-child::after {
    content: "";
    border-right: 1px solid #FFE0F5;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -15px;
}
#menu-wrapper.burger-style-full .modal-body {
    padding-top: 30px;
}


/* mobile nav */

.nav>li a {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
    text-shadow: 0px 3px #FFF;
}
.nav li.current_page_item>a,
.nav>li a:hover {
    background: none;
    color: #FFF;
}
#menu-wrapper.burger-style-full .modal-cta a {
    font-family: "Nunito", sans-serif !important;
    color: #000;
}
/* section
*/

.section-pt0 .section-container {
    padding-top: 0px;
}
@media (min-width: 992px) {
    body:not(.home) .section-banner {
        max-height: 300px;
        min-height: 300px !important;
    }
}
@media ( max-width: 991px ) {
    body:not(.home) .section-banner {
        max-height: 200px;  
        min-height: 250px !important;
    }
}   
 
/* contact */

.wpcf7-form {
    background: #FFE0F5;
    border-radius: 15px; 
    padding: 25px;
}
.form_set p {
    margin: 0px;
}
.form_set input.form-control {
    border: 1px solid #ED9ADF;
    background: #FFF;
}
.form_set .btn {
    background-color: #ED9ADF;
}

/* wave */


.section-wave .container {
    max-width: 100%;
    padding: 0px;
}

.section-wave {
    transform: rotate(180deg);
    margin-top: -50px;
    position: relative;
    z-index: 2;
}
.section-wave p {

    margin: 0px;
}
.section-wave svg {
    display: block;
    position: relative;
    height: 55px;
}

.elementor-shape-fill {
    fill: #fff;
    transform: rotateY(0deg);
    transform-origin: center;
}

#section-info .section-container {
    padding-top: 100px;
}

#section-info .grid-item {
    text-align: center;
}

#section-info .grid-item .description {
    height: 140px;
}

#section-info .grid-item img {
    width: 100px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

#section-info .grid-item-inner {
    padding: 70px 20px 30px;
    background: #F9F9F9;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #CCC;
}

@media( max-width: 991px) {

    .section-wave {
        margin-top: -35px;
    }
    .section-wave svg {
        height: 40px;
    }
}


.menu-item img {
    max-width: 75px;
}
.menu-item h3 {
    color: #000;
    font-weight: bold;
}
.menu-item .menu-item-img {
    margin-right: 15px;
}



/*************************************************************************************************************
 * POST - ARCHVE
 ***************************************/


.row-post .media-body {
    font-size: 18px;
    line-height: 22px;
}

.posts .post-body p {
    font-size: 18px;
    line-height: 22px;
}

.posts .post-title {
    text-transform: capitalize;
    font-size: 26px;
}


/* footer */

@media ( max-width: 991px) {
    #footer {
        padding: 0px;
    }
    .footer-widget {
        width: 50%;
        flex: 50%;
    }
    
}

 @media (max-width: 580px) {
    #footmenu-wrapper {
        text-align: left !important;
    }
    #footmenu-wrapper li {
        width: 49%;
        display: inline-block;
    }
    .footer-widget {
        width: 100%;
        flex: 100%;
        margin-bottom: 10px;
    }
    #block-7 .footer-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #block-7 .footer-logo img {
        margin-right: 20px;
        max-height: 120px;
    }
    #block-7 p {
        margin: 0px;
    }
    .footer-sig-box {
        text-align: left !important;
    }
 }


 /* content specific */

 .form-logo {
    text-align: center;
 }
 .form-logo img {
    max-height: 60px;
    margin: 0 auto 20px;
 }
 .form-logo p {
    margin: 0px;
 }
 .box-faq {
    margin-bottom: 50px;
 }

.box-faq h1 {
    margin-bottom: 40px;
    color: #333 !important;
}

.box-faq .content {
    padding: 50px;
    background: #ED9ADF;
    border-radius: 30px;
}

.box-faq .accordion-item {
    border: none;
    background: none;
    border-top: 1px dashed #FFE0F5;
}

.box-faq button {
    background: none;
}

.box-faq .accordion-button {
    font-weight: bold;
    font-size: 18px;
    padding-left: 5px;
    color: #333 !important
}

.box-faq .accordion-button:not(.collapsed) {
    background: none;
    border: 0px;
    box-shadow: none;
    color: #000;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.box-faq .accordion-body {
    color: #444;
    padding: 20px 30px;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

 @media (max-width: 991px) {
    .section-content-slides .item-inner {
        padding-top: 10px;
    }
    .content-with-image .image,
    .grid-item .grid-item-img {
        padding-left: 40px;
        padding-right: 40px;
    }
    .content-with-image .content {
        padding-top: 0px !important;
    }

    .box-faq {
        margin-bottom: 30px;
    }
    .box-faq .content {
        padding: 10px;
    }
    .box-faq .content {
        border-radius: 0px;
    }
    
}