/*-----PROPERTY SEARCH FORM------------------------------------------------------------------------*/

.epl-search-forms-wrapper {
	background: #E9E9E9;
    text-align: center;
    padding: 50px 10px 45px;
}

.epl-search-form {
    width: 100%;
    max-width: 1294px;
	position: relative;
	height: 130px;
}

.epl-search-form .epl-search-label {
    display: none;
}

.epl-search-form .in-field {
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Arial", Sans-serif;
    height: 49px;
    border: 1px #000 solid;
    padding: 6px 12px;
    outline: none !important;
}

.epl-property_bedrooms_max {
	display: none !important;
}

.epl-search-wide .epl-search-row-select {
    width: 25%;
    padding: 8px 7px;
}
.epl-search-wide .epl-search-row-text {
    width: 25%;
    padding: 8px 7px;
	float: right;
}
.epl-search-wide .epl-search-row-text ::placeholder {
	color: #000 !important;
}
.epl-search-form .epl-search-row-text .field:after {
	display: none;
}

.epl-property_bathrooms {
    position: absolute;
    left: 50%;
    top: 50%;
}

.epl-property_price_to {
    position: absolute;
    top: 50%;
    left: 25%;
}

.epl-property_bedrooms_min {
    position: absolute;
    top: 50%;
    left: 50%;
}

.epl-property_price_from {
    position: absolute;
    left: 0;
    top: 50%;
}

.epl-search-wide .epl-search-submit-row {
    padding: 0 7px;
}

.epl-search-wide .epl-search-submit-row input,
.epl-search-slim .epl-search-submit-row input {
border: 1px solid #000;
    border-radius: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    background-color: #fff;
    height: 114px;
    padding-left: 44px;
    padding-right: 44px;
    text-wrap: auto;
    background-image: url(https://mamaison.es/wp-content/uploads/2025/02/Icon-awesome-search.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: calc(50% - 87px) center;
    font-family: "Arial", Sans-serif;
    line-height: 1.3em;
}
.epl-search-slim .epl-search-submit-row input {font-size: 15px;height: 39px;font-weight: bold;background-size: 17px;background-position: calc(50% - 65px) center;}
.epl-search-wide .epl-search-submit-row input:hover,
.epl-search-slim .epl-search-submit-row input:hover {
	background-image: url(https://mamaison.es/wp-content/uploads/2025/02/search-white.svg);
}

.epl-search-wide .epl-search-submit-row input:hover,
.epl-search-wide .epl-search-submit-row input:focus,
.epl-search-slim .epl-search-submit-row input:hover,
.epl-search-slim .epl-search-submit-row input:focus{
	color: #fff;
	background-color: #000;
}

.epl-search-form .field {
	position: relative;
}

/* .sort_opt .epl-switching-sorting-wrap:after, */
.epl-search-form .field:after {
	content: "\f078";
	color: #000;
	position: absolute;
	top: 15px;
	font-size: 13px;
	right: 13px;
	height: 0;
	overflow: visible;
	pointer-events: none;
	z-index: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.sort_opt .epl-switching-sorting-wrap:after {
    top: 12px;
    right: 10px;
}

.epl-search-form .field select {
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.epl-search-form .epl-search-submit-row {
	position: relative;
}

.epl-search-form .epl-search-submit-row:hover:after,
.epl-search-form .epl-search-submit-row:focus:after  {
	color: #fff;
}
.single_property {
    max-width: calc(100% - 60px);
    margin: auto;
    width: 1550px;
    font-family: "Arial", Sans-serif;
    color: #000;
}
.img_carousel {
position: relative;
}
.photo_count {
    position: absolute;
    background: rgb(255 255 255 / 60%);
    bottom: 40px;
    right: 40px;
    color: #000;
    font-family: "Arial", Sans-serif;
    font-size: 20px;
    display: flex;
    gap: 10px;
    padding: 4px 16px;
}
.photo_count img {
    width: 26px;
}
.epl-search-forms-wrapper.epl-search-slim {
background: transparent;
    padding: 0;
}
.epl-search-slim .epl-search-row-full,
.epl-search-slim .epl-search-row-half {
    width: 100%;
    position: relative;
    left: unset;
    top: unset;
    margin-bottom: 13px;
}
.epl-search-slim .epl-search-form {
    height: auto;
	text-align: left;
}
.epl-search-slim .epl-search-submit-row {
    width: 100%;
    margin-right: 0;
    margin-top: 00;
}
.epl-search-slim .epl-search-form .in-field {
    font-size: 13px;
    height: 39px;
    padding: 11px 10px;
}
.epl-search-slim .epl-search-form .field:after {
    top: 11px;
    right: 10px;
}

/*-----END PROPERTY SEARCH FORM--------------------------------------------------------------------*/
/*-----PROPERTY RESULTS----------------------------------------------------------------------------*/

.epl-loop-tools-wrap {
	display: none;
}
.epl-loop-tools-wrap.sort_opt {
	display: block;
    margin: 0;
}
.epl-loop-tools-wrap.sort_opt .epl-tool-switch {
		display: none;
}
.epl-loop-tools-wrap.sort_opt select {
border-color: #000;
border-radius: 0;
text-transform: uppercase;
font-family: "Arial", Sans-serif;
outline: none;
font-size: 13px;
height: 39px;
padding: 11px 10px;
-moz-appearance: none;
-webkit-appearance: none;
cursor: pointer;
}

.sort_opt .epl-properties-sorting {
    padding: 0;
width: 100%;
}

.epl-property-blog .property-box .image-bg {
	background-image: url(https://andaravillas.es/wp-content/uploads/2021/10/placeholder-image.png);
	height: clamp(200px,24vw,24vw);
	background-size: cover;
	background-position: center;
	transition: 1s all;
	transition-delay: 0.15s;
}

.image-bg-img {
    display: none !important;
}

.epl-property-blog.epl-listing-grid-view {
	width: 50%;
}

.epl-property-blog.epl-listing-grid-view .img_link {
    position: relative;
    display: block;
}

.prop_info {
    background-color: #fff;
    width: 100%;
    padding: 25px 20px 10px 20px;
    z-index: 9999;
    position: relative;
    /* font-weight: bold; */
}

.page-id-423 .prop_info {
	display: flex;
	align-items: center;
}

.prop_info h3,
.prop_info .price span {
    color: #000!important;
    font-family: "Arial", Sans-serif;
}

.prop_info .price span.original_price,
.property-header .price span.original_price {
text-decoration: line-through;
}
.prop_info .price.has_new_price .page-price,
.property-header .price.has_new_price .page-price {
	color: #FF0000 !important;
}

.prop_info h3 {
    margin: 0 !important;
    font-size: 24px !important;
    font-weight: bold;
}

.prop_info .price {
	font-size: 24px;
	font-weight: bold;
    text-align: right;
}

.prop_info .price.has_new_price .original_price,
.property-header  .price.has_new_price .original_price {
font-weight: 400;
}
.property-header  .price.has_new_price .original_price {
    margin-left: 15px;
}

.epl-property-blog .property-box {
	padding: 0;
	display: block;
}

.epl-listing-grid-view .epl-property-blog-entry-wrapper {
    box-shadow: 0px 3px 6px #00000029;
    margin: 12px 22px 34px;
}

.epl-property-blog.epl-listing-grid-view .img_link:hover .image-bg,
.epl-property-blog.epl-listing-grid-view .img_link:focus .image-bg,
.property-box:hover .image-bg,
.property-box:focus .image-bg {
	transform: scale(1.1);
}

body.post-type-archive-property .loop-content {
    padding: 0;
}

body.post-type-archive-property .loop.pad {
	margin-bottom: 80px;
}

.epl-pagination {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
}

.epl-pagination .pages {
    display: none;
}

.epl-pagination a:hover,
.epl-pagination span.current {
    background: #08513d;
    color: #fff !important;
}
        
.epl-pagination a,
.epl-pagination span,
.epl-pagination .last {
	border-color: #08513d;
}

.epl-pagination span:nth-child(2),
.epl-pagination a.first,
.epl-pagination a.previouspostslink {
	border-left: 1px solid #08513d;
}

.epl-pagination a.first {
	border-right: none;
}

.epl-pagination a {
    color: #000;
}

body.archive.tax-location h1,
body.archive.tax-location .intro_text {
	text-align: center;
	padding: 0 20px;
	color: #707070;
	max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

body.archive.tax-location h1 {text-transform: uppercase;font-family: "Montserrat", Sans-serif;
margin-top: 0;font-size: 2em;}

body.archive.tax-location .intro_text {font-family: "Montserrat", Sans-serif;}

.title_n_intro {
margin-top: -25px;
margin-bottom: 43px;
}
.property-box {
position: relative;
}
.property-box .overlay {
    position: absolute;
    top: 0;
    background: rgb(0 0 0 / 50%);
    left: 0;
    width: 100%;
    height: 100%;
    padding: 27px 52px;
    color: #fff;
	transition: 0.5s all;
	opacity: 0;
}
.property-box:hover .overlay {
	opacity: 1;
}

.property-box .prop_info {
transition: 0.5s all;
}
.property-box:hover .prop_info {/* opacity: 0; */}
.property-box .overlay svg {
}
.property-box .overlay .prop_title {font-size: 30px;text-transform: uppercase;font-family: 'Montserrat', sans-serif;font-weight: 400;margin-top: 15px;}
.property-box .overlay .price {font-size: 28px;font-family: 'Montserrat', sans-serif;font-weight: 400;margin-top: 19px;}
.property-box .overlay .prop_icons {
    font-size: 17px;
    margin-top: 26px;
}
.property-box .overlay .prop_icons img {
    width: auto;
    height: 24px;
    margin-right: 11px;
}
.property-box .overlay .prop_icons img.land_icon {
filter: brightness(0) invert(1);
}
.property-box .overlay .prop_desc {font-size: 18px;margin-top: 47px;letter-spacing: 0.5px;margin-bottom: 5px;}

.property-box .overlay .prop_btns {
position: absolute;
    bottom: 50px;
    left: 50px;
}
.property-box .overlay .more_info_btn {
	color: #fff;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.5px;
	font-weight: 300;
	padding: 13px 30px 15px;
	text-align: center;
	display: inline-block;
	transition: 0.3s all;
}
.property-box .overlay .more_info_btn:hover {
    transform: scale(1.1);
}
.prop_btns .more_info_btn:nth-child(2) {
	margin-left: 25px;
}
body:not(.page-id-14078) .prop_btns .more_info_btn:nth-child(2) {
display: none;
}
.prop_info .prop_info_title_n_ref {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}
.prop_info .prop_loc {
font-size: 20px;
}
.feat_props {
    display: flex;
    flex-direction: row;
    gap: 38px;
    margin-top: 17px;
    position: relative;
}
.feat_props .epl-property-blog.epl-listing-grid-view {
flex: 0 0 calc(25% - 28px);
margin-right: 0;
}
.feat_props .epl-listing-grid-view .epl-property-blog-entry-wrapper {
    margin: 0;
}
.feat_props .epl-property-blog .property-box .image-bg {
    height: clamp(150px, 17vw, 350px);
}
.feat_props .prop_info h3 {
    font-size: 18px !important;
}
.feat_props .prop_info .prop_loc {
    font-size: 15px;
}
.feat_props .prop_info .price {
    font-size: 18px;
    display: flex;
    flex-direction: column;
}
.feat_props .prop_icons li span.txt {
display: none;
}
.feat_props .prop_icons li.prop_plot {
display: none;
}
.prop_icons li.built_area span.short_data {
    display: none;
}
.feat_props .prop_icons li.built_area span.short_data {
    display: inline-block;
}
.feat_props .prop_icons li.built_area span.full_data {
    display: none;
}
.feat_props .prop_icons li {display: flex;margin-right: 0;font-size: 12px;letter-spacing: 0;}
.feat_props .prop_ref {
    font-size: 10px;
    margin-bottom: 5px;
}
.feat_props .prop_info .prop_info_title_n_ref {
    align-items: normal;
    min-height: 46px;
    gap: 15px;
}
.feat_props .prop_icons .prop_icon {
    margin-right: 7px;
    width: 18px !important;
}
.feat_props .prop_icons {
    display: flex;
    gap: 1px 13px;
    margin-top: 8px;
    margin-bottom: 13px;
    flex-wrap: wrap;
}
.feat_props .prop_info .price.has_new_price .original_price {
    font-size: 15px;
}
.featured_single .image-bg,
.featured_single .prop_icons,
.featured_single .prop_ref {
	display: none !important;
}
.featured_single .epl-property-blog-entry-wrapper {
    background: hsl(0deg 0% 100% / 32%);
    box-shadow: none;
    font-family: "Arial", Sans-serif;
}
.featured_single .prop_info {
    background-color: transparent;
    padding-bottom: 28px;
}
.featured_single .prop_info .price {
    text-align: left;
}
.featured_single .prop_info h3 {
    font-size: 38px !important;
}
.featured_single .epl-property-blog.epl-listing-grid-view {
    width: 100%;
}
.featured_single .cta_btn {background: #5E5D5D;color: #fff;align-items: center;text-transform: uppercase;font-size: 18px;margin-top: 60px;padding: 10px 17px 7px;display: inline-flex;gap: 14px;transition: 0.3s all;}
.featured_single .cta_btn:hover {
	background: #000;
}
.featured_single .cta_btn i {font-size: 16px;}

.featured_single .epl-shortcode-results-message {
	display: none;
}

select#property_tax_feature option {
display: none;
}
select#property_tax_feature option[value=''],
select#property_tax_feature option[value='15'],
select#property_tax_feature option[value='16'] {
display: block;
}
/*-----END PROPERTY RESULTS------------------------------------------------------------------------*/
/*-----PROPERTY DETAILS----------------------------------------------------------------------------*/

.prop_top_bar {
	max-width: 1500px;
	margin: 30px auto;
}

.one_page_back_btn {
	display: flex;
	gap: 10px;
	font: 500 15px/1em 'Montserrat', sans-serif;
	color: #707070;
	transition: all .3s ease;
}

.one_page_back_btn:hover,
.one_page_back_btn:focus {
	color: red !important;
}

li.epl-tax-feature.reserved,
li.epl-tax-feature.sold {
	display: none !important;
}

.property_contact_btn {
	display: none;
	min-width: 180px !important;
	margin: 30px 0 90px;
	padding: 15px 30px;
	border: 1px solid var(--e-global-color-text);
    text-align: center;
    font: 500 16px/1em 'Montserrat', sans-serif;
}

.property_contact_btn a {
	color: var(--e-global-color-text);
}

.prop_carousel .prop_carousel_item {
	height: 830px;
	background-size: cover;
	background-position: center;
	border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}

.prop_carousel .prop_carousel_item img {
	display: none;
}

.prop_carousel .slick-prev { left: 0; }
.prop_carousel .slick-next { right: 0; }
.prop_featured .slick-prev { left: 40px; }
.prop_featured .slick-next { right: 40px; }

.prop_carousel .slick-prev,
.prop_carousel .slick-next {
    /* background: linear-gradient(transparent, rgba(70, 70, 70, 0.7)); */
    width: 7vmin;
    height: 100%;
    border-radius: 0;
}

.slick-prev.slick-arrow::before,
.slick-next.slick-arrow::before {
	color: white !important;
	transition: all .2s;
}

.prop_carousel .slick-prev:hover,
.prop_carousel .slick-prev:focus,
.prop_carousel .slick-next:hover,
.prop_carousel .slick-next:focus {

}

.prop_carousel .slick-prev,
.prop_carousel .slick-next,
.prop_featured .slick-prev,
.prop_featured .slick-next {
	z-index: 99;
}

.prop_carousel {
    overflow-x: hidden;
    width: 100%;
}

.prop_carousel .slick-list {
	margin: 0 -5px;
}

.prop_det_cont {
	max-width: 1500px;
    margin: 0px auto;
}

.prop_det_cont .main_details,
.prop_det_cont .prop_sidebar {
    float: left;
}

.prop_det_cont .main_details {
	width: 53%;
    margin-right: 17%;
}

.prop_det_cont .prop_sidebar {
    width: 30%;
    background: #E9E9E9;
    padding: 26px 34px;
}

.prop_det {
    width: 100%;
    float: left;
    margin: 120px 0 120px;
}

.epl-tab-title-property-features,
.epl-property-features .property-category,
.epl-property-features .bedrooms,
.epl-property-features .bathrooms,
.epl-property-features .land-size,
.epl-property-features .building-size {
	display: none;
}

.epl-property-features {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    columns: 1;
}

.epl-property-features li {
	display: block;
    color: #707070;
    margin: 6px 0px;
    position: relative;
    padding-left: 27px;
    font-size: 15px;
}

.epl-property-features li:before {
    content: '';
    background-image: url(https://mamaison.es/wp-content/uploads/2021/10/triangle-2.png);
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: 0;
	transition: 0.4s all;
}

.features_heading {
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.epl-property-single ul.epl-property-features {
    margin-left: 22px;
    margin-top: 14px;
}

.epl-property-features.feature_links {
    padding-left: 0;
    border-top: 1px solid #707070;
    padding-top: 17px;
    margin-top: 19px !important;
}

.epl-property-features li a {
	color: #707070;
	transition: 0.6s all;
}

.epl-property-features li a:hover,
.epl-property-features li a:focus {
	color: #000;
}

.epl-property-features li:hover:before,
.epl-property-features li:focus:before {
	transform: scale(1.3);
}

.single-property .fancybox-is-open .fancybox-bg {
    opacity: .7;
}

.prop_desc {
	font-family: 'Montserrat', sans-serif;
}

.title_n_price {
	float: left;
    width: 100%;
}

.title_n_price h1.entry-title {
	width: 66.666%;
	float: left;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 33px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #3B3A3A;
}

.title_n_price .page-price {
    width: 33.333%;
    float: left;
    display: inline-block;
    color: #3B3A3A;
    font-size: 33px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
	line-height: 1.2em;
	text-align: right;
}

.prop_icons {
	float: left;
	width: 100%;
	margin: 5px 0 20px;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.5px;
	font-size: 15px;
}
.prop_icons a {
	color: #333;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: 0.3s all;
	text-underline-offset: 3px;
}
.prop_icons a:hover {
	text-decoration-color:  #333;
}

.prop_icons li {display: inline-block;margin-right: 20px;line-height: 28px;font-family: "Arial", Sans-serif;font-size: 15px;margin-bottom: 5px;
    letter-spacing: 0;
}

.prop_icons .prop_icon {
	float: left;
	margin-right: 8px;
	width: 22px !important;
} 

.prop_carousel .slick-prev:before,
.prop_carousel .slick-next:before,
.prop_featured .slick-prev:before,
.prop_featured .slick-next:before  {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 28px;
    opacity: 0.85;
}

.prop_carousel .slick-prev:before,
.prop_featured .slick-prev:before {
	content: "\f137";
}

.prop_carousel .slick-next:before,
.prop_featured .slick-next:before  {
	content: "\f138";
}

.video_container_outer {
	margin: 0px auto 0;
    max-width: 1140px;
    padding: 0 20px;
	opacity: 0;
	transition: 0.8s all;
	overflow: hidden;
	height: 0;
}

.video_container_inner {
    max-width: 155vh;
	margin: auto;
}

.video_btn_cont {
    text-align: center;
    position: relative;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.video_btn {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.5px;
    cursor: pointer;
    opacity: 1;
    transition: 0.6s all;
    background: rgb(255 255 255 / 60%);
    padding-right: 13px;
    font-family: "Arial", Sans-serif;
    padding: 4px 13px 4px 0;
}

.video_showing .video_btn {
	opacity: 0;
}

.video_btn i {
    font-size: 16px;
    padding: 7px 12px 0 16px;
    text-align: center;
    transition: 0.2s all;
    display: inline-block;
    float: left;
}

.video_btn:hover i,
.video_btn:focus i {
	transform: scale(1.1);
}

.epl-featured-image a {
    cursor: default;
	pointer-events: none;
}

.video_showing .video_container_outer {
    opacity: 1;
    height: auto;
    padding-top: 75px;
    margin-bottom: 85px;
}
.img_carousel .slick-dots {
    bottom: 20px;
}
.img_carousel .slick-dots li button:before {
    font-size: 10px;
}
.img_carousel .slick-dots li button:before {
    opacity: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.img_carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
.img_carousel .slick-dots li button:hover,
.img_carousel .slick-dots li button:focus {
background: transparent;
}
.img_carousel .slick-dots li {
    margin: 0 1px;
}

.hp_featured .epl-loop-tools-wrap {
    display: block;
    width: 100%;
    position: absolute;
    top: -74px;
    right: -7px;
}
.hp_featured #epl-sort-listings-1 {
    display: block;
    cursor: pointer;
    font-family: Arial, sans-serif;
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px 8px;
    text-transform: uppercase;
    font-size: 13px;
    appearance: none;
    outline: none !important;
}
.hp_featured .epl-switch-view {
	display: none;
}

.hp_featured .epl-properties-sorting:after {
	content: "\f078";
	color: #000;
	position: absolute;
	top: 13px;
	font-size: 13px;
	right: 13px;
	height: 0;
	overflow: visible;
	pointer-events: none;
	z-index: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    visibility: visible;
}

@media screen and (min-width: 768px) {
	
	.related_properties .elementor-post__text {
		padding: 0 clamp(20px, 10%, 30px) !important;
	}
	
	.related_properties .elementor-post__text h4 {
		font-size: calc(16px + (21 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
	}
	
}

/*-----END PROPERTY DETAILS------------------------------------------------------------------------*/
/*-----PROPERTY SLIDER-----------------------------------------------------------------------------*/

.prop_slider_itm.epl-property-blog.epl-listing-grid-view {
    width: 100%;
}

.prop_slider_itm.epl-listing-grid-view .epl-property-blog-entry-wrapper {
    margin: 0;
}

.prop_slider_itm.epl-property-blog .property-box .image-bg {
    height: 900px;
    max-height: 80vh;
}

.prop_slider_itm .prop_info {
    top: 80px;
    bottom: auto;
    text-align: center;
    background: none;
    padding: 0;
}

.prop_slider_itm .prop_info h3 {
    width: 100%;
    color: #fff !important;
    letter-spacing: 0.75px;
    font-size: 30px !important;
	text-shadow: 2px 2px 10px #333;
}

.prop_slider_itm .prop_info .price {
	width: 100%;
    display: block;
	text-align: center;
}

.prop_slider_itm .prop_info .price span {
    width: 100%;
    display: block;
    margin-top: 16px;
	font-size: 20px !important;
	color: #fff !important;
	letter-spacing: 0.5px;
	text-shadow: 2px 2px 10px #333;
}

.prop_slider_itm.epl-property-blog .property-box .image-bg {
	animation: crescendo 14s alternate infinite ease-in-out;
}

.prop_slider_itm .prop_btn {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
}

.prop_slider_itm .prop_btn img {
	max-width: 44px !important;
	margin: auto;
	width: 44px !important;
  height: 51px !important;
	
}

.prop_slider_itm .prop_btn .btn {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	border: 1px solid #fff;
	display: inline-block;
	padding: 12px 20px;
	margin: 15px 0 65px;
	min-width: 250px;
	transition: 0.4s all;
    background-color: #70707070;
}

.prop_slider_itm .prop_btn .btn:hover,
.prop_slider_itm .prop_btn .btn:focus {
	background-color: #FFFFFF4D;
	margin-top: 30px;
}

@keyframes crescendo {
  0%   { transform: scale(1); }
  100% { transform: scale(1.15); }
}

/*-----END PROPERTY SLIDER-------------------------------------------------------------------------*/



/* Slider background */
.elementor-slide-description {
  background: #ffffff63;
  padding: 25px 42px;
}

.swiper-pagination-bullet {
  border: 1px solid white;
}

.elementor-swiper-button .e-font-icon-svg {
  background: white;
height: 45px !important;
  width: 45px !important;
  padding: 11px;
  border-radius: 40px;
}


/* Hide comments */

#comments {
  display: none !important;
}
/* single property 

#primary {
		  margin-top: 2%;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
	  margin-bottom: 4%;
}
*/

/* new css */
/* ?? Property Title & Price */
.property-header {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 10px;
    flex-direction: column;
}
.property-header .price {
font-weight: bold; 
font-size: 34px; 
}

.property-title {font-size: 34px;font-weight: bold;color: #000;text-transform: uppercase;font-family: "Arial", Sans-serif;margin-bottom: 7px;margin-top: 12px;}

.property-price-container {
    font-size: 22px;
    font-weight: bold;
    color: red;
}

.old-price {
    font-size: 18px;
    text-decoration: line-through;
    color: gray;
    margin-left: 10px;
}

/* ?? Property Details */
.property-details {
    margin-top: 50px;
}

.detail-grid {
    display: flex;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.detail-item {
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.detail-item .name {
	font-weight: bold;
	margin-bottom: 4px;
}

/* ?? Property Two-Column Layout */
.property-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 250px;
    align-items: start;
    margin-top: 80px;
    max-width: 100%;
    width: 1480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

/* ?? Property Description */
.property-description {
    font-size: 18px;
    line-height: 1.6;
    max-width: 750px;
}

/* ?? PDF Download */
.property-pdf {
    margin-top: 20px;
}

.pdf-download {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    color: black;
}

.pdf-download img {
    width: 18px;
    height: auto;
    margin-right: 8px;
}

/* ?? Expandable Section */
.property-more-info {
    margin-top: 18px;
    text-align: right;
}

.toggle-info {
    background: transparent;
    font-size: 17px;
    color: #FF0000;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 6px 15px;
}
.toggle-info:hover,
.toggle-info:focus {
	background: transparent;
	color: #FF0000;
}
.toggle-info:hover {
	border-color: #FF0000;
}
.toggle-info:focus {
	border-color: #FFF;
}
.property-more-info.text_show .toggle-info i {
 content: "\f107";
}

.info-content {
	max-height: 0;
	overflow: hidden;
	transition: 0.4s all;
}
.property-more-info .info-content {
	text-align: left;
	padding-top: 35px;
}
.property-more-info.text_show .info-content {
	max-height:  2000px;
}

.arrow {
    font-size: 14px;
}

/* ?? Property Details Sidebar */
.property-details-sidebar h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0px;
}

.property-details-sidebar p {
    font-size: 22px;
    margin-bottom: 18px;
}

		   #epl-sort-listings-1 {
		       display:none;
		   }
		   
		   input[name="sortopt"] {
    margin-right: 5px;
    float: left;
    cursor: pointer;
		   }
		   input[name="sortopt"][value=""] {
		       display: none;
		   }
		    label.sort_lbl[for=""] {
		      font-weight: 700;
		  font-size: 18px;
    margin-bottom: 15px;
    margin-top: 19px;
}
		   label.sort_lbl {
    font-family: "Arial", Sans-serif;
    font-size: 15px;
    color: #000;
    float: left;
    margin-bottom: 9px;
    cursor: pointer;
}
.clear {
    clear: both;
}

/* ?? Responsive for Smaller Screens */
@media (max-width: 768px) {
    .property-content {
        grid-template-columns: 1fr;
    }
}



/* archive property */

/* ?? Archive Page Layout */
.archive-container {
display: flex;
    gap: 30px;
    max-width: 96%;
    margin: auto;
    padding: 20px 0 20px 20px;
    margin-top: 60px;
}

/* ?? Left Sidebar (20%) */
.archive-sidebar {
width: 270px;
    padding: 12px 0 0;
}

/* ?? Right Main Content (80%) */
.archive-main-content {
width: calc(100% - 300px);
}

/* ?? Responsive Design */

@media (max-width: 1365px) {
.prop_carousel .prop_carousel_item {
    height: calc(62vw - 60px);
}
.feat_props .prop_info .price {
    flex-direction: row;
    gap: 10px;
}
.feat_props .prop_info .prop_info_title_n_ref {
    flex-direction: column;
}
.prop_icons li {
    margin-right: 16px;
    font-size: 14px;
    line-height: 22px;
}
.prop_icons .prop_icon {
    margin-right: 7px;
    width: 19px !important;
}
.prop_info h3 {
font-size: 20px !important;
}
.prop_info .prop_loc {
    font-size: 17px;
}
.prop_info .price {
font-size: 20px;
}
.prop_icons {
margin-top: 15px;
}
.prop_ref {
    font-size: 13px;
}
}
@media (max-width: 1199px) {
.property-content {
    gap: 150px;
}
.epl-search-wide .epl-search-submit-row input {
    font-size: 16px;
    background-position: calc(50% - 79px) center;
	}
.epl-search-form .in-field {
    font-size: 13px;
}
.feat_props .epl-property-blog.epl-listing-grid-view {
    flex: 0 0 calc(25% - 19px);
}
.feat_props {
    gap: 26px;
}
.prop_icons li.built_area span.full_data,
.prop_icons li span.txt {
    display: none;
}
.prop_icons li.built_area span.short_data {
    display: inline-block;
}
.prop_info .prop_info_title_n_ref {
    margin-bottom: 11px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
}
.prop_info .price {
    text-align: left;
    margin-top: 11px;
        font-size: 19px;
}
.prop_info {
    padding: 15px 15px 15px 15px;
	}
    .prop_info h3 {
        font-size: 19px !important;
    }
    .prop_icons {
margin-bottom: 10px;
    }
    .prop_info .prop_loc {
        font-size: 16px;
    }
    .prop_icons li {
        line-height: 19px;
        margin-bottom: 11px;
    }
}


@media (max-width: 1024px) {
.hp_featured .epl-loop-tools-wrap {
    top: -70px;
}
    .feat_props {
        gap: 30px;
    }
	.video_btn i {
		padding-top: 4px;
	}
	.video_btn {
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 3px;
    }
.feat_props .epl-property-blog .property-box .image-bg {
    height: clamp(150px, 34vw, 370px);
}
.detail-item .name {
    margin-bottom: 8px;
    line-height: 1.2em;
}
.photo_count {
font-size: 18px;
}
.photo_count img {
        width: 20px;
        margin-top: -2px;
}
.property-more-info.text_show .info-content {
    padding-bottom: 45px;
}
.detail-grid {
    display: flex;
        gap: 24px;
    }
.detail-item {
    font-size: 17px;
	}
.property-title {
    font-size: 28px;
}
.property-header .price {
    font-size: 28px;
}
.property-description {
    max-width: unset;
}
.property-content {
    display: block;
    margin-top: 65px;
    }
.archive-container {
flex-direction: column;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    gap: 10px 30px;
}
.feat_props .epl-property-blog.epl-listing-grid-view {
flex: 0 0 calc(50% - 15px);
}
.feat_props {
flex-wrap: wrap;
}
.epl-search-forms-wrapper {
    padding: 11px 10px 10px;
}
	.epl-search-wide .epl-search-submit-row input {
height: 49px;
        font-size: 16px;
        padding-right: 6px;
        background-position: calc(50% - 115px) center;
    }
.epl-search-wide .epl-search-submit-row {
    width: 50%;
}
.epl-search-form {
    height: unset;
}
.epl-property_price_to,
.epl-property_bedrooms_min,
.epl-property_price_from {
    position: relative;
    top: unset;
    left: unset;
}
.epl-search-wide .epl-search-row-select {
    width: 50%;
}
    .archive-sidebar, .archive-main-content {
        width: 100%;
    }
}

@media (max-width: 767px) {
.feat_props {
   margin-top: 45px;
}
	.video_btn_cont {
    bottom: 50px;
    left: 20px;
}
.photo_count {
    bottom: 50px;
    right: 20px;
}
    .detail-item {
        width: calc(50% - 12px);
	    text-align: left;
	    align-items: normal;
    }
.detail-grid {
        flex-wrap: wrap;
        justify-content: start;
    }
.featured_single .prop_info {
    padding-bottom: 20px;
}
.featured_single .cta_btn i {
    font-size: 13px;
}
.featured_single .epl-listing-grid-view .epl-property-blog-entry-wrapper {
        margin: 0;
}
.featured_single .cta_btn {
    font-size: 14px;
    margin-top: 21px;
    padding: 8px 15px 7px;
}
.featured_single .prop_info h3 {
    font-size: 22px !important;
}
.archive-sidebar, .archive-main-content {
        margin-top: 10px;
}
.archive-sidebar {
    padding: 32px 20px 0;
}
.epl-search-wide .epl-search-submit-row input {
font-size: 15px;
}
.epl-search-wide .epl-search-submit-row {
  width: 100%;
}
.epl-listing-grid-view .epl-property-blog-entry-wrapper {
    margin: 12px 21px 32px;
}
}

@media (max-width: 599px) {
.video_showing .video_container_outer {
    padding-top: 45px;
    margin-bottom: 55px;
}
    .video_btn_cont {
        bottom: 20px;
    }
    .feat_props .epl-property-blog .property-box .image-bg {
        height: clamp(150px, 62vw, 370px);
    }
.property-details-sidebar h3,
.property-details-sidebar p {
    font-size: 18px;
	}
.property-description {
    font-size: 16px;
	}
    .property-content {
        margin-top: 43px;
    }
.property-details {
    margin-top: 30px;
}
.detail-item {
        font-size: 16px;
    }
.slick-dotted.slick-slider {
    margin-bottom: 20px !important;
}
    .property-title {
        font-size: 22px;
    }
	.property-header .price {
        font-size: 22px;
    }
	.img_carousel .slick-dots {
		display: none !important;
	}
    .photo_count img {
        width: 16px;
	}
    .photo_count {
        font-size: 14px;
        right: 20px;
        bottom: 20px;
        padding: 4px 9px;
    }
.prop_carousel .slick-prev:before, .prop_carousel .slick-next:before, .prop_featured .slick-prev:before, .prop_featured .slick-next:before {
    font-size: 20px;
}
.prop_carousel .prop_carousel_item {
        height: 62vw;
    }
.single_property {
    max-width: 100%;
}
.single_property .custom-single-property {
	padding-left: 20px;
	padding-right: 20px;
}
    .epl-search-wide .epl-search-row-select {
        width: 100%;
    }
    .feat_props .epl-property-blog.epl-listing-grid-view {
        flex: 100%;
    }
.epl-property-blog.epl-listing-grid-view {
 width: 100%;
 max-width: 100%;
}
    .prop_info h3 {
        font-size: 18px !important;
    }
    .prop_info .price {
        font-size: 18px;
    }
    .prop_icons li {
        margin-right: 13px;
	}
.epl-property-blog .property-box .image-bg {
    height: clamp(200px, 60vw, 60vw);
	}
}