/*
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
*/
body *{
	outline: none !important;
}
a{
  transition: 0.3s;	
}
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;
}
main{
	padding-left: 15px;
	padding-right: 15px;
}

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.fixed{
	position: sticky;
	position: -webkit-sticky;
	top:0;
	background-color: rgba(255, 255, 255, .9);
	z-index: 1001;
}
.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;
}
.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;
}
.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;
}

.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;
}

/* 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{
	font-family: var(--wp--preset--font-family--questrial);
	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:none;
	outline: none;
	box-shadow: 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.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;
}
.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{
	display: flex;
	flex-direction: row;
	width:100%;
}
form.wpcf7-form .grid-100 p{
	width:100%;
}
form.wpcf7-form .grid-50:first-child{
	width: calc(50% - 5px);
	margin-right: 5px;
}
form.wpcf7-form .grid-50:nth-child(2){
	width: calc(50% - 5px);
	margin-left: 5px;
}
form.wpcf7-form p{
	margin-top: 0;
	margin-bottom: 10px;
}
.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;
}
.preferred_lender_flex .wp-block-group {
    width: 100%;
}
.preferred_lender_flex .wp-block-group.is-content-justification-center.is-layout-flex {
    flex-wrap: nowrap;
    width: 100%
}
@media screen and (max-width: 767px) {
	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);
	}
	.preferred_lender_flex .wp-block-group.is-content-justification-center.is-layout-flex {
		flex-wrap: wrap;
	}
}
.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:nth-child(n+2):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: 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;
}

/* 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;
}
#community_quick_buttons {
	position: fixed;
	bottom: 50px;
	right: 50px;
}
html { scroll-padding-top: 175px; }
#community_quick_buttons a{
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	padding: .5em .8em;
	border-radius: 10px;
	text-decoration: none;
	font-size: 1.6rem;
	margin-right: 10px;
}
@media screen and (min-width: 768px) {
	#community_quick_buttons a:first-child{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.home .entry-content{
		text-align: center;
	}
	 .home .entry-content .wp-block-buttons-is-layout-flex, .home .wp-container-core-group-is-layout-f1189ed3, .home .wp-container-core-group-is-layout-756bd391{
		justify-content: center;
	}
	.wp-container-core-group-is-layout-83fc0c7e{
		border:none;
	}
	footer *, .wp-container-core-columns-is-layout-658170e2 *, .wp-container-content-9cfa9a5a *,.home .wp-block-heading, .wp-block-post.rvadv_communities p, .wp-block-post.rvadv_communities h2, .wp-block-post.rvadv_communities .wp-block-group-is-layout-flex, .wp-elements-1a94dafe1e6e0a793c4b1221c8730d6d p, body.single-rvadv_communities .wp-block-cover *{
		text-align: center;
		justify-content: center;
	}
	#community_quick_buttons{
		background: var(--wp--preset--color--contrast-2);
		left: 0;
		bottom: 0;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		z-index: 10001;
		border-radius: 10px 10px 0 0;
	}
	#community_quick_buttons a{
		background: transparent;
		color: var(--wp--preset--color--base);
		padding: .2em .7em;
		border-radius: 10px;
		text-decoration: none;
		font-size: 1.2rem;
		margin-right: 10px;
	}
	#sb_instagram{
		padding-left: 1em;
		padding-right: 1em;
	}
	.sbi_header_text{
		justify-content: center !important;
		align-items: center !important;
	}
	.home .home_testimonials_slider .wp-block-splide-carousel__slide > .is-layout-grid{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.home .home_testimonials_slider .wp-block-splide-carousel__slide blockquote .is-nowrap.is-layout-flex{
		align-items: center;
		justify-content: center;
	}
	.home .home_testimonials_slider .wp-block-splide-carousel__slide{
		border-radius: 10px;
	}
}
/* comm promo bar */
.wp-singular.single-rvadv_communities .topbar_default_promo{
	display: none;
}
.wp-singular.single-rvadv_communities .topbar_custom_promo {
	font-size: clamp(0.929rem, 0.929rem + ((1vw - 0.2rem) * 0.698), 1.4rem);
}
.wp-singular.single-rvadv_communities .topbar_custom_promo a{
	text-decoration: underline;
	font-size: clamp(0.929rem, 0.929rem + ((1vw - 0.2rem) * 0.698), 1.1rem);
}
.wp-block-media-text img{
	border-radius: 10px;
}
