/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*****************/
/* General Fixes */
/*****************/

/* Remove Safari webkit styling */
input[type=text], input[type=button], input[type=submit], input[type=tel], input[type=email], textarea {
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
}

/* Remove focus */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none!important;
}

/* General */
.no-margin-bot div p {
    margin-bottom: 0;
}

a {
	transition: color 0.2s ease;
}

/* Elementor Icon fix */
.elementor-icon-wrapper,
.pp-offcanvas-content-wrap {
	line-height: 0!important;
}

.elementor-icon svg {
	transition: all 0.2s ease;
}

/* Elementor Icon normalize */
.icon-normal div div .elementor-icon svg {
	height: auto!important;
}

/* Elementor Icon List Fix */
.elementor-icon-list-item a {
	align-items: center!important;
}

.elementor-icon-list-icon {
	line-height: 0!important;
}

/* Webkit shear x fix */
#Search::-webkit-search-cancel-button {
    color: var( --e-global-color-primary );
}

/* Elementor Nav drop down fixes */
.elementor-nav-menu ul {
	padding-inline-start: 0px!important;
}

.elementor-nav-menu ul li a {
	border-right: 8px solid transparent;
}

.visually-hidden {
	font-size: 0!important;
	width: 1px!important;
	height: 1px!important;
	display: inline-block!important;
	overflow: hidden;
	position: absolute!important;
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
	clip: rect(1px,1px,1px,1px);
}

.elementor-editor-active .visually-hidden {
font-size: inherit!important;
	width: inherit!important;
	height: inherit!important;
	display: inherit!important;
	overflow: inherit!important;
	position: inherit!important;
	border: inherit!important;
	padding: inherit!important;
	margin: inherit!important;
}

/***************/
/* Typopgraphy */
/***************/
/* links */
.elementor-widget-text-editor a,
.elementor-widget-heading a {
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.elementor-widget-text-editor a:hover,
.elementor-widget-heading a:hover {
	opacity: 0.6;
}

.link-light.elementor-widget-text-editor a {
	color: #fff;
}

/***************/
/* Form Fields */
/***************/

.elementor-field-group .elementor-field-textual:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
	border-color: var( --e-global-color-secondary )!important;
	color: var( --e-global-color-secondary )!important;
}

/*
 * Nav
 */
.main-nav li:last-child a {
	background-color: var( --e-global-color-secondary );
	padding: 0.6em 1em!important;
	margin-inline-start: 0!important;
}

.main-nav li:last-child a:hover {
	color: var( --e-global-color-2143634 )!important;
	background-color: #B0792C80;
}

.main-nav li:last-child a:after {
	height: 0px;
}

/*
 * Events & Catering
 */
.venues-container .elementor-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.venues-container .elementor-container .elementor-container {
    display: flex;
}

.venues-container .elementor-container .elementor-column {
    width: 100%;
}

@media (max-width: 1024px) {
    .venues-container .elementor-container {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
    .venues-container .elementor-container {
		grid-template-columns: 1fr;
	}
}

/* slider background transparency fix */
.get-inspired div#n2-ss-2 .n2-ss-slide {
   background-color: RGBA(255,255,255,0);
}

/*
 * Footer
 */
@media (max-width: 767px) {
    .footer-nav li a {
		justify-content: center;
	}
}

/*
 * Reservation Popup
 */
.reservation-popup .reservation-widget .elementor-widget-container div div:nth-child(2) {
	display: none;
}