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

b, strong {
	font-weight:600;
}	

header.site-header {
	padding: 0;
}

header .site-branding {
	max-width: 180px;
	background-color: #010101;
	padding: 12px 20px 5px 20px;
	z-index: 1;
}

header .header-black {
	background-color: #010101;
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -195%;
}

header nav a {
	color: var( --e-global-color-text )!important;
	font-size: 16px;
	font-weight: 600;
}

header .site-navigation-toggle {
	width: 30px;
	background-color: transparent!important;
	color: var( --e-global-color-text )!important;
}

footer {
	background-color: #e3dfd9;
	margin-top: 16px;
}

footer a.footer-link {
	color: var( --e-global-color-text )!important;
	font-weight: 600;
}

footer a.footer-icon {
	display: inline-block;
	width: 28px;
	height: auto;
}

@media ( min-width:1200px ) {
	header nav.site-navigation-dropdown,
	header div.site-navigation-toggle-holder {
		display: none!important;
	}
}

@media ( max-width:1199px ) {
	header nav.site-navigation {
		display: none!important;
	}
}

@media ( max-width:1023px ) {
	footer {
		font-size: 10px;
	}
	footer p {
		margin: 0;
	}
}

@media ( max-width:475px ) {
	footer {
		font-size: 14px;
	}
}