@import url("../fonts/fonts.css");
@import "normalize.css";
@import "brands.css";
@import "bootstrap.min.css";
@import "_variables.css";
@import "_buttons.css";
@import "_gform.css";

body {
    color: #000
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

a:hover {
    color: #ee3180
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 25px
}

h4,
.h4,
.c-accordion__title {
    font-size: 20px
}

p {
    margin-bottom: 1.5rem
}

.text-right {
    text-align: right !important
}

.font-hallelujah {
    font-family: var(--font--hallelujah)
}

.font-california {
    font-family: var(--font--california)
}

.font-sweetapricot {
    font-family: var(--font--sweetapricot)
}

.font-karla,
body {
    font-family: var(--font--karla)
}

.font-medium {
    font-weight: 500
}

.color-pink {
    color: #ee3180
}

.color-teal {
    color: #00b2af
}

.bg-pink {
    background: #ee3180
}

#location-dropdown {
    width: 100%;
    text-align: left;
    background-image: url('../images/LULR.02-Select Location-Arrow-1x.png');
    background-repeat: no-repeat;
    background-size: auto 45%;
    background-position: 96% center
}

.locations-dropdown {
    position: relative;
    margin-bottom: 3rem
}

.locations-dropdown .dropdown-menu {
    width: 100%;
    padding: 0;
    background-color: #ee3180;
    border-radius: 0
}

.locations-dropdown .dropdown-menu li {
    border-bottom: 1px solid #fff
}

.locations-dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.locations-dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    background-color: #00b2af;
    font-size: 20px
}

body .shiftnav-toggle-button {
    padding: 5px 6px 3px 8px;
    background: #00b2af;
    color: #fff
}

body .shiftnav-toggle-button:hover {
    padding: 5px 6px 3px 8px;
    background: #ee3180
}

body .shiftnav.shiftnav-skin-standard-dark,
body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
    background: #00b2af;
    font-family: var(--font--hallelujah);
    font-size: 18px
}

body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
    padding-top: 15px
}

body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item>.shiftnav-target {
    border-bottom: none;
    border-top: none
}

body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu>li.menu-item>.shiftnav-target {
    text-transform: lowercase
}

body .shiftnav ul.shiftnav-menu li.menu-item>.shiftnav-target {
    padding-top: 6px;
    padding-bottom: 6px
}

body .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item>.shiftnav-target {
    color: #ffe716;
    background: none
}

#masthead {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
    transition: all .4s ease-in-out
}

.admin-bar #masthead {
    top: 32px
}

#main-navigation {
    color: #fff;
    background-image: url(../images/LULR.02-Header-2x.png);
    background-position: bottom left;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 5%
}

.btn-join-the-waitlist {
    font-family: var(--font--california)
}

.btn-join-the-waitlist>img {
    width: 250px
}

#primary-menu-list {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1.25em
}

#primary-menu-list>li {
    display: inline-block
}

#primary-menu-list>li a {
    color: #000;
    position: relative;
    border-bottom: 3px solid transparent
}

#primary-menu-list>li>a:hover {
    border-bottom: 3px solid #00b2af
}

#primary-menu-list>li.current_page_item>a,
#primary-menu-list>li.current-menu-item>a,
#primary-menu-list>li.current-menu-parent>a {
    font-weight: 700;
    border-bottom-color: #ee3180
}

#content {
    font-size: 20px;
    overflow: hidden
}

.decoration.waves {
    width: 160px;
    max-width: 17%
}

.decoration.sun,
#tour>.wp-block-columns:before,
#sun-top-left:before {
    width: 140px;
    max-width: 12%
}

.decoration.chair,
.decoration.palm,
#single-location-links>.wp-block-group:before,
#attractions-intro:before,
#got-questions:before,
#single-location-links>.wp-block-group:after,
#palm-right:after {
    width: 140px;
    max-width: 15%
}

.decoration.swirl,
#attractions-two-columns:after,
#faqs:before {
    width: 150px;
    max-width: 12%
}

.decoration.drink,
#got-questions:after {
    width: 100px;
    max-width: 10%
}

.banner-area {
    background-size: cover;
    background-position: center
}

.banner-area>.div {
    z-index: 1
}

.banner-area .row {
    min-height: 280px
}

.banner-area .banner-text>.page-title {
    line-height: .6em;
    letter-spacing: 3px;
    font-size: 37px;
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

.banner-line-txt {
    padding-left: 10px;
    padding-right: 10px
}

.banner-btn {
    margin-top: 2em
}

.banner-1>.waves,
.banner-5>.waves {
    position: absolute;
    left: -35px;
    bottom: 12%
}

.banner-2 {
    min-height: 320px
}

.banner-3>.waves {
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateY(100%);
    max-width: 12%
}

.banner-4>.waves {
    position: absolute;
    left: -35px;
    top: 40%
}

.page-title {
    line-height: 1;
    font-size: 2.5rem
}

.title-heading {
    line-height: .75em
}

.squiggle {
    height: 7px;
    background-size: auto 100%;
    display: block
}

.squiggle.teal {
    background-image: url(../images/LULR.02-Squiggle-Teal.png)
}

.squiggle.yellow {
    background-image: url(../images/LULR.02-Squiggle-Yellow.png)
}

.squiggle.pink {
    background-image: url(../images/LULR.02-Squiggle-Pink.png)
}

.title-center {
    text-align: center
}

.title-center .squiggle {
    margin-left: auto;
    margin-right: auto
}

.header-text .font-sweetapricot {
    line-height: 0
}

#announcement-bar {
    font-size: .75em;
    font-weight: 500;
    background: #00b2af;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px
}

#announcement-bar .container-fluid>* {
    margin-bottom: 0
}

.entry-content>.gform_wrapper,
.entry-content>.gform_confirmation_wrapper {
    background-image: url("../images/LULR.02-Blue Background-1x.png");
    background-size: 50% auto;
    padding: 40px 10% 25px;
    position: relative
}

.entry-content>.gform_confirmation_wrapper {
    padding: 8% 5% 10%;
    border: none
}

.entry-content>.gform_wrapper:before,
.entry-content>.gform_confirmation_wrapper:before {
    content: "";
    background-image: url(../images/LULR.02-Bucket.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    height: 112px;
    position: absolute;
    right: 5%;
    top: -10%
}

.entry-content>.gform_confirmation_wrapper:before {
    top: -32%
}

.entry-content>.gform_wrapper .gform_validation_errors,
.entry-content>.gform_wrapper form {
    width: 960px;
    max-width: 100%
}

.entry-content>.gform_wrapper form {
    margin: 1rem auto
}

.aligncenter {
    text-align: center
}

.aligncenter.wp-block-gallery {
    justify-content: center
}

.blocks-gallery-grid {
    width: 100%
}

.blocks-gallery-grid .blocks-gallery-item figure {
    padding-left: 5%;
    padding-right: 5%
}

.blocks-gallery-grid .blocks-gallery-item figure>img {
    border: 8px solid #fff
}

.has-text-color.has-pink-color {
    color: #ee3180
}

.has-text-color.has-teal-color {
    color: #00b2af
}

.has-text-color.has-yellow-color {
    color: #ffe716
}

.has-background.has-teal-background-color {
    background-color: #00b2af
}

.has-background.has-pink-background-color {
    background-color: #ee3180
}

.bg-texture {
    padding: 20px 20px 0;
    background-image: url("../images/LULR.02-Blue Background-1x.png");
    background-size: 50% auto
}

.bg-texture.wp-block-column {
    background-size: cover
}

.full-width {
    width: 100% !important;
    max-width: 100% !important
}

.wp-block-group {
    width: 100%;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 1.5rem auto
}

.wp-block-group>.wp-block-group {
    padding-left: 5%;
    padding-right: 5%
}

.acf-block {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.wp-block-image img {
    height: auto
}

#beat-the-wait {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative
}

#beat-the-wait > .container {
    max-width: 1280px;
}

.single-location #beat-the-wait {
    margin-bottom: 1.75em
}

#beat-the-wait>.swirl {
    position: absolute
}

.font-bold {
    font-weight: 700
}

#featured-links-grid {
    font-size: 20px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

#featured-links-grid .wp-block-columns {
    margin-bottom: 0
}

#featured-links-grid .wp-block-columns .wp-block-column {
    margin-left: 0
}

#featured-links-grid .wp-block-columns .wp-block-column.bg-texture {
    padding-bottom: 20px
}

#featured-links-grid .wp-block-columns .wp-block-column .wp-block-group {
    padding-left: 7%;
    padding-right: 7%
}

#featured-links-grid .wp-block-columns .wp-block-image {
    margin-bottom: 0;
    height: 100%
}

#featured-links-grid .wp-block-columns .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#featured-links-grid h2 {
    font-size: 32px;
    line-height: .75em
}

#featured-links-two-columns {
    font-size: 20px;
    margin-top: 40px;
    max-width: 1100px
}

#featured-links-two-columns .fancy-title,
#attractions-two-columns .fancy-title {
    font-size: 2em
}

#featured-links-two-columns .wp-block-column:not(:last-child) {
    margin-bottom: 40px
}

.spotlight-instagram-feed {
    margin-bottom: 20px
}

#instagram .instagram-entry-footer h2 {
    font-size: 1.45em;
    line-height: 1;
    display: inline-block;
    vertical-align: -12px
}

#instagram .instagram-entry-footer .social-profiles {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

#instagram.instagram-style-1>.container {
    position: relative;
    z-index: 2;
    max-width: 1200px
}

#instagram.instagram-style-1 .swirl {
    position: absolute;
    left: -1.5%;
    max-width: 10%;
    bottom: 0;
    z-index: 1
}

#instagram.instagram-style-2 .swirl {
    position: absolute;
    left: -2%;
    top: -20%
}

#instagram.instagram-style-1 .spotlight-instagram-feed .FeedGridLayout__cell {
    border: 5px solid #fff
}

#instagram.instagram-style-1:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30%;
    top: 30%;
    background-image: url("../images/LULR.02-Blue Background-1x.png");
    background-size: 50% auto;
    background-position: top left
}

.social-profiles {
    display: inline-block;
    list-style: none;
    padding-left: 0
}

.social-profiles>.social-account {
    display: inline-block
}

.social-profiles .social-account {
    margin-left: 2px;
    margin-right: 2px
}

.social-profiles .social-account a {
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 100%;
    font-size: 25px;
    color: #fff;
    border: 3px solid #fff;
    background: #00b2af;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2)
}

.social-profiles .social-account:nth-child(even) a {
    background: #ee3180
}

#banner-locations .banner-text>.page-title>.heading-text {
    background: #00b2af
}

article.style-2 {
    background: #00b2af
}

.location-wrapper {
    padding: 2em 1em
}

.location-wrapper.style-2 {
    color: #fff
}

.location-details {
    font-size: 16px
}

.location-details p>a:hover,
.location-details p>a:focus {
    color: inherit;
    text-decoration: underline
}

.location-details>.lulu-btn {
    width: 150px;
    max-width: 100%
}

.location-detail {
    font-size: 20px
}

.location-post-thumbnail .framed-img .the-img {
    background-image: url(//picsum.photos/768/768);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 5%;
    right: 5%;
    top: 6%;
    bottom: 6%
}

.location-template-default .banner-text>.page-title small {
    font-size: 60%;
    line-height: .6em
}

.location-title,
.menu-section-title {
    line-height: .75em
}

.location-title .squiggle,
.menu-section-title .squiggle {
    margin-top: 8px
}

.post-type-archive-location #main {
    position: relative
}

.location .decoration,
.post-type-archive-location #main>.decoration.swirl {
    position: absolute;
    top: 0
}

.style-1.location .decoration.sun {
    right: 2%;
    transform: translatey(-50%)
}

.style-2.location .decoration.palm {
    left: 0;
    transform: translateY(-68%)
}

.style-3.location .decoration.chair {
    right: 2%;
    width: 140px;
    transform: translateY(-55%)
}

.post-type-archive-location #main>.decoration.swirl {
    top: auto;
    bottom: 5%;
    width: 10%;
    left: -4%
}

#newsletter {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%
}

#newsletter>* {
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

#banner-tribe_events .banner-text>.page-title>.heading-text {
    background: #ee3180
}

#primary .tribe-common-l-container.tribe-events-l-container {
    padding-top: 2rem
}

#winners,
#gallery,
#blog {
    background-image: url("../images/LULR.02-Blue Background-1x.png");
    background-size: 50% auto;
    background-position: top left
}

#gallery .menu-gallery-img img {
    width: 100%;
    height: auto
}

#banner-138 .banner-text>.page-title {
    line-height: .75em
}

.winner-name,
.post-name {
    line-height: .75em
}

.latest-winner {
    color: #fff;
    background: #00b2af;
    position: relative;
    text-align: left
}

.latest-winner>.coconut {
    position: absolute;
    top: -5%;
    right: 5%
}

.latest-winner .winner-name {
    margin-bottom: 20px
}

.latest-winner .winner-name .header-text {
    position: relative
}

.latest-winner .winner-name .header-text:after {
    content: "";
    background-image: url(../images/LULR.02-Squiggle-Yellow.png);
    height: 7px;
    background-size: auto 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.latest-winner ul {
    list-style: none;
    padding-left: 0;
    font-size: 16px
}

.latest-winner .row img {
    width: 100%
}

.latest-post {
    color: #fff;
    background: #ee3180;
    text-align: left
}

.latest-post .post-name {
    margin-bottom: 20px;
    line-height: .75em
}

.latest-post .post-name .squiggle {
    margin-top: 8px
}

.latest-post .row img {
    width: 100%
}

.winner-details {
    margin-bottom: 2em;
    padding: 1em 15px 0
}

.winner-details>.img-link>img {
    width: 100%
}
.winner-details>.img-link {
    margin-bottom: 20px;
    display: block;
}

.winner-details .when {
    font-size: 16px
}

.winner-details .dots {
    width: 25px
}

.filters ul {
    line-height: 1;
    border-bottom: 1px solid
}

.filters ul li {
    margin-left: .5rem;
    margin-right: .5rem
}

.filters ul li:first-child {
    margin-left: 0
}

.filters ul li:last-child {
    margin-right: 0
}

.filters ul li a.active:after {
    border-bottom: 5px solid
}

.filters .nav-tabs .nav-link {
    position: relative;
    margin-bottom: 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	color: inherit;
}
.filters .nav-tabs .nav-link.active {
	background-color: transparent;
}

.filters a:hover,
.filters a:focus {
    color: inherit
}

.filters a:focus-visible {
    outline-offset: 0;
    outline: none
}

.filters a:hover:after,
.filters a:focus:after {
    border-bottom: 5px solid
}

.filters a:after {
    content: "";
    border-bottom: 0 solid;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.filter-items > .tab-pane:before {
    content: '';
    display: block;
    height: 100px;
    margin-top: -100px;
}

#blog .filters,
#menu-items .filters {
    background-image: url(../images/LULR.02-Green-1x.jpg);
    background-size: cover;
    background-position: center
}

.wp-block-pb-accordion-item .c-accordion__title {
    font-family: var(--font--hallelujah);
    font-weight: 500;
    color: #00b2af
}

.wp-block-pb-accordion-item.is-open .c-accordion__title {
    color: #ee3180
}

.wp-block-pb-accordion-item>.c-accordion__title:after {
    color: transparent;
    right: 3%;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../images/Down-Arrow-1x.png)
}

.wp-block-pb-accordion-item.is-open>.c-accordion__title:after {
    background-image: url(../images/Pink-Up-1x.png)
}

.wp-block-pb-accordion-item.is-open .c-accordion__title:before {
    background-image: url(../images/LULR.02-Squiggle-Pink.png)
}

.single:not(.single-location):not(.single-menu) .entry-content {
    margin-bottom: 3rem
}

/*.single:not(.single-location):not(.single-menu) .entry-content> :not(.wp-group-block) {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}*/

.c-accordion__title {
    position: relative;
    padding-bottom: .5rem
}

.c-accordion__title:before {
    content: "";
    margin-top: 8px;
    height: 7px;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.c-accordion__content {
    margin-top: 1rem;
    margin-bottom: 2rem
}

#get-on-the-list {
    padding-bottom: 1rem
}

.wp-block-social-link {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

#social-profiles .wp-block-social-link:hover {
    transform: scale(1);
    background-color: #ee3180 !important
}

.footer-logo {
    width: 280px
}

.footer-navigation {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-left: -15px
}

.footer-navigation-wrapper {
    position: relative;
    list-style: none
}

.footer-navigation-wrapper>li {
    margin-bottom: 15px;
    line-height: 1
}

.footer-navigation-wrapper>li.current-menu-item>a {
    color: #fff;
    text-decoration: underline
}

.footer-navigation-wrapper>li>a:hover {
    color: #fff;
    text-decoration: underline
}

.footer-navigation-wrapper>li:last-child {
    margin-bottom: 0
}

.footer-navigation-wrapper:first-child {
    padding-right: 30px
}

.footer-navigation-wrapper:last-child:before {
    content: "";
    background-image: url(../images/LULR.02-Dots-Vertical-1x.png);
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px
}

#footer-widgets-area {
    color: #fff;
    background: #00b2af;
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.2);
    position: relative
}

#footer-widgets-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 4%;
    margin-top: -3.8%;
    background-image: url(../images/LULR.02-Footer-1x.png);
    background-position: top left;
    background-size: auto 100%
}

#copyright-row {
    font-size: 11px;
    margin-top: 2rem;
    margin-bottom: 1rem
}

#copyright-row a:hover {
    color: inherit;
    text-decoration: underline
}

#attractions-intro>.wp-block-group {
    max-width: 900px
}

.page-id-622 #main {
    background-image: url("../images/LULR.02-Blue Background-1x.png");
    background-size: 50% auto;
    background-position: top left;
    padding-top: 1px
}

.menu-product-items {
    font-size: 20px
}

.section-footer .decoration {
    position: absolute;
    bottom: -10%;
    right: 8%;
    transform: rotate(30deg)
}

.section-footer .decoration.sun {
    bottom: -12%;
    right: 6%
}

#attractions .filters > .position-relative {
    z-index: 1;
}

#attractionsContent {
    padding-top: 1px;
    padding-bottom: 1px;
    background: #fff;
    position: relative;
    font-size: 20px
}

#attractionsContent>.sun.decoration {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 7%;
    z-index: 1
}

#attractionsContent .fancy-title .header-text {
    display: inline-block
}

#attractionsContent .fancy-title .header-text .squiggle {
    display: block;
    width: auto !important
}

#attractions-two-columns {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px
}

#attractions-two-columns .wp-block-column {
    padding: 5% 8%
}

#single-location-links>.wp-block-group {
    padding-left: 0;
    padding-right: 0
}

#fancy-heading-block_619d08a312ec7 .fancy-title .header-text .squiggle {
    width: 100%!important;
    max-width: 360px;
}

.tribe-events-event-image img {
    width: 100%;
    height: auto
}

#tribe-events-pg-template {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.cd-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: url(../images/cd-top-arrow.svg) no-repeat center 50%;
    background-color: rgba(0, 178, 176, 0.8);
    border: 3px solid #fff;
    z-index: 2
}

.text-replace {
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s, background-color .3s
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top:hover {
    background-color: #ee3180;
    opacity: 1
}

@media (min-width: 600px) and (max-width: 781px) {
    #featured-links-grid .wp-block-columns .wp-block-column:not(:only-child) {
        flex-basis: calc(33% - 1em) !important;
        flex-grow: 1
    }
}

@media screen and (min-width: 768px) {

    h1,
    .h1,
    #tour .fancy-title,
    #attractions-intro .fancy-title,
    .attraction-row .fancy-title {
        font-size: 50px
    }

    h2,
    .h2 {
        font-size: 40px
    }

    h3,
    .h3 {
        font-size: 30px
    }

    h4,
    .h4,
    .c-accordion__title {
        font-size: 25px
    }

    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    #announcement-bar {
        font-size: 1em
    }

    #main-navigation {
        padding-top: 18px
    }

    #primary-menu-list>li:not(:last-child):after {
        content: ":";
        margin-left: 10px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
        color: #00b2af
    }

    .banner-area .row {
        min-height: 400px
    }

    .banner-area .banner-text>.page-title {
        font-size: 80px
    }

    .banner-line-txt {
        padding-left: 30px;
        padding-right: 30px
    }

    .banner-1>.container>.row>.decoration {
        position: absolute;
        right: 2%;
        bottom: 8%;
        width: 285px;
        max-width: 25%
    }

    .banner-4>div>.row>.decoration {
        position: absolute;
        right: 5%;
        bottom: 20%;
        width: auto;
        max-width: none;
        height: 20%
    }

    #banner-97>div>.row>.decoration {
        right: 0;
        bottom: 8%
    }

    .single-menu .banner-1>.container>.row>.decoration {
        right: 5%;
        bottom: 20%;
        width: auto;
        max-width: none;
        height: 20%
    }

    .wp-block-gallery {
        margin-top: 4rem;
        margin-bottom: 3rem
    }

    .home #beat-the-wait>.swirl {
        bottom: -14%;
        right: -1%
    }

    .single-location #beat-the-wait>.swirl {
        top: -14%;
        right: 5%
    }

    #featured-links-two-columns .fancy-title,
    #attractions-two-columns .fancy-title {
        font-size: 2.5em
    }

    #instagram .instagram-entry-footer h2 {
        font-size: 2.5em
    }

    #instagram.instagram-style-2 .FeedGridLayout__grid {
        gap: 20px !important
    }

    .style-1.location .location-details,
    .style-3.location .location-details {
        text-align: right
    }

    .style-1.location .location-title .squiggle,
    .style-3.location .location-title .squiggle {
        margin-left: auto;
        margin-right: 0
    }

    #footer-widgets-area {
        padding-top: 2rem !important
    }

    .footer-navigation {
        flex-wrap: nowrap
    }

    .latest-winner>.coconut {
        top: -9%
    }

    .latest-winner .row img {
        height: 100%;
        max-height: 768px;
        object-fit: cover
    }

    .latest-post .row img {
        height: 100%;
        object-fit: cover
    }

    .c-accordion__title {
        padding-bottom: 1rem
    }

    .single:not(.single-menu):not(.single-location) .entry-content {
        margin-bottom: 5rem
    }

    #location-dropdown {
        padding-left: 40px;
        padding-right: 40px
    }

    .location-template-default .banner-text>.page-title small {
        font-size: 70%
    }

    #attractions-two-columns .wp-block-column {
        padding: 3% 5% 6%
    }

    #single-location-links {
        padding-top: 3.5em
    }

    #single-location-links>.wp-block-group,
    #tour>.wp-block-columns,
    #attractions-intro,
    #attractions-two-columns,
    #palm-right,
    #sun-top-left,
    #got-questions,
    #faqs {
        position: relative
    }

    #single-location-links>.wp-block-group>.wp-block-group__inner-container {
        position: relative;
        z-index: 1
    }

    #single-location-links>.wp-block-group:before,
    #single-location-links>.wp-block-group:after,
    #tour>.wp-block-columns:before,
    #attractions-intro:before,
    #attractions-two-columns:after,
    #palm-right:after,
    #sun-top-left:before,
    #got-questions:before,
    #got-questions:after,
    #faqs:before {
        content: '';
        position: absolute;
        height: 50%;
        background-size: contain;
        background-repeat: no-repeat
    }

    #attractions-intro:before {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    #single-location-links>.wp-block-group:before,
    #attractions-intro:before,
    #got-questions:before {
        background-image: url(../images/LULR.02-Chair-1x.png)
    }

    #single-location-links>.wp-block-group:after,
    #palm-right:after {
        background-image: url(../images/LULR.02-Palm-1x.png)
    }

    #tour>.wp-block-columns:before,
    #sun-top-left:before {
        background-image: url(../images/LULR.02-Sun-1x.png)
    }

    #attractions-two-columns:after {
        background-image: url(../images/LULR.02-Swirl-Pink-1x.png);
        background-position: bottom
    }

    #single-location-links>.wp-block-group:before {
        left: 2%;
        top: -25%
    }

    #single-location-links>.wp-block-group:after {
        right: 15%;
        top: -18%
    }

    #tour>.wp-block-columns:before {
        right: -8%;
        top: -4%
    }

    #attractions-intro:before {
        right: 6%;
        top: -18%
    }

    #attractions-two-columns:after {
        left: -2%;
        bottom: -7%
    }

    #palm-right:after {
        right: -5%;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%)
    }

    #sun-top-left:before {
        left: 8%;
        top: -10%
    }

    #got-questions:before {
        top: -13%;
        left: 8%
    }

    #got-questions:after {
        background-image: url(../images/LULR.02-Drink-1x.png);
        top: -12%;
        left: 20%;
        -webkit-transform: scaleX(1) rotate(30deg);
        -ms-transform: scaleX(1) rotate(30deg);
        transform: scaleX(1) rotate(30deg)
    }

    #faqs:before {
        background-image: url(../images/LULR.02-Swirl-Yellow-1x.png);
        right: -5%;
        top: -13%;
        -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }

    .location-details {
        font-size: 20px
    }

    .location-detail {
        font-size: 25px
    }

    #get-on-the-list {
        padding-top: 2rem
    }

    #post-441 .btw-badge {
        position: absolute;
        z-index: 1;
        width: 250px;
        left: -3%;
        max-width: 20%;
        margin-top: -15%
    }

    #blog .filters ul,
    #attractions .filters ul {
        position: relative;
        z-index: 0;
        font-size: inherit;
        color: inherit;
        text-align: center;
        background-color: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0
    }

    .filter-items > .tab-pane:before {
        height: 400px;
        margin-top: -400px;
    }
}

@media screen and (min-width: 769px) {
    #instagram.instagram-style-2 .swirl {
        top: -38%
    }
}

@media screen and (min-width: 782px) {
    #single-location-links .wp-block-column:not(:first-child) {
        margin-left: .5em
    }

    #attractions-two-columns .wp-block-column:not(:first-child) {
        margin-left: 0
    }

    #featured-links-two-columns .wp-block-column:not(:first-child) {
        margin-left: 4em
    }

    #get-on-the-list .wp-block-column:first-child {
        padding-right: 3em
    }
}

@media (min-width: 600px) and (max-width: 781px) {
    #single-location-links .wp-block-column:nth-child(2n) {
        margin-left: .5em
    }

    #single-location-links .wp-block-column {
        flex-basis: 0 !important;
        flex-grow: 1
    }

    #attractions-two-columns .wp-block-column:nth-child(2n) {
        margin-left: 0
    }

    #attractions-two-columns .wp-block-column:not(:only-child) {
        flex-basis: 50% !important
    }
}

@media screen and (min-width: 813px) and (orientation: landscape) {
    .banner-area {
        height: 90vh
    }
}

@media screen and (min-width: 992px) {

    h1,
    .h1,
    #tour .fancy-title,
    #attractions-intro .fancy-title,
    .attraction-row .fancy-title {
        font-size: 68px
    }

    h2,
    .h2 {
        font-size: 50px
    }

    h3,
    .h3 {
        font-size: 35px
    }

    h4,
    .h4,
    .c-accordion__title {
        font-size: 30px
    }

    .entry-content>.gform_wrapper {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .entry-content>.gform_confirmation_wrapper:before {
        top: -26%
    }

    .wp-block-cover {
        min-height: 500px
    }

    #beat-the-wait {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    #featured-links-grid h2 {
        font-size: 2.6em
    }

    #featured-links-two-columns {
        margin-top: 4em
    }

    #featured-links-two-columns .fancy-title,
    #attractions-two-columns .fancy-title {
        font-size: 3.5em
    }

    #instagram {
        padding-bottom: 3rem
    }

    #instagram.instagram-style-1 .swirl {
        bottom: 12%
    }

    .location-title {
        font-size: 3em
    }

    #newsletter>h2 {
        font-size: 3.5em;
        line-height: 50px;
        margin-bottom: 30px
    }

    .filters {
        font-size: 30px
    }

    #menu-items .filters {
        font-size: 20px
    }

    #menu-items .filters ul {
        position: relative;
        z-index: 0;
        font-size: inherit;
        color: inherit;
        text-align: center;
        background-color: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0
    }

    .footer-navigation {
        font-size: 20px
    }

    .footer-navigation-wrapper {
        padding-left: 40px
    }

    .footer-navigation-wrapper:first-child {
        padding-right: 40px
    }

    .footer-navigation-wrapper>li {
        margin-bottom: 20px
    }

    .winner-details .location {
        font-size: 25px
    }

    .c-accordion__title {
        padding-bottom: 1.5rem
    }

    .c-accordion__content {
        margin-bottom: 3rem
    }

    #attractionsContent {
        margin-top: 3rem
    }

    #get-on-the-list {
        padding-top: 4rem
    }
}

@media screen and (min-width: 1024px) {
    #main-navigation {
        padding-bottom: 45px
    }

    #primary-menu-list {
        font-size: 1.5em
    }

    #primary-menu-list>li:not(:last-child):after {
        margin-left: 15px;
        margin-right: 10px
    }

    #content {
        font-size: 25px
    }

    .page-title {
        font-size: 5rem
    }

    #footer-widgets-area {
        padding-top: 4rem !important;
        padding-bottom: 3rem !important
    }

    #copyright-row {
        font-size: 14px
    }

    #winners {
        margin-top: 5rem
    }

    .latest-winner .winner-name {
        margin-bottom: 2.5rem
    }

    #newsletter {
        font-size: 23px
    }
}

@media screen and (min-width: 1100px) {
    .container-md {
        max-width: 1100px
    }
}

@media screen and (min-width: 1140px) {
    .container-lx {
        max-width: 1140px
    }

    #announcement-bar {
        font-size: 1.45em
    }

    .banner-area {
        min-height: 850px;
        max-height: 850px
    }

    .banner-area .banner-text .page-title {
        font-size: 125px
    }

    .banner-btn {
        font-size: 25px;
        margin-top: 3em
    }

    .banner-line-txt {
        padding-left: 60px;
        padding-right: 60px
    }

    .wp-block-cover {
        min-height: 650px
    }

    .location-wrapper {
        padding-top: 3em;
        padding-bottom: 3em
    }

    .style-1.location .location-details,
    .style-3.location .location-details {
        padding-right: 10%
    }

    .style-2.location .location-details {
        padding-left: 10%
    }

    .post-type-archive-location #main {
        padding-bottom: 2em
    }

    #newsletter {
        padding-top: 4rem !important
    }

    .latest-winner {
        margin-bottom: 5rem !important
    }

    .latest-winner .winner-detail {
        padding: 12% !important
    }

    .latest-winner ul {
        font-size: 18px
    }

    .latest-post {
        margin-bottom: 5rem !important
    }

    .latest-post .post-detail {
        padding: 12% !important
    }

    #post-441 .btw-badge {
        left: -8%;
        margin-top: -20%;
        max-width: 27%
    }

    #attractions-intro {
        padding-top: 1rem
    }

    #winners {
        margin-top: 7rem
    }

    .title-heading-2 {
        font-size: 3em
    }

    .location-title {
        font-size: 3.5em
    }

    .entry-content>.gform_confirmation_wrapper:before {
        top: -16%
    }
}

@media screen and (min-width: 1199px) {
    #primary-menu-list>li:not(:last-child):after {
        margin-left: 20px;
        margin-right: 15px
    }
}

@media screen and (min-width: 1200px) {
    .container-lxx {
        max-width: 1920px
    }
    .banner-area .banner-text .page-title {
        font-size: 150px
    }
}

@media screen and (min-width: 1280px) {
    #main-navigation {
        padding-bottom: 60px
    }

    #post-441 .btw-badge {
        left: 0;
        margin-top: -15%
    }
}

@media screen and (max-width: 1139px) {
    #menu-items .filters {
        font-size: 17px
    }
}

@media screen and (max-width: 991px) {
    #menu-items .filters ul {
        display: none;
        z-index: 1;
        border: none;
        width: 90%;
        padding: 0;
        background-color: #ee3180;
        border-radius: 0
    }

    #menu-items .filters ul.dropdown-menu.show {
        display: block
    }

    #menu-items .filters ul li {
        margin: 0;
        border-bottom: 1px solid #fff;
        color: #fff;
        background-color: #00b2af
    }

    #menu-items .filters a {
        padding: 10px;
        display: block;
        text-align: center
    }

    #menu-items .filters a.active {
        background-color: #ee3180
    }

    #menu-items .filters ul li a:after {
        content: none
    }

    #menu-items .filters ul li:last-child {
        border-bottom: none
    }
}

@media screen and (max-width: 782px) {
    .admin-bar #masthead {
        top: 46px
    }

    .admin-bar.scrolling #masthead {
        top: 0
    }
}

@media screen and (max-width: 768px) {
    #instagram.instagram-style-2>.container {
        max-width: 400px
    }
}

@media screen and (max-width: 767px) {

    .style-1.location .location-post-thumbnail,
    .style-2.location .location-post-thumbnail,
    .style-3.location .location-post-thumbnail {
        margin-top: 2rem
    }

    #single-location-links>.wp-block-group {
        margin-top: 0
    }

    .entry-content>.gform_confirmation_wrapper:before {
        content: none
    }

    .wp-block-pb-accordion-item>.c-accordion__title:after {
        width: 18px;
        height: 18px
    }

    .blocks-gallery-grid .blocks-gallery-image,
    .blocks-gallery-grid .blocks-gallery-item,
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
        width: 100%;
        margin-right: 0
    }

    #blog .filters ul,
    #attractions .filters ul {
        display: none;
        z-index: 1;
        border: none;
        width: 90%;
        padding: 0;
        background-color: #ee3180;
        border-radius: 0
    }

    #blog .filters .dropdown-menu.show,
    #attractions .filters .dropdown-menu.show {
        display: block
    }

    #blog .filters ul li,
    #attractions .filters ul li,
    #yelpTab li {
        margin: 0;
        border-bottom: 1px solid #fff;
        color: #fff;
        background-color: #00b2af
    }

    #blog .filters a,
    #attractions .filters a,
    #yelpTab li a {
        padding: 10px;
        display: block;
        text-align: center
    }

    #blog .filters a.active,
    #attractions .filters a.active,
    #yelpTab li a.active {
        background-color: #ee3180
    }

    #blog .filters ul li a.active:after,
    #attractions .filters ul li a.active:after {
        content: none
    }
}

@media screen and (max-width: 599px) {
    .attraction-row {
        padding-left: 3%;
        padding-right: 3%
    }

    .attraction-row .wp-block-column:last-child .framed-image-block {
        margin-bottom: 0
    }
}

@media screen and (max-width: 480px) {
    .filters ul li {
        margin-bottom: 10px
    }
}