.post-type-archive-venues .feeling-social{
    display: none;
}

.venue-map__container {
    width: 100vw;
    min-height: calc(100vh - 100px);
    position: relative;
    padding: 40px;
}

body.admin-bar .venue-map__container {
    min-height: calc(100vh - 132px);
}

#venue-map {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.venue-map__info {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    width: 400px;
}

.vp-info-box {
    z-index: 1;
    position: absolute;
    pointer-events: none;
    display: none;
    width: 100%;
}
.vp-info-box.active {
    z-index: 2;
    pointer-events: initial;
    display: block;
}
.vp-info-box:last-child {
    margin-bottom: 0;
}

.vp-info-box__header {
    background-color: #02aeef;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    width: 100%;
    opacity: 1;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.vp-tabs-container {
    display: flex;
    align-items: center;
}

.vp-tabs-content {
    /* position: relative; */
}

.vp-info-box.vp-info-box--events {
    position: absolute;
    width: 100%;
}

.vp-info-box__header:hover,
.vp-info-box__header.active{
    background-color: #007ead;
}

.vp-info-box__icon{
    margin-right: 15px;
}

.vp-info-box__icon img {
    display: block;
    width: 20px;
}

.vp-info-box__title {
    font-family: "TradeGothicBoldCn",sans-serif;
    font-size: 26px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}
.vp-info-box__title--mobile{
    display: none;
}


.vp-info-box__content {
    padding: 20px;
    background-color: #007EAD;
}


p.error-message {
    margin: 0;
    background: #ff3737;
    padding: 5px 10px;
    color: white;
    font-family: "TradeGothic",sans-serif;
    font-weight: bold;
    display: none;
}

p.error-message.has-error {
    display: block;
}




.event-click-popup {
    display: flex;
}

div#event-click-popup {
    display: flex;
    align-items: center;
}

img.event-click-popup-image {
    width: 115px;
}

div#bodyContent {
    padding-left: 15px;
}

.gm-style-iw.gm-style-iw-c {
    border-radius: 0px !important;
    padding: 10px 0 0 10px !important;
    transform: translate(-90%, -100%);
    max-width: 320px !important;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.19) !important;
}

button.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}

div#bodyContent strong {font-family: "TradeGothic",sans-serif;font-weight: bold;text-transform: capitalize;font-size: 20px;}

div#bodyContent a {
    color: #2daeef;
    font-family: "TradeGothic",sans-serif;
    font-size: 14px;
}

div#bodyContent p {font-family: "TradeGothic",sans-serif;font-size: 13px;margin: 10px 0;}



.current-venue-header.event {
    padding: 20px 10px;
}

.current-venue-header.event:last-child:after {
    display: none;
}

.event-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.event-filter input {
    display: none;
}

.event-filter label {
    position: relative;
    padding-left: 33px;
    color: white;
    font-family: "TradeGothic",sans-serif;
    font-weight: bold;
    font-size: 17px;
    display: block;
    margin-right: 30px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.event-filter label:before,.event-filter label:after {content: "";display: block;width: 25px;height: 25px;background-color: #10526e;border-radius: 50%;position: absolute;top: 50%;left: 0;transform: translate(4px,-50%);}

.event-filter label:after {
    background-color: #fccc04;
    transform: translate(4px,-50%) scale(0.4);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.event-filter input:checked + label,
.event-filter input:checked + label:after,
.event-filter label:hover{
    opacity: 1;
}

.event{
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}
.event:hover{
    opacity: 1;
}

.event h3.current-venue-title {
    font-size: 22px;
}

.event p.current-formatted-address {
    font-size: 14px;
}
.events-container > div {
    display: none;
}
.events-container > div.active {
    display: block;
}





button#reset-map-zoom {
    position: absolute;
    top: 40px;
    right: 20px;
    appearance: none;
    -webkit-appearance: none;
    border: 0px;
    background: #2caeee;
    display: block;
    padding: 10px;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
}

button#reset-map-zoom svg {
    width: 20px;
    display: block;
    fill: white;
}

button#reset-map-zoom.show:hover {
    opacity: 1;
}

button#reset-map-zoom.show {
    opacity: 0.7;
}





/* Current Venues Box */


.current-active-venues {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.current-active-venues--open {
    max-height: 700px;
}

.current-active-venues.current-active-venues--open:not(:first-child).active {
    margin-top: 10px;
}

.current-venue-details{
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
}

.current-venue-details.active{
    max-height: 500px;
    margin-bottom: 10px;
}

.current-venue-header{
    padding: 20px;
    background: #1d7dad;
    display: flex;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.3s ease-in-out;
}

.current-active-venues.current-active-venues--open.active .current-venue-header,
.current-venue-header:hover{
    opacity: 1;
}

.current-venue-distance {
    background: #06526E;
    color: white;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 60px;
    margin-right: 15px;
}

.current-venue-distance.hide{
    display: none;
}



span.current-venue-miles {
    font-size: 21px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.current-venue-distance span {font-family: "TradeGothic",sans-serif;}

h3.current-venue-title {
    margin: 0;
    font-size: 22px;
    font-family: "TradeGothicBoldCn", sans-serif;
    font-weight: normal;
}

p.current-formatted-address {
    margin: 0;
}

p.current-formatted-address {
    font-size: 14px;
}

.current-venue-location {
    width: 100%;
    color: white;
    font-family: "Erra", sans-serif;
    font-weight: 600;
    letter-spacing: -0.78px;
    padding-left: 0;
    max-width: calc(100% - 75px);
}

.current-venue-distance.hide + .current-venue-location{
    max-width: 100%;
}

.current-venue-header:after {
    content: "";
    display: flex;
    width: calc(100% - 80px);
    height: 1px;
    background: #2caeee;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
}

.current-venue-opening {
    padding: 20px 40px;
    background: #1d7dad;
}


.current-active-venues h4 {
    color: #FFCB05;
    font-family: "TradeGothicBoldCn",sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.current-venue-opening-times {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

input#show-all-opening-times {
    display: none;
}

label.show-all-opening-times-label {
    padding: 10px 20px;
    display: block;
    color: white;
    font-family: "TradeGothic",sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    padding-bottom: 0;
    font-weight: bold;
    letter-spacing: 1px;
}

input#show-all-opening-times:checked + label {
    opacity: 1;
}

input#show-all-opening-times:checked + label img {
    transform: rotate(90deg);
}

input#show-all-opening-times:checked ~ .current-venue-opening-times {
    max-height: 200px;
    margin-top: 13px;
}

label.show-all-opening-times-label:hover {
    opacity: 0.8;
}

label.show-all-opening-times-label img {
    display: block;
    transform: rotate(0);
    transition: transform 0.3s ease-in-out;
    width: 10px;
    margin-left: 5px;
    margin-top: 0;
}

.current-venue-opening-date {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.current-venue-opening-date p {
    margin: 0;
    font-size: 16px;
    color:  white;
    font-family: "TradeGothic",sans-serif;
    font-weight: 600;
    line-height: 17px;
}

span.todays-opening-time {
    color: white;
    font-weight: bold;
    margin-left: 5px;
    font-size: 20px;
}

.current-venue-opening-date span {
    color: #f7ca16;
    font-family: "TradeGothic",sans-serif;
    font-size: 15px;
    line-height: 10px;
}

h3.current-venue-facilities-title {
    margin: 0;
    color: #fccb05;
    font-size: 18px;
}

.current-venue-facilities-container {
    padding: 20px 30px;
    background-color: #2caeee;
    font-family: "TradeGothic",sans-serif;
    color: white;
}

.current-venue-facilities {
    display: flex;
    flex-wrap: wrap;
}

span.current-venue-facility {
    padding: 0 10px 0px 5px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

span.current-venue-facility:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #fccb05;
    margin-right: 5px;
    border-radius: 50%;
}

a.opening-time-title.more-info-link {
    color: #dec22c;
    font-weight: bold;
    font-family: "TradeGothic",sans-serif;
}






























/* Bottom Locations Boxes */


.locations-container {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}

.location-group {
    padding: 28px;
    background-color: #f8f8f8;
    width: 30.33%;
    margin: 1.5%;
    border-radius: 3px;
}

.location-group h3 {
    margin: 0;
    color: #00AEEF;
    font-weight: 400;
    font-family: "TradeGothicBoldCn",sans-serif;
    font-size: 24px;
    margin-bottom: 30px;
}

.location-container {
    display: flex;
    flex-direction: column;
}

a.location-link {
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    color: #575757;
    font-family: "TradeGothic",sans-serif;
    font-weight: 400;
    font-size: 13px;
}



body.post-type-archive-venues #livechat-compact-container{
    right: 65px !important;
}

@media (max-width: 1000px){
    .location-group {
        width: 47%;
        margin: 1.5%;
    }
}

@media (max-width: 700px){
    .location-group {
        width: 97%;
        margin: 20px 1.5%;
    }
}




@media (max-width: 800px){
    .vp-info-box__title--mobile{
        display: block;
    }
    .vp-info-box__title--desktop{
        display: none;
    }
    .venue-map__container {
        padding: 0;
    }

    .venue-map__info{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #007ead;
        padding: 10px 0;
    }

    .tab--search{
        display: flex !important;
        width: initial;
    }
    .vp-info-box__content,
    .vp-tabs-content{
        max-width: 300px;
        padding: 0;
        width: 100%;
    }
    .vp-info-box--search{
        display: block !important;
        position: static !important;
        pointer-events: initial !important;
    }

    .tab--events,
    .vp-info-box--events{
        display: none !important;
    }

    .vp-tabs-container{
        width: initial;
    }

    .current-venue-details{
        display: none;
    }

    .closest-venues .current-active-venues {
        display: none;
    }

    .closest-venues .current-active-venues.active {
        display: block;
    }

    .closest-venues .current-active-venues:first-child .current-venue-header {
        position: absolute;
        bottom: 0;
        transform: translateY(100%);
        left: 0;
        width: 100vw;
        display: flex;
        justify-content: center;
    }

    .closest-venues .current-active-venues:first-child .current-venue-location {
        width: initial;
    }


}


@media (max-width: 525px){
    .venue-map__info{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #007ead;
    }
}
/*
     FILE ARCHIVED ON 21:09:03 Feb 12, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:05:31 Jun 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.564
  exclusion.robots: 0.071
  exclusion.robots.policy: 0.06
  esindex: 0.008
  cdx.remote: 21.481
  LoadShardBlock: 141.789 (3)
  PetaboxLoader3.datanode: 107.251 (4)
  PetaboxLoader3.resolve: 80.867 (2)
  load_resource: 105.409
*/