@charset "UTF-8";

/*
Theme Name: Host
Theme URI: https://thisiscluck.com
Author: Benjamin Hall
Author URI: https://conobe.co.uk
Description: Host brand theme - cloned from Cluck v2
Version: 2.0
*/

/*

@font-face {
font-family: 'GT Haptik';
src: url("assets/fonts/GTHaptikBlack.eot") format("embedded-opentype");
font-weight: normal;
font-style: normal;
font-display: auto;
}

@font-face {
font-family: 'GT Haptik';
src: url("assets/fonts/GTHaptikLight.eot") format("embedded-opentype");
font-weight: 100;
font-style: normal;
font-display: auto;
}

@font-face {
font-family: 'GTMed';
src: url("assets/fonts/GTHaptikMedium.eot") format("embedded-opentype");
font-weight: normal;
font-style: normal;
font-display: auto;
}

*/

/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/4cf4c4");*/

@font-face {
    font-family: "SummerLovingSolid-Regular";
    src: url('assets/webFonts/SummerLovingSolidRegular/font.woff2') format('woff2'), url('assets/webFonts/SummerLovingSolidRegular/font.woff') format('woff');
}

@font-face {
    font-family: "SummerLovingSans-Regular";
    src: url('assets/webFonts/SummerLovingSansRegular/font.woff2') format('woff2'), url('assets/webFonts/SummerLovingSansRegular/font.woff') format('woff');
}

@font-face {
    font-family: "SummerLoving-Regular";
    src: url('assets/webFonts/SummerLovingRegular/font.woff2') format('woff2'), url('assets/webFonts/SummerLovingRegular/font.woff') format('woff');
}

@font-face {
    font-family: 'GT Black';
    src: url("assets/fonts/GTHaptikBlack.otf") format("opentype"), url("assets/fonts/GTHaptikBlack.woff") format("woff"), url("assets/fonts/GTHaptikBlack.ttf") format("truetype"), url("assets/fonts/GTHaptikBlack.svg#GTHaptikBlack") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'GT Medium';
    src: url("assets/fonts/GTHaptikMedium.otf") format("opentype"), url("assets/fonts/GTHaptikMedium.woff") format("woff"), url("assets/fonts/GTHaptikMedium.ttf") format("truetype"), url("assets/fonts/GTHaptikMedium.svg#GTHaptikMedium") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'GT Light';
    src: url("assets/fonts/GTHaptikLight.otf") format("opentype"), url("assets/fonts/GTHaptikLight.woff") format("woff"), url("assets/fonts/GTHaptikLight.ttf") format("truetype"), url("assets/fonts/GTHaptikLight.svg#GTHaptikLight") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}


body {
    font-family: "GT Light";
    letter-spacing: 0.1px;
}

.half-height {
    min-height: 400px;
}

.full-height {
    min-height: 100vh;
}

.wpcf7-spinner {
    display: none !important;
}

.overflow-hidden {
    overflow: hidden;
}

.black {
    color: #000000;
}

.bg-black {
    background-color: #000000;
}

.button-black {
    background-color: #000000;
}

.blue {
    color: #09003F;
}

.bg-blue {
    background-color: #09003F;
}

.button-blue {
    background-color: #09003F;
}

.pink {
    color: #FFDDD8;
}

.bg-pink {
    background-color: #FFDDD8;
}

.button-pink {
    background-color: #FFDDD8;
}

.white {
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff;
}

.button-white {
    background-color: #ffffff;
}

.light-blue {
    color: #3372AF;
}

.bg-light-blue {
    background-color: #3372AF;
}

.button-light-blue {
    background-color: #3372AF;
}

.red {
    color: #FF4842;
}

.bg-red {
    background-color: #FF4842;
}

.button-red {
    background-color: #FF4842;
}

.gold {
    color: #C29F52;
}

.bg-gold {
    background-color: #C29F52;
}

.button-gold {
    background-color: #C29F52;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-style-1 {
    font-size: 16px;
    font-family: 'GT Medium';
    font-weight: 500;
    line-height: 22px;
    padding: 0;
    margin: 0;
}

#header {
    background: #fff;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 0 18px 0 30px;
    align-items: center;
}

#header .logo-wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
}

#header .logo {
    margin: 2px;
    font-size: 36px;
    font-weight: 900;
}

#header .logo svg {
    margin-top: -8px;
}

#header .tagline {
    font-family: 'GT Light';
    margin-left: 15px;
    font-size: 19px;
    font-weight: 400;
}

.hero-title h1 {
    font-family: 'GT Black';
    font-weight: 900;
    color: #fff;
    text-align: center;
    font-size: 48px;
    letter-spacing: 2px;
}

#home_hero {
    min-height: 450px !important;
}

.hero-title {
    margin-bottom: 20px;
}

.hero-text,
.section-subtext {
    font-family: 'GT Medium';
    max-width: 750px;
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}

.hero-text {
    max-width: 600px;
    font-size: 18px;
}

.footer-logo-box {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.footer-cluck-logo-black {
    font-family: 'GT Black';
    color: #000;
    text-decoration: none;
    font-size: 21px;
    letter-spacing: 2px;
}

.footer-cluck-logo-white {
    font-family: 'GT Black';
    color: #FFF;
    text-decoration: none;
    font-size: 21px;
    letter-spacing: 2px;
}

.hero-text {
    color: #fff;
}

.hero-arrow {
    position: absolute;
    bottom: 20px;
}

.hero-arrow-mobile {
    left: 0;
    margin-top: 30px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

#main-menu li {
    display: inline-block;
    list-style: none;
}

#main-menu li a {
    font-family: 'GT Light';
    display: inline-block;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0 12px;
    letter-spacing: 1px;
}

#main-menu li a:hover {
    color: #FFDDD8;
}

#why-choose-host {
    /*padding: 85px 20px 120px 20px;*/
    padding: 45px 20px 40px 20px;
}

.group-section {
    padding: 85px 20px 80px 20px;
}

.group-section>div {
    margin-bottom: 50px;
}

.section-title {
    font-family: 'GT Black';
    max-width: 650px;
    font-weight: 900;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 40px;
}

/*
.section-subtext {
    font-family: 'GT Medium';
    max-width: 650px;
    margin: auto;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
}
*/

#why-choose-host-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 60px;
    max-width: 1500px;
    margin: -40px auto 0;
    text-align: center;
}

@media screen and (min-width: 1100px) {
    #why-choose-host-items .text-style-1 {
        max-width: 248px;
        margin: auto;
    }
}

.nav-phone-link,
.nav-email-link {
    color: #FF4842;
}

#whats-included-items,
#your-itinerary-items {
    max-width: 1630px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

#whats-included-items>div {
    width: 30%;
}

#your-itinerary-items {
    display: block;
}

#your-itinerary-items .text-style-1 {
    max-width: 1100px;
    margin: 0 auto;
}

/*
#your-itinerary-items > div {
    flex: 0 0 calc(33.333% - 100px);
}
*/

#why-choose-host-items .image {
    display: flex;
    height: 280px;
    align-items: flex-end;
    justify-content: center;
}

#why-choose-host-items img {
    width: 100%;
    max-width: 230px;
    height: auto;
}

#whats-included-items .title,
#why-choose-host-items .title,
#your-itinerary-items .title {
    margin-top: 40px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    font-size: 18px;
    font-family: 'GT Black';
    font-weight: 900;
    border-bottom: 3px solid #FF4842;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#whats-included-items .title {
    margin-top: 40px;
}

#your-itinerary-items .title {
    margin-top: 40px;
}

#whats-included-items .text,
#why-choose-host-items .text {}

#time-to-make-it-happen,
#call-to-action-block-1 {
    min-height: 65vh;
}

.button {
    border-radius: 25px;
    color: #fff;
    padding: 8px 38px;
    display: inline-block;
    margin: 10px;
    font-family: 'GT Black';
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    text-align: center;
}

.button:hover {
    background: #fff;
    color: #09003F;
}

.section-buttons {
    margin-top: 40px;
    text-align: center;
}


#footer {
    font-family: 'GT Light';
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    padding: 14px 40px 14px 40px;
    font-size: 18px;
    align-items: center;
}

.footer-gold {
    background: #C29F52;
}

.footer-blue {
    background: #09003F;
    color: #fff;
}

.footer-blue .footer-twitter {
    fill: #fff;
}

.tri-column {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 120px;
    max-width: 1630px;
    margin: auto;
}

.footer-twitter {
    height: 24px;
}

.footer-instagram {
    height: 24px;
    width: 24px;
    margin: 0 2px;
}

.footer-linkedin {
    height: 26px;
    width: 24px;
    margin: 0 2px;
}

#handpicked-packages .section-title {
    margin-bottom: 20px;
}

.text-box-1 {
    border-top: 3px solid #FF4842;
    padding: 20px;
    text-align: center;
}

.text-box-2 {
    border-top: 3px solid #FF4842;
    padding: 20px;
    text-align: center;
}

.quote {
    font-family: 'SummerLovingSolid-Regular';
    position: relative;
    font-size: 150px;
    line-height: 120px;
    text-align: center;
    color: #FF4842;
    max-width: 1000px;
    margin: auto;
    padding: 80px 20px 40px;
    z-index: 1;
}

.photo-wrapper {
    padding: 110px 0 135px 35px;
    margin: auto;
    position: relative;
}

.photo {
    text-align: center;
    position: relative;
    top: 20px;
    right: -20px;
    width: calc(100% - 20px);
}

.photo-outer {
    background: #FF4842;
    display: inline-block;
    margin: auto;
}

.photo-outer img {
    position: relative;
    top: -20px;
    left: -20px;
    max-width: 100%;
}

.tray-illustration {
    position: absolute;
    left: 20px;
    bottom: -35px;
    text-align: left;
}

.homepage-top-brush {
    position: absolute;
    right: -10px;
    bottom: 40px;
    text-align: right;
}

.homepage-bottom-red {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
}

.homepage-bottom-blue {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.relative {
    position: relative;
}

.relative>div {
    z-index: 2;
}

.cluck-logo {
    height: 15px;
    position: relative;
    top: -2px;
}

.packages-top-left {
    position: absolute;
    left: 0;
    bottom: 35px;
}

.packages-top-right {
    position: absolute;
    right: 0;
    text-align: right;
}

.group-grid {
    max-width: 1490px;
    margin: 140px auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    grid-gap: 70px;
}

.tile {}

.tile-photo {
    display: block;
    position: relative;
    right: -26px;
    bottom: 0px;
    background: #f64640;
    max-width: 292px;
    max-height: 292px;
    margin-bottom: 25px;
}

.tile-photo-img {
    position: relative;
    left: -20px;
    top: -20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tile-photo-img img {
    width: 100%;
    height: 100%;
}

.tile-text {
    margin-top: -20px;
}

.tile-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 8px;
    padding-bottom: 6px;
    font-size: 19px;
    font-family: 'GT Black';
    font-weight: 900;
    border-bottom: 3px solid #f64640;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 60px;
}

.tile-breakdown {
    height: 160px;
}

.tile-button {
    margin-bottom: 10px;
    margin-top: 0px;
}

.tile-button .button {
    min-width: 180px;
}

.group-section.bg-blue {
    color: #fff;
}

.group-section.bg-blue .tile-title {
    border-bottom: 3px solid #3372AF;
}

.group-section.bg-blue .tile-photo {
    background: #3372AF;
}

.group-section.bg-blue .button {
    background: #3372AF;
}

.group-section.bg-pink .tile-title {
    border-bottom: 3px solid #09003F;
}

.group-section.bg-pink .tile-photo {
    background: #09003F;
}

.group-section.bg-pink .button {
    background: #09003F;
}

.callout-bottom-left {
    position: absolute;
    left: 0;
}

.callout-bottom-right {
    position: absolute;
    right: 0;
    text-align: right;
}

.pizza-illustration {
    position: absolute;
    left: 35px;
    bottom: -95px;
}

.about-us-top-right {
    position: absolute;
    right: 0;
    top: 20px;
    text-align: right;
}

.quote-brush {
    position: absolute;
    right: 0;
    bottom: 0;
}

.meet-host-left {
    position: absolute;
    left: 0;
    top: -90px;
}

.meet-host-right {
    position: absolute;
    right: 0;
    top: 20px;
    text-align: right;
}

#meet-host-2 {
    margin-top: -20px;
}

.meet-host-photo-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact-left {
    position: absolute;
    left: 0;
    bottom: -20px;
}

.contact-right {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

#contact-form {
    width: 100%;
    max-width: 1050px;
    margin: auto;
    text-align: center;
}

#contact-form .section-title {
    margin-bottom: 20px;
    margin-top: 50px;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea,
#contact-form select {
    padding: 3px;
    width: 100%;
    font-size: 20px;
    color: #AAA;
    border: 0px;
    text-align: center;
    font-weight: 500;
    font-family: 'GT Medium';
    margin-bottom: 7px;
    outline: none !important;
}

#contact-form select {
    background: #fff;
    margin-top: 10px;
}

#contact-form {
    min-height: 100vh;
    padding-bottom: 100px;
}

#contact-form textarea {
    max-height: 160px;
}

::placeholder {
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #aaa;
}

::-ms-input-placeholder {
    color: #aaa;
}

#contact-form label {
    padding: 0;
    margin: -10px 0 -10px 0;
    font-family: 'GT Medium';
    font-weight: 500;
    font-size: 28px;
    text-align: center;
}

#contact-form label a {
    color: #000;
    text-decoration: none;
}

#contact-form button,
#contact-form input[type="submit"] {
    display: inline-block;
    border: none;
    margin: 10px auto 0 auto;
}

.package-title {
    max-width: 670px;
    margin-top: 50px;
    padding: 18px;
    border-bottom: 3px solid #f64640;
    margin-bottom: 0px;
}

.package-subtitle {
    margin-top: 10px;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
}

#package-images {
    max-width: 700px;
    height: 500px;
    margin: 0 auto 100px auto;
}

#package-images .carousel-item {
    padding-right: 15px;
    padding-bottom: 15px;
}

#package-images .carousel-item .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

#package-images .carousel-item .item img {
    height: 500px;
}

.carousel-control-prev-icon-alt,
.carousel-control-next-icon-alt {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(assets/images/arrow-left.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.carousel-control-next-icon-alt {
    transform: rotate(-180deg);
}

.carousel-control-prev {
    left: -140px !important;
    opacity: 1 !important;
}

.carousel-control-next {
    right: -140px !important;
    opacity: 1 !important;
}

#package-images .carousel-item::before {
    content: "";
    width: 100%;
    background: #FF4842;
    top: 15px;
    left: 15px;
    height: 100%;
    position: absolute;
}

.package-top-right {
    position: absolute;
    right: 0;
    top: 0;
}

#your-itinerary-items {
    margin-top: 45px;
}

#your-itinerary .title {
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;

    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.lowercase {
    text-transform: lowercase;
}

.cake {
    margin-top: 90px;
    text-align: center;
}

.quote-text {
    font-family: 'GT Medium';
    max-width: 1040px;
    margin: auto;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
}

.quote-author {
    margin: auto;
    padding: 40px 20px 90px 20px;
    font-size: 28px;
}

.mobile-top-right {
    flex-grow: 1;
    text-align: right;
    display: none;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
}

.contact-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-title a:first-child {
    width: 25%;
}

.contact-title a:last-child {
    width: 25%;
}

#contact-form button,
#contact-form input[type="submit"] {
    display: block;
}

.contact-title a {
    margin-top: 35px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.mobile {
    display: none;
}

#mobile-menu {
    display: none;
    margin: 0;
    background: #FFDDD8;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'GT Black';
    padding: 50px;
    border-bottom: 10px solid #fff;
}

#mobile-menu li {
    list-style: none;
    display: block;
}

#mobile-menu li a {
    display: block;
    padding: 20px;
    color: #09003F;
    text-decoration: none;
    border-bottom: 3px solid #f64640;
}

#mobile-menu li a:hover {
    color: #3372AF;
}

.activity-caption {
    position: absolute;
    bottom: -15px;
    background: url('assets/images/label-1-thumb.png');
    color: #000;
    font-size: 14px;
    line-height: 16px;
    padding: 15px;
    text-align: center;
    height: 130px;
    width: 130px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100%;
}

.activity-caption span {
    margin-bottom: 10px;
}

.activity-caption.colour-1 {
    background-image: url('assets/images/label-1-thumb.png');
}

.activity-caption.colour-2 {
    background-image: url('assets/images/label-2-thumb.png');
}

.activity-caption.colour-3 {
    background-image: url('assets/images/label-3-thumb.png');
}

.activity-caption.colour-4 {
    background-image: url('assets/images/label-4-thumb.png');
}


.whats-included-point {
    font-size: 16px;
}

.visible-mobile {
    display: none;
}

@media screen and (min-width: 1101px) and (max-width: 1920px) {
    .full-height {
        min-height: 85vh;
    }

    #meet-host {
        min-height: 590px;
    }

    .tray-illustration img {
        width: 50%;
    }

    .homepage-top-brush img,
    .homepage-bottom-red img,
    .homepage-bottom-blue img {
        width: 70%;
    }

    .packages-top-left img,
    .packages-top-right img,
    .callout-bottom-left img,
    .callout-bottom-right img {
        width: 70%;
    }

    .pizza-illustration img,
    .about-us-top-right img,
    .meet-host-left img,
    .meet-host-right img {
        width: 70%;
    }

    .contact-left img {}

    .contact-right img {
        width: 70%;
    }

    .about-us-top-right {
        top: 0;
    }

    .hero-title h1 {
        font-size: 48px;
    }

    .hero-text,
    .section-subtext {
        font-size: 18px;
    }

    .hero-text {
        font-size: 16px;
    }

    #why-choose-host-items,
    #whats-included-items,
    #your-itinerary-items {
        max-width: 1300px;
    }

    .group-grid {
        max-width: 1300px;
    }

    .tri-column {
        max-width: 1300px;
    }

    .tile-photo {
        max-width: 240px;
        max-height: 240px;
    }
}

@media screen and (max-width: 1100px) {

    .activity-caption {
        right: 2px;
        bottom: 2px;
        height: 90px;
        font-size: 12px;
        width: 90px;
        line-height: 14px;
    }

    .visible-mobile {
        display: block;
    }

    #meet-host {
        display: block;
        padding-bottom: 0px !important;
    }

    .hidden-mobile {
        display: none;
    }

    .tagline {
        display: none;
    }

    #home_hero {
        display: flex;
        flex-direction: column;
    }

    #main-menu {
        display: none !important;
    }

    .homepage-top-brush {
        order: 2;
        left: 0;
        right: 0;
        bottom: 0px !important;
        max-height: 300px;
        position: relative;
    }

    .homepage-top-brush img {
        margin-left: -25px;
    }

    .tray-illustration {
        display: none;
    }

    .hero-title h1 {
        margin-top: 50px;
        font-size: 22px;
    }

    .hero-text,
    .section-subtext {
        font-size: 16px;
        padding: 0 60px;
        line-height: 28px;
    }

    .hero-text {
        font-size: 14px;
    }

    #why-choose-host-items,
    #whats-included-items,
    #your-itinerary-items {
        margin: auto;
        grid-template-columns: 1fr;
        display: block;
    }

    #your-itinerary .title {
        display: block;
    }

    #whats-included-items>div {
        width: 100%;
    }

    #whats-included-items .title,
    #why-choose-host-items .title,
    #your-itinerary-items .title {
        margin-top: 40px;
    }

    .homepage-bottom-blue {
        top: auto;
        bottom: 0px;
    }

    .homepage-bottom-blue img {
        height: 300px;
    }

    .homepage-bottom-red {
        top: 0;
        bottom: auto;
    }

    .homepage-bottom-red img {
        height: 300px;
    }

    .section-title {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .section-subtext {
        font-size: 19px;
        padding: 0 60px;
        line-height: 26px;
    }

    .section-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .section-buttons a {
        min-width: 200px;
        margin: 0px auto 20px;
        display: block;
    }

    #footer {
        display: block;
        text-align: center;
    }

    #footer>div {
        margin-bottom: 20px;
    }

    #time-to-make-it-happen .section-title,
    #call-to-action-block-1 .section-title {
        padding-top: 200px;
    }

    #time-to-make-it-happen .section-buttons,
    #call-to-action-block-1 .section-buttons {
        padding-bottom: 200px;
    }

    .packages-top-right {
        display: none;
    }

    .group-grid {
        margin-top: 80px;
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .tile-photo {
        max-width: 185px;
        max-height: 185px;
        right: auto;
        left: auto;
        margin: auto;
        margin-bottom: 10px;
    }

    .tile-photo-img {
        left: -10px;
        top: -10px;
    }

    .tile-title {
        font-size: 14px;
        margin-top: 40px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .text-style-1 {
        font-size: 16px;
    }

    .tile-button .button {
        padding: 8px 40px;
        min-width: 130px;
    }

    .callout-bottom-left {
        top: -150px;
    }

    .callout-bottom-left img {
        height: 400px;
    }

    .callout-bottom-right {
        bottom: 0;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mobile-top-right {
        display: flex;
    }



    #handpicked-packages {
        padding-top: 40px;
        padding-bottom: 75px;
    }

    .packages-top-left {
        bottom: 0;
    }

    .packages-top-left img {
        max-height: 270px;
        margin: auto;
    }

    .about-us-top-right {
        display: none;
    }

    #what-we-do {
        padding-top: 150px;
        padding-bottom: 460px;
    }

    .pizza-illustration {
        width: 100%;
        text-align: center;
    }

    .pizza-illustration img {
        max-height: 450px;
    }

    .tri-column {
        grid-template-columns: 1fr;
        margin: 0 30px;
        grid-gap: 20px;
    }

    .quote {
        font-size: 120px;
        line-height: 70px;
    }

    #meet-host {
        height: auto;
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 300px;
    }

    #quote .text-style-1,
    #meet-host .text-style-1,
    #meet-host-2 .text-style-1 {
        font-size: 18px;
    }

    .meet-host-left {
        display: none;
    }

    .meet-host-right {
        top: auto;
        bottom: 65px;
    }

    .meet-host-right img {
        max-height: 380px;
    }

    .photo {
        top: 10px;
        right: -10px;
        width: calc(100% - 10px);
    }

    .photo-wrapper {
        padding: 50px 25px 100px 25px;
    }

    .photo-outer img {
        top: -10px;
        left: -10px;
        height: 200px;
        object-fit: cover;
    }

    .meet-host-photo-right img {
        height: 200px;
    }

    #contact-form {
        padding: 50px 20px;
    }

    #contact-form label {
        font-size: 22px;
    }

    .contact-left {
        max-width: 80%;
    }

    .contact-left img {
        width: 100%;
    }

    .contact-right {
        display: none;
    }

    .package-top-right {
        bottom: -150px;
        top: auto;
    }

    .package-top-right img {
        max-height: 300px;
    }

    .package-title {
        margin-left: auto;
        margin-right: auto;
        font-size: 30px;
        line-height: 36px;
    }

    #package-titlebar {
        height: auto;
        min-height: auto;

    }

    #package-images {
        height: 250px;
        overflow: hidden;
    }

    #package-images .carousel-item {
        text-align: center;
        width: 250px;
        margin: auto;
    }

    #package-images .carousel-item.active {
        float: none;
    }

    #package-images .carousel-item .item img {
        width: 100%;
        height: 100%;
    }

    #package-images .carousel-item .item {
        width: 250px;
        height: 250px;
        margin: auto;
    }

    #package-images .carousel-item::before {
        width: 250px;
        height: 250px;
        margin: auto;
    }

    .carousel-control-prev {
        left: 20px !important;
    }

    .carousel-control-next {
        right: 20px !important;
    }

    #whats-included-items,
    #your-itinerary-items {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }

    #your-itinerary-items {
        display: block;
    }

    .cake img {
        max-width: 80%;
    }

    .quote-text {
        font-size: 22px;
        line-height: 30px;
        padding: 0px 20px;
    }

    .group-section {
        padding: 55px 20px 50px 20px;
    }

    .quote-author {
        margin: 0;
        padding-bottom: 50px;
    }

    .point-empty {
        line-height: 8px;
        font-size: 12px;
    }

    .whats-included-point {
        font-size: 11px;
    }

    .tile-breakdown {
        height: 110px;
    }

    #contact-form input[type="text"],
    #contact-form input[type="email"],
    #contact-form textarea,
    #contact-form select {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .page-id-5213 .group-section {
        padding-top: 0;
    }

    .page-id-5213 .group-grid {
        margin-top: 40px;
        gap: 20px;
    }


}

.sub-menu {
    position: absolute;
    top: 38px;
    background: #fff;
    width: 280px;
    z-index: 999;
    padding: 0 20px;
    margin-left: -20px;
    display: none;
    padding-bottom: 20px;
    padding-top: 20px;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.sub-menu li {
    padding: 10px 0 0 0;
}

#mobile-menu .sub-menu {
    position: relative;
    display: block;
}


@media screen and (max-width:1100px) {
    .sub-menu {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        top: 0;
    }
}

.testimonial {
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'GT Medium';
}

.testimonial-image {
    margin-bottom: 100px;
    max-width: 700px;
    margin: auto;
    position: relative;
}

.testimonial-image>div {
    background: #FF4842;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 15px;
    left: 15px;
}

.testimonial-image img {
    width: 100%;
    object-fit: cover;
    position: relative;
    max-width: 700px;
    height: 500px;
}

@media screen and (max-width:1100px) {
    .testimonial-image {
        width: 250px;
    }

    .testimonial-image img {
        width: 250px;
        height: 250px;
    }
}

.testimonial-line-one {
    text-align: center;
    max-width: 1200px;
    margin: 50px auto 30px;
    color: #000;
}

.testimonial-quote {
    text-align: center;
    max-width: 1000px;
    margin: 50px auto 20px;
    color: #000;
}

.bg-blue .testimonial-line-one,
.bg-light-blue .testimonial-line-one {
    color: #fff;
}

.bg-blue .testimonial-quote,
.bg-light-blue .testimonial-quote {
    color: #fff;
}

.our-clients-left {
    position: absolute;
    left: 0;
    top: 0;
}

.our-clients-left img {
    height: 400px;
}

.our-clients-right {
    position: absolute;
    right: 0;
    top: 0;
}

.our-clients-right img {
    height: 600px;
    margin-top: -100px;
}

.our-clients-left-mobile {
    display: none;
}

.testimonial div {
    position: relative;
}

.testimonial-dark-blue,
.testimonial-pink {
    position: absolute !important;
    bottom: 0;
    right: 0;
}

.grecaptcha-badge {
    display: none;
}

#our-clients {
    overflow: hidden;
    position: relative;
    background: #09003F;
    font-family: 'SummerLovingSolid-Regular';
    position: relative;
    font-size: 160px;
    line-height: 120px;
    text-align: center;
    color: #FFF;
    margin: auto;
    padding: 120px 20px;
    z-index: 1;
}

#our-clients .our-clients {
    position: relative;
}

.testimonial-what-they-say {
    font-family: 'SummerLovingSolid-Regular';
    position: relative;
    font-size: 90px;
    line-height: 60px;
    text-align: center;
    color: #FF4842;
    max-width: 1000px;
    margin: auto;
    padding: 20px 20px 10px;
    z-index: 1;
}

.testimonial-what-they-say-smaller {
    font-size: 90px;
}

.bg-light-blue .testimonial-what-they-say {
    color: #FFDDD8;
}

.testimonial-author {
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.bg-pink .testimonial-author {
    color: #000;
}

@media screen and (max-width: 768px) {
    .testimonial-what-they-say {
        font-size: 80px;
        padding: 0 20px;
        line-height: 80px;
    }

    .testimonial-what-they-say-smaller {
        font-size: 50px;
        line-height: 50px;
    }

    .testimonial-line-one,
    .testimonial-quote {
        padding-left: 0;
        padding-right: 0;
        font-size: 18px;
    }

    .testimonial-author {
        font-size: 24px;
    }

    #our-clients {
        padding: 220px 20px;
        font-size: 130px;
        line-height: 120px;
    }

    .our-clients-left {
        display: none;
    }

    .our-clients-right img {
        height: 400px;
    }

    .our-clients-left-mobile {
        display: block;
        left: 0;
        position: absolute;
        bottom: 0;
        height: 250px;
    }

    .our-clients-left-mobile img {
        height: 400px;
    }

    .our-clients-right {
        right: -30%;
    }
}

.activity-caption-alt {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 5px;
    color: #000;
    text-align: center;
    background: rgba(192, 192, 192, 0.9);
    font-size: 14px;
}

#page {
    font-family: 'GT Light';
}

#menu-item-7448>a {
    color: #000 !important;
}

.section-form {
    text-align: center;
    margin-top: 20px;
}

input, textarea, select,
input:focus, textarea:focus, select:focus {
    outline: none !important;
}

.section-form input,
.section-form textarea {
    outline: none !important;
    color: #000;
    font-family: 'GT Black';
    font-size: 16px;
    padding: 5px 10px;
}

.section-form ::placeholder {
    color: #000;
    opacity: 1;
}

.section-form ::-ms-input-placeholder {
    color: #000;
}

.section-form input[type='submit'] {
    border-radius: 25px;
    color: #fff;
    padding: 8px 38px;
    display: inline-block;
    margin: 10px;
    font-family: 'GT Black';
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    text-align: center;
    background-color: #FF4842;
}

.section-form .wpcf7-response-output {
    color: #fff;
}

#contact-form label {
    font-size: 16px;
    margin-left: 10px;
}

.interest-options {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

#interest-package {
    display: none;
}