/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


.wpf_item_name {
  text-transform: uppercase;
}
.wpf_form .select2-selection--multiple li {
  clear: none;
  font-size: 13px;
  padding: 0 2px !important;
  border: none !important;
}
.wpf_form .wpf_items_wrapper .wpf_item ul {
  margin: 0;
  padding: 0;
  overflow: auto;
  height: 45px;
}
.region::after, .subregion::after {
  content: '>';
  padding: 0 5px;
  left: 5px;
  position: relative;
  opacity: 0.6;
}
.woocommerce ul.products li.product strong {
  display: block;
  font-weight: 300 !important;
  font-size: 14px !important;
  opacity: 0.8;
}
.et_pb_module.et_pb_menu.et_pb_menu_0_tb_header{
  margin: 0 !important;
}
.single-product .et_pb_section_0_tb_header  {
	padding-bottom: 0!important;
	backdrop-filter: none !important;
}
.single-product .et-l--header .et_pb_row {
  padding: 0 !important;
  height: 100px !important;
  display: flex;
  align-items: center;
}
#my-filter-submit::after {
	display: none !important;
}
#my-filter-submit {
  border: 1px solid;
  background: #182030 !important;
  border-radius: 0;
  margin: 20px auto 0 auto !important;
  display: table;
  color: #fff !important;
  padding: 10px 30px;
  transition: all 0.3s;
}
.select2-search__field {
  width: 100% !important;
}
#my-filter-submit:hover {
	background: #fff !important;
	color: #182030 !important;
}
.select2-selection.select2-selection--multiple {
  border: none !important;
}
/* Hide default dropdown */
.columns-3 .product-tags {
  display: none;
}
.et_mobile_menu {
    display: none !important;
}
#custom-mobile-menu .menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    cursor: pointer;
    z-index: 9999999;
    line-height: 1;
    color: #fff;
}

/* Custom overlay menu container */
#custom-mobile-menu {
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #182030; 
    z-index: 999999;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    padding: 0px 30px;
    overflow-y: auto;
	height: 100vh;
}

/* When active */
#custom-mobile-menu.active {
    transform: translateX(0);
}
#custom-mobile-menu .et_mobile_menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
	height: 100%;
	padding-top: 60px;
}
/* Menu items */
#custom-mobile-menu ul {
    list-style: none;
    padding: 0;
	background: transparent !important;
    margin: 0;
}

#custom-mobile-menu li {
    margin-bottom: 20px;
		background: transparent !important;
}
#custom-mobile-menu a {
  font-size: 20px;
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 0 0 0 15px;
	text-align: center;
}
/**/

.slick-slide article {
  display: flex !important;
  flex-direction: column;
}

#hero-product-info {
  padding: 40px;
  width: fit-content;
}
#property-area-wrapper span {
  font-size: 16px;
}
.all-categories-list {
  display: flex;
	flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 7px;
  justify-content: center;
}
.all-categories-list li {
	list-style: none;
}
.all-categories-list li a {
  border: 1px solid #000;
	color: #000;
  border-radius: 50px;
  padding: 5px 15px;
	transition: all 0.2s;
}
.all-categories-list li a:hover{
	background: #333;
	color: #fff;
}
.wpf_item.wpf_item_pa_seaview .wpf_items_group {
  border: none !important;
  background: transparent !important;
}
/* All posts visible by default */
#masonry-blog .et_pb_post {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

#masonry-blog .et_pb_post.is-hidden {
    opacity: 0;
    transform: translateY(12px);
}

#agent .et_pb_team_member_image {
  max-height: 350px;
  overflow: hidden;
  display: flex;
}

#agent .et_pb_team_member_image img {
  object-fit: cover;
  object-position: center;
}
#agent .et_pb_member_social_links {
	padding-left: 0 !important;
	margin-top: 10px !important;
}
.scroll-down #page-container #et-boc .et-l.et-l--header {
	opacity: 0;
}
.taxonomy-item.Property.size::after {
  content: ' sqm';
}
.blog-carousel-item .text {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	transition: all 0.3s;
	opacity: 0;
	transform: translateY(20px);
	margin-top: 30px;
}
.wpt-post-thumbnail {
	overflow: hidden;
}
.blog-carousel-item:hover .text {
	opacity: 1;
	transform: translateY(0px);
}
.wpt-location-wrap {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
	column-gap: 10px;
	justify-content: center;
}
.wpt-location-wrap p  {
	color: #182030;
	font-size: 18px;
	position: relative;
}
.wpt-location-wrap p::after {
	content: '/';
	opacity: 0.7;
	margin: 0 10px;
}
.wpt-location-wrap p:last-child::after {
	content: '';
}

#page-container section.et_pb_wptools_product_carousel div.slick-slide {
  margin-right: 20px !important;
}
#masonry-blog .et_pb_post {
  transition: all 0.3s;
  width: 100%;
	margin-bottom: 0;
}
#masonry-blog .entry-title {
  opacity: 0;
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
  text-shadow: 0 1px #000;
	transition: all 0.3s;
		transform: translateY(20px);
}
#masonry-blog .et_pb_post {
	background: #000;
}
#masonry-blog article:hover {
	opacity: 1;
}
#masonry-blog article img {
	transition: all 0.2s;
}
#masonry-blog article:hover img {
	opacity: 0.5;
}
#masonry-blog article:hover .entry-title {
	opacity: 1;
	transform: translateY(0);
}
#masonry-blog .et_pb_ajax_pagination_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 250px;
	grid-gap: 0;
	background: #fff;
}
#masonry-blog .entry-featured-image-url {
  margin-bottom: 0 !important;
  height: 100%;
  display: flex;
}


#sold-sidebar .product-tags a {
  background: transparent !important;
  border: 1px solid #000;
  margin-bottom: 20px;
  color: #000 !important;
}
#masonry-blog .et_pb_post {
	overflow: hidden;
}
#masonry-blog .et_pb_post:nth-child(3n+1) {
  grid-row: span 2;
}

/*.product-tag,
.product-tags a {
  padding: 10px 20px;
  display: table;
  font-size: 18px;
	color: #fff !important;
	pointer-events: none !important;
	background: #0c1b2c !important;
}

.product-tags a {
  padding: 10px 20px;
  display: table;
  background: #eee;
  font-size: 18px;
}
*/
#sold-top {
  background: #182030 !important;
  color: #fff;
  padding: 5px 20px !important;
  display: flex;
  width: fit-content;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0 !important;
	z-index: 5;
}
#project-status-p {
  display: flex;
  width: fit-content;
  border: 1px solid;
  padding: 5px 20px !important;
  display: flex;
  width: fit-content;
  text-transform: uppercase;
  font-size: 14px;
  text-transform: uppercase;
	margin-bottom: 30px;
}
#tag-left {
	transform: rotateX(0deg) rotateY(0deg) rotateZ(-90deg);
  transform-origin: left bottom;
}
.product-tags a {
	color: #333 !important;
	font-weight: 500;
	font-family: Inter; 
	font-size: 18px;
}
#availability {
  position: absolute !important;
  top: 0;
  left: 0;
  background: #fff !important;
  padding: 10px;
}
#page-container section.et_pb_wptools_product_carousel div.slick-slide {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background-color: transparent;
  border-style: none;
  box-shadow: unset;
}
.slick-dots {
	display: none !important;
}
section.et_pb_wptools_product_carousel article h4 {
	padding: 0px 0 !important;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #182030 !important;
	font-size: 30px !important;
}
.cf7-visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.slick-arrow {
	top: 150px !important;
}
.slick-prev.slick-arrow {
  position: absolute;
  left: 0;
  z-index: 235235;
}
.slick-next.slick-arrow {
  position: absolute;
  right: 0;
  z-index: 235235;
}
#page-container .slick-prev::before {
  content: '4';
  font-family: ETmodules;
  font-size: 58px !important;
  color: #fff !important;
  left: 0;
  position: absolute;
  opacity: 1 !important;
}
#page-container .slick-next::before {
  content: '5';
  font-family: ETmodules;
  font-size: 58px !important;
  color: #fff !important;
  right: 0;
  position: absolute;
  opacity: 1 !important;
}
#more-blog-posts article {
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
}
#more-blog-posts h3 {
	padding-bottom: 0 !important;
}
#more-blog-posts h3 {
	margin-top: 0 !important;
}
.single-post h2 {
	margin-top: 0px !important;
}
.single-post h3 {
	margin-top: 25px !important;
}
#post-content-wrapper .et_pb_section_0  {
	padding: 0 !important;
}
.single .woocommerce-Price-amount.amount,
.single .woocommerce-Price-amount.amount bdi {
  width: 100%;
  display: flex;
}
.single .woocommerce-Price-amount.amount bdi {
  justify-content: flex-end;
}
.et_pb_section_video_bg   {
	opacity: 0.45 !important;
}
#prop-size-p span::after,
#land-size-p span::after {
  content: 'sqm';
  font-size: 0.9em;
  margin-left: 3px;
}
#features-top {
	padding: 15px; 
	background: #f1f1f1;
}
.single .et_pb_module.et_pb_wc_price.et_pb_wc_price_0_tb_body bdi::before {
  content: 'Price';
  font-size: 0.7em;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.single .et_pb_module.et_pb_wc_price.et_pb_wc_price_0_tb_body {
  margin-bottom: 0 !important;
}
.taxonomy-item.taxonomy-region, .taxonomy-item.taxonomy-subregion {
  display: none;
}
#property-area-wrapper .et_pb_code_inner {
  display: flex;
  column-gap: 10px;
}
#project-top-section::before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background: #f5f5f5;
	position: absolute;
}
#project-top  {
	z-index: 99999;
  position: relative;
}
#project-main-image {
  padding: 0 !important;
	margin: 0 !important;
  width: 100% !important;
  max-width: unset !important;
  margin: 0 auto 0px auto !important;
	overflow: hidden;
}
#property-area-wrapper .et_pb_code_inner a {
	color: #000 !important;
	font-size: 16px;
	position: relative;
}
#property-area-wrapper .et_pb_code_inner a:hover {
	color: #555 !important;
	text-decoration: underline;
}
#property-area-wrapper .et_pb_code_inner > div:first-child::before {
 font-family: 'ETmodules';
  content: '\e01d'; 
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 6px;
  color: #333;
  font-size: 18px;
}
#project-top .et_pb_column {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.read-more-link {
  color: #000 !important;
  margin-top: 20px;
  display: flex;
  border-bottom: 1px solid #000;
  width: fit-content;
  font-weight: 600;
	transition: all 0.2s;
	cursor: pointer; 
	position: relative;
}
.read-more-link::after {
	content: '+';
	padding-left: 5px;
}
.read-more-link.expanded::after {
	content: '-';
}
.read-more-link:hover {
	letter-spacing: 0.5px;
}
.wpf_layout_horizontal .wpf_item .wpf_items_group {
  margin-top: 0px !important;
  border: none;
  padding: 0;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative;
  border: 1px solid #aaa;
  border-radius: 0 !important;
  height: 50px !important;
}

#page-container .wpf_item_count {
  background: #000;
  color: #fff;
  font-size: .75em;
}
.select2-selection.select2-selection--single {
  border: none !important;
}
.wpf_item_name {
  padding-left: 0 !important;
  margin-bottom: 10px !important;
}
#page-container .wpf_hide_text li > input:checked + label > i::after, 
#page-container .wpf_item input[type="checkbox"]:checked::before {
  border: none;
  height: auto;
  width: 100%;
  border-radius: 50px;
  background: #fff;
  color: #000;
  height: 100%;
  top: 0px;
  display: flex;
  position: relative;
  font-size: 14px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
#page-container .wpf_item input[type="checkbox"] {
  background: transparent;
  border-radius: 50px;
}
.wpf_item label {
	color: #182030  !important;
}
#page-container .wpf_item {
  background: transparent;
  border: none !important;
  width: 30% !important;
}
body #page-container .wpf_item_name::after {
  color: #182030;
}
.wpf_item.wpf_item_sku label {
  display: none;
}
#wpf_ref_no_input {
  border: none;
}
#page-container .wpf_layout_horizontal .wpf_item_name {
  color: #182030;
  position: relative;
  padding-right: 30px !important;
}
#page-container .wpf_item_price .wpf_item_name::after {
	display: none !important;
}
#page-container .wpf_item_name::after {
  content: "\e803" !important;
  display: inline !important;
  font-size: 10px;
  color: #ffdd9b87;
  position: absolute;
  margin-left: 7px;
  margin-top: 2px;
}
.wpf_item.wpf_item_price .wpf_item_name {
  border: 0 !important;
}
.product-main-wrapper {
  position: relative;
}
.title-price-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0a192b;
  display: flex;
	flex-direction: column;
  align-content: center;
  justify-content: center;
  column-gap: 20px;
  align-items: center;
	padding: 10px 0;
}
.woocommerce ul.products li.product img {
  transition: all 0.5s;
}
.woocommerce ul.products li.product a:hover img {
  transform: scale(1.04);
}
#page-container #et-boc .product-image img {
  height: 100% !important;
  display: flex !important;
  object-fit: cover !important;
	transition: all 0.3s;
	width: 100%;
}
.product-image {
  height: 380px;
  overflow: hidden;
}
.taxonomy-item.taxonomy-property-area {
  flex: 0 0 100%;
  position: absolute !important;
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  padding: 5px 10px;
  top: 0;
  background: #ffffffd4;
  align-items: center;
  width: fit-content !important;
  column-gap: 3px;
  left: 0;
}
.taxonomy-property-area .taxonomy-values {
  font-size: 13px;
  font-weight: 400;
}
#page-container #et-boc .et-pb-icon.taxonomy-icon {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.product-custom-taxonomies {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.current-area-properties .property-item {
  width: 30.75%;
}
.taxonomy-values {
  color: #000;
  font-size: 16px;
  font-weight: 200;
}
#page-container #et-boc .products .et_overlay::before { 
 display: none !important;	
}
#page-container #et-boc  .woocommerce-loop-product__title {
  font-size: 18px !important;
	text-align: left;
	color: #fff;
}
#page-container .current-area-properties .price,
#page-container .products .price {
color: #fff !important;
  font-size: 15px !important;
  text-align: center;
  display: flex;
  justify-content: center;
}
.single-product .et_pb_ajax_pagination_container {
	display: block !important;
}
#page-container #et-boc .product-custom-taxonomies {
	display: flex;
	flex-wrap: wrap;
	transition: all 0.2s;
	position: relative;
	overflow: hidden;
	flex-direction: row;
	row-gap: 20px;
	padding: 20px;
	background: #f9f9f9;
}
.single-product #page-container #et-boc .product-custom-taxonomies {
		flex-direction: column;
	row-gap: 0;
	background: transparent;
	padding: 0 !important;
}
.property-meta.property-meta-land-size,
.property-meta.property-meta-property-size {
	padding-right: 20px;
}
.property-meta.property-meta-land-size::after,
.property-meta.property-meta-property-size::after {
  content: 'm²';
  font-size: 14px;
  position: absolute;
  right: 0;
}
#page-container #et-boc .property-item .product-custom-taxonomies::before {
  background: #0a192b;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	opacity: 0;
	width: 80%;
	transition: all 0.3s;
	height: 80%;
	z-index: 1;
}
#page-container #et-boc .property-item:hover .product-custom-taxonomies::before {
  width: 100%;
	height: 100%;
	opacity: 1;
}
#page-container #et-boc .property-item:hover .product-custom-taxonomies  .taxonomy-item {
  color: #fff;
}
#page-container #et-boc .taxonomy-item {
  width: 50%;
  text-align: left;
  transition: all 0.2s;
  z-index: 3;
  position: relative;
  font-size: 18px;
}
.wpf-slider-label {
  color: #182030;
}
.wpf_item_name {
  padding-bottom: 0 !important;
}
body .wpf_slider.ui-slider .ui-widget-header {
  background: #182030;
  border: none;
}
.taxonomy-label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.taxonomy-values {
  color: #000;
}
body #page-container .wpf_item_name::after {
  display: none !important;
}
.wpf_items_wrapper.wpf_layout_horizontal.wpf_items_grouped {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5px;
}
.wpf_layout_horizontal .wpf_item:not(.wpf_item_onsale):not(.wpf_item_instock):not(.wpf_item_submit) .wpf_item_name::before {
	display: none !important;	
}
.wpf_item_price {
  flex: 0 0 100%;
}

.wpf_slider.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
  margin-top: 20px;
}
.wpf_layout_horizontal .wpf_item {
	padding: 5px;
	border-radius: 5px !important;
	color: #000;
}
.wpf_form.wpf_form_filters.wpf_submit_on_change.wpf_form_ajax {
  margin: 0 !important;
}
.wpf_item_price .wpf_items_group {
  display: block !important;
}
.wpf_item_price .wpf_items_group {
  display: block !important;
  position: relative !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: unset !important;
	background: none !important;
}
#features-top p {
  font-weight: 500;
  font-family: "Inter";
}
#features span {
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}
.et_pb_toggle_title {
  width: fit-content;
	padding-right: 30px !important;
}
.sell-form .et_pb_code_inner {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
}
.et-l.et-l--footer {
  z-index: 0;
  position: relative;
}
.sell-form {
  padding-top: 60px !important;
	position: fixed !important;
}
.sell-form h5 {
	font-family: 'Libre Baskerville' !important;
	margin-bottom: 10px;
}
.sell-form .et_pb_code_inner select,
.sell-form .et_pb_code_inner input {
	margin-bottom: 0px !important;
}
.sell-form .et_pb_code_inner textarea {
	height: 100px !important;
}
/* Default header */
#page-container #et-boc .et-l.et-l--header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #000;
  transition: all 0.4s ease;
  transform: translateY(0);
  opacity: 1;
}
#project-main-image .et_pb_image_wrap {
  width: 100%;
  display: flex;
  max-height: 700px;
}
#page-container #project-main-image .et_pb_image_wrap img {
  width: 100%;
  max-width: 100%;
  display: flex;
  height: auto;
  object-fit: cover;
}
.single-product #page-container #et-boc .et-l.et-l--header {
	background: #fff;
	height: 100px;
}
/* When scrolled */
.scroll-active .et-l.et-l--header .et_pb_row {
  padding: 15px 0 !important;
}
.scroll-active #page-container #et-boc .et-l.et-l--header {
  position:fixed;
  top:-10px;
  background: #fff;
  z-index:99999;
  transform:translateY(5px);
  backdrop-filter:blur(8px);
  height:75px;
}

#features span {
  display: flex;
  justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#features-bottom {
  padding: 20px;
  background: #f1f1f1;
}
#features-bottom p {
  display: flex;
  justify-content: space-between;
	border-bottom: 1px solid #e9e9ee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#features span:last-child,
#features-bottom p:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#features span::after {
  content: '\4e';
  font-family: ETmodules;
  position: absolute;
  right: 0;
}
.sqm {
  font-size: 16px;
  margin-left: 3px;
}
#location1.active::before {
  content: '';
  position: absolute;
  height: 250px;
  width: 250px;
  backdrop-filter: brightness(4);
  transform: translate(-0%,-0%);
  z-index: 3;
  border-radius: 50%;
  mask-image: radial-gradient(circle,white 40%,transparent 70%);
  -webkit-mask-image: radial-gradient(circle,white 40%,transparent 70%);
  pointer-events: none;
	transition: all 0.4s;
}
#latest-projects .et_pb_portfolio_item h3 {
	transition: all 0.4s;
}
#latest-projects .et_pb_portfolio_item:hover h3 {
	letter-spacing: 0.8px;
}
#latest-projects .et_pb_module_header {
  position: absolute;
  margin: auto !important;
  top: 50%;
  transform: translateY(-50%);
}
#location1 {
  cursor: pointer;
  position: relative;
  margin: 0 auto;
	width: 100% !important;
	align-items: center;
	justify-content: center;
  display: flex;
}
#location1 .et_pb_text_inner {
	position: relative;
	z-index: 235;
}

#top-pickss .et_pb_portfolio_items {
  flex-wrap: wrap;
  gap: 5px;
}
#top-pickss .et_pb_portfolio_image.landscape {
  filter: none;
  background: #000;
}
#top-pickss .et_pb_portfolio_image.landscape img {
  opacity: 0.6;
  transition: all 0.5s;
}
#top-pickss .et_pb_portfolio_image.landscape:hover img {
	opacity: 1;
}
#top-pickss .et_pb_portfolio_image.landscape {
	filter: none;
}
#top-pickss .et_overlay {
	background: #fff !important;
}
#top-pickss .meta .et_pb_module_header {
  margin: 0 !important;
  padding: 20px !important;
}
#top-pickss .meta {
  position: absolute;
  display: flex;
  width: auto !important;
  height: auto !important;
}
#top-pickss .et_pb_portfolio_item {
  width: calc(50% - 5px) !important;
  max-width: unset !important;
  min-width: unset !important;
  height: 380px !important;
}
#top-pickss .et_pb_portfolio_items.clearfix.columns-4 {
  height: auto !important;
}
#top-pickss .et_pb_carousel_group .et_pb_portfolio_item {
 height: 380px !important;
}
.swiper-button-next, .swiper-button-prev {
  cursor: pointer;
  color: #fff !important;
}
#latest-projects .et_pb_portfolio_item {
	width: 100% !important;
	max-width: 100% !important;
	height: 480px !important;
}
#latest-projects .et_pb_portfolio_items {
	height: auto !important;
}

#latest-projects .et_pb_portfolio_item img {
	display: flex;
	object-fit: cover;
}
#top-pickss .et_pb_portfolio_item img {
  object-fit: cover;
  object-position: center;
}

/* Force 1 portfolio item visible per screen in the fullwidth carousel */
#top-picks.et_pb_fullwidth_portfolio_carousel .et_pb_carousel_group {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  transition: transform 0.6s ease !important;
}
#latest-projects .et_overlay {
  background: #000000;
  background: linear-gradient(0deg,rgba(0, 0, 0,0.7) 0%, rgba(0, 0, 0, 0.13) 100%) !important;
}
.et-pb-slider-arrows {
  display: block !important;
}
#top-picks {
	height: 100%;
}
#top-picks .et_pb_portfolio_items {
	height: 100% !important;
}
#top-picks.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_item {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
	height: 100% !important;
}

/* Optional: ensure images stretch full width */
#top-picks.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_image img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

/* Optional: center arrows vertically */
#top-picks .et-pb-arrow-prev,
#top-picks .et-pb-arrow-next {
  top: 50% !important;
  transform: translateY(-50%);
}



.sell-form {
  position: fixed;
  top: 0;
  left: -500px; /* Hidden off screen */
  width: 500px;
  height: 100%;
  background: #fff;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 9999;
}
.sell-form.active {
	  box-shadow: 2px 0 10px rgba(0,0,0,0.3);
}
.sell-form.active {
  left: 0;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
}

#sell-form-btn {
  padding: 10px 20px;
  background: #0077ff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.sell-form textarea,
#contactus textarea {
	height: 150px;
}
.sell-form.active {
	z-index: 999;
}
.sell-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: -2;
}
.sell-form .et_pb_code_inner {
  display: flex;
  height: 100%;
  align-items: center;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay, 
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta {
  z-index: 3;
  opacity: 1;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay {
	background: rgba(0,0,0,0.3) !important;
}
.custom-upload {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
	height: 60px;
}

.upload-label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.upload-btn {
  background-color: #fff;
  color: #000;
border: 1px solid #000;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.upload-btn:hover {
  background-color: #eee;
}
.custom-upload br {
	display: none;
}
.custom-upload p {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.upload-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.file-name {
  font-size: 14px;
  color: #555;
  font-style: italic;
}


.et_pb_button {
  cursor: url('https://keystoneproperties.gr/wp-content/uploads/2025/10/x.png') 16 16, auto;
}

.et_pb_portfolio_image.landscape {
  filter: grayscale(0.6);
  transition: all 0.4s;
}
#latest-projects .et_pb_portfolio_image {
	background: #000 !important;
}
#latest-projects .et_pb_portfolio_image img {
  transition: all 0.4s;
}
#latest-projects .et_pb_portfolio_image:hover img {
	opacity: 0.4;
}
.et-pb-arrow-prev, .et-pb-arrow-next {
	color: #fff !important;
}
.et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_0 .et_pb_portfolio_image .et_overlay::before {
  display: none !important;
}
.features ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #333;
}

.features li {
  display: flex;
  align-items: baseline;
  padding-right: 15px;
	margin-top: 0 !important;
}
.current-area-properties strong {
  display: block;
}
.features li::after {
  content: '/';
  padding-left: 15px;
  opacity: 0.6;
}
.features li:last-child::after {
	display: none;
}

.features li:last-child {
  border-right: none;
  padding-right: 0;
}

.features strong {
  color: #000;
  font-weight: 600;
	padding-right: 3px;
}

.team-section-name {
  background: #fff;
  padding: 20px;
  position: relative;
  top: -95px;
  width: 98%;
  left: 1%;
  height: 50px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 0px;
}
.position {
  position: relative;
  top: -102px;
  margin-bottom: -70px !important;
  background: #fff;
  text-align: center !important;
  width: 98%;
  left: 1%;
  height: 30px;
}
.team-section-name h2 {
	padding-bottom: 0 !important;
}
#team-section .et_pb_image {
  height: 500px;
  overflow: hidden;
}
.toggle-more {
  color: #000 !important;
  font-weight: 400;
  margin-top: 10px !important;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.dmg_masonry_gallery_item {
  aspect-ratio: 16/9;
  overflow: hidden !important;
  display: flex;
	transition: all 0.2s;
}
.dmg_masonry_gallery_item:hover {
	opacity: 0.7;
}
.et_pb_section_video_bg  {
	opacity: 0.6;
}
.dmg-gallery .dmg_masonry_gallery_item img {
  opacity: 1;
  max-width: unset;
  width: auto;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}
.wpcf7-spinner {
  position: absolute;
}
#page-container #et-boc .req-template-1 input, #page-container #et-boc .req-template-1 textarea {
  font-size: 14px !important;
  margin-bottom: 13px !important;
  padding-bottom: 5px !important;
}
.et_pb_section_0_tb_header {
	padding: 0;
}
#page-container  .req-template-1  textarea {
	height: 80px;
}
#page-container #et-boc .req-template-1 input[type="submit"] {
  width: auto !important;
  font-size: 16px !important;
  padding: 12px 23px !important;
  height: auto !important;
}
#page-container #gallery-btn {
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  transition: all 0.2s !important;
}
#page-container #gallery-btn:hover {
	letter-spacing: 0.3px;
}

#page-container .request-form input, 
#page-container .request-form textarea {
  border-color: #ccc !important;
  color: #000 !important;
  margin-bottom: 26px;
  width: 100% !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  padding: 0 0 7px 0 !important;
  border-bottom-width: 1px !important;
  border-right: 0 !important;
	font-size: 18px;
	font-family:'Bai Jamjuree',Helvetica,Arial,Lucida,sans-serif;
}
#page-container .request-form textarea {
	height: 160px;
}
#page-container .request-form input:focus, #page-container .request-form textarea:focus {
	border-color: #000 !important;
}
#page-container .request-form input[type="submit"] {
  border-radius: 50px !important;
  color: #000;
  height: 60px !important;
  display: flex;
  transition: all 0.2s;
  align-items: center;
  line-height: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #000 !important;
  position: relative;
}
#page-container .request-form input[type="submit"]:hover {
	color: #fff !important;
	background: #000 !important;
}
.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
}
#page-container .wpcf7-form-control.wpcf7-number,
.wpcf7 select,
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 16px;
  outline: none;
  background: transparent;
  margin-bottom: 20px;
  transition: border-color 0.3s;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
  border-bottom-color: #000;
}

/* Style the submit button */
.wpcf7 input[type="submit"] {
  background: #182030;
  color: #fff;
  border: 1px solid #000;	
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

/* Hover state for the button */
.wpcf7 input[type="submit"]:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.et_pb_ajax_pagination_container {
  display: flex;
  column-gap: 50px;
	flex-wrap: wrap;
}
.entry-featured-image-url {
  height: 300px;
  overflow: hidden;
}
.blog .et_pb_post {
	transition: all 0.3s;
  width: calc(50% - 25px);
}
.blog .et_pb_post:hover {
	opacity: 0.6;
}
.blog .et_pb_post .post-meta {
  position: absolute;
  top: 0;
  background: #fff3;
  padding: 10px 15px !important;
  right: 0;
  backdrop-filter: blur(10px);
  color: #ffffffd4 !important;
}
.et-l--header .et_pb_section_0_tb_header.et_pb_section {
  backdrop-filter: blur(5px);
}
.et_pb_menu__logo-slot {
  width: 200px !important;
}
.et_pb_menu__logo a::before {
  display: none !important;
}
.et_pb_menu .et-menu > li {
  padding: 0 15px !important;
	position: relative;
}
.et_pb_menu .et-menu > li > a {
	padding: 3px 0 !important;
}
.et_pb_menu .et-menu > li a::before {
  content: '';
	height: 1px; 
	width: 0%; 
	background: #182030; 
	transition: all 0.4s;
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.et_pb_menu .et-menu > li:hover a::before {
	width: 80%;
	opacity: 1;
}
#our svg, #our path, #our svg, #our rect, #our polygon, #our line {
  stroke: #fff !important;
}
.property-details .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}
.property-details .et_pb_column_4_4 .et_pb_blurb {
  width: 33.333%;
  margin-bottom: 15px;
}
.property-details .et_pb_column_4_4 .et_pb_blurb .et_pb_module_header {
  padding-bottom: 2px;
  font-weight: 600;
  font-size: 16px;
}
.property-details .et_pb_column_4_4 .et_pb_blurb .et_pb_blurb_description p {
  font-size: 16px;	
}
.property-details {
  border: 0px solid #999;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  margin-top: -150px;
  box-shadow: 0 0 59px -23px rgba(0,0,0,0.1);
}
.project-template-default .entry-content ul li {
  margin-top: 10px;
}
.entry-featured-image-url img {
  height: 100%;
  width: auto;
  max-width: unset !important;
  object-fit: cover;
  min-width: 100%;
}
/*Responsive*/
@media all and (max-width: 1200px) {
	.entry-featured-image-url {
	  height: 200px;
	}
}
@media all and (max-width: 980px) {
	#masthead .menu-button a {
  color: #163361 !important;
  background: #ffffffd1;
  border-radius: 50px;
  backdrop-filter: blur(5px);
  padding: 13px 18px !important;
  margin-top: 3px;
	transition: all 0.2s;
}
#masthead .menu-button a::before {
	display: none !important;
}
#masthead .menu-button a:hover {
	opacity: 0.5;
}
	.et_mobile_nav_menu {
	  margin-left: auto !important;
	  margin-right: 0 !important;
	}
	.et_pb_menu_inner_container {
	  display: flex;
	  justify-content: space-between;
	}
}
@media all and (min-width: 767px) and (max-width: 1160px) {
	#page-container .et_pb_menu .et-menu > li {
		padding: 0 10px !important;
	}	
		.et_pb_module.et_pb_menu.et_pb_menu_0_tb_header {
	  padding: 0 !important;
	}
}
@media all and (max-width: 767px) {
	 #buy-features .et_pb_column::before {
		height: 30px;
		width: 30px;
		top: -10px;
	  }
	#buy-features .et_pb_column::before {
		padding: 10px;
	}
	.product-image {
		overflow: hidden;
		max-height: 300px;
		display: flex;
	}
		.product-image img {
		height: 100%;
			max-width: unset !important;
			object-fit: cover;
	}
	#page-container #et-boc #latest-projects .et_pb_portfolio_item {
		height: 280px !important;
	}
	
	.et_pb_number_counter.et_pb_with_title .percent {
  margin-bottom: 0px;
}
	#latest-projects .et_pb_portfolio_item h3 {
	transition: all 0.4s;
	font-size: 14px !important;
	position: absolute;
	top: unset;
	bottom: -13px;
	background: #ffffff80;
	padding: 10px;
	color: #000 !important;
	backdrop-filter: blur(10px);
	width: 96%;
	left: 2%;
}
	.et_pb_menu__logo-wrap {
		margin-bottom: 0 !important;
		width: 200px !important;
	}
	#mobile_menu1 {
		border: none;
	  background: #00000075  !important;
	  backdrop-filter: blur(10px);
			margin-top: 10px;
	}
			.et_pb_module.et_pb_menu.et_pb_menu_0_tb_header {
	  padding: 0 !important;
	}
	.et_pb_team_member  {
		margin-bottom: 60px !important;
	}
	.et_pb_team_member_image.et-waypoint.et_pb_animation_off.et-animated {
		margin-right: 0 !important;
		margin-bottom: 30px !important;
	}
	.blog .et_pb_post {
		width: 100%;
	}
	.et_pb_ajax_pagination_container {
		flex-direction: column;
	}
	#contactus .et_pb_column,
		#not-listed .et_pb_column {
		border: none;
		padding: 0;
	}
		#masonry-blog .et_pb_post:nth-child(3n+1) {
	  grid-row: span 1;
	}
	#masonry-blog .et_pb_ajax_pagination_container {
	  grid-auto-rows: 200px;
	}
	.et-l--header .et_pb_row.et_pb_row_0_tb_header.et_pb_gutters2.et_pb_row--with-menu.et_pb_row_3-4_1-4 {
	  display: flex;
	  flex-direction: column-reverse;
	  padding-top: 10px;
	  padding-bottom: 0;
	}
	.et-l--header .et_pb_image_0_tb_header {
		text-align: center;
	}
	.et-l--header .et_pb_image_0_tb_header .et_pb_image_wrap  {
		margin: 0 auto;
	}
	.et-l--header .et_pb_image_0_tb_header .et_pb_image_wrap img {
		width: 300px !important;
		margin-bottom: 5px;
	  }

} 

@media all and (max-width: 480px) {
	.single-product #page-container #et-boc .product-custom-taxonomies p,
	.single-product #page-container #et-boc .product-custom-taxonomies {
		width: 100% !important;
		flex-direction: revert;
		justify-content: space-between;
		font-size: 16px;
		padding-bottom: 10px;
	}
  #page-container .wpf_item {
    background: transparent;
    border: none !important;
    width: 48% !important;
    display: block !important;
    margin-bottom: 20px !important;
  }
	.et_pb_menu_0_tb_header  {
		margin-bottom: 0 !important;
	}
	
	section.et_pb_wptools_product_carousel article h4 {
		font-size: 18px !important;
	}
	.wpt-post-thumbnail {
		height: 260px;
		display: flex;
	}
	.slick-slide img {
	  display: block;
	  object-fit: cover;
	}
	#page-container .slick-prev::before, 
	#page-container .slick-next::before { 
		margin-top: -20px;
	}
	#property-area-wrapper .et_pb_code_inner {
	  display: flex;
	  column-gap: 5px;
	  flex-wrap: wrap;
	  justify-content: flex-start;
	  font-size: 14px !important;
	}
	#reverse {
		flex-direction: column-reverse;
		display: flex;
	}
	.sell-form .et_pb_code_inner textarea,
	.sell-form .et_pb_code_inner select, .sell-form .et_pb_code_inner input {
	  font-size: 14px !important;
	}
	.upload-btn {
	  margin: 0 auto !important;
	  width: 100% !important;
	  display: table;
	  text-align: center;
	}
	.sell-form .wpcf7-form-control.wpcf7-submit.has-spinner {
	  width: 100% !important; 
	  margin-top: 10px;
	}
	.custom-upload p {
	  display: flex;
	  align-items: center;
	  column-gap: 10px;
	  flex-direction: column;
	  row-gap: 6px;
	  justify-content: flex-start;
	  width: 100%;
	}
	#page-container .sell-form {
	  left: -320px;
	  width: 320px;
	}
	#page-container .sell-form.active {
		left: 0;
	}
	#project-top-section {
	  padding-top: 100px !important;
	}
	#project-top-section::before { 
		height: 250px;
	}
	.et_pb_map {
		height: 400px !important;
	}
	  #page-container .wpf_item {
		width: 100% !important;
	  }
	#property-area-wrapper {
	  border-bottom: 1px solid #eee;
	  border-top: 1px solid #eee;
	  padding: 10px 0;
	  margin-top: -20px !important;
	}
	#project-top-section .et_pb_text {
	  margin-bottom: 0 !important;
	}
	#workwithus .custom-upload p {
		display: flex; 
		flex-direction: row;
	}
	.wpf_column_horizontal {
	  background: #000000a1;
	  padding: 20px !important;
	  width: 100%;
	  backdrop-filter: blur(10px);
	}
	.wpf_items_group {
	  padding: 0 !important;
	}
	body .woocommerce ul.products[class*="columns-"] li.product, 
	body .woocommerce-page ul.products[class*="columns-"] li.product {
	  width: 100%;
	}
	.img-mob .et_pb_image_wrap  {
		overflow: hidden;
		display: flex;
		max-height: 300px;
	}
	.dmg-gallery.dmg-modal-gallery {
	  display: flex;
	  flex-wrap: wrap;
	  column-gap: 10px;
	}
	.dmg-gallery-sizer,
	.dmg-gutter-sizer {
		display: none;
	}
	.product-tags a {
	  font-size: 12px;
	}
	#page-container #et-boc .et_pb_map_container {
	  margin: 0 !important;
	padding-bottom: 30px;
}
  #page-container #et-boc .dmg_masonry_gallery_item {
    width: 100% !important;
	  height: 140px;
    overflow: hidden !important;
    position: relative !important;
    left: unset !important;
    top: unset !important;
    transform: none !important;
  }
	.img-mob .et_pb_image_wrap  img {
		height: 100%;
		width: 100% !important;
		object-fit: cover;
		max-width: unset;
	}
	#features-top .et_pb_code_inner {
		display: flex; 
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}
	.wpf_items_wrapper.wpf_layout_horizontal.wpf_items_grouped {
	  flex-direction: column;
	}
  #features-top .et_pb_code_inner p {
    width: 45% !important;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
  }
	#features-top {
	  padding-bottom: 0;
	}
	#features-top .et_pb_code_inner p span {
	  opacity: 0.8;
	  font-weight: 400;
	}
	.et-l--header .et_pb_section_0_tb_header.et_pb_section {
  		backdrop-filter: unset;
	}
	#property-area-wrapper span {
	  width: 45%;
	  position: relative;
	}
	#property-area-wrapper {
	  display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	.wpf_item.wpf_item_pa_seaview * {
	  background: transparent !important;
		padding-left: 0 !important;
	}
	.wpf_layout_horizontal .wpf_item .wpf_items_group {
		height: 70px !important;
	}
}