/* 
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
*/
@font-face {
    font-family: 'Ottawa Plain';
    font-style: normal;
    font-weight: normal;
    src: local('Ottawa Plain'), url('/pureglo-new/wp-content/themes/hello-theme-child-master/fonts/Ottawa.woff') format('woff');
    }
    

@media only screen and (min-width: 1024px) {
	.elementor-nav-menu li .sub-menu  {
		background:#fff;
		padding: 20px 0;
		z-index: 9999;
		width: 240px !important;
		border-top: 3px solid #f4d685 !important;
		box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
		-webkit-transform: translateZ(0);
	}
	.elementor-nav-menu li .sub-menu li {
		padding: 0 20px;
		margin: 0;
	}
	.wpmenucart-contents {
		color: #000000E6;
		fill: #000000E6;
		padding:0 7px !important;
		font-family: "Roboto", Sans-serif;
		font-size: 17px;
		font-weight: 700;
		line-height: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.wpmenucart-contents {
		padding:0 20px !important;
		font-family: "Roboto", Sans-serif;
		font-size: 17px;
		line-height: 30px;
	}
	.elementor-nav-menu--dropdown .elementor-sub-item {
		font-weight:400 !important;
	}
}