/*
Theme Name:         Cobblestone Communities
Description:        Theme for Cobblestone Communities
Version:            1.7.6
Requires at least:  5.2
Tested up to:       6.5
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:        cobblestonecommunities
*/

@font-face {
	font-family: 'Nick Ainley';
	src: url('fonts/Nickainley-Normal.eot');
	src: url('fonts/Nickainley-Normal.eot?#iefix') format('embedded-opentype'),
	url('fonts/Nickainley-Normal.woff2') format('woff2'),
	url('fonts/Nickainley-Normal.woff') format('woff');
}

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

:root {
	--lt-blue: hsl(188deg 58% 60% / 100%);
	--dk-blue: hsl(195deg 39% 32% / 100%);
	--br-green: hsl(85deg 55% 51% / 100%);
	--mt-green: hsl(89deg 49% 77% / 100%);
	--mt-green-hover: hsl(89deg 49% 67% / 100%);
	--grey: hsl(220deg 9% 93% / 100%);
	--orange: hsl(29deg 94% 64% / 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: 20px;
	}
}

ol, ul {
	list-style: none;
}
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{
	font-size: 1.25em;
	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%;
}

h1{
	font-size: 3em;
	line-height: 1.25;
	margin-bottom: .5em;
}

h2{
	font-size: 3.5em;
	line-height: 1.25;
	margin-bottom: .25em;
}

h3{
	font-size: 2.5em;
	line-height: 1.5;
	margin: 0 0 .5em;
}

h4 {
    font-size: 1.5em;
    line-height: 1.33;
    margin-bottom: 1em;
}

@media(min-width: 960px){
	h1{
		font-size: 5em;
	}
	
	h2{
		font-size: 3.5em;
	}
}

/*=============
 Fonts
 ==============*/
.fw800{
	font-weight: 800;
}

body{
	font-family: 'Open Sans', sans-serif;
}

h2,h3,h4,h5{
	font-family: 'Barlow Condensed', sans-serif;
}

.homepage-hero h1,
.rv-stays-hero h1{
    margin: 0;
}

.find-home-hero h1 {
    font-family: 'Barlow Condensed', sans-serif;
    text-shadow: 0 0 15px #000;
}

.fancy-title-grand{
	font-family: 'Grand Hotel', cursive;
	text-transform: initial;
}

.fancy-title-nick{
	font-family: 'Nick Ainley', cursive;
	text-transform: initial;
}

.fancy-large {
    font-size: 1.75em;
}

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

.thank-you__content {
    font-family: 'Barlow Condensed', sans-serif;
    max-width: 725px;
    margin: 0 auto;
}

.google-review-wrap{
	border-top: 1px solid rgba(var(--primary) / 20%);
	border-bottom: 1px solid rgba(var(--primary) / 20%);
}

.google-review-link img{
	transform: scale(.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;
}

.google-review-link:hover img{
	transform: scale(1);

}

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

.clr-lt-blue{
	color: var(--lt-blue);
}

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

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

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

.bkg-dk-blue a{
	color: #fff;
}

.clr-br-green{
	color: var(--br-green);
}

.bkg-br-green{
	background: var(--br-green);
}

.clr-mt-green{
	color: var(--mt-green);
}

.bkg-mt-green{
	background: var(--mt-green);
	color: var(--dk-blue);
}

.clr-white{
	color: #fff;
}


/*=============
 Global Styles
 ==============*/
.container {
    margin: auto;
    max-width: 1220px;
	width: 90%;
}

.hr-line {
    display: block;
    height: 3px;
    background: var(--lt-blue);
    width: 50px;
    margin-bottom: 2em;
    border-radius: 5px;
}

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

.uppercase{
	text-transform: uppercase;	
}

.is-hidden{
	display: none;
}

.cta-btn {
    padding:.75em 1.5em;
	background: hsl(37deg 100% 76%);
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
}

.community-list-item .cta-btn {
    width: 200px;
    margin: 1em auto 0;
}

.cta-btn.download-app {
	background: #8dc63f;
	color: var(--accent-text-color);
	text-transform: initial;
    padding:.5em 1em;
}

.cta-btn.book-now {
	background: rgba(var(--accent) / 100%);
	color: var(--accent-text-color);
	text-transform: initial;
    padding:.5em 1em;
}

.cta-btn.login {
	background: rgba(var(--primary) / 100%);
	color: var(--primary-text-color);
	text-transform: initial;
    padding:.5em 1em;
}

.cta-btn.thank-you{
	background: rgba(var(--accent) / 100%);;
}

.cta-btn:hover {
	background: var(--mt-green-hover);
}

.cta-btn:focus {
	background: var(--br-green);
}

.df{
	display: flex;
}

.m-auto{
	margin: auto;
}

.mx-auto{
	margin: 0 auto;
}

.mb1{
	margin-bottom: 1em;
}

.mb2{
	margin-bottom: 2em;
}

.mb3{
	margin-bottom: 3em;
}

.m3x0{
	margin: 3em 0;
}

.p1{
	padding: 1em;
}

.p2{
	padding: 2em;
}

.p3{
	padding: 3em;
}

.p5{
	padding: 5em;
}

.pt3{
	padding-top: 3em;
}

.p5x0,
.p10x0x5{
	padding: 5em 0;
}

.ch60{
	max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
}

.ch80{
	max-width: 80ch;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width:1200px){
	.p10x0x5{
		padding: 10em 0 5em;
	}
}

.img-shadow{
	box-shadow: -10px 10px 10px rgb(0 0 0 / 50%);
}
/*=============
 Header Styles
 ==============*/
.header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99998;
}

.header__container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--dk-blue);
    width: 95%;
	max-width: 2000px;
    margin: auto;
	padding-bottom: .5em;
	-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;
}

.custom-logo-link {
    display: flex;
}

.custom-logo {
    margin-top: auto;
    display: block;
	max-width: 250px;
}

.nav-wrap {
    padding-bottom: 1em;
}

ul#menu-main li {
    display: inline;
    text-transform: uppercase;
}

.header-buttons {
    padding: 1em 0;
    text-align: right;
}

ul#menu-main li a {
    color: var(--dk-blue);
	padding: .5em 1em;
	position: relative;
	font-size: 1rem;
}

@media(min-width: 1330px){
	ul#menu-main li a {
	    font-size: 1em;
	}
}

ul#menu-main li a:hover,
ul#menu-main li a:focus,
ul#menu-main li.current-menu-item a{
	background: var(--dk-blue);
	color: #fff;
}

ul#menu-main .current-menu-item a:after {
    content:" ";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 20px solid transparent;
	border-top: 20px solid var(--dk-blue);
}

.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;
    background: var(--dk-blue);
    margin: 7px 0 0;
}

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

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

body.is-showingNav .navButtonBar {
    background: var(--mt-green);
}

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-top: 60px;
    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 var(--mt-green);
    width: 100%;
}

.nav-mobile .menu-item a {
    padding: 1em;
    width: 100%;
    display: block;
}

.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(max-width: 1130px){
	.nav-wrap{
		display: none;
	}
	
	.navButtonWrapper {
		display: flex;
    	align-items: center;
	}
	
	.header-buttons a {
		width: 100%;
		text-align: center;
		padding: 1em;
        margin-bottom: 20px;
	}
}

@media(max-width: 900px){
	.header__logo {
		max-width: 150px;
	}
}

#hero{
	position: relative;
    max-width: 2000px;
    margin: auto;
}

.homepage-hero{
	display: flex;	
	align-items: center;
}

.rv-stays-hero{
	display: flex;	
	align-items: center;
}

.hero-slider {
    height: 100vh;
    max-height: 725px;
}

.hero-slide {
    height: 100vh;
    max-height: 725px;
}

.hero__badge {
    padding: 2em;
    width: 100%;
    text-align: center;
}

.hero__badge.color-bar {
	background: rgba(var(--primary));
}

.hero__badge-wrap {
	width: 100%;
}

.hero__badge h1 {
    color: #fff;
}


@media(min-width: 960px){
	.hero__badge-wrap.on-right {
		right: 0;
	}
	
	#hero .hero__badge-wrap.on-right h1{
		font-size: 3.5em;
		text-transform: initial;
	}
	
	.hero__badge-wrap:after {
		height: 200px;
		width: 200px;
		content: "";
		position: absolute;
		top: -25px;
		border-radius: 100%;
	}
}

.badge-cta {
    color: #fff;
    font-size: 1.75em;
    font-weight: 700;
}

#hero .slick-dots {
    bottom: 30px;
    overflow: hidden;
	z-index: 999;
}

#hero .slick-dots li {
    margin: 0 15px;
}

#hero .slick-dots li:first-of-type:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    width: 100rem;
    height: 1px;
    background: var(--sky-blue);
}

#hero .slick-dots li:after {
    content: '';
    position: absolute;
    left: 102%;
    top: 50%;
    width: 30px;
    height: 1px;
    background: var(--sky-blue);
}

#hero .slick-dots li:last-of-type:before {
    content: '';
    position: absolute;
    left: 102%;
    top: 50%;
    width: 100rem;
    height: 1px;
    background: var(--sky-blue);
}

#hero .slick-dots li button {
    border: 1px solid var(--sky-blue);
    border-radius: 50px;
    height: 20px;
    width: 20px;
}

#hero .slick-dots li.slick-active button,
#hero .slick-dots li button:hover{
    background: var(--sky-blue);
}

.has-hero-image{
	height: 100vh;
	max-height: 600px;
}

.hero__content {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
}

.find-home-hero__content {
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: hsl(195deg 39% 32% / 60%);
    padding: 2em 1em 3em;
    text-shadow: 0 0 20px hsl(0deg 0% 0% / 59%);
}

.hero-title{
	background: rgba(var(--primary) / 100%);
	color: var(--primary-text-color);
}

.hero-title h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.5em;
    line-height: 1.25;
    margin-bottom: .25em;
}

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

#comm-intro h4{
	font-size: 2em;
}

#intro {
    overflow: hidden;
}

#intro .container {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

#intro-bottom.container {
	display: block;
	margin-top: 3em;
}

.intro__img {
	width: 100%;
	text-align: center;
	position: relative;
}

.intro__content {
	width: 100%;
}

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


@media(min-width: 1200px){
	#intro .container {
		flex-flow: row wrap;
		justify-content: space-between;
	}
	
	#intro .container.reverse {
		flex-flow: row-reverse wrap;
	}
	
	.intro__community-logo {
		text-align: left;
	}
	.intro__img {
		width: 45%;
		text-align: center;
	}
	
	.fancy-lol {
		text-align: left;
		font-size: 1.5em;
	}

	.fancy-title-nick.fancy-block {
		display: block;
		position: relative;
		left: -60px;
	}
	
	#intro h2 {
		position: relative;
		padding-left: 50px;
		line-height: 1;
	}
	
	.intro__content {
		width: 55%;
		padding: 0 2em 0 0;
	}
	
	.intro__content.on-right {
		text-align: right;
		width: 50%;
		padding: 0 0 0 2em;	
	}
	
	.intro__img figure {
		height: 550px;
		width: 550px;
		overflow: hidden;
		text-align: center;
		display: flex;
		justify-content: center;
		position: relative;
	}
	
	.intro__img figure.radius-round {
		border-radius: 100%;
	}

	.intro__img figure img{
	    max-width: initial;
    	object-fit: contain;
	}

	.intro__img.on-left:before{
		border-radius: 100%;
		content: "";
		height: 395px;
		width: 395px;
		position: absolute;
		background: hsl(206deg 75% 87% / 60%);
		top: -40px;
		left: -180px;
	}

	.intro__img.on-left:after {
		border-radius: 100%;
		content: "";
		height: 350px;
		width: 350px;
		top: 230px;
		position: absolute;
		background: hsl(89deg 49% 77% / 60%);
		left: -140px;
		z-index: -1;
	}
	
	.intro__img.on-right:before{
		border-radius: 100%;
		content: "";
		height: 395px;
		width: 395px;
		position: absolute;
		background: rgba(var(--secondary) / 60%);
		top: -40px;
		right: -180px;
	}

	.intro__img.on-right:after {
		border-radius: 100%;
		content: "";
		height: 350px;
		width: 350px;
		top: 230px;
		position: absolute;
		background: rgba(var(--primary) / 65%);
		right: -140px;
		z-index: -1;
	}
}

.available-homes__container {
    max-width: 1350px;
    margin: auto;
}

.available-homes__container .gform_wrapper.gravity-theme .gform_fields {
    display: block;
}

/* 	Home Lisitings Plugin Overriding Styles */

div.single.single-home svg.icon-compass-arrow{
	fill: #fff;
}

#available-homes .available_home_grid {
    box-shadow: 0 0 10px hsl(0deg 0% 0% / 30%);
}

.available_home__image__div__p{
	background: rgba(var(--primary) / 100%) !important; 
	color: hsl(195deg 39% 32% / 100%);
}

.available_home__em {
    color: hsl(188deg 58% 60% / 100%);
}

#form-cta {
    background: var(--dk-blue);
    max-width: 1200px;
    margin: auto;
	position: relative;
	margin: 0 auto 5em;
	overflow: hidden;
}

#form-cta:after {
    content: " ";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid var(--dk-blue);
}

#form-cta h3 {
    text-transform: initial;
}

#form-cta .gform_footer {
	text-align: center;
}

#form-cta .gform_body .gfield input {
	border: none;
}

#form-cta .gform_footer input[type="submit"] {
	margin: 0;
}

@media(min-width: 850px){
	#form-cta form {
	    display: flex;
	    justify-content: space-between;
        margin-bottom: 1em;
	}

	#form-cta .gform_body.gform-body{
		width: 75%;
	}

	#form-cta .gform_footer {
		width: 23%;
		justify-content: flex-end;
		display: flex;
		flex-direction: column;
	    padding: 0;
	}
}

label.gfield_label {
    color: var(--dk-blue);
}

.available-homes__container label.gfield_label,
#form-cta label.gfield_label {
    color: #fff;
}

.available-homes__container span.gfield_required.gfield_required_text,
#form-cta span.gfield_required.gfield_required_text {
    color: #fcd085;
}

.form-accent-bubble {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: absolute;
}

.form-accent-bubble.yellow {
    top: -50%;
    left: -10%;
	background: hsl(37deg 100% 76% / 75%);
}

.form-accent-bubble.primary {
    top: 20%;
    left: -10%;
	background: rgba(var(--primary) / 60%);
}

.form-accent-bubble.accent {
    right: -4%;
    top: 60%;
    height: 120px;
    width: 120px;
	background: rgba(var(--accent) / 100%);
}

.form-cta_container {
    max-width: 1024px;
    margin: auto;
	z-index: 2;
    position: relative;
}

@media(min-width: 850px){
	ul#gform_fields_1 li {
		max-width: 270px;
	}
}

@media(min-width: 641px){
	.gform_wrapper form.gf_simple_horizontal div.gform_body {
		width: 100% !important;
		max-width: 100% !important;
	}
}

.gform_wrapper .gform_fields input:not(input.gfield-choice-input) {
    width: 100% !important;
}

.ginput_container.ginput_container_select{
	position: relative
}

.ginput_container.ginput_container_select:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    height: 0;
    width: 0;
    border-top: 6px solid var(--dk-blue);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}

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

input.gform_button[type="submit"] {
	font-family: 'Quicksand', sans-serif;
    padding: .3em 1.5em;
    background: hsl(37deg 100% 76%);
	color: #fff;
	text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    border: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 25px;
}

	
.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
	border: none;
}

.explore__container {
    display: flex;
	flex-direction: column;
}

.explore__box {
    width: 100%;
    padding: 2em;
}

figure.explore__box.explore__image {
    padding: 10em 0;
}

.explore__box.explore__amenities {
    background: rgba(var(--secondary) / 100%);
    color: #fff;
	display: flex;
	padding-bottom: 60px;
}

.explore__amenities-wrap{
	max-width: 650px;
	margin: auto;
}

.explore__amenities-list {
    margin: 2em auto;
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.75em;
}

@media(min-width: 550px){
	.explore__amenities-list {
		column-count: 2;
	}
}

.explore__amenities-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
	margin-bottom: .5em;
}

.amenity-icon {
    width: 40px;
}

.explore__amenities-list li img {
    margin-right: .5em;
}

@media(min-width: 960px){
	.explore__container {
		display: flex;
		flex-direction: row-reverse;
	}
	
	.explore__box {
		width: 50%;
	}
}

.logo-divider__container {
    display: flex;
    max-width: 90px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border: 10px solid #fff;
}

#logo-divider {
    position: relative;
    height: 10px;
}

.logo-divider__logo {
    height: 50px;
    width: 50px;
}

.city-info__content-container {
    padding: 1em 1em 2em;
    background: rgba(var(--accent) / 100%);
    color: var(--dk-blue);
}

.city-info__content-wrap {
	display: flex;
    max-width: 1440px;
    margin: auto;
	flex-direction: column;
	justify-content: center;
}

.city-info__header {
    background: rgba(var(--primary) / 100%);
    color: #fff;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
	padding-top: 40px;
}

.city_content-wrap {
    padding: 2em;
}

figure.city_img {
    display: flex;
	flex-direction: column;
}

figure.city_img img {
    margin: auto;
    box-shadow: -10px 10px 10px rgb(0 0 0 / 50%);
}

@media(min-width: 1050px){
	.city-info__content-wrap {
		flex-direction: row;
		justify-content: center;
	}

	.city_content-wrap {
		width: 50%;
	}

	.city_img {
		width: 50%;
	}
}

.find-home-hero .sup-title {
    font-size: 2.5em;
    font-weight: 700;
    text-shadow: 0 0 15px #000;
}

.site-map__image{
	max-width: 1000px;
	width: 100%;
}

.g_form_container {
    max-width: 960px;
}

.gform_body .gfield input {
    border: none;
    border-bottom: 2px solid rgba(var(--secondary) / 100%);
    background: hsl(0deg 0% 92%);
    font-size: 1em !important;
	font-family: 'Open Sans', sans-serif;
}

.gform_body.gform-body select {
    border: none;
    border-bottom: 2px solid rgba(var(--secondary) / 100%);
    background: hsl(0deg 0% 92%);
    font-size: 1em !important;
    font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	appearance: none;
}

.gform_body.gform-body textarea {
    border: 2px solid var(--dk-blue);
    font-size: 1em !important;
	font-family: 'Open Sans', sans-serif;
}

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

@media(max-width: 640px){
	.g_form_container .gform_wrapper.gravity-theme .gfield.gfield--width-half{
		grid-column: span 12;
		margin-bottom: 8px;
	}
	
	.g_form_container .gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 0;
	}
}

#amenities-newsletter {
    border-top: 1px solid var(--dk-blue);
    border-bottom: 1px solid var(--dk-blue);
    color: var(--dk-blue);
}

.featured-amenities__container {
    max-width: 1400px;
    margin: auto;
    padding-bottom: 2em;
	position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.fa__box h3 {
    line-height: 1;
}

.fa__box {
    width: 50%;
    flex: 1 1 20em;
}

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

.featured-amenities__list {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.75em;
}

.featured-amenities__list li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.featured-amenities__list li img {
    margin-right: .5em;
}

.featured-amenities__img img{
	width: 100%;
	object-fit: cover;
}

.amenity-gallery,
.amenity-gallery-nav{
	width: 100%;
}

.amenity-gallery-nav img {
    margin: 10px 5px;
}

@media(min-width: 1320px){
	.fa__box.featured-amenities__img {
		margin-top: 6em;
		box-shadow: -10px 10px 10px rgb(0 0 0 / 50%);
		float: right;
	}
}

#things-activities {
    font-family: 'Barlow Condensed', sans-serif;
}

#things-activities p, 
#things-activities li {
    font-size: 1.5em;
}

.thing-activities__container {
    display: flex;
	max-width: 1440px;
	margin: auto;
	flex-direction: column;
}

.ta-box {
    width: 100%;
	padding: 1em;
}

.ta-box h3{
    font-weight: 700;
}

.ta-img {
	display: block;
}

.ta-img.bottom {
	display: none;
}

.ta-box ul {
    margin-left: 3em;
}

.ta-box li {
    list-style: disc;
}

@media(min-width: 850px){
	.thing-activities__container {
		flex-direction: row;
	}

	.thing-activities__container:nth-child(odd) {
		flex-direction: row-reverse;
	}
	
	.ta-img{
		box-shadow: -10px 10px 10px rgb(0 0 0 / 50%);
		max-width: 550px;
		height: 570px;
	}
	
	.ta-img img{
		max-width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.ta-img.bottom {
		margin-left: auto;
    	margin-top: -50px;
		display: block;
	}

}

.photo-gallery__title{
	max-width: 1400px;
    margin: auto;
	color: var(--dk-blue);
}

.photo-gallery__container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
	justify-content: space-evenly;
}

.photo-gallery__container a {
    margin: 1em;
}

div#lightbox {
    position: fixed;
    top: 50% !important;
    z-index: 99999;
    transform: translateY(-50%);
}

.cs__header {
    text-align: center;
    color: var(--dk-blue);
    margin: 3em 0 0;
}

.community-special {
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-direction: column;
	padding: 4em 2em;
	font-family: 'Barlow Condensed', sans-serif;
}

.comm-spec-box h3 {
    font-weight: 700;
    color: rgba(var(--secondary) / 100%);
    margin: 0;
}

.comm-spec-box p {
    font-size: 1.5em;
}

.specials-disclaimer{
	display: block;
}

.specials-divider-container {
    max-width: 1440px;
    margin: auto;
    border-bottom: 2px solid rgba(var(--primary) / 100%);
}

@media(min-width: 960px){
	.community-special {
		flex-direction: row;
		justify-content: space-between;
	}
	
	#home-specials .community-special {
		flex-direction: row-reverse;
	}

	.comm-spec-img {
		width: 45%;
	}

	.comm-spec-content {
		width: 50%;
		display: flex;
		align-items: center;
	}

	#home-specials .comm-spec-content {
		text-align: right;
		justify-content: flex-end;
	}
}

.rv-rates__note {
    font-size: .75em;
}

@media(min-width: 760px){
	.the-rv-rates p {
	    font-size: 1.75em;
	}
}

#rv-disclaimer p {
    font-size: 1em;
}
#rv-disclaimer h2 {
    font-size: 2em;
}

#contact-info {
    background: rgba(var(--primary) / 100%);
    color: #fff;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5em;
	position: relative;
}

#contact-info:after {
    content: " ";
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-top: 40px solid rgba(var(--primary));
}

#contact-info h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	font-size: 2em;
}

#contact-info a{
    color: #fff;
}

.contact-info__container {
    display: flex;
    max-width: 1400px;
    margin: auto;
    padding: 2em 1em 3em;
	flex-direction: column;
}

.contact-info_box {
    width: 100%;
}

.contact-info_box img {
    width: 100px;
}

@media(min-width: 820px){

	.contact-info__container {
		flex-direction: row;
	}
}

.page-template-template-communities #hero h1 {
    font-size: 3em;
}

.slide-comm-title {
    position: absolute;
    text-align: center;
    background: hsl(84deg 54% 49% / 50%);
    padding: 1em 2em;
    color: #fff;
    right: 0;
    bottom: 120px;
	text-shadow: 0 0 10px hsl(0deg 0% 0% / 50%);
	width: 100%;
}

.slide-comm-title h2,
.slide-comm-title h3{
	margin: 0;
	line-height: 1;
}

.slide-comm-title h2{
	font-family: 'Playfair Display', serif;
	font-size: 2em;
	margin-bottom: 10px;
}


.communities__container{
	max-width: 1300px;
}

.filters {
    display: flex;
	color: var(--dk-blue);
    align-items: center;
	flex-direction: column;
}

#community-filters {
    width: 100%;
    display: flex;
	flex-direction: column;
}

@media(min-width: 525px){
	.slide-comm-title {
		width: auto;
	}
	
	#community-filters {
		flex-direction: row;
	}
}

#community-filters select {
    background: var(--grey);
	color: var(--dk-blue);
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding: .5em 1em;
    font-size: 1em;
	border: 2px solid var(--dk-blue);
}

.filter-select-wrap{
	width: 100%;
    margin: 1% auto;
	position: relative;
}

@media(min-width: 650px){
	.filters {
		flex-direction: row;
	}
	
	.filter-select-wrap{
		margin: 1%;
	}
}

.filter-select-wrap:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    height: 0;
    width: 0;
    border-top: 6px solid var(--dk-blue);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}

.community-list-wrap {
    border-top: 1px solid var(--dk-blue);
    padding: 0 0 1em;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.community-list-item {
    margin:.66667% auto 0;
    flex: 0 0 32.33333%;
    background: var(--grey);
    padding: 1em .5em;
	min-width: 100%;
}

.state-wrap{
    padding-bottom: 2em;
}

.state-wrap.is-active {
    display: inline-block;
    flex-direction: column;
}

.state-header h3 {
    text-align: center;
	position: relative;
}

.state-header h3:after, .state-header h3:before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid var(--dk-blue);
    bottom: -5px;
    height: 40px;
    z-index: -1;
}

.state-header h3:before {
    border-radius: 10px 0 0;
    border-width: 2px 0 0 2px;
    left: 0;
    right: calc(50% + 100px);
}

.state-header h3:after {
    border-radius: 0 10px 0 0;
    border-width: 2px 2px 0 0;
    left: calc(50% + 100px);
    right: 0;
}

.community-wrap {
    display: flex;
    flex-flow: row wrap;
}

@media(min-width: 401px){
	.community-list-item {
		min-width: 400px;
	}	
}

.community-list-item h2,
.community-list-item h3{
    color:  var(--dk-blue);
	margin-bottom: 0;
    line-height: 1;
}

.community-list-item h2 {
    font-size: 3em;
}

.community-list-item h3 {
    font-size: 2em;
}

.community-list-item h4 {
    font-size: 1.25em;
	margin-bottom: 0;
	text-transform: initial;
}

.community-image{
	margin: 10px 0;
}

.community-icons {
    padding: 1em;
}

.type-icon {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: var(--orange);
}

.home.type-icon {
	border-radius: 50px;
}

h4.home-price{
	font-size: 1.75em;
}

.home-price span{
	color: var(--orange);
}

.no-match{
  color: #2c3e50;
  font-size: 20px;
  font-weight: bold;
  margin: 40px auto;
  text-align: center;
}

.rv-resort__container {
    max-width: 1300px;
    display: flex;
    flex-flow: row wrap;
}

#contact-cta h2 {
    text-shadow: 0 0 5px hsl(0deg 0% 0% / 40%);
}

#contact-cta h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.75em;
    text-transform: initial;
}

footer{
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
}

.footer__container {
    display: flex;
    max-width: 875px;
    margin: auto;
	flex-direction: column;
}

.footer__box {
    width: 100%;
    display: flex;
	margin: 1em 0;
}

#footer .social-icons {
    width: 20px;
}

@media(min-width: 670px){
	.footer__container {
		flex-direction: row;
	}

	.footer__box {
		width: 33.3333%;
	    padding: 0 1em;
	}
	
	.footer__logo.footer__box {
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}

@media(max-width: 670px){
	.footer__logo.footer__box {
		order: -1;
	}
	
	.footer__box {
		text-align: center;
	}
}

.view-all-communites {
    position: fixed;
    bottom: 10px;
	display: flex;
	align-items: center;
	-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;
    z-index: 999999;
}

.all-communities-icon {
	background: var(--dk-blue);
    width: 70px;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 70px;
    width: 70px;
}

.all-communities-title {
    background: var(--dk-blue);
	padding: .5em;
	opacity: 0;
	visibility: hidden;
	-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;
}

.view-all-communites:hover .all-communities-title {
	opacity: 1;
	visibility: visible;
}

/* Nearby Places Map */

.nearbyplaces-map__menu {
    background: var(--dk-blue);
}

.nearbyplaces-map__menu .nearbyplaces-map__menu-item{
    border-bottom: 2px solid var(--br-green);
}
    
.nearbyplaces-map__menu .nearbyplaces-map__menu-item.is-active,
.nearbyplaces-map__menu-item:hover{
    background:  var(--mt-green);
    color: #fff;
}

/* Available Home Detail Page */

.inventory-homes-feed-detail .hide-on-detail {
	display: none;
}

#available-homes .single.single-home .unit__details {
    background: rgba(var(--secondary) / 100%);
}

#available-homes .single.single-home .unit__details .unit__label {
    color: rgba(var(--primary) / 100%);;
}

#available-homes .single.single-home .unit__details .unit__form {
    border-right: 2px solid rgba(var(--primary) / 100%);;
    text-align: left;
}

#available-homes .single.single-home .unit__gallery .unit__gallery-control {
    background-color: rgba(var(--secondary) / 100%);
}

#available-homes .single.single-home .unit__gallery .unit__gallery-controls {
    background: rgba(var(--secondary) / 100%);
}

#available-homes .single.single-home .unit__gallery .unit__gallery-controls li.is-active {
    color: rgba(var(--primary) / 100%);
}

#available-homes .single.single-home .unit__gallery .unit__gallery-thumbs .unit__gallery-image.is-current>.border {
    border: 6px solid rgba(var(--secondary) / 100%);
}

#available-homes .single.single-home .unit__intro .unit__name {
    color: rgba(var(--secondary) / 100%);
}

#available-homes .single.single-home .unit__intro {
    border-bottom: 2px solid rgba(var(--primary) / 100%);
    border-top: 2px solid rgba(var(--primary) / 100%);
}

#available-homes .single.single-home .unit__intro .unit__title {
    color: var(--dk-blue);
}

#available-homes .single.single-home .unit__intro .unit__badge-img {
    border: 8px solid rgba(var(--primary) / 100%);
}

#available-homes .single.single-home .unit__details .unit__form form .gform_fields .gfield input {
    color: #000;
    text-align: left;
    border: none;
    border-bottom: 4px solid rgba(var(--primary) / 100%);
    background: hsl(0deg 0% 92%);
    font-size: 1em !important;
    font-family: 'Open Sans', sans-serif;
}

#available-homes input.gform_button[type="submit"] {
    background: rgba(var(--primary) / 100%);
    color: rgba(var(--secondary) / 100%);
}

#available-homes .available-homes__container span.gfield_required.gfield_required_text, #form-cta span.gfield_required.gfield_required_text {
    color: rgba(var(--primary) / 100%);
}

/* Form title is hardcoded in the Cobblestone Home Listings plugin. These can be removed if modified there */
.unit__form h3 { 
    visibility: hidden;
    position: relative;
}

.unit__form h3:before { 
	content: "Send Me More Information";
	visibility: visible;
	display: block;
	position: absolute;
}

.home-ribbon.just-listed {
    background-color: rgba(var(--primary) / 100%);
}

.home-ribbon.sale-pending {
    background-color: rgba(var(--secondary) / 100%);
}

.home-ribbon.sold {
    background-color: rgba(var(--accent) / 100%);
}

.special-callout {
    max-width: 900px;
    background: hsl(196deg 89% 35% / 80%);
    color: #fff;
    padding: 1em;
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    width: 100%;

}

.special-callout.open {
    opacity: 1;
    visibility: visible;
}

.special-callout__element {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
  visibility: hidden;
}

.special-callout.open .special-callout__title {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.special-callout.open .special-callout__content {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s; 
  visibility: visible;
}

.special-callout.open .cta-btn {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s; 
  visibility: visible;
}

.close-callout {
	cursor: pointer;
    position: absolute;
    right: 20px;
    font-weight: 600;
    color: #fff;
    background: transparent;
    border: none;
    font-size: 1em;
    -webkit-appearance: none;
    appearance: none;
    z-index: 999;
}

@media (min-width: 960px){
	.special-callout {
	    width: 50%;
	}
}

.slick-prev:before, 
.slick-next:before {
    -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;
}

button.slick-prev {
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    color: transparent;
}

button.slick-prev:before {
    content: "";
    border: 40px solid transparent;
    border-right: 40px solid #fff;
}

button.slick-next {
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

button.slick-next:before {
    content: "";
    border: 40px solid transparent;
    border-left: 40px solid #fff;
}

button.slick-next:hover:before{
    border-left-color: rgb(var(--secondary));
}

button.slick-prev:hover:before  {
    border-right-color:  rgb(var(--secondary));
}

