.elementor-129 .elementor-element.elementor-element-4fd74af{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-bb95f7c *//* ===============================
   FOOTER MAGAZINUL DE TUTUN
================================ */

.mt-footer{
    background:#241207;
    color:#ddd;
    padding:70px 25px 20px;
    border-top:1px solid #d4af37;
    width:100%;
    overflow:hidden;
    box-sizing:border-box;
}


.mt-footer-container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr;
    gap:50px;
    width:100%;
    box-sizing:border-box;
}


/* TITLURI */

.mt-footer h3{
    color:#d4af37;
    font-family:"Playfair Display",serif;
    font-size:28px;
    margin-bottom:20px;
}


.mt-footer h4{
    color:#d4af37;
    font-size:16px;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:25px;
}


/* TEXT */

.mt-footer p{
    line-height:1.8;
    color:#ccc;
    font-size:15px;
    margin:0 0 15px;
}


/* LISTE */

.mt-footer ul{
    list-style:none;
    padding:0;
    margin:0;
}


.mt-footer li{
    margin-bottom:12px;
}


.mt-footer a{
    color:#ccc;
    text-decoration:none;
    transition:.3s;
    word-break:break-word;
}


.mt-footer a:hover{
    color:#d4af37;
}


/* COPYRIGHT */

.mt-footer-bottom{
    max-width:1400px;
    margin:50px auto 0;
    padding-top:20px;
    border-top:1px solid rgba(212,175,55,.3);
    text-align:center;
    color:#aaa;
    font-size:14px;
}


/* TABLETA */

@media(max-width:1024px){

    .mt-footer-container{
        grid-template-columns:1fr 1fr;
        gap:35px;
    }

}



/* MOBIL */

@media(max-width:767px){

    .mt-footer{
        padding:50px 20px 20px;
    }


    .mt-footer-container{
        grid-template-columns:1fr;
        text-align:center;
        gap:35px;
        width:100%;
    }


    .mt-footer h3{
        font-size:24px;
    }


    .mt-footer p,
    .mt-footer a{
        overflow-wrap:anywhere;
    }


    .mt-footer-bottom{
        font-size:13px;
        margin-top:30px;
    }

}/* End custom CSS */