/*
Theme Name: Hahn Agency Theme
Theme URI: https://wordpress.org/themes/hahnagencytheme/
Author: the WordPress team
Author URI: https://wordpress.org
Description: A Theme created by the Hahn Agency Development Team.
Version: 1.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hahnagencytheme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
html {
  scroll-behavior: smooth;
}

a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
}

ul.wp-block-list {
  padding-left: 16px; /* TODO: use custom properties instead */
}

.wp-element-button.is-active {
  background-color: var(--wp--preset--color--accent-1) !important;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation
  .wp-block-navigation-submenu
  .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation
  .wp-block-navigation-item
  .wp-block-navigation-item__content {
  outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation
  .wp-block-navigation-item
  ul.wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  outline-offset: 0;
}

.wp-block-navigation
.wp-block-navigation-item a:hover {
  text-decoration: none;
}

.wp-block-navigation-item, .wp-block-navigation-submenu {
  display: list-item !important;
}

.wp-block-navigation__submenu-container {
  display: block !important;
  visibility: visible !important;
  background: transparent !important;
  overflow: visible !important;
  display: block !important;
  height: auto !important;
  width: 100% !important;
  min-width: unset !important;
  opacity: 1 !important;
  position: relative !important;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item {
  margin: 0 !important;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item a {
  padding: .5em 1.5em;
  color: var(--wp--preset--color--white) !important;
  font-size: 22px !important;
  margin: 0 !important;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item a:last-child {
  padding-bottom: 0 !important;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
  text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
  display: block;
}

.hahn-position-relative, .editor-styles-wrapper .hahn-position-relative {
  position: relative;
}

.hahn-paper-tear-top-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: unset;
  z-index: 2;
}

.hahn-paper-tear-bottom-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: unset;
  z-index: 2;
}

/*
 * Add Padding to top and bottom of selected group blocks
 */
section.wp-block-group {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

section.wp-block-group.is-layout-constrained {
  padding-top: 1.25rem;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"] {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: inherit !important;
  padding-top: 0.85rem !important;
  padding-right: 1.8rem !important;
  padding-bottom: 0.85rem !important;
  padding-left: 1.8rem !important;
  text-decoration: none !important;
}

.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield input[type="url"],
.gfield input[type="number"],
.gfield input[type="password"],
.gfield input[type="search"],
.gfield input[type="date"],
.gfield input[type="datetime-local"],
.gfield input[type="month"],
.gfield input[type="time"],
.gfield input[type="week"],
.gfield input[type="color"],
.gfield input[type="file"],
.gfield input[type="hidden"],
.gfield input[type="range"],
.gfield input[type="datetime"],
textarea {
  font-size: 16px;
  line-height: 1.5;
  border: 2px solid var(--wp--preset--color--black) !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  background-color: transparent !important;
  --gf-local-shadow: 0 0 0 transparent !important;
  box-shadow: var(--gf-local-shadow) !important;
}

.gfield input[type="text"]:focus,
.gfield input[type="email"]:focus,
.gfield input[type="tel"]:focus,
.gfield input[type="url"]:focus,
.gfield input[type="number"]:focus,
.gfield input[type="password"]:focus,
.gfield input[type="search"]:focus,
.gfield input[type="date"]:focus,
.gfield input[type="datetime-local"]:focus,
.gfield input[type="month"]:focus,
.gfield input[type="time"]:focus,
.gfield input[type="week"]:focus,
.gfield input[type="color"]:focus,
.gfield input[type="file"]:focus,
.gfield input[type="hidden"]:focus,
.gfield input[type="range"]:focus,
.gfield input[type="datetime"]:focus,
textarea:focus {
  border-color: var(--wp--preset--color--accent-1) !important;
  box-shadow: var(--gf-local-shadow) !important;
  outline: none !important;
}

.gform_required_legend {
  display: none !important;
}

.gfield_required_asterisk {
  color: var(--wp--preset--color--primary) !important;
  font-weight: 700 !important;
}

.gfield_required {
  display: none !important;
}

.gfield_label.gform-field-label {
  font-size: 14px;
  color: var(--wp--preset--color--primary) !important;
  font-weight: 700 !important;
}

.gform_validation_errors {
  background-color: var(--wp--preset--color--primary)!important;
}

.gform_validation_errors h2, .gform_validation_errors ol li, .gform_validation_errors ol li a {
  color: var(--wp--preset--color--white)!important;
}

.gfield_description.validation_message.gfield_validation_message {
  color: var(--wp--preset--color--white)!important;
  background-color: var(--wp--preset--color--primary)!important;
  padding: var(--wp--preset--spacing--30);
  display: inline-block;
}

.gform_required_legend {
  color: var(--wp--preset--color--white)!important;
}

.primary-nav-site-logo a img {
  width: 200px;
}

footer {
  margin-top: -3px;
}

.footer-logo a img {
  width: 300px;
}

ul.hahn-feature-list, .editor-styles-wrapper ul.hahn-feature-list {
  list-style: none;
}

.hahn-feature-list li, .editor-styles-wrapper .hahn-feature-list li {
  text-align: center;
}

li::marker {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 0.5;
}

.list-white li::marker {
  color: var(--wp--preset--color--white) !important;
}

.list-blue li::marker {
  color: var(--wp--preset--color--accent-2) !important;
}

.full-height {
  height: 100vh;
}

.display--none {
  display: none !important;
}

#attractions-overlap {
  position: relative;
  z-index: 14;
}

.overlap-title {
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 1132px) {
  .hahn-offset-20 {
    transform: translateY(20px);
  }
  
  .hahn-offset-60 {
    transform: translateY(60px);
  }
}

.hahn-column-overlap-wrapper {
  position: relative;
}

.hahn-columns-bg-box-border {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 63%;
  z-index: 0;
  pointer-events: none;
}

@media screen and (max-width: 780px) {
  .hahn-columns-bg-box-border {
    display: none;
  }
}

.hahn-columns-bg-box-border-thin {
  top: 32%;
  left: 50%;
  width: 55%;
  height: 57%;
}

.hahn-columns-bg-box-home {
  width: 65%;
  top: 27%;
  height: 70%;
}

.hahn-columns-bg-box-homes {
  width: 70%;
  top: 27%;
  height: 80%;
}

.hahn-columns-bg-box-homes-stats {
  left: 50%;
  top: 29%;
  width: 85%;
  height: 46%;
}

.hahn-columns-bg-box-border-wide {
  top: 35%;
  left: 50%;
  width: 75%;
  height: 400px;
}

.hahn-columns-bg-box-border-community {
  top: 44%;
  left: 48%;
  width: 80%;
  height: 400px;
}

.hahn-columns-overlap {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 781px) {
  /* Default: Image right, text left */
  .hahn-columns-overlap .wp-block-column:first-child {
    margin-right: -40px;
    z-index: 3;
    position: relative;
    max-width: 523px;
    transform: translate(23px, -70px);
  }

  .hahn-columns-overlap-three-column .wp-block-column:first-child {
    margin-right: -120px;
    transform: translate(23px, 0);
  }

  .hahn-columns-overlap-three-column .wp-block-column:nth-child(2) {
    z-index: 5;
  }

  .hahn-columns-overlap .wp-block-column:last-child {
    margin-left: -40px;
    z-index: 2;
    position: relative;
    transform: rotate(1deg);
  }

  .hahn-columns-overlap-three-column .wp-block-column:last-child {
    transform: translate(-23px, 0) !important;
    z-index: 3;
  }

  /* Modifier: Image on the left */
  .hahn-image-left .hahn-columns-overlap .wp-block-column:first-child {
    margin-right: -40px;
    z-index: 2;
    position: relative;
    transform: rotate(-1deg);
    max-width: none;
  }
  

  .hahn-image-left .hahn-columns-overlap .wp-block-column:last-child {
    margin-left: -80px;
    z-index: 3;
    position: relative;
    max-width: 523px;
    transform: translate(-23px, -70px);
  }


  .hahn-columns-overlap-four-images .wp-block-column:first-child {
    margin-right: -135px !important;
    transform: rotate(0deg) !important;
    z-index: 1;
    position: relative;
  }

  .hahn-columns-overlap-four-images .wp-block-column:first-child .wp-block-image:first-child {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .hahn-columns-overlap-four-images .wp-block-column:nth-child(2) {
    z-index: 2;
    position: relative;
  }

  .hahn-columns-overlap-four-images .wp-block-column:last-child {
    margin-left: -175px !important;
    margin-top: -140px !important;
    transform: rotate(0deg) !important;
    z-index: 3;
    position: relative;
  }
}

@media screen and (max-width: 780px) {
  .hahn-image-left .hahn-columns-overlap .wp-block-column:first-child {
    order: 2;
  }

  .hahn-image-left .hahn-columns-overlap .wp-block-column:last-child {
    order: 1;
  }
}

/* Floating Icons for home page */
.hahn-floating-svg, .editor-styles-wrapper .hahn-floating-svg {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}

@media screen and (max-width: 1250px) {
  .hahn-floating-svg, .editor-styles-wrapper .hahn-floating-svg {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .hahn-floating-svg, .editor-styles-wrapper .hahn-floating-svg {
    display: none;
  }
}

/* positioning for specific icons */
.hahn-sticky {
  position: sticky;
  z-index: 0;
}

.hahn-below-sticky {
  position: relative;
  z-index: 10;
}

.hahn-floating-svg.hahn-family {
  top: 0;
  left: 0;
}

.hahn-floating-svg.hahn-family.form-section {
  top: 100px;
  right: 0;
  left: auto;
}

.hahn-family img, .editor-styles-wrapper .hahn-family img {
  width: 112px;
  height: auto;
}

.hahn-floating-svg.hahn-grackle {
  right: -40px;
  top: 0;
}

.hahn-grackle img, .editor-styles-wrapper .hahn-grackle img {
  height: 145px;
}

.hahn-floating-svg.hahn-party {
  left: 75px;
  bottom: -75px;
}

.hahn-party img, .editor-styles-wrapper .hahn-party img {
  height: 130px;
}

.hahn-floating-svg.hahn-chair {
  right: 30%;
  bottom: -75px;
}
.hahn-floating-svg.hahn-chair-right {
  right: 3%;
  bottom: -75px;
  width: 100px;
}

.hahn-chair img, .editor-styles-wrapper .hahn-chair img {
  height: 123px;
}

.hahn-floating-svg.hahn-star {
  top: 65px;
  left: 80px;
}

.hahn-floating-svg.hahn-star-under {
  bottom: 0;
  right: 1%;
  transform: rotate(-20deg);
}

.offcanvas-menu .hahn-floating-svg.hahn-star {
  top: -20px;
  left: 0;
}

.hahn-floating-svg.hahn-star.wakeup {
  top: 112px;
  left: 80px;
}

.hahn-floating-svg.hahn-star.around-the-corner {
  top: -17px;
  left: 80px;
}

.hahn-floating-svg.hahn-star.form-section {
  top: 0;
  left: 40px;
}

.hahn-star img, .editor-styles-wrapper .hahn-star img {
  height: 200px;
}

.hahn-floating-svg.hahn-building {
  bottom: 65px;
  left: 78px;
}

.hahn-building img, .editor-styles-wrapper .hahn-building img {
  height: 162px;
}

.hahn-floating-svg.hahn-sun {
  bottom: 40%;
  right: 100px;
}

.hahn-floating-svg.hahn-sun-left {
  bottom: 5%;
  left: 65px;
}

.hahn-sun img, .editor-styles-wrapper .hahn-sun img {
  height: 131px;
}

.hahn-floating-svg.hahn-moon {
  top: 0;
  right: 61px;
}

.hahn-moon img, .editor-styles-wrapper .hahn-moon img {
  height: 250px;
}

.hahn-floating-svg.hahn-capital {
  bottom: 600px;
  right: 88px;
}
.hahn-floating-svg.hahn-capital-angle-top {
  top: 0;
  right: 30px;
}

.hahn-floating-svg.hahn-capital-angle {
  transform: rotate(30deg);
}

.hahn-floating-svg.hahn-capital.form-section {
  bottom: 100px;
  left: 50px;
}

.hahn-capital img, .editor-styles-wrapper .hahn-capital img {
  height: 161px;
}

.hahn-floating-svg.hahn-star-bottom {
  bottom: 125px;
  right: 0;
}

.hahn-star-bottom img, .editor-styles-wrapper .hahn-star-bottom img {
  height: 250px;
}

.hahn-floating-svg.hahn-guitar {
  top: 0;
  right: 50px;
}

.hahn-guitar img, .editor-styles-wrapper .hahn-guitar img {
  height: 132px;
}

@media screen and (max-width: 780px) {
  .hahn-collage-1, .hahn-collage-2 {
    padding-bottom: var(--wp--preset--spacing--20)!important;
  }
}

.hahn-collage-1 .image-1,
.editor-styles-wrapper .hahn-collage-1 .image-1 {
  transform: rotate(-4deg) scale(1.3) translateY(-30px);
}

.hahn-collage-1 .image-2,
.editor-styles-wrapper .hahn-collage-1 .image-2 {
  transform: rotate(4deg) scale(1.3) translate(15px, 30px);
  z-index: 3;
}

.hahn-collage-1 .image-3,
.editor-styles-wrapper .hahn-collage-1 .image-3 {
  transform: scale(1.1);
  z-index: 2;
}

.hahn-collage-1 .image-4,
.editor-styles-wrapper .hahn-collage-1 .image-4 {
  transform: rotate(4deg) scale(1.3) translate(15px, -15px);
}

/* Collage 1 mobile */
@media screen and (max-width: 764px) {
  .hahn-collage-1 .image-1 {
    transform: rotate(-4deg) scale(1.2) translate(10px, -20px);
    padding: 4px !important;
  }
  .hahn-collage-1 .image-2 {
    transform: rotate(4deg) scale(1.2) translate(22px, -10px);
    padding: 4px !important;
  }
  .hahn-collage-1 .image-3 {
    padding: 4px !important;
  }
  .hahn-collage-1 .image-4 {
    transform: rotate(4deg) scale(1.2) translate(-12px, -15px);
    padding: 4px !important;
  }
}

.hahn-collage-2 .image-1,
.editor-styles-wrapper .hahn-collage-2 .image-1 {
  transform: rotate(-4deg) scale(1.3) translateY(-30px);
}

.hahn-collage-2 .image-2,
.editor-styles-wrapper .hahn-collage-2 .image-2 {
  transform: rotate(4deg) scale(1.3) translate(-15px, 30px);
  z-index: 3;
}

.hahn-collage-2 .image-3,
.editor-styles-wrapper .hahn-collage-2 .image-3 {
  transform: scale(1.1);
  z-index: 2;
}

.hahn-collage-2 .image-4,
.editor-styles-wrapper .hahn-collage-2 .image-4 {
  transform: rotate(-4deg) scale(1.3) translate(-15px, -15px);
  z-index: 4;
}

/* Collage 2 mobile */
@media screen and (max-width: 764px) {
  .hahn-collage-2 .image-1 {
    transform: rotate(-4deg) scale(1.2) translate(10px, -20px);
    padding: 4px !important;
  }
  .hahn-collage-2 .image-2 {
    transform: rotate(4deg) scale(1.2) translate(22px, -10px);
    padding: 4px !important;
  }
  .hahn-collage-2 .image-3 {
    padding: 4px !important;
  }
  .hahn-collage-2 .image-4 {
    transform: rotate(4deg) scale(1.2) translate(-12px, -15px);
    padding: 4px !important;
  }
}

/* Collage 3  */
.hahn-collage-3 .image-1,
.editor-styles-wrapper .hahn-collage-3 .image-1 {
  transform: translate(50px, 20px) scale(1.6, 1.6);
  z-index: 3;
}

.hahn-collage-3 .image-2,
.editor-styles-wrapper .hahn-collage-3 .image-2 {
  transform: translate(10px, 40px) scale(1.6, 1.6);
  z-index: 2;
}
.hahn-collage-3 .image-3,
.editor-styles-wrapper .hahn-collage-3 .image-3 {
  transform: translate(10px, 110px) scale(1,1);
  z-index: 1;
}
.hahn-collage-3 .image-4, .editor-styles-wrapper .hahn-collage-3 .image-4 {
  transform: scale(1.3) translate(15px, -15px);
}

/* Collage 3 mobile */  
@media screen and (max-width: 764px) {
  .hahn-collage-3 .image-1 {
    transform: scale(1.6) translate(10px, -20px);
  }
  .hahn-collage-3 .image-2 {
    transform: scale(1.6) translate(22px, -10px);
  }
  .hahn-collage-3 .image-3 {
    transform: scale(1.2) translate(-10px, 20px);
  }
  .hahn-collage-3 .image-4 {
    transform: scale(1.6) translate(-12px, -15px);
  }
}

@media screen and (max-width: 1452px) {
  .hahn-grid-wrap-evenly {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width: 600px) {
  .hahn-grid-wrap-evenly {
    grid-template-columns: 1fr !important;
  }
}

.hahn-paper-tear-bottom {
  position: relative;
  z-index: 5;
  transform: translateY(1px);
}

.hahn-paper-tear-top {
  position: relative;
  z-index: 5;
  transform: translateY(1px);
}

/* fix paper tear padding on mobile */
@media screen and (max-width: 780px) {
  .hahn-paper-tear-bottom{
    min-height:50px!important;
  }
}

.coming-soon-flag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
}

.hahn-map-mobile {
  display: none;
}

.hahn-mobile-map-image {
  transform: scale(1.5) translate(-68px);
}

.editor-styles-wrapper .hahn-map-mobile {
  display: block;
}

@media screen and (max-width: 780px) {
  .hahn-map-mobile {
    display: block;
  }

  .hahn-map-desktop {
    display: none;
  }

  #the-goodnight-story {
    padding-bottom: 0!important;
  }
}

.hahn-parallax-bg .wp-block-cover__image-background {
  height: 150%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  background-position: bottom!important;
}

/* Default: 4 columns */
.hahn-about-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

/* On medium screens: force 2 columns */
@media screen and (max-width: 1024px) {
  .hahn-about-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hahn-about-grid > *:nth-child(even) {
    transform: translateY(20px);
  }
}

/* On small screens: stack to 1 column */
@media screen and (max-width: 600px) {
  .hahn-about-grid {
    grid-template-columns: 1fr;
  }

  .hahn-about-grid > *:nth-child(even) {
    transform: translateY(0);
  }
}

.hahn-back-to-top {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
  background-color: var(--wp--preset--color--primary);
  background-image: url('../hahnagencytheme/assets/images/up-arrow-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transition: opacity 0.3s ease-in-out;
}

.hahn-back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.hahn-back-to-top:hover {
  opacity: 0.8;
}

.hahn-back-to-top a:focus:not(:focus-visible) {
  outline: none;
}

.hahn-back-to-top a {
  background-color: transparent !important;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--accent-1) !important;
}

.wp-block-navigation__container.has-text-color.has-accent-2-color.is-responsive.items-justified-right.wp-block-navigation {
  width: 100%;
  align-items: center;
}


/* Paper Tears */
 .hahn-paper-tear-left {
  position: relative;
  z-index: 5;
  transform: translateY(-1px);
}

.hahn-paper-tear-left::before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../hahnagencytheme/assets/images/paper-tear-white.svg');
  background-repeat: no-repeat;
  background-size: cover;

  transform: rotate(90deg);
  transform-origin: top left;
}


.offcanvas-menu {
  position: fixed;
  top: 0;
  right: -1000px;
  height: 100vh;
  transition: right 0.3s ease;
  z-index: 1000;
}

.offcanvas-menu.active {
  right: 0;
}

@media screen and (max-width: 780px) {
  .offcanvas-menu .menu-button a {
    padding: .75rem 1rem;
  }

  .offcanvas-menu nav,
  .offcanvas-menu .menu-list {
    margin: 0;
  }

  .offcanvas-menu .menu-list ul {
    gap: 15px;
  }
  .offcanvas-menu .menu-list ul li a {
    font-size: 18px !important;
  }

  .offcanvas-menu .menu-list li.has-child ul {
    border: none;
  }
  .offcanvas-menu .menu-list li.has-child ul li a {
    font-size: 16px !important;
  }
}


.hamburger:focus {
  outline: none !important;
}


/* admin-bar */
.admin-bar .offcanvas-menu {
  top: 32px; /* Adjust for admin bar height */

  @media screen and (max-width: 782px) {
    top: 46px; /* Adjust for admin bar height */
  }
}

/* Slider */

.cb-button-next,
.cb-button-prev {
  color: var(--wp--preset--color--white) !important;
}

.cb-button-next::after,
.cb-button-prev::after {
  color: var(--wp--preset--color--white) !important;
  font-size: 2rem !important;
}

.cb-button-next:focus,
.cb-button-prev:focus {
  outline: none !important;
}

/* locations page */
/* Show wp-block-cover img on desktop */
.location-group > .wp-block-cover {
  min-height: min-content !important;
}

.mobile-location-map {
  display: none;
}


@media screen and (max-width: 780px) {
  .location-group > .wp-block-cover > .wp-block-cover__image-background {
    display: none !important;
  }

  .mobile-location-map {
    display: block;
  }
}

.wp-block-cover.cover-has-tear-bottom {
  min-height: min-content !important;
}


.links-red a {
  color: var(--wp--preset--color--primary) !important;
}

.star-bg-xl {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 320px 320px;
  width: 330px;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.star-bg-lg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 290px 290px;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.star-bg-md {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 240px 240px;
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.star-bg-sm {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 200px 200px;
  width: 210px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Zoom Map */
.zoom-controls {
  position: absolute;
  display: flex;
  flex-direction: column;
  margin: 40px 0px 0 20px;
  z-index: 10;
  top: 50px;
}

.zoom-container {
  position: relative;
}

.zoom-controls button {
  cursor: pointer;
}

.zoom-viewport {
  width: 100%;
  aspect-ratio: 4 / 5; /* portrait shape close to 836x1024 */
  overflow: hidden;
  position: relative;
}


.zoom-viewport:active {
  cursor: grabbing;
}

.zoom-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  /* no initial transform here */
}

.zoom-content img {
  max-width: 100%;
  height: auto;
  display: block;
}


@media screen and (min-width: 780px) {
  .hide-on-desktop {
    display: none !important;
  }

  body.home header,
  body.page-id-1687 header,
  body.page-id-1955 header {
    background-color: transparent !important;
    position: fixed;
    z-index: 10000;
    width: 100%;
    transition: background-color 500ms ease;
  }

  body.home header .primary-nav-site-logo,
  body.page-id-1687 header .primary-nav-site-logo, 
  body.page-id-1955 header .primary-nav-site-logo {
    opacity: 0;              /* hidden at page load */
    transition: opacity 500ms ease;
  }

  body.home header.header-solid .primary-nav-site-logo,
  body.page-id-1687 header.header-solid .primary-nav-site-logo, 
  body.page-id-1955 header.header-solid .primary-nav-site-logo {
    opacity: 1;
    transition: opacity 500ms ease;
  }

  body.home .header-blue-background,
  body.page-id-1687 .header-blue-background,
  body.page-id-1955 .header-blue-background {
    background-color: transparent !important;
  }

  body.home header.header-solid,
  body.home header.header-solid .header-blue-background,
  body.page-id-1687 header.header-solid,
  body.page-id-1955 header.header-solid,
  body.page-id-1687 header.header-solid .header-blue-background,
  body.page-id-1955 header.header-solid .header-blue-background {
    background-color: var(--wp--preset--color--accent-1) !important;
    transition: background-color 500ms ease;
  }
}


@media screen and (max-width: 780px) {
  .hide-on-mobile {
    display: none !important;
  }

  .needs-bg-on-mobile {
    background-color: #3eb0c7d1 !important;
  }

  #attractions-overlap .wp-block-column {
    margin-bottom: 20px;
    justify-content: center;
  }

  .wrap-on-mobile {
    flex-wrap: wrap !important;
    margin: 0;
  }

  #get-in-touch .wp-block-image.size-full {
    width: 225px;
    top: 30px;
  }

  .home-map {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-map .full-height {
    height: auto;
  }
}



