/*modern tree chart*/
body.elementor-template-full-width #inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}
.modern-tree-chart-market-stats {
	padding-top: 80px;
	padding-bottom: 80px;
}

.modern-tree-chart-market-stats .ms-prices {
	padding-bottom: 40px;
}
.modern-tree-chart-ms-title {
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}
.modern-tree-chart-ms-item {
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}
.modern-tree-chart-ms-item::before {
	content: "";
	width: 1px;
	height: 30px;
	background: #000;
	border-left: 1px solid #000;
	display: inline-block;
}
.modern-tree-chart-ms-item.ms-mid::before {
	height: 80px;
}
.modern-tree-chart-ms-item strong {
	font-size: 30px;
	line-height: 35px;
	display: block;
	letter-spacing: 1px;
	padding-top: 5px;
}
/*modern tree chart*/

/*modern button*/
.modern-cta-black {
	text-align: center;
	text-transform: uppercase;
}
.modern-cta-black a {
	color: #fff;
	background: #000;
	border: none;
	border-radius: 0;
	text-shadow: none;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 15px 50px;
	min-width: 280px;
}
.modern-cta-black a strong {
	font-size: 18px;
	font-weight: 600;
	display: block;
}
/*modern button*/


/*modern statistics*/
.modern-statistics {
	padding-top: 80px;
	padding-bottom: 80px;
}
.modern-statistics-title {
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 12px;
	padding-bottom: 20px;
}
.modern-statistics .col-md-3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	border-right: 1px solid #ececec;
	padding-top: 20px;
	padding-bottom: 20px;
}
.modern-statistics .col-md-3:last-child {
	border-right: none;
}
.modern-statistics .col-md-3 strong {
	font-size: 55px;
	line-height: 60px;
	font-weight: 600;
	display: block;
}
/*modern statistics*/

/*modern search*/
.modern-search {
	padding-top: 40px;
	padding-bottom: 40px;
}
.modern-search .container {
	padding-bottom: 40px;
}

.modern-search .bootstrap-select.btn-group .dropdown-toggle .filter-option,
.modern-search .elementor-aios-property-type select {
	font-size:12px;
	text-transform:uppercase;
	color:#555;
}
.ss-title {
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
}
	.ss-title span {
		font-size: 38px;
		line-height: 40px;
		display: block;
	}
.modern-search .col-md-2,
.modern-search .col-md-1 {
	color: #999;
	font-size: 11px;
	line-height: 40px;
	text-transform: uppercase;
	border: 1px solid #999;
	margin-top: 15px;
	padding-left: 0;
	padding-right: 0;
}
.modern-search .modern-form-control.form-control {
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	border-bottom: none;
	color: #555;
}
.modern-search .modern-form-control.form-control::placeholder {
	color: #555;
}
.modern-search .modern-form-control.form-control:focus {
	border: none;
}
.modern-search .btn-dark {
	background: #000;
	color: #fff;
	border-radius: 0;
	width: 100%;
	height: 42px;
}
.modern-search .no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.modern-search .modern-search-submit {
	line-height: 1;
	border: none;
}
	.modern-search .modern-search-submit i {
		font-size: 23px;
	}
.modern-search .btn-dark:hover,
.modern-search .btn-dark:focus {
    color: #fff;
}
/*modern search*/

/*map search*/
.modern-search-map {
	min-height: 430px;
	position: relative;
}
	.modern-search-map img {
		display: block;
		width: 100%;
		height: 100%!important;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	.modern-search-map iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
/*map search*/

/*featured properties*/
.modern-featured-properties {
	padding-top: 60px;
	padding-bottom: 40px;
}
	.modern-featured-properties h2 {
		font-size: 45px;
		text-transform: uppercase;
		text-align: center;
		padding-bottom: 40px;
	}
		.modern-featured-properties h2 span {
			font-size: 25px;
			display: block;
		}
	.modern-featured-properties .row {
		margin-left: 4px;
		margin-right: 4px;
		margin-bottom: 0.3%;
	}
	.modern-featured-properties .col-md-4 {
		padding: 4px;
	}
		.modern-featured-properties .col-md-4 a {
			display: block;
			min-height: 420px;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
		}
	.modern-featured-properties p {
		font-size: 18px;
		font-weight: 400;
		color: #fff;
		text-transform: uppercase;
		padding-left: 40px;
		position: absolute;
		bottom: 5%;
		left: 25px;
	}
		.modern-featured-properties p:first-child::before {
			content: "";
			width: 2px;
			height: 90px;
			background: #fff;
			border-left: 2px solid #fff;
			display: block;
			position: absolute;
			top: 0;
			left: 20px;
		}
		.modern-featured-properties p span {
			display: block;
		}
		.modern-featured-properties p strong {
			display: block;
			font-size: 20px;
			font-weight: 600;
			padding-top: 12px;
		}
	.modern-featured-properties .cta-black {
		margin-top: 40px;
	}
/*featured properties*/

/*pie statistics*/
.modern-pie-statistics-wrapper {
	font-size: 12em;
	height: 1em;
	width: 1em;
	float: none;
	margin: 0 auto;
	position: relative;
	clear: both;
}
.modern-pie-statistics-wrapper .label {
	background: none;
	border-radius: 50%;
	bottom: 0.4em;
	color: #000;
	cursor: default;
	display: block;
	font-size: 0.25em;
	font-weight: 400;
	left: 0.4em;
	line-height: 2.8em;
	position: absolute;
	right: 0.4em;
	text-align: center;
	top: 0.4em;
}
.modern-pie-statistics-wrapper .pie {
	height: 100%;
	width: 100%;
	clip: rect(0, 1em, 1em, 0.5em);
	left: 0;
	position: absolute;
	top: 0;
}
.modern-pie-statistics-wrapper .pie .half-circle {
	height: 100%;
	width: 100%;
	border: 0.1em solid #000;
	border-radius: 50%;
	border-color: #000;
	clip: rect(0, 0.5em, 1em, 0);
	left: 0;
	position: absolute;
	top: 0;
}
/* x/100*360 */
.modern-pie-statistics-wrapper.progress-15 .pie .left-side {
	-webkit-transform: rotate(54deg);
	transform: rotate(54deg);
}
.modern-pie-statistics-wrapper.progress-15 .pie .right-side {
	display: none;
}
.modern-pie-statistics-wrapper.progress-50 .pie .left-side {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.modern-pie-statistics-wrapper.progress-50 .pie .right-side {
	display: none;
}
.modern-pie-statistics-wrapper.progress-85 .pie {
	clip: rect(auto, auto, auto, auto);
}
.modern-pie-statistics-wrapper.progress-85 .pie .left-side {
	-webkit-transform: rotate(306deg);
	transform: rotate(306deg);
}
.modern-pie-statistics-wrapper.progress-85 .pie .right-side {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.modern-pie-statistics-wrapper .shadow {
	height: 100%;
	width: 100%;
	border: 0.1em solid #e2e2e2;
	border-radius: 50%;
}

.pie-text {
	background: #000;
	color: #fff;
	padding: 25px 30px 15px;
	margin: 25px auto 40px;
}
.pie-text p {
	font-size: 12px;
	font-weight: 300;
	line-height: 19px;
}
.pie-text p strong {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
/*pie statistics*/

/*lifestyle*/
.modern-lifestyle-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width:1200px;
	margin:auto;
	padding: 0 10px;
}
.modern-lifestyle {
	text-align: center;
	width: 20%;
	cursor:pointer;
}
.modern-lifestyle canvas {
	display: block;
	width: 100%;
	background-position: center;
	background-size: cover;
}
.modern-lifestyle h2 {
	font-size: 45px;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 40px;
	text-align: center;
}
.modern-lifestyle h2 span {
	font-size: 28px;
	display: block;
	padding-top: 5px;
}
.modern-lifestyle p {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}

.modern-lifestyle-yelp-slick {
    font-size: 0;
}

.modern-lifestyle-yelp-item {
    width: 25%;
    display: inline-block;
}

.modern-lifestyle-yelp-item a {
	display: block;
	position: relative;
}
.modern-lifestyle-yelp-item-img {
	position: relative;
}
	.modern-lifestyle-yelp-item canvas {
	    display: block;
	    width: 100%;
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	}
.modern-lifestyle-yelp-item-details {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 14px;
    font-size: 0;
}
	.modern-lifestyle-yelp-item-details-title {
		font-size: 16px;
	    color: #fff;
	    font-weight: 600;
	    text-align: center;
	    margin: 0 0 10px;
	}
		.modern-lifestyle-yelp-item-details-title span {
			color: #fff;
		}
	.modern-lifestyle-yelp-item-details-info {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: end;
	    -ms-flex-align: end;
	    align-items: flex-end;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	}
		.modern-lifestyle-yelp-item-details-info-stars {
		    display: block;
		    position: relative;
		    width: 95px;
		}
			.modern-lifestyle-yelp-item-details-info-stars span {
			    display: block;
			    position: relative;
			}
			.modern-lifestyle-yelp-item-details-info-stars span em.ai-yelp-icon {
			    display: inline-block;
			    vertical-align: middle;
			    width: 100%;
			    height: 17px;
			    background-image: url(../images/yelp-stars-sprite.png);
			    background-repeat: no-repeat;
			    background-position: bottom center;
			    background-size: 100% auto;
			    overflow: hidden;
			}

			.modern-lifestyle-yelp-item-details-info-stars.star1 span em.ai-yelp-icon {
			    background-position: top center;
			}

			.modern-lifestyle-yelp-item-details-info-stars.star2 span em.ai-yelp-icon {
			    background-position: top -17px center;
			}

			.modern-lifestyle-yelp-item-details-info-stars.star3 span em.ai-yelp-icon {
			    background-position: bottom -121px center;
			}

			.modern-lifestyle-yelp-item-details-info-stars.star4 span em.ai-yelp-icon {
			    background-position: bottom -104px center;
			}

			.modern-lifestyle-yelp-item-details-info-stars.star5 span em.ai-yelp-icon {
			    background-position: top -69px center;
			}

			.modern-lifestyle-yelp-item-details-info-stars.star6 span em.ai-yelp-icon {
			    background-position: bottom -69px center;
			}

			.modern-lifestyle-yelp-item-details-info-stars.star7 span em.ai-yelp-icon {
			    background-position: bottom -52px center;
			}

			.modern-lifestyle-yelp-item-details-info-stars.star8 span em.ai-yelp-icon {
			    background-position: bottom -35px center;
			}

			.modern-lifestyle-yelp-item-details-info-stars.star9 span em.ai-yelp-icon {
			    background-position: top -138px center;
			}

			.modern-lifestyle-yelp-item-details-info-stars.star10 span em.ai-yelp-icon {
			    background-position: bottom center;
			}

		.modern-lifestyle-yelp-item-details-info-reviews {
		    text-align: right;
		    display: block;
		}
			.modern-lifestyle-yelp-item-details-info-reviews span {
			    font-size: 11px;
			    line-height: 1;
			    color: #fff;
			}


/*modern lifestyle*/

/*modern contact*/
.modern-contact {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding-top: 80px;
	padding-bottom: 128px;
	color: #fff;
	position: relative;
}
	.modern-contact:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,.6) url(../images/contact-overlay.png) bottom left/auto 100% repeat-x;
	}
.modern-contact h3 {
	font-size: 55px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 66px;
}
	.modern-contact h3 span {
		font-size: 25px;
		display: block;
		padding-bottom: 5px;
	}
	.modern-input-group {
		position: relative;
	}
	.modern-contact .form-control {
		background: none;
		border-top: none;
		border-left: none;
		box-shadow: none;
		border-right: none;
		border-radius: 0;
		border-bottom: 1px solid #fff;
		color: #fff;
		text-transform: uppercase;
		font-size: 13px;
		line-height: 20px;
	}
		.modern-contact .form-control::placeholder {
			color: #fff;
		}
		.modern-contact .form-control:focus {
			border: none;
			border-bottom: 1px solid #999;
			box-shadow: none;
		}
		.modern-contact textarea.form-control {
			height: 127px;
			resize: none;
			margin-top: 20px;
		}

	.modern-contact .modern-input-group-submit {
		position: absolute;
	    bottom: 20px;
	    right: 15px;
		width: 50px;
		height: 50px;
		background: transparent;
		border: none;
		outline: none;
		font-size: 40px;
		color: #fff;
	}

/*modern contact*/

/*title*/
.modern-section-title.elementor-widget-heading .elementor-heading-title {
	font-size: 45px;
	text-transform: uppercase;
	padding-bottom: 40px;
	margin-top: 0;
	color: inherit;
	font-weight: 400;
}
	.modern-section-title.elementor-widget-heading .elementor-heading-title span {
		font-size: 28px;
		display: block;
		padding-top: 5px;
	}
/*title*/

/*input group*/
.modern-input-group {
	width: 100%;
}
.modern-input-group-prepend {
	display: none;
}
.modern-form-control.form-control {
	background: none;
	border-top: none;
	border-left: none;
	box-shadow: none;
	border-right: none;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
}
.modern-form-control.form-control::placeholder {
	color: #fff;
	opacity: 1;
}
.modern-form-control.form-control:focus {
	border: none;
	border-bottom: 1px solid #999;
	box-shadow: none;
}
textarea.modern-form-control.form-control {
	height: 100px;
	margin-top: 20px;
}
/*input group*/

/* featured properties idxb */
  .modern-featured-properties-idxb {
	margin-bottom: -34px;
	position: relative;
	z-index: 2;
  }
  
  .modern-featured-properties-idxb h2 {
	font-size: 45px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 40px;
  }

  .modern-featured-properties-idxb h2 span {
	font-size: 25px;
	display: block;
  }
  
  .modern-featured-properties-idxb .fp-item {
	padding: 34px 0;
  }
  
  .modern-featured-properties-idxb .fp-item a {
	display: block;
	position: relative;
	outline: none !important;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-photo {
	position: relative;
	z-index: 1;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-photo canvas {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-photo::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.37);
	z-index: 2;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-details {
	position: absolute;
	bottom: 18px;
	left: 0;
	width: 100%;
	z-index: 2;
	font: normal 400 20px/1 'Muli', sans-serif;
	color: #fff;
	padding: 0 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 23px 0;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-details>* {
	display: inline-block;
	vertical-align: middle;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-price {
	letter-spacing: 1.6px;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-address {
	font-size: 15px;
	letter-spacing: 1.3px;
	line-height: 17px;
  
  
	  text-transform: uppercase;
	  width: 100%;
	  max-width: 240px;
	  text-align: left;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 119%;
	z-index: 3;
	opacity: 0;
	-webkit-transform: scale(0.5) translateZ(0);
	transform: scale(0.5) translateZ(0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
  }
  
  .modern-featured-properties-idxb .fp-item a:hover .fp-hover {
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	opacity: 1;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-hover-wrap {
	position: relative;
	width: 100%;
	height: 100%;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-hover-img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-hover-img::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.37);
	z-index: 2;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-hover-img canvas {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-hover-content {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 25px);
	overflow: hidden;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-hover-content::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	border: 1px solid #fff;
	border-bottom: none;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-hover-content img {
	display: block;
	  width: 50.03%;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: all .5s ease .3s;
	transition: all .5s ease .3s;
  }
  
  .modern-featured-properties-idxb .fp-item a:hover .fp-hover-content img {
	opacity: .23;
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  
  .modern-featured-properties-idxb .fp-item .fp-hover-price {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-hover-price span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font: normal 400 20px/1 'Muli', sans-serif;
	color: #fff;
	padding: 0 15px;
	letter-spacing: 1.3px;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-hover-price span::before,
  .modern-featured-properties-idxb .fp-item .fp-hover-price span::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - .5px);
	width: 100vw;
	height: 1px;
	background-color: #fff;
	opacity: 1;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-hover-price span::before {
	left: 100%;
  }
  
  .modern-featured-properties-idxb .fp-item .fp-hover-price span::after {
	right: 100%;
  }
/* end featured properties idxb */

@media only screen and (max-width: 1366px) {
	/* featured properties idxb */
	.modern-featured-properties-idxb .fp-item .fp-details {
		font-size: 16px;
	}

	.modern-featured-properties-idxb .fp-item .fp-address {
		font-size: 13px;
		letter-spacing: 0.3px;
	}
	/* end featured properties idxb */
}

@media only screen and (max-width: 1199px) {
	/*modern search*/
	.modern-search .row {
		margin: 0;
	}
	/*modern search*/

	/* featured properties idxb */
	  .modern-featured-properties-idxb .fp-item .fp-details {
		font-size: 15px;
		padding: 0 9px 0 15px;
	  }
	
	  .modern-featured-properties-idxb .fp-item .fp-price {
		letter-spacing: 0;
	  }
	
	  .modern-featured-properties-idxb .fp-item .fp-address {
		font-size: 11px;
		letter-spacing: 0;
	  }

	  .modern-featured-properties-idxb .fp-item .fp-address {
		max-width: 150px;
	  }
	/* end featured properties idxb */
}

@media only screen and (max-width: 991px) {
	/*modern tree chart*/
	.modern-tree-chart-market-stats {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.modern-tree-chart-ms-item.ms-mid::before {
	    height: 30px;
	}
	/*modern tree chart*/

	/*modern button*/
	.modern-cta-black a {
		padding-left: 30px;
		padding-right: 30px;
	}
	/*modern button*/

	/*modern statistics*/
	.modern-statistics .row {
		margin: 0;
	}
	.modern-statistics-title {
		letter-spacing: 6px;
	}
	/*modern statistics*/

	/*modern lifestyle*/
	.modern-lifestyle-wrap {
		display: block;
	}
	.modern-lifestyle {
		text-align: center;
		width: 100%;
		max-width: 360px;
		padding: 0 20px;
		margin: 0 auto;
	}
	/*modern lifestyle*/

	/*modern contact*/
	.modern-contact .form-control {
	    margin-top: 15px;
	}
	/*modern contact*/

	/* featured properties idxb */
	  .modern-featured-properties-idxb .fp-item .fp-details {
		font-size: 20px;
	  }
	
	  .modern-featured-properties-idxb .fp-item .fp-address {
		font-size: 13px;
	  }
	/* end featured properties idxb */

}

@media only screen and (max-width: 767px) {
	/* featured properties idxb */
	  .modern-featured-properties-idxb {
		margin: 0 auto 50px;
	  }
	
	  .modern-featured-properties-idxb .fp-slider {
		margin: 0 auto;
		max-width: 480px;
	  }
	/* end featured properties idxb */
}

@media only screen and (max-width: 480px) {
	/* featured properties idxb */
	.modern-featured-properties-idxb .fp-details {
		padding: 15px;
		bottom: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.modern-featured-properties-idxb .fp-item .fp-address{
		text-align: center;
	}
	/* end featured properties idxb */
}

/* Map Style */
#elementor-function-map{
	position: relative;
    min-height: 420px;
    overflow: hidden;
    margin-bottom: 80px;
}

/* QUICK SEARCH */
.elementor-aios-qs .btn-group button{
	height: 37px;
	border: none;
	outline: none;
	background-color: transparent;
	border-radius: 0;
}

.elementor-aios-property-type select{
	width: 100%;
	height: 40px;
	border: none;
}
