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


:root {
	--black: #0b0b0b;
	--golden: #DCAE52;
	--warm: #B3977D
}


/* Header */
header .header-btn {
	margin-left: 30px;
}

header .header-btn a {
	border-radius: 5px;
	border: 1px solid var(--golden);
	padding: 10px 24px !important;
	color: var(--golden) !important;
	transition: .3 all !important;
}

header .header-btn a span {
	margin-right: 7px;
	margin-top: 2px;
	color: var(--golden);
	transition: .3 all !important;
}

header .header-btn a:hover {
	background: var(--golden) !important;
	color: var(--black) !important;
}

header .header-btn a:hover span {
	color: var(--black) !important;
}


/* Homepage */

/* Hero */
.hero-watermark .elementor-heading-title {
	color: transparent;
	-webkit-text-stroke: 1.5px rgba(255, 255, 255, .06);
	white-space: nowrap;
	user-select: none;
}

/* Footer */
footer .elementor-nav-menu {
	columns: 2;
	column-gap: 20px;
}

@media (max-width: 1024px) {
	/* Header */
	header .header-btn {
		margin: 10px 20px 30px;
		display: inline-block
	}

	header .header-btn:hover {
		background: inherit;
	}

	header .header-btn a {
		padding: 10px 20px !important;
		font-size: 13px;
	}

}