/*Theme Name: VDS Child Theme for Twentyseventeen
 * Description: Twenty Seventeen Child Theme 2018 Templates
 * Template: twentyseventeen
 * Author(s): VDS Developers
 *
*/

.HIDE-FROM-NAV {
    display: none !important;
}

/* make the history subnav open to the left instead so its not off the page. (Year Round > History) */
@media screen and (min-width: 980px) {
    .main-navigation ul ul li#menu-item-1836:hover > ul,
    .main-navigation ul ul li#menu-item-1836.focus > ul {
        left: auto;
        right: 100%;
    }
    .main-navigation ul ul ul {
        margin-top: 0 !important;
    }
    .main-navigation ul ul.sub-menu li:hover {
        background: #000 !important;
    }
    .main-navigation ul ul.sub-menu li:hover a {
        text-shadow: none !important;
    }
    .main-navigation li li:hover > a,
    ul#top-menu ul.sub-menu li a:active {
        color: #d94c81 !important;
    }
    .main-navigation ul ul li ul {
        border-left: 1px solid #C2C1C2;
    }
    .main-navigation ul ul li#menu-item-1836 ul {
        border-right: 1px solid #C2C1C2;
    }
    .main-navigation ul ul a {
        width: auto !important;
    }
    #top-menu ul.sub-menu li,
    #top-menu ul.sub-menu ul li {
        border-bottom: 1px solid #C2C1C2 !important;
        padding: 0px 15px !important;
    }
}

/* General Styles */
    html.js { margin-top: 0 !important; }
    .white { color: #FFF; }
/* END General Styles */

/* Admin Bar */
    @media (min-width: 980px) { .admin-bar { margin-top: 32px; } } /* Fix admin bar overlap */
    @media (max-width: 979px) { .admin-bar { margin-top: 0px; } #wpadminbar { display: none; } } /* Hide the Admin Bar */
/* END Admin Bar */

/* Show/Hide Matrix */
    /* LARGE DESKTOP */
        @media (min-width: 1441px) { .display-large-desktop { display: none !important; } } /* 1441 & Above */
        @media (max-width: 1440px) { .hide-large-desktop { display: none !important; } } /* 1440 & Below */
    /* END LARGE DESKTOP */
    /* DESKTOP */
        @media (min-width: 1025px) { .display-desktop { display: none !important; } } /* 1025 & Above */
        @media (max-width: 1024px) { .hide-desktop { display: none !important; } } /* 1024 & Below */
    /* END DESKTOP */
    /* SMALL DESKTOP */
        @media (min-width: 980px) { .display-small-desktop { display: none !important; } } /* 980 & Above */
        @media (max-width: 979px) { .hide-small-desktop { display: none !important; } } /* 979 & Below */
    /* END SMALL DESKTOP */
    /* TABLET */
        @media (min-width: 769px) { .display-tablet { display: none !important; } } /* 769 & Above */
        @media (max-width: 768px) { .hide-tablet { display: none !important; } } /* 768 & Below */
    /* END TABLET */
    /* MOBILE */
        @media (min-width: 481px) { .display-mobile { display: none !important; } } /* 481 & Above */
        @media (max-width: 480px) { .hide-mobile { display: none !important; } } /* 480 & Below */
    /* END MOBILE */
/* END Show/Hide Matrix */

/* Font Sets */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bungee', cursive;
    font-weight: 400;
    color: #204999;
}
body:not(.home) h1 {
    text-shadow: 0 0 24px #17120F;
    line-height: 4.625px;
    font-size: 72px;
    color: #FFF;
}
body p, body li {
    font-family: Roboto, sans-serif;
    line-height: 34px;
    font-weight: 400;
}
nav li a {
    font-family: 'Roboto Condensed', sans-serif;
}


/* Top Nav */
div.top-widget .container {
    border-bottom: 1px solid #C2C1C2;
}
.top-widget .span6.left ul.social.top-widget-socials li a i {
    font-size: 24px;
}
div.top-widget-icons {
    float: left;
    position: relative;
    top: 16px;
}
div.top-widget-icons ul li {
    display: inline-block;
    line-height: 17px;
    padding: 0 10px;
    float: left;
}
div.top-widget-icons ul li a img {
    max-height: 25px;
    width: auto;
}
li.top-widget-link-w-border-right {
    border-right: 1px solid #C2C1C2;
}
div.top-widget-button {
    position: relative;
    float: left;
    top: 11px;
}
div.top-widget-button a.top-widget-btn {
    padding: 0px 20px;
}
div.top-widget-button a.btn-bt.default {
    line-height: 32px;
    padding: 0px 20px;
    font-size: 16px;

}
.widget a img {
    box-shadow: none !important;
}
.top-widget .widget .btn-bt img {
    position: relative;
    max-height: 21px;
    width: auto;
    top: 5px;
}
.span6.right .sidebar {
    float: right;
}


/* New Footer Styles  */

footer#footer h2.widget-title {
    margin-bottom: 10px;
}
footer .sidebar ul {
    margin: 0;
}
footer .sidebar ul li {
    line-height: 16px;
}
footer section ul li,
footer .sidebar ul li {
    list-style: none;
}
footer#footer .container {
    border-top: 8px solid #DB4981;
    padding: 40px 0; 
}





/*  stuff from shell   */

.sidebar {
    margin-bottom: 0;
}
header .top-widget p {
    margin: 0;
}
.top-widget a:not(.btn-bt),
.top-widget .span6.right a:not(.btn-bt) {
    box-shadow: none !important;
    text-shadow: none;
}
.top-widget a {
    transition: 0.3s ease-in-out;
}
.top-widget a:hover,
.top-widget a i:hover {
    transition: 0.3s ease-in-out;
    box-shadow: none;
}
.top-widget .widget {
    padding-bottom: 0;
}
.top-widget ul.social {
    line-height: initial;
    position: relative;
    text-align: left;
    margin: 0;
    top: 17px;
}
ul.social {
    list-style: none;
}
ul.social li {
    margin-right: 22px;
    font-size: initial;
    display: inline;
}
ul.social li:last-child {
    margin-right: 0;
}
@media (max-width: 979px) {
    .top-widget .span6.left,
    .top-widget .span6.right {
        width: 50%;
        padding: 0;
    }
}
/* End Top Nav */

/* Header */
body .site-branding a:hover,
body .site-branding a:focus {
    opacity: 1;
}
body .main-navigation ul li.menu-item-has-children.focus:before,
body .main-navigation ul li.menu-item-has-children:hover:before,
body .main-navigation ul li.menu-item-has-children.focus:after,
body .main-navigation ul li.menu-item-has-children:hover:after,
body .main-navigation ul li.page_item_has_children.focus:before,
body .main-navigation ul li.page_item_has_children:hover:before,
body .main-navigation ul li.page_item_has_children.focus:after,
body .main-navigation ul li.page_item_has_children:hover:after {
    display: none;
}
body .navigation-top ul ul {
    border: none;
}
.navigation-top.site-navigation-fixed {
    display: none;
}
.custom-logo-link img {
    max-height: 100px;
}
#top-menu li:last-child {
    margin-right: 0px;
}
ul#top-menu ul.sub-menu {
    /*padding: 10px 0px;*/
}
#top-menu ul.sub-menu li {
    padding: 5px 15px;
}
.toggled-on ul#top-menu button.dropdown-toggle {
    top: 30px; /* mobile toggle */
}
.toggled-on ul#top-menu li a {
    width: fit-content; /* fixes fullwidth link */
}
/* END Header */

/* WP Bakery (Visual Composer) */
.bakery {
    clear: both;
}
body.page #content.below-header {
    padding: 0;
}
body.page .site-footer {
    margin: 0;
}
.bakery div.vc_row {
     margin-right: 0;
     margin-left: 0;
}
.bakery div.vc_row:before,
.bakery div.vc_row:after,
.bakery div.vc_row .vc_column-inner:before,
.bakery div.vc_row .vc_column-inner .wpb_wrapper:before {
    content: none;
}
.bakery .vc_row[data-vc-stretch-content="true"] .container {
    max-width: none;
    width: 100%;
}
@media (min-width: 769px) {
    .bakery .container {
        display: flex;
    }
}
.bakery div.vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}
.bakery div.vc_column-inner .wpb_wrapper p:last-child {
    margin-bottom: 0;
}
/* End WP Bakery (Visual Composer) */

/*  FROM SITE-CUSTOM.CSS FILE  */   /*  FROM SITE-CUSTOM.CSS FILE  *//*  FROM SITE-CUSTOM.CSS FILE  */  /*  FROM SITE-CUSTOM.CSS FILE  */
/*  FROM SITE-CUSTOM.CSS FILE  */   /*  FROM SITE-CUSTOM.CSS FILE  *//*  FROM SITE-CUSTOM.CSS FILE  */  /*  FROM SITE-CUSTOM.CSS FILE  */

/* Buttons */
a.btn-bt {
	box-shadow: 4px 4px 0 0 #204999;
    font-family: Roboto Condensed;
    text-align: center;
    font-weight: 700;
    transition: 0.3s;
    display: block;
}
a.btn-bt.centered {
    display: inline-block;
}
a:not(.top-widget-btn).btn-bt {
    font-size: 20px !important;
    padding: 6px 26px;
}
a:not(.top-widget-btn).btn-bt.default img {
    max-height: 23px;
}
a.btn-bt.default:hover {
    box-shadow: 4px 5px 0 0 #0B2A65;
}
a.btn-bt.alternate:hover {
    box-shadow: 4px 5px 0 0 #0B2A65;
}
a.btn-bt.default {
    line-height: 32px;
    font-size: 16px;
}
a.btn-bt.default img {
    box-shadow: none !important;
    position: relative;
    max-height: 21px;
    width: auto;
    top: 5px;
}






/* END Buttons */

/* Blog */
.blog #page #primary {
    width: 100%;
}
aside#secondary {
    display: none;
}
.post-thumbnail img {
    min-height: 430px;
    width: 100%;
}
.blog .wrap {
    max-width: 100%;
}
@media (min-width: 980px) {
    .blog .site-main > article,
    .archive .site-main > article,
    .search .site-main > article {
        padding-bottom: 0px;
        min-height: 740px;
        padding: 0px 20px;
        float: left;
        width: 50%;
    }
}
/* End Blog */

/* Single Blog */
.span8.content {
    float: left;
    width: 66% ;
}
.span4.sidebar {
    padding-left: 15px;
    float: right;
    width: 33%;
}
/* End Single Blog */

/* Contact Forms */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 textarea,
.wpcf7 select {
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.25);
    font-family: 'Roboto', sans-serif;
    border: 2px solid #4A4A4A;
    background: #FFFFFF;
    border-radius: 4px;
    letter-spacing: 0;
    line-height: 24px;
    font-size: 16px;
    color: #4A4A4A;
    height: 40px;
}
.wpcf7 .wpcf7-form-control.wpcf7-submit.btn-bt.default {
    font-size: 20px !important;
    padding: 12px 40px;
    margin-top: 20px;
    /*font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #7d3d97;
    padding: 22px 100px;
    border-radius: 50px;
    font-weight: 400;
    color: #fff;*/
}
.wpcf7 select {
    width: 100%;
    margin-bottom: 30px;
}
.wpcf7 textarea {
    height: 150px;
}
/* END Contact Forms */

/* Header Styles */     /* Header Styles */     /* Header Styles */     /* Header Styles */
/* Header Styles */     /* Header Styles */     /* Header Styles */     /* Header Styles */
/* Header Styles */     /* Header Styles */     /* Header Styles */     /* Header Styles */
/* Header Styles */     /* Header Styles */     /* Header Styles */     /* Header Styles */

/* Logo Left + Nav Right */
.site-header {
    background-color: transparent;
}
header {
    z-index: 1;
}
#top-menu li {
    padding: 33px 15px; /* Work with the top/bottom padding to make it fill out to the top/bottom edge of the .top-header */
}
ul#top-menu li a {
    padding: 0;
}
body .left-right-header .site-branding {
    padding: 0;
    top: 11px; /* this will need adjusting based on header height + logo size! */
}
body .left-right-header .navigation-top {
    background: transparent;
    position: relative;
    border-bottom: 0;
    border-top: 0;
    float: right;
    width: 86%;
}
.left-right-header .nav-and-button {
    float: right;
}
@media (min-width: 980px) {
    .top-header.left-right-header nav {
        /*padding-right: 15px;*/
        float: left;
    }
}
.left-right-header .header-button {
    float: left;
}
.left-right-header .header-button .btn-default {
    position: relative;
    top: 12px;
}
body .left-right-header .logo {
    float: left;
    width: 14%;
}
.left-right-header .menu-toggle {
    font-size: 43px;
    display: block;
    margin-top: 0;
    float: right;
    padding: 0;
}
.left-right-header .menu-toggle .icon {
    margin-right: 0;
    top: 0;
}
.left-right-header .menu-toggle:hover,
.left-right-header .menu-toggle:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.left-right-header .menu-toggle:focus {
    outline: none;
}
@media (max-width: 979px) {
    .left-right-header .header-button {
        margin-right: 25px;
    }
    body .left-right-header .menu-toggle {
        margin-top: 12px;
    }
    .left-right-header .header-button .btn-default {
        top: 10px;
    }
    .left-right-header nav#site-navigation {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .js .left-right-header .main-navigation.toggled-on > div > ul {
        background: rgba(0, 0, 0, 0.94);
        display: block !important;
        padding: 10px 30px;
    }
    .left-right-header .main-navigation.toggled-on ul#top-menu li a {
        color: #FFF;
    }
    .left-right-header .main-navigation.toggled-on ul.top-menu {
        display: block !important;
    }
}
/* End Logo Left + Nav Right */

/* Logo Top + Nav Bottom */

.top-bottom-header .site-branding {
    padding: 0;
}
.top-bottom-header .logo {
    justify-content: center;
    padding: 15px 0px;
    display: flex;
    width: 100%;
}
.top-bottom-header .navigation-top {
    background: transparent;
    position: relative;
    max-width: 980px;
    border-bottom: 0;
    margin: 0 auto;
    border-top: 0;
    width: 100%;
}
.top-bottom-header .nav-and-button {
    border-top: 2px solid #bababa;
    justify-content: center;
    display: flex;
}
.top-bottom-header .header-button {
    float: left;
}
.top-bottom-header .navigation-top nav {
    float: left;
}
.top-bottom-header .header-button .btn-default {
    position: relative;
    top: 12px;
}
.js .top-bottom-header .main-navigation.toggled-on > div > ul {
    display: block !important;
    background: rgba(0, 0, 0, 0.94);
    padding: 10px 30px;
}
.top-bottom-header .main-navigation.toggled-on ul#top-menu li a {
    color: #FFF;
}
@media (max-width: 979px) {
    .top-bottom-header .navigation-top {
        max-width: 300px;
    }
    body .top-bottom-header .menu-toggle {
        margin: 0px 0px 0px 0px;
    }
    .top-bottom-header .header-button {
        margin-right: 25px;
    }
    .top-bottom-header .nav-and-button {
        padding: 15px 0px;
    }
    .top-bottom-header .header-button .btn-default {
        top: 0px;
    }
    .top-bottom-header nav#site-navigation {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .top-bottom-header .menu-toggle .icon {
        margin-right: 0;
    }
}
/* End Logo Top + Nav Bottom */

/* Logo Left + Hamburger Right */
body .hamburger-header .site-branding {
    padding: 0;
    top: 15px; /* this will need adjusting based on header height + logo size! */
}
body .hamburger-header .navigation-top {
    background: transparent;
    position: relative;
    border-bottom: 0;
    border-top: 0;
    float: right;
    width: 86%;
}
.hamburger-header .nav-and-button {
    float: right;
}
.top-header.hamburger-header nav {
    float: left;
}
.hamburger-header .header-button {
    float: left;
    margin-right: 25px;
}
.hamburger-header .header-button .btn-default {
    position: relative;
    top: 12px;
}
body .hamburger-header .logo {
    float: left;
    width: 14%;
}
@media (min-width: 1px) {
    .js .hamburger-header .menu-toggle {
        font-size: 43px;
        display: block;
        float: right;
        padding: 0;
    }
    .hamburger-header .main-navigation ul ul.toggled-on {
        display: block;
    }
    .hamburger-header .menu-toggle .icon {
         margin-right: 0;
         top: 0;
    }
    .hamburger-header .menu-toggle:hover,
    .hamburger-header .menu-toggle:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        background-color: transparent;
    }
    .hamburger-header .menu-toggle:focus {
        outline: none;
    }
    .hamburger-header .dropdown-toggle.toggled-on .icon {
        transform: rotate(-180deg);
        -ms-transform: rotate(-180deg); /* IE 9 */
        -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    }
    .hamburger-header .toggled-on .menu-toggle .icon-bars,
    .hamburger-header .menu-toggle .icon-close {
        display: none;
    }
    .js .hamburger-header .main-navigation ul,
    .hamburger-header .main-navigation .menu-item-has-children > a > .icon,
    .hamburger-header .main-navigation .page_item_has_children > a > .icon,
    .hamburger-header .main-navigation ul a > .icon {
        display: none !important;
    }
    .js .hamburger-header .main-navigation.toggled-on > div > ul {
        display: block !important;
        padding: 10px 30px;
        background: rgba(0, 0, 0, 0.94);
    }
    .hamburger-header .main-navigation.toggled-on ul#top-menu li a {
        color: #FFF;
    }
    .hamburger-header .main-navigation.toggled-on ul.top-menu {
        display: block;
    }
}
@media (min-width: 980px) {
    .hamburger-header nav#site-navigation {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .js .hamburger-header .main-navigation.toggled-on ul.sub-menu {
        display: block !important;
    }
    .js .hamburger-header .main-navigation.toggled-on li .dropdown-toggle {
        display: block;
        left: 14px;
        top: 35px;
    }
}
@media (max-width: 979px) {
    body .hamburger-header .menu-toggle {
        margin-top: 12px;
    }
    .hamburger-header .header-button .btn-default {
        top: 10px;
    }
    .hamburger-header nav#site-navigation {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .js .hamburger-header .main-navigation.toggled-on ul.sub-menu {
        display: none;
    }
    .hamburger-header .main-navigation ul ul.toggled-on {
        display: block !important;
    }
}
/* End Logo Left + Hamburger Right */

/* END Header Styles */     /* END Header Styles */     /* END Header Styles */     /* END Header Styles */
/* END Header Styles */     /* END Header Styles */     /* END Header Styles */     /* END Header Styles */
/* END Header Styles */     /* END Header Styles */     /* END Header Styles */     /* END Header Styles */

/* Top Banners */
.home .row.default-header {
    text-align: center;
}
.row.default-header {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
body .row.default-header .wrapper {
    max-width: none;
    padding: 0;
    width: 90%;
}
/* END Top Banners */

/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */
/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */
/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */

/* Parallax */
@media (min-width:979px) {
    .add-parallax {
        background-attachment: fixed !important;
    }
}
/* END Parallax */

/* Widgets */
div.widget ul li,
div.widget ol li {
    border-bottom: none;
    border-top: none;
}
/* END Widgets */

/* Span Structure */
.span6.left {
    float: left;
    width: 50%;
}
.span6 {
    float: left;
    width: 50%;
}
.span6.right {
    width: 50%;
    float: right;
}
.span3 {
    float: left;
    width: 25%;
}
/* END Span Structure */

/* Footer */
footer#footer .row {
    /*padding-bottom: 20px;
    padding-top: 40px;*/
    display: flex;
    padding: 0;
}
footer#footer a:hover,
footer .widget a {
    box-shadow: none;
}
footer#footer.site-footer {
    border-top: none;
}
footer .widget {
    padding: 0;
}
footer .widget {
    margin-bottom: 15px;
}
footer .widget h5 {
    margin-bottom: 5px;
}
footer ul.social li a {
    transition: 0.3s ease-in-out;
}
footer ul.social li a:hover {
    transition: 0.3s ease-in-out;
}
body footer#footer a.footer-addy {
    line-height: 14px;
    margin-bottom: 6px;
}
body footer#footer a.footer-addy {
    line-height: 20px !important;
    margin-bottom: 14px !important;
    display: inline-block;
}
body footer#footer a.footer-addy,
body footer#footer a.footer-phone,
body footer#footer span.footer-phone {
    font-weight: 600;
    color: #000;
}
footer img.lazy { /* affects footer logo */
    margin-bottom: 7px;
}
@media (max-width: 768px) and (min-width: 481px) {
    footer .vc_col-sm-3 {
        min-height: 224px;
        float: left;
        width: 50%;
    }
}
@media(max-width: 480px) {
    footer#footer .container {
        border-top: 1px solid #C2C1C2;
        padding: 20px 0px;
    }
}
/* END Footer */

/* Copyright Row */
@media (min-width: 769px) {
    .copyright .container {
        display: flex;
    }
}
.copyright-text.centered p {
    text-align: center;
    margin: 0;
}
.copyright ul.social {
    line-height: 21px;
}
.copyright ul.social li a i {
    font-size: 16px;
}
.copyright-text.span6.left p {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .copyright .span6 {
        /*margin: 5px 0px;*/
        float: none !important;
        width: 100% !important;
    }
    div.row.copyright .span6 p,
    div.row.copyright .span6 ul {
        text-align: center;
        float: none;
    }
    .copyright .span6 {
        clear: both;
        margin: 5px 0px;
    }
}
@media (max-width: 480px) {

}
/* END Copyright Row */

/* Responsive */
@media (max-width: 979px) {
    body footer#footer a {
        box-shadow: none;
    }
    ul#top-menu {
        border: none
    }
    body .menu-toggle {
        margin-top: -8px;
        font-size: 47px;
        line-height: 1;
        float: right;
        padding: 0;
    }
    header ul#top-menu li a {
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    body .menu-toggle:focus {
        outline: none;
    }
    .top-widget .span6.left,
    .top-widget .span6.right {
        width: 45%;
    }
    .top-widget .span6.right {
        float: right;
    }
    .span3 {
        padding: 0 30px;
        width: 100%;
        float: left;
    }
    body header .left-right-header div.logo {
        width: 50%;
    }
        .site-branding {
            float: left;
        }

    body header .left-right-header div.navigation-top {
        width: 50%;
    }

}

/* Hide the arrow on nav items that have sub navs */
@media (min-width: 980px) {
    nav li svg.icon {
        display: none !important;
    }
}

/**
 *   This min / max query below is styling the .top-widget icons and the GET TICKETS button in-between tablet and mobile view.
 *   Once 480 hits, the .span6.right takes over the whole .top-widget row. the .span6.left gets hidden.
 */

@media (max-width: 768px) and (min-width: 481px) {
    div.top-widget .span6.left {
        width: 35%;
    }
    div.top-widget .span6.right {
        width: 62%;
    }
}
@media (max-width: 768px) {
    .top-widget ul.social {
        top: 14px;
    }
    div.top-widget ul.social li {
        margin-right: 4px;
    }
    .top-widget .span6.left ul.social.top-widget-socials li a i {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    div.top-widget .span6.left {
        display: none;
    }
    div.top-widget .span6.right {
        width: 100%;
        clear: both;
    }
    div.top-widget .span6.right .sidebar {
        max-width: 290px;
        margin: 0 auto;
        float: none;
    }
}
/* END Responsive


/* HOMEPAGE */

.has-col-bg-img .container {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.col-bg-img .vc_column-inner {
    transition: all 0.2s ease-in-out;
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
}
.bakery .home-banner {
    padding-top: 40px;
    height: 600px;
}
.home-banner h1.white {
    text-shadow: 0px 1px 15px #000;
    line-height: 84px;
    font-size: 80px;
}
p.white.banner-date {
    text-shadow: 0px 0px 15px #000;
    margin-bottom: 68px;
    font-weight: 600;
    font-size: 48px;
}
.bakery .vc_row.countdown-row {
    padding-bottom: 30px;
    padding-top: 30px;
}
.countdown-row .wpb_content_element {
    margin-bottom: 0;
}
.counter-right-col {
    align-items: center;
    display: flex;
}
.countdown-row .wrap {
    margin-bottom: 0
}
span .counter-block {
    display: inline-block;
    text-align: center;
    margin-right: 5.2%;
    float: left;
    width: 21%;
}
.counter-block:last-child {
    margin-right: 0;
}
@media (max-width: 1160px) {
	span .counter-block p {
    	padding: 8px 3.8px;
	}
}
p.cb-inner {
    background-color: #FFF;
    font-weight: 600;
    color: #204999;
    padding: 12px;
}
.countdown-row p.white {
    -webkit-font-smoothing: antialiased;
    font-family: Roboto Condensed;
    line-height: 18px;
    font-weight: 600;
}
.countdown-row p.white,
.countdown-row h4 {
    margin-bottom: 0;
}
.countdown-row h4 {
    line-height: 40px;
    font-size: 36px;
    padding-top: 0;
}
.box-thirds.home-one .container,
.box-thirds.home-two .container,
.box-thirds.home-three .container,
.box-thirds.home-four .container {
    height: 380px;
}
.box-thirds h4 {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.box-thirds h4 a {
    transition: all 0.2s ease-in-out;
    text-shadow: 0px 0px 15px #000;
    color: #FFF;
}
.text-break-white h2 {
	text-shadow: 0px 0px 15px #000;
}
h4 span.lrg {
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 15px #000;
    line-height: 48px;
    font-size: 55px;
}
.box-thirds h4 span.med {
    -webkit-font-smoothing: antialiased;
    line-height: 36px;
    font-size: 36px;
}
.box-thirds h4 span.smol {
    -webkit-font-smoothing: antialiased;
    line-height: 28px;
    font-size: 22px;
}
a.promo-link:hover .vc_column-inner {
    background-color: rgba(16, 73, 150, 0.60);
    transition: all 0.2s ease-in-out;
    background-blend-mode: overlay;
}
a.promo-link:hover h4 a {
    transition: all 0.2s ease-in-out;
    letter-spacing: 1.3px;
}
.feat-post-row {
    min-height: 360px;
}
h2.blue {
    font-size: 36px;
}
.single-post-promo-col {
    margin: 0 auto;
    max-width: 675px;
    padding: 0 1%;
    height: 360px;
}
.feat-post-row .wpb_content_element.post-grid-class {
    margin-bottom: 0;
}
.single-post-promo-date.vc_gitem-post-data {
    margin-bottom: 0 !important;
}
.single-post-promo-date p {
    text-transform: uppercase;
}
.single-post-promo-title .vc_gitem-post-data{
    margin-bottom: 0 !important;
}
.single-post-promo-title p {
    text-transform: uppercase;
}
.single-post-promo-excerpt p {
    line-height: 28px;
}
.vc_btn3-container.single-post-promo-btn a {
    text-decoration: underline;
    background: transparent;
    font-weight: 400;
    color: #D94C81;
    border: none;
    padding: 0;
}
.vc_btn3.vc_btn3-color-juicy-pink:hover {
    background: transparent !important;
    color: #D94C81 !important;
}
@media (min-width: 769px) {
    .home-plax,
    .span6-column-spacing-hack,
    .text-with-btn-float-cta .wpb_wrapper {
        align-items: center;
        display: flex;
    }
}
.purple-cal-cta .wpb_wrapper {
    max-width: 724px;
    margin: 0 auto;
}
.smiles-tickets-cta .wpb_wrapper {
    max-width: 755px;
    margin: 0 auto;
}
.concert-lineup-cta .wpb_wrapper {
    max-width: 514px;
    margin: 0 auto;
}
.claustaphobic-purple-cta .wpb_wrapper {
    max-width: 853px;
    margin: 0 auto;
}
.text-with-btn-float-cta {
    padding: 18px 0;
}
.text-with-btn-float-cta .wpb_content_element {
    margin-bottom: 0;
}
.text-with-btn-float-cta p.white {
    -webkit-font-smoothing: antialiased;
    margin-right: 20px;
    line-height: 18px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
.bakery .mom-row .container,
.bakery .back-in-my-day .container {
    height: 380px;
}
.mom-row h5.blue.tiny-header {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    padding-top: 0;
}
.span6-column-spacing-hack {
    padding: 0px 50px !important;
}
.home-plax .wpb_content_element,
.span6-column-spacing-hack .wpb_content_element {
    margin-bottom: 0 !important;
}
.home-plax {
    height: 500px;
}
.home-plax h4 {
    margin-bottom: 24px;
}
@media (max-width: 480px) {
    .home-plax {
        background: url(/wp-content/uploads/2018/07/Upcoming-Events-Mobile.jpg) !important;
        background-position: top right !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 300px !important;
    }
}
.gif-col.history-gif h2 {
    /*max-width: 439px;*/
    /*padding: 40px;*/
    position: relative;
    left: 50px;
    top: 30px;
}
.gif-col.history-gif h2 a:hover {
    color: #FFF !important;
}
.gif-col.history-gif.col-bg-img h2 a {
    text-shadow: 0px 0px 15px #000;
    line-height: 64px;
    font-size: 60px;
}
.gif-col a.promo-link:hover h2 a {
    transition: all 0.2s ease-in-out;
    letter-spacing: 1.3px;
}
.gif-col.history-gif.vc_col-has-fill>.vc_column-inner {
    padding-top: 0;
}
a.plain-pink-link {
    text-decoration: underline;
    color: #D94C81 !important;
    position: relative;
    top: 10px;
}

.svc-insta-item.vcyt-col-md-15.vcyt-col-sm-4.vcyt-col-xs-12.social-feed-element.opacity0,
.svc-insta-item.vcyt-col-md-15.vcyt-col-sm-15.vcyt-col-xs-12.social-feed-element.opacity0 {
    opacity: 1 !important;
}

/* Home Responsive */

@media (max-width: 979px) {
    .countdown-row .container {
        width: 95%;
    }
    .counter-right-col .wrap {
        padding-right: 0;
        padding-left: 1em;
    }
    .countdown-row h4 {
        line-height: 36px;
        font-size: 28px;
    }
    .counter-block p.cb-inner {
        font-size: 14px;
    }
}

@media (max-width: 979px) and (min-width: 769px) {
    .bakery .text-with-btn-float-cta p.white {
        font-size: 16px;
    }
    .purple-cal-cta .wpb_wrapper {
        max-width: 623px;
    }
    .smiles-tickets-cta .wpb_wrapper {
        max-width: 620px;
    }
    .concert-lineup-cta .wpb_wrapper {
        max-width: 455px;
    }
    .claustaphobic-purple-cta .wpb_wrapper {
        /*max-width: 853px;*/
        /*margin: 0 auto;*/
    }
    h4 span.lrg {
        -webkit-font-smoothing: antialiased;
        text-shadow: 0px 0px 15px #000;
        line-height: 30px;
        font-size: 32px;
    }
    .box-thirds h4 span.med {
        line-height: 28px;
        font-size: 24px;
    }
    .box-thirds h4 span.smol {
        line-height: 24px;
        font-size: 14px;
    }
    .gif-col.history-gif.col-bg-img h2 a {
        line-height: 36px;
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    body .bakery p {
        line-height: 24px;
        font-size: 14px;
    }
    .bakery .box-thirds.home-one .container,
    .bakery .box-thirds.home-two .container,
    .bakery .box-thirds.home-three .container,
    .bakery .box-thirds.home-four .container,
    .bakery .back-in-my-day .container,
    .bakery .mom-row .container {
        height: auto;
    }
    .col-bg-img {
        height: 600px;
    }
    .span6-column-spacing-hack {
        padding: 30px !important;
    }
    .countdown-row p.white,
    .countdown-row h4 {
        text-align: center;
    }
    .countdown-row h4 {
        margin-top: 8px;
        margin-bottom: 18px !important;
    }
    .home-plax {
        align-items: center;
        display: flex;
    }
    .home-plax h4 span.lrg  {
        line-height: 62px;
        font-size: 54px;
    }
    .text-with-btn-float-cta {
        text-align: center;
    }
    .text-with-btn-float-cta p.white {
        margin-bottom: 13px;
        font-weight: 600;
        margin-right: 0;
        font-size: 16px;
    }
    .claustaphobic-purple-cta p.white {
        text-align: center;
    }
    .gallery-placeholders-lol .wpb_column.vc_column_container.vc_col-sm-2 {
        background-position: center;
        margin: 9px 1.5%;
        height: 95px;
        width: 30.3%;
        float: left;
    }
}

@media (max-width: 480px) {
    .home-banner {
        background: url(/wp-content/uploads/2018/07/Hero-FPO-Mobile.jpg) !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        padding-top: 28px !important;
        height: 286px !important;
    }
    .home-banner h1.white {
        margin-bottom: 6px;
        line-height: 42px;
        font-size: 36px;
    }
    p.white.banner-date {
        -webkit-font-smoothing: antialiased;
        margin-bottom: 32px;
        font-size: 24px;
    }
    .col-bg-img {
        height: 380px;
    }
    .gif-col a.promo-link:hover h2 a {
        letter-spacing: 0 !important;
    }
    .counter-right-col {
        margin-top: 9px;
        position: relative;
        left: -6px;
    }
    .countdown-row p.white,
    .countdown-row h4 {
        text-align: center;
    }
    .bakery .vc_row.countdown-row {
        padding-bottom: 21px;
        padding-top: 16px;
    }
    .counter-block p.cb-inner {
        font-size: 12px;
    }
    p.cb-inner {
        padding: 8px;
    }
    .home-plax h4 span.lrg {
        line-height: 40px;
        font-size: 33px;
    }
    .back-in-my-day .gif-col.history-gif {
        height: 250px;
    }
    .back-in-my-day br {
        display: none;
    }
    .gif-col.history-gif h2 {
        max-width: 220px;
        left: 30px;
        top: 30px;
    }
    .gif-col.history-gif.col-bg-img h2 a {
        line-height: 51px;
        font-size: 45px;
    }
    .text-with-btn-float-cta p.white {
        font-size: 11.519999px;
    }
}


/* Visit Page */

.bakery .just-text {
    padding: 40px 0px;
}
.just-text .wpb_content_element {
    margin-bottom: 0;
}
.sub-plax {
    align-items: center;
    display: flex;
    height: 500px;
}
.sub-plax h4 {
    margin-bottom: 32px;
}
@media (max-width: 480px) {
    .sub-plax {
        background: url(/wp-content/uploads/2018/07/Bottom-CTA-Mobile.jpg) !important;
        background-position: top right !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 300px !important;
    }
}
body:not(.home) .row.default-header.not-lazy {
    align-items: center;
    display: flex;
}
body:not(.home) .row.default-header .row.page-title {
    width: 100%;
}
body:not(.home) .row.default-header .wrapper {
    max-width: 1245px;
    margin: 0 auto;
    width: 87%;
}
body:not(.home) .row.default-header h1 {
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 15px #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 80px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 62px;
    color: #FFF;
}
/* Top Banners without a banner - feels bad man. */
#attractions-family-fun-page .default-header,
#food-concessionaire-page .default-header,
#grand-stand-series-page .default-header,
#creative-contests-page .default-header,
#livestock-entries-page .default-header,
#statutory-notices-page .default-header,
#cooking-contests-page .default-header,
#eating-contests-page .default-header,
#online-contests-page .default-header,
#events-by-venue-page .default-header,
#events-by-type-page .default-header,
#join-our-crew-page .default-header,
#internships-page .default-header,
#thank-you-page .default-header,
#whats-new-page .default-header,
#read-ride-page .default-header,
#auctions-page .default-header,
#shopping-page .default-header,
#calendar-page .default-header,
#rodeo-page .default-header,
#media-page .default-header,
#art-page .default-header,
.default-header.single-event {
        background: url(/wp-content/uploads/2020/08/page-header-background-2.png) !important;
        background-position: top right !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 200px !important;
}

/* Accordions */

.accordion-row h4.vc_tta-panel-title {
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-family: Roboto;
    background: #D94C81;
    font-weight: 400;
    font-size: 15px;
}
.accordion-row h4:not(.vc_tta-panel-title) {
    border-left: 2px solid #D1D1D1;
    font-family: Roboto Condensed;
    padding-left: 16px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 32px;
}
.accordion-row h4.vc_tta-panel-title a {
    color: #FFF !important;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    transition: all 0.2s ease-in-out;
    width: 12px !important;
    left: 7px !important;
}
.wpb-js-composer .accordion-row .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    transition: all 0.2s ease-in-out;
    height: 12px;
    top: 7.3px;
}
.accordion-row i {
    height: 30px !important;
    width: 30px !important;
    border: 2px solid #FFF;
    border-radius: 5px;
}
i.vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
i.vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
    border-color: #FFF !important;
}

.accordion-row .vc_col-sm-3 ul {
    padding-left: 18px;
    padding-top: 12px;
    list-style: none;
}

.accordion-row h4.vc_tta-panel-title:hover {
    transition: all 0.3s ease-in-out;
    background: #204999;
}
.accordion-row .vc_active .vc_tta-panel-heading h4.vc_tta-panel-title {
    transition: all 0.3s ease-in-out;
    background: #FFF;
}
.accordion-row .vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a {
    color: #000 !important;
}
.accordion-row .vc_active h4.vc_tta-panel-title,
.accordion-row .vc_active h4.vc_tta-panel-title i.vc_tta-controls-icon.vc_tta-controls-icon-plus,
.wpb-js-composer .bakery .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .accordion-row .vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.accordion-row .vc_active h4.vc_tta-panel-title i.vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.accordion-row .vc_active h4.vc_tta-panel-title i.vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
    border-color: #D94C81 !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-width: 2px;
}
#concert-history-page .accordion-row p {
    line-height: 24px;
    margin-top: 16px;
    font-size: 13px;
}
@media (max-width: 768px) {
    #concert-history-page .accordion-row .vc_tta-panel-body .vc_column-inner {
        min-height: 556px;
    }
}
/*.wpb-js-composer .accordion-row .vc_tta.vc_tta-spacing-30 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,*/
/*.wpb-js-composer .accordion-row .vc_tta.vc_tta-spacing-30 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {*/
    /*margin-top: 16px !important;*/
/*}*/
@media (max-width: 767px) and (min-width: 481px) {
    body#concert-history-page .accordion-row .vc_column-inner .wpb_text_column .wpb_wrapper {
        display: flex;
    }
}

@media (max-width: 767px) {
    .accordion-row .wpb_column.vc_column_container.vc_col-sm-3 {
        float: left;
        width: 50%;
    }
    .bakery .accordion-row .container {
        width: 95%;
    }
    .wpb-js-composer .accordion-row .vc_tta.vc_general .vc_tta-panel-body {
        padding: 0px 8px;
    }
    .accordion-row h4:not(.vc_tta-panel-title) {
        padding-left: 5px;
        font-size: 18px;
    }
    .accordion-row .vc_col-sm-3 ul {
        padding-left: 8px;
        padding-top: 4px;
    }
}

@media (max-width: 480px) {
    .wpb-js-composer .accordion-row .vc_tta.vc_tta-spacing-30 .vc_tta-panel.vc_active .vc_tta-panel-heading {
        margin-bottom: 18px;
    }
    .accordion-row h4.vc_tta-panel-title {
        line-height: 16px !important;
        letter-spacing: 0;
        font-size: 12px;
    }
    h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a span {
        padding: 0 5px;
    }
    .accordion-row .vc_col-sm-3 ul li {
        line-height: 24px;
        font-size: 14px;
    }
}

/* Venue Rentals */

.claustaphobic-purple-cta.text-with-btn-float-cta {
    padding: 18px 0px 0px 0px;
}
.claustaphobic-purple-cta p.white {
    max-width: 522px;
    line-height: 32px;
}
p.tiny {
    font-size: 10px;
}
.attach-to-upper-row .wpb_content_element {
    margin-bottom: 8px;
}
.span6-column-spacing-hack.vc_col-has-fill>.vc_column-inner {
    padding-top: 0;
}
.span6-column-spacing-hack h2.blue {
    margin-bottom: 0;
}
.venue-rental-video-embed h4.white {
    margin-bottom: 24px;
}
.massive {
    font-size: 72px;
}
ul.pink-star-list {
    padding-left: 50px;
}
ul.pink-star-list li {
    position: relative;
    list-style: none;
}
ul.pink-star-list li:before {
    font-family: FontAwesome;
    position: absolute;
    content: '\f005';
    font-size: 18px;
    color: #D94C81;
    left: -30px;
    top: -0.5px;
}
.thirds-dl-buttons .vc_col-sm-4 {
    padding: 0 1%;
}

/* History Page */

@media (min-width: 769px) {
    .has-col-bg-img.elvis-row .container {
        height: 530px;
    }
}
@media (min-width: 769px) and (max-width: 979px) {
    body .span6-column-spacing-hack p,
    body .span6-column-spacing-hack li {
        line-height: 28px;
    }
}

/* Concerts Page */

#concerts-page h4.blue {
    font-size: 38px;
    line-height: 46px;
}
.blue-bg-white-heading-row .wpb_content_element {
    margin-bottom: 0;
}
.blue-bg-white-heading-row h2.white {
    line-height: 60px;
    font-size: 54px;
}
@media (min-width: 769px) {
    .bakery .forty-sixty-override-left.vc_col-sm-6 {
        padding: 0 1%;
        width: 40%;
    }
    .bakery .forty-sixty-override-right.vc_col-sm-6 {
        padding: 0 1%;
        width: 60%;
    }
}
.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_wrapper .wpb_video_wrapper {
    padding-top: 54%;
}
.bakery .concerts-row .wpb_content_element {
    margin-bottom: 12px;
}
.bakery .concerts-row p.tickets-text {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 28px;
}
h2.stay-tuned {
    color: #D94C81;
}

/* Directions & Parking */

@media (min-width: 769px) {
    .map-row.has-col-bg-img .container {
        height: 640px;
    }
}

.parking-info-row .vc_col-sm-4 .wpb_text_column {
    max-width: 400px;
    padding: 40px 0;
    margin: 0 auto;
}

.parking-info-row .vc_col-sm-4 .wpb_text_column p {
    margin-bottom: 14px;
    line-height: 24px;
    font-size: 14px;
}
.parking-info-row .vc_col-sm-4 .wpb_content_element {
    margin-bottom: 10px;
}

.parking-info-row .vc_col-sm-4 .wpb_text_column h3 {
    margin-bottom: 3px;
}

.parking-info-row .vc_col-sm-4 .wpb_text_column h4 {
    padding-top: 4px;
}

/* Field Trips */

@media (min-width: 769px) {
    .goat-girl-row .container {
        height: 380px;
    }
}

/* Media Marketing */

.media-logos a.btn-bt {
    display: inline-block;
}

@media (min-width: 769px) {
    .wpb_text_column.logo-block {
        min-height: 185px !important;
    }
}

.market-form .span6 {
    padding: 0 1%;
}

@media (max-width: 769px) {
    .market-form .span6 {
        width: 100%;
    }
    .market-form {
	    padding-bottom: 100px;
    }
    .market-form .span6.left .wpcf7-form-control-wrap:last-child {
        position: absolute;
        bottom: 0px;
        left: 0;
    }
}



/* Livestock Entries */

@media (min-width: 980px) {
    .dual.accordion-row .vc_col-sm-6:first-child {
        padding-right: 1%;
    }
    .dual.accordion-row .vc_col-sm-6:last-child {
        padding-left: 1%;
    }
}

.accordion-row .rules-panel .vc_inner {
    clear: both;
}

@media (max-width: 979px) {
    .dual.accordion-row .container {
        display: inherit;
    }
    .dual.accordion-row .vc_col-sm-6 {
        width: 100%;
        float: none;
    }
}

/*Contact Form 7 Stylings*/

.left-side{
	width: 50%;
	float: left;
	padding-right: 10px;
}
.right-side{
	width: 50%;
	float: left;
	padding-left: 10px;
}
.special-sauce{
	padding-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #7d3d97;
    letter-spacing: 0px;
    color: #fff;
    box-shadow: 4px 4px 0 0 #204999;
    font-family: Roboto Condensed;
    text-align: center;
    font-weight: 700;
    transition: 0.3s;
}

/* Single Event Template  */

.single-event_post_type div#content {
    padding: 0;
}
.single-event_post_type .smiles-tickets-cta.text-with-btn-float-cta {
    background: #7d3d97;
}
.single-event_post_type .smiles-tickets-cta.text-with-btn-float-cta .wpb_column.vc_column_container.vc_col-sm-12,
.single-event_post_type .sub-plax.add-parallax .wpb_column.vc_column_container.vc_col-sm-12 {
    margin: 0 auto;
}
.single-event_post_type .sub-plax.add-parallax {
    background-image: url(/wp-content/uploads/2018/07/Bottom-CTA.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.date-time-box {
    width: 100%;
}

/* Events accordion */

.span6.right.date-time.span6-column-spacing-hack {
    padding-top: 1em !important;
}
h4.accordion-toggle {
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 14px;
    font-family: Roboto;
    background: #D94C81;
    border-radius: 3px;
    text-align: center;
    position: relative;
    padding: 12px 20px;
    line-height: 15px;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
}
h4.accordion-toggle::before {
    -webkit-font-smoothing: antialiased;
    padding: 5px 3px 4px 4.5px;
    font-family: FontAwesome;
    border: 1px solid #FFF;
    border-radius: 3px;
    position: absolute;
    content: '\f067';
    font-weight: 400;
    font-size: 16px;
    top: 16.8%;
    left: 8px;
}
#accordion .accordion-content {
    padding-bottom: 24px;
    display: none;
}
#accordion h4.accordion-toggle.active {
    transition: all 0.3s ease-in-out;
    background: #FFF;
    color: #000;
}
h4.accordion-toggle.active::before {
    content: '\f068';
    color: #D94C81;
}
#accordion h4.accordion-toggle.active,
#accordion h4.accordion-toggle.active::before {
    border: 1px solid #D94C81;
}
.event_dubs p span {
    font-weight: 600;
}
.event_dubs p {
    margin-bottom: 7px;
}
.event_dubs p {
    margin-bottom: 0px !important;
    line-height: 30px;
}
.event-description p {
    margin-bottom: 0;
}
.single-event-ticket-btn {
    margin-top: 12px;
}
.event-video {
    padding: 40px 0px;
}
.event-video h2 {
    padding-top: 0;
}
.event-video h2 {
    /*padding-bottom: 20px;*/
}
.bakery .event-video .container {
    display: block !important;
}
.event-video iframe {
    width: 100%;
    height: 600px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .single-event-wrapper .span6 {
        width: 100%;
        float: none;
    }
}

.single-event-wrapper .feat-img-box {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    height: 440px;
}

#back-arrow {
    transform: translateY(-50%);
    background-color: #00A0CB;
    border-radius: 50%;
    position: absolute;
    padding: 5px 18px;
    font-size: 40px;
    color: #000;
    right: 0;
    top: 50%;
}

#back-arrow:hover {
    cursor: pointer;
}

#back-arrow:focus {
    outline: 2px dotted black;
}

/* Contests Page */

.col-padd .wpb_column {
    padding: 0 1%;
}

/* Shopping Page */

@media (min-width: 769px) {
    .smiley-shoppers-row .container {
        height: 470px;
    }
}

/* Grandstand Series Page */

@media (min-width: 769px) {
    .demo-derby-row .container {
        height: 470px;
    }
}

/* Grandstand Series Page */

@media (min-width: 769px) {
    .ferris-wheel-row .container {
        height: 470px;
    }
}

/* Food & Drink Page */

@media (min-width: 769px) {
    .food-drink-row .container {
        height: 470px;
    }
}

.bakery .food-drink-row .col-bg-img .vc_column-inner {
    background-position: center bottom !important;
}


/* Sponsors Page */
.LOL-IMG-ROW img {
    max-height: 122px;
    width: auto;
}

/* New Blog Page Styles */

.vmg-post-category {
    margin: 25px 0 10px 0;
}

.blog-featured-post .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.blog-featured-post .vc_gitem-zone-a {
    height: 400px;
}

.featured-post-button .featured-post-button {
    background-color: #00A0CB!important;
    font-size: 20px!important;
    text-transform: uppercase;
    font-family: Roboto Condensed;
    font-weight: 700;
    box-shadow: 4px 4px 0 0 #204999!important;
    transition: 0.3s!important;
}

/* Single Blog */

.single.single-post .entry-meta .byline,
.single.single-post #comments,
.single.single-post #respond,
.single.single-post .entry-footer {
    display: none;
}
.single.single-post .entry-meta p {
    line-height: 28px !important;
    pointer-events: none;
    margin-bottom: 0;
    cursor: default;
}
.single.single-post .entry-header {
    padding-bottom: 0;
}
.single.single-post #content {
    padding-top: 0;
}
.single.single-post .bakery {
    /*padding-top: 40px;*/
}
.single.single-post #secondary,
.single.single-post #primary {
    padding-top: 40px;
}
.single.single-post #secondary {
    display: block;
}
.single .smiles-tickets-cta {
    background: #d94c81;
}
.single .smiles-tickets-cta .container {
    max-width: 754px;
}
.single .sub-plax.add-parallax {
    background-image: url(/wp-content/uploads/2018/07/Bottom-CTA.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: 40px;
}
.single .bakery .sub-plax .container {
    max-width: 983px;
}
.single footer {
    margin-top: 0;
}
.single .entry-meta {
    margin: 24px 0 15px 0;
} 
.single .entry-meta span.posted-on {
    font-family: Roboto, sans-serif;
}

#secondary[aria-label="Blog Sidebar"] .widget-title {
    font-size: 1rem;
}

@media (min-width: 769px) {
    .single.single-post #secondary {
        padding-left: 4%;
    }
}

/* Blog Category Archive Pages */

.archive.category .wrap {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
}

.archive.category .page-header {
    background-color: #DC4880;
    margin-bottom: 2em;
    padding-bottom: 0;
}

body.archive.category .page-title {
    text-align: center;
    line-height: 1.2;
    padding: 0.5em 0;
}

body.archive.category.has-sidebar:not(.error404) #primary {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    width: 100%;
}

.archive.category #main {
    flex-wrap: wrap;
    display: flex;
}

.archive.category .site-main > article {
    width: calc(100% / 3);
    margin-bottom: 35px;
    min-height: unset;
    float: none;
}

.archive.category .post-thumbnail img {
    min-height: unset;
}

.archive.category .post-thumbnail {
    margin-bottom: -7px;
}

.archive.category article .entry-meta,
.archive.category article .entry-title,
.archive.category article .entry-header,
.archive.category article .entry-content {
    background-color: #f9f9f9 !important;
}

.archive.category .entry-title a,
.archive.category .entry-meta a {
    box-shadow: none;
}

.archive.category h2,
.archive.category .entry-date{
    text-align: center;
    display: block;
}   

.archive-category h2 {
    padding-top: 10px;
}

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

@media (max-width: 970px) {
    .archive.category .site-main > article {
        width: calc(100% / 2);
    }

    .category-buttons .flex {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .category-buttons .flex .btn-bt {
        width: 100%;
        max-width: 300px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    body.archive.category .page-title {
        line-height: 32px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .archive.category .site-main > article {
        margin: 0 auto;
        width: 90%;
    }
}

/* Tax  Category Archive Pages */

.archive.tax-venue-category .wrap {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
}

.archive.tax-venue-category .page-header {
    background-color: #DC4880;
    margin-bottom: 2em;
    padding-bottom: 0;
}

body.archive.tax-venue-category .page-title {
    text-align: center;
    line-height: 1.2;
    padding: 0.5em 0;
}

body.archive.tax-venue-category.has-sidebar:not(.error404) #primary {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    width: 100%;
}

.archive.tax-venue-category #main {
    flex-wrap: wrap;
    display: flex;
}

.archive.tax-venue-category .site-main > article {
    width: calc(100% / 3);
    margin-bottom: 35px;
    min-height: unset;
    float: none;
}

.archive.tax-venue-category .post-thumbnail img {
    min-height: unset;
}

.archive.tax-venue-category .post-thumbnail {
    margin-bottom: -7px;
}

.archive.tax-venue-category article .entry-meta,
.archive.tax-venue-category article .entry-title,
.archive.tax-venue-category article .entry-header,
.archive.tax-venue-category article .entry-content {
    background-color: #f9f9f9 !important;
}

.archive.tax-venue-category .entry-title a,
.archive.tax-venue-category .entry-meta a {
    box-shadow: none;
}

.archive.tax-venue-category h2,
.archive.tax-venue-category .entry-date{
    text-align: center;
    display: block;
}   

.archive.tax-venue-category h2 {
    padding-top: 10px;
}

.archive.tax-venue-category #content {
    padding-top: 0;
}

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

@media (max-width: 970px) {
    .archive.tax-venue-category .site-main > article {
        width: calc(100% / 2);
    }

    .category-buttons .flex {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .category-buttons .flex .btn-bt {
        width: 100%;
        max-width: 300px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    body.archive.tax-venue-category .page-title {
        line-height: 32px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .archive.tax-venue-category .site-main > article {
        margin: 0 auto;
        width: 90%;
    }
}
/* New Link styling help */

body .entry-content p a {
    border-bottom: 1px solid #00A0CB;
    box-shadow: inset 0 -1px #00A0CB;
}   

body .entry-content p a:hover {
    color: #003DA5;
    border-bottom: 1px solid #003Da5;
    box-shadow: inset 0 -1px #003DA5;
}   

/* Header banner help */

.banner {
    background-image: url(/wp-content/uploads/2020/08/header-banner-1.png);
    background-repeat: none;
    padding: 20px 0; 
	margin: 0 0 35px;
}

.banner .flex {
    align-items: center;
    display: flex;
}

.banner-button {
    margin: 0 100px 0 auto;
}

.banner-text {
    margin: 0 0 0 35px;
	color: white;
	text-shadow: 0px 0px 10px #000;
}

a.btn-bt.default.banner-button {
   display: none;
}

@media (max-width: 480px) {
    .banner-button {
        margin:0 2rem 0 auto;
    }

    .banner-text {
        margin: 0 0 0 2rem;
    }   

    .banner-button .ticket-img {
        display: none;
        padding: 0 15px;
    }
}

/* Accessibility */

#site-navigation #top-menu > li:focus-within > ul {
 left: 0;
}

.sub-menu .menu-item-has-children:focus-within .sub-menu {
    left: 100%;
}

/* Search Page */

.has-sidebar.search #primary {
    width: 100%;
    float: none;
}

.search .page-header {
    padding-bottom: 0;
}

body.search .page-header .page-title {
    text-align: center;
    margin-bottom: 0;
    padding: 50px 0;
    line-height: 1;
    font-size: 3em;
}

.search .page-header {
    background-color: #DB4981;
}

.search .site-content {
    padding-top: 0;
}

.search .wrap {
    margin-top: 35px;
}

.search .site-main > article {
    min-height: unset;
}

body a.btn-bt.default {
    background-color: #7d3d97;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    body:not(.home) .row.default-header h1 {
        line-height: 53px;
        font-size: 36px;
    }
    .home-banner h1.white {
        -webkit-font-smoothing: antialiased;
        line-height: 54px;
        font-size: 40px;
    }
}

@media (max-width: 979px) {
    ul.sub-menu.toggled-on {
        background: transparent !important;
        border-left: 2px solid #FFF;
        width: 100% !important;
    }
    .vc_grid.vc_row .vc_grid-item {
        z-index: 0 !important;
    }
}

@media (max-width: 768px) {
    .forty-sixty-override-left.vc_col-sm-6,
    .forty-sixty-override-right.vc_col-sm-6 {
        margin-bottom: 30px;
    }
    .claustaphobic-purple-cta p.white {
        text-align: center !important;
        line-height: 24px;
        max-width: none;
    }
    .claustaphobic-purple-cta.text-with-btn-float-cta {
        padding: 20px 0px 0px 0px;
    }
    .attach-to-upper-row {
        padding-bottom: 20px;
        padding-top: 16px;
    }
    body:not(.home) .row.default-header h1 {
        line-height: 48px;
        font-size: 32px;
    }
    .textwidget .top-widget-icons {
        position: absolute;
        float: none;
        right: 15px;
    }

    #mi-casa .mom-row .col-bg-img {
        height: auto;
    }
    div[id="smiles-tickets-cta text-with-btn-float-cta"] .white {
        padding-top: 45px;
    }
}

@media (max-width: 480px) {
    .home-banner h1.white {
        line-height: 36px;
        font-size: 22px;
    }
    body:not(.home) .row.default-header h1 {
        text-align: center;
        line-height: 32px;
        font-size: 24px;
    }
    h4 span.lrg {
        line-height: 36px;
        font-size: 32px;
    }
    .bakery .just-text {
        padding: 28px 0px;
    }
    h2.blue {
        margin-bottom: 8px;
        line-height: 28px;
        font-size: 24px;
    }
    #concerts-page h4.blue {
        line-height: 28px;
        font-size: 24px;
    }
    .blue-bg-white-heading-row h2.white {
        -webkit-font-smoothing: antialiased;
        line-height: 32px;
        font-size: 22px;
    }
    #online-contests-page h2.blue {
        font-size: 25px;
    }
}

/* Hiding a bunch of things for 2019 launch */
.sub-plax h4.white {
    display: none;
}

.smiles-tickets-cta.text-with-btn-float-cta {
    display: none;
}
