/*ELEMENTOR RESET*/
	.elementor-widget-heading {margin: 0!important;}
	.elementor-widget-heading .elementor-heading-title {font-family: inherit!important; color: var(--color-accent)!important;}
	.elementor-section.elementor-section-boxed > .elementor-container {max-width: 1440px!important;}
	.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {padding: 0!important;}
	.width-max-content {width: max-content!important; width: -moz-max-content!important; width: -webkit-max-content!important;}
	.elementor-button span {white-space: nowrap;}

/*STRUCTURE*/
	html {
	  scroll-behavior: smooth!important;
	  overflow-x: hidden!important;
	  scrollbar-width: none;
	}
	body {font-family: 'Josefin Sans', sans-serif!important; line-height: 1.2!important; background-color: white!important;}
@media (max-width: 576px) {
	body {overflow-x: hidden!important;}
}
	div.parallax-mirror,
	div#content-wrap {overflow-x: hidden!important;}
	a {transition: all .3s ease-in-out;}
	a:hover {text-decoration: none!important; transition: all .3s ease-in-out;}
	a.btn:focus,
	a:focus {box-shadow: none!important;}
	.h1, h1 {line-height: 1;}
	p {font-size: 18px;}
	p, h1, h2, h3, h4, h5, h6 {margin-bottom: 0!important;}
	sup {top: -2em!important; left: .5em; font-size: 32%!important;}
	.boxed-container {width: 1440px; max-width: 100%; margin: 0 auto; padding-left: 15px; padding-right: 15px;}
	.small-container {width: 960px; max-width: 100%; margin: 0 auto;}
	.mw-100 {max-width: 100%; width: 1440px!important; margin: auto!important;}
@media (min-width: 992px) and (max-width: 1199px) {
	p {font-size: 20px;}
}
@media (min-width: 1200px) {
	p {font-size: 22px;}
}
section.page {overflow-x: hidden!important;}

/* FONT SIZE STYLES */
	.font-10 {font-size: 10px;}
	.font-13 {font-size: 13px;}
	.font-14 {font-size: 14px;}
	.font-15 {font-size: 15px;}
	.font-18 {font-size: 18px;}
	.font-20 {font-size: 20px;}
	.font-25 {font-size: 25px;}
	.font-30 {font-size: 30px;}
	.font-400 {font-weight: 400;}
	.font-700 {font-weight: 700;}
	.font-900 {font-weight: 900;}

/*HELPER CLASSES*/
	img.heading {height: 40px; max-width: 100%;}
	div.heading img {width: 450px; max-width: 100%;}
	.mute {opacity: .2;}
	.img-responsive { display: block; max-width: 100%; height: auto; }
	.left {float: left;}
	.right {float: right;}
	.font-light {font-weight: lighter;}

/*RETURN TO TOP*/
	#toTop {z-index: 999; position: fixed; right: 30px; opacity: 0; bottom: -100px; text-align: center; color: transparent; background-image: url(../images/icon_to-top.svg); background-repeat: no-repeat; width: 50px; height: 50px; -webkit-transition: all 450ms cubic-bezier(0.660, 0, 0.470, 1); /* older webkit */ -webkit-transition: all 450ms cubic-bezier(0.660, -0.999, 0.470, 2); -moz-transition: all 450ms cubic-bezier(0.660, -0.999, 0.470, 2); -o-transition: all 450ms cubic-bezier(0.660, -0.999, 0.470, 2); transition: all 450ms cubic-bezier(0.660, -0.999, 0.470, 2); /* custom */ }
	#toTop.affix {bottom: 15px; opacity: 1; transform: rotate(0deg); -webkit-transition: all 450ms cubic-bezier(0.660, 0, 0.470, 1); /* older webkit */ -webkit-transition: all 450ms cubic-bezier(0.660, -0.999, 0.470, 2); -moz-transition: all 450ms cubic-bezier(0.660, -0.999, 0.470, 2); -o-transition: all 450ms cubic-bezier(0.660, -0.999, 0.470, 2); transition: all 450ms cubic-bezier(0.660, -0.999, 0.470, 2); /* custom */ }
	#toTop a.smoothScroll {color: var(--color-accent);}
	#toTop a.smoothScroll i {transform: rotate(-90deg); font-size: 40px;}

/*BUTTONS*/
	.btn-primary {background: var(--color-accent)!important; border-color: var(--color-accent)!important; color: white!important; border-radius: 0!important; text-transform: uppercase; padding: .7em 1.5em!important;}
	.btn-primary:hover,
	.btn-primary:active,
	.btn-primary:focus {background: var(--color-accent)!important; border-color: var(--color-accent)!important;}

	.btn-secondary {background: var(--color-darker)!important; border-color: var(--color-accent)!important; color: var(--color-accent)!important; border-radius: 0!important; text-transform: uppercase; padding: .7em 1.5em!important;}
	.btn-secondary:hover,
	.btn-secondary:active,
	.btn-secondary:focus {background: var(--color-accent)!important; border-color: var(--color-accent)!important; color: white!important;}

	/*COLORS*/
	body {
	  --color-light: #cacaca;
	  --color-medium: #383e42;
	  --color-dark: #1A1A1A;
	  --color-darker: #111111;
	  --color-accent: #6c757d;
	}

	a {color: var(--color-accent);}
	p.dark {color: black;}
	p.light {color: white;}

	.bg-whitesmoke {background-color: #f5f5f5;}
	.bg-light-gray {background-color: var(--color-light);}
	.bg-med-gray {background-color: var(--color-medium);}
	.bg-dark-gray {background-color: var(--color-dark);}
	.bg-darker-gray {background-color: var(--color-darker);}
	.bg-accent-gray {background-color: var(--color-accent);}

	.text-lighter {color: var(--color-light)!important;}
	.text-med {color: var(--color-medium);}
	.text-dark {color: var(--color-dark);}
	.text-darker {color: var(--color-darker);}
	.text-accent {color: var(--color-accent);}
	.text-white {color: #FFFFFF;}

	.pad {padding-left: 15px; padding-right: 15px; }

/*HEADER STYLES*/
	header#header-wrap {width: 100%; margin: 0 auto; z-index: 9999; transition: all .3s ease-in-out;}
	header#header-wrap div#header {background-color: white}
	header#header-wrap div#header div#logo-container {position: relative; transition: all .3s ease-in-out;}
	header#header-wrap div#header .navbar-brand {display: flex; align-items: center; justify-content: center; padding: 15px 0;}
	header#header-wrap div#header a.navbar-toggler {border: none;}
@media (max-width: 767px) {
	header#header-wrap div#header .navbar-brand img.logo {max-width: 170px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	header#header-wrap div#header .navbar-brand img.logo {max-width: 120px;}
}

	/*Primary Nav*/
	header#header-wrap div#header nav#primaryNav {padding: 0;}
	header#header-wrap div#header nav#primaryNav div.menu {margin-left: auto;}
	header#header-wrap div#header nav#primaryNav ul {text-align: center; padding-left: 0; margin: auto; margin-bottom: 0; list-style-type: none; align-items: center;}
	header#header-wrap div#header nav#primaryNav ul li.menu-item a {display: flex; align-items: center; justify-content: flex-start; color: black; font-size: 10px; letter-spacing: 1px; font-weight: 600; text-transform: uppercase; padding: 10px 12px;}
	header#header-wrap div#header nav#primaryNav ul li.social-icon a {color: var(--color-medium);}
	header#header-wrap div#header nav#primaryNav ul:hover li.menu-item a {color: gray;}
	header#header-wrap div#header nav#primaryNav ul li.menu-item a:hover, header#header-wrap nav#primaryNav ul li a:active, header#header-wrap nav#primaryNav ul li a:focus {color: black;}
@media (min-width: 768px) and (max-width: 850px) {
	header#header-wrap div#header nav#primaryNav ul li.menu-item a {padding: 10px 5px;}
}
@media (min-width: 1320px) {
	header#header-wrap div#header nav#primaryNav ul li#menu-item-1308 {margin-left: 100px;}
	header#header-wrap div#header nav#primaryNav ul li.menu-item a {font-size: 12px; letter-spacing: 2px;}
}
	/*Submenu*/
	header#header-wrap div#header nav#primaryNav ul li.dropdown a::after {font-style: normal; white-space: nowrap; font-family: 'FontAwesome'; content: "\f0dd"; display: inline-block; color: var(--color-accent); margin: -10px 0 0 5px;}
	header#header-wrap div#header nav#primaryNav ul li.dropdown ul.sub-menu {left: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; position: absolute; width: max-content; width: -moz-max-content; width: -webkit-max-content; background: white; visibility: hidden; opacity: 0; overflow: hidden; transition: all .3s ease-in-out;}
	header#header-wrap div#header nav#primaryNav ul li.dropdown:hover ul.sub-menu {display: initial!important; visibility: visible; overflow: hidden; opacity: 1; transition: all .3s ease-in-out;}
	header#header-wrap.affix div#header nav#primaryNav ul li:hover ul.sub-menu {transform: translateY(17px);}
	header#header-wrap div#header nav#primaryNav ul li.dropdown ul.sub-menu li {width: 100%;}
	header#header-wrap div#header nav#primaryNav ul li.dropdown ul.sub-menu li a {padding: 0px 15px; transition: all .3s ease-in-out;}
	header#header-wrap div#header nav#primaryNav ul li.dropdown ul.sub-menu li a::after {display: none;}
	header#header-wrap div#header nav#primaryNav ul li.dropdown:hover ul.sub-menu li a {padding: 15px; transition: all .3s ease-in-out;}
	header#header-wrap div#header nav#primaryNav ul li.dropdown ul.sub-menu li:hover a {color: var(--color-darker); background: rgba(255,255,255,0.05);}

	/*Social Icons*/
	header#header-wrap div#header nav#primaryNav ul#secondary-menu  {margin-left: auto; margin-right: unset;}
	header#header-wrap div#header nav#primaryNav ul#secondary-menu li.menu-item a {padding: 0 5px;}
@media (min-width: 992px) {
	header#header-wrap div#header nav#primaryNav ul#secondary-menu li.menu-item a {font-size: 15px; padding: 10px 15px;}
}

	/*Secondary Nav*/
	header#header-wrap div#subheader {height: 40px; display: flex; align-items: center; justify-content: center;}
	header#header-wrap div#subheader ul#secondary-menu {list-style-type: none; display: inline-flex; margin: 0; padding: 0; width: auto;}
	header#header-wrap div#subheader ul#secondary-menu li.menu-item {text-transform: uppercase; font-weight: 900; padding: 0 10px;}
	header#header-wrap div#subheader ul#secondary-menu li.menu-item a {font-size: 20px; color: var(--color-accent);}
	header#header-wrap div#subheader ul#secondary-menu li.menu-item a:hover {color: white;}

	/*Hamburger*/
	header#header-wrap div#header nav#primaryNav #navTrigger #hamburger {width: 40px; height: 21px; position: relative; display: flex; flex-direction: column; justify-content: space-between; transform: scale(.7); transition: .3s ease-in-out;}
	header#header-wrap div#header nav#primaryNav #navTrigger.collapsed #hamburger {transform: scale(1); transition: .3s ease-in-out;}
	header#header-wrap div#header nav#primaryNav #navTrigger #hamburger span {display: block; width: 100%; height: 4px; border-radius: 5px; background-color: #1a1a1a; transition: .3s ease-in-out;}
	header#header-wrap div#header nav#primaryNav #navTrigger.collapsed #hamburger span {height: 3px; transition: .3s ease-in-out;}
	header#header-wrap div#header nav#primaryNav #navTrigger.collapsed #hamburger span:first-of-type,
	header#header-wrap div#header nav#primaryNav #navTrigger.collapsed #hamburger span:last-of-type {width: 50%; transition: .3s ease-in-out;}
	header#header-wrap div#header nav#primaryNav #navTrigger #hamburger span:first-of-type,
	header#header-wrap div#header nav#primaryNav #navTrigger #hamburger span:last-of-type {width: 100%; transition: .3s ease-in-out;}
	header#header-wrap div#header nav#primaryNav #navTrigger #hamburger span:last-of-type {align-self: flex-end;}

	header#header-wrap div#header nav#primaryNav #navTrigger #hamburger span:nth-of-type(2) {opacity: 0; transition: .3s ease-in-out;}
	header#header-wrap div#header nav#primaryNav #navTrigger.collapsed #hamburger span:nth-of-type(2) {opacity: 1; transition-delay: .1s!important; transition: .3s ease-in-out;}

	header#header-wrap div#header nav#primaryNav #navTrigger.collapsed #hamburger span:first-of-type {transform: translateY(0);}
	header#header-wrap div#header nav#primaryNav #navTrigger #hamburger span:first-of-type {transform: translateY(9px) rotate(45deg);}
	header#header-wrap div#header nav#primaryNav #navTrigger.collapsed #hamburger span:last-of-type {transform: translateY(0);}
	header#header-wrap div#header nav#primaryNav #navTrigger #hamburger span:last-of-type {transform: translateY(-9px) rotate(-45deg);}
@media (min-width: 768px) {
	header#header-wrap {position: sticky; top: 0;}
	header#header-wrap nav#primaryNav ul {text-align: initial; display: flex;}
}
@media (min-width: 768px) and (max-width: 991px) {
	header#header-wrap nav#primaryNav ul li.dropdown:hover ul.sub-menu {transform: translateY(16px);}
}


/*HOME PAGE STYLES*/
	section#topSection h1 {color: white!important; filter: drop-shadow(5px 5px 4px black);}
	section#topSection h1 span {color: white!important;}
	@media (max-width: 991px) {
		section#topSection h1 {font-size: 30px;}
		section#topSection h1 span {display: block; font-size: 50px;}
	}
	@media (min-width: 768px) and (max-width: 1024px) {
		section#topSection h1 {padding: 150px 0;}
	}
	@media (min-width: 1025px) and (max-width: 1199px) {
		section#topSection h1 {padding: 200px 0;}
	}
	@media (min-width: 1200px) {
		body.home section#topSection div.elementor-image-carousel {padding: 200px 0 200px 0;}
		section#topSection h1 {padding: 200px 0;}
	}

/*Mobile Quick Search*/
	section#searchSection div#quickSearch {background-color: rgba(50,50,50,.5); display: none;}
	body.home section#searchSection div#quickSearch {display: initial;}
	section#searchSection div#quickSearch form#IDX-quicksearchForm {max-width: 1440px; margin: auto; padding: 15px; display: flex; justify-content: space-between; flex-direction: column;}
	section#searchSection div#quickSearch form#IDX-quicksearchForm select {-webkit-appearance: none; appearance: none;}
	section#searchSection div#quickSearch form#IDX-quicksearchForm input::placeholder {color: var(--color-darker); opacity: 1;}

	section#searchSection div#quickSearch form#IDX-quicksearchForm input,
	section#searchSection div#quickSearch form#IDX-quicksearchForm select {background-color: rgba(255,255,255,0.85); color: var(--color-darker); text-transform: uppercase; font-weight: 600; padding: 12px 10px 8px 10px!important; border: 1px solid var(--color-accent); margin: 5px; font-size: 14px; text-align-last: center; transition: .3s ease-in-out;}

	section#searchSection div#quickSearch form#IDX-quicksearchForm input::after {font-style: normal; white-space: nowrap; font-family: 'FontAwesome'; content: "\f0dd"; display: inline-block; margin: -10px 0 0 5px;}
	section#searchSection div#quickSearch form#IDX-quicksearchForm input:focus,
	section#searchSection div#quickSearch form#IDX-quicksearchForm select:focus,
	section#searchSection div#quickSearch form#IDX-quicksearchForm input:hover,
	section#searchSection div#quickSearch form#IDX-quicksearchForm select:hover {background-color: white; transition: .3s ease-in-out;}

@media (max-width: 1199px) {
	section#searchSection div#quickSearch form#IDX-quicksearchForm {flex-wrap: wrap;}
	section#searchSection div#quickSearch form#IDX-quicksearchForm input,
	section#searchSection div#quickSearch form#IDX-quicksearchForm select {flex-basis: calc(50% - 10px);}
}
@media (min-width: 1200px) and (max-width: 1440px) {
	section#searchSection div#quickSearch form#IDX-quicksearchForm input,
	section#searchSection div#quickSearch form#IDX-quicksearchForm select {font-size: 11px;}
}
@media (min-width: 1200px) {
	section#searchSection div#quickSearch form#IDX-quicksearchForm input,
	section#searchSection div#quickSearch form#IDX-quicksearchForm select {width: 100%;}
	section#searchSection div#quickSearch form#IDX-quicksearchForm input, section#searchSection div#quickSearch form#IDX-quicksearchForm select {text-align: center;}
}
/*Mobile Quick Search*/

/*Hero Quick Search*/
	section#topSection div#quickSearch {background-color: rgba(50,50,50,.5); display: none;}
	body.home section#topSection div#quickSearch {display: none;}
@media (min-width: 768px) {
	body.home section#topSection div#quickSearch {display: initial;}
}
	section#topSection div#quickSearch form#IDX-quicksearchForm {max-width: 1440px; margin: auto; padding: 15px; display: flex; justify-content: space-between; flex-direction: column;}
	section#topSection div#quickSearch form#IDX-quicksearchForm select {-webkit-appearance: none; appearance: none;}
	section#topSection div#quickSearch form#IDX-quicksearchForm input::placeholder {color: var(--color-darker); opacity: 1;}

	section#topSection div#quickSearch form#IDX-quicksearchForm input,
	section#topSection div#quickSearch form#IDX-quicksearchForm select {background-color: rgba(255,255,255,0.85); color: var(--color-darker); text-transform: uppercase; font-weight: 600; padding: 12px 10px 8px 10px!important; border: 1px solid var(--color-accent); margin: 5px; font-size: 14px; text-align-last: center; transition: .3s ease-in-out;}

	section#topSection div#quickSearch form#IDX-quicksearchForm input::after {font-style: normal; white-space: nowrap; font-family: 'FontAwesome'; content: "\f0dd"; display: inline-block; margin: -10px 0 0 5px;}
	section#topSection div#quickSearch form#IDX-quicksearchForm input:focus,
	section#topSection div#quickSearch form#IDX-quicksearchForm select:focus,
	section#topSection div#quickSearch form#IDX-quicksearchForm input:hover,
	section#topSection div#quickSearch form#IDX-quicksearchForm select:hover {background-color: white; transition: .3s ease-in-out;}

@media (max-width: 1199px) {
	section#topSection div#quickSearch form#IDX-quicksearchForm {flex-wrap: wrap;}
	section#topSection div#quickSearch form#IDX-quicksearchForm input,
	section#topSection div#quickSearch form#IDX-quicksearchForm select {flex-basis: calc(50% - 10px);}
}
@media (min-width: 1200px) and (max-width: 1440px) {
	section#topSection div#quickSearch form#IDX-quicksearchForm input,
	section#topSection div#quickSearch form#IDX-quicksearchForm select {font-size: 11px;}
}
@media (min-width: 1200px) {
	section#topSection div#quickSearch form#IDX-quicksearchForm input,
	section#topSection div#quickSearch form#IDX-quicksearchForm select {width: 100%;}
	section#topSection div#quickSearch form#IDX-quicksearchForm input, section#topSection div#quickSearch form#IDX-quicksearchForm select {text-align: center;}
}
/*Hero Quick Search*/

	section#citySearch {}
	section#citySearch div.cityContainer {padding: 0 15px;}
	section#citySearch div.cityContainer div.border-overlay {position: absolute; width: 90%; height: 90%; background: transparent; border: 1px solid white;}
	section#citySearch div.cityContainer div.city-image {margin: 0; overflow: hidden; width: max-content; width: -moz-max-content; width: -webkit-max-content; transition: .3s ease-in-out;}
	section#citySearch div.cityContainer div.city-image img {transform: scale(1); transition: .3s ease-in-out;}
	section#citySearch div.cityContainer div.city-title {height: 50px; margin-top: 15px;}
	section#citySearch div.cityContainer div.city-title h2 {padding-top: 15px; color: var(--color-darker); text-transform: uppercase; padding-left: 15px; font-weight: bold; font-size: 30px; line-height: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center;}
	section#citySearch div.cityContainer div.city-title h2 span {color: var(--color-accent); font-size: 20px;}

	section#citySearch div.cityContainer section.title-wrap {}
	section#citySearch div.cityContainer section.title-wrap div.button-column {overflow: hidden; width: calc(0% + 5px); transition: .3s ease-in-out;}
	section#citySearch div.cityContainer section.title-wrap div.button-column a {color: var(--color-darker); text-transform: uppercase; height: 50px; display: flex; align-items: center; justify-content: space-around; border-radius: 0; background-color: var(--color-darker);}
	section#citySearch div.cityContainer section.title-wrap div.button-column a span.view {color: var(--color-darker); transition: .3s ease-in-out;}
	section#citySearch div.cityContainer section.title-wrap div.button-column a:hover span.view,
	section#citySearch div.cityContainer section.title-wrap div.button-column a:hover {color: white!important;}
	section#citySearch div.cityContainer section.title-wrap div.button-column a:hover {background-color: var(--color-accent);}
	section#citySearch div.cityContainer section.title-wrap div.title-column {width: calc(100% - 5px); transition: .3s ease-in-out;}
	section#citySearch div.cityContainer section.title-wrap div.title-column {width: 70%; transition: .3s ease-in-out;}
	section#citySearch div.cityContainer:hover div.city-image img {transform: scale(1.1); transition: .3s ease-in-out;}
@media (min-width: 992px) {	
	section#citySearch div.cityContainer:hover section.title-wrap div.button-column a span.view {color: var(--color-accent); transition: .3s ease-in-out;}
	section#citySearch div.cityContainer:hover section.title-wrap div.button-column a {color: white!important;}
	section#citySearch div.cityContainer:hover section.title-wrap div.button-column {width: 30%; transition: .3s ease-in-out;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	section#citySearch div.cityContainer div.city-title h2 {font-size: 20px; padding-top: 20px;}
	section#citySearch div.cityContainer:hover section.title-wrap div.button-column {width: 50%; transition: .3s ease-in-out;}
	section#citySearch div.cityContainer:hover section.title-wrap div.title-column {width: 50%; transition: .3s ease-in-out;}
}

/*Interior Pages*/
	section.city-intro {padding: 2em;}
	section.city-intro h2 {color: white; font-size: 20px;}
	section.city-intro p {color: white; font-weight: lighter; font-size: 16px; margin-top: 20px;}
@media (min-width: 768px) {
	section.city-intro h2 {font-size: 30px;}
	section.city-intro p {font-weight: lighter; font-size: 20px;}
}

	section.communities div.property-wrap {}
	section.communities div.property-wrap {overflow: hidden;}
	section.communities div.property-wrap div.elementor-widget-image {margin-bottom: 0; overflow: hidden;}
	section.communities div.property-wrap div.elementor-widget-image img {transform: scale(1.0); transition: .3s ease-in-out;}
	section.communities div.property-wrap:hover div.elementor-widget-image img {transform: scale(1.1); transition: .3s ease-in-out;}
	section.communities div.property-wrap div.elementor-widget-button a.elementor-button {border-radius: 0; width: 100%; background-color: rgba(22,29,34,.8); height: 50px; display: flex; align-items: center; justify-content: center; margin-top: -50px;}
	section.communities div.property-wrap:hover div.elementor-widget-button a.elementor-button {background-color: var(--color-accent);}

	div.IDX-showcaseTable div.IDX-showcaseCell {padding: 7.5px!important;}

/*FOOTER STYLES*/
	body.contact-us footer#footer-wrap div#footer-widgets {display: none;}
	footer#footer-wrap div#footer-widgets div.copy-wrap h1 {font-size: 30px;}
	footer#footer-wrap div#footer-widgets div.copy-wrap h1 span {display: block;}
	footer#footer-wrap div.footer div.social-container ul {font-size: 25px;}
	footer#footer-wrap div.footer div.social-container ul li a {color: var(--color-accent); transition: .3s ease-in-out;}
	footer#footer-wrap div.footer div.social-container ul li a:hover {color: white; transition: .3s ease-in-out;}
	form.form select,
	form.form input {height: 60px!important; background-color: transparent; border-radius: 0; border: none; border-bottom: 3px solid var(--color-dark); color: var(--color-light); -moz-appearance: textfield !important; -webkit-appearance: none; appearance: none; transition: .3s ease-in-out; padding-left: 0;}
	form.form select:focus,
	form.form input:focus {border-bottom-color: var(--color-accent); color: white; transition: .3s ease-in-out; box-shadow: none; background-color: transparent;}
	form.form button {border-radius: 0; background-color: var(--color-dark); color: white; text-transform: uppercase; font-weight: 600; padding: 12px 30px 8px 30px; border: 1px solid var(--color-accent); text-align: center; margin: 5px; font-size: 14px; }
	form.form button:hover {background-color: var(--color-accent);}
	footer#footer-wrap img.logo {width: 350px; max-width: 100%;}
	footer#footer-wrap ul {display: flex; flex-direction: row; justify-content: flex-end;}
	footer#footer-wrap ul li a {color: white; padding: 10px 15px;}
	footer#footer-wrap ul li a:hover, footer#footer-wrap ul li a:active, footer#footer-wrap ul li a:focus {color: gray;}

	/*Footer Menu*/
	footer#footer-wrap ul#footer-menu {text-transform: uppercase; list-style-type: none; padding-left: 0;}
	footer#footer-wrap ul#footer-menu li.menu-item a {font-size: 10px;}



/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/

/*CONTENT AREA*/
@media (min-width: 992px) {
	div#content-area div.entry-wrap {columns: 2;}
}
	body.blog body.single-post {font-weight: lighter;}
	body.blog section#blog img, body.single section#blog img {max-width: 100%;}
	h1.page-title {display: none;}
	section#blog {padding-bottom: 50px;}
	section#blog .boxed-container {width: 1440px; margin: auto; padding-left: 15px; padding-right: 15px;}
	section#blog div#content-area div.entry-wrap article header.entry-header {display: flex; flex-direction: column; align-items: flex-start; padding: 0; font-weight: 900;}
	section#blog div#content-area div.entry-wrap article header.entry-header h2.entry-title {padding: 0; font-size: 25px; margin: 0;}
	section#blog div#content-area div.entry-wrap article header.entry-header a {color: #6c757d;}
	section#blog div#content-area div.entry-wrap article header.entry-header div.entry-meta {color: #bbb;}
	section#blog div#content-area div.entry-wrap article header.entry-header div.entry-meta span {color: #6c757d;}
	section#blog div#content-area div.entry-wrap article header.entry-header,
	section#blog div#content-area div.entry-wrap article div.entry-content {padding: 0 !important;}
	section#blog div#content-area div.entry-wrap article header.entry-header h1.entry-title {font-weight: 700 !important;}
	section#blog div#content-area div.entry-wrap article div.post-thumbnail img.wp-post-image {width: 100%; height: auto;}
	section#blog div#content-area div.entry-wrap article {border: 1px solid lightgray; padding: 0; margin-bottom: 15px; page-break-inside: avoid; min-height: 675px; position: relative;}
	section#blog div#content-area div.entry-wrap article div.post-content-wrap {padding: 1em;}
	section#blog div#content-area div.entry-wrap article img.wp-post-image {width: 100%; height: auto;}
	section#blog div#content-area div.entry-wrap article div.entry-content { color: #707070 !important; font-size: 16px !important; line-height: 1.5 !important; margin: 0!important; }
	section#blog div#content-area div.entry-wrap article div.entry-content  div.read-more { display: flex; position: absolute; bottom: 15px; }
	section#blog div#content-area div.entry-wrap article div.entry-content  div.read-more a {margin-top: 20px; color: white; font-size: 17px; font-weight: 400; background-color: #1f2429; padding: 10px 30px; }
	section#blog div#content-area div.entry-wrap article div.entry-content  div.read-more a:hover { background-color: #6c757d; }
	section#blog div#content-area div.entry-wrap article div.entry-content  div.read-more a i { transition: .3s ease-in-out; }
	section#blog div#content-area div.entry-wrap article div.entry-content  div.read-more a:hover i { transition: .3s ease-in-out; padding-left: 10px; }

/*SIDEBAR AREA*/
	section#blog aside#sidebar-area div.sticky-widgets {position: sticky; top: 163px;}
	body.single-post section#blog aside#sidebar-area div.sticky-widgets {position: sticky; top: 187px;}
	section#blog aside#sidebar-area div.sticky-widgets div.widget_search form.search {display: flex;}
	section#blog aside#sidebar-area div.sticky-widgets div.widget_search form.search input.search-input {border: none; background-color: #f5f5f5; height: calc(50px - 1em); padding: .5em 1em; display: flex; align-items: center; justify-content: center; max-width: calc(90% - 65px);}
	section#blog aside#sidebar-area div.sticky-widgets div.widget_search form.search button.search-submit {width: 50px; height: 50px; background-color: #1f2429; color: var(--color-accent); border: none; transition: .3s ease-in-out;}
	section#blog aside#sidebar-area div.sticky-widgets div.widget_search form.search button.search-submit:hover {color: white; border: none; transition: .3s ease-in-out;}
	section#blog aside#sidebar-area div.sticky-widgets div.widget_recent_entries {margin-top: 30px;}
	section#blog aside#sidebar-area div.sticky-widgets div.widget_recent_entries h3 {font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; color: var(--color-accent); margin-bottom: 10px!important;}
	section#blog aside#sidebar-area div.sticky-widgets div.widget_recent_entries ul {list-style-type: none; padding: 0;}
	section#blog aside#sidebar-area div.sticky-widgets div.widget_recent_entries ul li {padding: 5px 0;}
	section#blog aside#sidebar-area div.sticky-widgets div.widget_recent_entries ul li a {width: calc(100% - 15px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inherit; color: darkgray; transition: .3s ease-in-out;}
	section#blog aside#sidebar-area div.sticky-widgets div.widget_recent_entries ul li a:hover {color: black; transition: .3s ease-in-out;}

/*Single Post Page*/
	section#featured-image img.wp-post-image {width: 500px; max-width: 100%;}
	section#post-title {padding: 1em; z-index: 99;}
	section#post-title a.btn {width: calc(100% - 10px); background-color: var(--color-dark) !important; text-transform: uppercase; font-weight: 600; padding: 12px 30px 8px 30px !important; border: 1px solid var(--color-accent); text-align: center; margin: 5px; font-size: 14px; }
	section#post-title a.btn i {color: var(--color-accent); transition: .2s ease-in-out;}
	section#post-title a.btn:hover { background-color: var(--color-accent) !important;}
	section#post-title a.btn:hover i { color: white; transition: .2s ease-in-out;}
	section#post-title {margin-bottom: 15px;}
	section#post-title h1 {font-size: 20px;}
@media (min-width: 768px) {
	section#post-title {position: sticky; top: 87px;}
	body.single-post section#post-title h1 {width: 95%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
}
@media (min-width: 992px) {
	section#post-title {top: 107px;}
	section#blog aside#sidebar-area div.sticky-widgets {top: 207px;}
	body.single-post section#blog aside#sidebar-area div.sticky-widgets {top: 207px;}
}
@media (min-width: 1200px) {
	section#blog aside#sidebar-area div.sticky-widgets div.widget_search form.search input.search-input {min-width: calc(100% - 82px);}
}

/*IDX Page Styles*/
body.idx-wrapper-template-default section#featured-image,
body.idx-wrapper-template-default section#post-title {display: none;}
body.idx-wrapper-template-default header#header-wrap div#header {border-bottom: 1px solid lightgray;}
body.idx-wrapper-template-default div#idx-details-lightbox-navigation {margin-top: 108px; background-color: #1A1A1A; color: var(--color-accent); border-bottom: 1px solid #353535;}
body.idx-wrapper-template-default div#idx-details-lightbox-navigation strong {color: white;}
body.idx-wrapper-template-default div.idx-lightbox {overflow-y: scroll!important;}
body.idx-wrapper-template-default button.idx-lightbox__button-dismiss { background-color: var(--color-dark) !important; text-transform: uppercase; font-weight: 600; padding: 12px 30px 8px 30px !important; border: 1px solid var(--color-accent); text-align: center; font-size: 14px; border-radius: 0; color: white!important; }
body.idx-wrapper-template-default button.idx-lightbox__button-dismiss span {font-size: 30px!important; line-height: 0;}
body.idx-wrapper-template-default div.idx-lightbox__mask {background-color: rgba(255,255,255,0.95); mix-blend-mode: unset!important;}
body.idx-wrapper-template-default .idx-lightbox__image-description {color: black!important;}

.single-idx-wrapper #sidebar-area { display: none; }
.single-idx-wrapper .idx-wrapper { min-width: 100%; }

.IDX-wrapper-standard .IDX-panel-body .IDX-field,
.IDX-wrapper-standard .IDX-panel-default,
.IDX-wrapper-standard .IDX-well,
.IDX-wrapper-standard .IDX-panel-default>.IDX-panel-heading,
.IDX-wrapper-standard .IDX-thumbnail,
.IDX-carouselThumb,
.IDX-wrapper-standard .IDX-showcaseSlide-active,
.IDX-showcaseContainer {
	border: none !important;
}

.IDX-wrapper-standard #IDX-saveProperty,
.IDX-wrapper-standard #IDX-newSearch,
.IDX-wrapper-standard #IDX-modifySearch,
.IDX-wrapper-standard .IDX-btn-block,
#IDX-submitBtn {
	border-radius: 0;
    background-color: #1A1A1A;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 30px 8px 30px;
    border: 1px solid #6c757d;
    text-align: center;
    margin: 5px;
    font-size: 14px;
}

.IDX-wrapper-standard .IDX-showcaseSlide-active {
	background: #cacaca;
}

.IDX-wrapper-standard a {
	color: #111;
}

.IDX-wrapper-standard .IDX-well,
.IDX-wrapper-standard .IDX-panel,
.IDX-showcaseContainer {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.IDX-wrapper-standard .IDX-panel-body .IDX-label {
	color: #111;
}

.IDX-wrapper-standard .IDX-text {
	color: #999;
}

.IDX-showcaseContainer .IDX-showcaseAddress {
	color: #111;
	font-size: 16px;
}

.IDX-showcaseContainer .IDX-showcaseCityStateZip,
.IDX-showcaseContainer .IDX-showcasePrice {
	color: #999;
	font-size: 14px;
}