/*
Theme Name: Travel with me Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* BASE TEXT */
body,
p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/* HEADINGS (H2–H6) */
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3 !important;
}

/* FONT SIZES */
h2 {
    font-size: 32px !important;
}

h3 {
    font-size: 25px !important;
    /* reduced from 28px */
}

h4 {
    font-size: 21px !important;
    font-weight: 400 !important;
}

h5 {
    font-size: 18px !important;
    font-weight: 400 !important;
}

h6 {
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* H1 */
h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 5vw, 58px) !important;
    line-height: 1.15 !important;
    font-weight: 400 !important;
}

/* NAVIGATION */
.nav>li>a {
    font-family: 'Montserrat', sans-serif;
    color: #a67c52;
}

.header-nav .mega-menu-item>.mega-menu-link {
    color: #a67c52 !important;
}

.header-nav .mega-menu-item>.mega-menu-link:hover {
    color: #919f88 !important;
}

.section-title-center span {
    margin: 0;
}


.btn-center .col-inner {
    text-align: center;
}

.home-banner-text-box {
    bottom: auto !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
}

.home-banner-title h1 {
    margin-top: -10px !important;
}

.header .social-icons a.icon:not(.button),
.block_widget .widget-title {
    color: #a67c52;
}


/* =========================
   RESPONSIVE
========================= */

/* Tablet */
@media (max-width: 1024px) {
    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 22px !important;
        /* reduced from 24 */
    }

    h4 {
        font-size: 19px !important;
    }

    h5 {
        font-size: 17px !important;
    }

    h6 {
        font-size: 15px !important;
    }

    body {
        font-size: 15.5px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 20px !important;
        /* reduced from 22 */
    }

    h4 {
        font-size: 17px !important;
    }

    h5 {
        font-size: 15px !important;
    }

    h6 {
        font-size: 14px !important;
    }

    body {
        font-size: 15px;
    }
}

@media (min-width:550px) and (max-width:1024px) {
    .home-about-welcome-section .img-inner.dark {
        margin: 0px 0px 0px 20px !important;
    }

    .home-about-welcome-section .img {
        width: 100% !important;
    }

    .home-about-welcome-section .home-welcome-right {
        width: 50% !important;
        max-width: 100% !important;
        flex-basis: 50% !important;
    }
}

@media (max-width:549px) {
    .home-about-welcome-section .img-inner.dark {
        margin: 0px 0px 0px 20px !important;
    }

    .home-about-welcome-section .home-welcome-right {
        padding-left: 30px !important;
    }

    .home-photography-retreates-section .home-photography-retreates-text-block {
        position: relative !important;
        width: 100% !important;
        right: auto !important;
    }
}


@media screen and (min-width: 550px) and (max-width: 849px) {
    .home-banner-section .md-y60 {
        bottom: 30%;
    }

    .home-banner-title h1 {
        margin-top: 0px !important;
    }
}

@media (max-width: 549px) {
    .home-banner-section .md-y60 {
        bottom: 27%;
    }
        .home-banner-title h1 {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}