/* 
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
*/
.logo-menu a{
	padding:0 !important;
}
.logo-menu .menu-text{
	display: none;
}

.logo-menu .menu-text{
	font-size: 0;
	background-image:url(/wp-content/uploads/2024/08/proser-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 49px;
	width: 194px;    
	display: block;
}
.she-header .logo-menu .menu-text{
	background-image:url(/wp-content/uploads/2024/08/proser-logo.png);
}
.logo-menu a{
	margin: 0 0px 20px;
	padding: 8px 15px !important;
}

@media (max-width:1165px) and (min-width:768px){
	.custom-header .menu-item-link-top .lakit-nav-link-text{
		font-size: 14px !important;
	}
	.custom-header .lakit-iconbox__subtitle { 
    	font-size: 11px !important;	
	}
	.custom-header .lakit-iconbox__title{
		font-size: 17px !important;	
	}
	.custom-header .lakit-iconbox__box_icon{
		font-size: 30px !important;
	}
	.logo-menu .menu-text {
		width: 192px
	}
}
@media (min-width:1024px){