/* =========================================
   SYSTEM PRECONTENT - EVENT HERO
   ========================================= */

#System_PreContent {
    width: 100%;
    overflow: hidden;
}

#System_PreContent .section-wrapper {
    width: 100%;
}

#carousel-precontent1 {
    position: relative;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#carousel-precontent1 .carousel-inner,
#carousel-precontent1 .slide-item {
    width: 100%;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.event-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.event-hero__image {
    display: block;
    width: 100% !important;
    height: auto;
}

/* Dark gradient makes the text readable while
   allowing the ballroom image to remain visible */
.event-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.78) 24%,
        rgba(0, 0, 0, 0.28) 45%,
        rgba(0, 0, 0, 0) 62%
    );
}

.event-hero__content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 3%;
    width: 36%;
    max-width: 620px;
    transform: translateY(-50%);
    color: #fff;
}

.event-hero__eyebrow {
    margin: 0 0 12px;
    color: #c79442;
    font-size: clamp(13px, 1.15vw, 21px);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.event-hero__title {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.2vw, 62px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.event-hero__script {
    display: block;
    margin: 5px 0 15px;
    color: #c79442;
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(38px, 4.2vw, 78px);
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
}

.event-hero__description {
    max-width: 520px;
    margin: 0 0 22px;
    color: #f0f0f0;
    font-size: clamp(13px, 1vw, 18px);
    line-height: 1.5;
}

.event-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.event-hero__button {
    display: inline-block;
    padding: 13px 23px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all .2s ease;
}

.event-hero__button--primary {
    border-color: #b57c32;
    background: #b57c32;
}

.event-hero__button:hover {
    border-color: #c79442;
    background: #c79442;
    color: #fff !important;
}

.event-hero__stats {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.event-hero__stat {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.event-hero__stat-icon {
    display: flex;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 2px solid #c79442;
    border-radius: 50%;
    color: #c79442;
    font-size: 15px;
}

.event-hero__stat strong {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 1.1;
}

.event-hero__stat span {
    display: block;
    margin-top: 2px;
    color: #ccc;
    font-size: 9px;
    line-height: 1.2;
    text-transform: uppercase;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {

    .event-hero__content {
        left: 4%;
        width: 44%;
    }

    .event-hero__stats {
        gap: 12px;
    }

    .event-hero__stat:nth-child(3) {
        display: none;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .event-hero {
        display: flex;
        flex-direction: column;
    }

    .event-hero::after {
        display: none;
    }

    .event-hero__image {
        width: 100% !important;
        min-height: 260px;
        object-fit: cover;
        object-position: center;
    }

    .event-hero__content {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: none;
        padding: 28px 22px 30px;
        transform: none;
        background: linear-gradient(
            135deg,
            #050505 0%,
            #100b0f 65%,
            #1b101f 100%
        );
    }

    .event-hero__eyebrow {
        font-size: 12px;
    }

    .event-hero__title {
        font-size: 34px;
    }

    .event-hero__script {
        font-size: 46px;
    }

    .event-hero__description {
        font-size: 14px;
    }

    .event-hero__buttons {
        margin-bottom: 25px;
    }

    .event-hero__button {
        padding: 12px 16px;
        font-size: 11px;
    }

    .event-hero__stats {
        flex-wrap: wrap;
        gap: 15px 22px;
    }

    .event-hero__stat:nth-child(3) {
        display: flex;
    }
}

/*END SYSTEM PRECONTENT BANNER ITEMS*/

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

h1,
h2,
h3,
h4 {
    font-family: "Lato" !important;
    font-optical-sizing: auto;
    font-style: normal;
}


a {
    font-family: "Lato" !important;
    font-optical-sizing: auto;
    font-style: normal;
}

@font-face {
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://cms.presscentric.com/3VdoEx6ZSS78tati3U1FgN/CSS/Lato-Regular.woff2) format('woff2') !important;
    unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}

.site-search {
    border-radius: 20px !important;

}

div.active.slide-item.item {
    border: none !important;
}

#System_Header::before,
#System_Header,
#s-user.navbar-right,
#s-user.navbar-right::after,
#s-search.navbar-form {
    background-color: #000 !important;
}

.nav.navbar-nav ul.dropdown-menu {
    margin-top: 5px !important;
}

ul#tmenu-item1.nav.navbar-nav li ul li ul {
    margin-top: -5px !important;
}

ul#tmenu-item2.nav.navbar-nav li ul li ul {
    margin-top: -5px !important;
}

ul#tmenu-item3.nav.navbar-nav li ul li ul {
    margin-top: -5px !important;
}

ul#tmenu-item4.nav.navbar-nav li ul li ul {
    margin-top: -5px !important;
}

ul#tmenu-item5.nav.navbar-nav li ul li ul {
    margin-top: -5px !important;
}

/* Custom T-Shirts - gold nav link */
#s-menu #tmenu-item4 > li > a {
    color: #d4af37 !important;
}

#s-menu #tmenu-item4 > li > a:hover,
#s-menu #tmenu-item4 > li > a:focus {
    color: #d4af37 !important;
}

#s-menu {
    justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    text-align: right;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 75%;
}

@media (max-width: 900px) {
    #s-menu {
        justify-content: unset;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
        text-align: left !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: block !important;
        max-width: 100%;
    }
}


#container__footer {
    background-color: #000 !important;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}


#copyright_footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px !important;
    font-size: 12px;
    margin: 0px;
}

#container__footer {
    background-image: url('https://cms.presscentric.com/3VdoEx6ZSS78tati3U1FgN/Assets/Rocket_Web_Texture_2.jpg');
    background-repeat: repeat;
    background-size: contain;
}

#copyright_footer {
    background-color: #000 !important;
}

#s-nav {
    background-color: #000 !important;
}

@media (min-width: 1200px) {
    #s-nav .container {
        width: 1650px !important;
    }
}

.dropdown-toggle,
.nav.navbar-nav li a {
    color: #fff !important;
}

/*ADDED Sub*/
ul#link-home.nav.navbar-nav li ul li a,
ul#tmenu-account.nav.navbar-nav li ul li a,
ul#tmenu-item1.nav.navbar-nav li ul li a,
ul#tmenu-item2.nav.navbar-nav li ul li a,
ul#tmenu-item3.nav.navbar-nav li ul li a,
ul#tmenu-item4.nav.navbar-nav li ul li a,
ul#tmenu-item5.nav.navbar-nav li ul li a,
ul#tmenu-item1.nav.navbar-nav li ul li ul li a,
ul#tmenu-item2.nav.navbar-nav li ul li ul li a,
ul#tmenu-item3.nav.navbar-nav li ul li ul li a,
ul#tmenu-item4.nav.navbar-nav li ul li ul li a,
ul#tmenu-item5.nav.navbar-nav li ul li ul li a,
ul#tmenu-item6.nav.navbar-nav li ul li ul li a,
ul#tmenu-item7.nav.navbar-nav li ul li ul li a {
    color: #000 !important;
}


ul#tmenu-item7.nav.navbar-nav li ul a {
    color: black !important;
}

/*BELOW VENUE ITEMS*/
/* =========================================
   FEATURED VENUES / BASIC PRODUCTS ROW
   ========================================= */

.event-venue-section {
    width: 100%;
    padding: 5px 3% 50px;
    background: #f7f6f4;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.event-venue-row {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(280px, 1fr);
    gap: 28px;
    max-width: 1600px;
    margin: 0 auto;
}


/* =========================================
   LEFT SIDE - FEATURED VENUES
   ========================================= */

.event-venues {
    min-width: 0;
}

.event-venues__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 22px;
    padding-top: 35px;
}

.event-venues__eyebrow {
    margin: 0 0 6px;
    color: #555;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.event-venues__title {
    margin: 0 0 7px;
    color: #181818;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 2.5vw, 42px);
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
}

.event-venues__intro {
    max-width: 530px;
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.event-venues__view-all {
    flex: 0 0 auto;
    margin-bottom: 5px;
    color: #b17a32 !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.event-venues__view-all:hover {
    color: #8d5e20 !important;
}

.event-venues__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}


/* =========================================
   VENUE CARDS
   ========================================= */

.venue-card {
    overflow: hidden;
    border-radius: 15px;
    background: #090909;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
}

.venue-card__image-placeholder {
    display: flex;
    width: 100%;
    aspect-ratio: 1.55 / 1;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(
            135deg,
            #e9e4dc 0%,
            #d8d1c7 100%
        );
    color: #8b8175;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.venue-card__content {
    padding: 17px 17px 18px;
}

.venue-card__title {
    margin: 0 0 5px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.venue-card__tagline {
    min-height: 35px;
    margin: 0 0 14px;
    color: #cfcfcf;
    font-size: 12px;
    font-style: italic;
    line-height: 1.45;
}

.venue-card__button {
    display: block;
    padding: 10px 10px;
    border: 1px solid #a96f27;
    border-radius: 5px;
    color: #c68b3c !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all .2s ease;
}

.venue-card__button:hover {
    background: #b57a31;
    color: #fff !important;
}


/* =========================================
   RIGHT SIDE - BASIC PRODUCTS
   ========================================= */

.event-basic-products {
    padding: 25px 25px 26px;
    border: 1px solid #d8c5aa;
    background: #fff;
    text-align: center;
    margin-top: 35px;
}

.event-basic-products__eyebrow {
    margin: 0 0 9px;
    color: #a66f2d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.event-basic-products__title {
    margin: 0 0 10px;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.event-basic-products__intro {
    max-width: 320px;
    margin: 0 auto 25px;
    color: #555;
    font-size: 13px;
    line-height: 1.55;
}

.basic-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 10px;
    margin-bottom: 25px;
}

.basic-product-item {
    text-decoration: none !important;
}

.basic-product-item__icon {
    display: flex;
    width: 42px;
    height: 42px;
    margin: 0 auto 7px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5ba92;
    border-radius: 7px;
    color: #b17a32;
    font-size: 19px;
    transition: all .2s ease;
}

.basic-product-item__label {
    display: block;
    color: #333;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.basic-product-item:hover .basic-product-item__icon {
    background: #b17a32;
    color: #fff;
}

.event-basic-products__button {
    display: block;
    width: 100%;
    padding: 12px 15px;
    border-radius: 4px;
    background: #b17a32;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background .2s ease;
}

.event-basic-products__button:hover {
    background: #8f6026;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1100px) {

    .event-venue-row {
        grid-template-columns: 1fr;
    }

    .event-venues__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-basic-products {
        max-width: none;
    }

    .basic-product-grid {
        grid-template-columns: repeat(7, 1fr);
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .event-venue-section {
        padding: 35px 18px;
    }

    .event-venues__header {
        display: block;
    }

    .event-venues__view-all {
        display: inline-block;
        margin-top: 14px;
    }

    .event-venues__grid {
        grid-template-columns: 1fr;
    }

    .venue-card__tagline {
        min-height: 0;
    }

    .basic-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-basic-products {
        padding: 25px 18px;
    }
}

#System_PreContent .section-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

#carousel-precontent1 {
    margin: 0 !important;
}

.event-venue-section {
    margin: 0 !important;
    padding: 5px 3% 50px !important;
}

@media (max-width: 767px) {
    .event-venue-section {
        padding: 5px 18px 35px !important;
    }
}

  /* =========================================
     DTF CAROUSEL SLIDE
     ========================================= */

  #carousel-precontent1 .event-hero--dtf .event-hero__content {
    max-width: 680px !important;
  }

  #carousel-precontent1 .event-hero--dtf .event-hero__description {
    max-width: 640px !important;
  }

  #carousel-precontent1 .event-hero--dtf .event-hero__button--primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #carousel-precontent1 .event-hero--dtf .event-hero__stats {
    margin-top: 28px !important;
  }

  @media (max-width: 767px) {
    #carousel-precontent1 .event-hero--dtf .event-hero__content {
      max-width: 100% !important;
    }

    #carousel-precontent1 .event-hero--dtf .event-hero__description {
      max-width: 100% !important;
    }
  }

/* =========================================
   CERTIFIED GRAPHIX HERO CAROUSEL INDICATORS
   ========================================= */

#carousel-precontent1 {
    position: relative !important;
}

/* Indicator container */
#carousel-precontent1 > .carousel-indicators {
    position: absolute !important;
    z-index: 9999 !important;

    left: 50% !important;
    right: auto !important;
    bottom: 18px !important;
    top: auto !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 8px 11px !important;

    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;

    list-style: none !important;

    background: rgba(20, 8, 13, 0.78) !important;
    border: 1px solid rgba(213, 168, 101, 0.6) !important;
    border-radius: 50px !important;

    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}


/* NORMAL DOT */
#carousel-precontent1 > .carousel-indicators > li {
    position: relative !important;
    display: block !important;

    float: none !important;

    width: 9px !important;
    min-width: 9px !important;
    height: 9px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: rgba(255, 255, 255, 0.35) !important;

    border: 1px solid #d5a865 !important;
    border-radius: 20px !important;

    box-sizing: border-box !important;

    text-indent: -9999px !important;

    cursor: pointer !important;

    transition: all 0.3s ease !important;
}


/* ACTIVE INDICATOR */
#carousel-precontent1 > .carousel-indicators > li.active {
    width: 30px !important;
    min-width: 30px !important;
    height: 9px !important;

    margin: 0 !important;

    background: #d5a865 !important;
    border-color: #f1cf98 !important;

    box-shadow:
        0 0 8px rgba(213, 168, 101, 0.65),
        0 0 16px rgba(213, 168, 101, 0.3) !important;
}


/* HOVER */
#carousel-precontent1 > .carousel-indicators > li:hover {
    background: #f1cf98 !important;
    border-color: #f1cf98 !important;
}


/* MOBILE */
@media (max-width: 767px) {

    #carousel-precontent1 > .carousel-indicators {
        bottom: 10px !important;
        padding: 6px 9px !important;
    }

    #carousel-precontent1 > .carousel-indicators > li {
        width: 8px !important;
        min-width: 8px !important;
        height: 8px !important;
    }

    #carousel-precontent1 > .carousel-indicators > li.active {
        width: 24px !important;
        min-width: 24px !important;
        height: 8px !important;
    }
}

