/*
Theme Name: Musea Child
Theme URI: https://musea.qodeinteractive.com/
Description: A child theme of Musea Theme
Author: Select Themes
Author URI: https://themeforest.net/user/elated-themes
Version: 1.0.1
Text Domain: musea
Template: musea
*/



.vc_row {
    margin-left: auto!important;
    margin-right: auto!important;
}

@media only screen and (max-width: 480px) {
    .eltdf-container-inner, .eltdf-grid, .eltdf-row-grid-section {
        width: 90%!important;
    }
}

@media only screen and (max-width: 1024px) {
    .eltdf-section-title-holder.eltdf-st-decorative-line .eltdf-st-title .eltdf-st-title-inner {
        padding: 0;
    }
}
@media only screen and (max-width: 1024px) {
h1 {
    font-family: "EB Garamond";
    font-size:clamp(32px,11vw,45px);
    line-height: 1.15em;
    letter-spacing: .16em;
}

h2 {
    font-family: "EB Garamond";
    font-size: clamp(28px, 10vw, 40px);
    line-height: 1.17em;
    letter-spacing: .16em;
}
}

.eltdf-title-holder.eltdf-standard-type .eltdf-page-title {
    margin: 0;
    line-height: 1.3em;
}

.eltdf-page-footer .eltdf-footer-top-holder .eltdf-footer-top-inner.eltdf-grid {
    padding: 116px 20px;
}

.eltdf-mobile-header .eltdf-vertical-align-containers {
    padding: 0 20px;
}