/*
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 2.9.1753861287
Updated: 2025-07-30 07:41:27

*/

body{background:#ffffff!important;}
input,button.textarea {  outline:none;}
:focus-visible {    outline: none !important;}
:focus-within {    outline: none !important;}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 16px;
	-webkit-text-size-adjust: none; 
}
*{
	-webkit-text-size-adjust: none;
}

.ehf-header header#masthead {   
    position: absolute;
    width: 100%;
    top: 0px;
    background: transparent;
}

.elementor.elementor-8 .elementor-element.sub_hdg.elementor-widget.elementor-widget-text-editor h4 {
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;   
    letter-spacing: 6px;
    margin-bottom: 5px;
    margin-top:5px
}

.elementor.elementor-8 .main_heading .elementor-heading-title {
    font-size: 46px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #222;   
    margin-bottom: 20px;
    line-height: 1.25em;
    margin-top:5px
}

.elementor.elementor-8 .serv_section .elementor-element.sub_hdg.elementor-widget.elementor-widget-text-editor h4 {
   color: #aa8453;}
.elementor.elementor-8 .serv_section .main_heading .elementor-heading-title, .elementor.elementor-8 .rev_section .main_heading .elementor-heading-title, .elementor.elementor-8 .rev_section .elementor-element.sub_hdg.elementor-widget.elementor-widget-text-editor h4 {
 color: #ffffff;}

.elementor-element.facil_box h3.elementor-icon-box-title {
    margin-top: 2rem;
}


.elementor-element.elementor-element-d47aae7.e-con-full.form_box.e-flex.e-con.e-child {
        position: relative;
    background: #f8f5f0;
    padding: 45px;
    margin-bottom: -95px;
}


body button.wphb-button {
        display: block;
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
    background: #aa8453;
    color: #fff;  
    font-size: 15px;
    text-decoration: none;
    line-height: 62px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    letter-spacing: 3px;
    text-transform: uppercase;
}
body button.wphb-button:hover {
     background: #222;
    color: #aa8453;
}

.elementor-element.elementor-element-d47aae7.e-con-full.form_box ul.hb-form-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.elementor-element.elementor-element-d47aae7.e-con-full.form_box li.hb-form-field {
    width: 48%;
}

.elementor-element.elementor-element-d47aae7.e-con-full.form_box h3 {
    font-size: 28px;
    margin: 0 auto 2rem;
}

body .hotel-booking-search select, body .hotel-booking-search input[type=text] {
    color:#7a7a7a;
}


.elementor-element.elementor-element-d47aae7.e-con-full.form_box .hb-form-field label {
    display:none;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: unset;
    width: 100%!important;
} 

/*Responsive CSS Start*/
@media only screen and (max-width: 1100px) {
	
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){
	
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
	
}


@media only screen and (max-width: 991px) {
	.elementor.elementor-8 .main_heading .elementor-heading-title {
    font-size: 30px;}

}
@media only screen and (max-width: 991px)  and (orientation:portrait){
	
}
@media only screen and (max-width: 991px)  and (orientation:landscape){
	
}

@media only screen and (max-width: 767px) {
		

}
@media only screen and (max-width:767px) and (orientation:portrait){
	/* For mobile phones: and (min-width: 480px)*/
  [class*="col-"] {    width: 100%;  }
	
}

@media only screen and (max-width: 767px) and (orientation: landscape){
	
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
/* For mobile phones: */
  [class*="col-"] {width: 100%;}
	
}

/*Responsive CSS End*/
