/* Variable declarations */
:root {
  /* --primary: #e51d25; */
  /* --primary: #c62626; */
  --primary: #a9372d;
  --secondary: #b2aaa4;
  --tertiary: #069;
  --light-gray: #eeede9;
  --dark-gray: #393534;
  --darker-gray: #222;
  --dark-brown: #2f2623;
  --darker-brown: #201a18;
  --darkest-brown: #110e0d;
  --inline-padding: calc(var(--bs-gutter-x) * 0.5);
  --hero-overlay: linear-gradient(180deg, rgba(0,0,0,.5), transparent 20%, transparent 80%, rgba(0,0,0,.5));
  --bg: #fff url('../jpg/bg.jpg');
  --bg-dark: #2d2523 url('../jpg/bg-dark-brown.jpg');
  --bg-light-brown: #e9e5e2 url('../jpg/bg-light-brown.jpg');
  --bg-shells: #fdfbfc url('../jpg/bg-shells.jpg');
}

#offcanvas {/* None active / fallback */
  --offcanvas-bg: #16487a;
  --offcanvas-primary: #16487a;
  --offcanvas-secondary: #fff;
  --offcanvas-transition: color .5s ease, background .5s ease;
}

#offcanvas[data-theme="home"] {
  --offcanvas-bg: #16487a;
  --offcanvas-primary: #16487a;
  --offcanvas-secondary: #fff;
}

#offcanvas[data-theme="things-to-do"] {
  --offcanvas-bg: #16487a;
  --offcanvas-primary: #16487a;
  --offcanvas-secondary: #fff;
}

#offcanvas[data-theme="places-to-stay"] {
  --offcanvas-bg: #16487a;
  --offcanvas-primary: #16487a;
  --offcanvas-secondary: #fff;
}

#offcanvas[data-theme="restaurants"] {
  --offcanvas-bg: #16487a;
  --offcanvas-primary: #16487a;
  --offcanvas-secondary: #fff;
}

#offcanvas[data-theme="events"] {
  --offcanvas-bg: #16487a;
  --offcanvas-primary: #16487a;
  --offcanvas-secondary: #fff;
}

#offcanvas[data-theme="music"] {
  --offcanvas-bg: #16487a;
  --offcanvas-primary: #16487a;
  --offcanvas-secondary: #fff;
}

#offcanvas[data-theme="coupons"] {
  --offcanvas-bg: #16487a;
  --offcanvas-primary: #16487a;
  --offcanvas-secondary: #fff;
}

#offcanvas[data-theme="contact-us"] {
  --offcanvas-bg: #16487a;
  --offcanvas-primary: #16487a;
  --offcanvas-secondary: #fff;
}


/* Drupal & Drupal Bootstrap starter theme overrides / fixes */
a.button {
  font-weight: unset;
  line-height: unset;
  vertical-align: unset;
  border: unset;
  border-radius: unset;
}

.btn {
  margin: 0;
}

.toolbar-oriented .toolbar-bar {
  z-index: 1031;
}

/* .tabs-primary { background: #ffb; }
.nav-tabs { border: 0; } */

#alertbox {
  position: absolute;
  z-index: 999;
  top: max(15vh, 150px);
  left: 50%;
  transform: translateX(-50%);
  max-height: 40vh;
  overflow-y: auto;
}

#alertbox.fade {
    transition: opacity .5s ease-in-out;
}

.maintenance-page .name-and-slogan,
.maintenance-page main {
    text-align: center !important;
}

main > .region-content {
  padding: 0;
}

.row .row {
  margin: 0 auto;
}

.row .row > * {
  padding: 0;
}

label {
  display: block;
  text-align: left;
}

/* #hero-carousel,
.carousel-inner,
.carousel-item,
.carousel-item img,
.floated-hero .floated-item img,
.carousel-item picture,
.floated-hero .floated-item picture {
  min-height: 100%;
  height: 100%;
} */

/* #hero .inner .carousel-inner,
#hero .inner .carousel-item,
#hero .inner .carousel-item img {
  pointer-events: none;
} */

.carousel-item img,
.carousel-item picture {
  display: block;
  width: 100%;
  object-fit: cover;
}

span.carousel-control-next-icon,
span.carousel-control-prev-icon {
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,.75));
}

span.carousel-control-next-icon,
span.carousel-control-prev-icon {
  transition: transform .15s ease;
}

.carousel-control-next:hover span.carousel-control-next-icon,
.carousel-control-prev:hover span.carousel-control-prev-icon {
  transform: scale(1.25);
}

.path-frontpage .carousel-control-next,
.path-frontpage .carousel-control-prev{
  height: 50%;
  top: 25%;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapse) {
  color: unset;
  background-color: unset;
}

.accordion-button::after {
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: "\f078";
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.btn {
  border: none !important;
  border-radius: 0 !important;
}

.btn-primary {
  background-color: var(--primary) !important;
}

.views-exposed-form .js-form-submit.btn-primary {
  background-color: var(--tertiary) !important;
}

.offcanvas-end {
  border: none;
}

.offcanvas-close {
  background: none;
  border: none;
  color: #fff;
  padding: .75rem 1.5rem;
}

.offcanvas-close::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00d";
}


/* Accessibility */
a[href="#main-content"] {
  position: fixed;
  z-index: 99999;
  top: -99999px;
  left: 0;
  font-weight: 700;
  color: #fff;
  background-color: var(--primary);
  padding: .75rem;
  border-bottom-right-radius: .5rem;
}

a[href="#main-content"]:focus {
  top: 0;
}

.accessible {
  position: fixed;
  top: -9999px;
  left: -9999px;
  height: 1px;
  width: 1px;
}


/* General */
body {
  position: relative;
  font-family: 'Roboto', sans-serif;
  line-height: 1.75rem;
  color: var(--dark-gray);
  overflow-x: hidden;
}

.lg-on body {
  overflow: hidden;
}

body,
main {
  background: var(--bg);
}

main {
  position: relative;
  z-index: 10;
  /* padding-bottom: 2rem; */
}

.path-frontpage main,
.path-taxonomy main {
  padding-bottom: 0;
}

header {
  color: #fff;
}


#footer-top-wrapper {
  /* padding: 24px 0 36px; */
  padding: 2.5rem 0;
  background-color: var(--darker-brown);
}

#footer-top-wrapper .content > div {
  display: flex;
  align-items: center;
}

#footer-top-wrapper .logo {
  margin-bottom: 1.5rem
}



#footer-bottom-wrapper {
  padding: 8px 0;
  background-color: var(--darkest-brown);
}

/* footer .logo {
  margin-top: 2rem;
  margin-bottom: 2rem;
} */

footer {
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
}

footer,
footer a,
footer h2,
footer h3,
footer h4,
footer h5 {
  color: #fff;
}

footer li a {
  line-height: 2.5em;
}

main > div.container > div.row > div[class*="col"] {
  padding-top: 1rem;
}

h1 {
  font-family: 'Dosis', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #444;
  text-transform: uppercase;
}

h2, h3, h4, h5, h6 {
  color: #444;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  color: #dd4b4b;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

#node-body blockquote {
  padding: 32px 32px 16px 28px;
  background: linear-gradient(90deg, rgba(200,200,200,.2), rgba(200,200,200,.1));
  border-left: 4px solid var(--primary);
  font-style: italic;
  clear: both;
}

:is(#node-body, .text-block__copy, .text-gallery__copy) :is(ul, ol) {
  padding-left: 2rem;
}

:is(#node-body, .text-block, .text-gallery) ul {
  list-style: disc;
}

:is(#node-body, .text-block, .text-gallery) ol {
  list-style: decimal;
}

ul ul {
  padding-left: 20px;
}

img,
picture {
  width: 100%;
  height: auto;
}

picture {
  display: block;
}

hr {
  height: 2px !important;
  margin: 30px auto;
  background-image: url('../png/hr.png');
  display: block;
  opacity: 1;
}

details {
  margin: 0;
  border: none;
}

summary {
  padding: 0;
}


.pointer {
  cursor: pointer;
}

.logo {
  max-width: 250px;
  height: auto;
}

.order-firster {
  order: -2
}

/* Font colors */
.clr-primary { color: var(--primary) !important; }
.clr-white { color: #fff !important; }
.clr-dark { color: #666 !important; }
.clr-light-gray { color: #d6d3d1 !important; }
.clr-dark-gray { color: #444 !important; }

/* Link colors */
.link-white,
.link-white a {
  color: #fff;
}

.link-white:hover,
.link-white a:hover {
  color: #b2aaa4;
}

.link-light,
.link-light a {
  color: #d6d3d1;
}

.link-light:hover,
.link-light a:hover {
  color: #fff;
}

.link-dark,
.link-dark a {
  color: #666;
}

.link-dark:hover,
.link-dark a:hover {
  color: var(--dark-gray);
}

/* Font family */
.font-dosis {
  font-family: 'Dosis', sans-serif;
}

/**
 * fsr = font size rem
 * fw  = font weight
 */
.fsr-0875 { font-size: .875rem; }
.fsr-1 { font-size: 1rem; }
.fsr-125 { font-size: 1.25rem; }
.fsr-15 { font-size: 1.5rem; }
.fsr-175 { font-size: 1.75rem; }
.fsr-2 { font-size: 2rem; }
.fsr-225 { font-size: 2.25rem; }
.fsr-25 { font-size: 2.5rem; }
.fsr-3 { font-size: 3rem; }
.fw-700 { font-weight: 500; }
.fw-700 { font-weight: 700; }

/* Spacing */
/* @TODO Set to .mx-075 */
.m-075 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.p-075 {
  padding: .75rem;
}

/* z-index */
.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 5;
}

.z-3 {
  z-index: 10;
}


/* Backgrounds */
.bgc-light-gray {
  background-color: var(--light-gray);
}

.bgc-dark-gray {
  background-color: var(--dark-gray);
}

.bgc-darker-gray {
  background-color: var(--darker-gray);
}

.bg {
  background: var(--bg);
}

.bg-dark,
.bg-dark-brown {
  background: var(--bg-dark);
}

.bg-light-brown {
  background: var(--bg-light-brown);
}

.bg-shells {
  background: var(--bg-shells);
}

.b-overlay {
  position: relative;
}

.b-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0,0,0,.5), transparent 30%);
  width: 100%;
  pointer-events: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.img-zoom {
  overflow: hidden;
  position: relative;
}

.img-zoom > img,
.img-zoom a > img,
.img-zoom picture {
  transition: transform .25s ease-in-out;
}

.img-zoom:hover > img,
.img-zoom:hover a > img,
.img-zoom:hover picture {
  transform: scale(1.1);
}

.img-zoom .title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
}

.img-zoom .title a {
  display: block;
  padding: .75rem;
  color: #fff;
  text-shadow: 3px 3px 8px #000;
}

a.button,
.link-edit a,
:is(
  #taxonomy-filters,
  #email-contact-mail-form,
  .webform-submission-form
) input[type="submit"] {
  display: block;
  font-family: 'Dosis', sans-serif;
  font-size: 1.25rem;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  margin: 0;
  padding: .25rem;
  transition: color .25s ease, background-color .25s ease;
  line-height: 2rem;
  white-space: nowrap;
  min-width: min-content;
}

a.button:is(:hover, :active, :focus) {
  color: #fff !important;
}

a.button-min-width {
  width: min-content;
  padding: .25rem 1.5rem;
}

a.button-lg {
  padding: .75rem;
  font-size: 1.5rem;
}

a.button-lg.button-min-width {
  padding: .75rem 2rem;
}

a.button-strong {
  font-weight: 700;
  text-transform: uppercase;
}

a.button-centered {
  margin: 0 auto;
}

a.button-primary {
  background-color: var(--primary);
}

a.button-light-gray {
  background-color: var(--primary);
}

a.button-secondary {
  background-color: var(--secondary);
}

a.button-tertiary {
  background-color: var(--tertiary);
}

a.button-sol {
  background-color: #dece65;
}

a.button-callout {
  box-sizing: border-box;
  border: 2px solid #003654;
  background-color: #d0f2fe;
  color: #003654 !important;
}

a.button-primary:is(:hover, :active, :focus) {
  background-color: #d83131 !important;
}

a.button-secondary:is(:hover, :active, :focus) {
  background-color: #c9c4c0 !important;
}

a.button-tertiary:is(:hover, :active, :focus) {
  background-color: #0579b3 !important;
}

a.button-callout:is(:hover, :active, :focus) {
  background-color: #b9eafc !important;
}

a.button-sol:is(:hover, :active, :focus) {
  background-color: #dece65 !important;
}

a.button-primary-hollow {
  box-sizing: border-box;
  border: 2px solid var(--primary);
  background-color: transparent;
  color: var(--primary);
  line-height: calc(2rem - 4px);
}

a.button-secondary-hollow,
.link-edit a {
  box-sizing: border-box;
  border: 2px solid var(--secondary);
  background-color: transparent;
  color: var(--secondary);
  line-height: calc(2rem - 4px);
}

a.button-tertiary-hollow {
  box-sizing: border-box;
  border: 2px solid var(--tertiary);
  background-color: transparent;
  color: var(--tertiary);
  line-height: calc(2rem - 4px);
}

a.button-sol-hollow {
  box-sizing: border-box;
  border: 2px solid #dece65;
  background-color: transparent;
  color: #dece65;
  line-height: calc(2rem - 4px);
}

a.button-primary-hollow:is(:hover, :active, :focus) {
  background-color: var(--primary) !important;
  color: #fff !important;
}

a.button-secondary-hollow:is(:hover, :active, :focus),
.link-edit a:is(:hover, :active, :focus) {
  background-color: var(--secondary) !important;
  color: #fff !important;
}

a.button-tertiary-hollow:is(:hover, :active, :focus) {
  background-color: var(--tertiary) !important;
  color: #fff !important;
}

a.button-sol-hollow:is(:hover, :active, :focus) {
  background-color: #dece65 !important;
  color: #fff !important;
}

.related-tag {
  position: absolute;
  z-index: 2;
  padding: .5rem;
  text-shadow: 2px 2px 5px #000;
}

.related-tag a {
  color: #dadada;
}

.related-tag a:hover {
  color: #fff;
}

.free-badge-list {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  /* background-size: contain; */
  pointer-events: none;
}

.free-badge-desktop {
  /* background-size: contain; */
  height: 84px;
  width: 84px;
  display: none;
}

.free-badge-mobile {
  /* background-size: contain; */
  height: 84px;
  width: 84px;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: .75rem;
  left: .75rem;
}

.free-entry {
  background: center / cover no-repeat url('../png/free-entry.png');
}

.free-event {
  background: center / cover no-repeat url('../png/free-event.png');
}

.list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}

.link-edit a {
  margin-left: 8px;
}

.dropdown-menu {
  cursor: default;
}

.dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  min-width: 100%;
  /* transition: visibility .5s ease-in-out; */
}

.dropdown:hover .dropdown-menu,
.dropdown[aria-expanded="true"] .dropdown-menu {
  visibility: visible;
}

.dropdown-menu,
.dropdown-menu[data-bs-popper] {
  border-radius: 0 0 10px 10px;
  margin-top: 0;
  top: calc(100% - 1px) !important;
}

.dropdown-link {
  white-space: nowrap;
}

.dropdown-link::after {
  display: inline-block;
  margin-left: .255rem;
  vertical-align: .255rem;
  content: "";
  border-top: .3rem solid;
  border-right: .3rem solid transparent;
  border-bottom: 0;
  border-left: .3rem solid transparent;
}

.overlay-container {
  position: relative;
  text-align: center;
  display: block;
}

.overlay-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0;
  padding: 10px 20px;
  background: rgba(0,0,0,.3);
  color: #dee2e6;
  font-weight: 700;
  text-shadow: rgba(0,0,0,25) 0 0 10px;
  text-transform: capitalize;
  pointer-events: none;
  transition: all .25s ease;
}

#node-gallery:hover .overlay-bottom,
#topic-gallery:hover .overlay-bottom,
.text-gallery__items:hover .overlay-bottom,
.gallery__items:hover .overlay-bottom {
  background-color: rgba(0,0,0,.5);
  color: #fff;
}

.overlay-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#user-page .banner,
#user-login-page .banner {
  position: relative;
  height: 130px;
  background-color: var(--dark-gray);
  text-align: center;
}

#user-page .banner h1,
#user-login-page .banner h1 {
  position: absolute;
  bottom: .5rem;
  left: 0;
  right: 0;
  color: #fff;
}

#user-page > .container,
#user-login-page > .container {
  min-height: 50vh;
}


/* Font Awesome aliases */
.icon-vocab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.icon-home,
.icon-things-to-do,
.icon-places-to-stay,
.icon-restaurants,
.icon-events,
.icon-music,
.icon-contact-us,
.icon-visitor-services,
.icon-trip-ideas,
.icon-coupons,
.icon-history,
.icon-home-types,
.icon-weddings,
.icon-map-guide {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.icon-articles {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon-home::after { content: "\f015"; }
.icon-articles::after { content: "\f4d5"; }
.icon-things-to-do::after { content: "\f5ca"; }
.icon-places-to-stay::after { content: "\f562"; }
.icon-restaurants::after { content: "\f2e7"; }
.icon-events::after { content: "\f073"; }
.icon-music::after { content: "\f001"; }
.icon-contact-us::after { content: "\f0e0"; }
.icon-visitor-services::after { content: "\f05a"; }
.icon-trip-ideas::after { content: "\f0f2"; }
.icon-coupons::after { content: "\f53a"; }
.icon-history::after { content: "\f02d"; }
.icon-home-types::after { content: "\e3af"; }
.icon-weddings::after { content: "\f79f"; }
.icon-map-guide::after { content: "\f3c5"; }

/* Menus and navigation */
.navbar .megamenu {
  padding: 1rem;
}

#top-bar {
  position: fixed;
  z-index: 501;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
}

#top-bar-nav {
  margin-bottom: 0;
}

#top-bar-nav a {
  opacity: 75%;
  transition: opacity .20s ease-in-out;
}

#top-bar-nav a:hover {
  opacity: 100%;
}

#main-nav-wrapper {
  position: fixed;
  z-index: 501;
  top: 70px;
  left: 0;
  right: 0;
  background-color: var(--primary);
}

#main-nav .navbar-nav,
#main-nav .navbar-nav > li > a  {
  height: 45px;
  user-select: none;
  cursor: pointer;
}

#mobile-nav {
  height: 65px;
  max-width: 100vw;
  background-color: var(--primary);
}

#top-bar,
#main-nav-wrapper,
#mobile-nav {
  transition: top .25s ease-in-out;
}

#top-bar a {
  color: #fff;
  text-shadow: rgba(0,0,0,.75) 0 0 10px;
}

#main-nav ul.navbar-nav > li.nav-item:not(:last-of-type) {
  border-right: 1px solid #630a0d;
}

#main-nav ul.navbar-nav > li.nav-item > a.nav-link {
  display: block;
  color: #ffcccc;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0s;
  text-align: center;
}

#main-nav ul.navbar-nav > li.nav-item:focus-within,
#main-nav ul.navbar-nav > li.nav-item[aria-expanded="true"],
#main-nav ul.navbar-nav > li.nav-item > a.nav-link:hover,
#main-nav ul.navbar-nav > li.nav-item > a.nav-link:focus,
#main-nav ul.navbar-nav > li.nav-item > a.nav-link.show {
  background-color: #800004 !important;
  color: #fff !important;
}

#main-nav ul.navbar-nav > li.nav-item > a.nav-link.active,
#main-nav ul.navbar-nav > li.nav-item > a.nav-link.is-active {
  background-color: #ebebeb !important;
  color: #940006 !important;
}

#main-nav ul.dropdown-menu > li > a.dropdown-item.is-active,
#main-nav ul.dropdown-menu > li > a.dropdown-item:hover {
  background-color: #ebebeb;
  color: #940006;
}

#main-nav ul.dropdown-menu > li > a.dropdown-item.is-active {
  font-weight: 700;
}

#main-nav ul.dropdown-menu li:not(:last-of-type) {
  border-bottom: 1px solid #e1e1e1;
}

#main-nav ul.dropdown-menu li:first-child a {
  color: var(--primary);
  font-weight: 700;
}

#main-nav a.dropdown-view-all:hover {
  color: #000;
}

#main-nav a.dropdown-item:active,
#main-nav a.dropdown-item:focus {
  background-color: var(--primary);
  color: #fff;
}

/* .tabs-nav-target {
  scroll-margin-top: 140px;
}

#tabs-nav {
  background-color: #eeede9;
  margin: 0 0 24px;
  font-size: 16px;
  z-index: 1030;
}

#tabs-nav ul.nav-tabs > li.nav-item > a.nav-link {
  background: none;
  border: none;
  border-radius: 0;
  padding: 10px 26px;
  color: #90867e;
  transition: color 0s;
}

#tabs-nav ul.nav-tabs > li.nav-item > a.nav-link:hover {
  color: #000;
}

#tabs-nav ul.nav-tabs > li.nav-item > a.nav-link.active {
  color: var(--primary);
  font-weight: 700;
  border-bottom: 5px solid var(--primary);
}

#tabs-nav {
  top: 65px;
  transition: top .5s ease-in-out;
}

#tabs-nav.scrolled {
  top: 0;
} */

#footer-top-wrapper,
#footer-bottom-wrapper,
#footer-nav .accordion-button {
  color: #fff;
}

#footer-nav .accordion-button {
  padding-left: 0;
  font-size: 1.5rem;
}

#footer-nav .accordion-item {
  background: unset;
}

#footer-nav li > a {
    display: block;
}

body.offcanvas-active,
body.video-active {
  overflow: hidden;
}

#offcanvas-open,
#offcanvas-close,
#video-canvas-close {
  padding: .75rem 1.5rem .75rem 4rem;
  cursor: pointer;
}

#offcanvas-open i,
#offcanvas-close i,
#video-canvas-close i {
  color: #fff;
  /*font-size: 1.25em;*/
}

#offcanvas {
  visibility: hidden;
  opacity: 0;
  border-radius: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  z-index: 1200;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: var(--offcanvas-bg);
  transition: visibility .15s ease-in-out, opacity .15s ease-in-out, background-color .25s ease;
  pointer-events: none;
}

#offcanvas::-webkit-scrollbar {
  display: none;
}

#offcanvas[aria-hidden="false"] {
  visibility: visible;
  opacity: 100%;
  pointer-events: unset;
}

#offcanvas .container {
  display: block;
}

#offcanvas-header {
  height: 65px;
  padding: 0;
  margin-bottom: 16px;
  background-color: var(--primary);
}

#offcanvas-search-wrapper {
  margin-bottom: 16px;
}

#offcanvas-search {
  display: flex;
  background-color: #fff;
  opacity: 60%;
  border-radius: 18px;
}

#offcanvas-search i,
#offcanvas-search input::placeholder {
  color: var(--offcanvas-primary);
  transition: var(--offcanvas-transition);
}

#offcanvas-search input::placeholder {
  font-weight: 700;
}

#offcanvas-search input {
  background: none;
  border: none;
}

#offcanvas-search [type="submit"] {
  order: -1;
  border: none;
  background: none;
}

#offcanvas-menu {
  position: relative;
  z-index: 10;
  padding-top: 16px;
}

#offcanvas-menu .navbar-nav > .nav-item {
  width: 100%;
}

#offcanvas-menu .navbar-nav > .nav-item > .nav-link {
  padding: 8px 12px;
  color: var(--offcanvas-secondary);
  font-size: 1.2rem;
  font-weight: 500;
  transition: none;
}

#offcanvas-menu .navbar-nav > .nav-item > .nav-link i {
  padding-right: 8px;
  opacity: 80%;
}

#offcanvas-menu .navbar-nav > .nav-item > .active {
  background-color: #fff;
  color: var(--offcanvas-primary);
  font-weight: 700;
}

#offcanvas-menu .offcanvas-submenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  padding: 0;
  background-color: #fff;
  margin-bottom: 3rem;
}

#offcanvas-menu .nav-item.has-submenu .nav-link.active + .offcanvas-submenu {
  visibility: visible;
  opacity: 100%;
}

#offcanvas-menu .offcanvas-submenu > .nav-item > .nav-link {
  color: var(--offcanvas-primary);
  padding: 10px 20px;
  transition: unset;
}

#offcanvas-menu .offcanvas-submenu > .nav-item > .nav-link.is-active,
#offcanvas-menu .offcanvas-submenu > .nav-item > .nav-link:focus,
#offcanvas-menu .offcanvas-submenu > .nav-item > .nav-link:active,
#offcanvas-menu .offcanvas-submenu > .nav-item > .nav-link:hover {
  color: var(--primary);
  font-weight: 700;
}

/* Positioning issue - extensively tested, problem stems from fixed parent */
#offcanvas-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: 30vh;
  object-fit: cover;
  -webkit-mask-image: -webkit-linear-gradient(90deg, #000 40%, transparent);
  mask-image: linear-gradient(0deg, #000 40%, transparent);
  pointer-events: none;
  /* object-position: top; */
}

#taxonomy-sidebar .dropdown-toggle::after {
  all: unset;
}


/* Search form */
.search-form-wrapper {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px 15px;
  margin-top: -1px;
  background-color: #ddd;
}

.search-form-wrapper.open {
  display: block;
}

.search-form .search-close {
  margin-left: 10px !important;
  padding: 10px;
  cursor: pointer;
}

.search-form .search-close:hover {
  color: #000;
}

.views-exposed-form select {
  display: inline-block;
  width: auto;
}

/* Top wrapper */
#top-wrapper,
#taxonomy-top-wrapper {
  position: relative;
}

/* #taxonomy-top-wrapper {
  z-index: -1;
} */

#top-wrapper.node {
  overflow: hidden;
}

#hero.panorama {
  height: max(50vh, 550px);
}

#node-bottom-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#node-bottom-wrapper #node-primary,
#node-bottom-wrapper #node-secondary {
  margin-bottom: 0;
}

#node-bottom-wrapper #node-primary {
  align-content: start;
}

/* #node-bottom-wrapper > .row > * {
  padding: 0 .5rem;
} */


/* Hero image & carousel */
#hero {
  position: relative;
  background-color: var(--light-gray);
}

#hero img,
#hero picture {
  height: 100%;
  user-select: none;
  pointer-events: none;
  object-fit: cover;
}

#top-wrapper #hero .view-hero-pool img,
#top-wrapper #hero .view-hero-pool picture {
  max-height: 840px;
}

#hero::before,
#hero::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

#hero::before {
  content: '';
  z-index: -1;
  background-color: var(--light-gray);
}

#top-wrapper #hero.hero-no-cover {
  display: none;
}


/* Node title card */
#node-title-card-wrapper {
  margin-top: 1rem;
  pointer-events: none;
}

#node-title-card-text,
#node-map-lg {
  pointer-events: auto;
}

#node-title-card-text p {
  font-size: 1.25rem;
  color: #9a908d;
}

#node-map-lg {
  position: relative;
  text-align: center;
  pointer-events: none;
}

#node-map-lg .inner {
  position: relative;
  height: 100%;
  pointer-events: none;
}

#node-map-lg i.fa-caret-up {
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  padding-left: 12px;
  z-index: 2;
  font-size: 3rem;
  pointer-events: none;
}

body:not(.page-node-type-event) #node-map-lg i.fa-caret-up {
  color: transparent;
  background: var(--bg);
  background-position: 50% 20%;
  -webkit-background-clip: text;
  background-clip: text;
}

body.page-node-type-event #node-map-lg i.fa-caret-up,
body.page-node-type-musician #node-map-lg i.fa-caret-up {
  color: var(--light-gray);
}

#node-map-lg a {
  pointer-events: auto;
  display: block;
  position: absolute;
  bottom: -102px;
  width: 100%;
  transition: bottom .35s ease;
}

#node-map-lg .inner.static a:hover {
  bottom: -77px;
}

#node-map-lg .inner:not(.static) a:hover {
  bottom: 0;
}

#node-map-lg .inner.swap a {
  animation: static-map-swap 1s ease-in-out;
}

@keyframes static-map-swap {
  0% { bottom: -102px; }
  35% { bottom: -100%; }
  60% { bottom: -100%; }
  100% { bottom: -102px; }
}

#node-map-lg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: .75rem;
  height: 100%;
  width: calc(100% - 1.5rem);
  background-image: linear-gradient(0deg, rgba(0,0,0,.25), transparent 74px);
  pointer-events: none;
}


/* Node content */
#node-bottom-wrapper #node-primary {
  margin-bottom: 1.5rem;
}

/* #node-primary .node-aside > * {
  margin-bottom: 3rem !important;
} */

/* Gallery */
#node-gallery {
  margin-right: -.25rem;
  margin-left: -.25rem;
  /* margin-bottom: 1.5rem; */
}

#node-gallery {
  padding: 0;
  margin-bottom: 28px;
}

#node-gallery .gallery-item {
  overflow: hidden;
  padding-right: .25rem;
  padding-left: .25rem;
  margin-bottom: .5rem;
}

#node-gallery .gallery-item .inner {
  position: relative;
}

#node-gallery .gallery-item .gallery-image {
  object-fit: cover;
  aspect-ratio: 5/3;
  cursor: pointer;
  width: 100%;
}

.gallery-excess {
  display: none;
}

/* .lg-backdrop {
  background-color: rgb(0 0 0 / 0.9);
} */

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: var(--primary);
}

/* .lg-outer .lg-thumb-outer {
  background: none;
} */

/* Node links */
#node-links {
  margin-bottom: 1.5rem;
  height: min-content;
}

#node-links > div {
  margin-bottom: .5rem;
  height: min-content;
}

/* Sidebar */
.node-aside > * {
  margin-bottom: 1.5rem !important;
}

.node-info > *:not(:last-child),
.node-info .contact > *:not(:last-child),
.node-info .hours > *:not(:last-child) {
  margin-bottom: 1rem;
}

.node-aside h2 {
  font-size: 1.5rem;
}

/* #node-contact > div > *:not(:last-child) {
  margin-bottom: 1rem;
} */


/* Node info */
.node-info {
  line-height: 1.25rem;
}

.node-info p {
  margin-bottom: 0;
}

.node-info .node-logo img,
.node-info .open-sign img {
  padding-right: 8px;
}

.node-info .phone {
  display: inline-block;
}

.node-info .qualifier,
.node-info .hours-info {
  font-style: italic;
}


.tablefield,
:is(#node-body, .text-block, .text-gallery) table {
  background-color: #fff;
  color: #212529;
}

.tablefield-wrapper .even,
:is(#node-body, .text-block, .text-gallery) table tr:nth-child(even) {
  background-color: var(--light-gray);
}

:is(#node-body, .text-block, .text-gallery) table :is(td, th) {
  padding: 0.5rem 0.75rem;
  border-bottom-width: 1px;
}

:is(#node-body, .text-block, .text-gallery) table {
  border-color: #dee2e6
}

#node-body .align-left,
#node-body .align-right {
  max-width: 50%;
}

#node-body .align-left,
#node-body .align-left figcaption {
  padding-right: 1rem;
}

#node-body .align-right,
#node-body .align-right figcaption {
  padding-left: 1rem;
}

#node-body .align-left {
  float: left;
}

#node-body .align-right {
  float: right;
}

.node-facebook {
  overflow-x: hidden;
}

.node-keywords a {
  display: inline-block;
  margin-right: .75rem;
  text-transform: capitalize;
}

.node-socials {
  height: fit-content;
}

.node-socials a {
  color: #fff;
}

.node-socials i {
  font-size: 2rem;
  display: block;
  padding: 10px 0;
}

.node-socials i.fa-facebook-f {
  background-color: #3e5b97;
}

.node-socials i.fa-twitter {
  background-color: #2aa7df;
}

.node-socials i.fa-x-twitter {
  background-color: #000;
}

.node-socials i.fa-pinterest-p {
  background-color: #c3282b;
}

.node-socials i.fa-instagram {
  background-color: #4394cc;
}

.node-socials i.fa-share-nodes {
  background-color: #2aa7df;
}

.node-socials i.fa-envelope {
  background-color: #aaa;
}

#node-map-accordion button.accordion-button,
#taxonomy-inner-wrapper .accordion button.accordion-button {
  background-color: #eeede9;
  color: #90867e;
}

#node-map-accordion button.accordion-button[aria-expanded="true"],
#taxonomy-inner-wrapper .accordion button.accordion-button[aria-expanded="true"] {
  color: var(--primary);
  font-weight: 700;
}

#node-map-accordion .accordion-item,
#taxonomy-inner-wrapper .accordion .accordion-item {
  background-color: transparent;
}

#flush-collapse-map {
  text-align: center;
}

#flush-collapse-map a {
  display: block;
}


/* Node <main> content */
/* #node-body {
  font-size: 1.25rem;
} */

/* #node-body {
  margin: 1rem 0;
} */

#node-body > * {
  margin-bottom: 1rem;
}

#node-body > a {
  display: block;
}

#node-body * {
  max-width: 100%;
}

#node-body img,
#node-body picture {
  display: block;
  height: auto !important;
  width: auto;
}

#node-body iframe {
  width: 100%;
  aspect-ratio: 5/3;
}

#node-body iframe[src*="youtu"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

#node-body h2 {
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-style: italic;
}

#node-body h2,
#node-body h3 {
  scroll-margin-top: 50px;
}

#node-body a {
  text-decoration: underline;
}

#node-body .tfu-events a {
  text-decoration: none !important;
}

body.adminimal-admin-toolbar h2,
body.adminimal-admin-toolbar h3 {
  scroll-margin-top: 129px;
}


/* Node featured ad blocks */
.featured-blocks {
  padding: 3rem 0 2rem;
  text-align: center;
}

.featured-blocks .row {
  padding: 0 .75rem;
}

.featured-blocks .row > [class*="col"] {
  margin-bottom: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.featured-blocks h2 {
  color: #98918e;
  font-size: .875rem;
  font-weight: 700;
  margin-bottom: 1.75rem;
}

.featured-blocks.bgc-dark-gray h2 {
  color: #fff;
}

.featured-blocks a {
  display: block;
}

.featured-blocks img,
.featured-blocks picture {
  width: 100%;
}

.featured-blocks .single {
  aspect-ratio: 6/5;
}

.featured-blocks .double {
  aspect-ratio: 3/5;
}


/* Node restaurant menu */
#node-menu {
  padding: 24px;
}

#node-menu h2,
#node-menu .dish {
  margin-bottom: 30px;
}

#node-menu h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}


/* Node upcoming events */
#node-upcoming-events .event {
  margin-bottom: 50px;
}

#node-upcoming-events p {
  margin-bottom: 0;
}

#node-upcoming-events .event-title,
#node-upcoming-events .event-title-mobile {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25rem;
}

#node-upcoming-events .event-title-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 12px;
  color: #fff;
  z-index: 3;
}

#node-upcoming-events .event-datetime {
  color: var(--primary);
  font-size: 1rem;
  font-style: italic;
}


/* YouTube Embeds */
.youtube-embed {
  width: 100%;
  aspect-ratio: 16/9;
}

/* Node contact form */
.node-contact-form {
  padding: .75rem;
}

.node-contact-form textarea {
  resize: none !important;
}


/* Taxonomy */
#taxonomy-top-info {
  position: relative;
  background: none;
  padding-top: 56px;
  padding-bottom: 64px;
}

#taxonomy-top-info-inner {
  max-width: 800px;
  margin: 0 auto;
}

#taxonomy-top-info-text {
  padding: 16px 16px 0;
}

#taxonomy-top-info .bundle-type {
  float: left;
  pointer-events: none;
}

#taxonomy-top-info .bundle-type::after {
  padding: 0 16px 16px 0;
  font-size: 4rem;
  font-weight: 800;
  color: rgba(200, 200, 200, 0.3);
}

#taxonomy-title {
  display: block;
  border-bottom: 2px dotted #bbb;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

#taxonomy-tagline {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
}

.view-all-categories .views-col {
  padding: 10px 20px;
}

.view-all-categories a {
   display: block;
}

.view-all-categories .views-view-grid {
  border-bottom: 2px dashed #bbb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#spotlight {
  position: relative;
  margin-bottom: 12px;
}

/* #spotlight::after {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  top: 0;
  left: 0;
  padding: .5rem;
  color: #fff;
  font-style: italic;
  text-shadow: #000 -1px 1px 4px;
  content: 'SPOTLIGHT';
} */

#spotlight img,
#spotlight picture {
  object-fit: unset;
}

#spotlight .spotlight-website,
#spotlight .spotlight-profile {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 50%;
  font-size: 1.25rem;
}

#spotlight .spotlight-website {
  left: 0;
  padding: 0 .25rem .5rem .5rem;
}

#spotlight .spotlight-profile {
  right: 0;
  padding: 0 .5rem .5rem .25rem;
}

.taxonomy-spotlight-wrapper {
  padding: 0;
}

#taxonomy-spotlight-title {
  color: var(--primary);
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

#taxonomy-spotlight-phone {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}

#taxonomy-spotlight-teaser {
  line-height: 1.25rem;
  font-style: italic;
}

#taxonomy-wrapper {
  overflow-x: hidden;
  padding-bottom: 2rem;
}

#taxonomy-wrapper > div.row > * {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

#taxonomy-sidebar::after {
  display: block;
  height: 50px;
  content: '';
  background: linear-gradient(180deg, #f2f2f0, transparent);
  pointer-events: none;
}

#taxonomy-sidebar h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  height: 50px;
  /* color: #eae7e4; */
  color: #f2f2f0;
  background-color: #c6bcb3;
  margin-bottom: 0;
  padding: 12px 0 12px 8px;
}

#taxonomy-sidebar a {
  transition: unset;
}

#taxonomy-sidebar .inner {
  background-color: #f2f2f0;
}

#taxonomy-sidebar ul,
#taxonomy-inner-wrapper .accordion ul {
  margin-bottom: 0;
}

#taxonomy-sidebar ul li a {
  font-weight: 500;
  display: block;
  padding: 4px 8px 4px;
  color: #111;
}

#taxonomy-inner-wrapper .accordion ul li a {
  font-weight: 500;
  display: block;
  padding: 4px 28px 4px;
  color: #111;
}

#taxonomy-sidebar ul ul li a {
  padding-left: 32px;
}

#taxonomy-sidebar a.active,
#taxonomy-sidebar a:hover,
#taxonomy-inner-wrapper .accordion a.active,
#taxonomy-inner-wrapper .accordion a:hover {
  background-color: #fff;
  color: #1e2125;
  font-weight: bold;
}

#taxonomy-sidebar a:focus,
#taxonomy-inner-wrapper .accordion a:focus {
  background-color: var(--primary);
  color: #fff;
}

#taxonomy-sidebar ul,
#taxonomy-inner-wrapper .accordion ul {
  padding-left: 0;
}

#taxonomy-sidebar ul > li:first-of-type > a,
#taxonomy-inner-wrapper .accordion ul > li:first-of-type > a {
  padding-top: 8px;
}

#taxonomy-sidebar ul > li:last-of-type > a,
#taxonomy-inner-wrapper .accordion ul > li:last-of-type > a {
  padding-bottom: 8px;
}

.featured-inner .buttons div:nth-child(1) > a.button,
.listing .buttons div:nth-child(1) > a.button {
  margin-right: 4px;
}

.featured-inner .buttons div:nth-child(2) > a.button,
.listing .buttons div:nth-child(2) > a.button {
  margin-left: 4px;
}

.listing .buttons {
  margin-top: 8px;
  /* margin-bottom: 8px; */
}

/* .view-history .listing .buttons div:nth-child(1) > a.button {
  margin-right: 0;
} */

/* .view-history .listing.enhanced .listing-image + .listing-info .buttons div:nth-child(1) > a.button {

} */

#taxonomy-featured-wrapper {
  background: linear-gradient(90deg, #978d85, #e0dedc);
}

#taxonomy-featured {
  padding: 8px 0 0 8px;
}

#taxonomy-featured > h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #fff;
}

#taxonomy-featured > h2 span {
  color: #dbd8d5;
  font-weight: 400;
  font-style: italic;
}

#taxonomy-featured > div > article.featured-listing > div.inner {
  background-color: #fff;
  margin: 0 8px 8px 0;
}

.featured-view-all {
  margin: 4px 8px 0 0;
  float: right;
  font-weight: 400;
  font-size: 1rem;
  background: #fff;
  padding: 5px 10px;
}

.featured-inner,
.listing .inner {
  padding: 8px;
}

.featured-inner .title,
.listing .title {
  font-size: 1.5rem;
  margin-bottom: .25rem;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.listing .listing-info {
  align-self: flex-start;
}

.featured-inner .title > a {
  color: #069;
}

.featured-inner .title > a:hover {
  color: #08b;
}

.featured-inner .teaser {
  line-height: 1.25rem;
  margin-bottom: .75rem;
}

.featured-inner .phone,
.listing .phone,
.listing .when {
  margin-bottom: 0;
}

.taxonomy-enhanced-wrapper .phone {
  margin-bottom: 4px;
}

.featured-inner .phone > a,
.listing .phone > a,
.spotlight .phone > a,
.vsa-card .phone > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.featured-inner .address {
  margin-bottom: 8px;
}

.listing .address {
  margin-bottom: 0;
}

.featured-inner .address,
.listing .address {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  color: #777;
  display: inline-block;
}

.listing .qualifier {
  margin-bottom: 0;
}

.listing .qualifier > a {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}

.taxonomy-enhanced-wrapper > article.listing,
.taxonomy-list-wrapper > article.listing {
  padding: 30px 10px;
  border-bottom: 2px dotted #bbb;
}

@media (min-width: 992px) {
  .taxonomy-enhanced-wrapper > article.listing,
  .taxonomy-list-wrapper > article.listing {
    padding: 10px;
  }
}

.taxonomy-enhanced-wrapper > article.listing:nth-child(odd),
.taxonomy-list-wrapper > article.enhanced {
  background-color: #f2f2f0;
}

.taxonomy-list-wrapper.view-history > article.enhanced {
  background-color: unset;
}

.taxonomy-list-wrapper > article.enhanced .listing-image,
.taxonomy-list-wrapper > article.attraction .listing-image {
  padding-right: 4px;
}

#taxonomy-filters {
  /* background-color: #e0dedc; */
  background: var(--bg-light-brown);
  padding: 96px 10px 72px;
}

#taxonomy-filters.search-filters {
  background: none;
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px
}

#search-filter-wrapper {
  background: linear-gradient(90deg,#978d85,#e0dedc);
}

#taxonomy-filters .form-item {
  margin: 0;
}

#taxonomy-filters select {
  width: 20ch;
}

#taxonomy-filters input[type="text"] {
  display: inline-block;
  width: auto;
  background-color: #fff;
}

#taxonomy-filters select,
#taxonomy-filters input[type="text"] {
  border: 1px solid #767676;
  width: 20ch;
  padding: 4px 8px;
}

#taxonomy-filters .js-form-item.form-type-date input {
  width: 100%;
  border: 1px solid #767676;
}

/* #taxonomy-filters .js-form-item {
  padding: 5px 10px;
} */


/* Testing */
.pagination .page-item:not(:last-of-type) {
  border-right: 2px solid #635b54;
}


nav.pager { margin-top: 30px; }

.pagination .page-item .page-link, nav.pager a {
  background-color: #978d85;
  color: #fff;
  padding: 8px 20px;
  border: none;
}

nav.pager a { padding: 10px 20px; }

.pagination .page-item .page-link:hover,
nav.pager a:hover {
  background-color: #504a44;
}

.pagination .page-item .page-link:focus,
nav.pager a:focus {
  background-color: var(--primary);
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  background-color: #ebebeb;
  color: #940006;
}


/* Events */
.taxonomy-enhanced-wrapper.events > h3 {
  padding: 1.25rem .5rem .75rem;
  margin: 0;
}


/* Music Events */
.form-control.bef-datepicker {
  display: inline-block;
  /* background: url('/themes/custom/vsa/img/icon-events-calendar.gif') #fff no-repeat 95% 50%; */
}

.ui-state-highlight,
.ui-widget-content
.ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background-color: var(--primary);
  color: #fff;
  font-weight: bold;
  border: #000;
}

#taxonomy-inner-wrapper.music > .row {
  padding-top: .5rem;
  padding-left: .5rem;
}

#taxonomy-inner-wrapper.music h3:not([id^="flush-heading-"]):not(.title) {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.mevent {
  margin-bottom: 1rem;
}

/* .mevent .inner {
  margin-bottom: .5rem;
  margin-right: .5rem;
} */

.mevent-top {
  position: relative;
  overflow: hidden;
}

.mevent-top a {
  display: block;
}

.mevent-top .play-trigger {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  height: 50%;
  width: 50%;
  cursor: pointer;
}

.play-icon {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(72px, 33.33%);
  color: #fff;
  aspect-ratio: 1/1;
  pointer-events: none;
  background-color: rgba(0,0,0,.5);
}

.mevent-top .play-icon {
  transition: background-color .15s ease-in-out;
}

#node-gallery .play-icon,
#topic-gallery .play-icon,
.text-gallery .play-icon,
.gallery .play-icon {
  transition: background-color .25s ease;
}

#node-gallery .play-icon img,
#topic-gallery .play-icon img,
.text-gallery .play-icon img,
.gallery .play-icon img,
.play-icon img {
  max-height: 100%;
  width: 40% !important;
  transition: width .15s ease-in-out;
  transform: scale(1) !important;
}

.mevent-top .play-trigger:hover + .play-icon,
#node-gallery .gallery-item:hover .play-icon,
#topic-gallery :is(img, picture):hover .play-icon,
.text-gallery .text-gallery__item:hover .play-icon,
.gallery .gallery__item:hover .play-icon {
  background-color: rgba(0,0,0,1);
}

#node-body .mevent-top .play-trigger:hover + .play-icon img,
.mevent-top .play-trigger:hover + .play-icon img,
#node-gallery .gallery-item:hover .play-icon img,
#topic-gallery .gallery-item:hover .play-icon img,
.text-gallery .text-gallery__item:hover .play-icon img,
.gallery .gallery__item:hover .play-icon img {
  width: 45% !important;
}

.pricing-icon {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: .5rem;
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 1px 1px 5px #000;
}

.pricing-icon ~ div .title {
  width: calc(100% - 2rem);
}

.mevent-top .title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}

.mevent-top .title a {
  color: #fff;
  padding: .5rem;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.25rem;
  text-shadow: 1px 1px 5px #000;
}

.mevent-bottom,
#video-canvas .date,
#video-canvas .info,
.related-event-when {
  font-weight: 700;
  padding: .5rem .5rem;
}

/* #video-canvas .date h2 {
  font-size: 1.5rem;
} */

.mevent-bottom .where a,
#video-canvas .info .where a {
  display: block;
}

#video-canvas .prev .where,
#video-canvas .next .where {
  display: none;
}

.mevent-bottom .where a::before,
#video-canvas .info .where a::before,
.listing.event .address a::before,
.next-where a::before {
  content: "@ ";
}

#video-canvas {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.95);
  transition: visibility .15s ease-in-out, opacity .15s ease-in-out;
}

#video-canvas.show {
  visibility: visible;
  opacity: 1;
}

#video-canvas .row {
  margin: 0;
}

#video-canvas-header {
  position: fixed;
  height: 65px;
  width: 100%;
  padding: 0;
  background-color: var(--primary);
}

#video-canvas > .inner {
  min-height: calc(100% - 65px);
  margin-top: 65px;
  padding: 1rem 0 1rem;
  align-content: space-around;
}

#video-canvas .mevent .inner {
  margin: 0;
}

#video-canvas .mevent-top .play-trigger,
#video-canvas .mevent-top .play-icon {
  display: none;
}

#video-canvas .prev,
#video-canvas .next {
  opacity: .4;
  transition: opacity .15s ease-in-out;
}

#video-canvas .prev:hover,
#video-canvas .next:hover {
  opacity: 1;
}

#video-canvas .mevent-bottom {
  height: 3rem;
}

/* #video-canvas .info .title a,
#video-canvas .info .where a, */
#video-canvas .mevent-top .title,
#video-canvas .mevent-bottom .where a,
#video-canvas .prev-button,
#video-canvas .next-button,
#video-canvas .current-event .info a {
  transition: color .15s ease-in-out;
}

#video-canvas .mevent-bottom,
#video-canvas .mevent-bottom a,
#video-canvas .date h2,
#video-canvas .prev .title a,
#video-canvas .next .title a,
#video-canvas .current-event .info,
#video-canvas .current-event .info a {
  color: #fff;
}

#video-canvas .info .where a:hover,
#video-canvas .mevent-bottom .where a:hover,
#video-canvas .prev h2:hover,
#video-canvas .next h2:hover,
#video-canvas .current-event .info a:hover {
  color: var(--primary);
}

#video-canvas .info a {
  display: block;
}

#video-canvas .date h2,
#video-canvas .info h2 {
  margin-bottom: 0;
}

#video-canvas .prev-button,
#video-canvas .next-button {
  text-align: center;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

#video-canvas .prev,
#video-canvas .next {
  height: 40%;
}


.mevent-top .title {
  font-size: 1.5rem;
}

.mevent,
#video-canvas .date,
#video-canvas .info {
  line-height: 1.5rem;
  font-size: 1.25rem;
}

.mevent .times {
  font-size: 1.125rem;
}

#video-canvas .current-event {
  text-align: left;
}

#video-canvas iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
}

@media (min-width: 992px) {
  #video-canvas .current-event {
    text-align: left;
  }

  .mevent-top .play-trigger {
    height: 33.33%;
    width: auto;
    aspect-ratio: 1/1;
  }

  .mevent-top .title {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  /* #taxonomy-featured > div > article.featured-listing > div.inner {
    height: calc(100% - 8px);
  } */

  .taxonomy-enhanced-wrapper .listing.enhanced .listing-image,
  .taxonomy-enhanced-wrapper .listing.enhanced .listing-info {
    padding-right: 8px;
  }

  .taxonomy-list-wrapper .listing.enhanced .listing-image,
  .taxonomy-list-wrapper .listing.attraction .listing-image {
    padding-right: 4px;
  }

  .taxonomy-list-wrapper .listing.enhanced .listing-image + .listing-info,
  .taxonomy-list-wrapper .listing.attraction .listing-image + .listing-info {
    padding-left: 4px;
  }

  .taxonomy-enhanced-wrapper > article.listing.community-listing {
    background-color: transparent;
  }

  /* .taxonomy-enhanced-wrapper > article.listing.community-listing:nth-child(4n),
  .taxonomy-enhanced-wrapper > article.listing.community-listing:nth-child(4n-1) {
    background-color: #f2f2f0;
  } */

  #video-canvas .current-event,
  #video-canvas .prev,
  #video-canvas .next {
    height: initial;
  }

  #video-canvas .prev .where,
  #video-canvas .next .where {
    display: block;
  }

  #video-canvas > .inner {
    align-items: center;
  }

  #video-canvas .prev {
    order: -1;
  }

  /* #video-canvas .prev > * {
    width: 80%;
    float: left;
  }

  #video-canvas .next > * {
    width: 80%;
    float: right;
  } */
}

/* @media (min-width: 768px) and (max-width: 991.98px) {
  #video-canvas .current-event {
    text-align: center;
  }

  #video-canvas iframe {
    width: unset;
  }
} */

#musician-lineup .mevent .inner {
  margin-right: 0;
}

#musician-lineup .view {
  margin: 0 -.25rem;
}

#musician-lineup .view > div {
  padding-left: .25rem;
  padding-right: .25rem;
}

/* .musician-lineup .mevent-top a,
.musician-lineup .mevent-bottom {
  display: none;
}

.musician-lineup .mevent {
  margin-bottom: 0;
}

.musician-lineup .mevent .inner {
  margin-right: 0;
  margin-bottom: 0;
}

.musician-lineup .mevent-top {
  height: 4rem;
  width: 4rem;
}

.musician-lineup .mevent-top::after {
  content: none;
}

.musician-lineup .mevent-top .play-trigger {
  height: 100%;
  width: 100%;
}

.musician-lineup .mevent-top .play-icon {
  position: static;
  height: 100%;
} */



/* Related */
.related > .related-item {
  padding-left: .25rem;
  padding-right: .25rem;
}

.related-wrapper {
  margin-bottom: 1.5rem;
}

.related-wrapper .view {
  margin: 0 -.25rem;
}

.related-wrapper .view-coupons {
  margin: 0 -.5rem;
}

#musician-lineup .view h2,
.related-wrapper .view h2 {
  margin-left: .25rem;
}

.view .related-card {
  margin-bottom: .5rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
}

.related-card .inner,
.floated-category .floated-inner {
  position: relative;
  overflow: hidden;
}

.related-card a {
  display: block;
}

.related-card .title,
.floated-category .title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
}

.related-card .title {
  font-size: 1.25rem;
  text-shadow: 1px 1px 5px #000;
}

.related-card .title a {
  padding: .5rem;
  color: #fff;
}

.related-card .distance {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: .5rem;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1rem;
  text-shadow: 1px 1px 5px #000;
  color: #fff;
  transition: color .15s ease-in-out;
}

.related-card p {
  margin-bottom: 0;
}

#node-body .mevent-top a img,
#node-body .mevent-top a picture,
.mevent-top a img,
.mevent-top a picture,
.related-card a img,
.related-card a picture,
.floated-category a img,
.floated-category a picture {
  /* aspect-ratio: 5/3;
  object-fit: cover; */
  width: 100%;
}

@media (min-width: 992px) {
  .related-card:nth-child(4) {
    display: none;
  }
}


/* Partner Views */
.view-all {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-top: 1rem;
}

.view-all a {
  display: block;
  width: 100%;
  padding: .5rem;
}


/* Home styles */

/* Home hero */
/* .floated-hero {
  min-height: max(70vh, 500px);
  height: max(70vh, 500px);
} */

.floated-item::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-image: var(--hero-overlay);
}

.floated-hero .floated-item {
  height: max(70vh, 500px);
}

.floated-hero .floated-item .container {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}

.floated-hero .floated-item-inner {
  position: absolute;
  bottom: 4rem;
}

.floated-hero .title,
.floated-hero .teaser {
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}

.floated-hero .title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.floated-hero .teaser {
  display: none;
  font-weight: 700;
  font-size: 1.5rem
}

.floated-hero .button {
  width: 50%;
}

.floated-hero .related-tag {
  bottom: 0;
  left: 0;
}

@media (min-width: 992px) {
  .floated-hero .floated-item-inner {
    max-width: 65%;
  }

  .floated-hero .teaser {
    display: block;
  }

  .floated-hero .related-tag {
    left: unset;
    right: 0;
  }

  .floated-hero .floated-item-inner {
    bottom: 3rem;
  }

  .floated-hero .title {
    font-size: 3rem;
  }

}

/* Home content */
.home-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home-heading {
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}

#home-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#home-content h1 {
  line-height: 3rem;
  margin: 1rem 0;
}

#home-content h2 {
  margin: 1rem 0;
}

#home-content .splash .inner {
  position: relative;
  height: 100%;
}

@media (min-width: 992px) {
  #home-content .content {
    margin: 3rem 0 4rem;
  }

  #home-content .splash {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    height: 100%;
  }

  #home-content .splash .inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #fff, transparent 30%);
  }

  #home-content .splash img,
  #home-content .splash picture {
    height: 100%;
    max-width: 1400px;
    object-fit: cover;
    object-position: left center;
  }
}

/* Home categories */
#home-categories {
  background: var(--bg-shells);
}

.floated-categories {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.floated-category {
  position: relative;
  padding: 0;
}

.floated-category a {
  display: block;
}

.floated-category .title a {
  text-shadow: 3px 3px 8px #000;
}

.floated-category.col-lg-6 .title {
  font-size: 1.75rem;
}

.floated-category.col-6 .title {
  font-size: 1.5rem;
}

.floated-category .title a {
  padding: .75rem;
  color: #fff;
}

/* Home featured blocks */
#home-featured-blocks {
  background: var(--bg-dark);
}


/* Top Featured Events / Music */
.tfu .title a {
  display: block;
}

.tfu img,
.tfu picture {
  width: 100% !important;
}



.img-zoom .title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
}

.img-zoom .title a {
  display: block;
  padding: .75rem;
  color: #fff;
  text-shadow: 3px 3px 8px #000;
}



.tfu-b1,
.tfu-b2,
.tfu-b3 {
  margin-bottom: 1.5rem;
}

.tfu-b1,
.tfu-b1 .title a,
.tfu-music .tfu-b2 .title a {
  color: #fff;
}

.tfu-b1 .content,
.tfu-music .tfu-b2 .title a {
  padding: .75rem;
}

.tfu-b1 .inner,
.tfu-b2 .inner,
.tfu-b3 .inner {
  position: relative;
}

.tfu-b1 .content {
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  line-height: 1.25rem;
  pointer-events: none;
}

.tfu-b1 .content,
.tfu-music .tfu-b2 .title {
  text-shadow: 3px 3px 8px #000;
}

.tfu-b1 .content a {
  pointer-events: auto;
}

.tfu-b1 .title,
.tfu-b1 .where {
  margin-bottom: 0;
}

.tfu-b1 .img-zoom .title {
  pointer-events: none;
  font-size: 1.5rem;
  position: relative;
}

.tfu-b1 .img-zoom .title a {
  padding: 0;
}

.tfu-music .tfu-b1 .img-zoom .title a {
  padding-bottom: .25rem;
}

.tfu-b1 .datetime,
.tfu-b2 .datetime,
#spotlight .datetime,
.img-zoom .datetime,
.spotlight__date.datetime {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: .75rem 1rem;
  text-align: center;
  line-height: 1.5rem;
  background-color: rgba(0,0,0,.6);
  border-bottom: .25rem solid var(--primary);
  pointer-events: none;
}

.tfu-b2 .datetime,
#spotlight .datetime,
.img-zoom .datetime,
.spotlight__date.datetime {
  color: #fff;
}

.tfu-b1 .where {
  margin-bottom: 0;
}

.tfu-b2 .where a,
.tfu-b3 .where a {
  display: block;
}

.tfu-b1 .when {
  pointer-events: none;
}

.tfu .tfu-b2:nth-child(odd) {
  padding-right: .75rem;
}

.tfu .tfu-b2:nth-child(even) {
  padding-left: .75rem;
}

.tfu-b2,
.tfu-b3 {
  line-height: 1.5rem;
}

.tfu-music .tfu-b2 .title {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.tfu-music .tfu-b2 .content {
  padding: 0 .75rem;
}

.tfu-b3 .info {
  padding-left: .5rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

#home-music {
  background: var(--bg-dark);
}

#home-article-grid {
  background: var(--bg-light-brown);
}

.article-grid article {
  margin-bottom: 1.5rem;
  line-height: 1.375rem;
}

.article-grid .title {
  font-size: 1.25rem;
  margin-top: .5rem;
  margin-bottom: .25rem;
}

.article-grid .teaser {
  margin-bottom: 0;
  color: #444;
}




/* Home banner */
.banner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-repeat: repeat;
  background-position: center;
}

.banner-notice {
  background: var(--bg-light-brown);
}

.banner-notice .content {
  text-align: center;
}

.banner-notice h2 {
  font-weight: normal;
  font-style: italic;
}

.banner-notice p {
  margin-bottom: 0;
}

.banner-notice .read-more {
  font-weight: 700;
  font-style: italic;
  white-space: nowrap;
}

.banner-callout {
  background: #003654 url('../jpg/bg-blue-shoreline.jpg');
  background-size: cover;
  background-position: center;
}

.banner-callout h2,
.banner-callout p {
  color: #fff;
}

.banner-callout .content {
  text-align: center;
}

.footer-banner img,
.footer-banner picture {
  width: auto;
}


/* Event node date */
/* .node-next-event {
  position: relative;
  max-width: 100vw;
  width: 110%;
  margin: 0;
  padding: 1rem 0;
  left: 50%;
  transform: translateX(-50%);
} */

.node-next-event {
  padding: 1rem 0;
}

.node-next-event i {
  margin-right: 1.5rem;
  font-size: 2.5rem;
  color: #968d85;
}

.node-next-event h2 {
  display: inline-block;
  margin: 0;
  font-size: 1.25rem;
}

.node-next-event .next-where {
  font-size: 1.25rem;
}


/* Coupons */
.coupon .title-floated,
.summary-floated {
  margin-bottom: 0;
  padding: .75rem;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  line-height: 1.25rem;
  pointer-events: none;
  pointer-events: none;
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 3px 3px 8px #000;
  line-height: 1.75rem;
}

.coupon .content {
  background-color: #fff;
  padding: .5rem;
  border: 5px dashed #ddd;
  min-height: 175px;
  /* align-content: space-between; */
}

.coupon-yellow .content {
  background-color: #fffff0;
}

.coupon .content > div {
  padding: .5rem;
}

.coupon p {
  margin-bottom: 0;
}

.coupon-logo {
  float: left;
  padding-right: 8px;
  width: auto;
}


/* Contact forms */
#node-body .webform-submission-form * {
  max-width: unset;
}

.webform-submission-form {
  background-color: var(--light-gray);
  padding: 1.25rem;
}


/* BEF Datepicker */
#ui-datepicker-div {
  box-shadow: 2px 2px 20px rgba(0,0,0,.5);
}

/* Webform datepicker */
.webform-submission-form .hasDatepicker {
  background: url('../gif/icon-events-calendar.gif') #fff no-repeat 95% 50%;
}


/* Taxonomy accordion */
#taxonomy-inner-wrapper .accordion {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#taxonomy-inner-wrapper .accordion .navbar-nav,
#taxonomy-inner-wrapper .accordion .facets-widget-checkbox {
  background-color: #f2f2f0;
  padding: 0;
}


/* Webforms */
/* .webform-options-display-two-columns {

} */


.team-table td {
  word-break: break-word;
}



/* Search page */
/* #block-search-filters .form-item-query {
  width: 50%;
} */

#block-search-filters .form-item-query input {
  width: 100%;
}




.view-history .listing .buttons div:nth-child(1) > a.button {
  margin-right: 0;
}





/* Byline */
#node-primary .byline {
  background: var(--bg-light-brown);
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}

#node-primary .byline img,
#node-primary .byline picture {
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin-right: 16px;
  object-fit: cover;
  max-width: 100px;
  float: left;
}



/* Visitor Info Request submitting modal */
:is(#info-request-submit, #musician-to-musician-signup-submit) .submit-modal {
  position: fixed;
  z-index: 1260;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 600px;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  background: #fff;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

:is(#info-request-submit, #musician-to-musician-signup-submit) .titlebar {
  position: relative;
  padding: .4em 1em;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ccc;
  border-radius: 0;
  background: #f3f4ee;
  color: #333;
  font-weight: bold;
}

:is(#info-request-submit, #musician-to-musician-signup-submit) .titlebar-dialog {
  margin: .1em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
}

:is(#info-request-submit, #musician-to-musician-signup-submit) .dialog {
  position: relative;
  min-height: 85px;
  max-height: 1184px;
  height: auto;
  width: auto;
  padding: .5em 1em;
  border: 0;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 1em;
  overflow: auto;
}

:is(#info-request-submit, #musician-to-musician-signup-submit) .spinner {
  text-align: center;
}

:is(#info-request-submit, #musician-to-musician-signup-submit) .spinner img {
  width: 30%;
}

@media (max-width: 48em) {
  :is(#info-request-submit, #musician-to-musician-signup-submit) .submit-modal {
    width: 92% !important;
  }
}

:is(#info-request-submit, #musician-to-musician-signup-submit) .overlay {
  position: fixed;
  z-index: 1259;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aaa;
  opacity: .3;
}


/* VSA tables */
.vsa-table {
	border-color: #dee2e6;
	background-color: #fff;
	color: #212529;
}

.vsa-tbody,
.vsa-thead,
.vsa-tr,
.vsa-td,
.vsa-th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

.vsa-table .vsa-td,
.vsa-table .vsa-th {
	padding: 0.5rem 0.75rem;
	border-bottom-width: 1px;
}

.vsa-th {
	font-weight: bold;
}

.vsa-table .vsa-tr:nth-child(2n) {
	background-color: var(--light-gray);
}

.vsa-table.child-neighborhoods {
  margin-bottom: 1.5rem;
}

/* Relocation */
.home-type-header {
  padding: 1rem .5rem .5rem;
}


/* Facets */
.facets-widget-checkbox {
  padding-top: 8px;
}

.facets-widget-checkbox .facet-item {
  padding: 4px 8px;
}

.facets-widget-checkbox .facet-item label {
  display: inline;
  padding-left: 8px;
}


/* Table of contents */
/* .table-of-contents ol {
	counter-reset: item;
}

.table-of-contents li a {
  display: block;
}

.table-of-contents li a::before {
	content: counters(item, '.') ' ';
	counter-increment: item;
} */

.table-of-contents > ol {
  list-style: inside decimal;
  line-height: 1.5rem;
}

.table-of-contents > ol > li:not(:first-of-type),
.table-of-contents ol ol li {
  margin-top: .5rem;
}

.table-of-contents ol ol {
  margin-left: 2rem;
}











/* General offcanvas */
#offcanvas-general {
  background: var(--bg);
}

#offcanvas-general.show {
  visibility: visible;
}

#offcanvas-general .offcanvas-header {
  background: var(--bg-dark);
  box-shadow: 1px 1px 5px rgba(0,0,0,.25);
}

#offcanvas-general-trigger {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border-color: transparent;
  background-color: var(--primary);
  color: #fcc;
  transform: scale(0);
  transition: transform .15s ease-in-out;
}

#offcanvas-general-trigger.show {
  display: flex;
  transform: scale(1);
}

#offcanvas-general-trigger:hover {
  color: #fff;
}

/* Media queries */
@media (min-width: 576px) {
  #node-links > div:nth-child(1) {
    padding-right: .5rem;
  }

  #node-links > div:nth-child(2) {
    padding-left: .5rem;
  }

  .webform-flex-2 > .webform-section-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .webform-flex-2 > .webform-section-wrapper > .form-item {
    flex: 0 0 auto;
    width: 50%;
  }

  .webform-flex-2 > .webform-section-wrapper > .form-item:nth-child(odd) {
    padding-right: 10px;
  }

  .webform-flex-2 > .webform-section-wrapper > .form-item:nth-child(even) {
    padding-left: 10px;
  }

  .webform-options-display-two-columns {
    display: block !important;
  }

}

@media (min-width: 768px) {
  /* #taxonomy-filters select {
    width: 30ch;
  } */

  .webform-flex--container {
    margin-right: 0;
    margin-left: 0;
  }

  .webform-flex-3 > .webform-section-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .webform-flex-3 > .webform-section-wrapper > .form-item {
    flex: 0 0 auto;
    width: 33.33%;
  }

  .webform-flex-3 > .webform-section-wrapper > .form-item:nth-child(1) {
    padding-right: 10px;
  }

  .webform-flex-3 > .webform-section-wrapper > .form-item:nth-child(2) {
    padding-right: 5px;
    padding-left: 5px;
  }

  .webform-flex-3 > .webform-section-wrapper > .form-item:nth-child(3) {
    padding-left: 10px;
  }

}


@media (min-width: 992px) {
  .accessible-lg {
    position: fixed;
    top: -9999px;
    left: -9999px;
    height: 1px;
    width: 1px;
  }

  #top-wrapper #hero.hero-mini {
    height: 500px
  }

  #top-wrapper #hero.hero-no-cover {
    display: block;
  }

  .no-cover {
    background: var(--bg-dark);
    height: 400px;
  }

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }

  .lg-notch {
    clip-path: polygon(calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%, 0 0);
    /* margin-bottom: -1px;
    padding-bottom: 1px; */
  }

  #hero.home-hero,
  #hero.home-hero img,
  #hero.home-hero picture {
    min-height: max(70vh,500px);
    height: max(70vh,500px);
  }

  #hero.taxonomy-hero,
  #hero.taxonomy-hero img {
    height: max(60vh, 500px);
  }

  #taxonomy-top-info-wrapper {
    margin-top: min(-25vh, -225px);
    position: relative;
    z-index: 1;
  }

  #taxonomy-top-info-wrapper.abridged {
    margin-top: min(-5vh, -225px);
  }

  #taxonomy-top-info-wrapper.short {
    margin-top: min(-5vh, -80px);
  }

  #taxonomy-top-info-wrapper > .row {
    margin: 0;
  }

  #node-title-card {
    display: flex;
  }

  #node-title-card-text {
    align-self: end;
    width: 100%;
    text-shadow: 2px 2px 5px #000;
  }

  #node-title-card-text h1,
  #node-title-card-text p {
    color: #fff;
  }

  #node-secondary .node-aside > :not(:last-child) {
    margin-bottom: 3rem !important;
  }

  /* #node-bottom-wrapper #node-primary {
    align-content: start;
    margin-bottom: 0;
  } */

  /* #node-title-card, */
  #taxonomy-top-info-wrapper:not(.abridged),
  #taxonomy-top-info-wrapper.abridged #taxonomy-top-info  {
    background: var(--bg);
  }

  .tabs-nav-target {
    scroll-margin-top: 110px;
  }

  #tabs-nav {
    top: 46px;
  }

  #top-wrapper #hero::after {
    content: '';
    z-index: 1;
    background-image: var(--hero-overlay);
  }

  .taxonomy-hero::after {
    content: '';
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(0,0,0,.5), transparent 20%);
  }

  /* #taxonomy-top-wrapper #hero {
    -webkit-mask-image: -webkit-linear-gradient(270deg, #000 85%, transparent);
    mask-image: linear-gradient(180deg, #000 85%, transparent);
  } */

  #node-title-card-wrapper {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    margin-top: 0;
  }

  #node-title-card-wrapper > .inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .node-socials i {
    opacity: .5;
    transition: opacity .25s ease;
  }

  .node-socials i:hover {
    opacity: 1;
  }

  #node-upcoming-events .event {
    margin-bottom: 20px;
  }

  #node-upcoming-events .event-image {
    width: 100%;
    padding-right: 10px;
  }

  #taxonomy-filters select {
    width: 17ch;
  }

  #taxonomy-filters select[name="region"] {
    width: 20ch;
  }

  #taxonomy-filters select[name="items_per_page"],
  #taxonomy-filters select[name="perpage"] {
    width: unset;
  }

  #taxonomy-inner-wrapper.push-down {
    position: relative;
    margin-top: 50px;
  }

  #node-title-card {
    position: relative;
  }

  /* #node-title-card::after, */
  .abridged #taxonomy-top-info::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, .20);
    background-image: url('../jpg/bg-45deg.jpg');
    pointer-events: none;
  }

  /* #node-title-card-text h1 {
    padding-right: 32px;
  } */

  #user-page .banner,
  #user-login-page .banner {
    height: 230px;
  }

  .featured-blocks.constrained .row {
    margin: 0 6rem;
  }

  .banner-callout .content {
    text-align: left;
  }

  #home-content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .free-badge-desktop {
    display: block;
  }

  .free-badge-mobile {
    display: none;
  }

  #taxonomy-top-info-wrapper.abridged #taxonomy-top-info h1 {
    margin-right: 4rem;
  }

  #taxonomy-top-info-wrapper.abridged .bundle-type {
    right: 4rem;
  }

}


/* Between */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #node-title-card-text h1 {
    font-size: 2.5rem;
  }

  /* #node-map-lg .inner {
    bottom: -40%;
  } */
}


@media (min-width: 1200px){
  #footer-nav .collapse {
    display: block;
    height: auto !important;
    visibility: visible;
  }

  #footer-nav .collapsing{
    position: relative;
    height: unset !important;
    overflow: hidden;
  }

  #footer-nav .accordion-button::after {
    display: none;
  }

  #footer-nav .accordion-button {
    cursor: default;
  }

  #node-map-lg a {
    bottom: -138px;
  }

  #node-map-lg .inner.static a:hover {
    bottom: -113px;
  }

  @keyframes static-map-swap {
    0% { bottom: -138px; }
    35% { bottom: -100%; }
    60% { bottom: -100%; }
    100% { bottom: -138px; }
  }

}

@media (min-width: 1400px) {
  #taxonomy-filters select {
    width: 17ch;
  }

  #taxonomy-filters select[name="region"] {
    width: 20ch;
  }

  #hero.container-xxl > img,
  #hero.container-xxl > picture,
  #hero.container-xxl .carousel,
  #hero.container-xxl::before,
  #hero.container-xxl::after {
    display: block;
    aspect-ratio: 5/3;
    max-width: 100vw;
    width: 110%;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    /* v3.5 change */
    overflow: hidden;
    border-radius: 0 0 10px 10px;
  }

  #hero.container-xxl > img,
  #hero.container-xxl > picture,
  #hero.container-xxl .carousel {
    position: relative;
  }

  #hero.container-xxl::after {
    position: absolute;
  }

  .node-next-event {
    position: relative;
    max-width: 100vw;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .container-xxl .node-next-event {
    width: calc(110% - 20px);
    border-radius: 0 0 10px 10px;
  }

  #video-canvas .prev .inner,
  #video-canvas .next .inner {
    max-width: 80%;
    margin: 0 auto;
  }

  #node-map-lg a {
    bottom: -175px;
  }

  #node-map-lg .inner.static a:hover {
    bottom: -150px;
  }

  @keyframes static-map-swap {
    0% { bottom: -175px; }
    35% { bottom: -100%; }
    60% { bottom: -100%; }
    100% { bottom: -175px; }
  }

}


@media (max-width: 991.98px) {
  /* #hero .inner {
    width: 100%;
    aspect-ratio: 5/3;
  } */

  #node-secondary .node-info,
  #node-secondary .node-socials {
    display: none;
  }

  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }

  #node-upcoming-events .event > .event-card {
    position: relative;
    margin-bottom: 20px;
    width: 80%;
  }

  .event .event-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 30%);
    width: 100%;
    pointer-events: none;
  }

  #taxonomy-filters {
    text-align: right;
  }

  .taxonomy-spotlight-wrapper .inner {
    background-color: #fff;
    padding: 0 8px;
  }

  #taxonomy-spotlight-title {
    margin-bottom: 0;

  }

  #taxonomy-spotlight-teaser {
    margin-top: 4px;
  }

  /* #taxonomy-filters .js-form-item {
    max-width: 50%;
  }

  #taxonomy-filters .js-form-item > :not(label) {
    max-width: 100%;
  }

  #taxonomy-filters .js-form-item.form-type-date {
    max-width: 100%;
    float: none;
    clear: both;
    text-align: left;
  } */

  .path-frontpage .carousel-control-prev {
    display: none;
  }

  body::before {
    content: '';
    display: block;
    width: 100%;
    min-height: 65px;
    background-color: var(--primary);
    pointer-events: none;
  }

  #top-wrapper #hero,
  #top-wrapper #hero img,
  #top-wrapper #hero picture,
  #taxonomy-top-wrapper #hero,
  #taxonomy-top-wrapper #hero img,
  #taxonomy-top-wrapper #hero picture {
    width: 100%;
    aspect-ratio: 5/3;
  }

  #video-canvas .mevent-bottom {
    display: none;
  }

  th.priority-low,
  td.priority-low {
    display: none;
  }

}

@media (max-width: 767.98px) {
  /* #node-gallery > li:nth-child(odd) {
    padding-right: 3px;
  }

  #node-gallery > li:nth-child(even) {
    padding-left: 3px;
  } */

  /* #node-gallery > li:nth-child(odd) > .gallery-image + .overlay-bottom {
    right: 3px;
  } */

  .featured-inner .button-primary {
    margin-bottom: 8px;
  }

  .vsa-table .vsa-table-mobile-header {
    font-weight: bold;
  }

  .taxonomy-enhanced-wrapper .listing .listing-info {
    padding-top: .5rem;
  }
}

@media (max-width: 575.98px) {
  #taxonomy-top-info-wrapper > .row {
    margin: 0;
  }

  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }

}


/* Topic pages */
.topic-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.display-staggered:not(:last-child) {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .display-staggered:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .display-staggered:nth-child(odd) > div.image {
    order: 1;
  }
}

.mevent .mevent-teaser {
  line-height: 1.875rem;
  font-size: 1rem;
  font-weight: normal;
}

#video-canvas .mevent .mevent-teaser {
  display: none;
}

.view-musicians .mevent .inner {
  margin: 0;
}

/**
 * Music app download banner
 */

 #music-app-banner {
  position: fixed;
  z-index: 999;
  bottom: -110%;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: end;
  justify-content: center;
  transition: bottom .5s ease;
}

#music-app-banner.show {
  bottom: 0;
}

#music-app-banner .image-wrapper {
  position: relative;
  z-index: 1;
  width: 150px;
}

#music-app-banner .image-wrapper .image {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .5));
}

#music-app-banner .content-wrapper {
  position: relative;
  margin-left: -75px;
  padding: .5rem 1rem .5rem calc(75px + .75rem);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background-color: var(--tertiary);
}

#music-app-banner .content-anchor {
  display: block;
}

#music-app-banner .copy {
  margin-bottom: .25rem;
  line-height: 1.25;
  color: #fff;
  font-size: 1.25rem;
}

#music-app-banner .cta {
  margin-bottom: 0;
  color: #b2e7fa;
  line-height: 1.25;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}

#music-app-banner-close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: .5rem .5rem 1rem 1rem;
  color: #b2e7fa;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
  font-size: 1rem;
  cursor: pointer;
}

.profile-disclaimer {
  margin-top: 2rem;
  margin-bottom: -2rem;
  padding: 2rem;
  background: var(--bg-light-brown);
  text-align: center;
}

.category-disclaimer {
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}

/**
 * Full pager
 */
.js-pager__prev-next {
  margin-bottom: 0;
}

/**
 * Webform - MailChimp
 */
.form-item-mailchimp-1,
.webform-big-checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 0;
  border: 1px solid rgb(0 0 0 / .125);
  border-radius: 0.25rem;
  padding: 1rem;
  background-color: #fff;
  background-clip: border-box;
  word-wrap: break-word;
}

#edit-mailchimp-1,
.webform-big-checkbox > input {
  width: 2rem;
  height: 2rem;
  margin: 0;
  flex: 0 0 auto;
}

label.option[for="edit-mailchimp-1"],
.webform-big-checkbox > label {
  padding: 0 0 0 1rem;
  flex: 1 1 auto;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 1rem;
}

.mevent--festival .mevent-top .title {
  background-color: rgb(198 38 38 / .75);
}


/**
 * Other Webform stuff - get it done
 */
.webform-submission-form .form-composite > legend {
  font-weight: 400;
}

.webform-submission-form .webform-scale {
  width: 100%;
}

.webform-submission-form .webform-scale-options {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
}

.webform-submission-form .webform-scale-options .webform-scale-option {
  flex: 1 1 auto;
}

.webform-submission-form .webform-scale-options .webform-scale-option .form-item {
  width: 100%;
}

.webform-submission-form .webform-scale-large input + label {
  width: 100%;
  height: 48px;
  line-height: 44px;
}

.webform-submission-form .webform-scale-options input + label {
  border-radius: .25em;
}

@media (max-width: 768px) {
  .webform-submission-form .webform-scale-large input + label {
    width: 100%;
    height: 48px;
    line-height: 44px;
  }
}

.messages__wrapper {
  position: absolute;
  z-index: 3;
  top: calc(var(--gin-toolbar-y-offset) + 80px);
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translateX(-50%);
  overflow-y: auto;
  border-radius: 8px;
  max-height: min(500px, 90%);
  width: min(1320px, 90%);
  padding: 16px;
}

@media (min-width: 992px) {
  .messages__wrapper {
    top: calc(var(--gin-toolbar-y-offset) + 200px);
  }
}

.messages__close-icon {
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 15px 20px 15px 35px;
  font-size: 1.25rem;
}


/**
 * Version 3.5 - this won't be pretty
 */
/* New utilities */
.u-bg-gray {
  background: #e0dedc;
}

.u-zoom-child-image {
  display: block;
  overflow: hidden;
}

.u-zoom-child-image img {
  transition: transform 250ms ease-out;
}

.u-zoom-child-image:hover img {
  transform: scale(1.1);
}

/* General */
@media (min-width: 1600px) {
  .container-max {
    max-width: 1560px;
  }
}

:is(.taxonomy-term, .layout-container) :where(p) {
  margin-bottom: 0;
}

.listing-info .title a {
  display: block;
}

.view-list .listing .teaser {
  margin-bottom: 0;
  padding-top: 10px;
}

@media (max-width: 991.98px) {
  .view-list .listing .buttons {
    gap: .5rem
  }

  .view-list .listing .buttons a {
    margin: 0 !important;
  }

  .view-list .listing :is(.listing-image, .listing-info) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .view-list .listing .title {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .view-list .listing .teaser {
    margin-bottom: 8px;
  }
}

.cat-custom {
  display: flex;
  flex-flow: column nowrap;
}

.cat-custom > * {
  margin-bottom: 48px;
}

.cat-custom > :is(.wide-article, .mashup):last-child,
.cat-custom--post-featured > :last-child {
  margin-bottom: 0;
}

:is(.cat-custom--post-spotlight, .cat-custom--post-featured) > :not(.wide-article, .mashup):first-child {
  margin-top: 48px;
}

.cat-custom > .text-block:nth-last-child(n+2),
.cat-featured-text,
.cat-enhanced-text {
  margin-bottom: 48px;
}

.cat-featured-text--default,
.cat-enhanced-text--default {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
  font-family: 'Dosis', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* :is(.cat-section, .cat-content) .text-block:nth-last-child(n+2) {
  margin-bottom: 48px;
} */

.cat-content,
.cat-featured {
  padding: 48px 0;
}

#taxonomy-top-info + .cat-content {
  padding-top: 0;
}

@media (min-width: 992px) {
  .cat-custom > * {
    margin-bottom: 96px;
  }

  :is(.cat-custom--post-spotlight, .cat-custom--post-featured) > :not(.wide-article, .mashup):first-child {
    margin-top: 96px;
  }

  .cat-content,
  .cat-featured {
    padding: 96px 0;
  }
}

.child-categories-wrapper {
  padding: 72px 0;
}

.child-categories-wrapper > div > .view:nth-last-child(n+2),
.child-categories-wrapper .child-categories-more .view {
  margin-bottom: 32px;
}

.child-categories-heading {
  margin-bottom: 48px;
  font-family: 'Dosis', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.view-child-categories {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-columns: 1fr; */
}

.child-categories-more-button-wrapper {
  margin: 16px auto 0;
  width: min(620px, 100%);
}

.child-categories-more-button {
  margin: 0 !important;
}

.child-categories-more-button[aria-expanded="true"] .child-categories-expand-text,
.child-categories-more-button[aria-expanded="false"] .child-categories-collapse-text {
  display: none;
}

/* @media (min-width: 768px) {
  .view-child-categories {
    grid-template-columns: repeat(2, 1fr);
  }
} */

@media (min-width: 992px) {
  .view-child-categories {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1400px) {
  .view-child-categories {
    grid-template-columns: repeat(4, 1fr);
  }
}

.child-cat__inner {
  position: relative;
}

.child-cat__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.child-cat__content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.child-cat__icon {
  flex: 0 0 auto;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  max-width: 50px;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
}

.child-cat__icon--letter {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--tertiary);
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
}

.child-cat__icon--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform .25s ease-in-out;
}

.child-cat__link:hover + .child-cat__content .child-cat__icon--image img {
  transform: scale(1.1);
}

.child-cat__title {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .child-cat__icon {
    max-width: 75px;
  }

  .child-cat__icon--letter {
    font-size: 1.75rem;
  }

  .child-cat__title {
    font-size: 1.5rem;
  }
}

.views-exposed-form .form--inline {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 auto;
  max-width: 600px;
}

.views-exposed-form .js-form-item > *,
.views-exposed-form .js-form-submit {
  align-self: end;
  height: 40px;
  width: 100% !important;
}

@media (min-width: 576px) {
  .views-exposed-form .form--inline {
    grid-template-columns: repeat(3, 1fr);
  }

  #block-events-filters .views-exposed-form .form--inline {
    grid-template-columns: repeat(4, 1fr);
  }
}

.views-exposed-form label {
  font-weight: 500;
  color: #444;
}

#taxonomy-title {
  font-size: 3rem;
}

#taxonomy-description p {
  margin-bottom: 1rem;
}

.list-meta {
  margin: 0 auto;
  max-width: 800px;
}

.list-heading {
  padding-bottom: 8px;
  text-align: center;
  font-family: 'Dosis', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.list-description {
  text-align: center;
}

.list-description,
#taxonomy-filters .text-block {
  margin-bottom: 32px;
}

.page-item .page-link {
  border-radius: 0 !important;
}

.coupons-heading {
  padding: 48px 0 32px;
  font-family: 'Dosis', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.lg-backdrop {
  background-color: rgb(0 0 0 / 0.95) !important;
}

ul:where(.gallery__items, .text-gallery__items) {
  margin-bottom: 0;
}

#node-primary .gallery {
  order: -1;
  margin-bottom: 16px;
}

.buttons .link-edit:nth-child(1) a {
  margin-left: 0;
}

.footer-banner a {
  display: block;
  margin-bottom: 1.5rem;
}

.view-coupons .coupon {
  margin-bottom: 24px;
}

#node-body > :first-child {
  margin-top: 0 !important;
}

#taxonomy-top-info + .cat-content .featured-blocks {
  padding-top: 0;
}

#taxonomy-top-info + .cat-custom > :first-child {
  margin-top: 32px;
}

.banner.banner-callout p {
  margin-bottom: 0;
}

#upcoming-shows {
  scroll-margin-top: 120px;
}

.view-live-music-lineup .mevent .inner {
  padding: 0.5rem;
}

.edit-page-button {
  position: fixed;
  z-index: 999;
  bottom: 24px;
  right: 24px;
}

.node-ancillary > * {
  margin-top: 3rem;
}

.article-read-time {
  margin-bottom: 4px;
  font-weight: 500;
  text-transform: uppercase;
}

.layout-featured-blocks .featured-blocks {
  margin-bottom: -1.5rem;
  padding: 0;
}

/* Old staggered */
.old-staggered-title,
.old-staggered-title a {
  color: #444;
  margin-bottom: 8px;
  font-family: 'Dosis', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase
}

.old-staggered-subtitle {
  margin-bottom: 4px;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: italic
}

.old-staggered-buttons {
  margin-top: 16px;
}

.article-grid .title,
.view-topic-articles .title {
  font-family: 'Dosis', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

select[name="items_per_page"] option:is([value="30"], [value="60"], [value="90"], [value="120"]) {
  display: none;
}

.lg-sub-html a {
  text-decoration: underline;
}

.node-socials-inner {
  overflow: hidden;
  border-radius: 10px;
}

:is(.bgc-dark-gray, .bgc-darker-gray, .bg-dark, .bg-dark-brown) :is(
  .text-block,
  .text-block__heading,
  .text-gallery,
  .text-gallery__heading,
  .staggered__item,
  .staggered__title
) {
  color: #fff;
}

/* FAQs */
.faqs__items {
  margin: 0 auto;
  max-width: 800px;
}

.faqs__header {
  background-color: var(--light-gray);
}

.faqs__button {
  font-weight: 700;
}

/* Insert events */
.insert-events__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 16px;
}

@media (min-width: 768px) {
  .insert-events__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .insert-events__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Insert term grid */
.insert-term-grid__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 16px;
}

@media (min-width: 768px) {
  .insert-term-grid__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .insert-term-grid__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1400px) {
  .insert-term-grid__items {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Form inputs */
:is(
  .webform-submission-form,
  #email-contact-mail-form
) :is(
  input:is([type="text"], [type="email"], [type="email"], [type="date"], [type="tel"], [type="url"], [type="submit"]),
  select
) {
  height: 40px;
  border-radius: 10px !important;
}

:is(
  .webform-submission-form,
  #email-contact-mail-form
) :is(
  fieldset,
  textarea,
  .form-item-mailchimp-1,
  .webform-big-checkbox
) {
  border-radius: 10px !important;
}

:is(
  #email-contact-mail-form,
  .webform-submission-form
) input[type="submit"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Roundin' corners! */
.listing-image a,
.vsa-card__image,
.footer-banner a {
  display: block;
}

.button,
.link-edit a,
.listing-image a,
.vsa-card__image,
.text-gallery__item,
.gallery__item,
.spotlight__images-inner,
.featured-blocks a,
.tfu .img-zoom,
.view-article-grid .img-zoom,
.webform-submission-form,
.node-contact-form,
#node-body img,
.youtube-embed,
.related-card .img-zoom,
.mevent-top,
.footer-banner a,
#taxonomy-filters select,
#taxonomy-filters input[type="text"],
#taxonomy-filters .js-form-item.form-type-date input,
.view-related-events-featured-style .img-zoom,
.view-insert-events .img-zoom,
.view-insert-featured-events .img-zoom,
.faqs__items,
.staggered__image img,
.old-staggered .img-zoom,
.view-articles .img-zoom,
.view-topic-terms .img-zoom,
.view-topic-articles .img-zoom,
.view-events-featured .img-zoom {
  overflow: hidden;
  border-radius: 10px !important;
}

#node-map-lg .static-map {
  border-radius: 10px 10px 0 0;
}

.play-icon {
  border-bottom-left-radius: 10px;
}

.overlay-bottom {
  border-radius: 10px 0 10px 0;
}

.spotlight__date.datetime {
  border-top-left-radius: 10px;
}

/* Weather stuff */
.top-bar-end {
  display: flex;
  flex-flow: row nowrap;
  gap: 32px;
  align-items: center;
}

.top-weather:not(.top-weather--loaded) {
  display: none;
}

.top-weather__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}

.top-weather__icon {
  height: 48px;
  width: auto;
}

.top-weather__temp {
  color: #fff;
  text-shadow: rgb(0 0 0 / 0.75) 0 0 10px;
}

.top-weather__icon,
.top-weather__temp,
.top-weather__desc {
  -webkit-user-select: none;
  user-select: none;
}

.top-weather__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

