/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2023 | 10:36:52 */
/*.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #CCB075;
    bottom: 4px;
    left:50%;
    transform: translate(-50%,-0);
}*/

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a:after {
    content: '';
    position: absolute;
    background: #ccb075 !important;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    opacity: 1 !important;
}

.elementor-nav-menu--dropdown li:not(:last-child):after{
    content:'';
    position: absolute;
    width: 80%;
    height: 1px;
    background: #f0f0f0;
    left:50%;
    transform: translate(-50%,-0);
}

.elementor-nav-menu .sub-arrow {
    display: none !important;
}

body ul.elementor-nav-menu--dropdown a, body ul.elementor-nav-menu--dropdown a:focus, body ul.elementor-nav-menu--dropdown a:hover {
    border-left: none;
}

@media screen and (max-width:1024px){
	
.elementor-nav-menu--dropdown li:not(:last-child):after {
 content:'';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #cbb075;
    left:50%;
    transform: translate(-50%,-0);
}
	
a.elementor-sub-item:after{
content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    background: #F7F7F7 !important;
    bottom: -2px;
    z-index: 20;
}
	.elementor-nav-menu .sub-arrow{
    display: block !important;
    position:absolute !important;
    right:40px; 
}
	.sub-menu {
background-color:#F7F7F7 !important;
		width:80% !important;
		margin:0 auto !important;
}
