/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1647763713
Updated: 2022-03-20 09:08:33

*/

.page-header{
	display: none;
}

#no-deco a{
	text-decoration: none;
}

#no-deco-dark a{
	color: #CAAB70 !important;
	text-decoration: none;
}

#no-deco-dark a:hover{
	color: none !important;
	text-decoration: underline;
}

@media (max-width: 767px){
.elementor-12 .elementor-element.elementor-element-6bac7eda:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-6bac7eda > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position: center;
    background-size: 1000px auto;
}}

.site-branding img{
	height:auto;
	width:150px;
}

.menu-item a{
	color: #22223b;
	display: inline-block;
  	position: relative;
}

.menu-item a:after{
	 content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #CBB692;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.menu-item a:hover:after{
	transform: scaleX(1);
 	 transform-origin: bottom left;
}

.fas .fa-align-justify::before{
	content: "Menu " !important;	
}