/* 
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.02
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
*/
.elementor-sticky--active {
	width: 100% !important;
}
.elementor-nav-menu--main:not(.e--pointer-framed) .menu-btn .elementor-item:after {
    content: none;
}
.elementor-nav-menu--main:not(.e--pointer-framed) .menu-btn .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    opacity: 1;
}
.elementor-nav-menu--main:not(.e--pointer-framed) .menu-btn .elementor-item:before {
    background-color: transparent !important;
}
.menu-btn a {
    border-radius: 999px;
	color: #ffffff !important;
	padding: 1rem 2rem !important;
}
.menu-btn a:before {
    content: "";
    display: block;
	position: relative !important;
    margin-right: 0.7rem;
}
.menu-btn.documents-list a {
    background: #fdb913;
}
.menu-btn.documents-list a:before {
    background: url(images/icon-document.png) no-repeat center / contain;
    width: 18px;
    height: 20px;
}
.menu-btn.contact-us a {
    background: #ff7c2d;
}
.menu-btn.contact-us a:before {
    background: url(images/icon-contact.png) no-repeat center / contain;
    width: 25px;
    height: 19px;
}
.menu-btn a:hover {
    opacity: 0.7;
}
@media only screen and (max-width: 1600px) {
	.menu-btn a {
		padding: 0.8rem 1.5rem !important;
	}
}
@media only screen and (max-width: 1400px) {
	.menu-btn a {
		padding: 0.6rem 1rem !important;
	}
}
/*@media only screen and (max-width: 767px) {
    
}*/