/* */
@media screen and (max-width:767px) {
    .kt-modal-container .footer__inner-wrapper {
        margin-top: 75px;
        max-height: 100vh;
        overflow: scroll;
        display: flex;
        flex-wrap: wrap;
        scrollbar-width: thin;
        scrollbar-width: none;
        overflow: scroll;
		height:100%;
    }

    .kt-modal-content {
        overflow: hidden;
    }

    .kt-modal-container .footer__inner-wrapper>div {
        max-height: 80vh;
        scrollbar-width: none;
        overflow: scroll;
        padding-right: 14px;
		z-index:10;
		height:100%;
    }

    .kt-modal-container .footer__inner-wrapper>div::-webkit-scrollbar,
    .kt-modal-container .footer__inner-wrapper::-webkit-scrollbar,
    .kt-modal-content::webkit-scrollbar,
    .kt-modal-content *::webkit-scrollbar,
    * {
        width: 0px !important;
    }

    .kt-modal-container .footer__inner-wrapper>div,
    .kt-modal-container .footer__inner-wrapper,
    .kt-modal-content,
    .kt-modal-content * {
        scrollbar-width: none;
    }

    .kt-modal-content>div>div>div {
        padding-right: 0 !important;
    }



}


.footer-item.footer-item--featured a {
    background: var(--red-primary);
    color: white;
    padding: 5px 15px;
    border-radius: 50vmax;
    text-decoration: none !important;
    margin-left: -10px;
}

.footer-item.footer-item--featured a:hover {
    background: #FF0031;
}

.footer__outer-wrapper {
    overflow: clip;
}

.footer-item a {
    color: black;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;

}

.footer-item a:hover,
.footer-item a:active {
    text-decoration: underline;
}

.footer-item {
    display: inline;
}

.footer-part ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0 0 0px;
}

.footer__inner-wrapper .footer-part ul {
    padding-left: 11px;
    margin-top: 10px;
}

@media screen and (max-width:767px){
.footer__outer-wrapper .footer__inner-wrapper .footer-part ul {
    padding-left: 0px;
    margin-top: 10px;
}}

@media screen and (max-width:767px) {
    .footer-part ul {
        padding-top: 5px;
    }

}

.footer__inner-wrapper>div {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width:1026px) {
    .footer-part {
        width: 20%;
    }

    .footer__inner-wrapper>div {
        gap: 25px;
		padding-top:80px;
    }
}


@media screen and (min-width:768px) {
    .footer__mobile-indicator {
        display: none;
    }

    .footer-part ul {
        padding-left: 5px;
    }
}

.footer__outer-wrapper .dolj-footer {
    display: none;
}

.footer-info__group a{
		text-decoration:underline;
		color:black;
	}
.footer-info__top-wrapper > div{
	align-self:baseline;
}
@media screen and (max-width:767px) {
    .footer__inner-wrapper>div {
        display: flex;
        flex-direction: column;
        column-gap: 20px;
        row-gap: 20px;
    }
	#menu .footer__inner-wrapper>div{
		padding-bottom:130px;
	}
	.footer__outer-wrapper .footer__inner-wrapper>div{
		padding-bottom:60px;
	}
    .footer__outer-wrapper .footer__inner-wrapper>div {
        row-gap: 30px;
    } 
	

    .footer__mobile-indicator {
        position: absolute;
        right: 10px;
        width: 20px;
        top: 0;
        transition-duration: 0.45s;
    }

    .footer-part ul {
        overflow: hidden;
        transition: 0.5s;
        max-height: 0;
    }

    .footer-part h5 {
        line-height: 1.4;
    }

    .footer-part:has(h5.active) img {
        rotate: 45deg;
    }
}

@media screen and (max-width:767px){
.footer__outer-wrapper{
	z-index: 999999999999999999999999999999999;
    position: relative;
	background:white;
}}

.kt-modal-open .footer__outer-wrapper{
	z-index:9;
}



/* Secondary section */
/* Containers & margins */
.footer__secondary-section {
    background: var(--pink-secondary);
}


.footer-info__top-wrapper {
    align-items: flex-start;
    gap: 30px;
}

/* Content */
.footer-info__group p {
    font-size: 14px;
}

.footer-info__group p:first-child {
    font-weight: 500;
    margin-bottom: 0;
}

@media screen and (min-width:1026px){
.footer-info__group {
    margin-bottom: 8px;
}}

@media screen and (max-width:767px) {
	.footer-info__group:first-of-type {
    margin-bottom: 20px;
} 
	.footer-info__top-wrapper{
		display:flex;
		flex-direction:column;
		text-align:center;
		gap:20px;
		margin-top:10px;
	}
		.footer-info__top-wrapper > div{
		flex-grow:1;
			width:100%;
	} 
    .footer-secondary__left-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-info__top-wrapper {
        display: block;
		flex-wrap:wrap!important;
    }


    .footer-secondary__right-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-secondary__right-wrapper * {
        text-align: center;
		text-decoration:none!important;
    }

    .footer-secondary__left-wrapper img,
    .footer-secondary__right-wrapper img {
           margin: 20px 0;
    }

}


/* Social */
.footer__social-section {
    background: var(--pink-primary);
}

.footer__social-icon {
    transition: 0.15s ease-in-out;
    border-radius: 5px;
}

.footer__social-icon:hover {
    scale: 1.1;
}

.footer__social-text a {
    color: black;
    font-weight: 500;
}

.footer__social-text a:hover {
    color: var(--red-primary);
}

@media screen and (max-width:767px) {
    .footer__social-wrapper>p {
        display: none;
    }

    .footer__social-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start!important;
    }

    .footer__social-wrapper>div {
        margin-bottom: 6px;
    }
}








/* Accordion only mobile */
@media screen and (max-width:767px) {

    .footer__outer-wrapper .footer__mobile-indicator {
        display: none;
    }
	
    .footer__outer-wrapper .footer-part ul {
        overflow: visible;
        max-height: fit-content;
    }

    .footer__outer-wrapper .footer__inner-wrapper>div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}


/* Remove scroll on mobile*/
@media screen and (max-width:767px) {
    .kt-modal-overlay {
        background: var(--pink-secondary) !important;
    }

    .kt-modal-open .secondary-menu__wrapper a.btn-primary::after {
        animation: header-btn-mobile 1.15s ease-in-out;
        border-radius: 50vmax;
    }
	
	body.clicked:not(.kt-modal-open) .secondary-menu__wrapper a.btn-primary{
		animation: fadeinbtn 0.8s ease-in-out;
	}

    .kt-modal-open .secondary-menu__wrapper a.btn-primary {
        background: transparent;
		animation: fadeoutbtn 1.6s ease-in-out;
		animation-fill-mode:forwards;
    }
	

    .kt-modal-open .secondary-menu__wrapper a.btn-primary::after {
        animation: ctax3 3.6s linear infinite;
    }

    .kt-modal-open .menu__cta-wrapper {
        /*background: var(--pink-secondary); */
        animation: changepos 0.7s linear 0.3s;
        animation-fill-mode: forwards;
        border-radius: 50vmax;
    }}


    @keyframes changepos {
        0% {
            position: relative;
            box-shadow: none;
        }

        95% {
            position: relative;
            transform: none;
            -webkit-transform: none;
        }

        100% {
            position: fixed;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);

            height: 60px;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            align-content
            /*
		box-shadow: 4px -5px 0px 20px rgb(247 229 231 / 94%);
        -webkit-box-shadow: 4px -5px 0px 20px rgb(247 229 231 / 94%);
        -moz-box-shadow: 4px -5px 0px 20px rgb(247 229 231 / 94%);
		*/
        }
    }

    @media screen and (max-width:767px) {
        .kt-modal-open .menu__cta-wrapper {
            width: 100%;
        }
		/* Disable scroll /*
		    html:has(body.kt-modal-open) {
        overflow: hidden;
        height: 100vh;
    }


        body:not(.kt-modal-open) .menu__cta-wrapper {
          /*  animation: opacitybtn 0.8s linear; */
        }
    }

    @keyframes opacitybtn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* Disable scroll */




@keyframes fadeinbtn {
    0% {
        opacity: 0;
    }


    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



@keyframes fadeoutbtn {
    0%,
    4% {
        opacity: 1;
    }


    40% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* For gradient above btn in menu */
@keyframes fadeinbg {

    0%,
    60% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Only show nav in header */
.footer__inner-wrapper nav {
    display: none;
}

#menu .footer__inner-wrapper nav {
    display: flex;
    gap: 35px;
    margin-bottom: 20px;
}

#menu .footer__inner-wrapper nav ul {
    flex-direction: column;
    align-items: flex-start;
}

#menu .footer__inner-wrapper nav li {
    font-size: 28px;
    font-weight: 500;
    font-family: Montserrat;
}

#menu .footer__inner-wrapper .footer-part h5 {
    font-size: 16px;
}



/* Separator */
/*
.footer__secondary-section {
    z-index: 1;
    position: relative;
}
*/
@media screen and (max-width:767px) {
    .drawer-inner .kadence-close-svg {
        color: white;
        margin-top: 25px;
    }
}

@media screen and (max-width:767px) {
    .kt-modal-container .footer__inner-wrapper>div::before {
        position: absolute;
    /*content: "";*/
    width: 100%;
    height: 70%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(247,229,231,0) 50%, rgba(247,229,231,0.4) 65%, rgba(247,229,231,1) 100%, rgba(247,229,231,1) 100%);
    animation: fadeinbg 2.65s ease-in-out;
    z-index: 1;
    pointer-events: none;
    }
	.footer__inner-wrapper .wp-block-group.dolj-footer{
		position:relative;
		z-index:0;
	}
}


@media screen and (min-width:1026px) {
.footer__inner-wrapper > div{
flex-direction: row!important;
}}
@media screen and (max-width:1025px) {
.footer__outer-wrapper .footer__inner-wrapper > div{
display:grid!important;
grid-template-columns: 1fr 1fr;
}
.footer__outer-wrapper .footer-secondary__right-wrapper{
    align-items:center!important;
}
#menu .footer__inner-wrapper > div{
    justify-content:start!important;
}
}