/*
Theme Name: RVADV Communities
Theme URI: 
Author: RVADV
Author URI: 
Description: 
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rvadv-communities
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
html{
	scroll-behavior: smooth;
}
body *{
	outline: none !important;
}
a{
  transition: 0.3s;	
}
p a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	color:var(--wp--preset--color--contrast);
}
img{
	max-width: 100%;
}
.rounded_corners, figure.rounded_corners img, .wp-block-embed__wrapper iframe{
	border-radius: 10px;
}
.price.rounded_corners{
	border-radius: 0 10px 10px 0 !important;
}
.white_bg_trans{
	background: rgba(255,255,255,.7);
}
.nounderline a{
	text-decoration: none;
}

select[name="launch_location"]{
	padding:1rem 1rem;
	font-size: 1.2rem;
	border-radius: 10px;
	border: none;
	outline: none;
}
#rvadv_communities_map_canvas_page, #rvadvc_communities_map_canvas{
	height: 500px;
}
header, header > div{
	width: 100%;
}
header.fixed{
	position: sticky;
	position: -webkit-sticky;
	top:0;
	background-color: rgba(255, 255, 255, .9);
	z-index: 1010;
	border-bottom:1px solid #ddd;

}
header.fixed > div{
	padding-top:5px !important;
	padding-bottom: 5px !important;
}
.wds_slideshow_dots_deactive_0{
	opacity: .5;
}
.full_link{
	cursor: pointer;
}
.sbi-user-info{
	display: none !important;
}
/* map infobox */
.custominfobox{
	padding:1em;
	width:250px;
	background:#fff;
	box-shadow:0 0 3px #ccc;
	text-align:center;
	font-size:1.2em;
}
.custominfobox .infobox_image img{
	max-width:100% !important;
}
.custominfobox ul, .custominfobox ul li, .custominfobox h2{
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:.2em;
}
.custominfobox h2{
	font-size: 2rem !important;
}
.custominfobox a{
	text-decoration: none !important;
}

/* home stack */
#rvadv_community_homecontainer {
	position: relative;
	height: auto;
}
#rvadv_community_showplans, #rvadv_community_showhomes{
	cursor: pointer;
}

/* new map location markers */
.property {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 32px;
  gap: 15px;
  height: 30px;
  justify-content: center;
  padding: 4px;
  position: relative;
  position: relative;
  transition: all 0.3s ease-out;
  width: 30px;
}
#rvadv_poi_list_display .property{
	width: 100%;
	height: auto;
	display: block;
	padding-right:10px;
	box-sizing: border-box;
}
.property .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #000000;
}
.property .icon svg {
  height: 20px;
  width: auto;
}
.property .details {
  display: none;
  flex-direction: column;
  flex: 1;
  font-size: 14px;
  padding:5px auto;
  text-align: center;
  z-index: 1001;
}
#rvadv_poi_list_display .property{
	display: none;
}
#rvadv_poi_list_display .details{
	display: block;
	font-family: var(--wp--preset--font-family--roboto-flex);
	margin-bottom: 1em;
	line-height: 1.5em;
}
#rvadv_poi_list_display .details *{
	text-align: left;
}
#rvadv_poi_list_display .details .category{
	display: none;
}
.property .details h4{
	margin:0;
	font-size: 1.2rem;
}
.property .details img{
	max-width: 250px;
}
.property .city {
  color: #9E9E9E;
  margin-bottom: 10px;
  margin-top: 5px;

}
.property .features {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.property .features > div {
  align-items: center;
  background: #F5F5F5;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  font-size: 10px;
  gap: 5px;
  padding: 5px;
}
.property.highlight {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  height: auto;
  padding: 8px 15px;
  width: auto;
  z-index: 1001;
  position: relative;
}

.property.highlight::after {
  border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
  display: flex;
}

.property.highlight .icon {
  display: none;
}
/* poi map */
#rvadvc_poi_map_canvas svg.pin, #rvadvc_poi_map_canvas svg.pin2{
	width: 30px;
	height: 30px;
}
#rvadvc_poi_map_canvas button[title="Close"], .gm-style-iw-chr{
	transform: scale(.5);
}
#rvadvc_poi_map_canvas .property .details{
	display: block;
}
#rvadvc_poi_map_canvas .property .details div{
	display: none;
}
#rvadvc_poi_map_canvas .property{
	width: auto;
	text-align: center;
	display: none;
}
#rvadvc_poi_map_canvas .property_comm{
	width: auto;
	text-align: center;
}
#rvadvc_poi_map_canvas .property .title, #rvadvc_poi_map_canvas .property_comm .title{
	background: #0088C4;
	border-radius: 5px;
	font-size: 12px;
	padding:5px;
	display: block;
  position: relative;
  color:#fff;
}
#rvadvc_poi_map_canvas .property_comm .title{
	background: #000000;
}
#rvadvc_poi_map_canvas .property .title::after, #rvadvc_poi_map_canvas .property_comm .title::after {
    content: '';
    position: absolute;
    bottom: -20px; /* Adjust to control pointer length */
    left: 50%;
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0088C4; /* Color matching the background */
}
#rvadvc_poi_map_canvas .property_comm .title::after {
    border-top: 20px solid #000000; /* Color matching the background */
}
#rvadvc_poi_map_canvas .property.highlight .title::after, #rvadvc_poi_map_canvas .property_comm .title::after{
	border:none;
}
#rvadvc_poi_map_canvas .property.highlight div{
	display: block;
}
#rvadvc_poi_map_canvas .property.highlight .title{
	box-shadow:none;
	font-size: 14px;
	background: transparent;
	color: #0088C4;
}
#rvadv_poi_display{
	width: 100%;
}
#rvadv_poi_display h3{
	margin:auto;
	cursor: pointer;
	display: inline-block;
	align-items: flex-start;
	text-align: left;
	margin-left: 0;
	margin-right: 1em;
}
#rvadv_poi_display h3:hover{
	color:#0088C4;
}
#rvadv_poi_display h3.selected{
	font-weight: 700;
	color:#0088C4;
}
#rvadv_poi_map_block{
	display: flex;
	flex-direction: row;
	width: 100%;
}
#map_loading{
	position: absolute;
	height: 500px;
	width: 100%;
	background: rgba(255,255,255,.8);
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:0;
	margin:0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#map_loading:before{
	content:"Loading Locations";
	font-family: var(--wp--preset--font-family--roboto-flex);
	display: block;
	padding-bottom: 40px;

}
/* HTML: <div class="loader"></div> */
.loader {
  width: 150px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: l7 1s infinite linear;
}
@keyframes l7 {
    33%{background-size:calc(100%/3) 0%  ,calc(100%/3) 100%,calc(100%/3) 100%}
    50%{background-size:calc(100%/3) 100%,calc(100%/3) 0%  ,calc(100%/3) 100%}
    66%{background-size:calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%  }
}
/*
#rvadvc_poi_map_canvas .property.hidden{
	display: none;
	visibility: hidden;
}
*/
.topmenu a{
	text-decoration: none;
}
/* dynamic navigation block */
/*
 #main_menu{
 	display: flex;
 	flex-direction: row;
 }
.dynamic-nav-block ul{
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
}
.dynamic-nav-block li{
	list-style:none;
	margin:0;
	padding:0;
}
.dynamic-nav-block > ul > li{
	display: inline-block;
	position: relative;
	z-index: 110;
	margin-left: 20px;
	padding-top: 1em;
	padding-bottom: 1em;
}
.dynamic-nav-block > ul > li > ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	box-sizing: border-box;
	text-align: center;
	background:var(--wp--preset--color--base);
 	box-shadow: 0 0 3px #bbb;
  	transition: 0.3s;
  	padding:1em 2em;
  	margin-left: -100%;
}
.dynamic-nav-block > ul > li.header_comm_links_container > ul{
	min-width:750px;
	margin-left:-150%;
  	padding:1em 0 0;
}
.dynamic-nav-block > ul > li > ul > li > a{
	white-space: nowrap;
	text-transform: none;
}
.dynamic-nav-block > ul > li > ul {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.dynamic-nav-block > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
}
.dynamic-nav-block a{
	color:var(--wp--preset--color--contrast-2);
	text-decoration: none;
}
.dynamic-nav-block .sub_wrapper{
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	text-align: center;
	grow:1;
	width:100%;
	line-height: 2em;
}
.dynamic-nav-block li li .sub_menu{
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	width: 100%;
	flex-wrap: wrap;
 	padding:0 25px 25px;
 	box-sizing: border-box;
}
.dynamic-nav-block > ul > li > .sub_menu{
 	padding:0;
}
.dynamic-nav-block li li .sub_menu li{
	width:30%;
	display: block;
	text-transform: none;
	font-size: var(--wp--preset--font-size--small);
	text-align: left;
	padding:1em auto;
	line-height: 1em;
	margin:1em 0 1em 1em;
}
.dynamic-nav-block > ul > li > ul.sub_menu > li{
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 30%;
}
.dynamic-nav-block li li .sub_menu a{
	display: inline-block;
	font-size: var(--wp--preset--font-size--medium);
	padding-bottom: .3em;
	text-decoration: underline;
}
.dynamic-nav-block li li .sub_menu span a{
	text-decoration: none;
	font-size: var(--wp--preset--font-size--small);
	padding-bottom: 0;
}
.dynamic-nav-block .market_heading{
	display: flex;
	flex-direction: row;
	margin:auto 25px;
	font-weight: 600;
}
.dynamic-nav-block .market_heading a{
	display: block;
	width: 50%;
	text-align: left;
	text-decoration: none;
}
.dynamic-nav-block .market_heading a:nth-child(2){
	align-self: flex-end;
	text-align: right;
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
}
.dynamic-nav-block .block_for_rent{
	text-align: center;
	background: var(--wp--preset--color--base-2);
	text-decoration: none;
	text-transform: none;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.dynamic-nav-block .block_for_rent a{
	text-decoration: underline;
}
.dynamic-nav-block a:hover{
	opacity: .7;
}
*/


header .wp-block-ollie-mega-menu__menu-container{
	z-index: 10000;
}
header .wp-block-navigation__container a{
	font-weight: normal !important;
	color: var(--wp--preset--color--contrast-2) !important;
}
header .wp-block-ollie-mega-menu__menu-container strong a{
	font-weight: bold !important;
}
header .wp-block-navigation__container button{
	color: var(--wp--preset--color--contrast-2) !important;
}
/* cycle slideshow */
.cycle-slideshow{
	height:525px;
	overflow:hidden;
	border-radius: 10px;
	background-color: #efefef;
}
.cycle-slideshow img{
	max-width: 100%;
	max-height: 100%;
}
.cycle-prev, .cycle-next{
	display: flex;
	align-items: stretch;
	width: auto;
	color: #fff;
	position: absolute;
	height: 50px;
	top:calc(50% - 25px);
	z-index: 1001;
	font-size: 3em;
	left:20px;
	right: auto;
	opacity: .7;
	cursor: pointer;
}
.cycle-next{
	right:20px;
	left: auto;
}

/* embed virtual tour scroller */
.rvadvc_scroller_container{
	height: 525px;
	overflow-y:scroll;
	display: flex;
	flex-direction: column;
}
.rvadvc_scroller_embed, .wp-block-embed__wrapper{
	width:100%;
	height: 100%;
	max-width: 100%;
	display: flex;
	flex-grow: 1;
}
.rvadvc_scroller_embed div{
	margin-bottom: 1em;

}
.homerow a{
	text-decoration: none;
}
form.wpcf7-form p{
	max-width: 100%;
	box-sizing: border-box;
}
form.wpcf7-form input, form.wpcf7-form select, form.wpcf7-form textarea, form.wpcf7-form button, #rvadv_community_homeslist_filter select{
	background: rgba(255,255,255,.8);
	padding:.7em 1em;
	font-size: 1rem;
	color:var(--wp--preset--color--contrast);
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	border:1px solid var(--wp--preset--color--custom-light-border);
	outline: none;
	box-shadow: none;
	border-radius: 10px;
	text-transform:capitalize;
}
form.wpcf7-form textarea{
	text-transform:none;
}
#rvadv_community_homeslist_filter select{
	display: none;
}
form.wpcf7-form textarea{
	max-height: 5em;
}
form.wpcf7-form input:focus, form.wpcf7-form select:focus, form.wpcf7-form textarea:focus{
	background: rgba(255,255,255,1);

}
form.wpcf7-form input[type="checkbox"]{
	width:25px !important;
}
form.wpcf7-form input.wpcf7-submit, form.wpcf7-form button.wpcf7-submit{
	background: var(--wp--preset--color--contrast-2);
	color:var(--wp--preset--color--base);
	padding:.7em 1em;
	border-radius: 10px;
	font-size: 1.1rem;
}
span.wpcf7-not-valid-tip{
	background: var(--wp--preset--color--contrast-2);
	font-size: .9em;
	text-align: center;
	opacity: .8;
}
div.wpcf7-response-output{
	text-align: center;
	line-height: 1.1em;
	border-radius: 10px;
	padding:1em;
	font-family: var(--wp--preset--font-family--roboto-flex);
}
.sent div.wpcf7-response-output{
	background: var(--wp--preset--color--base);
	color:var(--wp--preset--color--contrast-2);
	border:1px solid var(--wp--preset--color--contrast-2);
}
form.wpcf7-form .grid-100 p{
	width:100%;
}
form.wpcf7-form .grid-50:first-child{
	width: calc(50% - 5px);
	margin-right: 5px;
	box-sizing: border-box;
}
form.wpcf7-form .grid-50:nth-child(2){
	width: calc(50% - 5px);
	margin-left: 5px;
	box-sizing: border-box;
}
.eb-accordion-content-wrapper .grid-50, .contactpage .grid-50{
	width: 100% !important;
	margin-left:0 !important;
	margin-right: 0 !important;
}
.eb-accordion-content-wrapper .grid-50 span, .eb-accordion-content-wrapper .grid-33 span, .contactpage .grid-50 span{
	margin-left:0 !important;
	margin-right: 0 !important;
	margin-bottom:5px;
}
form.wpcf7-form textarea{
	font-family: var(--wp--preset--font-family--roboto-flex);
	background: #fff;
}
form.wpcf7-form p{
	margin-top: 0;
	margin-bottom: 10px;
}
.contactpage .wpcf7-form-control-wrap{
	margin-left:0;
}
.is-layout-grid{
	align-items: stretch;
}
.small{
	font-size: .9em;
	line-height: 1.1em;
}
/* ig feed adjustments */
.sbi_photo_wrap, .sbi_photo, .sbi_photo img { border-radius: 10px; overflow: hidden; }

.wds_slider_cont{
	width:100% !important;
	max-width:100% !important;
	border-radius: 10px;
	height: 600px;
}
.rvadv_stacked_slider {
	position: relative;
	border-radius: 10px;
	height: 600px;
}
.rvadv_stacked_slider div.wds_container2_0, .wds_slideshow_image_wrap_0{
	border-radius: 10px;
}
.rvadv_home_jumpbox{
	position: absolute;
	bottom: 75px;
	left: 75px;
}
.homepage_cities_browse > div{
	border-right:1px solid var(--wp--preset--color--contrast);
}
.homepage_cities_browse div:last-child{
	border-right:none;
}
.homepage_cities_browse a{
	text-decoration: none;
}
#wds_container1_0 #wds_container2_0 .wds_left-ico_0, #wds_container1_0 #wds_container2_0 .wds_right-ico_0{
	display:none !important;
}
.wds_slideshow_dots_container_0{
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	main{
		padding-left: 15px;
		padding-right: 15px;
	}
	header #main_menu{
		display: none;
	}
	.wds_slider_cont{
		width:100% !important;
		max-width:100% !important;
		border-radius: 10px;
		height: 600px !important;
	}
	.rvadv_stacked_slider, #wds_container2_0, .wds_slideshow_image_wrap_0{
		position: relative;
		border-radius: 10px;
		height: 600px !important;
	}
	.rvadv_home_jumpbox{
		left: 10px;

	}
	.rvadv_home_jumpbox > div{
		width: calc(100% - 10px);
	}
}
.grecaptcha-badge{
	display: none;
	visibility: hidden;
	height: 0;
	width:0;
}
/* comm faqs */
.commfaqs ul, .commfaqs li{
	list-style: none;
	margin:0;
	padding:0;
}
.commfaqs > ul {
	display: flex;
	flex-direction: row;
	row-gap: 10px;
	flex-wrap: wrap;
}
.commfaqs > ul > li{
	border:solid 1px #e8e6df;
	width:calc(50% - 40px);
	padding:10px;
	margin:10px auto 0;
	border-radius: 10px;
}
.commfaqs > ul > li > ul > li{
	color:var(--wp--preset--color--contrast);
}
.listing_image{
	aspect-ratio: 3 / 2;
	overflow: hidden;	
	object-fit: contain;
	object-position: center center;
}
.wp-block-query-pagination a{
	padding:.5em 1em;
	border-radius: 10px;
	text-decoration: none;
}
.wp-block-query-pagination a:hover{
	opacity: .8;
}
.commfaqs > ul > li:last-child{
	background: var(--wp--preset--color--base-2);
	text-align: center;
	justify-content: center;
	align-items: center;
}
.commfaqs > ul > li:last-child a{
	background: var(--wp--preset--color--contrast-2);
	color:var(--wp--preset--color--base);
	border-radius: 10px;
	padding:.5em 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-decoration: none;
	display: inline-block;
}
@media screen and (max-width: 1600px) {
	.dynamic-nav-block  > ul > li.header_comm_links_container > ul{
		margin-left:-450%;
		display: block;
	}
}
@media screen and (max-width: 1600px) {
	body{
		font-size: .9rem;
	}
	.topmenu div:first-child{
		padding-left:20px;
		padding-right:20px;
	}
	.wp-block-embed__wrapper, .wp-block-embed__wrapper iframe, .rvadvc_scroller_container{
		max-width: 100%;
		width: 100%;
		border-radius: 10px;
	}
	.rvadvc_scroller_container, .cycle-slideshow{
		height: 400px;
	}
}
@media screen and (max-width: 767px) {
	/* main nav mobile */
	body{
		max-width: 100vw;
		padding:0;
		margin:0;
	}
	header .dynamic-nav-block, header .dynamic-markets-nav-block{
		width:100vw;
		height:100vh;
		position: fixed;
		left:0;
		top:0;
		bottom: 0;
		z-index: 110;
		box-sizing: border-box;
		padding:0;
		margin:0;
		align-items: flex-start;
		justify-content: center;
		display: none;
		background: rgba(255,255,255,.8);
	}
	header .dynamic-nav-block.opened, header .dynamic-markets-nav-block.opened{
		display: flex;
		-webkit-transition: opacity 2.0s ease-in;
	}
	header #main_menu{
		width: calc(100% - 40px);
		height: auto;
		display: block;
		background:var(--wp--preset--color--contrast-2);
		color: var(--wp--preset--color--base);
		border-radius: 10px;
		box-sizing: border-box;
		padding:20px 20px 40px 20px;
		margin:20px;
	}
	header #main_menu > li, header #main_menu > li > ul.sub-menu, header #main_menu > li > ul > li{
		display: block;
		padding:0;
		margin:0;
	}
	header #main_menu > li > ul.sub-menu{
		z-index: 111;
		top:0;
		left:0;
		position: relative;
		display: block;
		visibility: visible;
		opacity: 1;
		box-shadow: none;
		margin-left: 0;
		flex-direction: column;
		background:var(--wp--preset--color--contrast-2);
		color: var(--wp--preset--color--base);
	}
	.dynamic-nav-block li li .sub_menu, .dynamic-nav-block .market_heading, .dynamic-markets-nav-block li li .sub_menu, .dynamic-markets-nav-block .market_heading{
		flex-direction: column;
	}
	.dynamic-nav-block > ul > li.header_comm_links_container > ul, .dynamic-markets-nav-block > ul > li.header_comm_links_container > ul{
		min-width:auto;
		margin-left:0;
	  	padding:1em 0 0;
	}
	header #main_menu > li a{
		display: block;
		margin:0;
		padding:0;
		text-align: center;
		color:var(--wp--preset--color--contrast);
		font-weight: bold;
	}
	header #main_menu .header_comm_links_wrapper ul.sub_menu, .rental_nav_block{
		display: none !important;
	}
	header #main_menu .market_heading{
		padding:1em auto 0;
	}
	.dynamic-nav-block li a, .dynamic-markets-nav-block li a{
		color: var(--wp--preset--color--base);
		padding-top:.5em !important;
		padding-bottom: .5em;
		display: block;
		text-decoration: none !important;
	}
	.dynamic-nav-block .market_heading a, .dynamic-markets-nav-block .market_heading a{
		width:100%;
	}
	header #main_menu > li .sub-menu li a{
		color:#fff;
	}
	#mobile_menu_close{
		display: block;
		width: 100%;
		text-align: right;
		font-size: 1.8em;
	}
	header #main_menu > li a.header_comm_links_map {
		display: none;
	}
	body.fixedposition{
		position: fixed;
	}
	.wp-block-embed__wrapper, .wp-block-embed__wrapper iframe, .rvadvc_scroller_container{
		max-width: 100%;
		width: 100%;
	}
	.rvadvc_scroller_container{
		height: 400px;
		padding:20px;
		background: #000;
		border-radius: 10px;
		box-sizing: border-box;
	}
	body .cycle-slideshow{
		height: 250px;
	}
	.commfaqs > ul > li{
		width: 100%;
	}
	.comm_features_box{
		text-align: left;
	}
	#contact figure	{
		text-align: center;
		align-items: center;
		justify-content: center;
	}
	.comm_features_box{
		justify-content: flex-start;
	}
	.mobile_promo_100{
		flex-direction: column !important;
		column-gap: 0;
		row-gap: 0;
	}
	.mobile_promo_100 > p{
		min-width: 100% !important;
		width:100% !important;
		display: block;
		margin-block-end: 0;
		margin-block-start: 0;
	}

}
@media screen and (min-width: 768px) {
	.dynamic-nav-block > ul > li.menu-item-has-children:after{
		content:'\f0d7';
		color: var(--wp--preset--color--contrast);
		font-family: 'Font Awesome 6 Free';
		font-weight: bold;
		padding-left:.2em;
	}
}

/* 04.26.25 dynamic markets nav update */
/*
.dynamic-markets-nav-block ul{
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
}
.dynamic-markets-nav-block li{
	list-style:none;
	margin:0;
	padding:0;
}
.dynamic-markets-nav-block > ul > li{
	display: inline-block;
	position: relative;
	z-index: 110;
	margin-left: 20px;
	padding-top: 1em;
	padding-bottom: 1em;
}
.dynamic-markets-nav-block > ul > li > ul {
	position: absolute;
	left: 0;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	box-sizing: border-box;
	text-align: center;
	background:var(--wp--preset--color--base);
 	box-shadow: 0 0 3px #bbb;
  	transition: 0.3s;
  	padding:1em 2em;
}

.dynamic-markets-nav-block > ul > li > ul > li > a{
	white-space: nowrap;
	text-transform: none;
}
.dynamic-markets-nav-block > ul > li > ul {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*
.dynamic-markets-nav-block > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
}
*/
/*
.dynamic-markets-nav-block a{
	color:var(--wp--preset--color--contrast-2);
	text-decoration: none;
}
.dynamic-markets-nav-block .sub_wrapper{
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	text-align: center;
	grow:1;
	width:100%;
	line-height: 2em;
}
.dynamic-markets-nav-block li li .sub_menu{
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	width: 100%;
	flex-wrap: wrap;
 	padding:0 25px 25px;
 	box-sizing: border-box;
}
.dynamic-markets-nav-block > ul > li > .sub_menu{
 	padding:0;
}
.dynamic-markets-nav-block li li .sub_menu li{
	width:45%;
	display: block;
	text-transform: none;
	font-size: var(--wp--preset--font-size--small);
	text-align: left;
	padding:1em auto;
	line-height: 1em;
	margin:1em 0 .7em 1em;
	box-sizing: border-box;
}
.dynamic-markets-nav-block > ul > li > ul.sub_menu > li{
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 30%;
}
.dynamic-markets-nav-block li li .sub_menu a{
	display: inline-block;
	font-size: var(--wp--preset--font-size--medium);
	padding-bottom: .3em;
	text-decoration: underline;
}
.dynamic-markets-nav-block li li .sub_menu span a{
	text-decoration: none;
	font-size: var(--wp--preset--font-size--small);
	padding-bottom: 0;
}
.dynamic-markets-nav-block .market_heading{
	display: flex;
	flex-direction: row;
	margin:auto 25px;
	font-weight: 600;
}
.dynamic-markets-nav-block .market_heading a{
	display: block;
	width: 50%;
	text-align: left;
	text-decoration: none;
}
.dynamic-markets-nav-block .market_heading a:nth-child(2){
	align-self: flex-end;
	text-align: right;
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
}
.dynamic-markets-nav-block .block_for_rent{
	text-align: center;
	background: var(--wp--preset--color--base-2);
	text-decoration: none;
	text-transform: none;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.dynamic-markets-nav-block .block_for_rent a{
	text-decoration: underline;
}
.dynamic-markets-nav-block a:hover{
	opacity: .7;
}
.dynamic-markets-nav-block > ul > li.header_comm_links_container > ul.sub-menu{
	width: 0;
	top:0;
	left:0;
	height: 100vh;
	margin: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: #fff;
}
.dynamic-markets-nav-block > ul > li.header_comm_links_container ul.submenu_open{
	width: 100vw;
	position: fixed;
	visibility: visible;
	opacity: 1;
	z-index: 10001;
}
/*
.dynamic-markets-nav-block .header_comm_links_container ul.sub-menu{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
}
*/
/*
.dynamic-markets-nav-block > ul > li.header_comm_links_container{
	position: relative;
	z-index: 1001;
}
.dynamic-markets-nav-block .menu-item-object-community-county{
	display: flex;
	width: 33%;
	background: #fff;
}
.dynamic-markets-nav-block .block_for_rent{
	flex-grow: 1;
	width: 100%;
}
.dynamic-markets-nav-block .header_comm_links_wrapper{
	width: 100%;
}
.dynamic-markets-nav-block .header_comm_links_wrapper{
	border-radius: 5px;
	margin-bottom: 5px;
}
*/
.market_nav_close{
	display: none;
}
.dynamic-markets-nav-block .market_nav_close{
	display: block;
	width: 100%;
	text-align: right;
	font-size: 22px;
	margin-bottom: 10px;
}
.dynamic-markets-nav-block .market_nav_close span{
	display: inline-block;
	padding:0 15px;
	background:var(--wp--preset--color--contrast-2);
	color: var(--wp--preset--color--base);
	cursor: pointer;
}
.dynamic-markets-nav-block .market_nav_close span:hover{
	background: #80967B;
}
.dynamic-markets-nav-block .market_heading span{
	font-size: 2.4em;
	display: block;
}
.dynamic-markets-nav-block .header_comm_links_container > a{
	font-weight: bold;
}
@media screen and (max-width: 1200px) {
	.wp-element-button{
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	.fancybox__container{
		max-width: 100vw !important;
		max-height: 100vh !important;
	}
	#rvadv_plan_elevationlist .rvadv_plan_elevation_card{
		position: relative;
		margin-bottom: 10px !important;
		margin-right: 10px !important;
		width: 23% !important;
	}
	#rvadv_plan_elevationlist .rvadv_plan_elevation_card:first-child{
	    width:47% !important;
	    float:left;
	    margin-right: 30px;
	}
}
@media screen and (max-width: 1000px) {
	.dynamic-markets-nav-block .menu-item-object-community-county{
		display: flex;
		width: 50%;
	}
	.dynamic-markets-nav-block .market_heading{
		flex-direction: column;
	}
	.dynamic-markets-nav-block .market_heading a{
		display: block;
		width: 100%;
		text-align: left;
		text-decoration: none;
		text-align: left !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.dynamic-markets-nav-block a, .dynamic-markets-nav-block .nav_comm_status{
		font-size: 11px !important;
	}
	.dynamic-markets-nav-block li li .sub_menu li{
		width: 42%;
	}
}
@media screen and (max-width: 767px) {
	.dynamic-markets-nav-block #main_menu{
		display: none;
		position: absolute;
		top:15px;
		left: 0;
		background: #000;
		z-index: 1001;
	}
	.dynamic-markets-nav-block.opened{
		position: fixed;
		top:15px;
		left: 0;
		width:100%;
		z-index: 1001;
	}
	.dynamic-markets-nav-block.opened #main_menu{
		visibility: visible;
		display: block;
		margin:15px;
		border-radius: 10px;
		background: #000;
		width: calc(100% - 30px);
		box-sizing: border-box;
		position: relative;
	}
	.dynamic-markets-nav-block .sub-menu{
		background: transparent;
	}
	.dynamic-markets-nav-block.opened #main_menu li{
		display: block;

	}
	.dynamic-markets-nav-block .sub-menu{
		visibility: visible;
		opacity: 1;
	}
	.dynamic-markets-nav-block .sub-menu .sub-menu li{
		display: none;
	}
	.dynamic-markets-nav-block .sub-menu .market_heading{
		display: block;
	}
	.market_nav_close{
		display: none !important;
	}
	.dynamic-markets-nav-block > ul > li.header_comm_links_container > ul.sub-menu{
		flex-direction: column;
	}
	.dynamic-nav-block li a, .dynamic-markets-nav-block li a{
		color: #fff;
	}
	.dynamic-markets-nav-block .header_comm_links_map, .dynamic-markets-nav-block li li .sub_menu{
		display: none;
	}
	.dynamic-markets-nav-block > ul > li.header_comm_links_container > ul.sub-menu{
		position: relative;
		top:auto;
		left: auto;
		width: 100%;
		max-width: 100%;
		background: transparent;
		height: auto;
	}
	.dynamic-markets-nav-block .menu-item-object-community-county{
		width: 100%;
		display: block;
		background: transparent;
	}
	.dynamic-markets-nav-block > ul > li > ul{
		box-shadow: none;
	}
	.dynamic-markets-nav-block .market_heading span{
		display: inline-block;
		font-size: 1em;
	}
	.dynamic-markets-nav-block .header_comm_links_map{
		display: none !important;
	}
	.dynamic-markets-nav-block .block_for_rent{
		background: transparent;
		display: block;
		padding:0 !important;
		flex-grow: none;
	}
	.dynamic-markets-nav-block .block_for_rent{
		display: none !important;
	}
	.dynamic-markets-nav-block li a, .dynamic-markets-nav-block .market_heading a{
		text-align: center !important;
		font-size: 18px;
	}
	.dynamic-markets-nav-block .sub-menu{
		display: block;
		padding:0;
		margin:0;
		text-align: center;
		height: auto !important;
		position: relative;
	}
	.dynamic-markets-nav-block > ul > li{
		margin-left: 0;
		padding-bottom: .5em;
		padding-top: .5em;
	}
	.dynamic-markets-nav-block #main_menu li > a{
		color: var(--wp--preset--color--contrast) !important;
		font-weight: bold;
	}
	.dynamic-markets-nav-block #mobile_menu_close{
		padding-top:10px;
		width:95%;
	}
}
.pum-content form textarea[name="main_message"]{
	display: none;
}
.pum-content form .small{
	text-align: center;
}
/* First we hide the default CF7 loader */
.wpcf7-spinner::before {
	display:none;
}
/* Add a new custom CF7 loader */
.wpcf7-spinner {
width: 24px;
height: 24px;
border-radius: 50%;
display: inline-block;
border-top: 2px solid #ffffff;
border-right: 2px solid transparent;
box-sizing: border-box;
animation: rotation 1s linear infinite;
background-color: inherit;
margin-left: -50px;
margin-top: 10px;
}
/* Style the new loader element */
.wpcf7-spinner::after {
content: '';
box-sizing: border-box;
position: absolute;
left: 0;
top: 10px;
width: 24px;
height: 24px;
border-radius: 50%;
border-bottom: 2px solid #ffffff;
border-left: 2px solid transparent;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.swiper-wrapper{
	align-items: center;
}



/*Start Mortgage Calc Styles*/
	#mortgage_calculator_wrapper {
	    width: calc(100vw - 20px);
	    max-width: 100%;
	    background-color: #80967b;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    color: #fff;
	    margin-bottom: 20px;
	    border-radius: 10px;
	    padding-bottom: 20px;
	}
	#mortgage_calculator_wrapper #mortgage_detail_calculator {
		box-sizing: border-box;
	}
	#mortgage_detail_calc_form h2 {
	    margin: 10px 0;
	    height: auto;
	    line-height: 1;
	    display: flex;
	    flex-direction: column;
	}
	#mortgage_detail_calc_form h2 div {
	    font-weight: bold;
	    color: #e8e6df;
	    font-size: 32px;
	}
	#mortgage_detail_calc_form h2::before {
	    content: 'Estimate Your Monthly Payments';
	    display: inline-block;
	    position: relative;
	    top: 12px;
	    left: 0;
	    height: 30px;
	    width: 80%;
	    color: #e8e6df;
	    overflow: visible;
	    visibility: visible;
	    font-size: 18px;
	}
	#mortgage_calculator_wrapper #mortgage_results_pi p {
	    padding: 0;
	    justify-content: flex-start;
	    line-height: 1;
	    color: #e8e6df;
	    font-size: 24px;
	}
	#mortgage_calculator_wrapper .mortgage_detail_calc_results {
		width: 100%;
		align-items: flex-start;
	}
	#mortgage_calculator_wrapper div#mortgage_results_pi {
	    width: 40%;
	}
	#mortgage_calculator_wrapper .mortgage_visuals {
	    width: 60%;
	    display: flex;
	    flex-direction: row;
	    align-items: flex-start;
	    flex-wrap: wrap;
	}
	.mortgage_visuals > .grid-50 {
	    width: calc(50% - 10px);
	}
	.mortgage_visuals > .grid-50:last-child {
		margin-left: 20px;
	}
	#mortgage_calculator_wrapper .mortgage_visuals p {
	    font-size: 16px;
	    padding: 0 0 5px;
	}
	.mortgage_detail_calc_fields {
	    display: flex;
	    flex-direction: row;
	    align-items: flex-start;
	    flex-wrap: wrap;
	    column-gap: 20px;
	}
	.mortgage_detail_calc_fields > .grid-33 {
	    width: calc(33.333% - 20px);
	}
	#mortgage_calculator_wrapper .mortgage_detail_calc_fields span, 
	#mortgage_calculator_wrapper .mortgage_detail_calc_fields label,
	#mortgage_calculator_wrapper .mortgage_detail_calc_fields label span.value {
    		color: #e8e6df;
    		font-size: 16px;
    		padding: 5px 0 0;
	}
	#mortgage_calculator_wrapper .mortgage_detail_calc_fields label span.value {
	    word-spacing: 1rem;
	}
	#mortgage_calculator_wrapper .slider {
		background-color: transparent;
	}
	#mortgage_calculator_wrapper .mortgage_detail_calc_form select {
	    	padding: 5px 10px;
	    	font-size: 16px;
	     background-color: #e8e6df;
	}
	#mortgage_calculator_wrapper #mortgage_bar {
	    margin-bottom: 10px;
	    height: 15px;
	}
	#mortgage_calculator_wrapper .mortgage_calc_disclaimer {
		margin-top: 5px;
		padding-top: 5px;
	}
	.primary_anchor {
		position: relative;
		bottom: 150px;
	}
	li.show_sub_on_hover ul.sub-menu {
	    left: auto;
	    right: -50%;
	}
	li.show_sub_on_hover:hover ul.sub-menu {
	    display: block;
	    visibility: visible;
	    opacity: 1;
	}

	@media screen and (max-width: 767px) {
		#mortgage_calculator_wrapper #mortgage_detail_calculator {
			position: relative;
			max-width: 100%;
			width: 100%;
		}
		.mortgage_visuals > .grid-50 {
		    width: 100%;
		}
		.mortgage_visuals > .grid-50:last-child {
			margin-left: 0;
		}
		#mortgage_calculator_wrapper div#mortgage_results_pi {
		    width: 100%;
		}
		#mortgage_calculator_wrapper .mortgage_visuals {
			width: 100%;
		}
		.mortgage_detail_calc_fields > .grid-33 {
		    width: 100%;
		}
		.mortgage_calc_disclaimer {
			max-height: none;
		}
		#mortgage_detail_calc_form h2::before {
			width: 100%;
			font-size: 16px;
		}
		.rvadv_home_jumpbox > div.is-nowrap {
		    flex-wrap: wrap;
		}
		.rvadv_home_jumpbox > div.is-nowrap > p {
		    margin: 10px;
		    text-align: center;
		    width: 100%;
		    padding-bottom: 10px;
		    border-bottom: 1px solid #80967b;
		}
	}
/*End Mortgage Calc Styles*/
form.wpcf7-form input.hide{
	display: none;
}
.hide{
	display: none;
}
/* hero gallery test */
.rvadv_communities-template-single-community-expanded-hero figure.wp-block-gallery{
	display: flex;
  flex-direction: column;
}
.rvadv_communities-template-single-community-expanded-hero figure.wp-block-gallery .wp-block-image {
    flex: 0 1 33%;
    margin: 0;
    margin-top: 0 !important;
}
.toplayer{
	z-index: 1001;
}
#launch_location_select{
	border:1px solid var(--wp--preset--color--custom-medium-border);
	padding:.5em;
	color: var(--wp--preset--color--contrast-2) !important;
	font-size: var(--wp--preset--font-size--small);
}
#launch_location_select option{
	color: var(--wp--preset--color--contrast-2) !important;
}
.home .toplayer{
	margin-right: -40px !important;
}
.splide__pagination{
	z-index: 1009 !important;
	bottom:30px !important;
	justify-content: flex-end !important;
	padding-right: 60px;
	box-sizing: border-box;
}
.wp-block-splide-carousel .splide__pagination__page, .wp-block-splide-carousel .splide__pagination__page.is-active{
	background: #fff !important;
	width: 14px;
	height: 14px;
	opacity: 1;
}
.wp-block-splide-carousel .splide__pagination__page.is-active{
	background: var(--wp--preset--color--contrast) !important;
	transform: scale(1) !important;
}
.icon .fa-map-marker{
	color: var(--wp--preset--color--contrast) !important;
}
.fa-sr-only{
	display: none;
}
.slideshow-1x4-launch{
	bottom:30px;
	left:calc(50% - 200px);
	opacity: .7;
	position: absolute;
	background: #fff;
	border: solid 1px var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--contrast);
	padding:.5em 1em;
	display: inline-block;
	font-family: var(--wp--preset--font-family--roboto-flex);
	border-radius: 20px;
	cursor: pointer;
}
.slideshow-1x4 figure{
	max-height: 240px;
	overflow: hidden;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slideshow-1x4 > figure{
	max-height: 500px;
}
.slideshow-1x4 figure img{
	object-fit: contain;
	cursor: pointer;
}
.slideshow-1x4 .is-layout-grid{
	max-height: 100%;
}
#rvadv_plan_elevationlist{
    flex-wrap: wrap;
    display: block;
}
#rvadv_plan_elevationlist .rvadv_plan_elevation_card{
    box-sizing: border-box;
    display: inline-block;
}
#rvadv_plan_elevationlist .rvadv_plan_elevation_card:first-child{
    width:50% !important;
    float:left;
    margin-right: 30px;
}
#rvadv_plan_elevationlist .rvadv_plan_elevation_card:first-child img{
    width:100% !important;
    height: auto;
    max-height: 100%;
}
#rvadv_plan_elevationlist .rvadv_plan_elevation_card{
	position: relative;
	margin-bottom: 30px;
	margin-right: 30px;
}
#rvadv_plan_elevationlist .rvadv_plan_elevation_card p{
	position: absolute;
	background: var(--wp--preset--color--custom-base-three);
	color: var(--wp--preset--color--contrast-2);
	bottom: 10px;
	right: 10px;
	padding:5px 20px;
	border-radius: 10px;
	opacity: .5;
	font-weight: bold;
}
.rvadv_comm_home_card{
	opacity: 0;
}
.rvadv_comm_home_card.shown{
	opacity: 1;
}
#show_all_homes{
	cursor: pointer;
	text-decoration: underline;
	display: none;
}
form .form_flex_row{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
form .form_flex_row > p, form .form_flex_row > input, .wpcf7-form-control-wrap{
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
	margin-right: 5px;
	width: 100%;
}
form .form_flex_row .wpcf7-form-control label{
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
form .form_flex_row .wpcf7-form-control label input[type="checkbox"]{
	flex-grow: unset;
}
.wpcf7-form-control.wpcf7-checkbox{
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.wpcf7-list-item-label{
	white-space: nowrap;
}
form.wpcf7-form input.wpcf7-submit{
	background: var(--wp--preset--color--contrast);
	color:#fff;
	border-radius: 30px;
	padding-left: 50px;
	padding-right:50px;
	padding-top:1em;
	padding-bottom:1em;
	border:solid 4px var(--wp--preset--color--base-2);
	cursor: pointer;
	font-family: var(--wp--preset--font-family--roboto-flex);
}
form.wpcf7-form input.wpcf7-submit:hover{
	background: #000;
}
form.wpcf7-form input, form.wpcf7-form select{
	background: #fff;
}
.wpcf7-not-valid-tip{
	display: none;
	opacity: 0;
}
input.wpcf7-not-valid, select.wpcf7-not-valid{
	border:solid 2px var(--wp--preset--color--custom-tailored) !important;
}
#footer_social img, #footer_social figure{
	height: 48px;
	max-height: 48px;
}
#footer_social .wp-block-social-links .wp-social-link svg{
	height: 40px;
	width: auto;
	max-height: 40px;
}
#footer_social .wp-block-social-links .wp-social-link svg:hover, #footer_social img:hover{
	fill:#000000;
}
footer a:hover{
	color:#000;
}
#header_promo a:hover, #header_promo a mark:hover{
	color:#000000 !important;
}
.wp-block-button.is-style-outline
	> .wp-block-button__link:not(.has-text-color, .has-background):hover {
	background-color: var(--wp--preset--color--contrast-2, var(--wp--preset--color--contrast, transparent));
	color: var(--wp--preset--color--base);
	border-color: var(--wp--preset--color--contrast-2, var(--wp--preset--color--contrast, currentColor));
}


@media screen and (max-width: 767px) {
	.mobile_flex_column, body .mobile_flex_column.is-layout-grid{
		flex-direction: column;
		display: flex;
	}
	#home_hero{
		flex-direction: column-reverse;
	}
	main > div:first-child{
		padding-left: 10px;
		padding-right: 10px;
	}
	body .cycle-slideshow{
		height: 180px;
		margin-bottom: 20px;
	}
	body.home .toplayer{
		margin-right:0 !important;
	}
	header #header_main{
		flex-direction: row-reverse;
		align-items: flex-start;
	}
	header nav, header .header_mobile_nav{
		max-width: 35px !important;
		float:left;
	}
	header .header_logo{
		flex-grow: 1;
	}
	.wp-block-navigation__responsive-container{
		max-width: 100%;
		box-sizing: border-box;
		padding:20px !important;
	}
	.wp-block-navigation__responsive-container-close{
		left: 10px;
	}
	.alignfull{
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	footer.alignfull{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#rvadvc_communities_map_canvas{
		height: 250px;
		padding: 0 !important;
		margin:0 !important;
	}
	#map_loading{
		height: 250px;
	}
	.comm_hero, .comm_hero img{
		height: 300px !important;
		max-height: 300px !important;
		min-height: 300px !important;
	}
	#comm_contact_data{
		display: flex;
		flex-direction: column;
	}
	#rvadvc_poi_map_canvas{
		width: 100% !important;
	}
	#rvadv_poi_list_display{
		display: none;
	}
	main.has-global-padding{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	form .form_flex_row > p, form .form_flex_row > input, .wpcf7-form-control-wrap{
		margin-left: 0;
		margin-right:0;
	}
	#rvadv_community_planlist, #rvadv_community_homeslist{
		flex-direction: column;
		display: flex;
	}
	.slideshow-1x4-launch{
		position: relative;
		top: 5px;
		left: 0;
	}
	#rvadv_poi_display{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#rvadv_poi_display h3{
		display: inline-block !important;
		padding:3px 6px;
		width:auto;
		border:solid 1px var(--wp--preset--color--contrast-2);
		margin:3px;
		border-radius: 10px;
	}
	.entry-content{
		max-width: 100%;
	}
	form .form_flex_row{
		flex-direction: column;
		flex-wrap: wrap;
	}
	form *, span[data-name="communication"] .wpcf7-list-item-label{
		max-width: 100%;
		text-wrap-mode: wrap;
	}
	#rvadv_plan_elevationlist .rvadv_plan_elevation_card, #rvadv_plan_elevationlist .rvadv_plan_elevation_card:first-child{
	    width:100% !important;
	    float: none;
	    margin-right: 0;
	}
	#rvadv_plan_elevationlist .rvadv_plan_elevation_card img{
		width: 100%;
	}
	.rvadvc_communities_map_container{
		margin:0;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.wp-container-core-columns-is-layout-28f84493{
		flex-wrap: nowrap !important;
	}
	.homes_filter.is-nowrap{
		flex-wrap: wrap;
	}
	.homes_filter.is-nowrap > div{
		width:48%;
	}
	.homes_filter.is-nowrap > div select{
		font-size: .9rem !important;
	}
}

.plan_previewrow{
	font-weight: bold;
}
.rvadv_comm_plan_card .data,.rvadv_comm_plan_card .data2{
	display: flex;
	flex-direction: row;
}
.rvadv_comm_plan_card p.data span, .rvadv_comm_plan_card p.data2 span{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.rvadv_comm_plan_card p.data2 span{
	margin-top: 0;
}
.rvadv_comm_plan_card p.data span::after, .rvadv_comm_plan_card p.data2 span::after{
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background: #000;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	content: "";
}
.rvadv_comm_plan_card p.data span:last-child::after, .rvadv_comm_plan_card p.data2 span:last-child::after{
	display: none;
}
#comm_contact_data p a{
	font-weight: bold;
}
.menu-width-content{
	max-width: 600px !important;
}
.rvadv_plan_option_card figure{
	display: none;
}
.market_price_select p{
	cursor: pointer;
}
#rvadv_community_plancontainer .owl-stage-outer{
	margin-left: 50px;
	margin-right: 50px;
}
.owl-theme .owl-nav [class*="owl-"]{
	background: transparent;
	font-size: 3rem;
	text-shadow: 0 0 3px #333;
	margin:0;
	padding:0;
}
.owl-theme .owl-nav{
}
.owl-theme .owl-nav [class*="owl-"]:hover{
	background: transparent;
}
@media screen and (max-width: 767px) {
	#rvadv_community_plancontainer .owl-stage-outer{
		margin-left: 0;
		margin-right: 0;
	}
	.mobile_grid_convert{
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	.wpcf7-form-control.wpcf7-checkbox{
		flex-direction: column;
	}
	form .form_flex_row > p, form .form_flex_row > input, .wpcf7-form-control-wrap{
		flex-direction: column;
		align-items: flex-start;
	}
	form .form_flex_row span[data-name="communication"] .wpcf7-form-control label{
		font-size: .8em;
		align-items: flex-start;
	}
	.wp-container-core-group-is-layout-b150d782 > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
		max-width: 100% !important;
	}
}

