/*
Theme Name:         Zeman RV Resorts
Description:        WordPress Theme for Zemen RV Resorts
Version:            1.9.8
Requires at least:  6.0
Tested up to:       6.8.2
Requires PHP:       7.4
Author:             Rumspeed
Author URI:         https://rumspeed.com
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:        zemanrvresorts
*/


/*=============
Variables
 ==============*/ 

:root { 
	--lt-blue: hsl(188deg 58% 60% / 100%);
	--dk-blue: hsl(214deg 88% 19% / 100%);
	--yellow: hsl(36deg 84% 67% / 100%);
	--mt-green: hsl(89deg 49% 77% / 100%);
	--mt-green-hover: hsl(89deg 49% 67% / 100%);
	--grey: hsl(220deg 9% 93% / 100%);
	--orange: hsl(36deg 84% 67% / 100%);
	--sky-blue: hsl(206deg 75% 87% / 100%)
}


/*=============
 Reset Styles
 ==============*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

body {
	line-height: 1.5;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;

}

@media (min-width: 960px){
	body {
		font-size: 17px;
	}
}

ol, ul {
	list-style: none;
}
.page-template-default ul {
    list-style: disc;
    padding: inherit;
    margin: revert;
}
blockquote, q {
	quotes: none;
	font-style: italic;
	font-size: .9em;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	max-width: 100%;
	height: auto;
}

strong {
    font-weight: 600;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

p{
	margin-bottom: 20px;
}

hr {
    border: 1px solid hsl(37deg 100% 76%);
}

hr.primary {
    border: 1px solid rgba(var(--primary) / 100%);
}

hr.container.half {
    width: 50%;
}


/*=============
 Fonts
 ==============*/

body{
	font-family: 'Alike', serif;
	color: var(--dk-blue);
}

.fw400{
	font-weight: 400;
}

.fw500{
	font-weight: 500;
}

.fw700{
	font-weight: 700;
}

.uppercase{
	text-transform: uppercase;	
}

.title-initial{
	text-transform: initial;
}

/*=============
 Colors
 ==============*/

.bkg-primary {
    background: rgba(var(--primary) / 100%);
    color: #fff;
}

.bkg-secondary {
    background: rgba(var(--secondary) / 100%);
    color: #fff;
}

.bkg-dk-blue{
	background: var(--dk-blue);
	color: #fff;
}


/*=============
 Global Styles
 ==============*/

.page-title {
    font-size: 2em;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}

@media(min-width: 640px){
    .page-title {
        font-size: 5em;
    }
}

.container {
    margin: auto;
    max-width: 1220px;
	width: 90%;
}

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

.is-hidden{
	display: none;
}

.cta-btn {
	font-family: 'Nunito Sans', sans-serif;
    padding:.75em 1.5em;
	background: var(--yellow);
	color: #fff;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
    text-shadow: none;
}

.cta-btn.primary {
    background: rgba(var(--primary) / 100%);
}
.cta-btn.primary:hover,
.cta-btn.primary:focus {
    background: rgba(var(--secondary) / 100%);
	color: #fff;
}

.cta-btn.secondary {
    background: rgba(var(--secondary) / 100%);
}
.cta-btn.secondary:hover,
.cta-btn.secondary:focus {
    background: rgba(var(--primary) / 100%);
	color: #fff;
}

.cta-btn.blue{
    background: var(--dk-blue);
}

.cta-btn.yellow{
    background: var(--yellow);
}

.cta-btn.white{
    background: #fff;
    color: var(--dk-blue);
}

.df{
	display: flex;
}

.m-auto{
	margin: auto;
}

.mx-auto{
	margin: 0 auto;
}

.p2x1{
    padding: 2em 1em;
}

.p3x1{
    padding: 3em 1em;
}

.p4x1{
    padding: 4em 1em;
}

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

section{
    padding: 3em 0;
    overflow: hidden;
}

.section-title{
    font-size: 1.25em;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.section-sub-title{
    font-size: 1em;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.bottom-h-line:after {
    content: "";
    width: 150px;
    height: 2px;
    background: var(--dk-blue);
    display: block;
    margin: 1em 0 0;
}

.bottom-v-line:after{
    height: 60px;
    width: 1px;
    color: inherit;
    content: "";
    background: var(--dk-blue);
    display: block;
    margin: 20px auto;
}

.section-title.blue{
    color: var(--dk-blue);
}

.section-title.orange{
    color: var(--orange);
}

.section-title.white{
    color: #fff;
}

.side-line{
    position: relative;
    padding: 0 1rem;
    width: max-content;
    margin: auto;
}

.side-line:before {
    content: "";
    width: 150px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 60%), 1px 1px 5px rgb(0 0 0 / 60%);
}

.side-line:after {
    content: "";
    width: 150px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 60%), 1px 1px 5px rgb(0 0 0 / 60%);
}

.border-top-bottom {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 2em 0;
    margin-bottom: 2em;
}
/*=============
 Header Styles
 ==============*/

.header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.header__container {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 95%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header__logo {
    display: flex;
    align-items: center;
    max-width: 198px;
}

.header__wrap-top {
    display: none;
    flex-direction: row;
    gap: 20px;
}

.header__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header__wrap-bottom {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 1em 0;
}

.header__contact {
    position: relative;
}

.header__wrap-bottom .header__contact {
    display: none;
}

#menu-main-menu li {
    display: inline;
    text-transform: uppercase;
    font-size: .9rem;
    font-family: 'Nunito Sans', sans-serif;
    position: relative;
}

@media(min-width: 1300px){
    .header__wrap-top .header__contact {
        display: none;
    }

    .header__wrap-bottom .header__contact {
        display: flex;
        align-items: center;
    }
}

@media(min-width: 1500px){
    .header__logo {
        width: 250px;
    }

    #menu-main-menu li {
        font-size: 1rem;
    }
}

.header__icon {
    display: inline-block;
    padding: 6px 0 0 6px;
}

.header__icon svg {
    height: 40px;
    width: 40px;
    margin: 0 .1rem;
}

.header .gglobe {
    opacity: 1;
    display: inline-block;
}

.mobile-contact-links .gglobe {
    background-image: none;
    opacity: 1;
    display: inline-block;
}

.header .gglobe:hover {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
}

#menu-main-menu li a {
	padding: .5em .75em;
	position: relative;
}

ul#menu-main-menu li a:hover,
ul#menu-main-menu li a:focus,
ul#menu-main-menu li.current-menu-item a{
	color: #fff;
}


.sub-menu {
    background: hsl(188deg 58% 60% / 10%);
    border-top: 1px solid hsl(188deg 58% 60% / 20%);
    color: inherit;
    top: 35px;
    white-space: nowrap;
    transition: opacity 0.2s ease-in-out,visibility 0s 0.2s ease-in-out;
}

.menu-item:hover > .sub-menu{
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out;
}

.sub-menu .menu-item{
    display: block;
}

.nav-mobile .sub-menu .menu-item {
    display: block;
    border-bottom: none;
}

.nav-mobile .sub-menu .menu-item a:before {
    content: "- ";
}

ul#menu-main-menu .sub-menu .menu-item a {
    color: #fff;
    display: inline-block;
    letter-spacing: initial;
    line-height: 1;
    padding: 10px 20px;
    width: 100%;
}

.header__book-now {
    font-family: 'Nunito Sans', sans-serif;
    padding: .5em 1em;
    text-align: center;
    text-transform: uppercase;
}

.header__book-now-wrap-outside {
    display: none;
}

.header__book-now-wrap-outside .header__book-now {
    display: block;
    position: relative;
    padding: 1em;
    margin: auto;
    font-size: 13px;
    line-height: 1;
    width: 100%;
}

@media(max-width: 1400px){
}

.header__book-now-wrap-outside .header__book-now:hover:before {
    border-left: 50px solid transparent;
}

@media(min-width: 1200px){
    .header__container {
        width: 100%;
        padding: 0 2.5%;
    }

    .header__wrap {
        padding-right: 2.5%;
    }

    .header__book-now-wrap {
        display: none;
    }

    .header__book-now-wrap-outside {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        margin: 10px 0;
    }
}


.navButtonWrapper {
    display: none;
}

.navButton {
    float: right;
    position: relative;
    width: 20px;
    height: 14px;
}

.navButtonBar {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    float: left;
    width: 100%;
    position: absolute;
    height: 3px;
    margin: 7px 0 0;
}

.navButtonBar--top {
    margin-top: 1px;
}

.navButtonBar--bottom {
    margin-top: 13px;
}

body.is-showingNav .navButtonBar {
    background: var(--lt-blue);;
}

body.is-showingNav .navButtonBar--top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 7px
}

body.is-showingNav .navButtonBar--middle {
    opacity: 0;
    filter: alpha(opacity=0);
}

body.is-showingNav .navButtonBar--bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 7px;
}

.navButton {
    width: 50px;
    height: 17px;
}
.navButtonBar--top {
    margin-top: 0px;
}
.navButtonBar--bottom {
    margin-top: 14px;
}

.nav-mobile {
    background-color: var(--dk-blue);
    height: 100%;
    overflow-y: scroll;
    padding: 40px 0;
    position: fixed;
    right: -320px;
    top: 0;
    width: 320px;
    z-index: 99999;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.nav-mobile, 
.nav-mobile .menu-item a  {
    color: #fff;
}

.nav-mobile .menu-item {
	border-bottom:1px solid hsl(188deg 58% 60% / 20%);
    width: 100%;
}

.nav-mobile .menu-item:last-child{
    border-bottom: none;
}

.nav-mobile .menu-item a {
    padding: 1em;
    width: 100%;
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}

.nav-mobile-home {
    padding: 1em;
    width: 100%;
    display: block;
    color: #fff;
    border-bottom: 1px solid hsl(188deg 58% 60% / 20%);
    font-family: 'Nunito Sans', sans-serif;
}

.main-nav-contact-container {
    padding: 12px 30px;
}

body.is-showingNav {
    overflow: hidden;
}

body.is-showingNav .nav-mobile {
    display: block;
    right: 0;
}

body.is-showingNav .header__container {
    transform: translateX(-320px);
}

body.is-showingNav .mobile-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    top: 0;
}

@media(min-width: 1025px){
    .header__wrap-top {
        display: flex;
        justify-content: space-between;
        padding: 0 .75rem;
    }

    .sub-menu {
        visibility: hidden;
        opacity: 0;
        padding: 0;
        position: absolute;
        left: 0;
    }

    #menu-main-menu ul.sub-menu li.menu-item{
        display: block;
    }
}

@media(max-width: 1024px){
	.nav-wrap{
		display: none;
	}

	.navButtonWrapper {
		display: flex;
    	align-items: center;
	}
	
}

.mobile-book-now a {
    display: inline-block;
    width: 100%;
    margin: 10px auto 0;
}

.mobile-contact-links {
    padding: 1em;
    position: relative;
    border-bottom: 1px solid hsl(188deg 58% 60% / 20%);
}

#hero {
    color: #fff;
    display: flex;
    height: 100vh;
    max-height: 600px;
    position: relative;
}

.hero__container {
    position: relative;
    z-index: 99;
    margin: auto;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%), 
                 1px 1px 5px rgb(0 0 0 / 60%);
}

.top-title {
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1em;
    font-weight: 600;
}

.hero__title {
    font-size: 2em;
}

.hero__sub-title {
    font-size: 1em;
    max-width: 30ch;
    margin: auto;
}


video.hero__video {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}

@media(min-width: 640px){
    .top-title {
        font-size: 1.5em;
    }

    .hero__title {
        font-size: 4em;
    }

    .hero__sub-title {
        font-size: 1.5em;
    }
}

.hero__cta.cta-btn {
    color: var(--dk-blue);
    background: #fff;
    border: 2px solid;
    font-family: 'Nunito Sans', sans-serif;
    text-shadow: none;
}

.hero__cta.cta-btn:hover,
.hero__cta.cta-btn:focus {
	background: var(--dk-blue);
    color: #fff;
}

.newsletter__container {
    max-width: 1200px;
    margin: auto;
    padding: 1em 0;
    align-items: center;
}

.newsletter__container-box {
    width: 90%;
    max-width: 600px;
    margin: auto;
}

.newsletter__text {
    padding: 0 2em;
}

.newsletter__text p {
    font-size: 1rem;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.newsletter__form form .gform_body.gform-body {
    width: 100%;
}

.newsletter__form form .gform_footer.top_label {
    width: 100%;
    padding: 0;
    margin: 0;
}

.newsletter__form span.gfield_required.gfield_required_text {
    color: #fff;
}

.newsletter__form form input {
    padding: .65rem !important;
    margin: 0 !important;
}

.newsletter__form form input[type='submit'] {
    width: 100%;
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin: 0 !important;
    font-weight: 600;
    -webkit-appearance: none;
    appearance: none;
}

@media(min-width: 1220px){
    .newsletter__container {
        display: flex;
    }
}

@media(max-width: 1220px){
    .newsletter__text {
        margin-bottom: 2em;
    }
}

@media(min-width: 641px){
    .newsletter__form form {
        display: flex;
        align-items: flex-end;
        column-gap: 2%;
    }

    .newsletter__form form .gform_body.gform-body {
        width: 66%;
    }

    .newsletter__form form .gform_footer.top_label {
        width: 33%;
        padding: 0;
        margin: 0 0 16px;
    }

    .newsletter__form form input {
        height: 41px;
    }
}

@media(max-width: 640px){
    .newsletter__form form .gform_body.gform-body {
        margin-bottom: 2em;
    }
}

.hero-callout {
    position: absolute;
    max-width: 250px;
    width: 100%;
    display: none;
    z-index: 100;
}

.hero-callout-img {
    max-width: 250px;
    width: 100%;
}

@media(min-width: 1024px){
    .hero-callout {
        display: block;
    }

    .mobile-callout{
        display: none;
    }
}


#intro {
    padding: 3em 1em;
}

.intro__text-container {
    margin: auto;
    max-width: 1024px;
    width: 90%;
}

.intro-title {
    font-size: 1.25em;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.intro-title--lines{
	position: relative;
    padding: 0 .5em;
    display: inline-block;
}

.intro-title--lines:before {
    content: "";
    width: 50%;
    height: 1px;
    background: var(--dk-blue);
    display: block;
    position: absolute;
    left: -50%;
    top: 50%;
}

.intro-title--lines:after {
    content: "";
    width: 50%;
    height: 1px;
    background: var(--dk-blue);
    display: block;
    position: absolute;
    right: -50%;
    top: 50%;
}

.page-template-template-homepage .intro-text {
    font-size: 17px;
}

.intro-text p:first-child:after {
    height: 60px;
    width: 1px;
    color: inherit;
    content: "";
    background: var(--dk-blue);
    display: block;
    margin: 20px auto;
}

#featured-homes{
    padding: 3em 0;
}

.experience-link-container {
    display: flex;
    gap: 20px;
    max-width: 1300px;
    margin: auto;
    flex-flow: row wrap;
    justify-content: center;
}

.intro__resort-experience {
    background: #ccc;
    box-shadow: 0 0 10px hsl(0deg 0% 0% / 50%);
    padding: 10em 0;
    max-width: 400px;
    display: flex;
    width: 100%;
}

.intro__resort-experience a {
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    margin: auto;
    background: var(--yellow);
    color: #fff;
    text-transform: uppercase;
    padding: 1em;
}

.intro__resort-experience a:hover,
.intro__resort-experience a:focus {
    color: var(--dk-blue);
    background: #fff;
}

#testimonials {
    padding: 3em 0;
}

.testimonials__title {
    font-family: 'Nunito Sans', sans-serif;
}

.testimonials__sub-title{
	position: relative;
}

.testimonials__sub-title:after{
    height: 60px;
    width: 1px;
    color: inherit;
    content: "";
    background: #fff;
    display: block;
    margin: 20px auto;
}

.testimonial__quotes.slick-initialized.slick-slider {
    max-width: 1200px;
    margin: auto;
    padding: 0 2em;
    width: 95%;
}

#testimonials blockquote {
    max-width: 650px;
    margin: 0 auto 1em;
}

span.quote-name {
    display: block;
}

span.quote-type {
    display: block;
    font-family: 'Nunito Sans', sans-serif;
}

#testimonials button.slick-prev, 
#testimonials button.slick-next {
    top: 0;
}

#testimonials .slick-prev:before, 
#testimonials .slick-next:before{
	color: #fff;
}

section#ameninites{
	padding: 3em 0;
}

.amenities__title {
    border-bottom: 1px solid;
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.25em;
    padding: .5em 1em;
    text-transform: uppercase;
}

.amentities__container {
    display: flex;
    flex-flow: row wrap;
    gap: 20px 40px;
    justify-content: space-evenly;
    margin: 3em auto;
    max-width: 1024px;
    width: 90%;
}

.amenity {
    max-width: 160px;
    width: 100%;
}

.amenity svg {
    max-width: 100px;
}

.amenity__title {
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: .9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.amenity__title:before {
    height: 20px;
    width: 1px;
    color: inherit;
    content: "";
    background: var(--dk-blue);
    display: block;
    margin: 0 auto 10px;
    position: relative;
}

section#location-map {
    padding: 0;
}

#location-map img {
    width: 100%;
}

.location-info {
    margin: auto 0;
    padding: 3em;
}

.location__title {
	font-family: 'Nunito Sans', sans-serif;
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.location__address-title {
    border-bottom: 1px solid #fff;
    color: var(--yellow);
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: .5em;
    padding-bottom: .5em;
    text-transform: uppercase;
}

#location-map address {
    color: #fff;
}

#facebook-feed {
    background: linear-gradient( 
		180deg
		, hsl(36deg 85% 67% / 0) 0%, hsl(36deg 85% 67% / 100%) 100%);
    padding: 3em 0;
}

.facebook-feed__container {
    max-width: 1366px;
    margin: auto;
    width: 90%;
}

.feed-cta-title{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	border-bottom: 1px solid;
	padding-bottom: 1em;
	margin-bottom: 1em;
	display: inline-block;
}

.feed-cta-sub-title{
	font-size: 1.25em;
	margin-bottom: 1em;
}

#facebook-feed #cff .cff-item.cff-box, #cff .cff-item.cff-box:first-child,
#facebook-feed #cff .cff-item.cff-box, #cff .cff-item.cff-box {
    background: #fff;
}

@media(max-width: 900px){
    .feed-cta {
        text-align: center;
    }
}

@media(min-width: 900px){
    .facebook-feed__container {
        display: flex;
    }

    .feed-wrap {
        width: 75%;
    }

    .feed-cta {
        width: 25%;
        padding: 3em 1em;
    }
}

.banners__wrap {
    display: flex;
    gap: 40px;
    flex-flow: row wrap;
    justify-content: center;
}

.banner {
    height: 500px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 380px;
    font-family: 'Nunito Sans', sans-serif;
}

.banner__title {
    text-align: center;
    width: 100%;
    padding: 1em;
    background: rgba(var(--primary) / 100%);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.banner__content {
    color: #fff;
    font-size: 1.75em;
    letter-spacing: 2px;
    margin: auto;
    max-width: 700px;
    text-align: center;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%), 1px 1px 5px rgb(0 0 0 / 60%);
}

.amenities-intro__text-container {
    background: #fff;
    border: 1px solid var(--dk-blue);
    margin: 0 auto;
    max-width: 760px;
    width: 95%;
    padding: 2em;
}

.amenities-intro__title{
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
}

.amenities-intro__title:first-child:after {
    height: 60px;
    width: 1px;
    color: inherit;
    content: "";
    background: var(--dk-blue);
    display: block;
    margin: 20px auto;
}

.page-amentities__container {
    width: 90%;
    max-width: 760px;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.page-amenities__title {
    border-bottom: 1px solid;
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.25em;
    padding: .5em 1em;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.page-amentities__amenity {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: flex;
    align-items: center;
    width: 380px;
    gap: 20px;
    margin-bottom: 1em;
}

.amenity-icon svg {
    width: 60px;
}

@media(min-width: 850px){
    .page-amentities__amenity {
        padding-left: 3em;
    }
}

.page-amentities__amenity img {
    width: 60px;
}

.page-amenity__title{
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: .9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gallery__container {
    width: 90%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    justify-content: center;
}

.daily-events__container {
    width: 95%;
    margin: auto;
    max-width: 960px;
    background: #fff;
    padding: 3em 1em;
}

.daily-events__list {
    max-width: max-content;
    margin: auto;
    padding: 0 2em;
}

.daily-events__list li {
    margin-bottom: 1rem;
    list-style: disc;
}

@media(min-width: 600px){
    .daily-events__list {
        column-count: 2;
        column-gap: 160px;
    }
}

.event-calendar__container{
    padding: 2em;
    background: var(--dk-blue);
    max-width: 1280px;
    width: 95%;
    margin: auto;
}

.event-calendar__container .tribe-common-l-container.tribe-events-l-container {
    background: #fff;
    padding: 3em !important;
}

.brochure__container {
    display: flex;
    margin: auto;
    max-width: 1280px;
    width: 90%;
}

.brochure__cta {
    margin-left: auto;
    padding: 4em 0;
}

.brochure__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2em;
    text-transform: uppercase;
}

.page-gallery__container {
    background: #fff;
    border: 1px solid var(--dk-blue);
    margin: 0 auto;
    max-width: 1280px;
    width: 95%;
    padding: 2em;
}

.page-gallery__wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    gap: 1em;
}

.page-gallery__wrap figure img {
    height: 260px;
    object-fit: cover;
}

.page-gallery__wrap figure a {
    display: flex;
}

.page-gallery__wrap figure {
    flex: 1 1 20em;
}

.send-photos__container {
    max-width: 1300px;
    margin: auto;
}

.send-photo__title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.25em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.send-photo__sub-title {
    letter-spacing: 1px;
}

.send-photo__sub-title a {
    color: #fff;
    font-style: italic;
    font-weight: 700;
}

.send-photos__gallery-slider{
    margin: 2em auto;
}

.send-photos__gallery-slider figure{
    margin: .5rem;
}

.location-intro__text-container {
    background: #fff;
    border: 1px solid var(--dk-blue);
    margin: 0 auto;
    max-width: 1080px;
    width: 95%;
    padding: 2em;
}

.location-intro__box {
    width: 100%;
}

.location-intro__box.location-intro__content {
    padding: 0 1em;
}

@media(min-width: 960px){
    .location-intro__text-container {
        display: flex;
        gap: 20px ;
    }
}

#explore-more {
    background-color: rgba(var(--primary) / 100%);
    color: #fff;
}

.explore-more__title{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.25em;
    padding: .5em 1em;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.explore-more__container{
    width: 90%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 40px;
}

.explore-item__title {
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: .9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2em;
    height: 21px;
}

.explore-icon {
    margin-bottom: 1em;
    max-width: 120px;
}

.explore-more__item {
    width: 220px;
    text-align: center;
    margin-bottom: 1em;
}

.explore-more__item p {
    font-size: .9rem;
}

.live-here__container {
    width: 90%;
    max-width: 1080px;
    margin: auto;
}

.image-top img{
    margin-bottom: 3em;
}

.image-top img{
    width: 100%;
}

@media(min-width: 850px){   
    .live-here__container {
        display: flex;
    }
    .image-top {
        width: 40%;
    }

    .live-here__content {
        position: relative;
        padding: 0 2em;
        width: 60%;
    }

    .live-here__content p{
        margin-bottom: 2em;
    }

    .image-bottom {
        position: relative;
        left: -80px;
    }
}

#whats-nearby .section-title {
    margin-bottom: 1em;
    display: inline-block;
    padding: 1em;
    line-height: 1;
}

.nearby-attraction__box .section-title {
    border-bottom: 1px solid;
}

#whats-nearby .side-line:before {
    content: "";
    width: 150px;
    height: 2px;
    background: orange;
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    box-shadow: none;
}

#whats-nearby .side-line:after {
    content: "";
    width: 150px;
    height: 2px;
    background: orange;
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    box-shadow: none;
}

#whats-nearby .nearbyplaces-map {
    background: rgba(var(--secondary) / 100%);
}

#whats-nearby .nearbyplaces-map__menu {
    background: rgba(var(--secondary) / 100%);
}

#whats-nearby .nearbyplaces-map__menu .nearbyplaces-map__menu-item.is-active {
    background: rgba(var(--primary) / 100%);
    color: #fff;
}

#whats-nearby .nearbyplaces-map__menu-item:hover {
    background: rgba(var(--primary) / 100%);
    color: #fff;
}

.whats-nearby__attractions {
    max-width: 1080px;
    margin: auto;
    padding: 3em 0 0;
    width: 90%;
}

.nearby-attraction {
    margin: 0 auto 3em;
}

.nearby-attraction:last-child {
    margin: 0;
}

@media(min-width: 960px){   
    .nearby-attraction {
        display: flex;
        gap: 40px;
    }

    .nearby-attraction:nth-child(even) {
        flex-direction: row-reverse;
    }

    .nearby-attraction__box {
        width: 100%;
    }
}

#footer {
    padding: 2em 0 0;
}

.proud-partners {
    margin-top: 2em;
}

.proud-partner {
    margin: 10px;
    display: inline-block;
	max-width: 150px;
}

#menu-footer-menu li {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1rem;
    display: inline-block;
    margin: 1.5em;
}

#menu-footer-menu li a{
    color: var(--dk-blue);
    text-transform: uppercase;
}

.contact__hero .hero__title {
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}

.contact-form__container{
    background: #fff;
    border: 1px solid var(--dk-blue);
    margin: 0 auto;
    max-width: 1080px;
    width: 95%;
    padding: 2em;
}

#connect-contact .section-title:after,
#hours .section-sub-title:after {
    content: "";
    height: 1px;
    width: 100px;
    margin: 1em auto;
    background: var(--dk-blue);
    display: block;
}

.contact-form__container .section-title {
    border-bottom: 1px solid;
    padding-bottom: .5em;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.gform_footer.top_label {
    text-align: center ;
}

.gform_footer input[type='submit'] {
    padding: 1em 2em;
    background: var(--dk-blue);
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin: 0 !important;
    font-weight: 600;
    -webkit-appearance: none;
    appearance: none;
    font-size: 1.25rem;
}

.ways-to-connect {
    max-width: 1280px;
    margin: auto;
    display: flex;
    text-align: center;    
    justify-content: space-evenly;
    flex-flow: row wrap;
    padding: 1em 0;
    gap: 2em;
}

.way-to-connect {
    max-width: 300px;
    font-size: 1em;
    flex: 1 1 14em;
}

.way-to-connect svg {
    width: 75px;
}

.way-to-connect a{
    color: var(--dk-blue);
}

.connect__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: .75em auto;
}

#hours {
    padding-bottom: 12em;
}

#our-resorts .section-title:after {
    content: "";
    height: 1px;
    width: 100%;
    max-width: 200px;
    margin: 1em auto;
    background: var(--dk-blue);
    display: block;
}

.the-resorts {
    max-width: 1080px;
    margin: auto;
    display: flex;
    gap: 50px;
    padding: 2em 0;
    width: 90%;
    flex-flow: row wrap;
    justify-content: space-between;
}

.the-resort {
    border: 10px solid hsl(198deg 58% 32% / 50%);
    padding: 1em;
    flex: 1 1 16em;
    max-width: 500px;
}

.resort-image {
    margin-bottom: 2em;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 50%);
}

#contact-facebook-feed {
    background: var(--dk-blue);
    padding: 3em 0;
}

.contact-facebook-feed__container {
    max-width: 1366px;
    margin: auto;
    width: 90%;
}

.newsletter-cta__container{
    max-width: 1080px;
    margin: auto;
}

.park-models__hero .hero__title{
    font-family: 'Nunito Sans', sans-serif;
}

#park-models-intro {
    padding-bottom: 20em;
}

.park-models-intro__container {
    width: 95%;
    margin: auto;
    max-width: 960px;
    background: hsl(0deg 0% 100% / 80%);
    padding: 3em 1em;
}

.park-models-intro__container .section-title,
#popular-options .section-title {
    border-bottom: 1px solid;
    padding-bottom: .5em;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.park-models__sub-title {
    font-size: 1.5em;
}

.park-models__sub-title:before {
    height: 60px;
    width: 1px;
    color: inherit;
    content: "";
    background: var(--dk-blue);
    display: block;
    margin: 20px auto;
}

.popular-options__container {
    width: 95%;
    margin: auto;
    max-width: 1080px;
    background: #fff;
    padding: 3em 1em;
    border: 1px solid var(--dk-blue);
}

#explore-park-models {
    padding-bottom: 0;
}

.explore-park-models__title {
    font-size: 2em;
    margin-bottom: 3rem;
}

.explore-park-models__title span{
    display: block;
    font-size: .625em;
    position: relative;
    padding: 0 1rem;
    width: max-content;
    font-family: 'Nunito Sans', sans-serif;
    margin: auto;
    text-transform: uppercase;
    font-weight: 600;
}

.explore-park-models__title span:before{
    content: "";
    width: 100px;
    height: 2px;
    background: var(--dk-blue);
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
}

.explore-park-models__title span:after{
    content: "";
    width: 100px;
    height: 2px;
    background:var(--dk-blue);;
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
}

.explore-park-models__container {
    margin: 0 auto;
    max-width: 1080px;
    width: 90%;
    padding: 2em 0;
}

.inventory-homes-feed-detail .homes-feed-detail-wrap .col-sm-12 {
    display: flex;
    gap: 2em;
    justify-content: center;
    flex-flow: row wrap;
}

.inventory-homes-feed-detail li{
    list-style: none;
}

.custom-homes__container {
    max-width: 960px;
    margin: auto;
    width: 90%;
    padding: 75px 0;
}

.custom-homes__container .section-title {
    margin-bottom: 1em;
}

.custom-homes__container .section-title.side-line:before {
    content: "";
    width: 150px;
    background: var(--dk-blue);
    box-shadow: none;
}

.custom-homes__container .section-title.side-line:after {
    content: "";
    width: 150px;
    background: var(--dk-blue);
    box-shadow: none;
}

.custom-content__container {
    margin: auto;
    width: 90%;
    padding: 75px 0;
}

.custom-homes__gallery {
    margin: 2em auto;
}

.custom-homes__gallery.slider {
    max-width: 960px;
    margin: auto;
    width: 85%;
}

.custom-homes__gallery.slider img {
    margin: 0 .5em;
}

.custom-homes__gallery .slick-prev {
    z-index: 1;
    left: -10px;
}

.popular-options__list {
    max-width: max-content;
    margin: auto;
    padding: 2em 2em 0;
}

.popular-options__list li {
    margin-bottom: 1rem;
    list-style: disc;
    font-family: 'Nunito Sans', sans-serif;
}

.models_offered__container{
    gap: 2rem;
}

.models_offered__wrap {
    background: #ce7d5a;
    padding: 2rem 1rem;
    color: #fff;
    flex: 1 1 100%;
    margin-bottom: 2rem;
}

.models_offered__list {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.model-images {
    flex: 1 1 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.model-image{
    border: 10px solid #ce7d5a;
    width: 100%;
}

.model-image-1 {

}

.model-image-2 {
}

@media (min-width: 992px) {

    .models_offered__container{
        display: flex;
    }

    .models_offered__wrap,
    .model-images {
        flex: 1 1 50%;
    }

    .models_offered__wrap{
        max-width: 400px;
    }

    .model-image-1 {
        max-width: 600px;
        margin-left: auto;
    }

    .model-image-2 {
        max-width: 500px;
        margin-top: -100px;
    }
}


.experience__container {
    margin: 0 auto;
    max-width: 1080px;
    width: 95%;
    padding: 2em;
}

@media(min-width: 600px){
    .popular-options__list {
        column-count: 2;
        column-gap: 160px;
    }
}

.home-details__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-details__wrap > * {
    padding-left: 15px;
    padding-right: 15px;
}

.home-details__container,
.home-details__form {
    flex: 0 0 100%;
    max-width: 100%;
}

.home-details__form {
    margin-top: 1em;
    margin-bottom: 1em;
}

.home-details__form-wrap {
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    padding: 1em;
    position: sticky;
    top: 150px;
}

@media (min-width: 992px) {
    .home-details__container {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }

    .home-details__form {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}


.amenities-cta-content-wrap{
    padding: 100px 0;
}

#amenities-cta .section-title{
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%), 1px 1px 5px rgb(0 0 0 / 60%);
}


.plan-your-stay-hero__sub-title{
    font-size: 2em;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}

.plan-your-stay__hero .hero__title:after {
    content: "";
    height: 3px;
    width: 100%;
    background: #fff;
    display: block;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 60%), 1px 1px 5px rgb(0 0 0 / 60%);
}

#reserve {
    padding: 0;
}

.reserve__box {
    width: 100%;
    display: flex;
}

.reserve__box figure {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.reserve__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reserve__box-content {
    background: #fff;
    border: 1px solid var(--dk-blue);
    margin: 2em auto;
    width: 90%;
    padding: 2em;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}

#reserve .reserve__box-content {
    display: flex;
}

.reserve__box-content p {
    font-size: 1.25em;
    font-weight: 600;
}

.reserve__box-content .cta-btn {
    display: block;
    max-width: max-content;
    margin: auto;
}

@media(min-width: 760px){
    .reserve__container {
        display: flex;
    }
}

.features__title {
    border-bottom: 1px solid;
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.25em;
    padding: .5em 1em;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.features__list {
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    max-width: max-content;
    margin: auto;
}

.features__list li {
    list-style: disc;
}

#features .cta-btn{
    display: block;
    max-width: max-content;
    margin: 2em auto;
}

#reservation-form .section-title:after{
    content: "";
    height: 1px;
    width: 100px;
    margin: 1em auto;
    background: var(--dk-blue);
    display: block;
}

.reservation-form__container{
    margin: 0 auto;
    max-width: 1080px;
    width: 95%;
    padding: 2em;
    font-family: 'Nunito Sans', sans-serif;
}

.reservation-form__container .gfield_label,
.reservation-form__container .gchoice label {
    text-transform: uppercase;
}

.reservation-form__container .gform_footer.top_label {
    text-align: center;
}

.reserve-disclaimer {
    font-size: .75em;
}

@media(min-width: 600px){
    .features__list {
        column-count: 2;
        column-gap: 160px;  
        padding: 0 2em;
    }
}

#testimonials .section-title:after{
    height: 60px;
    width: 1px;
    color: inherit;
    content: "";
    background: var(--dk-blue);
    display: block;
    margin: 20px auto;
}

.five-star__box {
    display: flex;
}

.five-star__box figure {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.five-star__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.five-star_box-quotes{
    padding: 2em;
}

.five-star__quote {
    background: #fff;
    border: 1px solid var(--dk-blue);
    margin: auto;
    width: 100%;
    padding: 6em 2em;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}

.five-star__quote-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.five-star__quote p {
    font-size: 1.25em;
    font-weight: 600;
}

.five-star__quote .cta-btn {
    display: block;
    max-width: max-content;
    margin: auto;
}

@media(min-width: 760px){
    .five-star__container {
        display: flex;
    }

    .five-star__box {
        width: 50%;
    }
}

#map .section-title span {
    display: block;
    font-size: 2em;
    font-family: 'Alike', serif;
    font-style: italic;
    font-weight: 400;
    position: relative;
    width: max-content;
    margin: auto;
    padding: 0 1rem;
}

#map .section-title span:before{
    content: "";
    width: 100px;
    height: 2px;
    background: var(--dk-blue);
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
}

#map .section-title span:after{
    content: "";
    width: 100px;
    height: 2px;
    background:var(--dk-blue);;
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
}

.map__container{
    max-width: 1024px;
    margin: auto;
}

.rule-reg__btn-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 90%;
    margin: auto;
    flex-flow: row wrap;
}

.rule-reg__btn-nav button{
    padding: 1em 2em;
    background: var(--dk-blue);
    border: none;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0 !important;
    font-weight: 600;
    -webkit-appearance: none;
    appearance: none;
    min-width: 200px;
}

.rule-reg__content_c {
    max-width: 1024px;
    margin: auto;
    padding: 2em;
    background-color: #fff;
    margin-top: -1em;
    display: none;
}

.rule-reg__content{
    background: #fff;
    padding: 2em;
    display: none; 
    font-size: .75em;
}

.rule-reg__title {
    font-size: 1.25em;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1em;
    border-bottom: 2px solid;
    padding-bottom: .5em;
    max-width: max-content;
}

.rule-reg__content li{
    list-style: disc;
    margin: 0 0 1em 1em;
}

.show { 
    display: block !important; 
}

.offers-container {
    display: flex;
    flex-flow: row wrap;
    gap: 2em;
    justify-content: center;
}

.offer {
    flex: 1 1 20em;
    max-width: 360px;
}

.offer-thumb {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.offer-title {
    /* border-bottom: 1px solid; */
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.offer-sub-title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: .85em;
    text-transform: uppercase;
    margin: 0 0 1em;
}

.offer-description {
    margin: 0 0 1em;
}

.footer__icon{
    display: inline-block;
}

.footer__icon svg {
    height: 40px;
    width: 40px;
}

.footer__icon img{
    height: 40px;
    width: 40px;
}

.footer__contact {
    padding: 3em 0;
    margin-top: 1em;
}

.footer__contact-box a {
    margin: 0 1em;
}

@media(min-width: 760px){
    .footer__contact-wrap {
        display: flex;
    }

    .footer__address {
        text-align: right;
    }
}

.footer__contact-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
}

.contact-item svg {
    width: 40px;
    height: 40px;
    margin-bottom: .5em;
}

.contact-item {
    text-align: center;
    flex: 1 1 2em;
    font-family: 'Nunito', sans-serif;
}

.contact-item__details {
    display: none;
}

.contact-title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.contact-item a{
    color: #fff;
}

.multi-social{
    display: none;
}

.multi-social-mobile {
    font-family: 'Nunito', sans-serif;
    padding-top: 3em;
    border-top: 1px solid hsl(0deg 0% 100% / 30%);
    margin-top: 3em;
}

@media(min-width: 640px){
    .contact-item {
        flex: 1 1 10em;
        font-family: 'Nunito', sans-serif;
        max-width: 320px;
    }

    .contact-item__details,
    .multi-social {
        display: block;
    }

    .contact-item svg {
        width: 60px;
        height: 60px;
    }

    .multi-social-mobile{
        display: none;
    }

}

.copyright {
    padding: 1em;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    text-align: center;
}

.copyright a{
    color: inherit;
}

.footer-icons {
    display: flex;
    gap: 1em;
    justify-content: center;
    padding-bottom: 1em;
}

.footer-icon {
    flex: 1 1 1em;
    max-width: 30px;
}

.footer-icon svg .st0,
.footer-icon svg .st1{
    fill: currentColor;
}

#thank-you {
    text-align: center;
}
.thank-you__container {
    max-width: 750px;
    margin: auto;
}
#thank-you h1.page-title {
    font-size: 3em;
    margin-top: 30px;
}
#thank-you .thank-you-img {
    margin: 20px 0;
}
#thank-you .thank-you-content {
    margin-bottom: 40px;
}
.page-template-template-thank-you .footer__logo {
    display: none;
}

/* Accordion Block */
.c-accordion__item {  /* The accordion item container */
    border: 1px solid rgba(var(--primary) / 100%);
    margin-bottom: 10px;
}
.c-accordion__title {
    padding: 15px 15px 15px 40px;
    font-size: 20px;
}
.c-accordion__item.is-open .c-accordion__title {
    background-color:rgba(var(--primary) / 100%);
    color:#fff;
}
.c-accordion__item.is-open .c-accordion__title:after {
    color:#fff;
}
.c-accordion__title:after {
    color: rgba(var(--primary) / 100%);
    left: 20px;
}
.c-accordion__title:hover:after {
    color:#fff; 
}
.c-accordion__title:hover,
.c-accordion__title:focus  {
    background-color:rgba(var(--primary) / 100%);
    color:#fff;
}
.c-accordion__content {
    padding: 15px 15px 0px 40px;
}

/* Available Homes Grid Button */
.archive-grid-button {
	background-color: rgba(var(--primary) / 100%);
}
.archive-grid-button:hover {
	background-color: rgba(var(--secondary) / 100%);
}

/* Social icons styles for footer */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 0.5em;
}

.social-icon {
    display: inline-block;
    transition: transform 0.2s ease;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-icon svg {
    width: 30px;
    height: 30px;
}

.contact-item__icon svg {
    width: 40px;
    height: 40px;
    margin-bottom: .5em;
}

@media(min-width: 640px){
    .social-icon svg {
        width: 35px;
        height: 35px;
    }
    
    .social-icons {
        gap: 15px;
    }
    
    .contact-item__icon svg {
        width: 60px;
        height: 60px;
    }
}
