/* 
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
*/
/* Theme Colors */
:root {
	--theme-color-primary: #D4AF37;
	--theme-color-secondary: #737373;
	--theme-color-text: #464646;
	--theme-color-accent: #EDBB1A;
	--theme-color-ordinary-white: #FFF;
	--theme-color-ordinary-black: #000;
	--theme-color-grey-light-500: #E1DEE3;
	--theme-color-grey-light-400: #F3F3F3;
	--theme-color-grey-light-300: #FCFCFC;
}

/* Sections Styles */
/* Footer Section */
.custom-footer, .custom-footer a {
	color: var(--theme-color-ordinary-white);
}

.custom-footer a:hover {
	color: var(--theme-color-primary);
}

/* Jet Search Styles */
.jet-ajax-search__field[type="search"],
.jet-ajax-search__field[type="search"]:focus,
.jet-ajax-search-block .jet-ajax-search__field[type="search"],
.jet-ajax-search-block .jet-ajax-search__field[type="search"]:focus {
	outline-offset: 0;
	outline-width: 1px;
	outline-color: var(--theme-grey-light-500);
}