
/* temporary fix for WPR menu falling behind fixed header area 20171123 -gs */
.cbp-spmenu-push #mg-wprm-wrap.cbp-spmenu-top {
    position: fixed !important;
}

/* ----- SITE-WIDE ----- */


.photo-frame {
    border: 4px solid white;
    box-shadow: 0px 0px 4px #999;
}

.gform_wrapper.gf_browser_chrome .gform_body {
    width: calc(100%);
}

.clc-invisible {
    display: none !important;
}


/* CONTAINERS */

#wt_site_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100vh;
    width: 100%;
    background-size: cover !important;
}

.admin-bar .site-container {
    min-height: calc(100vh - 46px);
}

.admin-bar .wellmont-home-title-bar {
    top: 123px;
}

@media only screen and (min-width: 783px) {
    .admin-bar .site-container {
        min-height: calc(100vh - 32px);
    }
    .admin-bar .wellmont-home-title-bar {
        top: 148px;
    }
}

html, body {
    height: inherit;
    font-family: 'Karla', 'Arial', sans-serif;
}

.site-inner {
    margin-top: 60px !important;
    padding: 0;
    margin-bottom: 160px;
    min-height: calc(100vh - 294px);
}

.wrap {
    max-width: 1275px;
    margin: auto;
}

.content {
    width: 100%;
}

.content-sidebar .content {
    margin-right: 30px;
}

.content article.entry {
    border: 6px solid white;
    background: rgba(255,255,255,.85);
    padding: 15px;
    margin-top: 30px;
}

.sidebar {
    flex-basis: 300px;
    flex-shrink: 0;
    max-width: 300px;
    margin: auto;
    float: inherit;
    margin-top: 30px;
    clear: both;
}

.sidebar .widget {
    padding: 0;
    margin-bottom: 15px;
}

.sidebar .wellmont-all-shows-and-search {
    margin-left: 0;
    flex-direction: column;
    margin-top: -15px;

}

.wellmont-all-shows-and-search a.button {
    width: 100%;
    height: inherit !important;
    font-weight: bold;
}

section#text-6 {
    padding-top: 15px;
}

.sidebar .wellmont-find-a-show {
    margin-top: 15px;
    margin-left: 0;
    padding: 16px;
}

/* For "Stay in the Loop" form on Pharmacie page only 20180131 -gs */
section#gform_widget-3 {
    padding: 20px;
    background: rgba(255,255,255,.8);
    border: 6px solid white;
}






/* PAGE TEMPLATES */

.page-template-page-no-bg-php .entry {
    padding: 0;
    border: none;
    background: none;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Karla', 'Arial', sans-serif;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4, h5, h6 {
    font-size: 1em;
}

.entry-title, h1, h2 {
    margin-top: 0;
}



/* LINKS/BUTTONS */
a {
    color: #C30303;
    text-decoration: none;
}

a:hover {
    color: red;
}

.post-edit-link {
    display:none;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #C30303;
    font-weight: bold;
    text-transform: uppercase;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus{
    background-color: #FF0000;
}

button.no-hover-button:hover {
    background-color: #C30303;
    cursor: default;
}

.fevo-button {
    margin: -20px 0 0 0 !important;
}

.fevo-subtext {
    text-align: center;
    margin: 3px 0 0 0;
    font-style: italic;
}

a.manual-optin-trigger {
    color: white;
    position: relative;
    top: 5px;
}

a.manual-optin-trigger:hover {
    color: #ff0000;
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
    padding: 16px 24px !important;
}

input {
    padding: 3px;
}



/* TITLES */
.entry-title {
    font-size: 1.4em !important;
}

@media only screen and ( min-width: 768px ) {

    .entry-title {
        font-size: 2.4em !important;
    }

}


.entry-title, h1, h2 {
    font-weight: 800;
    text-transform: uppercase;
    color: white !important;
    background: black;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1em;
    padding: 10px;
}

.title {
    font-weight: bold;
}





/* Navigation - Top Menu */

#wprmenu_bar {
    z-index: 9999;
}

.title-area {
    background-position: center !important;
    padding: 0;
    text-align: center;
    width: 100%;
}




/* Logo & Navigation - Header Menu */

.ubermenu-submenu {
    padding-top: 15px !important;
}

.ubermenu .ubermenu-target {
    padding: 0 15px 15px;
}

/* Navigation - Primary Menu */


/* Navigation - Secondary Menu */



/* SHOWS - UPCOMING TILES */

.wt-presale {
    margin-bottom: 0;
    clear: left;
    font-size: 0.9em;
}

.wt-onsale {
    margin-bottom: 9px;
    clear: left;
    font-size: 0.9em;
}

ul.alm-listing, .home-just-announced {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 22px 0;
    gap: 22px;
}

@media only screen and ( min-width: 1280px ) {

    ul.alm-listing, .home-just-announced {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 22px 0;
    }

}

.show_widget_container {
    position: relative;
    width: 302px;
    height: 464px;
    display: block;
    overflow: hidden;
    border: 1px solid #323031;
}
/*

 and ( max-width: 1349px ) {

    .show_widget_container {
        width: 284px;
    }

}
*/

.show_widget_container, .show_widget_hover {
    overflow: hidden;
}

.show_widget_artist_img img {
    width: 100%;
}

.show_widget_ribbon {
    transform: rotate(-45deg);
    margin-top: -224px;
    margin-right: -88px;
    text-align: center;
    font-size: 42px;
    background-color: #C30303;
    text-transform: uppercase;
    color: white;
}

.show_widget_hover {
    position: absolute;
    z-index: 99;
    bottom: -346px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    float: left;
    margin-right: 0px;
    display: block;
    overflow: hidden;
    height: 431px;
}

.show_widget_hover a {
    text-decoration: none !important;
}

.show_widget_hover a:hover {
    color: white;
    text-decoration: underline !important;
}

.show_widget_container:hover > .show_widget_hover, .show_widget_hover_addclass {
    display: block;
    height: 465px;
    bottom: 0;
}

.show_widget_date_hover {
    width: 100%;
    background: rgba(0,0,0,0.9);
    font-size: 52px;
    color: white;
    text-align: center;
    padding: 8px;
    font-weight: 700;
    line-height: 1em;
    height: 85px;
    text-transform: uppercase;
}

span.wt-show-date-year {
    font-size: 24px;
    position: relative;
    z-index: 999;
    top: -25px;
}

.show_widget_container:hover > .show_widget_hover .show_widget_date_hover {
    background: rgba(0,0,0,.9);
}

.show_widget_content_hover {
    background: rgba(0,0,0,.9);
    color: white;
    height: 262px;
    padding: 0px 20px 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.show_widget_content_hover a {
    width: 100%;
    text-align: center;
    color: white;
}

.presents_text {
    font-weight: normal;
    font-size: 12px;
}

.show_widget_show_title_hover {
    font-size: 32px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0px;
    letter-spacing: -1px;
}

.support-title {
    margin-bottom: 0px;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
}

.support-artists {
    font-size: 16px;
}

ul.support_artists {
    margin-bottom: 10px;
    margin-left: 40px;
}

.sidebar li {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.show_widget_show_time_hover {
    font-size: 28px;
    text-align: center;
    margin-bottom: 0px;
    line-height: .8em;
}

.show_widget_door_time_hover {
    bottom: 110px;
    padding-bottom: 6px;
    font-size: 14px;
    text-align: center;
}

.show_widget_show_time_hover .door-time-label {
    font-size: .4em;
}

.show_widget_show_time_hover .show_widget_show_time_hover {
    line-height: .7em;
    padding: 10px 0;
}

.show_widget_buy_tickets_button, .show_details_button {
    position: relative;
}

.show_widget_buy_tickets_button button, .show_details_button button {
    width: 100%;
    font-weight: bold;
    border: none;
    line-height: 1em;
    box-shadow: none;
    border: none !important;
    color: white !important;
}

.show_details_button button {
    background: #565656;
    font-size: 24px;
    font-weight: normal;
    height: 54px;
}

.show_details_button button:hover {
    background: #7B7B7B;
    color: white !important;
}

.show_widget_buy_tickets_button button {
    background: #C30303;
    font-size: 28px;
    height: 64px;
    border: none !important;
    color: white !important;
}

.show_widget_buy_tickets_button button:hover {
    background: #FF0000;
    color: white !important;
}

.show_widget_artist_img:after {
    content: '';
    position: absolute;
    bottom: 85px;
    left: 50%;
    margin-left: -34px;
    width: 0;
    height: 0;
    border-bottom: solid 35px rgba(0,0,0,0.9);
    border-left: solid 40px transparent;
    border-right: solid 40px transparent;
    z-index: 99;
}



/* SHOWS - SINGLE */

.single_top_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.single_artist_img {
    flex-basis: 300px;
}

.single_top_section_right {
    width: 100%;
}

.wellmont-icon-style-date {
    background: white;
    color: black;
    text-align: center;
    width: 124px;
    padding: 10px;
    border: 2px solid black;
    max-height: 160px;
}

.show_date_day {
    letter-spacing: -1px;
}

.show_date_month {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1em;
    letter-spacing: -1px;
}

.show_date_date {
    font-weight: 800;
    font-size: 4em;
    line-height: 1em;
    margin-top: -10px;
    letter-spacing: -1px;
}

.single_top_section_right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.single_show_title {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -2px;
    width: 100%;
    display: none;
}

.single_door_time {
    font-weight: bold;
}

.single_door_time, .single_show_time {
    line-height: 1em;
    margin-bottom: 8px;
}

.single_tickets_button {
    width: 100%;
    margin-top: 5px;
}

span.single_tickets_button button {
    width: 100%;
    margin-bottom: 15px;
    font-size: 28px;
}

.addtocalendar {
    letter-spacing: -1px;
}

.atcb-link {
    line-height: 1em;
}

.su-spoiler-title, .single-support-artist-no-content {
    font-size: 26px !important;
    padding-left: 42px !important;
    font-weight: bold;
}

.single_artist_img {
    overflow: hidden;
    width: 300px;
    height: 100%;
}

.show_single_ribbon {
    transform: rotate(-45deg);
    margin-top: -135px;
    margin-right: -95px;
    text-align: center;
    font-size: 42px;
    background-color: #C30303;
    text-transform: uppercase;
    color: white;
    display: none;
}

.su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon:before, .su-spoiler-icon-arrow-circle-1 .su-spoiler-icon:before {
    content: "\f025" !important;
    font-size: 36px;
}

.su-spoiler {
    margin-bottom: 0.5em !important;
}

.su-spoiler-style-default > .su-spoiler-content {
    padding-left: 0 !important;
}

h3.wt-single {
    background: black;
    color: white;
    padding: 10px;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

.single-support-artist-img {
    text-align: center;
}

a.single-show-photos-anchor {
    display: block;
    height: 110px;
    margin-top: -110px;
    visibility: hidden;
}

.single-past-show .wellmont-icon-style-date, .single-past-show .wellmont-doors-show-calendar-add {
    display: none;
}

.single-past-show-date {
    display: none;
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
    color: #5f5f5f;
}

.single-past-show .single-past-show-date {
    display: block;
}

/* SHOWS - PAST */

.alm-past-shows {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.wt-past-show {
    margin: 0 10px 20px;
    border: 4px solid black;
    width: 217px;
    background: black;
    text-align: center;
    height: 335px;
}

.show-poster {
    height: 327px;
    overflow: hidden;
}

.wt-past-show .show-photos-button button {
    width: 100%;
}

.wt-past-show .past-show-date {
    background: gray;
    color: white;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin-top: -98px;
    position: relative;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* HOME PAGE */

#wellmont-home-hero-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    justify-content: center;
}

@media only screen and ( min-width: 1280px ) {

    #wellmont-home-hero-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

}

.wellmont-all-shows-and-search {
    flex-basis: 100%;
    order: 2;
    margin-top: 15px;
}

.wellmont-all-shows-and-search a.button {
    font-size: 1.4em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and ( min-width: 768px ) {

    .wellmont-all-shows-and-search a.button {
        max-width: 300px;
    }

}

.wellmont-find-a-show {
    margin-top: 15px;
    background: black;
    padding: 30px;
    text-align: center;
    padding-top: 20px;
}

.wellmont-find-a-show h2 {
    color: white;
    margin: 0;
    line-height: 1em;
    padding-bottom: 15px;
    padding-top: 0;
}

.wellmont-find-a-show input {
    padding: 15px;
}

.wellmont-home-title-bar {
    margin: 15px 15px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #323031 !important;
    background: rgba(255,255,255,1);
    box-shadow: 0 1px 4px #333;
    font-size: 1.6em;
    position: sticky;
    top: 70px;
    z-index: 999;
}

@media only screen and ( min-width: 1280px ) {

    .wellmont-home-title-bar {
        top: 90px;
        margin-right: 0;
        margin-left: 0;
    }

}

.home-just-announced .alm-btn-wrap {
    display: none;
}

.wellmont-tile-ad {
    display: none;
}


/* RESTAURANTS */




/* SEARCH RESULTS */

.show_search_result {
    width: 100%;
    display: block;
    overflow: hidden;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #333;
}

.search_results_artist_img {
    width: 100px;
    float: left;
    margin-right: 15px;
    padding-top: 5px;
}

.show_search_result_title {
    font-size: 2em;
    margin-bottom: 0;
    line-height: 1em !important;
}

.show_search_result_date {
    font-size: .8em;
}

.show_search_results_buy_tickets_button {
    background: #C30303;
    float: right;
    margin: 15px 0 25px 25px;
}

.show_search_results_excerpt {
    margin-bottom: 0;
    line-height: 1.4em;
    padding-top: 10px;
}

.show_search_result .read-more {
    display: none;
}

.alm-reveal li {
    margin-bottom: 25px;
    border-bottom: 1px dotted #333;
    padding-bottom: 25px !important;
}

.alm-reveal p {
    line-height: 1.4em;
}





/* PREFERRED RESTAURANTS */

.page-id-1111 .alm-reveal {
    width: 100%;
}

.page-id-1111 .alm-listing li {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.page-id-1111 button.alm-load-more-btn.done {
    display: none;
}

.page-id-1111 .entry-content ul {
    margin-left: 0;
}

h4.restaurant-name {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
}

h4.restaurant-name a {
    color: black;
}

.restaurant-img {
    float: left;
    min-width: 300px;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.restaurant-img img {
    width: 100%;
    position: relative !important;
}

.restaurant-contact {
    min-width: 200px;
}

.restaurant-address {
    padding-top: 20px;
}

.page-id-1111 #overlay {
    margin-top: -400px;
}

#overlay {
    background: rgba(0,0,0,0.5);
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 0;
    padding-top: 140px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.map-overlay-text {
    position: absolute;
    left: 0;
    right: 0;
}

.map-overlay-text div {
    background-color: rgba(0,0,0,0.5);
    width: 230px;
    text-align: center;
    margin: auto;
    border-radius: 5px;
    padding: 5px 15px;
}





/* POST SINGLE */

.single-post-feat-img {
    text-align: center;
}

.entry-meta {
    display: none;
}


/* ----- INTERIOR PAGES ----- */




/* VIDEO WALL & INTERNAL SCREENS */
#wellmont-video-wall {
    width: 1024px;
    height: 768px;
    position: relative;
    z-index:99999;
    margin: auto;
    overflow:hidden;
}

#wellmont-internal-screens {
    width: 1920px;
    height: 1080px;
    position: relative;
    z-index:99999;
    margin: auto;
}

/*.page-id-512 .content-sidebar-wrap {*/
.page-template-template-video-wall .content-sidebar-wrap {
    position: absolute;
}

/*.page-id-6680, .page-id-289, .page-id-512, .page-id-960 {*/
.page-template-template-video-wall {
    background: black;
}

/*.page-id-6680 #wt_site_bg, .page-id-289 #wt_site_bg, .page-id-512 #wt_site_bg, .page-id-960 #wt_site_bg {*/
.page-template-template-video-wall #wt_site_bg {
    background: black;
}


/*.page-id-6680 .site-header, .page-id-6680 .site-footer, .page-id-6680 #pre-header-sticky-bar, .page-id-6680 #genesis-sidebar-primary, .page-id-6680 .entry-header,
.page-id-289 .site-header, .page-id-289 .site-footer, .page-id-289 #pre-header-sticky-bar, .page-id-289 #genesis-sidebar-primary, .page-id-289 .entry-header,
.page-id-512 .site-header, .page-id-512 .site-footer, .page-id-512 #pre-header-sticky-bar, .page-id-512 #genesis-sidebar-primary, .page-id-512 .entry-header,
.page-id-960 .site-header, .page-id-960 .site-footer, .page-id-960 #pre-header-sticky-bar, .page-id-960 #genesis-sidebar-primary, .page-id-960 .entry-header {  */
.page-template-template-video-wall .site-header, .page-template-template-video-wall .site-footer, .page-template-template-video-wall #pre-header-sticky-bar, .page-template-template-video-wall #genesis-sidebar-primary, .page-template-template-video-wall .entry-header {
    display: none;
}

/*.page-id-6680 .entry, .page-id-289 .entry, .page-id-512 .entry, .page-id-960 .entry { */
.page-template-template-video-wall .entry {
    padding: 0;
    border: none;
    background: none;
}

/*.page-id-6680 .site-inner, .page-id-289 .site-inner, .page-id-512 .site-inner, .page-id-960 .site-inner {*/
.page-template-template-video-wall .site-inner {
    border: none;
    background: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

/*.page-id-6680 .content, .page-id-289 .content, .page-id-512 .content, .page-id-960 .content {*/
.page-template-template-video-wall .content {
    width: 100%;
}



/* FEATURED SHOWS LIST SHORTCODE FOR USE IN SIDEBAR */

#custom_html-3 {
    text-align: center;
    line-height: 1.1em;
    font-size: 1.2em;
    font-weight: bold;
    padding: 20px;
    background: rgba(255,255,255,.8);
    border: 6px solid white;
}

#custom_html-3 .widget-title {
    font-size: 2em;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: .8em;
}

.featured-shows-text-list .show-date {
    font-size: .8em;
    font-weight: 100;
    text-transform: uppercase;
}






/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 435px) { /* 4px - phone landscape */

    .single_artist_img {
        height: 464px;
    }

    .show_single_ribbon {
        display: block;
        margin-right: -110px;
        margin-top: -136px;
    }
}

@media only screen and (min-width: 30em) { /* 480px - phone landscape */
    /* ----- SITE-WIDE ----- */
    .hide-above-480 {
        display: none !important;
    }

    .show-at-480 {
        display: block;
    }


    /* CONTAINERS */


    /* HEADINGS */


    /* HEADER */


    /* SHOWS SINGLE */

    .single_artist_img {
        flex-shrink: 0;
    }



    /* FOOTER */



    /* ----- HOME ----- */


    /* ----- INTERIOR PAGES ----- */

}


@media only screen and (min-width: 40em) { /* 640px - phone landscape */
    /* ----- SITE-WIDE ----- */
    .hide-above-640 {
        display: none !important;
    }

    .show-at-640 {
        display: block;
    }

    /* CONTAINERS */


    /* HEADINGS */


    /* HEADER */


    /* FOOTER */



    /* ----- HOME ----- */


    /* ----- INTERIOR PAGES ----- */

}



@media only screen and (min-width: 48em) { /* 768px - iPad portait */

    /* ----- SITE-WIDE ----- */
    .hide-above-768 {
        display: none !important;
    }

    .show-at-768 {
        display: block;
    }

    /* CONTAINERS */

    .content-sidebar-wrap {
        margin: 0 30px;
    }

    .sidebar {
        margin-top: 0;
    }

    /* HEADINGS */

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.4em;
    }

    h4, h5, h6 {
        font-size: 1em;
    }

    /* HEADER */


    /* FOOTER */


    /* SHOWS SINGLE */

    .single_top_section {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .wellmont-icon-style-date {
        float: left;
        margin: 0 15px 15px 0;
    }

    .wellmont-doors-show-calendar-add {
        max-width: inherit;
        /*padding-top: 50px; removed 20190807 -gs */
    }

    /* ----- HOME ----- */

    .wellmont-all-shows-and-search {
        display: flex;
        max-width: 960px;
        margin: auto;
        margin-top: 15px;
        align-items: stretch;
        gap: 15px;
    }

    .wellmont-all-shows-and-search a {
        order: 2;
    }

    .wellmont-find-a-show {
        margin-top: 0;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        padding: 15px;
        order: 1;
    }

    .wellmont-find-a-show h2 {
        padding-bottom: 0;
        padding-right: 15px;
    }

    .wellmont-all-shows-and-search a.button {
        height: 100%;
        min-width: 220px;
    }

}


@media only screen and (min-width: 60em) { /* 960px - start desktop views */

    /* ----- SITE-WIDE ----- */
    .hide-above-960 {
        display: none !important;
    }

    .show-at-960 {
        display: block;
    }

    /* CONTAINERS */

    .site-inner {
        margin-top: 99px !important;
    }

    #pre-header-sticky-bar {
        height: 40px;
        padding: 0 20px;
    }

    /* HEADINGS */

    section#custom_html-2 {
        float: right;
        position: relative;
        top: -38px;
        z-index: 100;
    }

    #pre-header-sticky-bar {
        background: #1B1B1B;
    }

    /* HEADER */


    /* SHOWS SINGLE */





    /* FOOTER */



    /* ----- HOME ----- */

    .entry-content .search-form {
        display: flex;
        gap: 15px;
    }

    .search-form-submit {
        margin-top: 0 !important;
    }

    /* ----- INTERIOR PAGES ----- */

    .page-id-1111 .alm-listing li {
        flex-wrap: nowrap;
    }
    .restaurant-contact {
        padding-left: 25px;
    }

}


@media only screen and (min-width: 80em) { /* 1280px */

    /* ----- SITE-WIDE ----- */
    .hide-above-1024 {
        display: none !important;
    }

    .show-at-1024 {
        display: block;
    }

    /* ----- HOME ----- */

    #wellmont-home-hero-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: unset;
    }

    .wellmont-all-shows-and-search {
        display: flex;
        margin: inherit;
        margin-top: 0;
        max-width: 300px;
        width: 300px;
        min-width: 300px;
        flex-direction: column;
        margin-left: 15px;
    }

    .wellmont-all-shows-and-search a {
        order: 1;
    }

    .wellmont-find-a-show {
        margin: 0;
        flex-direction: column;
        padding: 30px;
        order: 2;
    }

    .wellmont-find-a-show h2 {
        padding-bottom: 10px;
        padding-right: 0;
        padding-top: 0px;
    }

    .entry-content .search-form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .search-form-submit {
        margin-top: 0 !important;
    }

    /* CONTAINERS */

    .content-sidebar-wrap {
        display: flex;
    }

    .entry {
        padding: 30px;
    }






    /* ----- INTERIOR PAGES ----- */

    .page-id-1111 .alm-listing li {
        flex-wrap: wrap;
    }
    .restaurant-contact {
        padding-left: 0px;
    }


}


@media only screen and (min-width: 80em) { /* 1280px */

    /* ----- SITE-WIDE ----- */
    .hide-above-1200 {
        display: none !important;
    }

    .show-at-1200 {
        display: block;
    }


    /* ----- HOME ----- */

    .wellmont-tile-ad {
        display: block;
        height: 250px;
        order: 3;
    }

    .wellmont-all-shows-and-search {
        justify-content: space-between;
        max-height: 540px;
    }

    .wellmont-find-a-show {
        padding: 16px;
        flex-grow: 2;
    }

    /* ----- INTERIOR PAGES ----- */


    .page-id-1111 .alm-listing li {
        flex-wrap: nowrap;
    }
    .restaurant-contact {
        padding-left: 25px;
    }

}


@media only screen and (min-width: 1380px) {
    .content-sidebar-wrap {
        margin: auto;
    }
}




/* FROM CUSTOMIZER 20250620 */

/* 404 mobile fixes 202211098 -gs */

.error404 .content .entry {
    border: none;
    background: transparent;
}

.error404 #wt_site_bg {
    background-image: url('https://wellmonttheater.com/wp-content/themes/wellmont/images/wellmont-404-image.jpg');
}

.wellmont-404-marquee {
    padding: 30px;
    height: inherit;
    min-height: 40vh;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: none;
}

.wellmont-404-marquee .headline {
    font-size: 30px;
}

@media only screen and ( min-width: 768px ) {

    .wellmont-404-marquee .headline {
        font-size: 45px;
    }

}



.wellmont-404-marquee .text button {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}













/*

@media only screen and ( max-width: 960px ) {
    div#new-royalslider-1 {
        height: 53vw !important;
    }
}
*/


cloudflare-app[app="cookie-banner"] .banner {
    height: 90px;
}

cloudflare-app[app="cookie-banner"] .banner p {
    margin-bottom: 0;
}

.clc-faq-question {
    background: black;
    line-height: 1.4em;
    margin-bottom: 15px !important;
    color: white !important;
    padding: 15px !important;
}

.clc-faq-wrapper h2 {
    background: none !important;
    padding: 0;
    margin: 0;
}

/* TM Pop Up w/ Popup Maker 20201029 */

.wt-pop-bg {
    background: url('https://wellmonttheater.com/wp-content/uploads/2020/10/wellmont-popup-bg_20201029.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
}

.wt-pop-flex-wrapper {
    background: linear-gradient(0deg, rgba(127, 127, 127, 0.4) 58%, #e8e8e8 100%);
    background-image: linear-gradient(0deg, rgba(127, 127, 127, 0.4) 58%, rgb(232, 232, 232) 100%);
    display: flex;
    flex-wrap: wrap;
    min-height: 500px;
}

.wt-pop-message, .wt-pop-form {
    display: flex;
    flex-direction: column;
    padding: 25px;
    width: 100%;
    justify-content: center;
}

.wt-pop-intro {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2em;
    font-family: 'Karla', 'Arial', sans-serif;
}

.wt-pop-fine-print {
    font-size: 10px;
    margin-bottom: 6px;
    color: white;
}

.wt-pop-form input {
    margin: 5px;
    padding: 8px;
    width: 100%;
}

.wt-pop-form input::placeholder {
    color: gray;
}

.wt-pop-newsletter-checkbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: white;
    display: none;
}

@media only screen and ( max-width: 768px ) {

    .wt-pop-message {
        font-size: 12px;
    }

    .wt-pop-form {
        padding: 0 30px;
    }

    #popmake-7345 {
        top: 10px !important;
    }


}

@media only screen and ( min-width: 767px ) {
    .wt-pop-flex-wrapper {
        flex-wrap: nowrap;
    }
}



ul.atcb-list {
    padding: 15px;
}


button.clc-faq-question {
    font-weight: bold;
    font-size: 0.8em;
}

@media only screen and ( min-width: 1280px ) {

    button.clc-faq-question {
        font-weight: bold;
        font-size: 0.6em;
    }

}

.clc-faq-answer {
    margin: 0 !important;
    padding: 0 15px; !important;
}

button.clc-faq-question, .clc-faq-question:hover, .clc-faq-question:active, .clc-faq-question:visited {
    color: #333;
}

.cookie-notice-container .button {
    max-width: 150px;
}

.page-id-1111 .alm-listing .alm-paging-content>li, .alm-listing .alm-reveal>li, .alm-listing>li {
    padding-left: 0 !important;
}

li.has-img .wt-post-teaser {
    margin-left: 180px;
}


.genesis-nav-menu li a {
    padding: 11px 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.genesis-nav-menu li a:hover {
    color: #c30303;
    font-weight: bold;
}


.nav-primary .genesis-nav-menu .current-menu-item>a, .nav-primary .genesis-nav-menu:hover, .nav-primary .genesis-nav-menu .sub-menu a:hover {
    color: #c30303;
    font-weight: bold;
}

#pre-header-sticky-bar .wrap {
    display: flex;
    justify-content: space-between;
}

#cookie-notice .cn-button {
    margin: 0px 2px 0px 9px !important;
    border: none;
    padding: 0px 3px 0px 3px;
}





/* NEW CSS FROM RE-THEME 20250620 -gs */

html {
    padding-top: 0 !important;
}

button:focus {
    color: white !important;
}

.clc-collapsible-wrapper {
    width: 100%;
}

.clc-collapsible-answer {
    margin: 0 15px;
}

h1.entry-title {
    padding-left: 15px;
    padding-right: 15px;
}


/* HEADER & NAV */

.wp-custom-logo .title-area {
    max-width: 310px !important;
}

.wp-custom-logo .title-area img {
    width: 280px;
    height: 76px;
}

.site-header,
#wprmenu_bar {
    background: rgba(0, 0, 0, .3) !important;
    transition: all 1s;
}

.site-header.scrolled,
#wprmenu_bar.scrolled {
    background: rgba(0, 0, 0, .9) !important;
}

.site-header .sub-menu .menu-item a {
    background: rgba(0, 0, 0, .85);
    border: none !important;
}



/* WPR MENU */

#wprmenu_bar .bar_logo {

}

#wprmenu_bar span.wpr-logo-wrap.menu-elements a img {
    height: 50px;
    width: 195px;
    position: relative;
    top: -12px;
    right: 15px;
}

@media only screen and ( min-width: 1280px ) {

    .wprm-wrapper {
        display: none;
    }

}

#wprmenu_menu_ul .menu-item a {
    font-weight: bold !important;
    font-size: unset !important;
}


/* HOME */

.page-id-265 .entry-title,
.home .entry-title {
    display: none;
}

.page-id-512 .content article.entry,
.page-id-265 .content article.entry,
.home .content article.entry {
    border: none;
    background: none;
    margin-top: 0;
    padding: 0;
}

.page-id-512 .site-inner {
    margin-top: 0 !important;
}






/* INTERNAL PAGES
.page-id-265 = Upcoming Shows
.page-id-512 = Video Wall Custom 2
*/

button.clc-collapsible-question,
button.clc-faq-question {
    background: white !important;
    color: #181818 !important;
    border: none !important;
}

button.clc-collapsible-question:hover,
button.clc-faq-question:hover,
button.clc-collapsible-question:focus,
button.clc-faq-question:focus {
    background: white !important;
    color: #181818 !important;
}

.error404 .content {
    background: none;
    max-width: unset !important;
    MIN-HEIGHT: 65vh;
}

.error404-link-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding-top: 30px;
}

.error404-link-buttons a.button {
    font-size: 1.2em;
    font-weight: bold;
    min-width: 300px;
}

.entry-content .search-form {
    margin-bottom: 0;
    width: 100%;
}

.search-form input[type="submit"] {
    margin-top: 10px;
    width: 100%;
    background: #181818;
    border: 1px solid #919191;
    font-weight: bold;
    font-size: 1.1em;
}

.single-bottom-section {
    padding-top: 15px;
}

.search .content-sidebar-wrap {
    margin-top: 30px;
}

.search h2.entry-title {
    font-size: 1.2em !important;
    margin-bottom: 0;
}

@media only screen and ( min-width: 768px ) {

    .search h2.entry-title {
        font-size: 2em !important;
    }

}

.search h2.entry-title a {
    color: white !important;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.search h2.entry-title a:hover {
    text-decoration: underline !important;
}

.search-results-show-date {
    font-size: 0.6em;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #c30303;
    color: #fff;
}

.search-no-results .content .entry {
    background: rgba(255,255,255,.8);
    border: 6px solid white;
    font-size: 2em;
    text-align: center;
}

.search-no-results .content .entry p {
    margin: unset;
}


/* ----- SEARCH OVERLAY ----- */

.clc-trigger-search {
    display: none;
}

@media only screen and ( min-width: 1280px ) {

    .clc-trigger-search {
        display: block;
    }

}

#wellmont-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, .85);
    color: white;
    z-index: 9999;
}

#wellmont-search-close {
    color: white;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#wellmont-search-overlay .wellmont-inner-wrapper {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    max-width: 500px;
}

#wellmont-search-overlay .wellmont-inner-wrapper #searchform-2 {
    padding: 20px;
}



/* RESTAURANTS */

.wellmont-restaurants-wrapper {

}

.wellmont-restaurant {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999;
}

.wellmont-restaurant:last-of-type {
    border-bottom: none;
}

.wellmont-restaurant-img {
    display: flex;
    justify-content: center;
}

.wellmont-restaurant-info h2 {
    background: none !important;
    text-align: left;
    padding: 15px 0 0 0 !important;
    margin: 0 !important;
    font-size: 1.6em;
}

.wellmont-restaurant-info h2 a {
    text-decoration: none;
    color: #181818 !important;
}

.wellmont-restaurant-address {
    padding-bottom: 15px;
}

.wellmont-restaurant-contact-info {

}

@media only screen and ( min-width: 768px ) {

    .wellmont-restaurant {
        display: flex;
    }

    .wellmont-restaurant-img {
        flex-shrink: 0;
        min-width: 300px;
    }

    .wellmont-restaurant-info {
        flex-grow: 2;
        padding: 0 20px;
    }

    .wellmont-restaurant-info p:last-of-type {
        margin-bottom: 0;
    }

    .wellmont-restaurant-info h2 {
        padding: 0 !important;
    }

    .wellmont-restaurant-contact-info {
        min-width: 150px;
    }

}


/* FOOTER */

.site-footer {
    background: rgba(0, 0, 0, .85) !important;
}