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

:root {
	--clr-primary: #b1853c;
	--clr-secondary: #b6a999;
	--clr-accent: #ecba6e;
}

/* typography */
ul {
	margin-bottom: 30px;
}

/* header/nav */
#header {
	transition: all .2s ease-in;
}

#header.elementor-sticky--active {
	background: #fff;
}

.logged-in #header {
	top: 89px;
}

#header-sticky {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#header-sticky.elementor-sticky--effects {
    opacity: 1;
    visibility: visible;
}

/* home */
.home #why-choose .elementor-element .elementor-icon {
	transform: rotate(-45deg);
}

/* sidebar */
#sidebar .contact-info a {
	color: #fff;
	transition: all .2s ease-in;
}

#sidebar .contact-info a:hover {
	color: var(--clr-accent);
}

/* content boxes */
.features .elementor-element .elementor-image-box-wrapper .elementor-image-box-img {
	padding: 10px;
	background: var(--clr-primary);
}

.features .elementor-image-box-title {
	margin-top: 0;
}




div#header .noshow {
    display: none !important;
}