.menu_items_by_tag_wrap {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    justify-content:center;
}
.menu_item_wrap {
    width: 15em;
    margin: 1em;
    background: rgba(0,0,0,0.2);
    padding: 1em;
}
.menu_item_wrap.wider {
    width:30em;
}
.menu_item_wrap h1 {
    margin-top:0;
    line-height:0.9;
}
.menu_item_wrap p {
    margin-bottom:0; 
}
.front_end_edit_wrap {
    position: absolute;
    left: 0;
    z-index: 999999999999999999;
    background: rgba(0,0,0,0.5);
    border-radius: 0 0 2rem 0;
}
.front_end_edit_wrap a {
    font-size: 0.8rem;
    color: white;
    text-decoration: none;
    padding: 0.5em 1.5rem;
    display: inline-block;
}

html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }

body {
    font-family: Candal;
    font-weight: 400;
    font-style: normal;
    background: #2E373B;
    color: white;
    margin: 0;
}

h1, .is-h1 {
    font-family: Candal;
    font-weight: 400;
    font-size: 5rem;
    margin: 30px auto;
    color: #C8A880;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h2,.is-h2 {
    font-family: Candal;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    margin: 30px auto;
    color: #C8A880;
}

h3 {
    color: #C8A880;
    text-align: center;
    font-family: Candal;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

a {
    color: #C8A880;
    font-family: "Avenir LT Pro", sans-serif;
    font-size: 14px;
}

a:hover {
  opacity: .75;  
}

.button {
    background-color: #B35515;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    width: 200px;
    height: 35px;
    text-align: center;
    padding-top: 9px;
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-weight: 800;
}

.button:hover {
    background-color: #fff;
    color: #B35515;
    opacity: 1;
}

ul {
    padding-left: 0;
}

li {
    list-style-type: none;
}

p {
    font-family: "Avenir LT Pro", sans-serif;
    font-size: 14px;
}
main {
    width: 80%;
    margin:auto;
}

.mobileheader {
    display: none;
    justify-content: space-between;
    background: #2E373B;
    height: 100px;
    padding: 15px 15px;
    position: fixed;
    width: 100vw;
    z-index: 10;
}

img.bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75vh;
    object-fit: cover;
    z-index: -1;
}

/* EDIT ME */
img.fbg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20vh;
    object-fit: cover;
    z-index: -1;
    transition: All .5s
}


a.mobilelogo {
    width: 150px;
}

a.mobilelogo img {
    width: 100%;
}

img.closemenu {
    width: 25px;
    height: 25px;
    display: none;
    margin-top: 22px;
}

img.openmenu {
    display: none;
    width: 33px;
    height: 22px;
    margin-top: 22px;
}

.mobilenav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #2e373b;
    z-index: 10;
    display: none;
    flex-direction: column;
    padding-top: 50px;
    align-items: center;
    top: 100px;
}

.mobilenav a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2rem;
    padding-bottom: 1.5rem;
    color: white;
    font-family: Candal;
}

a.cta {
    color: white;
    text-decoration: none;
    background: #ED9750;
    padding: 10px 20px;
    border-radius: 30px;
    display: block;
    width: fit-content;
    margin-bottom: 20px;
}

a.cta:hover {
    background: #b1b1b1;
    color: #222222;
}


/* ---- Start Home Page ----*/

.home nav {
    width: 100%;
    display: flex;
    height: 170px;
    justify-content: center;
    position: absolute;
    z-index: 9;
    background-color: unset;
}

.home p, .locations p {
    color: white;
}

a.main-logo {
    width: 225px;
    background-image: url(/src/templates/makerstrail/images/mt-logo.png);
    background-size: contain;
    padding-top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: none;
    z-index: 9;
    height: 170px;
    display: block;
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden;
}

.home .hero {
    display: flex;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.first {
    width: 50%;
    background: url(/src/controllers/member/views/mthome/homepage-image.png);
    background-size: cover;
}

.second {
    width: 50%;
    background: url(/src/controllers/member/views/mthome/pour-background.png);
    background-size: cover;
    background-position: center;
}

.visit {
    display: flex;
    width: 100%;
    margin: 100px 0px;
}

.visit-img {
    width: 50%;
    background: url(/src/controllers/member/views/mthome/homepage-flight.png);
    background-size: cover;
    min-height: 250px;
}

.visit-text {
    width: 50%;
    padding: 3.5rem;
}


.sip {
    background: #624F3C;
    text-align: center;
    padding: 40px 0px;
}

.sip h3 {
    margin-top: 12px !important;
}

.banner {
    color: #C8A880;
    background: #AE7C49;
    padding: 21px;
    font-size: 33px;
    text-indent: -100px;
    white-space: nowrap;
    overflow: hidden;
}

.home .visit-text .button {
    margin-top: 10px;
}

/* ---- End Home Page ----*/

/* ---- Banners ---- */

.scrolling-background {
  height: 72px; /* <-- Adjust this to your image's height */
  background-image: url('/src/controllers/member/views/mthome/MT-banner.jpg');
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: scroll 20s linear infinite;
}

.wineries .scrolling-background, .distilleries .scrolling-background, .cideries .scrolling-background, .breweries .scrolling-background {
   background-image: url('/src/controllers/member/views/mtlocationlist/banner-all.jpg'); 
}

.passport .scrolling-background {
   background-image: url('/src/controllers/member/views/mtpassport/Banner-Rewards.jpg'); 
}

.tours .scrolling-background {
   background-image: url('/src/controllers/tours/views/mttours/Banner-Tours.jpg'); 
}

@keyframes scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}

/* ---- Start Inside Page ----*/

nav {
    width: 100%;
    display: flex;
    height: 170px;
    justify-content: center;
    position: fixed;
    z-index: 9;
    background-color: #2E373B;
}

nav a {
    color: white;
    text-decoration: none;
    padding-top: 88px;
    font-size: 20px;
    text-transform: uppercase;
    width: 135px;
    text-align: center;
    height: 25px;
    transition: all .5s;
    font-family: Candal;
}

nav :first-child, nav :last-child {
    margin-right: 25px;
}

nav a:hover {
    color: #ED9750;
    cursor: pointer;
}

nav.scroll {
    height: 100px;
}

nav.scroll a {
    padding-top: 45px;
}

nav.scroll a.main-logo {
    width: 225px;
    height: 27px;
    margin-top: 28px;
    transition: all .5s;
}

.wrapper {
    padding-top: 200px;
}

/* ---- End Inside Page ----*/

/* ---- Start Locations Page ---- */

.locations-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.locations-wrapper h2 {
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.40);
    margin-bottom: 0;
}

.locations-wrapper a {
    color: white;
    text-decoration: none;
    width: 25%;
    height: 800px;
    padding-top: 50px;
    transition: all .5s;
    background-size: cover;
    background-position: center;
}

.locations-wrapper a:hover {
    width: 30%;
    opacity: 1;
}

.locations-wrapper span {
    display: none;
    color: white;
}

.locations-wrapper > a:hover > span {
    display: block;
}

.top {
    text-align: center;
}

.top h1 {
    color: #C8A880;
    text-transform: uppercase;
}

.top h4 {
    font-size: 17px;
    margin-top: 15px;
}

.locationbar {
    background: #C8A880;
    display: flex;
    justify-content: space-around;
    max-width: 800px;
    margin: auto;
    border-radius: 30px;
    margin: 35px auto;
}

.locationbar a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    width: 25%;
    padding: 14px;
}

.locationbar a.active {
    background: #B35515;
    border-radius: 22px;
}

.locationbar a.active:hover {
    opacity: 1;
    color: #fff
}

.locationbar a:hover {
    opacity: 1;
    color: #B35515;
}

.insidehero {
    background-size: cover;
    width: 100%;
    height: 460px;
    background-position: center;
}

.visit-text.locations {
    background: #624F3C;
    text-align: center;
}

.visit.locations {
    margin-bottom: 0;
}


/* ---- End Loactions Page ---- */


/* ---- Tours Page ---- */

.tours-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    gap: 2%;
}

.tours-wrapper > div {
    width: 32%;
    border: 2px solid #C8A880;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.tours-wrapper img {
    width: 100%;
    height: auto;
}

.tours-wrapper .info {
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
}

.tours-wrapper .info h2 {
    color: #C8A880;
    font-size: 24px;
}

/*.grape-tour .info {
    float: right;
}*/

.the-tour .button {
    position: absolute;
    bottom: 20px;
    margin-left: -100px;
    left: 50%;
}

/* ---- End Tours Page ---- */


/* ---- Start Passport Page ---- */

.video_container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.passport .wrapper, .app .wrapper  {
    overflow: hidden;
}

.inner-wrap {
    max-width: 1200px;
    margin: auto;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flex > div {
    width: 48%;
}

.flex h3 {
    color: #ED9750;
}

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

.visit-img.passport {
    background: url(/src/controllers/member/views/mtpassport/PassportHero.jpg);
    background-size: cover;
}

.visit-img.bonusprize {
    background: url(/src/controllers/member/views/mtpassport/BonusHotelPic.jpg);
    background-size: cover;
}

.visit-img.passportrules {
    background: url(/src/controllers/member/views/mtpassport/appyhands.jpg);
    background-size: cover;
}

.passportrules .visit-text.locations {
    background: none !important;
}

.passportrules .visit-text.locations p {
    color: #fff!important;
}

.passportrules .visit-text.locations H3 {
    text-align: left;
}

.bonusprize .visit-text.locations {
    background: #617273!important;
}

.bonusprize .visit-text.locations p {
    color: #fff;
}

.bonusprize .visit-text.locations p  {
    color: #fff!important;
}

img.koos {
    margin-top: -153px;
}

.passport .visit-text.locations {
    background: #AE7C49;
}

.bonusprize .visit-text.locations h3 {
    color: #2E373B;
    margin: 0;
}

.passport .visit-text.locations h2, .passport .visit-text.locations p {
    color: #2E373B;
}

.passport .inner-wrap {
    text-align: center;
}

.shorttext {
    max-width: 800px;
    margin: auto;
}

.highlight {
    color: #C8A880;
    font-weight: 800;;
}

.number {
    width: 55px !important;
    margin: auto;
    margin-bottom: 30px;
}

.numbered-list {
    text-align: left;
}

.numbered-list li {
    margin-bottom: .5em;
    list-style: decimal;
    font-family: "Avenir LT Pro", sans-serif;
    font-size: 14px;
}

.numbered-list p, .numbered-list li, .numbered-list a {
    font-size: 18px;
}

.shorttext p, .shorttext a {
    font-size: 18px;
}

.three-bucket {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.three-bucket > div {
    width: 30%;
}

.three-bucket img {
    width: 100%;
    padding-bottom: 20px;
}

.three-bucket h3 {
    font-size: 2rem;
    margin: 0;
    text-transform: uppercase;
}

.three-bucket h3 span {
    color: #ED9750;
}

.visit.locations.more {
    background: #C8A880;
}

.visit-text.more H3, .visit-text.more p {
    color: #2E373B;
}

.visit-text.more {
    padding: 5% 8%;
    text-align: center;
}

.toppoof {
    margin-top: 7rem;
}

.visit.locations.bonusprize {
    margin-top: 200px;
}

.three-bucket.threeprizes p {
    font-size: 20px;
}


/* ---- End Passport Page ---- */

/* ---- Start Festival Page ---- */

.festival .flex > div {
    width: 48%;
}

.festival .flex img {
    width: 100%;
}

.text-wrapper {
    padding: 25px 40px;
    max-width: 650px;
}

.text-wrapper.left {
    text-align: right;
    float: right;
}

.festival-buy {
    background-image: url(/images/festival-fullwidth.jpg);
    background-size: cover;
    background-position: center;
    height: 525px;
    padding-top: 4%;
    margin: 50px 0px;
}

.festival-buy-wrapper {
    max-width: 1200px;
    margin: auto;
}

.festival-buy h1, .festival-buy h3 {
    color: #ED9750;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}

.festival-buy p {
    width: 50%;
}

.festival span {
    color: #ED9750;
}

details {
    text-align: center;
}

details p {
    margin-bottom: 1rem;
}

details img {
    max-width: 200px;
    max-height: 250px;
}

summary {
    font-size: 1.5REM;
    padding: 10px 20px;
    background: #ed984f;
    max-width: 250px;
    margin: 50px auto;
    border-radius: 50px;
    cursor: pointer;
}

summary:hover {
    background: #b1b1b1;
    color: #222222;
}

.extra {
    display: flex;
    justify-content: center;
    gap: 4rem;
}

.festival-open .flex img, .festival .flex img {
    width: 100%;
}
/* ---- End Festival Page ---- */



/* ---- Start Events Page ---- */

.event {
    border: 2px solid #C8A880;
    margin-bottom: 20px;
}

.event-intro {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    transition: all .5s;
}

.event-intro:hover, .event.active .event-intro {
    background: #B3551559;
    cursor: pointer;
}

.mini_event_date_main_wrap {
    width: 20%;
}

.event-info {
    width: 80%;
}

.event-time {
    width: 6%;
}

.event-info h2 {
    color: #C8A880;
}

.event-intro h2 {
    margin: 5px 0;
}

.event-intro p {
    margin: 0;
    color: white;
}

.event-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-time h3 {
    margin: 4px 0;
}

.event-contact-info {
    display: flex;
}

.event-contact-info > div {
    padding-right: 40px;
}

.event-description-flex {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
}

.event-description-flex div {
    width: 48%;
}

.event-description-flex img {
    width: 100%;
}

.event-event {
    padding: 20px;
    background: #B3551559;
    display: none;
}

.event.active .event-event {
    display: block;
}

.arrow {
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all .5s ease;
}

.arrow img {
    width: 14px;
    height: 27px;
}

.event.active .arrow {
    transform: rotate(90deg);
}


/* ---- End Events Page ---- */


/* ---- Start Blog Page ---- */

.blogs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    max-width: 1200px;
}

.blog-item {
    width: 32%;
    border: 2px solid #C8A880;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.blog-item .button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
}

.blog-desc h2 {
    margin: 0;
    color: #C8A880;
    font-size: 24px;
}

.blog-desc img {
    display: none;
}

.blog-image {
    width: 100%;
    overflow: hidden;
    max-height: 213px;
}

.blog-desc {
    width: 90%;
    margin: auto;
    padding-bottom: 55px;
    margin-top: 20px;
}

.blog-image img {
    width: 100%;
}

/* ---- End Blog Page ---- */


/* ---- Start Makers Page ---- */

.makers {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.maker {
    width: 48%;
    display: flex;
    justify-content: space-between;
    margin: 24px 0px;
    border: 2px solid #C8A880;
    padding: 20px 30px;
    align-items: center;
}

.maker:hover {
    background: rgba(179, 85, 21, 0.35);
}

.maker h3 {
    text-align: left;
}

.maker .makerlogo {
    width: 38%;
    object-fit: contain;
    max-height: 275px;
}

.maker > div {
    width: 55%;
}

.blog .sip {
    margin-top: 100px;
}

/* ---- End Makers Page ---- */


/* ---- Start Footer ----*/

footer {
    padding-top: 40px;
    height: 200px;
    clear: both;
    max-width: 1200px;
    margin: auto;
}

.apps {
    text-align: center;
}

.apps img {
    width: 200px;
}

.footer-info {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.footer-info > div {
    width: 33%;
}

.footer-info .button {
    width: 150px;
}

footer a {
    text-transform: uppercase;
}

a.footer-logo img {
    width: 200px;
}

.footer-middle {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-middle img {
    max-width: 150px;
}

.soc a {
    margin-left: 10px;
    text-decoration: none;
}

p.copyright {
    text-align: center;
    margin-top: 30px;
    font-size: 10px;
}

/* ---- End Footer ----*/

/* ---- Start Error Page ----*/

.error-wrapper {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background: #ed984f;
}

.inner-error-wrap {
    width: 80%;
    max-width: 617px;
    margin: auto;
    padding-top: 150px;
    text-align: center;
}

.inner-error-wrap a {
    color: white;
}

.inner-error-wrap img {
    width: 100%;
}

.extra.mobile {
    display: none;
}




/* ---- End Error Page ----*/

/* ---- Media Queries ---- */
@media (max-width: 1200px) {
    .home .hero {
        height: 600px;
    }
}

@media (max-width: 950px) {
    .home .hero {
        height: 400px;
    }
}

@media (max-width: 768px) {
    nav, .home nav {
        display: none;
    }

    .mobileheader, .mobilenav.active {
        display: flex;
        transition: all .5s;
    }

    .mobileheader.scrolling.is-visible {
        top: 0;
    }

    .mobileheader.scrolling.is-hidden {
        top: -65px;
    }

    img.openmenu.active, img.closemenu.active {
        display: block;
    }

    .wrapper {
        padding-top: 100px;
    }

    .wrapper p {
        width: 80%;
        margin: auto;
    }

    .home .hero {
        height: 800px;
        flex-direction: column;
    }

    .first {
        width: 100%;
        height: 50%;
        background-position: top;
    }

    .second {
        width: 100%;
        height: 50%;
    }

    .visit {
        flex-direction: column;
        width: 80%;
        margin: 50px auto;
    }

    .visit.locations {
        width: 100%;
    }

    .visit-text.locations {
        padding-bottom: 20px;
    }

    .visit-img {
        width: 100%;
        height:50%;
    }

    .visit-text {
        width: 100%;
        padding: 0;
        text-align: center;
    }


    img.bg {
        height: 20vh;
    }


    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    .locations-wrapper {
        flex-direction: column;
    }

    .locations-wrapper a {
        padding-top: 4vh;
        opacity: 1;
        width: 100%;
        height: 200px;
    }

    .locations-wrapper a:hover {
        width: 100%;
        opacity: 0; 
    }

    .tours-wrapper {
        flex-direction: column;
    }

    .tours-wrapper > div {
        width: 100%;
    }

    .tours-wrapper .info {
        width: 80%;
        margin: auto;
        text-align: center;
        padding-bottom: 40px;
    }

    .grape-tour .info {
        float: unset;
    }

    .tours-wrapper a.cta {
        margin: auto;
    }

    .flex {
        flex-direction: column;
    }

    .flex > div {
        width: 100%;
    }

    .inner-wrap {
        width: 95%;
    }

    img.image-float {
        width: 100%;
    }

    .wineries .insidehero {
        height: 150px;
    }

    .bonus {
        background-image: url(/images/bonus-reward-2024.jpg);
        padding: 10%;
        margin-bottom: 380px;
        height: 300px;
    }

    .bonus-wrapper {
        margin-top: 285px;
    }

    .three-bucket {
        flex-direction: column;
    }

    .three-bucket > div {
        width: 100%;
        padding-bottom: 40px;
    }

    .flex.grandprize {
        flex-direction: column-reverse;
    }

    .flex.grandprize img {
        width: 124%;
        margin: 0 -12%;
    }

    .makers {
        flex-direction: column;
        gap: 10px;
    }

    .maker {
        width: 100%;
        margin: auto;
        flex-direction: row;
        padding: 25px 4px;
        text-align: left;
        gap: 10px;
    }

    .maker p {
        width: 100%;
        max-width: 200px;
        margin-left: 0;
        }

    .maker .makerlogo {
        width: 35%;
        margin: 0 13px;
    }

    .maker > div {
        width: 80%;
        margin: auto;
    }

    .maker h3 {
        text-align: left;
        margin: 0px;
        margin-bottom: 12px;
    }

    .maker > div > .cta {
        margin: auto;
        margin-top: 25px;
    }

    body.breweries, body.wineries, body.distilleries, body.cideries, body.events, body.blog, .festival .flex, .text-wrapper.left, .festival-buy h1, .festival-buy h3 {
        text-align: center;
    }

    .event-intro {
        flex-direction: column;
        text-align: center;
        padding: 10px 0;
    }

    .event-contact-info {
        flex-direction: column;
    }

    .event-contact-info {
        flex-direction: column;
    }

    .event-contact-info > div {
        padding: 0;
    }

    .event-description-flex {
        flex-direction: column;
    }

    .event-description-flex div {
        width: 100%;
    }

    .mini_event_date_main_wrap, .event-info, .event-time {
        width: unset;
    }

    .blog-item {
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }

    .arrow {
        display: none;
    }

    .blog-image {
        width: 100%;
    }

    .blog-desc {
        width: 98%;
    }

    .blog-desc .cta {
        margin: auto;
    }

    .festival .flex > div {
        width: 100%;
        padding-top: 20px;
    }

    .festival .flex h2 {
        margin-top: 0;
    }

    .festival .text-wrapper {
        padding-top: 0;
    }

    .flex.reverse {
        flex-direction: column-reverse;
    }

    .festival-buy p {
        width: 80%;
        text-align: center;
        margin: auto;
    }

    .festival-buy .cta {
        margin: auto;
        margin-top: 25px;
    }

    .festival-buy-wrapper {
        margin-top: 55px;
    }

    .festival .flex .cta {
        margin: 35px auto;
    }

    .event-time {
        flex-direction: row;
    }

    .event-time h3:nth-child(2) {
        padding-left: 5px;
    }

    .footer-info {
        flex-direction: column;
        padding-bottom: 20px;  
    }

    .footer-info > div {
        width: 100%;
        margin: auto;
        padding-top: 30px;
    }

    .extra {
        flex-direction: column;
        gap: 0;
    }

    .extra.mobile {
        display: block;
    }

    .extra.desktop {
        display: none;
    }

    img.koos {
        margin-top: 0px;
    }

    .visit.locations.bonusprize {
        margin-top: 50px;
    }

    .button {
        margin-top: 20px;
    }

    .visit-text.locations {
        padding: 10px;
        padding-bottom: 35px;
    }

    .tours-wrapper > div {
        padding-bottom: 30px;
    }

    .cheatcode {
        width: 66%!important;
    }

    .visit-text.more {
        padding-bottom: 35px;
    }
    
    .sip h3 {
        width: 77%;
        margin: auto;
        margin-bottom: 20px;
    }

    .the-tour .info p {
        width: 100%;
    }

    .blog-desc h2 {
        margin-bottom: 15px;
    }
}
/* ---- End Media Queries ---- */