/*
 Theme Name:   Happy Hour Calgary
 Theme URI:    https://happyhourcalgary.ca
 Description:  Infinite Child Theme
 Author:       Freshworks Web Design
 Author URI:   http://freshworks.ca
 Template:     infinite
 Version:      3.0.0
*/

:root {
    --hh-pink: #EC4899;
    --hh-orange: #DB8F14;
    --hh-green: #007d3a;
    --hh-red: #e13131;

    --hh-results-width: 450px;
    --hh-results-header-height: 60px;
}

/*------------------------------------*\
    BRANDING
\*------------------------------------*/

.pink {color: var(--hh-pink);}
.orange {color: var(--hh-orange);}
.green {color: var(--hh-green);}

/*------------------------------------*\
    UTILITY
\*------------------------------------*/

.flex {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

.georgia h2 {
    font-family: 'Georgia';
}

.button {
    display: block;
    padding: 15px 5px;
    border: 1px solid #999;
    text-align: center;
    border-radius: 3px;
    font-weight: 600;
    line-height: 1.1;
}

.button:hover,
.button:hover,
.button:active {
    background-color: var(--hh-pink) !important;
    color: #fff !important;
}

.display-none {
    display: none;
}

/*------------------------------------*\
    GLOBAL
\*------------------------------------*/

body {
    word-break: normal;
    word-wrap: normal;
}

address {
    font-style: normal;
}

img[src$=".svg"] {
    width: 99999px;
}

sup {
    vertical-align: super;
}

ul {
    margin: 0;
    padding: 0;
}

table {
    margin-bottom: 0;
}

table tr td {
    color: #383838;
    padding: 15px 10px;
}

button {
    cursor: pointer;
    border: none;
}

input {
    border-width: 1px;
}

.gdlr-core-tab-item-content a {
    color: var(--hh-pink);
}

.infinite-page-title-wrap .infinite-page-title {
    letter-spacing: 0;
}

.sep:last-child {
    display: none;
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title-wrap {
    border-bottom: 0;
}

.gdlr-core-tab-item-title:first-child {
    border-radius: 3px 0 0 0;
}

.gdlr-core-tab-item-title:last-child {
    border-radius: 0 3px 0 0;
}

.units {
    font-size: 10px;
    color: #545454;
}

.infinite-mobile-header.infinite-with-shadow {
    box-shadow: none;
}

.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title {
    padding: 18px 18px 14px;
}

.gdlr-core-tab-item-content[data-tab-id="2"] p:empty {
    display: none; /* Removes empty <p> tags generated by the show-on-date shortcode */
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0;

}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

/* Days */
.days {
    width: 100vw;          /* 100% of viewport width */
    padding: 0;            /* Remove default padding */
    margin: 0;             /* Remove default margin */
    list-style-type: none; /* Remove default list styles */
}

.days li {
    flex: 1 1 auto;        /* Allow items to grow and shrink equally */
    min-width: 0;          /* Prevent overflow by setting min-width to 0 */
    padding: 1% 0;
    background-color: #000;
    border-right: 1px solid #232323; /* Add right border to separate items */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    font-size: calc(10px + 1vw); /* Scale font size based on viewport width */
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    color: #6b6b6b;
}

.days li.selected {
    color: var(--hh-pink);
}

.days li.selected.nohappy {
    background-color: var(--hh-red);
}


/* NAVIGATION */
.infinite-mobile-header {
    position: absolute;
    top: 25px;
    right: 0;
    background-color: transparent;
}

.infinite-fixed-navigation {
    background-color: #000;
}

.infinite-mobile-menu-right {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    right: 15px;
    top: 8px;
    justify-content: flex-end;
    min-width: 215px;
}

.infinite-mobile-menu {
    margin-top: 0;
}

/* Fixed Nav */
.infinite-fixed-navigation .infinite-mobile-menu-right {
    top: 50%;
    margin-top: -16px;
}

.infinite-animate-fixed-navigation .infinite-main-menu-right {
    margin-bottom: 0;
}

.home .infinite-fixed-navigation {
    display: none !important;
}

/* Overlay Menu */
.infinite-overlay-menu-content ul.menu > li {
   font-weight: 600;
}

/* Evening Only Button */
.hhv-evening-toggle {
    position: absolute;
    right: 0;
    top: -50px;
}

.evening-btn {
    background: #000;
    color: #fff;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
    padding: 9px 10px;
    border-radius: 30px 0 0 30px;
    gap: 8px
}

.evening-btn img {
    width: 25px;
}

.evening-btn.is-active {
    color: var(--hh-pink);
    padding-right: 8px;
}

/*------------------------------------*\
    COMPONENTS / THEME OVERRIDES
\*------------------------------------*/

/* Mobile Logo */
.infinite-mobile-header .infinite-logo-inner {
    line-height: 1;
    margin-right: 180px; /* Prevent overlap */
}

/* Mobile Menu */
.infinite-overlay-menu-content ul li a {
    text-transform: none;
}

/* Daily Counter */
.daily-counter #daily-count {
    font-variant-numeric: tabular-nums; /* monospace */
}

.daily-counter p {
    font-size: 12px;
    line-height: 1;
}

.daily-counter .holiday-notice {
    color: var(--hh-pink);
    margin-top: -10px;
}

/* Gradient Border Button */
.gradient-border a {
    position: relative;
}

.gradient-border a:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px; /* border width  */
    background: linear-gradient(165deg, rgba(248,116,185,1) 0%, rgba(64,192,203,1) 100%);
    border-radius: inherit;
    mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
}

/* Scroll Fix */
.home .infinite-mobile-header-wrap .infinite-sticky-mobile-placeholder{
    display: none;
}

/* Black Gradient Overlay */
#hero,
.infinite-page-title-overlay {
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.40) 55%, rgba(0, 0, 0, 0) 100%);
}

/* Shape Divider */
#hero #gdlr-core-shape-divider-1 svg {
    max-height: 215px;
}

/* Center the Tabs */
#main .gdlr-core-tab-item-title-wrap {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
}

/* Tabs */
.gdlr-core-tab-style2-horizontal .gdlr-core-tab-item-title {
    padding: 15px;
}

/* Hide the H1 */
#h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

/*------------------------------------*\
    SEARCH UI SHORTCODE (HOME)
\*------------------------------------*/
.searchandfilter {
    display: none; /* Hide the native Search and Filter form */
}

.search-selection h3,
.option-group label {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0;
}

.search-selection > div {
    margin-bottom: 15px;
}

.search-selection button {
    font-size: 14px;
    border: 1px solid #888;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;        
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 1.2;
    transition: all 0.3s;
    margin-bottom: 2%;
    padding: 0 5px;
    border-radius: 3px;
    color: inherit;
} 

.search-selection button.checked {
    color: #FFF;
    background-color: var(--hh-pink);
}

.search-selection #map {
    position: relative;
    min-height: 400px;
    width: 100%;
}

/* Use My Location Button */
.search-selection #map .my-location {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 10px;
    padding: 7px 10px;
    background-color: #fff;
}

.search-selection #map .my-location.checked {
    background-color: #FFF;
    color: inherit;
}

/* Use My Location Button Icon */
.search-selection #map .my-location .icon {
--icon-size: 20px;
  width: var(--icon-size);
  height: var(--icon-size);
  display: inline-block;
  position: relative;
  margin-right: 6px;
  border-radius: 50%;
  width: var(--icon-size);
  height: var(--icon-size);
  background-size: var(--icon-size) var(--icon-size);
  background-repeat: no-repeat;
}

/* #1 Initial Target Icon */
.search-selection #map .my-location .target {
  background-image: url('/wp-content/themes/infinite-child/img/my-location-icon.svg');
}

/* #2 Loader Icon */
.search-selection #map .my-location .loader {
  background-image: url('/wp-content/themes/infinite-child/img/loader-icon-alt.svg');
}

/* #3 Continue Icon (checkmark) */
.search-selection #map .my-location .continue {
  background-image: url('/wp-content/themes/infinite-child/img/checkmark.png');
}

/* Day Selector */
.option-group.day .flex {
    justify-content: space-between;
}

.option-group.day button {
    font-size: 20px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

/* Option Group */
.option-group .toggle {
    justify-content: space-between;
    margin-bottom: 8px;
}

.option-group .options {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  transition: max-height 0.25s ease, opacity 0.2s ease;
}

.option-group .options.show {
  max-height: 2000px; /* large enough for your map/options */
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.toggle .switch {
  position: relative;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 9999px;
  background-color: #f5f5f5;
  transition: all .3s ease;
}

.toggle .switch:checked {
  background-color: rgba(236, 72, 153, 1);
}

.toggle .switch::before {
  position: absolute;
  content: "";
  left: calc(1.5rem - 1.6rem);
  top: calc(1.5rem - 1.6rem);
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  cursor: pointer;
  border: 1px solid rgba(100, 116, 139, 0.527);
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 1);
  /* box-shadow: 0 3px 10px rgba(100, 116, 139, 0.327); */
  transition: all .3s ease;
}

.toggle .switch:hover::before {
  box-shadow: 0 0 0px 8px rgba(0, 0, 0, .15)
}

.toggle .switch:checked:hover::before {
  box-shadow: 0 0 0px 8px rgba(236, 72, 153, .15)
}

.toggle .switch:checked:before {
  transform: translateX(100%);
  border-color: rgba(236, 72, 153, 1);
}

/* Evenings Switch */
.text-toggle-container {
  --primary-color: var(--hh-pink);
  --secondary-color: #ccc;
  --tab-text-color: #ffffff;
  --heading-color: #000000;
  --hover: #888;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  font-optical-sizing: auto;
  margin-top: 15px;
}
.text-toggle-heading {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
}
.text-toggle-wrapper {
  display: flex;
  align-items: center;
}
.text-toggle-wrapper .input {
  display: none;
}
.text-toggle {
  flex-grow: 1;
  text-align: center;
  padding: 8px 24px;
  font-size: 14px;
  background: var(--tab-text-color);
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.text-toggle-wrapper > .text-toggle:nth-child(2) {
  border-radius: 3px 0px 0px 3px;
}
.text-toggle-wrapper > .text-toggle:nth-child(4) {
  border-radius: 0px 3px 3px 0px;
}
.text-toggle:hover {
  background: var(--hover);
  color: var(--tab-text-color);
  border-color: var(--hover);
}
.text-toggle:active {
  transform: scale(0.9);
}
.input:checked + label.text-toggle,
.text-toggle:hover {
  background: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.selected-neighbourhoods {
    margin-top: -15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--hh-pink);
    min-height: 24px;
}

/* Accordion UI */
.search-selection .accordion-ui button {
    display: none;
}

.search-selection .accordion-ui .checked,
.search-selection .accordion-ui .show {
    display: block;
}

.search-selection .accordion-ui button[data-value="none"] {
    background-color: #f2f2f2;
    color: inherit;
}

.search-selection .help {
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}

.search-selection .help::before {
    content: url(/wp-content/themes/infinite-child/img/plus-icon.svg);
    display: block;
    width: 50px;
    margin: 30px auto;
}

/* Layout: Full Width */
.search-selection .full button {
    width: 100%;
    padding: 20px 0;
}

/* Layout: Thirds */
.search-selection .thirds {
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-selection .thirds button {
    height: 70px;
    width: 32%;
}

/* Submit Button */
.search-selection .submit {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    background-color: #42815c;
    color: #fff;
}

.search-selection .submit:hover {
    background-color: var(--hh-pink);
}

.search-selection .submit.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/*------------------------------------*\
    DAILY SPECIALS
\*------------------------------------*/
.parent-pageid-824 .bracket-text {
    font-size: 14px;
}

.daily-specials .date {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.daily-specials .date p {
    margin-bottom: 0;
}

.daily-specials .date .day-of-week {
    font-size: 35px;
}

.daily-specials .holiday-notice {
    text-align: center;
    font-size: 12px;
    color: var(--hh-pink);
    font-weight: 600;
    margin-bottom: 0;
}

.daily-specials .disclaimer {
    font-size: 10px;
    opacity: 0.7;
}

.daily-specials h2 {
    margin-bottom: 0;
}

.daily-specials h3 {
    margin-bottom: 5px;
}

.daily-specials h3 a {
    color: #383838;
}

.daily-specials .neighbourhood {
    line-height: 1;
    margin-bottom: 5px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.daily-specials ul {
    list-style-type: none;
}

.daily-specials ul li:before {
    content: "\2605";
    margin-right: 10px;
    color: var(--hh-pink);
}

.daily-specials ul li.no-all-day:before {
    content: "\2717";
}

.daily-specials .section,
.all-day-specials .venue {
    margin-bottom: 40px;
}

/* Neighbourhood Filter */
.filter-control {
    padding: 20px 0 12px 0;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}
    
.filter-control span {
    background: #f7f7f7;
    color: #383838;
    padding: 10px 7%;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #ebebeb;
}

.filter-control span:first-child {
    border-radius: 30px 0 0 30px;
}

.filter-control span:last-child {
    border-radius: 0 30px 30px 0;
} 

.filter-control span.active {
    background: var(--hh-pink);
    color: #fff;
    border: 1px solid var(--hh-pink);
}

/*------------------------------------*\
    SEARCH RESULTS SHORTCODE
\*------------------------------------*/
.search-results-header {
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    gap: 20px;
    background: #000;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.search-results-header .new-search a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-top: -2px;
}

.search-results-header .new-search i {
    padding-right: 5px;
    color: var(--hh-pink);
}

.search-results-header .new-search:hover {
    color: var(--hh-pink);
}

.search-results {
    flex-direction: column;
}

.search-results .result {
    padding: 40px 30px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.search-results .result:nth-child(even) {
    background-color: #f3f3f3;
}

.search-results .result:nth-child(odd) {
    background-color: #f9f9f9;
}

.search-results .result h2 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 800;
}

.search-results .result h2 .bracket-text {
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0;
}
.search-results .features {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 600;
}

.search-results .features .patio {
    color: var(--hh-orange);
}

.search-results .features .sep {
    padding: 0 3px;
}

.search-results .hours span {
    display: block;
    font-size: 24px;
    line-height: 1;
}

.search-results .hours {
    align-items: center;
}

.search-results .hours .time {
    color: #205b89;
    font-weight: 500;
}

/* Status (Day) */
.search-results .hours .status {
    display: block;
    font-size: 11px;
    font-weight: 600;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    
}

/* Status (Flag) */
.search-results .upcoming .status,
.search-results .now .status,
.search-results .now.all-day .status,
.search-results .finished .status {
    font-size: 10px;
    color: #fff;
    padding: 7px 9px 6px 9px;
    border-radius: 2px;
}

.upcoming .status {
    background-color: #909090;
}

.now .status,
.now.all-day .status {
    background-color: var(--hh-green);
}

.finished .status {
    background-color: var(--hh-red);
}

/* Interval */
.search-results .int-container {
    align-items: center;
    justify-content: flex-end;
    height: 30px;
}

.search-results .int-container i {
    font-size: 30px;
    transform: scaleY(-1);
}

.search-results .int {
    font-size: 15px;
    font-weight: 600;
    padding-left: 7px;
}

.search-results .result.now .int-container i,
.search-results .result.all-day .int-container i,
.search-results .result.now .int,
.search-results .result.all-day .int   {
    color: var(--hh-green);
}

.search-results .menu {
    padding: 10px 20px;
    border: 1px solid #999;
    cursor: pointer;
    font-size: 15px;
}

.search-results .result .offerings {
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 600;
    margin: 5px 0 10px 0;
}

.search-results .result .offerings .drinks {
    text-transform: uppercase;
}

.search-results .result .offerings .pricing,
.search-results .result .offerings .specials  {
    font-size: 15px;
    color: var(--hh-pink);
}

.search-results .result .offerings .pricing p {
    margin-bottom: 0;
}

.search-results .result .offerings .item {
    text-transform: capitalize;
    letter-spacing: 0;
    color: #545454;
    font-weight: 700;
}

.search-results .result .links {
    justify-content: space-between;
}

.search-results .result .links a {
    width: 49%;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-size: 15px;
}

.search-results .result .links a.show-on-map {
    display: none;
}

.search-results .result .links a i {
    font-size: 22px;
    padding: 0 7px;
    color: var(--hh-pink);
}

.search-results .result .links a:hover i {
    color: #fff;
}

/* Sponsored */
.result.sponsored {
    position: relative;
    z-index: 0;
}

.result.sponsored .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center;
}

.result.sponsored img {
    display: block;
    margin: 0 auto 20px auto;
}

.result.sponsored .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 100%);
    opacity: 0.8; /* Default */
    z-index: -1;
}

.result.sponsored .neighbourhood,
.result.sponsored .hours .time,
.result.sponsored .drinks span,
.result.sponsored .features .sep,
.search-results .result.sponsored .hours .status,
.search-results .result.sponsored .int-container i,
.search-results .result.sponsored .int,
.search-results .result.sponsored .offerings .item,
.search-results .result.sponsored .offerings .units {
    color: #fff;
}

.search-results .result.sponsored.now .hours .status {
    background-color: #00da65;
    color: #000;
}

.search-results .result.sponsored .links a {
    background-color: transparent;
    color: #fff;
}

/* Back to Search */
.back-to-search {
    background: #000;
    text-align: center;
    padding: 20px 0;
}

.back-to-search a.gdlr-core-button {
    background-color: var(--hh-pink);
}

/* No Results */
.search-results .no-results {
    text-align: center;
    padding: 25px;
}

/*------------------------------------*\
    RESULTS MAP ADDITION
\*------------------------------------*/

.search-results-container {
    position: relative;
    margin-top: var(--hh-results-header-height); /* Fixed header height */
}

.search-results {
    width: var(--hh-results-width);
    padding: 0 !important;
    will-change: opacity;
}

.search-results-container #map {
    position: fixed;
    margin-left: var(--hh-results-width);
    width: calc(100vw - var(--hh-results-width));
    height: calc(100vh - var(--hh-results-header-height));
    will-change: transform;
}

.map-toggle > span {
    cursor: pointer;
    font-size: 10px;
    color: #000;
    background: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s;
}

.map-toggle span:first-child {
    padding: 7px 11px 7px 13px;
    border-radius: 25px 0 0 25px;
}

.map-toggle span:last-child {
    padding: 7px 13px 7px 11px;
    border-radius: 0 25px 25px 0;
}

.map-toggle span.active {
  color: #fff;
  background: var(--hh-pink);
}

.map-toggle:hover span {
  color: #000;
  background: #fff;
}

.map-toggle span.active:hover,
.map-toggle span:hover {
  color: #fff;
  background: var(--hh-pink);
}

/* Mapbox */
#map .map-marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--hh-pink);
  border: 2px solid #000;
  box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

#map .map-marker.is-highlighted {
  box-shadow: 0 0 0 4px rgba(255,255,255,0.95), 0 0 0 7px rgba(236,72,153,0.28), 0 1px 4px rgba(0,0,0,0.25);
}

/* Pop Up Venue Labels on Map */
#map .mapboxgl-popup {
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 500ms ease, visibility 500ms ease;
  z-index: 1;
}

#map .mapboxgl-popup.popup-visible {
  opacity: 1;
  visibility: visible;
}

#map .mapboxgl-popup:not(.popup-highlight) {
  z-index: 1;
}

#map .mapboxgl-popup.popup-highlight {
  z-index: 30;
}

#map .mapboxgl-popup-content {
  background: #000;
  color: #fff;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1.2;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

#map .mapboxgl-popup-content a {
  color: #fff;
  text-decoration: none;
}

#map .mapboxgl-popup-content a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Anchor Bottom */
#map .mapboxgl-popup-anchor-bottom {
    top: 5px;
}

#map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip  {
  border-top-color: #000;
  border-bottom-color: #000;
}

/* Anchor Left */
#map .mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    border-right-color: #000;
}

/* Anchor Right */
#map .mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    border-left-color: #000;
}

/* Highlighted */
#map .mapboxgl-popup.popup-highlight .mapboxgl-popup-content {
  background: #000;
}

#map .mapboxgl-popup-anchor-bottom.popup-highlight .mapboxgl-popup-tip {
  border-top-color: #000;
  border-bottom-color: #000;
}

/* Anchor Left */
#map .mapboxgl-popup-anchor-left.popup-highlight .mapboxgl-popup-tip {
  border-right-color: #000;
}

/* Anchor Right */
#map .mapboxgl-popup-anchor-right.popup-highlight .mapboxgl-popup-tip {
  border-left-color: #000;
}

/* Pop-Up Status */
#map .popup-status {
    text-align: center;
    font-size: 9px;
    margin: 2px 0 0 0;
    font-weight: 500;
}

#map .popup-status[data-status="now"],
#map .popup-status[data-status="all day"] {
    color: #00da65;
}

#map .popup-status[data-status="upcoming"] {
    color: #b5b5b5;
}

#map .popup-status[data-status="finished"] {
    color: var(--hh-red);
}

/* Map View */
body.map-view-active .search-results-header {
  overscroll-behavior: contain;
  touch-action: none;
}

/*------------------------------------*\
    RESULT SINGLE
\*------------------------------------*/

.single-happyhour .infinite-mobile-header,
.single-happyhour .infinite-page-title-container {
    display: none !important;
}

.result-single {
    font-weight: 500;
}

.result-single .gdlr-core-container {
    padding: 30px 0;
}

.result-single .gdlr-core-container > div {
    padding: 0 15px;
}

.result-single .gdlr-core-container > .flex {
    flex-direction: column;
}

.result-single .row {
    margin-bottom: 30px;
}

.result-single .row.flex > div {
    flex-grow: 1;
}

.result-single .inner-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.result-single .inner-title hr {
    margin-top: 10px;
}

.result-single  h2,
.result-single  h3 {
    display: inline-block;
    font-size: 23px;
    margin-bottom: 10px;
}

.bracket-text {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.result-single tr td:first-child {
    text-transform: capitalize;
    font-weight: 600;
    vertical-align: middle;
    text-align: right;
}

.result-single tr.highlight td {
    background-color: #000;
    color: #fff;
}

.result-single tr.highlight td:first-child {
    color: var(--hh-pink);
}

.result-single .daily-hours tr td:first-child,
.result-single .daily-specials tr td:first-child {
    width: 25%;
}


/* Links */
.result-single.sticky-menu {
    padding-top: 55px; /* .links a height (55px) */
}

.result-single .links {
    width: 100%;
    background-color: #000;
    justify-content: space-between;
    align-items: stretch;
}

.result-single.sticky-menu .links {
    position: fixed;
    top: 0;
}

.result-single .links a {
    width: 33.3%;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 55px;
    font-weight: 700;
    font-size: 15px;
}

.result-single .links i {
    color: #fff;
}

.result-single .links .back {
    background-color: #656565;
}

.result-single .links .menu-link {
    background-color: var(--hh-pink);
}

.result-single i {
    font-size: 22px;
    padding-right: 8px;
    color: var(--hh-pink);
}

.result-single .disclaimer p {
    text-align: center;
    margin: 0;
    font-size: 10px;
    color: #999;
}

.result-single .listing-meta .ion-ios-close-outline {
    color: #fa5050;
}

.result-single .listing-meta .ion-ios-checkmark-outline {
    color: var(--hh-green);
}

.result-single .listing-meta .ion-android-sunny {
    color: var(--hh-orange);
}

/* Map */
.result-single .google-map,
.result-single .google-map iframe {
    width: 100%;
}

/* Promotion */
.result-single .promotion {
    text-align: center;
}

.result-single .promotion i {
    padding: 0 8px;
    color: var(--hh-pink);
    font-size: 16px;
}

/* Sponsored */
.result-single.sponsored {
    position: relative;
    z-index: 0;
    background: #000;
}

.result-single.sponsored .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.result-single.sponsored img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.result-single.sponsored .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7; /* Default */
    z-index: -1;
}

.result-single.sponsored h2, 
.result-single.sponsored h3,
.result-single.sponsored .drink-pricing .units {
    color: #fff;
}

.result-single.sponsored .sponsored-styles p,
.result-single.sponsored .sponsored-styles figcaption {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.result-single.sponsored .listing-meta .ion-ios-checkmark-outline {
    color: #00ff76;
}

.result-single.sponsored .listing-meta .ion-android-sunny {
    color: #ff9e00;
}

.result-single.sponsored tr {
    background-color: transparent;
    border: 1px solid #fff;
}

.result-single.sponsored td,
.result-single.sponsored a {
    color: #fff;
}

.result-single.sponsored td {
    background-color: #000;
}

.result-single.sponsored #google-map {
    margin-bottom: 0;
    padding-bottom: 30px;
}

/*------------------------------------*\
    PAGE SPECIFIC
\*------------------------------------*/

/* Home */
.main-title h1 {
    border-bottom: 2px solid var(--hh-pink);
}

/* Promotion */
.neighbourhood-availability-table tr td {
    font-weight: 600;
    vertical-align: middle;
}

.neighbourhood-availability-table tr td:nth-child(2) a {
    color: #42815c;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.mapbox-results footer {
    position: relative;
    width: var(--hh-results-width);
    transform: translateX(0);
    opacity: 1;
    transition: transform 400ms ease, opacity 400ms ease;
    will-change: transform, opacity;
}

.mapbox-results footer.map-view {
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
}

/* Fix for Firefox & Safari */
.infinite-footer-wrapper.infinite-with-column-divider .infinite-footer-column {
    padding-bottom: 0;
}

.infinite-footer-column {
    margin-bottom: 0 !important;
}

.feedback {
    text-align: center;
    margin: 30px auto 0 auto;
    background-color: #000;
    color: #fff;
    max-width: 300px;
}

.feedback h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 5px;
}

.feedback p {
    margin-bottom: 0;
}

.feedback a {
    color: var(--hh-pink);
    font-weight: 700;
    font-size: 21px;
}

.home .feedback {
    display: none;
}

/*------------------------------------*\
    MEDIA QUERIES
\*------------------------------------*/


/* Desktop */
@media (min-width: 999px) {

    /* Header */
    .day-indicator,
    .map-toggle {
        display: none;
    }

    /* Search UI */
    .search-day > h3 {
        text-align: center;
    }

    .option-group.day .flex {
        justify-content: center;
    }

    .option-group.day button {
        margin-right: 10px;
    }
    .search-selection #map {
        height: 600px;
    }

    /* Search Results */
    .search-results {
        padding: 0 15px;
    }

    /* Result Single */
    .result-single .gdlr-core-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .result-single .gdlr-core-container > .flex {
        flex-direction: row;
    }

    .result-single .col-1,
    .result-single .col-2 {
        width: 50%;
    }

    .result-single .col-1 {
        margin-right: 30px;
    }

    /* Search UI */
    .search-selection {
        margin-top: 40px;
    }

    .search-selection .row-3 {
        padding-top: 22px;
    }

    /* Map View */
    #map .mapboxgl-popup,
    #map .mapboxgl-popup-content,
    #map .mapboxgl-popup-tip {
        pointer-events: none !important;
      }

    #map .mapboxgl-popup-content a {
        pointer-events: auto !important;
    }
    
}

/* Tablet & Above*/
@media (min-width: 767px) {


}

/* Tablet & Below */
@media (max-width: 999px) {

    .infinite-logo {
        display: none;
    }

    .infinite-fixed-navigation .infinite-logo {
        display: block;
    }

    /* Search Results */
    .mapbox-results .gdlr-core-container {
        padding: 0 !important;
    }

    .gdlr-core-pbf-wrapper-full-no-space,
    .infinite-page-title-container,
    .gdlr-core-container {
        max-width: none !important;
    }

    /* Map View */
    #map .mapboxgl-popup,
    #map .mapboxgl-popup-content,
    #map .mapboxgl-popup-tip,
    #map .mapboxgl-popup-content a {
        pointer-events: none !important;
    }

    /* Mapbox */
    .mapbox-results .infinite-page-title-container {
        background-color: #000;
        z-index: 5;
    }

    .mapbox-results .infinite-mobile-header {
        width: 100%;
        background: #000;
    }

    .search-results .result .links a.show-on-map {
        display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    }

    .search-results .result .links a {
        width: 32%;
    }

    .search-results-container {
        display: block;
        overflow: hidden;
        position: relative;
    }

    .search-results {
        width: 100%;
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
        transition: transform 400ms ease, opacity 400ms ease;
        will-change: transform, opacity;
        position: relative;
        z-index: 2;
    }

    .search-results-container.map-view .search-results {
        transform: translateX(-100%);
        opacity: 0;
        pointer-events: none;
    }

    .search-results-container #map {
        top: var(--hh-results-header-height);
        width: 100%;
        margin-left: 0;
    }

    /* Footer */
    .mapbox-results footer {
        width: 100%;
    }

}


/* Small Mobile */
@media (max-width: 475px) {

    .option-group.day button {
        width: 45px;
        height: 45px;
    }

    .single-happyhour .title .bracket-text {
        display: block;
        margin-top: 10px;
    }

    .neighbourhood-availability-table .ion-ios-checkmark-outline {
        display: block;
    }

}

/* Smaller Mobile */
@media (max-width: 420px) {

    .search-results .hours span {
        font-size: 5vw;
    }

    .result-single .row.flex {
        flex-direction: column;
    }

    .result-single .row.flex > div {
        width: 100%;
    }

    .result-single .row.flex > div:first-child {
        margin-bottom: 30px;
    }

}

/* Really Small Mobile */
@media (max-width: 390px) {

    .option-group.day button {
        width: 40px;
        height: 40px;
    }

}

/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/

.animated {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animated.fadeInLeft {
    transform: translateX(-100px);
}

.animated.fadeInRight {
    transform: translateX(100px);
}

.animated.fadeInUp {
    transform: translateY(50px);
}

.animated.fadeInDown {
    transform: translateY(-50px);
}

.animated.reveal {
    opacity: 1;
    transform: translate(0,0);
}

/* Manual Delays */
.delay-1 {transition-delay: 0.1s;}
.delay-2 {transition-delay: 0.2s;}
.delay-3 {transition-delay: 0.3s;}
.delay-4 {transition-delay: 0.4s;}
.delay-5 {transition-delay: 0.5s;}
.delay-6 {transition-delay: 0.6s;}
.delay-7 {transition-delay: 0.7s;}
.delay-8 {transition-delay: 0.8s;}
.delay-9 {transition-delay: 0.9s;}

/* Cascade In-Line Animations on Desktop */
@media (min-width: 999px) {
    .gdlr-core-column-first.gdlr-core-pbf-column + .gdlr-core-pbf-column:not(.gdlr-core-column-first) .animated {transition-delay: 0.3s;}
    .gdlr-core-column-first.gdlr-core-pbf-column + .gdlr-core-pbf-column:not(.gdlr-core-column-first) + .gdlr-core-pbf-column:not(.gdlr-core-column-first) .animated {transition-delay: 0.6s;}
    .gdlr-core-column-first.gdlr-core-pbf-column + .gdlr-core-pbf-column:not(.gdlr-core-column-first) + .gdlr-core-pbf-column:not(.gdlr-core-column-first) + .gdlr-core-pbf-column:not(.gdlr-core-column-first) .animated {transition-delay: 0.9s;}
}
