/*
Theme Name: Maya Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.7.2.1720545041
Updated: 2024-07-09 17:10:41

*/
.shadow-search img{
	height:200px;
}
.glowing-border {
    padding: 20px;
    border: 2px solid transparent; /* Start with transparent border */
    border-radius: 10px; /* Optional: To give rounded corners */
    box-shadow: 0 0 20px rgba(190, 134, 41, 0.6), 0 0 10px rgba(190, 134, 41, 0.4); /* Glowing shadow effect */
    transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.glowing-border:hover {
    box-shadow: 0 0 25px rgba(190, 134, 41, 0.8), 0 0 15px rgba(190, 134, 41, 0.6); /* Increase the shadow intensity on hover */
}
.d-flex{
	gap:10px;
}
.card-text {
    color: #000 !important;
}
.shadow-search {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    margin: 15px 0;
}

.pop-btn{
	background:#be8629 !important;
}
.property-img {
    position: relative;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5); 
    opacity: 0; 
    transition: opacity 0.3s ease; 
}

.property-img:hover .image-overlay {
    opacity: 1; 
}

.hover-button {
    display: inline-block;
    padding: 10px 20px;
    background: #be8629; 
    color: #fff !important; 
    text-decoration: none;
    border-radius: 1px;
    transition: background 0.3s ease;
}

.hover-button:hover {
    background: #000 !important; 
    color: #fff;
}

.ast-footer-copyright a {
    color: #fff !important;
}
.ast-footer-copyright p{
    color: #fff !important;
}
.property-info {
    display: flex;
    gap: 37px;
}
.site-content .ast-container{
	flex-direction:column;
	max-width: 100%;
    margin: 0;
    padding: 0;
}

.main-properties {
    background-image: url('https://new.mayasflats.pl/wp-content/uploads/2024/11/f70cdedf-b416-4757-9a7b-2bf5e75f7d1c.jpeg');
    background-size: 1024px; 
    background-position: center; 
    background-repeat: no-repeat; 
    text-align: center;
    height: 400px;  
}

.p-heading {
    font-size: 3rem !important; 
    font-weight: bold; 
    margin: 0; 
    padding: 0;
	color:#fff !important;
}
.top-padding {
    padding-top: 100px;
}
.property-card {
    border: 1px solid #ddd; 
    border-radius: 5px; 
    overflow: hidden; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    background-color: #fff; 
    margin-bottom: 30px;
}

.property-img img {
    width: 100%;
    height: 290px; 
    display: block; 
}

.property-text {
    padding: 15px; 
}

.property-title h5 {
    font-size: 1.5rem; 
    margin: 0 0 10px;
}

.property-info div {
    margin-bottom: 10px;
}
.vat_check .wpcf7-form-control-wrap{
    width: auto;
    display: inline-block !important;
}

.property-price {
    font-size: 1.2rem;
    font-weight: bold; 
}

.site-btn.btn-line {
    display: inline-block;
    margin-top: 10px;
}


form.mphb_sc_search-form {
    display: flex;
    flex-wrap: wrap; 
    gap: 15px;
    max-width: 100%;
}
form.mphb_sc_search-form p {
    flex: 0 1 calc(16% - 15px);
    box-sizing: border-box;
    margin: 0;
}

form.mphb_sc_search-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}
form.mphb_sc_search-form input[type="text"],
form.mphb_sc_search-form select {
    width: 100%; 
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

.mphb_sc_search-form .button{
    margin-top: 19px !important; 
}
.button,
.mphb-view-details-button,
.mphb-sc-search-submit-button-wrapper input[type="submit"] {
font-family: "EB Garamond", Sans-serif !important;
    font-size: 17px !important;
    font-weight: 400;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #000000 !important;
    border-radius: 1px 1px 1px 1px;
}

form.mphb_sc_search-form br {
    display: none;
}

form.mphb_sc_search-form .mphb-required-fields-tip {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
}


.room-container {
    padding: 20px;
}

.mphb_sc_rooms-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; 
    align-items: baseline;
}


.mphb-room-type {
    flex: 1 1 calc(50% - 20px); 
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
    margin: 0;
}


.mphb_room_type_facility-air-conditioning

{
background:#B46E1B14 !important;
    padding: 16px;
    font-family: 'EB Garamond' !important;
	    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}
.mphb_room_type_facility-air-conditioning .entry-title{
    font-family: "EB Garamond", Sans-serif !important;
    font-size: 37px;
    font-weight: 600;
}
.mphb_room_type_facility-air-conditioning a{
	text-decoration:None !important;
}
select#mphb_children-mphb-search-form-66a3da96511ac {
    padding: 0 11px !important;
}
.site-navigation a{
    text-transform: uppercase !important;
}
.read-more{
    color: #B46E1B !important;

}
.wpcf7-list-item{
    margin: 0 !important;
}
.ast-site-identity{
	    display: flex;
    align-content: space-around;
    flex-direction: column;
    align-items: center;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #000;
    border-radius: 2px;
    padding: 15px 30px;
}
label{
	color: #000000;
    font-family: "EB Garamond", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
@media screen and (max-width: 480px) {
	.elementor-widget-video .e-hosted-video .elementor-video {
    object-fit: fill !important;
height:318px;
   
	}
body.home footer {
    margin-bottom: 0px;
}
.site-title a{
		color:#000 !important;
	}
}

  @media (max-width: 768px) {
    form.mphb_sc_search-form {
        flex-direction: column;
    }
    form.mphb_sc_search-form p {
        flex: 1 1 100%;
    }
 form.mphb_sc_search-form {
        flex-direction: column;
    }

    form.mphb_sc_search-form p {
        flex: 1 1 100%;
    }
.d-flex {
    flex-direction: column;
}

.main-properties {
    background-image: url('https://new.mayasflats.pl/wp-content/uploads/2024/11/IMG_5879-1.png');
    background-size:contain; 
    background-position: center; 
    background-repeat: no-repeat; 
    text-align: center;
    height: 300px;
}
}

.room-items {
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	overflow: hidden;
}

.room-items .room-img {
	border-radius: 4px 4px 0 0;
	height: 290px;
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-id-5341 header{
    position: relative !important;
}

.room-items .room-img .room-content {
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 15px;
}

.room-items .room-img .room-content i {
	color: #fff;
	display: inline-block;
}

.room-items .room-text {
	padding: 15px;
	border-radius: 0 0 4px 4px;
}

.room-items .room-text .room-details {
	padding-bottom: 8px;
	overflow: hidden;
	margin-bottom: 9px;
	border-bottom: 1px solid #f3f3f3;
	margin-left: -15px;
	margin-right: -15px;
}

.room-items .room-text .room-details .room-title {
	padding: 0 15px;
}

.room-items .room-text .room-details .room-title h5 {
	color: #30304e;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px;
}

.room-items .room-text .room-details .room-title a {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 10px;
}

.room-items .room-text .room-details .room-title a i {
	display: inline-block;
	color: #000000;
	position: absolute;
	top: 5px;
}

.room-items .room-text .room-details .room-title a span {
	display: inline-block;
	color: #8f8fa8;
	font-size: 12px;
	font-weight: 500;
	margin-left: 23px;
}

.room-features {
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 12px;
	border-bottom: 1px solid #f3f3f3;
	margin-left: -30px;
	margin-right: -20px;
}

.room-features .room-info {
	padding-left: 30px;
	padding-right: 20px;
	display: flex;
	justify-content: space-between;
}

.room-features .room-info .size {
	/* display: inline-block; */
	margin-right: 28px;
	/* float: left; */
}

.room-features .room-info .size p {
	font-size: 12px;
	margin-bottom: 5px;
}

.room-features .room-info .size span {
	color: #30304e;
	font-size: 14px;
	font-weight: 400;
}
.room-features .room-info .beds {
	/* display: inline-block; */
	margin-right: 28px;
	/* float: left; */
}

.room-features .room-info .beds p {
	font-size: 12px;
	margin-bottom: 5px;
}

.room-features .room-info .beds span {
	color: #30304e;
	font-size: 14px;
	font-weight: 500;
	margin-left: 0px;
}

.room-features .room-info .baths {
	/* display: inline-block; */
	margin-right: 28px;
	/* float: left; */
}

.room-features .room-info .baths p {
	font-size: 12px;
	margin-bottom: 5px;
}

.room-features .room-info .baths span {
	color: #30304e;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

.room-features .room-info .garage {
	display: inline-block;
	float: left;
}
.room-features .room-info .garage p {
	font-size: 12px;
	margin-bottom: 5px;
}
.room-features .room-info .garage span {
	color: #30304e;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

.room-items .room-text .room-price {
	display: inline-block;
}

.room-items .room-text .room-price p {
	color: #8f8fa8;
	font-size: 16px;
	margin-bottom: -7px;
}

.room-items .room-text .room-price span {
	color: #30304e;
	font-size: 24px;
	font-weight: 500;
}

.room-items .room-text .site-btn.btn-line {
	float: right;
	margin-top: 8px;
	margin-bottom: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.room-items .room-text .site-btn.btn-line:hover {
	color: #fff;
	background: #8AD144;
	border-color: #8AD144;
}
.site-btn {
	display: inline-block;
	border: 2px solid #8f8fa8;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 25px;
	border-radius: 4px;
	color: #8f8fa8;
	line-height: normal;
}


.rtl-slider-flex {
  width: 50%;
  padding: 0.75em 0.75em 0.5em;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 1px 5px rgba(0,0,0,0.15);
}
.thumb-prev,
.thumb-next {
  bottom: 12px !important;
  right: calc(9% + 0.75em) !important;
}
.thumb-prev {
  right: calc(0% + 0.75em) !important;
}
/* Necessary styles */
/*Slider*/
	  
.slider > div {
  display:block; width:100%; padding: 20px 0 20px;
 
  text-align: center; font-size: 2em;
}
.slider img , .slider-nav img{
  display:block; width:100%; 
}

/* Navigation */
.slider-nav { text-align: center;    display: flex;
	justify-content: space-between; }
.slider-nav > div {
  display:inline-block;
  width:100px; margin: 0 5px; padding: 3px 0;
  text-align: center; font-size:2em;cursor: pointer;
}

.property-title h3 {
	color: #30304e;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 7px;
}
.property-title a {
	color: #6f6f8a;
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
}
.property-price p {
    color: #8f8fa8;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: -4px;
}

.no-desc {
    background: #be8629;
    color: #fff;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
}
.search-text{
	color: #FFFFFF !important;
    font-family: "EB Garamond", Sans-serif !important;
    font-size: 38px !important;
    font-weight: bold;
}
.from-div {
    background: #fff;
    margin-bottom: 50px;
}

.background-image {
    background-image: url('/wp-content/uploads/2024/07/Luxury-apartment-living-room-wallpaper-1920x1200-1.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    height: 400px; 
    width: 100%;
}



input{
	margin-right: 4px !important;
}
select{
	margin-right: 4px !important;
}
