/* ------------------------------------------------------------------------ */
/* Properties Grid Widget
/* ------------------------------------------------------------------------ */
.agenthub-grid.property-item {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
}

.agenthub-grid.property-item .property-item-header a {
	display: block;
}
.agenthub-grid.property-item .property-item-header img {
	max-width: 100%;
	height: auto;
	border-radius: 3px 3px 0 0;
}

.agenthub-grid.property-item .property-item-content .property-street {
    padding: 15px 15px 0 15px;
    margin: 0;
}
.agenthub-grid.property-item .property-item-content .property-location {
	padding: 0 15px 15px;
	font-size: 14px;
}
.agenthub-grid.property-item .property-item-content .property-details {
    background-color: #f7f7f7;
    list-style: none;
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 18px 30px 18px 0;
}
.agenthub-grid.property-item .property-item-content .property-details li {
    width: auto;
    box-sizing: border-box;
    margin: 0;
    color: #868686;
    margin: 3px 0 3px 10px;
    display: inline-block;
    line-height: 26px;
}
.agenthub-grid.property-item .property-item-content .property-details li i {
    margin-right: 3px;
}
.agenthub-grid.property-item .property-footer {
	padding: 10px 15px;
}

.col-sm-6 .agenthub-grid.property-item .property-item-header a {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.col-sm-4 .agenthub-grid.property-item .property-item-header a {
    position: relative;
    overflow: hidden;
    height: 150px;
}

.no-results .btn {
	margin-top: 20px;
}

/* ------------------------------------------------------------------------ */
/* Properties Carousel Widget
/* ------------------------------------------------------------------------ */
.agenthub-carousel {
    overflow: hidden;
    position: relative;
}
.agenthub-carousel .agenthub-grid.property-item {
    margin-bottom: 0;
}
.agenthub-carousel .owl-dots {
    display: none;
}
.agenthub-carousel .owl-controls {
    text-align: center;
}
.agenthub-carousel .owl-controls i {
    font-size: 24px;
    display: block;
}
.agenthub-carousel .owl-controls span {
    text-transform: uppercase;
    font-size: 12px;
    display: none;
}
.agenthub-carousel .owl-nav.owl-controls button.owl-prev,
.agenthub-carousel .owl-nav.owl-controls button.owl-next {
    background: #f3f3f3;
    color: #9a9a9a;
    padding: 10px;
    border-radius: 45px;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 10px;
    box-sizing: border-box;
	outline: none !important;
}
.agenthub-carousel .owl-nav.owl-controls button.owl-prev:hover,
.agenthub-carousel .owl-nav.owl-controls button.owl-next:hover {
	background: #274abb;
	color: #fff;
}
.agenthub-carousel .owl-controls .owl-prev {
    /*float: left;*/
}
.agenthub-carousel .owl-controls .owl-next {
    /*float: right;*/
}


/* ------------------------------------------------------------------------ */
/* Locations Slider Widget
/* ------------------------------------------------------------------------ */
.locations-slider * {
}
.locations-slider .slider:not(.slick-initialized) {
	display: none;
}

.locations-slider .slick-prev, .locations-slider .slick-next {
	top: 44%;
}
.locations-slider .slick-prev:before, .locations-slider .slick-next:before {
	color: #274abb;
}

/* Navigation Row */
.locations-slider .slider-nav {
    margin-bottom: 20px;
}

.locations-slider .slider-nav .slick-slide {
    padding-top: 2px;
    outline: none !important;
}
.locations-slider .slider-nav img {
    border: 3px solid rgba(255, 255, 255, 0);
	border-radius: 6px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.locations-slider .slider-nav img:hover {
    cursor: pointer;
}
.locations-slider .slider-nav .slick-center img {
    border-color: #274abb;
}
.locations-slider .slider-nav h5 {
    margin-top: 10px;
}

/* Content Slider */
.locations-slider .slider-panel h2 {
    font-size: 28px;
	margin-top: 0;
    margin-bottom: 10px;
}
.locations-slider .slider-panel h4 {
    margin-top: 0;
}
.locations-slider .slider-panel .listing-count {
    text-align: center;
    padding: 25px 10px;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    border: 2px solid #274abb;
	border-radius: 6px;
}
.locations-slider .slider-panel .listing-count .listing-count-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .2em;
	color: #444;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
}
.locations-slider .slider-panel .listing-count .listing-count-total {
    font-size: 46px;
    line-height: 45px;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.locations-slider .location-content img {
    width: 100%;
    height: auto;
	border-radius: 6px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}
.locations-slider .slider-panel .slick-slide {
    outline: none !important;
}

.locations-slider .slider-panel .panel-btn {
	margin-top: 20px;
}
.locations-slider .slider-panel .panel-btn .btn {
    font-size: 14px;
	font-weight: bold;
}

/* ------------------------------------------------------------------------ */
/* Locations Grid Widget
/* ------------------------------------------------------------------------ */
.locations-grid .grid-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 6px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}
.locations-grid .grid-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.locations-grid .grid-item:hover img {
    transform: scale(1.055);
}
.locations-grid .grid-item .item-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.locations-grid .grid-item h4 {
    position: absolute;
    margin: 0;
    bottom: 30px;
    left: 30px;
    color: #fff;
    font-size: 24px;
    z-index: 2;
}
.locations-grid .grid-item h4 a {
    color: #fff;
	font-size: 24px;
	text-transform: none;
}

/* ------------------------------------------------------------------------ */
/* Locations List
/* ------------------------------------------------------------------------ */
.locations-list .list-item {
	display: table;
	width: 100%;
    margin-bottom: 20px;
	border-right: 3px solid #274abb;
	border-radius: 6px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.locations-list .list-item:hover {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

.locations-list .list-item .list-thumb {
	display: table-cell;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.locations-list .list-item:hover .list-thumb {
	transform: scale(1.055);
}
.locations-list .list-item .list-thumb > a {
	display: block;
    width: 100%;
    height: 100%;
}

.locations-list .list-item .list-content {
	display: table-cell;
    width: 70%;
	vertical-align: middle;
	padding: 15px 30px;
}
.locations-list .list-item .list-content h3 {
	margin-top: 0;
}

/* ------------------------------------------------------------------------ */
/* Properties Map
/* ------------------------------------------------------------------------ */
#properties-map {
	width: 100%;
	height: 600px;
}

/* fixes potential theme css conflict */
#properties-map img {
   max-width: inherit !important;
}

#properties-map .leaflet-marker-pane .leaflet-marker-icon {
	border: 3px solid rgba(39, 74, 187, 0.85);
    border-radius: 50%;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 1);
}

/* Popup */
#properties-map .leaflet-popup {
	margin-left: 18px;
}
#properties-map .leaflet-popup-tip {
    background: #000;
}
#properties-map .leaflet-popup-content-wrapper {
	padding: 0;
	border-radius: 6px;
}
#properties-map .leaflet-popup-content {
	margin: 0;
}

#properties-map .agenthub-box-maps {
    width: 320px;
    height: 300px;
	border-radius: 6px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
#properties-map .agenthub-box-maps .img-container {
	display: block;
	position: relative;
	width: calc(100% + 1px);
	height: 100%;
	overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	border-radius: 6px;
}
#properties-map .agenthub-box-maps .img-container .property-details {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.70);
	bottom: 0;
	left: 0;
	width: 100%;
	transform: translateY(calc(100% - 52px));
	color: #fff;
    padding: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#properties-map .agenthub-box-maps .img-container:hover .property-details {
	transform: translateY(0);
}
#properties-map .agenthub-box-maps .img-container .property-details .property-name {
	font-size: 16px;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	padding-bottom: 15px;
	margin-bottom: 10px;
}

#properties-map .leaflet-popup-content p {
	margin: 0 0 10px 0;
}
#properties-map .leaflet-popup-content .btn {
	font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* ------------------------------------------------------------------------ */
/* Modern Listings Grid
/* ------------------------------------------------------------------------ */
.elementor-widget-agenthub-modern-grid .agenthub-showcase-property {
    margin-bottom: 30px;
	width: auto !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* ------------------------------------------------------------------------ */
/* Elementor Tabs
/* ------------------------------------------------------------------------ */
.elementor-tabs .elementor-tab-title.elementor-active {
	border-radius: 6px 6px 0 0;
}
.elementor-widget-tabs .elementor-tab-content {
	border-radius: 0 0 6px 6px;
}

/* ------------------------------------------------------------------------ */
/* Media Queries
/* ------------------------------------------------------------------------ */
@media (min-width: 1200px) {
	/* Modern Listings Grid
	/* ------------------------------------------------------------------------ */
	.elementor-widget-agenthub-modern-grid .large-box .agenthub-showcase-property a {
		min-height: 340px;
	}
}
@media (max-width: 1199px) {
	/* Locations Slider Widget
	/* ------------------------------------------------------------------------ */
	.locations-slider .slick-prev, .locations-slider .slick-next {
		z-index: 999;
	}
	.locations-slider .slick-prev {
		left: 5px;
	}
	
	.locations-slider .slick-next {
		right: 5px;
	}
	
	/* Listings Grid
	/* ------------------------------------------------------------------------ */
	.col-sm-6 .agenthub-grid.property-item .property-item-header a {
		height: 200px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	/* Modern Listings Grid
	/* ------------------------------------------------------------------------ */
	.elementor-widget-agenthub-modern-grid .large-box .agenthub-showcase-property a {
		min-height: 300px;
	}
}
@media (min-width: 992px) {
	/* Modern Listings Grid
	/* ------------------------------------------------------------------------ */
	.elementor-widget-agenthub-modern-grid .small-box .agenthub-showcase-property {
		margin-bottom: 0;
	}
	.elementor-widget-agenthub-modern-grid .small-box .agenthub-showcase-property .agenthub-address h4 {
		font-size: 16px;
	}
	.elementor-widget-agenthub-modern-grid .small-box .agenthub-showcase-property .agenthub-city {
		font-size: 12px;
	}
	
	.elementor-widget-agenthub-modern-grid .small-box .agenthub-showcase-property .agenthub-details li.baths {
		display: none;
	}
	
	/* Listings Grid
	/* ------------------------------------------------------------------------ */
	.col-sm-4 .agenthub-grid.property-item .property-item-header a {
		height: 150px;
	}
}
@media (max-width: 991px) {
	/* Locations Slider Widget
	/* ------------------------------------------------------------------------ */
	.locations-slider .location-details {
		margin-top: 30px;
	}
	
	/* Properties Map
	/* ------------------------------------------------------------------------ */
	#properties-map {
		height: 400px;
	}
}