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

body {
    font-family: 'Roboto';
}

/* Footer */ 

.footer-zone p {
    text-align: center;
		font-family: 'Roboto';
}
.copyright-zone {
    margin-top: 20px;
}

.links-men {
		margin-top: 20px;
    font-family: 'Roboto';
    text-align: center;
}

/* Header */ 

header#site-header {
    background-color: white;
    z-index: 100;
    top: 0;
    position: fixed;
    width: 100%;
}

.custom-logo-link img {
		max-width: 200px;
}

.menu-item a {
    color: black;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu-item a:hover {
	color: #F26822;
}

.site-navigation ul.menu li a {
    display: block;
    padding: 8px 30px;
}

.site-navigation ul.menu li.menu-item-has-children:after {
    display: none;
}

.site-navigation ul.menu li ul {
    padding: 30px 10px;
}

.site-navigation .menu-item li {
    border-bottom: 1px solid #eee;
    padding: 20px 0px;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #fff;
    background: #F26822;
}

.site-navigation-toggle-holder .site-navigation-toggle {
    background-color: #fff;
}

.site-navigation-dropdown ul.menu li a {
	color: #000;
}


/* Responsive */

@media (min-width: 1200px) {
 		
	.header-inner {
    	max-width: 1400px!important;
}
	}

