/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.1.1747631676
Updated: 2025-05-19 05:14:36

*/
:lang(th){
	font-family: "Kanit" !important;
}

/* Header */
header.sticky-header {
	--shrink-header-to: 0.6;
	--transition: all 0.2s ease-out;
	background-color: rgba(255, 255, 255, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}
header.sticky-header.elementor-sticky--effects {
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	/*-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);*/
}
header.sticky-header > .e-con-inner {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .e-con-inner {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

@media only screen and (max-width: 767px) {
	header.sticky-header.elementor-sticky--effects .logo img {
		max-width: 50px !important;
	}
}

header.sticky-header .logo img {
	transition: var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	max-width: 80px;
}

@media only screen and (min-width: 1025px) {
	li.menu-item.current-menu-item {
		border: 1px solid #fff;
		/* text-align: center; */
		justify-content: stretch;
		/*padding: 0px 20px;*/
		padding: 0px 20px 4px 20px;
		border-radius: 15px;
	}
	a.elementor-item.elementor-item-active {
		margin: 0 !important;
	}
}
/* End Header */

/* Global */
::placeholder {
	opacity: 1 !important;
}
#single_prop_enquiry::placeholder {
	color: #BA9449 !important;
	opacity: 1;
}

/* Search Form*/
form.property-search-form.property-search-form-searchform label {
    width: 100%;
}
.property-search-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.property-search-form .control {
	padding: 10px !important;
}
.control.control-department label {
    text-align: center;
	padding: 20px;
	background-color: #040404;
	color: #FFF;
	width: 100%;
}
label[for=department_residential-sales] {
    display: none !important;
}
input#department_residential-sales {
    visibility: hidden;
}
input#department_residential-lettings {
    visibility: hidden;
}
.control-department label {
    background: #040404;
    padding: 8px 12px;
    /*margin-right: 8px;*/
    /*border-radius: 5px;
    border: 1px solid #ccc;*/
    cursor: pointer;
    transition: background 0.3s;
}

.control-department label.active {
    background: #BA9449;
    color: #fff;
    /*border-color: #0073aa;*/
}

.control.control-department {
    display: flex;
    width: 100%;
    justify-content: center;
}
.control.control-property_type, .control.control-location {
    width: 50%;
	flex-direction: column;
}
.control.control-minimum_price, .control.control-maximum_price, .control.control-bedrooms, .control.control-bathrooms, .control.control-minimum_rent, .control.control-maximum_rent {
	width: 25%;
	flex-direction: column;
}
.control.control-keyword {
	width: 80%;
}
.control.control-btn-search-form {
    display: flex;
    align-self: self-end;
    width: 20%;
    justify-content: end;
}
input[type="submit"] {
    display: flex;
    align-self: center;
    /*margin: 20px 10px 0px 10px !important;*/
    justify-content: end !important;
    text-align: center;
    background-color: #BA9449;
    color: #FFF;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid #BA9449;
    border-radius: 0;
}
input[type="submit"]:hover {
	background-color: #FFF;
	color: #BA9449;
}
p.propertyhive-result-count {
    margin: 0 !important;
}
@media only screen and (max-width: 767px) {
	.control.control-property_type, .control.control-location, .control.control-minimum_price, .control.control-maximum_price, .control.control-bedrooms, .control.control-bathrooms, .control.control-minimum_rent, .control.control-maximum_rent, .control.control-keyword {
		width: 100%;
	}
	input[type="submit"] {
		width: 100%;
		margin: 10px !important;
		text-align: center !important;
        justify-content: center !important;
	}
	.control.control-btn-search-form {
		width: 100% !important;
		justify-content: center !important;
	}
}

svg.e-font-icon-svg.e-fas-compress-alt, svg.e-font-icon-svg.e-fas-bath, svg.e-font-icon-svg.e-fas-bed {
    fill: #BA9449;
    width: 16px;
}
.flag.flag-for-sale, .flag.flag-for-rent, .flag.flag-building {
    top: 10px !important;
    right: 10px !important;
}
.search-property-unfold .premium-unfold-heading {
	text-align: center !important;
}

/* Home */
@media only screen and (max-width: 1100px) {
	.featured-sec .elementor-heading-title {
		color: #000 !important;
	}
}
.featured-loop .swiper.swiper-horizontal {
    padding: 15px !important;
}


/* Single Property */
#container {
	max-width: 100% !important;
}
/*.gallery-column:nth-child(1) {
    width: 100% !important;
	height: 720px !important;
}*/
/** Single Property - Features **/
ul.control-features {
    padding: 0 !important;
}
li.features-icon-list-item svg {
    margin-right: 10px !important;
}
li.features-icon-list-item {
    width: 33%;
    display: inline-block;
}
.property .price {
  display: flex;
  gap: 0.3em;
}
.property .price::after {
    content: ' THB';
}
.property .price-qualifier {
    order: -1;
}
.floorplans {
   /* display: flex !important;
    flex-direction: row !important;
	flex-wrap: wrap !important;*/
	columns: 2 !important;
}
.flex-direction-nav .flex-prev {
    left: 20px;
    opacity: 1 !important;
}
.flex-direction-nav .flex-next {
    right: 20px;
    text-align: right;
	opacity: 1 !important;
}
.flexslider {
	margin: 0 !important;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 25px !important;
}
.flexslider:hover .flex-direction-nav .flex-next {
	right: 25px !important;
}
.flex-direction-nav a:before {
	color: #BA9449 !important;
}
.fancybox__backdrop {
	background: #000000 !important;
}
.fancybox-is-open .fancybox-bg {
	opacity: 1 !important;
}


/** Room Type **/
.control-room-type {
	display: inline-flex;
	justify-content: center;
}
.property-room-type {
	display: inline-block;
	background: #FFF;
	border: 1px solid #BA9449;
	border-radius: 0;
	text-align: center;
	margin: 0 20px;
	padding: 7px 20px;
}
@media only screen and (max-width: 767px) {
	.property-room-type {
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
	li.features-icon-list-item {
		width: 100%;
        margin-bottom: 15px;
	}
}
