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

* {
	box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	overflow-x: hidden;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, input, textarea, button, select {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

i, em {
	font-style: italic;
}

.hidden_label .gfield_label {
	display: none;
}

.elementor-text-editor .gform_wrapper ul {
	list-style: none;
	padding: 0;
}

.elementor-text-editor .gform_wrapper li {
	list-style: none;
	/*padding: 0;*/
	margin: 0;
}

.gform_fields {
	margin: -10px;
}

.gform_fields > .gfield {
	padding: 10px;
}

.gfield {
    font-size: 16px; 
    color: #23324C;
}

.gfield input[type="text"],
.gfield input[type="tel"],
.gfield input[type="email"],
.gfield select,
textarea {
	width: 100%;
	border: 1px solid #D0D0D0;
	height: 40px;
	background: #fff;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 16px;
}

.gfield textarea {
	height: 60px;
	padding: 10px;
}

.gfield_label {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
	color: #23324C;
}

@media (max-width: 768px) {
	.gfield_label {
		font-size: 16px;
	}
}

.gfield label {
	display: block;
}

.gfield_checkbox,
.gfield_radio {
	margin: 0;
}

.gfield_checkbox > li,
.gfield_radio > li {
	display: inline-block;
	min-width: 100px;
	padding: 5px;
}

.gfield [type="radio"] + label,
.gfield [type="checkbox"] + label {
    display: inline-block;
}

.gfield_radio > div,
.gfield_checkbox > div {
    display: inline-block; 
    vertical-align: top; 
    padding: 0 10px 10px 0;
}

.gsection_title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px; 
    text-transform: uppercase; 
    color: #23324C;
}

[value="gf_other_choice"] + [type="text"] {
    display: none; 
}

[value="gf_other_choice"]:checked + [type="text"] {
    display: block;
}

.gfield_visibility_hidden {
	position: absolute;
	visibility: hidden;
}

/*.gfield_checkbox input[type="checkbox"] + label::before,*/
/*.gfield_radio input[type="radio"] + label::before {*/
/*	content: '';*/
/*	display: inline-block;*/
/*	height: 20px;*/
/*	width: 20px;*/
/*	top: 5px;*/
/*	left: 5px;*/
/*	margin: auto;*/
/*	background-color: #fff;*/
/*	border: 1px solid #000;*/
/*	border-radius: 4px;*/
/*	vertical-align: -4px;*/
/*	margin: 0 5px 0 0;*/
/*}*/

/*.gfield_radio input[type="radio"] + label::before {*/
/*	border-radius: 100%;*/
/*}*/

/*.gfield_checkbox input[type="checkbox"]:checked + label::before,*/
/*.gfield_radio input[type="radio"]:checked + label::before {*/
/*	background-color: #000;*/
/*	box-shadow: 0 0 0 1px #000;*/
/*	border-color: #fff;*/
/*}*/

.gform_footer {
	margin-top: 10px;
	text-align: center;
}

@media (min-width: 1024px) {
	.gform_footer {
		text-align: right;
	}
}

.gf_progressbar_wrapper {
    font-size: 18px; 
}

.gform_page_footer [type="submit"], 
.gform_page_footer [type="button"],
.gform_footer input {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #23324C;
	height: 40px;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 18px;
	text-transform: normal;
	letter-spacing: 0;
	min-width: 150px;
	cursor: pointer;
	transition: 300ms ease;
	background: #23324C;
	color: #fff;
}

.gform_page_footer {
    text-align: center;
    margin-top: 20px;
}

.gform_footer input:hover {
	background-color: #23324C;
	border-color: #23324C;
}

.gform_wrapper .validation_message {
	font-size: 14px;
	color: red;
	font-weight: 500;
	margin-top: 5px;
}

.gform_wrapper .validation_error {
	font-size: 20px;
	line-height: 1.5;
	color: red;
	font-weight: 500;
	margin-bottom: 20px;
}

.elementor-text-editor ul {
	padding-left: 18px;
}

.elementor-text-editor li {
	list-style: disc;
	margin-bottom: 4px;
}

.gsection_title {
	border-top: 1px solid #D8D8D8;
	padding-top: 30px;
	margin-top: 50px;
}

.gsection h2 {
	color: #111;
	font-size: 20px;
	font-weight: 400;
}

@media (min-width: 1024px) {

	.ghalf {
		display: inline-block;
		width: 50%;
	}
}

.row {
	position: relative;
	font-size: 0 !important;
	letter-spacing: 0 !important;
}

@media (min-width: 768px) {
	.row.flex {
		display: flex;
		flex-direction: column;
		flex-flow: row wrap;
	}
}

.col {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

.col.alignbottom {
	vertical-align: bottom;
}

.col.alignmiddle {
	vertical-align: middle;
}

.s1 {
	width: 8.33333%;
	flex-basis: 8.33333%;
}

.s2 {
	width: 16.66667%;
	flex-basis: 16.66667%;
}

.s3 {
	width: 25%;
	flex-basis: 25%;
}

.s4 {
	width: 33.33333%;
	flex-basis: 33.33333%;
}

.s5 {
	width: 41.66667%;
	flex-basis: 41.66667%;
}

.s6 {
	width: 50%;
	flex-basis: 50%;
}

.s7 {
	width: 58.33333%;
	flex-basis: 58.33333%;
}

.s8 {
	width: 66.66667%;
	flex-basis: 66.66667%;
}

.s9 {
	width: 75%;
	flex-basis: 75%;
}

.s10 {
	width: 83.33333%;
	flex-basis: 83.33333%;
}

.s11 {
	width: 91.66667%;
	flex-basis: 91.66667%;
}

.s12 {
	width: 100%;
	flex-basis: 100%;
}

.s0 {
	width: auto;
}

@media (min-width: 768px) {
	.m1 {
		width: 8.33333%;
		flex-basis: 8.33333%;
	}
}

@media (min-width: 768px) {
	.m2 {
		width: 16.66667%;
		flex-basis: 16.66667%;
	}
}

@media (min-width: 768px) {
	.m3 {
		width: 25%;
		flex-basis: 25%;
	}
}

@media (min-width: 768px) {
	.m4 {
		width: 33.33333%;
		flex-basis: 33.33333%;
	}
}

@media (min-width: 768px) {
	.m5 {
		width: 41.66667%;
		flex-basis: 41.66667%;
	}
}

@media (min-width: 768px) {
	.m6 {
		width: 50%;
		flex-basis: 50%;
	}
}

@media (min-width: 768px) {
	.m7 {
		width: 58.33333%;
		flex-basis: 58.33333%;
	}
}

@media (min-width: 768px) {
	.m8 {
		width: 66.66667%;
		flex-basis: 66.66667%;
	}
}

@media (min-width: 768px) {
	.m9 {
		width: 75%;
		flex-basis: 75%;
	}
}

@media (min-width: 768px) {
	.m10 {
		width: 83.33333%;
		flex-basis: 83.33333%;
	}
}

@media (min-width: 768px) {
	.m11 {
		width: 91.66667%;
		flex-basis: 91.66667%;
	}
}

@media (min-width: 768px) {
	.m12 {
		width: 100%;
		flex-basis: 100%;
	}
}

@media (min-width: 768px) {
	.m0 {
		width: auto;
	}
}

@media (min-width: 1028px) {
	.l1 {
		width: 8.33333%;
		flex-basis: 8.33333%;
	}
}

@media (min-width: 1028px) {
	.l2 {
		width: 16.66667%;
		flex-basis: 16.66667%;
	}
}

@media (min-width: 1028px) {
	.l3 {
		width: 25%;
		flex-basis: 25%;
	}
}

@media (min-width: 1028px) {
	.l4 {
		width: 33.33333%;
		flex-basis: 33.33333%;
	}
}

@media (min-width: 1028px) {
	.l5 {
		width: 41.66667%;
		flex-basis: 41.66667%;
	}
}

@media (min-width: 1028px) {
	.l6 {
		width: 50%;
		flex-basis: 50%;
	}
}

@media (min-width: 1028px) {
	.l7 {
		width: 58.33333%;
		flex-basis: 58.33333%;
	}
}

@media (min-width: 1028px) {
	.l8 {
		width: 66.66667%;
		flex-basis: 66.66667%;
	}
}

@media (min-width: 1028px) {
	.l9 {
		width: 75%;
		flex-basis: 75%;
	}
}

@media (min-width: 1028px) {
	.l10 {
		width: 83.33333%;
		flex-basis: 83.33333%;
	}
}

@media (min-width: 1028px) {
	.l11 {
		width: 91.66667%;
		flex-basis: 91.66667%;
	}
}

@media (min-width: 1028px) {
	.l12 {
		width: 100%;
		flex-basis: 100%;
	}
}

@media (min-width: 1028px) {
	.l0 {
		width: auto;
	}
}

strong, b {
	font-weight: 700;
}

sup {
	vertical-align: 0.4em;
	font-size: 0.6em;
}

.condo-card__photo {
    position: relative;
    height: 196px;
    background-size: cover;
    background-position: 50%;
}

.condo-card__main {
    background: var(--e-global-color-primary);
    text-align: center;
    padding: 12px 10px 20px;
}

.condo-card a {
    color: #fff;
}

.condo-card__tag {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px;
}

.condo-card__meta {
    font-size: 14px;
    margin: 6px 0;
    line-height: 1.5;
}

.condo-card__button {
    background: var(--e-global-color-accent);
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px;
    width: 190px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: -20px;
}