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: 'Poppins', 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 input[type="text"],
.gfield input[type="tel"],
.gfield input[type="email"],
textarea {
	width: 100%;
	border: 1px solid #DADADA;
	height: 40px;
	background: #fff;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 16px;
	border-radius: 0px;
}

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

.gfield_label {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 300;
}

@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_checkbox input[type="checkbox"],
.gfield_radio input[type="radio"] {
	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: #F8F8F8;
	border: 1px solid #DADADA;
	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: #C1002E;
	box-shadow: 0 0 0 1px #C1002E;
	border-color: #fff;
}

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

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

.gform_footer input {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #E8BE40;
	height: 40px;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	min-width: 150px;
	cursor: pointer;
	transition: 300ms ease;
	background: #E8BE40;
	color: #fff;
	padding: 0 10px !important;
}

.gform_footer input:hover {
	background-color: #BD8E00;
}

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

._cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: 50%;
	transition: 300ms ease;
}



.card-listing {
	position: relative;
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.card-listing a {
	display: block;
	color: #000;
}

.card-listing__top {
	position: relative;
	background: #fff;
	padding-top: 75%;
	display: block;
}

.card-listing__address {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 20px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.card-listing__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: 50%;
}

.card-listing__image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(to top, #000, transparent);
	top: 50%;
}

.card-listing__bottom {
	padding: 20px;
	font-size: 18px;
}

.card-listing__price {
	color: #6db56d;
	font-size: 20px;
}

.card-listing .elementor-button {
	margin-top: 10px;
	color: #fff;
}

.card-listing__statuses {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}

.card-listing__status {
	display: inline-block;
	margin: 5px;
	white-space: nowrap;
	background: var(--e-global-color-accent);
	border-radius: 20px;
	line-height: 20px;
	color: #fff;
	padding: 4px 8px;
	font-size: 14px;
	font-weight: 600;
}

.elementor-image-gallery .gallery-item img {
	border: 0;
}

.is-ppidx-page .elementor-sticky--active {
	position: relative !important;
}

.is-ppidx-page .elementor-sticky__spacer {
	display: none !important;
}

.elementor-widget-theme-post-content h1 {
	font-size: 2rem;
}

.elementor-widget-theme-post-content h2 {
	font-size: 1.8rem;
}

.elementor-widget-theme-post-content h3 {
	font-size: 1.6rem;
}

.elementor-widget-theme-post-content h4 {
	font-size: 1.4rem;
}

.elementor-widget-theme-post-content h5 {
	font-size: 1.2rem;
}

.elementor-widget-theme-post-content h6 {
	font-size: 1rem;
}

.elementor-widget-theme-post-content h1,
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6,
.elementor-widget-theme-post-content p {
	margin-bottom: 20px;
}

.elementor-widget-theme-post-content img {
	width: auto;
}

.elementor-widget-theme-post-content a {
	text-decoration: underline;
	color: currentColor;
}

.elementor-widget-theme-post-content hr {
	clear: both;
	margin: 40px auto;
}

.elementor-widget-theme-post-content a:hover {
	text-decoration: none;
}

.aligncenter {
	display: block;
	margin: 20px auto;
}

@media (min-width: 768px) {
	.alignleft {
		max-width: 50%;
		float: left;
		margin: 5px 20px 20px 0;
	}

	.alignright {
		max-width: 50%;
		float: right;
		margin: 5px 0px 20px 20px;
	}
}

.card-any {
	position: relative;
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
	min-height: 100%;
}

.card-any a {
	display: block;
	color: #000;
}

.card-any__top {
	position: relative;
	background: #fff;
	padding-top: 75%;
	display: block;
}

.card-any__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: top center;
}

.card-any__image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(to top, #000, transparent);
	top: 50%;
}

.card-any__bottom {
	padding: 20px;
	font-size: 15px;
	line-height: 1.5;
	color: #999;
}

.card-any__bottom a {
	color: #999;
}

.card-any__title {
	font-size: 20px;
	color: #000;
}

.card-any__meta {

}

.card-any .elementor-button {
	margin-top: 10px;
	color: #fff;
}
