/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@import url("https://use.typekit.net/tox0dkq.css");
@import url('https://fonts.googleapis.com/css2?family=Elms+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body{
	 font-family: "Elms Sans", sans-serif !important;
} 
h1, h2, h3, h4, h5, h6{
    font-family: "la-mericana", sans-serif !important;
}
p{
	 font-family: "Elms Sans", sans-serif !important;
}
fieldset#field_1_7 input {
    height: auto;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    padding-top: -26px;
}
div#gform_fields_1 input, div#gform_fields_1 select{
    outline: none;
    background: none;
    color: #492628;
    height: 42px;
    padding: 0;
    border-radius: 0px;
    border-bottom: 1px solid #492628 !important;
    border: none;
}

div#gform_fields_1 textarea {
    outline: none;
    background: none;
    color: #492628;
    padding: 0;
    border-radius: 0px;
    border-bottom: 1px solid #492628 !important;
    border: none;
    height: 130px;
}

fieldset#field_1_7 .ginput_container_consent {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gform-footer.gform_footer.top_label {
    padding: 0;
    margin: 0;
    text-align: center;
    justify-content: center;
    padding-top: 20px;
}
#gform_wrapper_1 input#gform_submit_button_1 {
    border-radius: 10px;
    padding: 12px 25px 12px 25px;
    background: #000;
    color: #fff;
    font-weight: 500;
    height: auto;
    outline: none;
    border: 1px solid #492628;
    background: transparent;
    color: #492628;
    margin-bottom:0 !important;
}
#gform_wrapper_1 input#gform_submit_button_1:hover {

    border: 1px solid #fff;
    background: #BB933D;
    color:#fff;
  
}


/* Gravity Forms Placeholder Color */
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #492628;
    opacity: 1; /* Firefox support */
}

/* Firefox */
.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
    color: #492628;
    opacity: 1;
}

/* Edge/IE */
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
    color: #492628;
}
label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    color: #492628;
}
.main-anchor a{
	color: #f0e7d8;
}
 h2.gform_submission_error.hide_summary:focus-visible {
    outline: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors:focus {
    outline: none !important;
    outline-offset: 0px !important;
}
	 span.gform-icon.gform-icon--circle-error {
    display: none !important;
}
.gform_wrapper .validation_message {
border:none !important;
padding:0px  !important;
margin:0px !important;
font-size: 14px !important;
    font-weight: 400 !important;
background:none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 0px !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: "Elms Sans", sans-serif !important;
}
.bedroom-box .from p{
    margin-bottom:0px !important;
}
.residence-tabs-select-wrap { display: none; }

.residence-tabs-select {
  display: block;
  width: 100%;
  padding: 14px 44px 14px 16px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #BB933D url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 16px center / 18px;
  border: 1px solid #BB933D;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
}

/* open dropdown list ke options — desktop browsers pe kaam karta hai */
.residence-tabs-select option {
  background-color: #fff;
  color: #6B6B6B;
}

.stickyheader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  transition: background-color .35s ease, padding .35s ease, box-shadow .35s ease;
}

.stickyheader.is-stuck {
    background-color: #492628;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .18);
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
}

/* header fixed hone se page content upar chad jayega — us gap ko bharne ke liye */
body { padding-top: 0; }
.stickyheader.is-stuck img.attachment-full {
    width: 170px;
}

/* WP admin bar logged-in users ke liye */
body.admin-bar .stickyheader { top: 32px; }


.lt-res-slider .lt-res-meta img.amenityicon {
    width: 20px;
    margin-right: 5px;
    height: 20px;
    object-fit: contain;
}
.lt-res-slider .lt-res-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.lt-res-slider .lt-res-meta span {
    display: flex;
    gap: 2px;
}
.residence-tabs-select:focus, .residence-tabs-select:active, .residence-tabs-select:hover{
	outline:none;
	box-shadow:none;
}
@media (max-width: 782px) {
  body.admin-bar .stickyheader { top: 46px; }
}

@media (max-width: 767px) {
  .residencetabs .residence-tabs-select-wrap {
    display: block !important;
    margin: 0 0 24px;
  }
  .residencetabs .e-n-tabs-heading { display: none !important; }
}
   @media (min-width:320px) and (max-width:767px) {       
    .lt-res-slider .lt-res-title {
    font-size: 20px;
}   
   .lt-res-slider .lt-res-copy {
    font-size: 16px;
  
}
.lt-res-slider .lt-res-nav {
    top: 30%;

}
      }      
       
       
@media (min-width:768px) and (max-width:991px) {       
    .lt-res-slider .lt-res-title {
    font-size: 20px;
}   
   .lt-res-slider .lt-res-copy {
    font-size: 16px;
  
}   
.lt-res-slider .lt-res-nav {
    top: 28%;
}	
	.lt-res-slider .swiper-slide.lt-res-slide {
    width: 300px !important;
    max-width: 300px;
}
	
      } 



@media (min-width:1200px) and (max-width:1700px) { 
.lt-res-slider .lt-res-nav {
    top: 30%;
   
}
}

 @media (min-width:991px) and (max-width:1199px) {     
 #menu-1-2dd97ec li a.elementor-item{
    font-size: 13px  !important;
      padding-left: 5px  !important;
    padding-right: 5px  !important;
    }  
	 	.lt-res-slider .swiper-slide.lt-res-slide {
    width: 300px !important;
    max-width: 300px;
}
          }

@media (min-width:1200px) and (max-width:1499px) {    
	 	.lt-res-slider .swiper-slide.lt-res-slide {
    width: 300px !important;
    max-width: 300px;
}
}

@media (min-width:1500px) { 
.lt-res-slider .swiper-slide.lt-res-slide {
    width: 350px !important;
    max-width: 350px;
    height: auto;
    flex-shrink: 0;
    text-align: center;
    opacity: .50;
    transition: opacity .45s ease;
}
}

@media (min-width:1700px) { 
.lt-res-slider .swiper-slide.lt-res-slide {
    width: 400px !important;
    max-width: 400px;
}
}
       