﻿/* Skin Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*Common Styles*/

:root {
    /* --main-color-hover: #ff3300;*/
    --main-color: #343d36;
    --main-color-hover: #9b3c27;
    --nav-color: #343d36;
    --main-bg: #fff;
    --nav-height: 128px;
    --social-nav-height: 65px;
    --button-primary-bg-color: #792f1e;
    --button-primary-bg-hover-color: #792f1e;
    --logo-green: #343d36;
    --toasted: #523824;
    --honey: #d5B16c;
    --golden-gate: #9b3c27;
    --coffee-creamer: #f0daae;
    --sun-stream: #cb9650;
    --hero-neg-margin: -14rem;
    --section-bg-color: transparent;
    --section-alt-bg-color: transparent;
    --hero-title-color: #8a402b;
}
html {
    max-width: 1920px;
    margin: 0 auto;
}

.wrap {
    width: 1200px;
}

@media (max-width: 1199px) {
    .wrap {
        width: 100%;
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}
.page {
    padding-top: 14rem;
}

.privacy-popup {
    background-color: #fff;
    color: #000;
    border-radius: 1rem;
    border: 3px solid #9b3c27;
    box-shadow: -1px 6px 11px -5px #333;
    width: calc(100% - 4rem);
    max-width: 188rem;
    z-index: 1000000;
}
.privacy-popup a {
    color: var(--link-color);
}

.t-thin {
    font-family: 'Inter Thin';
}
.t-extra-light {
    font-family: 'Inter Extra Light';
}
.t-light {
    font-family: 'Inter Light';
}
.t-medium {
    font-family: 'Inter Medium';
}
.t-semi {
    font-family: 'Inter SemiBold'; 
}
.t-bold {
    font-family: 'Inter Bold';
}
.t-extra-bold {
    font-family: 'Inter Extra Bold';
}
.t-black {
    font-family: 'Inter Black';
}

body {
    font-size: 1.6rem;
    font-family: "SemiBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: url('/img/skin/bg/main-bg-2.jpg') repeat-y;
    background-size: initial;
    background-color: #8a402b;
    box-shadow: 0 0 0 10px rgb(255 255 255 / 30%);
    font-family: 'Inter SemiBold';
    line-height: 25px;
    letter-spacing: -0.42px;
    background-position-y: 18%;
}

body.home {
    background-size: contain;
}

ul {
    margin-left: 2rem;
}
ul li {
    list-style: disc;
}
.cart-icon,
.cart-icon a,
.cart-icon .cart-count {
    display: none !important;
}

a {
    color: #8a402b;
}
    a:hover {
        color: #792f1e;
    }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button.black {
    background: #000;
    border-color: #000;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    letter-spacing: .1rem;
    /* text-transform: uppercase; */
    text-decoration: none;
    white-space: nowrap;
    background-color: var(--golden-gate);
    border-radius: 2px;
    border: 1px solid var(--golden-gate);
    cursor: pointer;
    box-sizing: border-box;
    transition: all var(--transition-duration);
    font-size: 1.4rem;
    font-weight: 400;
}


    .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
        color: #fff;
        border-color: #792f1e;
        outline: 0;
        background-color: #792f1e;
        transition: all var(--transition-duration);
    }

    .button.primary, button.primary, input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary {
        color: #fff;
        background-color: #9b3c27;
        border-color: #9b3c27;
    }
        .button.primary:hover, button.primary:hover, input[type="submit"].primary:hover, input[type="reset"].primary:hover, input[type="button"].primary:hover, .button.primary:focus, button.primary:focus, input[type="submit"].primary:focus, input[type="reset"].primary:focus, input[type="button"].primary:focus {
            color: #fff;
            background-color: #792f1e;
            border-color: #792f1e;
        }
    button:disabled {
        background-color: #959595;
        border-color: #959595;
    }
    button:disabled:hover {
        background-color: #959595;
        border-color: #959595;
    }

/* Headlines
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1, h2, h3, h4, h5, h6 {
    font-family: Omnibus;
    text-transform: uppercase;
}
h1 {
    font-size: 5rem;
    line-height: 52px;
    margin-top: 4rem;
    color: #8A402B;
}
.k-button-solid-primary, .k-button-solid-primary,
.k-button-solid-primary.k-hover, .k-button-solid-primary:hover {
    border-color: #8a402b;
    background-color: #8a402b;
    background-image: linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,0));
}
.k-window {
    min-width: 60rem;
}
.k-prompt-container, .k-window-content {
    min-width: 50rem;
}
.k-button-solid-base:hover {
    color: #000;
}
/* Top Social Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.social-icon-links {
    display: flex;
    justify-content: flex-end;
    height: 0;
    position: absolute;
    top: 3rem;
    right: 3rem;
    z-index: 1000;
}
    .social-icon-links ul {
        display: flex;
        margin: 0;
    }
    .social-icon-links ul li {
        list-style: none;
        margin-left: 1rem;
    }
        .social-icon-links ul li img {
            width: 2rem;
            transition: all .5s;
            z-index: 1000;
            position: static;
        }
        .social-icon-links ul li img:hover {
            margin-top: -7px;
            transition: all .25s;
            filter: invert(26%) sepia(35%) saturate(1556%) hue-rotate(331deg) brightness(102%) contrast(94%);
        }

/* Top Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.top-nav {
    height: 0;
    background-color: transparent;
    color: #000;
    position: relative;
    z-index: 100000;
}
    .top-nav .menu {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: initial;
    }
        .top-nav .menu > div:nth-child(1) {
            justify-self: center;
            margin: 3rem 0 2rem 0;
        }
    .top-nav nav {
        justify-self: center;
    }
        .top-nav nav li {
            margin: 0 3rem;
            position: relative;
            list-style: none;
        }
            .top-nav nav li a,
            .top-nav nav li span {
                font-size: 1.6rem;
                font-family: 'Inter Extra Bold';
                color: var(--logo-green);
                transition: all .2s;
            }
                .top-nav nav li a:hover,
                .top-nav nav li span:hover {
                    color: #9B3C27;
                }
    .top-nav .menu img {
        z-index: 1000;
        filter: invert(1);
    }
    .top-nav .menu > div:nth-child(2) {
        z-index: 10000;
    }
    .top-nav nav li.active span, .top-nav nav li.active > a {
        color: var(--golden-gate);
    }
    .top-nav nav li ul.sub-menu {
        background-color: rgb(251 250 220 / 75%);
        border-radius: 1rem;       
    }
        .top-nav nav li ul.sub-menu li {
            border: none;
        }
            .top-nav nav li ul.sub-menu li a {
                font-size: 1.8rem;
                font-family: 'Windsor';
                font-weight: 600;
                letter-spacing: 1px;
            }

    .top-nav .social-icon-links.mobile {
        display: none;
    }
.toursLandingPage .top-nav img {
    filter: invert(0);
}
@media (max-width: 1300px) {
    .top-nav nav li {
        margin: 0 2.5rem;
    }
}

@media (max-width: 1023px) {
    .top-nav nav li {
        margin: 0 1rem;
    }
        .top-nav nav li ul.sub-menu:last-child {
            left: -4rem;
        }
}

@media (max-width: 767px) {
    .top-nav .social-icon-links.mobile {
        display: block;
        right: 3.3rem;
    }
        .top-nav .social-icon-links.mobile ul {
            padding-top: 4rem;
        }
        .top-nav .social-icon-links.mobile ul img {
            filter: none;
        }
    .top-nav nav {
        grid-column: 1/3;
        display: none;
        align-self: flex-start;
        border: 7px solid #8a402b;
        box-shadow: -1px 6px 11px -5px #333;
        margin: -90px -2.5rem 0 -2.5rem;
        width: calc(100% + 5rem);
        background-color: rgb(221 208 173 / 96%);
        height: 100vh;
        min-height: 100vh;
        border-radius: 0;
        min-height: 72rem;
    }
        .top-nav nav li a:hover {
            color: initial;
        }
    .top-nav .menu > nav ul {
        display: flex;
        flex-direction: column;
        margin: 0;
        justify-content: flex-start;
        height: 100%;
        padding-top: 7.5rem;
    }

    .top-nav nav ul li {
        padding: .3rem 0;
        margin: 0;
    }

    .top-nav .menu > div:nth-child(1) {
        justify-self: start;
    }
    .top-nav .menu > div:nth-child(2) {
        display: block;
        justify-self: end;
        margin-top: 1rem;
    }

    .top-nav nav li ul.sub-menu:last-child {
        right: 0;
    }

    .top-nav nav li ul.sub-menu {
        position: relative;
        background-color: rgba(255, 255, 255, 0.05);
        padding: 1rem 1.5rem;
    }

        .top-nav nav li ul.sub-menu li {
            border: none;
        }

            .top-nav nav li ul.sub-menu li a {
                font-size: 1.6rem;
            }
    .context-icon {
        align-self: end;
        cursor: pointer;
    }

    .bar1, .bar2, .bar3 {
        width: 45px;
        height: 2px;
        background-color: #8a402b;
        margin: 6px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(135deg) translate(7px, -8px);
        transform: rotate(135deg) translate(-2px, -4px);
        background-color: #8a402b;
    }

    .change .bar2 {
        opacity: 0;
        margin-right: 0;
        background-color: #8a402b;
    }

    .change .bar3 {
        -webkit-transform: rotate(-135deg) translate(7px, 8px);
        transform: rotate(-135deg) translate(2px, 8px);
        background-color: #8a402b;
    }

    .top-nav nav li.cart-icon {
        width: fit-content;
    }

    .top-nav nav ul li.mobile-only {
        display: block;
    }

    .top-nav nav ul li.desktop-only {
        display: none;
    }
    .top-nav .menu {
        grid-template-columns: 250px 1fr;
    }
    .social-icon-links {
        display: none;
    }
    .top-nav nav li a,
    .top-nav nav li a, .top-nav nav li span {
        font-size: 3.6rem;
        font-family: Windsor;
        color: var(--golden-gate);
        text-align: center;
        width: 100%;
        display: inline-block;
        text-align: left;
        padding-left: 2rem;
    }
    .top-nav nav li.active span, .top-nav nav li.active > a {
        color: var(--golden-gate);
    }
    .top-nav nav li ul.sub-menu {
        margin: 0 5px 0 5px;
        border-radius: 15px;
        background-color: rgb(155 60 39 / 38%);
        height: initial;
        margin-right: 7rem;
    }
        .top-nav nav li ul.sub-menu li a {
            font-size: 2rem;
            text-align: left;
            
        }
    .top-nav nav li a:hover, .top-nav nav li span:hover {
        color: #702717;
    }
    .top-nav nav li ul.sub-menu:last-child {
        left: 0;
    }
}

@media (min-width: 767px) {

    .toursLandingPage .top-nav nav li a,
    .toursLandingPage .top-nav nav li span {
        color: #cbc2c9;
    }

        .toursLandingPage .top-nav nav li a:hover,
        .toursLandingPage .top-nav nav li span:hover {
            color: var(--sun-stream);
        }
    .toursLandingPage .top-nav nav li ul.sub-menu {
        background-color: rgb(138 64 43 / 60%);
    }
        .toursLandingPage .top-nav nav li ul.sub-menu li a {
            font-weight: 400;
        }
}
@media (min-width: 768px) {

        .toursLandingPage .top-nav img:hover {
            
        }
    .toursLandingPage .top-nav nav li a,
    .toursLandingPage .top-nav nav li span {
        color: #cbc2c9;
    }

        .toursLandingPage .top-nav nav li a:hover,
        .toursLandingPage .top-nav nav li span:hover {
            color: var(--sun-stream);
        }
    .toursLandingPage .top-nav nav li ul.sub-menu {
        background-color: rgb(138 64 43 / 60%);
    }
        .toursLandingPage .top-nav nav li ul.sub-menu li a {
            font-weight: 400;
        }
}
@media (max-width: 320px) {
    .top-nav .social-icon-links.mobile {
        right: 1rem;
    }  
}


/* Footer 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer ul li {
    list-style: none;
}
.footer  {
    background-color: transparent;
    padding: 2rem 0 0 0;
}
    .footer .footer-legal {
        background-color: var(--nav-bg-color);
        padding: 1.5rem 0;
        text-align: center;
    }

    .footer .footer-logos {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: end;
    }
    .footer .footer-logos .logo-section {
        margin: 0 1.5rem 3rem 1.5rem;
        width: 17rem;
    }
        .footer .footer-logos .logo-section img {
            max-width: 100%;
        }
        .footer .footer-logos .logo-section .social-icons {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }
            .footer .footer-logos .logo-section .social-icons img {
                height: 2.5rem;
                width: 2.5rem;
                margin: 1rem .5rem 0 .5rem;
            }
    .footer ul {
        justify-content: center;
    }
@media (max-width: 550px) {
    .footer-legal ul {
        flex-direction: column;
    }
    .footer-legal ul li span {
        display: none;
    }
    .footer .footer-logos .logo-section {
        margin: 0 1.5rem 3rem 1.5rem;
        width: 40%;
    }
}



/* Hero Image Page Item
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section:first-child > .hero-slide {
    min-height: 640px;
    margin-top: -140px;
    padding-top: 140px;
}
section:first-child > .hero-slide > .hero-slide {
    min-height: 640px;
    margin-top: -140px;
    padding-top: 140px;
}


/* Hero Headline
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero-title {
    background-color: transparent;
    padding: 2.5rem 0;
    display: flex;
    align-items: center;
}
    .hero-title h4 {
        font-size: 5rem;
        font-weight: 500;
        letter-spacing: .5rem;
        color: var(--hero-title-color);
        text-transform: uppercase;
        text-align: center;
    }

@media (max-width: 767px) {
    .hero-title h4 {
        letter-spacing: 0;
    }
}


/* Breadcrumb
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.breadcrumb {
    background-color: transparent;
}

/* Home Splash Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.hero-section {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    margin-top: var(--hero-neg-margin);
}

    .hero-section .hero {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        position: relative;
        width: 100%;
        padding-top: 70.65%;
    }

    .hero-section .content {
        position: absolute;
        top: 0;
    }

    .hero-section #glow {
        position: absolute;
        top: 0;
    }

    .hero-section .slides {
        position:absolute;
        top: 20rem;
        left: 13rem;
        z-index: 1000;
    }
    .hero-section .slide {
        position: relative;
    }
        .hero-section .slides h1 {
            color: #fff;
            font-size: 12rem;
            line-height: 7rem;
            letter-spacing: -2.5px;
            text-transform: uppercase;
            text-shadow: 0px 3.7px 6.6px rgba(0, 0, 0, 0.31);
        }
        .hero-section .slides h6 {
            color: #fff;
            font-size: 1.4rem;
            line-height: 1.4rem;
            letter-spacing: 12.617px;
            text-transform: uppercase;
            text-shadow: 0px 3.7px 6.6px rgba(0, 0, 0, 0.31);
            font-family: 'Inter SemiBold';
            text-align: right;
        }
        .hero-section .slides a.button {
            text-transform: uppercase;
            font-family: 'Inter SemiBold';
            text-align: right;
            background-color: #000;
            border-color: #000;
            right: 9rem;
            position: absolute;
        }

@media (max-width: 1919px) {
    .hero-section .hero {
        width: 100%;
    }
}

@media (max-width: 1440px) {
    .hero-section .slides {
        left: 5rem;
    }
        .hero-section .slides h1 {
            font-size: 10rem;
            line-height: 5rem;
        }
}
@media (max-width: 1200px) {
    .hero-section .slides {
        top: 15rem;
    }

        .hero-section .slides h1 {
            font-size: 9rem;
            line-height: 4rem;
        }
}
@media (max-width: 1024px) {
    .hero-section .slides {
        top: 12rem;
    }

        .hero-section .slides h1 {
            font-size: 6rem;
            line-height: 1rem;
            letter-spacing: -1.5px;
        }
        .hero-section .slides h6 {
            letter-spacing: 9px;
            margin-bottom: .5rem;
        }
        .hero-section .slides a.button {
            right: 7rem;
        }
}
@media (max-width: 768px) {
    .hero-section .hero {
        padding-top: 90%;
    }
    .hero-section .slides {
        top: 12rem;
    }
}
@media (max-width: 550px) {
    .hero-section .hero {
        padding-top: 140.65%;
        background-position-x: 13% !important;
    }
    .hero-section .slides {
        top: 15rem;
    }
}
@media (max-width: 425px) {
    .hero-section .slides {
        top: 13rem;
        left: 2rem;
    }
        .hero-section .slides h1 {
            font-size: 5rem;
            line-height: 0;
            letter-spacing: -1px;
        }
}
@media (max-width: 390px) {
    .hero-section .slides {
        top: 10rem;
    }
        .hero-section .slides h1 {
            font-size: 4.5rem;
        }
}

/* Fan Club Benefits - Join Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page.home .stable-section {
    margin-top: -6rem;
}
.stable-section {
    background: url(/img/skin/bg/main-bg-2.jpg) repeat-y;
    background-position-y: 0;
    padding-bottom: 18rem;
    background-size: cover;
    padding-top: 20rem;
}
.page.home .stable-section {
    padding-top: 0;
}
    .stable-section .stable-grid {
        display: grid;
        grid-template-columns: 36rem 1fr;
        padding: 2rem 5rem 0 5rem;
        grid-gap: 4.5rem;
    }
        .stable-section .stable-grid > div:nth-child(1) div.trigger {
            display: flex;
            align-items: center;
            position: relative;
            cursor: pointer;
            justify-content: center;
        }
        .stable-section .stable-grid > div:nth-child(1) img {
            position: absolute;
            top: 0;
            z-index: 5;
            max-width: 100%;
        }
            .stable-section .stable-grid > div:nth-child(1) img.play {
                position: absolute;
                top: 25rem;
                left: 50%;
                transform: translateY(-50%) translateX(-50%);
                z-index: 10;
                width: 5rem;
            }
            .stable-section .stable-grid > div:nth-child(1) img.lainey {
                border: 7px solid #8a402b;
                border-radius: 40rem;
                box-shadow: -1px 6px 11px -5px #333;
            }
            
        .stable-section .stable-grid > div:nth-child(2) h1 p {
            font-size: 5rem;
            line-height: 52px;
            margin-top: 4rem;
            color: #8A402B;
        }
        .stable-section .stable-grid > div:nth-child(2) h2 p {
            font-family: Windsor;
            font-size: 3.6rem;
            line-height: 36px;
            margin-top: 1rem;
            color: #000;
            text-transform: none;
        }
        .stable-section .stable-grid > div:nth-child(2) ul li {
            font-family: 'Inter SemiBold';
            font-family: Inter;
            font-size: 1.8rem;
            font-weight: bold;
            line-height: 36px;
            margin-top: 1rem;
            text-transform: none;
        }
        .stable-section .stable-grid > div:nth-child(2) ul li {
            margin: 0;
        }
    .stable-section .login-dialog {
        border-top: 1px solid #000;
    }
.join-links .a {
    margin-right: 1rem;
}
.fan-club-benefits .join-links a {
    margin-right: 1rem;
}
@media (max-width: 1199px) {
    .stable-section .stable-grid {
        padding: 2rem 0 0 0;
    }
    .page.home .stable-section {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    .stable-section .stable-grid > div:nth-child(2) h1 p {
        font-size: 4rem;
        line-height: 4.3rem;
    }
    .stable-section .stable-grid > div:nth-child(2) h2 p {
        font-size: 3rem;
        line-height: 3rem;
    }
    .stable-section .stable-grid > div:nth-child(2) ul li {
        font-size: 1.6rem;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .stable-section .stable-grid {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
        .stable-section .stable-grid > div:nth-child(1) {
            padding: 0 8rem;
        }
        .stable-section .stable-grid > div:nth-child(1) img {
            position: initial;
        }
            .stable-section .stable-grid > div:nth-child(1) img.play {
                top: 24rem;
            }
        .stable-section .stable-grid > div:nth-child(2) h1 p {
            margin-top: 0;
            text-align: center;
        }
        .stable-section .stable-grid > div:nth-child(2) h2 p {
            text-align: center;
        }
        .stable-section .stable-grid > button {
            width: 100%;
        }
        .stable-section .stable-grid > div:nth-child(1) {
            padding: 0 15rem;
        }
}
@media (max-width: 550px) {
    .stable-section .stable-grid > div:nth-child(1) {
        padding: 0 3rem;
    }
}
@media (max-width: 425px) {
    .stable-section .stable-grid > div:nth-child(1) img.play {
        top: 21rem;
    }
}
@media (max-width: 390px) {
    .stable-section .stable-grid > div:nth-child(1) img.play {
        top: 18rem;
    }
}
@media (max-width: 375px) {
    .stable-section .stable-grid > div:nth-child(1) img.play {
        top: 19rem;
    }
}


/* Tour Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.tour .bg {
    background-position-x: 50%;  
}
.tour .bg {
    height: 85rem;
}
.tour .tours {
    padding: 9rem 0;
}
.tour .tour-text h3 {
    font-size: 3.2rem; 
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.tours .tour-date-item {
    border-bottom: 1px dashed #fff;
    flex-direction: column;
    padding: 1rem 0;
}

    .tours .tour-date-item .details {
        display: grid;
        grid-template-columns: 10rem 20rem 1fr 37rem;
        width: 100%;
        align-items: center;
    }

    .tours .tour-date-item .details .date {
        font-weight: 500;
        color: #fff;
        font-size: 1.3rem;
        justify-self: flex-start;
        width: initial;
    }
    .tours .tour-date-item .details .city {
        color: #fff;
        font-size: 2.4rem;
        font-family: Windsor;
        margin-left: 2rem;
    }
        .tours .tour-date-item .details .location {
            color: #fff;
            font-family: 'Inter SemiBold';
        }
        .tours .tour-date-item .details .location span {
            cursor: pointer;
        }
        .tours .tour-date-item .details .tickets {
            color: #fff;
            width: 100%;
            text-align: right;
        }
            .tours .tour-date-item .details .tickets a,
            .tours .tour-date-item .details .tickets .sold-out {
                color: #fff;
                display: inline-block;
                width: 11rem;
                text-align: center;
                font-size: 1.3rem;
            }

            .tours .tour-date-item .details .tickets .btn {
                color: #fff;
                border: 1px solid #fff;
                border-radius: 3px;
                padding: 0.4rem .5rem;
                margin-left: .5rem;
            }
                .tours .tour-date-item .details .tickets .btn:hover {
                    color: #000;
                    background-color: #f0DAAE;
                }
                .tours .tour-date-item .details .tickets .btn.inverse {
                    color: #000;
                    background-color: #fff;
                }
                    .tours .tour-date-item .details .tickets .btn.inverse:hover {
                        color: #000;
                        background-color: #f0DAAE;
                    }

                .tours .tour-date-item .details .tickets .btn.contest-button {
                    color: #fff;
                    display: inline-block;
                    width: 11rem;
                    text-align: center;
                    font-size: 1.3rem;
                    background-color: var(--logo-green);
                    border-color: var(--logo-green);
                    cursor: pointer;
                    text-transform: uppercase;
                }

        .tours .tour-date-item .details a.sold-out,
        .tours .tour-date-item .details a.sold-out:hover {
            background-color: #585858 !important;
            border-color: #585858 !important;
            color: #ccc !important;
        }
            .tours .tour-date-item .details a.sold-out:hover {
                background-color: #363636 !important;
            }
    .tours .tour-date-item .detailed-info {
        width: 100%;
        margin-top: .5rem;
    }
    .tours .tour-date-item .detailed-info .description {
        color: #fff;
        text-align: left;
        background-color: #ffffff56;
        padding: .5rem 1rem;
        border-radius: 5px;
    }
.tours .view-all-tours {
    margin-top: 4rem;
    width: 100%;
    display: flex;
    justify-content: center;
}
@media (max-width: 1199px) {
    .tours .tour-date-item .tickets {
        min-width: initial; 
    }

}
@media (max-width: 1023px) {
    .tours .tour-date-item .details {
        grid-template-columns: 11rem 1fr;
        grid-gap: .5rem;
    }
    .tours .tour-date-item .date {
        margin-bottom: 0;
    }

    .tours .tour-date-item .details .city {
        justify-self: flex-end;
    }

    .tours .tour-date-item .details .location {
        grid-column: 1/4;
    }

    .tours .tour-date-item .details .tickets {
        grid-column: 1/4;
    }
}
@media (max-width: 768px) {
    .tour.tour-section .bg {
        height: 95rem;
    }
}
@media (max-width: 767px) {
    .tour.tour-section .bg {
        height: 130rem;
    }

}
@media (max-width: 390px) {
    .tours .tour-date-item .details .tickets a,
    .tours .tour-date-item .details .tickets .sold-out,
    .tours .tour-date-item .details .tickets .btn.contest-button {
        width: 100%;
        margin-bottom: .5rem;
    }

}
@media (max-width: 320px) {
    .tours .tour-date-item .details .tickets a, .tours .tour-date-item .details .tickets .sold-out,
    .tours .tour-date-item .details .tickets .btn.contest-button {
        width: 100%;
        margin-bottom: .5rem;
    }
}

/* Home - About Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.about-section {
    /*    background: url(/img/skin/bg/main-bg.jpg) repeat-y;   
    background-position-y: 100%;*/
    background: none;
    background-color: transparent !important;
    padding-bottom: 18rem;
    padding-top: 10rem;
}
    .about-section .home-about-grid {
        display: grid;
        grid-template-columns: 1fr 45rem;
        grid-gap: 5rem;
    }
    .about-section .home-about-grid h1 {
        color: #8A402B;
        font-size: 7rem;
        margin: 0 0 1.5rem 0;
    }
        .about-section .home-about-grid h1 p {
            margin: 0;
        }
        .about-section .home-about-grid h3 {
            font-size: 3.4rem;
            margin: 0 0 2rem 0;
            font-family: Windsor;
            text-transform: none;
            letter-spacing: -1.02px;
            line-height: 35px;
        }
        .about-section .home-about-grid .text p {
            font-family: 'Inter SemiBold';
            line-height: 25px; /* 178.571% */
            letter-spacing: -0.42px;
            font-size: 1.6rem;
        }
        .about-section .home-about-grid > div:nth-child(2) img {
            border-radius: 50rem;
            box-shadow: -1px 6px 11px -5px #333;
        }

@media (max-width: 1023px) {
    .about-section .home-about-grid {
        grid-template-columns: 1fr 38rem;
    }
}
@media (max-width: 768px) {
    .about-section .home-about-grid {
        grid-template-columns: 1fr 34rem;
        grid-gap: 4rem;
    }
}
@media (max-width: 767px) {
    .about-section .home-about-grid {
        grid-template-columns: 1fr 20rem;
    }
}
@media (max-width: 550px) {
    .about-section .home-about-grid {
        grid-template-columns: 1fr;
    }
}

/* Home - Newsletter Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.newsletter .content {
    border: 7px solid #8a402b;
    border-radius: 20rem;
    max-width: 100rem;
    margin: 0 auto;
    padding-top: 2rem;
    margin-bottom: 10rem;
}
    .newsletter .content > div p {
        text-transform: uppercase;
        letter-spacing: .4rem;
        font-weight: 500;
        margin: 0;
        text-align: center;
    }
.newsletter form {
    grid-template-columns: 1fr 15rem;
    max-width: 55rem;
}
.newsletter h3 {
    color: #8a402b;
    font-size: 4rem;
}
.newsletter .message-box {
    background-color: transparent;
    margin: 1rem auto;
    box-shadow: none;
}
    .newsletter .message-box > div.error p {
        color: #8a402b;
    }
    .newsletter .message-box > div.success p {
        color: #8a402b;
        margin: 0;
    }

@media (max-width: 768px) {
    .newsletter h3 {
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .newsletter h3 {
        font-size: 3rem;
    }
    .newsletter .content {
        padding: 2rem 5rem;
        border-radius: 8rem;
    }
        .newsletter .content > div p {
            letter-spacing: .2rem;
            font-weight: 500;
        }
}
@media (max-width: 550px) {
    .newsletter h3 {
        font-size: 2.8rem;
        line-height: 3.2rem;
    }

    .newsletter .content {
        padding: 2rem 2rem;
        border-radius: 5rem;
    }

    .newsletter form {
        grid-template-columns: 1fr;
    }
}

/* Tour Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page.tours .hero-slide {
    background-position-y: 5% !important;
    margin-top: var(--hero-neg-margin);
}
.page.tours section {
    background-color: transparent;
}
.page.tours .tours .tour-date-item .details .date {
    color: #000;
}
.page.tours .tours .tour-date-item {
    border-bottom: 1px dashed #000;
}
.page.tours .tours .tour-date-item .details .city {
    color: #000;
}

.page.tours .tours .tour-date-item .details .location {
    color: #000;
}
.page.tours .tours .tour-date-item .details img {
    filter: invert(1);
}
.page.tours .tours .tour-date-item .detailed-info .description {
    background-color: rgb(203 150 80 / 55%);
}
.page.tours .tours .tour-date-item .details .tickets .btn.vip {
    color: #fff;
    border: 1px solid var(--golden-gate);
    background-color: var(--golden-gate);
}
.page.tours .tours .tour-date-item .details .tickets .btn.ticket {
    color: #fff;
    border: 1px solid var(--coffee-creamer);
    background-color: var(--sun-stream);
}
    .page.tours .tours .tour-date-item .details .tickets .btn.ticket:hover {
        color: #fff;
        border: 1px solid var(--toasted);
        background-color: var(--toasted);
    }
.page.tours .tours .tour-date-item .details .tickets .sold-out,
.page.tours .tours .tour-date-item .details .tickets .sold-out:hover {
    background-color: #9b9b9b;
    border-color: #9b9b9b;
    color: #ccc;
}

.tours .tour-date-item .details .tickets .btn.custom {
    background-color: var(--honey) !important;
}
    .tours .tour-date-item .details .tickets .btn.custom:hover {
        border-color: var(--honey) !important;
        background-color: #b99247 !important;
    }

.tours .tour-date-item .details .tickets.four {
    padding-left: 10rem;
}

    .tours .tour-date-item .details .tickets.four .btn {
        margin-bottom: .5rem;
    }

.page.home .not-active-message {
    display: none;
}

@media (max-width: 767px) {
    .page.tours .hero-slide .captions {
        margin: 30rem 0 0 0;
    }
}
@media (max-width: 390px) {
    .tours .tour-date-item .details .tickets.four {
        padding-left: 0rem;
    }
}


/* B2C Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.login.page {
}
.login.page .logo {
    display: flex;
    justify-content: center;

}
.login.template.page .login-container button {
    background-color: var(--main-color-hover);
    border: 1px solid var(--main-color-hover);
}
    .login.template.page .login-container button:hover {
        border-color: #792f1e;
        background-color: #792f1e;
    }

.login .login-container .login-box {
    padding: 2rem;
    border: 7px solid #8a402b;
    background-color: rgb(221 208 173 / 50%);
    border-radius: 2rem;
    /*box-shadow: -1px 6px 11px -5px #333;*/
    box-shadow: 0px 10px 15px -10px #333;
}

.login.template.page .login-container .login-box h1 {
    font-size: 5rem;
    margin: 1rem 0 .5rem 0;
    letter-spacing: 1px;
}
.login.template.page .login-container .login-box h2 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.login.template.page input[type="email"], .login.template.page input[type="date"], .login.template.page input[type="number"], .login.template.page input[type="search"], .login.template.page input[type="text"], .login.template.page input[type="tel"], .login.template.page input[type="url"], .login.template.page input[type="password"], .login.template.page textarea, .login.template.page select {
    border: 1px solid rgb(138 64 43 / 50%);
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 3px;
}
.login.template.page .login-container .error {
    background-color: #8a402b;
}
.login.template.page .login-container .entry-item .error {
    background-color: #8a402b;
}

.login .login-container h1 {
    font-size: 4rem;
    margin: 0;
}
    .login .login-container h1 p {
        margin-bottom: 0;
    }
@media (max-width: 550px) {
    .login.page .logo {
        margin-top: -5rem;
    }
    .login .login-container {
        padding: 2rem 0;
    }
}


/* Cart Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cart.page .cart-grid > div:nth-child(1),
.cart.page .cart-grid > div:nth-child(2) {
    padding: 2rem;
    border: 4px solid #8a402b;
    background-color: rgb(255 255 255 / 40%);
    border-radius: .5rem;
    box-shadow: 0px 10px 15px -10px #333;
}
.store.cart.page .go-back {
    display: none;
}
.store .cart-box-container h1 {
    font-family: 'Inter Semibold';
}
.store.cart .cart-grid .summary h1 {
    font-family: 'Inter Semibold';
}
.store .cart-box-container .cart-item-detail-grid.margin {
    background-color: #9b3c27;
    border-top: 1px solid #9b3c27;
    color: #fff;
}
.store .cart-box-container .cart-item-title-grid img {
    box-shadow: none;
    border: none;
}
.store .cart-box-container h2 {
    color: #000;
    font-family: 'Inter Semibold';
}

/* Checkout Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.store.checkout {
    padding-top: 20rem;
    padding-bottom: 15rem;
}
    .store.checkout .p-image .count {
        background-color: #8a402b;
        padding: 0.1rem 1rem 0 1rem;
        border: none;
    }
.store.checkout .go-back {
    display: none;
}
    .store.checkout .checkout-grid > div:nth-child(1),
    .store.checkout .checkout-grid > div:nth-child(2),
    .store.checkout .cart-summary {
        padding: 2rem;
        border: 4px solid #8a402b;
        background-color: rgb(255 255 255 / 40%);
        border-radius: .5rem;
        box-shadow: 0px 10px 15px -15px #333;
        border: none;
    }
    .store.checkout .checkout-payment-grid label.selection input[type=radio] {
        display: none;
    }
    .store.checkout .checkout-payment-grid label.selection {
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 2rem;
        border: 1px solid #333;
        margin: 0.2rem 0 .5rem 0;
        padding: 1rem;
        color: #333;
    }
    .store.checkout .checkout-payment-grid.active label.selection {
        border: 1px solid var(--button-primary-bg-color);
        border-bottom: 4px solid var(--button-primary-bg-color);
        color: var(--button-primary-bg-color);
        font-weight: 500;
        color: #000;
    }
    .store.checkout .credit-card-list .checkout-credit-card-grid.active {
        background-color: rgb(182 148 93 / 36%);
        border-radius: 5px;
        margin-bottom: 1rem;
    }
    .store.checkout .credit-card-list label.selection .card-icon {
        width: 7rem;
        margin: 0 1rem;
    }
    .store.checkout .credit-card-list label.selection {
        border: none;
        display: flex;
        align-items: center;
        padding: 1rem;
    }
    .store.checkout .agree {
        display: flex;
        text-transform: uppercase;
        align-items: center;
        margin-bottom: .5rem;
    }
    .store.checkout label {
        margin-bottom: 0;
    }
    .store.checkout .agree input {
        margin-right: .5rem;
        width: 20px;
        height: 20px;
    }

    /* Order Confirmation Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .store.checkout .confirmation-message {
        margin: 5rem 0 2rem 0;
        text-align: center;
    }
    .store.checkout .receipt {
        padding: 2rem;
        border: 4px solid #8a402b;
        background-color: rgb(255 255 255 / 40%);
        border-radius: .5rem;
        box-shadow: 0px 10px 15px -15px #333;
        border: none;
        max-width: 80rem;
        margin: 0 auto;
        border: 4px solid #8a402b;
    }
    .store.checkout .return {
        max-width: 80rem;
        margin: 2rem auto;
    }
    .store.checkout hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-color: #8a402b;
    }
    .store.checkout h2 {
        border-bottom: 1px solid #8a402b;
        color: #8a402b;
    }
    .store.checkout .receipt-items-grid {
        display: grid;
        grid-template-columns: 1fr 30rem 10rem;
    }
        .store.checkout .receipt-items-grid > div {
            justify-self: flex-end;
        }
    .store.checkout .receipt-totals-grid {
        grid-template-columns: 1fr 10rem;
    }
        .store.checkout .receipt-totals-grid > div {
            justify-self: flex-end;
        }

@media (max-width: 850px) {
    .store.checkout .receipt,
    .store.checkout .return {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .store.checkout {
        padding-top: 10rem;
    }
        .store.checkout .receipt-items-grid {
            grid-template-columns: 2rem 1fr 8rem;
        }
            .store.checkout .receipt-items-grid > div {
                text-align: right;
            }
        .store.checkout .receipt-totals-grid {
            grid-template-columns: 1fr 8rem;
        }
}
@media (max-width: 550px) {
    .store.checkout .confirmation-message h1 {
        font-size: 4rem;
    }
}

/* Photo Galleries Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page.galleries a {
    color: #8a402b;
}
.page.galleries a:hover {
    color: #792f1e;
}

/* Page Navigation Page Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sub-nav {
    background-color: transparent;
    padding: 1.5rem 0 1.5rem 0;
}
    .sub-nav ul li {
        background-color: transparent;
        border: 4px solid #00000002;
        margin: 0 1.5rem 0 0;
    }
    .sub-nav ul li.active {
        border: none;
        border-bottom: 4px solid #8a402b;
    }
    .sub-nav ul li a {
        color: #8a402b;
        text-transform: uppercase;
        font-weight: 500;
        font-family: Windsor;
        font-size: 2rem;
        letter-spacing: 1px;
    }
@media (max-width: 1023px) {
    .sub-nav,
    .fan-club .sub-nav {
        display: block !important;
    }
        .sub-nav ul li {
            margin: 0 1rem 0 0;
        }
}
@media (max-width: 767px) {
    .sub-nav {
        display: none;
    }
        .sub-nav ul li.active {
            background-color: transparent;
        }
}

/* Profile Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.profile .k-form,
.profile .profile-box {
    padding: 2rem;
    border: 4px solid #8a402b;
    background-color: rgb(255 255 255 / 40%);
    border-radius: 2rem;
    box-shadow: 0px 10px 15px -15px #333;
    border: none;
    margin: 0 auto;
    border: 4px solid #8a402b;
    margin-top: -4px;
    padding-bottom: 1rem;
}
.profile.page .sub-nav {
    background-color: transparent;
    padding: 0;
}
    .profile.page .sub-nav ul li.active {
        border: none;
        border: 4px solid #8a402b;
        border-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-bottom: 4px solid rgb(231 223 199);
        background-color: rgb(255 255 255 / 40%);
    }
    .profile.page .sub-nav ul {
        padding: 0 2rem;
        border: none;
        border-radius: 0;
    }
        .profile.page .sub-nav ul li a {
            font-size: 2rem; 
        }

.profile a {
    color: #8a402b;
}

.profile .k-input-button, .k-input-button.k-button {
    height: 38px;
}

.profile input[type="email"],
.profile input[type="date"],
.profile input[type="number"],
.profile input[type="search"],
.profile input[type="text"],
.profile input[type="tel"],
.profile input[type="url"], .profile
input[type="password"],
.profile textarea,
.profile select {
    border: 1px solid #8a402b;
}

.profile .button.warning, 
.profile button.warning, 
.profile input[type="submit"].warning, 
.profile input[type="reset"].warning, 
.profile input[type="button"].warning {
    border-radius: 1rem;
}
.profile .button.primary, 
.profile button.primary, 
.profile input[type="submit"].primary, 
.profile input[type="reset"].primary, 
.profile input[type="button"].primary {
    border-radius: 1rem;
}
.profile .button.secondary,
.profile button.secondary,
.profile input[type="submit"].secondary,
.profile input[type="reset"].secondary,
.profile input[type="button"].secondary {
    border-radius: 1rem;
}

.profile .k-form .k-form-legend {
    font-family: Omnibus;
    font-weight: 400;
    font-size: 2.4rem;
    color: #8a402b;
    border-color: rgb(138 64 43 / 30%);
}
.profile .k-button-solid-base {
    color: #fff;
    background-color: #8a402b;
}

.profile .profile-box h1 {
    font-family: Omnibus;
    font-weight: 400;
    font-size: 2.4rem;
    color: #8a402b;
    border-color: rgb(138 64 43 / 0%);
}
.profile .profile-box .item-box {
    border: none;
    background-color: #8a402b;
    max-width: 500px;
    border-radius: 2rem;
    padding-top: 1rem;
}
    .profile .profile-box .item-box h2 {
        font-family: 'Inter SemiBold';
        color: #fff;
    }
    .profile .profile-box .item-box h3 {
        font-family: 'Inter Bold';
        color: #fff;
        font-weight: 400;
        font-size: 2.4rem;
        letter-spacing: .05rem;
    }
    .profile .profile-box .item-box h4 {
        font-family: 'Inter SemiBold';
        color: #fff;
    }
.profile .order-item {
    box-shadow: none;
    border: 2px solid #8a402b;
    color: #8a402b;
    border-radius: 2rem;
}
    .profile .order-item .order-details-container .shipping-grid {
        border-bottom: 1px solid #8a402b;
    }
    .profile .order-item .order-details-container {
        border-top: 1px solid #8a402b;
    }
        .profile .order-item .order-details-container .order-item-grid .h {
            border-bottom: 1px solid #8a402b;
        }
    .profile .order-item .order-header-grid > div:nth-child(2) button {
        border-radius: 1rem;
    }

.profile .profile-box .item-box.inverse {
    border: none;
    background-color: transparent;
    border: 4px solid #8a402b;
}
.profile .actions {
    margin-top: 2rem;
}
.profile .add-form-container {
    margin-top: 2rem;
}
.profile.change-password .add-form {
    margin: initial;
    background-color: transparent;
}
.profile.account-settings #account-settings-form {
    background-color: transparent;
}
.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    padding: 8px 8px;
}
.profile input[type="password"] {
    padding: 8px 8px;
}
.profile .profile-box .item-box .credit-card {
    grid-template-columns: .5fr 2fr 1fr;
    padding: 1rem 0 2rem 0;
    align-items: center;
}
.profile .profile-box .item-box .credit-card > div:nth-child(3) {
    justify-self: end;
}
    .profile .profile-box .item-box .credit-card .actions {
        margin: 0 0 0 1rem;
    }
.profile .k-form-error, 
.profile .k-form-hint {
    margin-top: 0 !important;
}
.profile table {
    margin-bottom: 0;
}
.profile .profile-avatar {
    margin: 2rem 0 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .profile .profile-avatar .initials {
        font-family: Windsor;
        font-size: 4rem;
        color: #8a402b;
        border: 4px solid #8a402b;
        padding: 2rem 1.5rem;
        border-radius: 5rem;
        background-color: rgb(251 250 220 / 75%);
    }
    .profile .profile-avatar .profile-info h4 {
        font-family: 'Inter SemiBold';
        margin: 0 0 0 1rem;
        font-size: 2rem;
        text-transform: none;
        color: #8a402b;
    }
    .profile .profile-avatar .profile-info h5 {
        font-family: 'Inter SemiBold';
        margin: 0 0 0 1rem;
        font-size: 1.6rem;
        color: #8a402b;
        text-transform: none;
    }
.profile .upload {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8a402b;
}
    .profile .upload label {
        border: 4px solid #8a402b;
        border-radius: 5rem;
        padding: .5rem 1rem;
        background-color: rgb(251 250 220 / 75%);
    }

    .profile .upload svg {
        filter: invert(29%) sepia(12%) saturate(3015%) hue-rotate(326deg) brightness(96%) contrast(90%);
    }
.profile .profile-avatar img {
    width: 8rem;
    height: 8rem;
    object-fit: cover;
    border-radius: 5rem;
    border: 4px solid #8a402b;
}
.profile .success-message {
    margin-top: 1rem;
    border-radius: 5rem;
    background-color: #8a402b;
}


@media (max-width: 550px) {
    .profile .profile-box .item-box .credit-card {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
    .profile .profile-box .item-box .credit-card img {
        max-width: 7rem;
    }
        .profile .profile-box .item-box .credit-card > div:nth-child(2),
        .profile .profile-box .item-box .credit-card > div:nth-child(3) {
            justify-self: flex-start;
            margin: 0;
        }
}

/* Fan Club Landing Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.article .article-header h6 {
    font-size: 3rem;
    color: #8a402b;
    margin: 3rem 0 0 0;
    font-family: Windsor;
}
.article .article-header h1 {
    margin: 0 0 .5rem 0;
}

/* Support Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.supportPage {
    background-position-y: 81%;
}
.page.support {
    padding: 20rem 0 10rem 0;
}
    .page.support .headline {
        border-bottom: 1px solid #8a402b;
    }
    .page.support .headline h5 {
        color: #8a402b;
    }
    .page.support .common-question-grid > div {
        background-color: var(--coffee-creamer);
        border: 4px solid #8a402b;
    }
    .page.support a {
        color: #8a402b;
        text-decoration: underline;
    }
    .page.support .faq-items {
        background-color: var(--coffee-creamer);
        border: 4px solid #8a402b;
    }
        .page.support .faq-items .c-grid > div {
            border: 3px solid #8a402b;
            background-color: #fff4dd;
        }


/* Video Popup
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.join-video-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 10000;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    padding: 3rem 3rem;
    border-radius: 2.5rem;
    width: 110rem;
    height: 68rem;
    z-index: 20000;
    box-shadow: -1px 6px 11px -5px #333;
    padding: 1rem 3rem 4rem 3rem !important;
}
    .modal-content .close-button {
        display: flex;
        justify-content: end;
        margin-bottom: .5rem;
        padding: 0 0 1rem 0;
    }
    .modal-content .close-button .k-icon {
        font-size: 3rem;
        color: #fff;
        text-align: right;
        cursor: pointer;
    }
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.join-video-modal .video-container .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
    .join-video-modal .video-container .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.join-video-modal .vimeo-video .video-container .embed-container {
    padding-bottom: 56.25%;
}
@media (max-width: 1439px) {
    .modal-content {
        width: 90rem;
        height: 59rem;
    }
}
@media (max-width: 1023px) {
    .modal-content {
        width: 74rem;
        height: 50rem;
        border-radius: 1rem;
    }
}
@media (max-width: 767px) {
    .modal-content {
        width: calc(100% - 5rem);
        height: initial;
        padding: 1rem 1rem 2rem 1rem !important;
    }
        .modal-content .close-button {
            justify-content: center;
            margin: 0;
        }
}

/* Pager
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pager > div, .pager > a {
    padding: 0.2rem 1rem;
    margin-right: 0.5rem;
    background-color: transparent;
    font-family: Windsor;
    font-size: 2.5rem;
}
    .pager > a:hover {
        background-color: #8a402b;
        color: var(--coffee-creamer);
        border-radius: 25px;
    }
.pager a {
    color: #8a402b;
}
.pager > a:hover {
    background-color: #8a402b;
    color: var(--coffee-creamer);
}
.pager > div:not(.nh) {
    background-color: #8a402b;
    color: var(--coffee-creamer);
}
.pager > div.nh {
    color: rgb(138 64 43 / 55%);
}

/* News Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero-title {
    background-color: #f0daae8a;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    border: 4px solid #8a402b;
    border-radius: 4rem;
    width: 1200px;
    margin: 3rem auto 2rem auto;
    box-shadow: -1px 6px 11px -5px #333;
}
.page.news .hero-title {
    margin: 3rem auto 2rem auto;
}
@media (max-width: 1199px) {
    .hero-title {
        width: calc(100% - 4rem);
        margin: 0 2rem;
    }
}
@media (max-width: 767px) {
    .hero-title h4 {
        font-size: 3rem;
    }
}
.newsLandingPage {
    background-position-y: 100%;
}
.newslist img {
    max-width: 100%;
    border-radius: 2rem;
}
.newslist .news-item-grid {
    border-bottom: 3px solid #8a402b;
}
    .newslist .news-item-grid h6 {
        font-size: 2.5rem;
        color: var(--main-color);
        margin: -.5rem 0 0 0;
        font-family: Windsor;
    }
    .newslist .news-item-grid h3 {
        margin: 0 0 1rem 0;
        font-size: 3rem;
        letter-spacing: initial;
        line-height: 3rem;
        text-transform: uppercase;
    }
    .newslist .news-item-grid a.rm {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1.6rem;
        padding: 0.5rem 1.2rem;
        border-radius: 0.5rem;
        color: var(--coffee-creamer);
        background-color: #8a402b;
    }
@media (max-width: 767px) {
    .hero-title h4 {
        font-size: 3rem;
    }
    .newslist .news-item-grid h6 {
        font-size: 2rem;
        color: var(--main-color);
    }
    .newslist .news-item-grid h3 {
        font-size: 2rem;
        line-height: 2.2rem;
    }
}
/* News Article Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.article.page .wrap {
    width: 800px;
}
@media (max-width: 799px) {
    .article.page .wrap {
        width: 100%;
    }
}
.article.page {
    padding: 20rem 0;
}
.article.page .article-header h6 {
    color: var(--main-color);
}
.article p {
    color: var(--main-color);
}
.article .article-header h1 {
    font-size: 3.6rem;
    line-height: 4rem;
    color: #8a402b;
}
.article.page img {
    border-radius: 3rem;
}

/* Videos Landing Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.videos .videos-grid .bg-image {
    margin-bottom: 1rem;
    border-radius: 2rem;
}
.videos .videos-grid .bg-image img  {
    width: initial;
}
    .videos .videos-grid .bg-image img.play-icon {
        width: 50px;
    }
    .videos .videos-grid .bg-image img.vimeo {
        height: 290px;
    }
.videos .videos-grid h5 {
    font-size: 3rem;
    color: var(--main-color);
    margin: 0 0 0 0;
    font-family: Windsor;
}
.videos .videos-grid h1 {
    font-size: 2.6rem;
    line-height: 3rem;
    color: #8a402b;
    font-weight: 500;
}
@media (max-width: 550px) {
    .videos .videos-grid h5 {
        font-size: 2.4rem;
    }
    .videos .videos-grid h1 {
        font-size: 2rem;
        line-height: 2.4rem;
    }
}
.page.videos .hero-title {
    background-color: #f0daae8a;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    border: 4px solid #8a402b;
    border-radius: 9rem;
    width: 1200px;
    margin: 3rem auto 0 auto;
    box-shadow: -1px 6px 11px -5px #333;
}
.page.videos .sub-nav {
    margin: 0 auto 5rem auto;
}

@media (max-width: 1199px) {
    .page.videos .hero-title {
        width: calc(100% - 4rem);
        margin: 0 2rem;
    }
}

@media (max-width: 767px) {
    .page.videos .hero-title h4 {
        font-size: 3rem;
    }
}

.video.page {
    padding-top: 20rem;
}
.video .video-info {
    margin: 0;
}
    .video .video-info h1 {
        text-align: left;
        margin: 3rem 0 0 0;
        font-size: 3.4rem;
        line-height: 3.8rem;
    }
@media (max-width: 767px) {
    .video.page {
        padding-top: 12rem;
    }
    .video .video-info h1 {
        font-size: 2rem;
        line-height: 2.4rem;
    }
}


/* Latest News Widget
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.newslist {
    margin: 5rem 0;
    border-bottom: 1px solid #8a402b;
}
    .newslist .wrap {

    }
    .newslist.latest-news h3 {
        color: #8a402b;
        font-size: 3rem;
        line-height: 3.2rem;
        margin-bottom: .5rem;
    }
.newslist .news-item-grid {
    display: grid;
    grid-template-columns: 40rem 1fr;
    grid-gap: 3rem;
    padding: 0 0 4rem 0;
    border-bottom: 1px solid #ccc;
}

.read-more {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.6rem;
    padding: 0.5rem 1.2rem;
    border-radius: 0.5rem;
    color: var(--coffee-creamer);
    background-color: #8a402b;
    border: none;
    width: 40rem;
    margin: 0 auto;
}
.newslist .categories .cat.active a {
    color: #8a402b;
}
@media (max-width: 768px) {
    .newslist .news-item-grid {
        grid-template-columns: 30rem 1fr;
    }
}
@media (max-width: 767px) {
    .newslist .news-item-grid {
        grid-template-columns: 1fr;
    }
    .newslist {
        margin: 0;
    }
    .read-more {
        width: 100%;
    }
}

/* Vimeo Hero Page Item Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.vimeo-video h1 {
    text-align: center;
    margin-bottom: .5rem;
}
.vimeo-video {
    padding: 0 0 7rem 0;
    border-bottom: 1px solid #8a402b;
}

    .vimeo-video .video-container {
        background-color: transparent;
    }

        .vimeo-video .video-container .embed-container {
            position: relative;
            padding-bottom: 40%;
        }
@media (max-width: 1023px) {
    .vimeo-video h1 {
        font-size: 4rem;
    }

    .video .video-container .embed-container {
        padding-bottom: 56.25%;
    }
}

@media (max-width: 767px) {
    .vimeo-video h1 {
        font-size: 3rem;
        margin-bottom: 0;
    }

    .video .video-container .embed-container {
        padding-bottom: 56.25%;
    }
}


/* Latest Videos Widget
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.latest-videos {
    border-bottom: 1px solid #8a402b;
}
.latest-videos h3 {
    color: #8a402b;
    margin-bottom: 0;
}
    .latest-videos .videos-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 5rem;
        margin: 0 0 2rem 0;
    }
        .latest-videos .videos-grid h5 {
            font-size: 2.5rem;
        }
        .latest-videos .videos-grid h1 {
            font-size: 3rem;
        }
@media (max-width: 767px) {
    .latest-videos .videos-grid {
        grid-template-columns: 1fr;
    }
}


/* Featured Merch Widget
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.featured-merch h3 {
    color: #8a402b;
    margin-bottom: 0;
}
.featured-merch .merch-slide {
    box-shadow: none;
    border: 4px solid #8a402b;
    border-radius: 2rem;
    min-height: 400px;
    background-color: rgb(251 250 220 / 75%);
}
.merch-slide h5 {
    font-family: 'Inter SemiBold';
}
.merch-slide h6 {
    font-family: 'Inter SemiBold';
    font-size: 2rem;
}
.featured-merch {
    padding-bottom: 6rem;
}

/* Contests Widget
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contests h3, .contests h6 {
    color: #8a402b;
}
.contests .contest-item {
    margin: 0 0 2rem 0;
    border-radius: 7rem;
    box-shadow: none;
    background-color: rgb(251 250 220 / 75%);
    border-radius: 1rem;
    border: 4px solid var(--main-color);
}
    .contests .contest-item h4 {
        margin: 0;
        font-weight: 400;
        font-family: 'Inter SemiBold';
    }
    .contests .contest-item h5 {
        font-family: 'Inter SemiBold';
        margin: 0 0 0.25rem 0;
        font-weight: 600;
        border-bottom: 1px solid #8a402b;
    }
.contests button,
.contests a.button {
    margin-top: .5rem;
    border-radius: 5rem;
    text-transform: uppercase;
    text-decoration: none;
}

.active-contests {
    margin-top: 5rem;
}
.past-contests {
    margin-top: 5rem;
}
.contest-interaction a {
    text-transform: uppercase;
    text-decoration: underline;
}
.contests .entered {
    color: #008b14;
}

/* Subnav Widget Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.sub-nav ul {
    border: 4px solid var(--main-color);
    border-radius: 4rem;
    padding: 1rem 2rem;
    justify-content: center;
}

    .sub-nav ul li a {
        font-size: 3rem;
        color: var(--main-color);
    }

    .sub-nav ul li.active {
        border: none;
    }

        .sub-nav ul li.active a {
            color: #8a402b;
        }


/* Stable Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fanClubLandingPage .stable-section {
    background-image: none;
}

.page.fanclub .video {
    margin-bottom: 0;
}
.stable-section .login-dialog {
    border: 5px solid #8a402b;
    border-radius: 5rem;
    max-width: 80rem;
    margin: 0 auto;
    padding-top: 1rem;
    background-color: #f0daae8a;
    margin-top: 3rem;
}
.stable-section .login-dialog h4 {
    color: #8a402b;
}
.stable-section .support-contact {
    text-align: center;
    padding: 0 0.5rem 1rem 0.5rem;
}


@media (max-width: 767px) {
    .fanClubLandingPage .stable-section .stable-grid > div:nth-child(1) {
        padding: 0;
        display: flex;
        justify-content: center;
    }

        .fanClubLandingPage .stable-section .stable-grid > div:nth-child(1) img.lainey {
            width: 100%;
        }

        .fanClubLandingPage .stable-section .stable-grid > div:nth-child(1) img.play {
            top: 36rem;
        }
    .latest-videos h3,
    .contests h3, .contests h6,
    .featured-merch h3 {
        font-size: 3rem;
    }
    .stable-section .login-dialog {
        margin-top: 0;
    }
}

/* Stable Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.img-container {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 2rem;
}

.img-container img {
    object-fit: cover;
}

.profile.page .mobile .sub-nav {
    display: none;
}
.profile.page .mobile .go-back {
    display: none;
}
@media (max-width: 767px) {
    .profile.page .mobile .sub-nav {
        display: block;
    }
    .profile.page .desktop .sub-nav {
        display: none !important;
    }
    .profile.page .mobile .go-back {
        display: block;
    }
    .profile.page .mobile .go-back {
        color: #8a402b;
        text-transform: uppercase;
        margin-bottom: 1rem;
        padding-left: 1rem;
    }
    .profile.page .mobile h1 {
        font-size: 3rem;
        text-align: center;
        margin: 0;
    }
    .profile.page .mobile .sub-nav ul {
        border: 4px solid #8a402b;
        border-radius: 2rem;
        padding: 1rem;
    }
    .profile.page .mobile .page-menu .sub-nav ul li.active {
        border: none;
        background-color: transparent;
    }
    .profile.page .mobile .page-menu .sub-nav ul li{
        border: none;
        margin-bottom: 1rem;
    }
    .profile.page .mobile .page-menu .sub-nav ul li a {
        font-size: 3rem;
        color: var(--main-color);
    }
}

/* Forums Posts 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.latest-forum {
}

    .latest-forum h3 {
        color: #8a402b;
        margin-bottom: 0;
    }

.forums .post-list .post-list-item:hover {
    border: 1px solid #8a402b !important;
    border-left: 5px solid #8a402b !important;
}

.forums .post-list {
    box-shadow: none;
    margin-bottom: 0;
}

    .forums .post-list .post-list-item {
        padding: 20px;
        border: 1px solid #fff;
        border-bottom: 1px solid #e4e6e9;
        transition: all .25s;
        background-color: #fff;
        border-left: 5px solid var(--main-color);
    }

    .forums .post-list h3 {
        text-transform: none;
        font-family: 'Inter SemiBold';
    }

    .forums .post-list h4 {
        font-family: 'Inter';
    }

    .forums .post-list h5 {
        font-family: 'Inter SemiBold';
    }

.forums {
    padding-top: 20rem;
}

    .forums h2 {
        font-family: 'Inter SemiBold';
        margin-bottom: 0;
    }

    .forums .post-titles h2 {
        color: #8a402b;
    }

    .forums .post-titles h5 {
        font-family: 'Inter SemiBold';
    }

    .forums .comment-form-box h3 {
        font-family: 'Inter SemiBold';
    }

    .forums h6 {
        font-family: 'Inter SemiBold';
    }

    .forums .post-comments h3 {
        border-bottom: 1px solid #8a402b;
        color: #8a402b;
        font-family: 'Inter SemiBold';
    }

    .forums .staff {
        background-color: #8a402b;
    }

    .forums .comment-grid.actions > div > span {
        color: #8a402b;
    }

    .forums .comment-grid.actions > div {
        color: #8a402b !important;
    }

    .forums .reply-area .cancel-reply {
        color: var(--main-color);
    }
    .forums .post-list .discussion.read .post-list-item {
        border-left: 5px solid rgb(138 64 43 / 65%);
    }

    .forums .post-list .discussion.read .post-list-item-grid h3, .forums .post-list .discussion.read .post-list-item-grid h4, .forums .post-list .discussion.read .post-list-item-grid h5 {
        color: rgb(138 64 43 / 65%);
    }

/* Forums
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.forumDiscussionPage {
    background-position-y: initial;
}

.k-button-solid-base.k-selected {
    border-color: #8a402b;
    background-color: #8a402b;
}
.k-button-group button {
    color: #000;
}
.page.fanclub .forums {
    border-top: 1px solid #8a402b;
    padding-top: 4rem;
}
.forums .post-wrapper {
    padding: 2rem 1.5rem;
    box-shadow: none;
    background-color: #fff;
    border-radius: 1rem;
    border: 4px solid #8a402b;
}
    .forums .post-wrapper .discussion-images .static-images.small > div,
    .forums .comment .static-images > div {
        border: 1px solid #8a402b;
        box-shadow: rgb(169 169 169) 0px 2px 9px 0px;
    }
.forums .post-titles h2 {
    border-bottom: 1px solid #8a402b;
}
.forums .command-grid {
    color: #8a402b;
    font-size: 1.6rem;
}
    .forums .command-grid .flag {
        color: #8a402b;
        font-size: 1.6rem;
        text-transform: uppercase;
    }
.forums .comment-form-box {
    border-radius: 1rem;
    border: 4px solid #8a402b;
    box-shadow: none;
}
.forums .comment-box .comment-bar:hover > div {
    background-color: #8a402b;
}
.forums .comment-box.collapsed .expand-bar:hover {
    color:#8a402b;
}
.forums .comment-box {
    /*border: 1px solid #8a402b;*/
}
.forums.page .hero {
    margin-top: -24rem;
    display: flex;
    align-items: end;
    min-height: 50rem;
    max-height: 50rem;
    background-position-y: 0% !important;
}
.forums .post-wrapper .discussion-images .static-images.small {
    display: flex;
}

.image-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear .5s, opacity 0.25s 0s, transform 0.25s;
    z-index: 100000;
}
.modal-content.full {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
    .image-modal.show-modal {
        opacity: 1;
        visibility: visible;
        transform: scale(1.0);
        transition: visibility 0s linear 0s, opacity .5s 0s, transform 0.25s;
    }
.modal-content .image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 10rem);
}
    .modal-content .image img {
        max-width: 100%;
        max-height: calc(100vh - 10rem);
    }

.forumsLandingPage .top-nav img {
    filter: invert(1);
}
.new-badge {
    background-color: #8a402b;
}

@media (min-width: 767px) {

    .forumsLandingPage .top-nav nav li a,
    .forumsLandingPage .top-nav nav li span {
        color: #cbc2c9;
    }

    .forumsLandingPage .top-nav nav li a:hover,
    .forumsLandingPage .top-nav nav li span:hover {
        color: var(--sun-stream);
    }

    .forumsLandingPage .top-nav nav li ul.sub-menu {
        background-color: rgb(138 64 43 / 60%);
    }

    .forumsLandingPage .top-nav nav li ul.sub-menu li a {
        font-weight: 400;
    }
    .forumsLandingPage .top-nav img {
        filter: invert(1);
    }
}

@media (min-width: 768px) {

    .forumsLandingPage .top-nav img:hover {
        filter: invert(74%) sepia(23%) saturate(1101%) hue-rotate(346deg) brightness(85%) contrast(84%);
    }

    .forumsLandingPage .top-nav nav li a,
    .forumsLandingPage .top-nav nav li span {
        color: #cbc2c9;
    }

        .forumsLandingPage .top-nav nav li a:hover,
        .forumsLandingPage .top-nav nav li span:hover {
            color: var(--sun-stream);
        }

    .forumsLandingPage .top-nav nav li ul.sub-menu {
        background-color: rgb(138 64 43 / 60%);
    }

        .forumsLandingPage .top-nav nav li ul.sub-menu li a {
            font-weight: 400;
        }
}

@media (max-width: 550px) {
    .forumDiscussionPage .wrap,
    .forumCreateDiscussionPage .wrap {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .forums {
        padding-top: 15rem;
    }
        .forums.page .hero {
            min-height: 34rem;
            max-height: 34rem;
            margin-top: -16rem;
        }
        .forums.page .hero h1 {
            font-size: 3.4rem;
            margin-bottom: .5rem;
        }
    .forums.page #create-discussion {
        height: 5rem;
        padding: 6px 15px;
    }
        .forums .post-wrapper .discussion-images .static-images.small {
            grid-template-columns: 1fr;
        }
}

/* HLAT Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hlat .logo {
    margin-top: 5rem;
    width: 100%;
    text-align: center;
}
.hlat .lainey {
    margin-top: 5rem;
    width: 100%;
    text-align: center;
}
    .hlat .lainey img {
        border: 7px solid #8a402b;
        border-radius: 11rem;
        box-shadow: -1px 6px 11px -5px #333;
        max-width: 50rem;
    }
.hlat .mission {
    margin-top: 5rem;
    width: 100%;
    text-align: center;
    font-family: Windsor;
    font-size: 3.6rem;
    line-height: 36px;
    color: #000;
    text-transform: none;
    padding: 0 5rem;
}
.hlat .donate-title {
    margin-top: 5rem;
    width: 100%;
    text-align: center;
    color: #8a402b;
}
.hlat .donate-container {
    width: 100%;
}
.hlat .donate-form {
    width: 45rem;
    padding: 2rem;
    border: 4px solid #8a402b;
    background-color: rgb(255 255 255 / 40%);
    border-radius: 2rem;
    box-shadow: 0px 10px 15px -15px #333;
    margin: 0 auto 5rem auto;
}

.hlat .donate-form {
    width: 80rem;
    padding: 0 2rem 2rem 2rem;
    border: 4px solid #8a402b;
    background-color: rgb(255 255 255 / 40%);
    border-radius: 2rem;
    box-shadow: 0px 10px 15px -15px #333;
    margin: 0 auto 5rem auto;
}
div.kimbiaDiv .invalid {
    background-color: rgb(138 64 43 / 24%) !important;
    padding: 1rem 1rem 0 1rem;
    border-radius: 1rem;
    margin-bottom: .5rem;
}
div.kimbiaDiv.two_col div.inputGroup {
    margin: 0 0 0.5rem !important;
}
.hlat h2 {
    font-size: 3.6rem;
    margin-bottom: .5rem;
}

@media (max-width: 1023px) {
    .hlat .donate-form {
        width: 100%;
    }
}
@media (max-width: 560px) {
    .hlat .lainey img {
        max-width: 100%;
    }
    .hlat .mission {
        font-size: 3.6rem;
        line-height: 36px;
        padding: 0;
    }
    .hlat h2 {
        font-size: 2.4rem;
        margin-bottom: .5rem;
    }
    div.kimbiaDiv.two_col label {
        float: none;
        width: 144px;
        clear: left;
    }
    div.kimbiaDiv.two_col input.k_number, div.kimbiaDiv.two_col input.k_text, div.kimbiaDiv.two_col input.k_money, div.kimbiaDiv.two_col select.k_select {
        margin-left: 0 !important;
    }
}

/* Public Profile */

.public .profile-image {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}
    .public .profile-image .k-i-user {
        color: #8a402b;
        border: 4px solid #8a402b;
        padding: 4rem;
        border-radius: 25rem;
        background-color: rgb(251 250 220 / 75%);
        width: 25rem;
        height: 25rem;
        font-size: 5rem;
    }
    .public .profile-image img {
        border: 4px solid #8a402b;
        object-fit: cover;
        border-radius: 25rem;
        width: 25rem;
        height: 25rem;
    }
    .public .about {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .public .about h4 {
        color: #8a402b;
        text-align: center;
        margin: 1rem 0 0 0;
    }
        .public .public-box {
            width: 60rem;
            margin: 0 auto;
            padding: 2rem;
            border: 4px solid #8a402b;
            background-color: rgb(255 255 255 / 40%);
            border-radius: 2rem;
            box-shadow: 0px 10px 15px -15px #333;
        }
            .public .public-box h5 {
                color: #8a402b;
                margin-bottom: .5rem;
                font-size: 2rem;
                border-bottom: 1px solid #8a402b;
            }
            .public .public-box p {
                margin-bottom: 1rem;
            }

.public .public-box.threads {
    margin: 2rem auto 20rem auto;
}
            .public .public-box.threads h5 {
                margin-bottom: 1rem;
            }

@media (max-width: 768px) {
    .public .profile-image {
        margin-top: 2rem;
    }
    .public .public-box {
        width: 100%;
    }
        .public .public-box.threads {
            margin: 2rem auto 7rem auto;
        }
}