/*
Theme Name: Ironistic Framework
Theme URI: https://www.ironistic.com
Author: Ironistic
Author URI: https://www.ironistic.com
Description: Ironistic WordPress Theme
Version: 2.0.0
Text Domain: ironstrap
*/

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

h1, .h1 {
    font-size: 5rem;
    font-family: "SCHWENKS";
}
h2, .h2 {
    font-size: 4rem; 
    font-family: "SCHWENKS"
} 
h3, .h3 {
    font-size: 3rem; 
    font-family: "SCHWENKS"
}
h4, .h4 {
    font-size: 2.25rem; 
    font-family: "SCHWENKS"
}
h5, .h5 {
    font-size: 1.5rem;
    font-family: "SCHWENKS" 
}
h6, .h6 {
    font-size: 1rem; 
    font-family: "SCHWENKS"
}

@media only screen and (max-width: 450px) {
    h1, .h1 {
      font-size: 3.5rem; }
    h2, .h2 {
      font-size: 3rem; }
    h3, .h3 {
      font-size: 2.5rem; }
    h4, .h4 {
      font-size: 2rem; }
    h5, .h5 {
      font-size: 1.25rem; }
}

@media only screen and (max-width: 400px) {
    h1, .h1 {
      font-size: 3rem; }
    h2, .h2 {
      font-size: 2.5rem; }
    h3, .h3 {
      font-size: 2rem; }
    h4, .h4 {
      font-size: 1.5rem; }
    h5, .h5 {
      font-size: 1.25rem; }
}

@media only screen and (max-width: 350px) {
    h1, .h1 {
      font-size: 2.5rem; }
    h2, .h2 {
      font-size: 2.25rem; }
    h3, .h3 {
      font-size: 2rem; }
    h4, .h4 {
      font-size: 1.5rem; }
    h5, .h5 {
      font-size: 1.25rem; }
}

.site-main-navigation>ul>li {
    margin: 0 2px;
}

.site-hamburger {
    padding: 1rem;
}

.site-hamburger>i {
    font-size: 1em;
} 

@media (max-width: 900px) {
    .site-main-navigation > ul > li > a {
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .site-main-navigation > ul > li {
        width: 100% !important;
    }
    .page-id-515 .site-hamburger {
        top: 20px;
        right: 20px;
    }
    .e-close>i.fa-2x {
        font-size: 1em;
    }
}

@media (max-width: 450px) {
    .page-id-515 .site-hamburger {
        top: 10px;
        right: 10px;
    }
}

.btn-primary,
.wps-btn-next-page.css-1fpkchf-buttonCSS-loadMoreButtonCSS-PaginationLoadMore {
    color: #fff;
    background-color: #fa5f01;
    border: #fa5f01 solid 2px;
    text-transform: unset !important; 
    padding: 10px 20px;
}
    
.btn-primary:hover,
.wps-btn-next-page.css-1fpkchf-buttonCSS-loadMoreButtonCSS-PaginationLoadMore:hover {
      color: #212529;
      background-color: #FEF7E7;
      border: #fa5f01 solid 2px; 
      text-decoration: none;
}
.btn-primary:focus, 
.btn-primary.focus,
.wps-btn-next-page.css-1fpkchf-buttonCSS-loadMoreButtonCSS-PaginationLoadMore:focus,
.wps-btn-next-page.css-1fpkchf-buttonCSS-loadMoreButtonCSS-PaginationLoadMore.focus {
      color: #212529;
      background-color: #FEF7E7;
      border: #fa5f01 solid 2px;
      box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5); 
      text-decoration: none;
}
.btn-primary.disabled, 
.btn-primary:disabled,
.wps-btn-next-page.css-1fpkchf-buttonCSS-loadMoreButtonCSS-PaginationLoadMore.disabled,
.wps-btn-next-page.css-1fpkchf-buttonCSS-loadMoreButtonCSS-PaginationLoadMore:disabled {
      color: #fff;
      background: #fa5f01 solid 2px;
      border-color: #fa5f01; 
}
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.wps-btn-next-page.css-1fpkchf-buttonCSS-loadMoreButtonCSS-PaginationLoadMore:not(.disabled):active,
.wps-btn-next-page.css-1fpkchf-buttonCSS-loadMoreButtonCSS-PaginationLoadMore:not(.disabled).active {
      color: #fff;
      background: #fa5f01 solid 2px;
      border-color: #fa5f01; 
}

.btn-secondary,
button.wps-btn.wps-btn-secondary,
button.wps-btn.wps-btn-secondary,
.j-paginate.juicer-button {
    color: #212529;
    background-color: #FEF7E7;
    border: #fa5f01 solid 2px; 
    text-transform: unset !important;
    padding: 10px 20px;
}

.btn-secondary:hover,
button.wps-btn.wps-btn-secondary:hover,
.j-paginate.juicer-button:hover {
      color: #fff;
      background-color: #fa5f01;
      border-color: #fa5f01; 
      text-decoration: none;
}
.btn-secondary:focus, 
.btn-secondary.focus,
button.wps-btn.wps-btn-secondary:focus,
button.wps-btn.wps-btn-secondary.focus,
.j-paginate.juicer-button:focus,
.j-paginate.juicer-button.focus {
      color: #fff;
      background-color: #fa5f01;
      border-color: #fa5f01;
      box-shadow: 0 0 0 0.2rem rgba(139, 139, 139, 0.5); 
      text-decoration: none;
}
    
.btn-secondary.disabled, 
.btn-secondary:disabled,
button.wps-btn.wps-btn-secondary.disabled,
button.wps-btn.wps-btn-secondary:disabled,
.j-paginate.juicer-button.disabled,
.j-paginate.juicer-button:disabled {
      color: #212529;
      background-color: #FEF7E7;
      border-color: #fa5f01; 
}
.btn-secondary:not(:disabled):not(.disabled):active, 
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
button.wps-btn.wps-btn-secondary:active,
button.wps-btn.wps-btn-secondary.active,
.j-paginate.juicer-button:active,
.j-paginate.juicer-button.active {
      color: #212529;
      background-color: #FEF7E7;
      border-color: #fa5f01; 
}

.j-paginate.juicer-button {
    font-family: "AvenirLTStd-Medium";
    font-size: 1.25rem;
    font-weight: 400;
}

#menu-footer-menu>li>a {
    font-size: 1.15rem;
}

@media only screen and (max-width: 1350px) {
    .footer-nav-container {
        flex-direction: column;
    }
}

#dancerImage {
    left: 0;
}

@media only screen and (max-width: 1280px) {
    #dancerImage {
        left: -50px;
    }
}

@media only screen and (max-width: 1280px) {
    #dancerImage {
        left: -100px;
    }
    .vc_custom_1594061113771>div>div.wpb_text_column {
        margin-bottom: 0;
    }
}

#festival-map-floater {
    background-color: #fa5f01;
    border: #fa5f01 solid 2px;
    position: fixed;
    bottom: 0;
    left: 60px;
    color: white;
    padding: 8px;
    z-index: 1000;
    width: 274px;
    cursor: pointer;
    height: 40px;
    padding:4px;
}

#festival-map-floater:hover {
    background-color: #FEF7E7;
    color: #212529;
}

.unsetWidth {
    width: unset !important;
}

.festival-map-floater-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#festival-map-floater p {
    margin-bottom: 0;
    margin-right: 80px;
}

#festival-map-floater i {
    font-size: 1.25rem;
}

.floater-map-container {
    max-height: 0;
    overflow: scroll;
    opacity: 0;
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -390px;
    background-color: #FEF7E7;
    z-index: 10000000000;
}

.festival-map-inner-container {
    max-width: 700px;
}

.showFloatingItem {
    max-height: 100%;
    padding: 1em 2em 1em;
    opacity: 1;
    transition: opacity .5s ease-out;
    border: #fa5f01 2px solid;
}

#modalCloseMap {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
}

.custom-chat-btn {
    position: fixed;
    bottom: 0;
    right: 60px;
    border-radius: 0px!important;
    margin-bottom: 0;
    background-color: #fa5f01;
    width: 274px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    z-index: 100;
}

.css-1ffp0d1-cartIconCSS-cartIconFixedCSS-CartButton {
    top: 150px !important;
}

.vimeoChatButton {
    background-color: #fa5f01;
    border: #fa5f01 solid 2px;
    position: fixed;
    bottom: 50%;
    left: 0;
    color: white;
    z-index: 1000;
    width: 200px;
    cursor: pointer;
    padding: 10px 20px;
    transform: rotate(-90deg);
    text-align: center;
    margin-left: -73px;
    border-radius: 0 0 10px 10px;
}

.vimeoChatButton p,
.vimeoChatButtonClose p {
    margin-bottom: 0;
}

.vimeoChatButtonClose {
    background-color: #FDF7E7;
    border: #fa5f01 solid 2px;
    position: fixed;
    bottom: 50%;
    left: 0;
    color: #fa5f01;
    padding: 8px;
    z-index: 1000;
    width: 200px;
    cursor: pointer;
    padding: 10px 20px;
    transform: rotate(-90deg);
    text-align: center;
    margin-left: -73px;
    border-radius: 0 0 10px 10px;
    display: none;
}

.liveChatContainer {
    position: fixed;
    left: 60px;
    top: 50%;
    margin-top: -300px;
    display: none;
    z-index: 1001;
}

.chatContainer>iframe {
    height: 600px;
    max-width: 350px;
    border-radius: 10px;
}

.showLiveChatContainer,
.showLiveChatCloseButton {
    display: block;
}

.hideVimeoChatButton {
    display: none;
}

@media (max-width: 800px) {
    .festival-map-inner-container {
        max-width: 650px;
    }
    .floater-map-container {
        margin-left: -370px;
    }
}

@media (max-width: 768px) {
    #festival-map-floater {
        left: 0;
    }
    .custom-chat-btn {
        right: 0;
    }
    .floater-map-container .mobile-map-pop-up .vc_column-inner {
        padding: 0;
    }
    .floater-map-container .mobile-map-pop-up .wpb_single_image {
        margin-bottom: 0;
    }
    .floater-map-container .mobile-map-pop-up .wpb_single_image img {
        width: 200px !important;
        height: auto;
    }
}

@media (max-width: 767px) {
    .festival-map-inner-container {
        display: none;
    }
    .floater-map-container {
        margin-left: -225px;
    }
}

@media (max-width: 700px) {
    .festival-map-floater-text p {
       margin-right: 0 !important; 
    }
    .festival-map-floater-text i,
    .custom-chat-btn i {
        display: none;
    }
    #festival-map-floater,
    .custom-chat-btn {
        width: 180px;
        justify-content: center;
    }
    .vimeoChatButton {
        bottom: 0;
        left: 50%;
        width: 180px;
        padding: 10px;
        transform: unset;
        display: flex;
        margin-left: -90px;
        border-radius: 0;
        height: 40px;
        align-items: center;
        justify-content: center;
    }
    .vimeoChatButtonClose {
        bottom: 0;
        left: 50%;
        width: 180px;
        padding: 10px;
        transform: unset;
        margin-left: -90px;
        border-radius: 0;
        height: 40px;
        align-items: center;
        justify-content: center;
    }
    .showLiveChatCloseButton {
        display: flex;
    }
}

@media (max-width: 550px) {
    .vimeoChatButtonClose,
    .vimeoChatButton,
    #festival-map-floater,
    .custom-chat-btn {
        font-size: 1rem;
        width: 150px;
    }
    .vimeoChatButtonClose,
    .vimeoChatButton {
        margin-left: -70px;
    }
}

@media (max-width: 500px) {
    .floater-map-container {
        bottom: 15px;
        margin-left: -187px;
    }
    .floater-map-container .mobile-map-pop-up .wpb_single_image img {
        width: 160px !important;
    }
    .css-1ffp0d1-cartIconCSS-cartIconFixedCSS-CartButton {
        top: 200px !important;
    }
}

@media (max-width: 400px) {
    #modalCloseMap {
        margin-top: 0;
    }
    .showFloatingItem {
        padding: 1em;
    }
    .showFloatingItem h4 {
        margin-bottom: 0;
    }
    .floater-map-container .mobile-map-pop-up .wpb_single_image img {
        width: 140px !important;
    }
    .floater-map-container {
        bottom: 15px;
        margin-left: -148px;
    }

}

@media (max-width: 380px) {
    .festival-map-floater-text>p,
    .custom-chat-btn {
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    #modalCloseMap {
        margin-top: 0;
    }
    .showFloatingItem {
        padding: 1em;
    }
    .showFloatingItem h4 {
        margin-bottom: 0;
    }
    .floater-map-container .mobile-map-pop-up .wpb_single_image img {
        width: 120px !important;
    }
    .floater-map-container {
        bottom: 15px;
        margin-left: -140px;
    }
}

@media (max-height: 1100px) {
    .chatContainer>iframe {
        height: 500px;
    }
    .liveChatContainer {
        margin-top: -300px;
    }
}

@media (max-height: 850px) {
    .chatContainer>iframe {
        height: 400px;
    }
    .liveChatContainer {
        margin-top: -250px;
    }
}

@media (max-height: 768px) {
    .liveChatInnerContainer h4 {
        font-size: 1.75rem;
    }
}

@media (min-width: 550px) and (max-height: 700px) {
    .css-1ffp0d1-cartIconCSS-cartIconFixedCSS-CartButton {
        bottom: 0 !important;
        top: unset !important;
        right: 50% !important;
        margin-right: -90px !important;
        width: 180px !important;
        justify-content: center !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        height: 40px !important;
        padding: 10px !important;
        border-radius: 0 !important;
    }
}

@media (min-width: 400px) and (max-height: 700px) {
    .chatContainer>iframe {
        height: 300px;
    }
    .liveChatContainer {
        margin-top: -150px;
    }
    .festival-map-floater-text p {
        margin-right: 0 !important; 
    }
    .festival-map-floater-text i,
    .custom-chat-btn i {
        display: none;
    }
    #festival-map-floater,
    .custom-chat-btn {
        width: 180px;
        justify-content: center;
    }
    .vimeoChatButton {
        bottom: 0;
        left: 50%;
        width: 180px;
        padding: 10px;
        transform: unset;
        display: flex;
        margin-left: -90px;
        border-radius: 0;
        height: 40px;
        align-items: center;
        justify-content: center;
    }
    .vimeoChatButtonClose {
        bottom: 0;
        left: 50%;
        width: 180px;
        padding: 10px;
        transform: unset;
        margin-left: -90px;
        border-radius: 0;
        height: 40px;
        align-items: center;
        justify-content: center;
    }
    .showLiveChatCloseButton {
        display: flex;
    }
}

@media (max-height: 500px) {
    .chatContainer>iframe {
        height: 300px;
        width: 250px;
    }
    .liveChatContainer {
        margin-top: unset;
        left: 0;
        top: unset;
        bottom: 0;
    }
    .liveChatInnerContainer h4 {
        font-size: 1rem;
    }
}

@media (max-height: 400px) {
    .chatContainer>iframe {
        height: 280px;
    }
}

@media (min-width: 1024px) and (max-height: 800px) {
    .festival-map-inner-container {
        max-width: 600px;
    }
    .floater-map-container {
        margin-left: -342px;
    }
}

@media (min-width: 1024px) and (max-height: 710px) {
    .festival-map-inner-container {
        max-width: 550px;
    }
    .floater-map-container {
        margin-left: -317px;
    }
}

@media (min-width: 1024px) and (max-height: 670px) {
    .festival-map-inner-container {
        max-width: 550px;
    }
    .floater-map-container {
        margin-left: -317px;
    }
}

.site-main {
    position: relative;
}

.greaterThanAngleOrange::before {
    transform: skewY(3.3deg);
}

.greaterThanAngleOrange::after {
    transform: skewY(-3.3deg);
}

.cutAngleWhite::before {
    transform: skewY(3.3deg);
}

.FooterContactUsSection {
    padding-top: 280px;
}

.aboutImageColumn {
    width: 30% !important;
}

.aboutTextColumn {
    width: 40% !important;
}

@media only screen and (max-width: 1024px) {
    .vc_custom_1594673493888 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
}

@media only screen and (max-width: 900px) {
    .vc_custom_1594673493888 {
        padding-top: 170px !important;
        padding-bottom: 140px !important;
    }
}

@media only screen and (max-width: 767px) {
    .aboutImageColumn {
        width: 100% !important;
    }
    
    .aboutTextColumn {
        width: 100% !important;
    }
    .site-main .vc_custom_1594236743197 {
        background-image: none !important;
        background-color: #FDF7E7;
    }
    .vc_custom_1594673493888 {
        padding-top: 35px !important;
        padding-bottom: unset !important;
    }
}

#merchSVG {
    width: 100% !important;
    height: auto !important;
}

#Dark_Blue_Shirt:hover,
#Green_Shirt:hover,
#Light_Blue_Shirt:hover,
#Black_Hoodie:hover,
#Black_Sweatpants:hover,
#Can_Koozies:hover,
#Cloth_Face_Mask:hover,
#Sticker:hover,
#Store_Button:hover,
#Crafts_Button:hover,
#MERCH_TENT_CLUSTER:hover,
#CAMPING_CLUSTER:hover {
    cursor: pointer;
}

#MARTIN_GUITAR_MAIN_STAGE_CLUSTER:hover,
#FOOD_AND_BEVERAGE_TRUCK:hover,
#MERCH_TENT_CLUSTER:hover,
#CAMP_STAGE_TENT:hover,
#FRONT_PORCH_STAGE_CLUSTER:hover,
#CAMPING_CLUSTER:hover {
    opacity: .8;
}

.page-id-515>main.site-main {
    background-image: url('/wp-content/uploads/2020/07/background-full.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .page-id-515>main.site-main {
        padding-top: 63px;
    }
}

@media (min-width: 801px) {
    .page-id-515>main.site-main {
        padding-top: 50px;
    }
}

.wps-heading,
.wps-products-title.css-t799ta-titleStyles {
    font-family: "SCHWENKS" !important;
    letter-spacing: 1.5px;
}

.post-type-archive-wps_products {
	height: unset;
}

.wps-products-all>div.wpshopify-has-rendered {
    max-width: 100%;
}

.wps-products-all>div.wpshopify-has-rendered section.css-1gueu2a-PaginationItemsCSS{
    max-width: 90%;
    margin: auto;
}

.wps-products-wrapper.wps-container {
    padding: 0 !important;
    max-width: 100% !important;
    margin: -50px 0 0 0 !important;
    background-image: url('/wp-content/uploads/2020/07/Background-bottom-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.single-wps_products .wps-container,
main.site-main {
    flex: 1 0 auto;
}

.site-footer {
    flex-shrink: 0;
}

.wps-products-all {
    padding: 1em 1.2em;
}

.wps-products-header {
    background-image: url('/wp-content/uploads/2020/07/small-header.jpg');
}

.wps-heading {
    margin-top: 0 !important;
    padding: 3em 0 0;
    color: white;
}

.wps_products-template-default,
.wps_collections-template-default {
    background-image: url('/wp-content/uploads/2020/07/Background-bottom-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.wps-collections-wrapper.wps-container {
    padding: 1em 1.2em !important;
}

@media (min-width: 768px) {
    .single-wps_products .wps-product-single {
        margin-top: 5em !important;
    }
}

@media (max-width: 767px) {
    .single-wps_products .wps-product-single {
        margin-top: 3em !important;
    }
}

.page-id-263 main.site-main {
    background: #FDF7E7;
}

#gform_wrapper_3 ul li.gfield {
    margin-top: 1em !important;
}

#gform_wrapper_3 {
    margin-top: 2em;
}

.gform_button.gform_image_button {
    border-radius: unset;
}

.gform_footer.top_label {
    text-align: center;
}

#gform_wrapper_8 {
    padding-left: 40px;
    padding-right: 40px;
}

#input_8_4_3 {
    height: 30px;
}

@media (max-width: 800px) {
    #gform_wrapper_8 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 765px) {
    #input_8_4_3 {
        height: unset;
    }
}

@media (max-width: 640px) {
    #gform_wrapper_8 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

#banjoImage2 {
    bottom: -110px;
    left: -130px;
}

@media only screen and (max-width: 767px) {
    #banjoImage2 {
        bottom: 70px;
        left: -10px;
    }
    .vc_custom_1594875214666 {
        padding-bottom: 6rem !important;
    }
}

@media only screen and (max-width: 600px) {
    #banjoImage2 {
        left: -45px;
    }
}

@media only screen and (max-width: 550px) {
    #banjoImage2 {
        display: none;
    }
}

.site-main-navigation > ul > li {
    width: calc(100% / 8);
}

.ticketForm {
    padding: 5em 4em;
}

.ticketForm .vc_column-inner {
    border: 10px solid rgba(187, 164, 89, 0.3);
    padding: 35px 50px !important;
}

.parallaxBackground {
    background-attachment: fixed;
}

@media only screen and (max-width: 768px){
	.ticketForm {
		padding: 1em !important;
	}
}

@media only screen and (max-width: 767px){
    main .parallaxBackground,
    main .backgroundNoRepeatCover,
    .wps_products-template-default, 
    .wps_collections-template-default,
    .wps-products-wrapper.wps-container,
    .page-id-515>main.site-main {
        background-image: unset !important;
        background-color: #FDF7E7 !important;
	}
}

.sub-menu {
    display: none;
    list-style: none;
    background-color: #fa5f01;
    text-align: left;
    width: max-content;
    min-width: -webkit-fill-available;
    z-index: 100;
}

.sub-menu a {
    color: white;
    font-family: "AvenirLTStd-Medium";
    font-size: 14px;
}

.sub-menu>li {
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

.sub-menu>li:last-child {
    border-bottom: none;
}

.sub-menu>li:hover a {
    text-decoration: none;
    color: black;
}

@media (min-width: 801px) {
    .site-main-navigation > ul > li > a:hover {
        text-decoration: none;
        opacity: 1;
        background-color: #fa5f01;
    }
    .showSubMenu {
        display: block;
        padding: 10px;
    }
}

.orangeBackgroundColor {
    background-color: #fa5f01 !important;
}

.wps-total-amount,
.css-4xtj6-counterTextCSS {
    font-family: "SCHWENKS";
    letter-spacing: 1.5px;
}

.wps-products-wrapper.wps-container {
    margin: 0 0 0 0 !important;
}

.wps-page-content {
    display: none;
}

.site-masthead img {
    padding-bottom: 2rem;
}

.gray_input_fields input,
.gray_input_fields textarea {
    border: solid 3px #efefef !important;
}

#MARTIN_GUITAR_MAIN_STAGE_HOVER,
#FOOD_TRUCK_HOVER,
#MERCH_TENT_CLUSTER_HOVER,
#CAMP_STAGE_TENT_hover,
#FRONT_PORCH_STAGE_HOVER,
#CAMPING_CLUSTER_HOVER,
#MARTIN_GUITAR_MAIN_STAGE_HOVER_POPUP,
#FOOD_TRUCK_HOVER_POPUP,
#MERCH_TENT_CLUSTER_HOVER_POPUP,
#CAMP_STAGE_TENT_hover_POPUP,
#FRONT_PORCH_STAGE_HOVER_POPUP,
#CAMPING_CLUSTER_HOVER_POPUP {
    height: 0;
    opacity: 0;
}

.MAP_HOVER_SHOW {
    height: auto !important;
    opacity: 1 !important;
}

.MAP_HOVER_HIDE {
    height: 0 !important;
    opacity: 0 !important;
    transition: opacity .5s ease-out !important;
}

.desktopDropdownArrow {
    color: white;
    font-size: 20px;
    vertical-align: middle;
    padding-left: 5px;
}

.mobileDropdownArrow {
    display: none !important;
}

.css-1ffp0d1-cartIconCSS-cartIconFixedCSS-CartButton {
    z-index: 99 !important;
}

@media (max-width: 800px) {
    .site-main-navigation > ul > li:first-child {
        margin-left: unset !important;
    }
    .site-main-navigation > ul > li {
        height: unset !important;
        margin: 3px 0;
    }
    .desktopDropdownArrow {
        display: none !important;
    }
    .mobileDropdownArrow {
        display: block !important;
        color: white;
        font-size: 20px;
        vertical-align: middle;
        float: right;
    }
    .site-main-navigation a {
        font-size: 18px;
    }
    .site-main-navigation > ul > li > a:hover {
        text-decoration: none;
        opacity: 1;
    }
    .sub-menu {
        background-color: unset;
        padding: 0 0 0 10px;
    }
    .sub-menu>li {
        margin: 0;
    }
    .orangeBackgroundColor {
        background-color: unset !important;
    }
    .mobileShowSubMenu {
        display: block;
    }
    .e-arrow::after {
        content: unset;
    }
}

@media (max-width: 500px) {
    .site-main-navigation {
        width: 100%;
    }
}

.backgroundNoRepeatCover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.buy-tickets-content>.vc_column-inner {
    border: 10px solid rgba(187, 164, 89, 0.3) !important;
}

#chat-widget-container {
    display: none;
}

.verticalAlignMasthead {
    padding-bottom: 7rem;
}

@media only screen and (max-width: 479px) {
    .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
        display: flex;
    }
}

.flexslider .slides img {
    height: auto;
}

@media (max-width: 999px) {
    .page-id-257 section.FooterContactUsSection {
        padding: 0px!important;
    }
}

/* --------------Warning Message Style Start----------- */

#warning-message { 
    color: white;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#warning-message-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000000000;
    background-color: #fa5f01;
    box-shadow: 0px 9px 40px #888888;
}

#internal-warning-message-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.warningMessageClose {
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
}

@media only screen and (orientation:portrait){
    #wrapper { 
        display:none;
    }
    #warning-message-wrapper { 
        display:block;
    }
}
@media only screen and (orientation:landscape){
    #warning-message-wrapper { 
        display:none;
    }
}

/* --------------Warning Message Style End----------- */

/* --------------Camp Stage Style End----------- */

.page-id-702 {
    position: relative;
    background:-o-linear-gradient(top, #000, #257eb7);
	background:-ms-linear-gradient(top, #000, #257eb7);
	background:-moz-linear-gradient(top, #000, #257eb7);
	background:-webkit-linear-gradient(top, #000, #021522);
 	background:linear-gradient(top, #000, #257eb7);	   
      filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#040429', EndColorStr='#257eb7');
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#040429', EndColorStr='#257eb7')";
}

#pixie {
    z-index:1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

/* --------------Camp Stage Style End----------- */

.positionStatic {
    position: static !important;
}

.front-porch-stage,
.camp-stage,
.martin-stage {
    position: relative;
}

.front-porch-stage img,
.camp-stage img,
.martin-stage img {
    display: block;
    height: auto;
    width: 100%;
}

.fireContainer1,
.fireContainer2,
.stageLightsContainer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.fireContainer1>canvas#pixie1,
.fireContainer2>canvas#pixie2 {
    position: absolute;
}

.fireContainer1>canvas#pixie1 {
    position: absolute;
    top: 0;
    left: 15%;
    transform: rotate(-21.4deg);
}

.stageLightsContainer {
    z-index: 0;
}

#fire,
#fire2,
.stageLightsInnerContainer {
    position: relative; 
}

.stageLightsInnerContainer {
    height: 100%;
}

#fire>canvas {
    position: absolute;
    top: 0;
    left: 14.6%;
    transform: rotate(-21.3deg);
    width: 19.8%;
    opacity: .5;
}

#fire2>canvas {
    position: absolute;
    right: 17%;
    transform: rotate(21.2deg);
    width: 19.8%;
    top: 0;
    opacity: .5;
}

.videoContainer {
    width: 45%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 4%;
}

.campVideoContainer {
    width: 42%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 1%;
}

.martinVideoContainer {
    width: 43%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 3%;
}

.innerVideoContainer {
    max-width: 100%; 
    height: 100%; 
    margin: auto; 
    position:relative; 
    z-index:99;
}

.leftLights {
    position: absolute;
    left: 22.9%;
    top: 38.7%;
    width: 17%;
}

.rightLights {
    position: absolute;
    right: 24.1%;
    top: 39.1%;
    width: 17%;
}

#menu-footer-menu > li {
    margin: 0 5px;
}