.elementor-44 .elementor-element.elementor-element-1b2b602{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-44 .elementor-element.elementor-element-2f00fe2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2f00fe2 */.editorial-footer{

    padding:80px 50px 40px 50px;

    background:#2E2621;

    position:relative;

    overflow:hidden;

}

.footer-container{

    max-width:1200px;

    margin:auto;

    text-align:center;

}

/*==================================
            LOGO
==================================*/

.footer-logo{

    margin-bottom:35px;

}

.footer-logo img{

    max-width:170px;

    display:block;

    margin:auto;

}

/*==================================
        HEADING
==================================*/

.footer-container h2{

    max-width:720px;

    margin:0 auto 25px;

    font-family:'Bodoni Moda',serif;

    font-size:42px;

    font-weight:700;

    line-height:1.2;
font-style: italic;
    color:#FFFFFF;

}

.footer-container p{

    max-width:700px;

    margin:0 auto 50px;

    font-family:'Plus Jakarta Sans',sans-serif;

    font-size:16px;

    line-height:1.9;

    color:rgba(255,255,255,.75);

}
.footer-menu{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:45px;

    margin-bottom:50px;

}

.footer-menu a{

    position:relative;

    text-decoration:none;

    color:#FFFFFF;

    font-family:'Plus Jakarta Sans',sans-serif;

    font-size:16px;

    font-weight:500;

    transition:.35s;

}

.footer-menu a:hover{

    color:#D7C2A3;

}

.footer-menu a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:#83603F;

    transition:.35s;

}

.footer-menu a:hover::after{

    width:100%;

}

.footer-social{

    display:flex;

    justify-content:center;

    gap:18px;

    margin-bottom:60px;

}

.footer-social a{

    width:55px;

    height:55px;

    border-radius:50%;

    border:1px solid rgba(255,255,255,.15);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#FFFFFF;

    font-size:18px;

    text-decoration:none;

    transition:.35s;

}

.footer-social a:hover{

    background:#83603F;

    border-color:#83603F;

    color:#FFFFFF;

    transform:translateY(-6px);

}


.footer-divider{

    width:100%;

    height:1px;

    background:rgba(255,255,255,.12);

    margin-bottom:45px;

}

.footer-contact{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:70px;

    flex-wrap:wrap;

}

.contact-item{

    display:flex;

    align-items:center;

    gap:12px;

}

.contact-item i{

    width:46px;

    height:46px;

    border-radius:50%;

    background:#83603F;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#FFFFFF;

    font-size:16px;

}

.contact-item span{

    color:rgba(255,255,255,.85);

    font-family:'Plus Jakarta Sans',sans-serif;

    font-size:15px;

}


.editorial-footer a{

    text-decoration:none;

}

.editorial-footer a:hover{

    text-decoration:none;

}

@media (max-width:1024px){

    .editorial-footer{

        padding:50px 30px;

    }

    .footer-logo img{

        max-width:150px;

    }

    .footer-container h2{

        font-size:34px;

        max-width:650px;

    }

    .footer-container p{

        max-width:600px;

        font-size:16px;

        margin-bottom:40px;

    }

    .footer-menu{

        gap:30px;

        flex-wrap:wrap;

        margin-bottom:40px;

    }

    .footer-social{

        margin-bottom:45px;

    }

    .footer-contact{

        gap:35px;

        justify-content:center;

    }

}

@media (max-width:767px){

    .editorial-footer{

        padding:30px 10px;

    }

    .footer-logo{

        margin-bottom:25px;

    }

    .footer-logo img{

        max-width:130px;

    }

    .footer-container h2{

        font-size:28px;

        line-height:1.25;

        margin-bottom:18px;

    }

    .footer-container p{

        font-size:15px;

        line-height:1.8;

        margin-bottom:30px;

    }

    .footer-menu{

        flex-direction:column;

        gap:18px;

        margin-bottom:35px;

    }

    .footer-menu a{

        font-size:16px;

    }

    .footer-social{

        gap:12px;

        margin-bottom:35px;

    }

    .footer-social a{

        width:48px;

        height:48px;

        font-size:16px;

    }

    .footer-divider{

        margin-bottom:30px;

    }

    .footer-contact{

        flex-direction:column;

        align-items:flex-start;

        gap:18px;

    }

    .contact-item{

        width:100%;

    }

    .contact-item i{

        width:42px;

        height:42px;

        font-size:15px;

    }

    .contact-item span{

        font-size:14px;

    }

}


.footer-logo,
.footer-container h2,
.footer-container p,
.footer-menu,
.footer-social,
.footer-contact{

    animation:footerFade .8s ease;

}

@keyframes footerFade{

    from{

        opacity:0;

        transform:translateY(30px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}/* End custom CSS */