/* =========================================================
   MOROCCO TOUR DESIGN
   PREMIUM HERO V4
========================================================= */


/* ---------------------------------------------------------
   TARGET PAGE
--------------------------------------------------------- */

body.mtd-target-tour {
    background: #ffffff;
}


/* ---------------------------------------------------------
   HERO WRAPPER
--------------------------------------------------------- */

#mtd-tour-hero-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}


/* ---------------------------------------------------------
   HERO
--------------------------------------------------------- */

.mtd-tour-hero {

    position: relative;

    width: 100%;
    min-height: 650px;

    display: flex;
    align-items: flex-end;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}


/* ---------------------------------------------------------
   DARK IMAGE OVERLAY
--------------------------------------------------------- */

.mtd-tour-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,0.82) 0%,
            rgba(0,0,0,0.45) 42%,
            rgba(0,0,0,0.10) 78%,
            rgba(0,0,0,0.08) 100%
        );

    z-index: 1;
}


/* ---------------------------------------------------------
   CONTENT
--------------------------------------------------------- */

.mtd-tour-content {

    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 1250px;

    margin: 0 auto;

    padding: 0 40px 70px;
}


/* ---------------------------------------------------------
   BADGE
--------------------------------------------------------- */

.mtd-tour-badge {

    display: inline-flex;

    align-items: center;

    min-height: 34px;

    padding: 8px 18px;

    margin-bottom: 20px;

    border: 1px solid #DFC16C;

    background: rgba(25, 22, 18, 0.72);

    color: #DFC16C;

    font-family: Arial, sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.2px;

    text-transform: uppercase;
}


/* ---------------------------------------------------------
   TITLE
--------------------------------------------------------- */

.mtd-tour-title {

    margin: 0;

    max-width: 1000px;

    color: #ffffff !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(
        38px,
        5vw,
        72px
    );

    font-weight: 400;

    line-height: 1.08;

    letter-spacing: -1px;

    text-shadow:
        0 3px 18px rgba(0,0,0,0.45);
}


/* ---------------------------------------------------------
   SUBTITLE
--------------------------------------------------------- */

.mtd-tour-subtitle {

    margin-top: 25px;

    color: #DFC16C;

    font-family: Arial, sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 3px;

    line-height: 1.7;

    text-transform: uppercase;
}

.mtd-tour-subtitle span {
    color: #ffffff;
    padding: 0 7px;
}


/* ---------------------------------------------------------
   HIDE ORIGINAL THEME TITLE
--------------------------------------------------------- */

body.mtd-target-tour .wrapper.inner-main-title {

    display: none !important;
}


/* ---------------------------------------------------------
   REMOVE TOP SPACING CREATED BY THE THEME
--------------------------------------------------------- */

body.mtd-target-tour main,
body.mtd-target-tour #primary,
body.mtd-target-tour .site-main {

    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* ---------------------------------------------------------
   REMOVE FIRST CONTENT IMAGE
   Hero now uses featured image
--------------------------------------------------------- */

body.mtd-target-tour .entry-content > p:first-child img,
body.mtd-target-tour .entry-content > figure:first-child,
body.mtd-target-tour .entry-content > img:first-child {

    display: none !important;
}


/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media (max-width: 767px) {

    .mtd-tour-hero {

        min-height: 540px;

        background-position: center center;

        align-items: flex-end;
    }


    .mtd-tour-content {

        padding: 0 22px 45px;
    }


    .mtd-tour-badge {

        padding: 7px 13px;

        margin-bottom: 16px;

        font-size: 9px;

        letter-spacing: 1.7px;
    }


    .mtd-tour-title {

        font-size: 38px;

        line-height: 1.08;

        letter-spacing: -0.5px;
    }


    .mtd-tour-subtitle {

        margin-top: 18px;

        font-size: 9px;

        letter-spacing: 1.7px;

        line-height: 2;
    }


    .mtd-tour-subtitle span {

        padding: 0 3px;
    }
}


/* ---------------------------------------------------------
   SMALL MOBILE
--------------------------------------------------------- */

@media (max-width: 480px) {

    .mtd-tour-hero {

        min-height: 500px;
    }


    .mtd-tour-content {

        padding: 0 18px 35px;
    }


    .mtd-tour-title {

        font-size: 32px;
    }


    .mtd-tour-subtitle {

        font-size: 8px;

        letter-spacing: 1.4px;
    }
}
body.mtd-target-tour figure.single-thumb.single-thumb-full {
    display: none !important;
}