/* 
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.0
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 */


.booking a{
	background-color:var( --e-global-color-5c12d1f );
	color:var( --e-global-color-f8e765b ) !important;
	letter-spacing:3px;
	display:inline-block;
}
.booking a:hover{
	background-color:	var( --e-global-color-secondary );
}

.quick-links .elementor-icon-list-text{
	text-decoration:underline;
	    text-underline-offset: 3px;
}

.elementor-location-footer .quick-links p,
.elementor-location-footer .bottom-part p{
	margin-bottom:0;
}

.elementor-location-footer .elementor-widget-text-editor a{
	    color: var(--e-global-color-text);
}
.elementor-location-footer .elementor-widget-text-editor a:hover{
	color:var( --e-global-color-f8e765b );
}
.elementor-location-footer .bottom-part .elementor-nav-menu a{
	    text-decoration:underline;
	    text-underline-offset: 3px;
	
}

.elementor-social-icon:hover{
	opacity:0.5;
}
#SearchButton svg:hover{
		opacity:0.5;
}

@media(max-width:1200px){
	.elementor-location-header .elementor-nav-menu{
		padding-left: 10px;
   		padding-bottom: 15px;
	}
	.booking a{
		margin-top:10px;
	}
	
}

.get-in-touch .elementor-widget-text-editor a{
	    color: var(--e-global-color-text);
}

.get-in-touch .elementor-widget-text-editor a:hover{
	color:var( --e-global-color-f8e765b );
}
@media(max-width:767px){
	.gallery-section .e-con-full{
		display:block;
	}
}

.forminator-ui label{
    font-weight: 400 !important;
    font-size: 16px !important;
}
.forminator-ui .forminator-row{
    margin-bottom: 10px !important;
}
.forminator-ui .forminator-checkbox{
    align-items: flex-start !important;
}
.forminator-ui .forminator-button-submit{
    min-width: 180px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 0 !important;
    border: 0 !important;
    margin-top: 13px !important;
	padding: 15px !important;
}
.forminator-ui .forminator-checkbox-label a{
    color: var(--e-global-color-text);
    text-decoration: underline;
}
.forminator-ui .forminator-checkbox-label a:hover{
   color:var( --e-global-color-f8e765b );
}
.forminator-ui .select2-selection{
	background-color:#fff !important;
	border-color:#51777c !important;
}

.forminator-ui.forminator-custom-form-328 .forminator-button-submit{
	min-width:300px !important;
	display:block !important;
	margin:35px auto  15px auto !important;
}

#forminator-module-528 .forminator-button-submit{
	min-width:300px !important;
	    margin-top: 30px !important;
}
@media(min-width:783px){

	#forminator-module-528 .custom-date{
		    flex: 0 0 50%;
	}
}

.forminator-ui .forminator-icon-calendar{
	left:inherit !important;
	right:15px;
}
.forminator-ui .forminator-icon-calendar:before{
	background-image:url('/wp-content/uploads/2025/02/calender-icon.svg');
	color: transparent !important;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
}
.forminator-ui .forminator-datepicker{
	padding-left:8px !important;
}
.forminator-ui .forminator-select .forminator-icon-chevron-down:before{
	background-image:url('/wp-content/uploads/2025/02/dropdown-icon.svg');
	color: transparent !important;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
}

.green-link a{
	color:var( --e-global-color-f8e765b );
}

.green-link a:hover{
	color:#000;
}
