.state-toplogo {
    display: none;
}
.mobile_menu {
  display: none;
}
/*
	#custom-header .inner-content .content-right #menu #menu-primary-menu li {
    padding: 10px 10px 10px;
    background-color:<?php echo get_option('tabs_button_color'); ?> !important;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
    transition: all 250ms ease;
    border-radius: 10px 10px 0 0;
    border-top: 1px dotted #fff;
	}*/
@media (min-width: 993px) {
	/* #custom-header .inner-content .content-right #menu #menu-primary-menu li a {
    padding: 0;
    color: #000 !important;
	} */

	/* #custom-header .inner-content .content-right #menu #menu-primary-menu li::before,
	#custom-header .inner-content .content-right #menu #menu-primary-menu li::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 14px;
    background-color: #ffd209;
    transition: all 250ms ease;
	} */

	#custom-header .inner-content .content-right #menu .menu li::before {
    right: -7px;
    transform: skew(14deg, 0deg);
    box-shadow: rgb(0 0 0 / 10%) 3px 0px 5px, inset rgb(255 255 255 / 9%) -1px 0;
    z-index: 2;
    border-radius: 0px 10px 10px 0px;
/*     border-right: 1px dotted #fff; */
	}

	#custom-header .inner-content .content-right #menu .menu li::after {
    left: -7px;
    transform: skew(-14deg, 0deg);
    box-shadow: rgb(0 0 0 / 10%) -3px 0px 5px, inset rgb(255 255 255 / 9%) 1px 0;
    z-index: 1;
    border-radius: 10px 0px 0px 10px;
/*     border-left: 1px dotted #fff; */
	}
}
@media only screen and (min-width: 250px) and (max-width: 992px){
 #menu .desktop_menu{
		display:none;
	}
}
@media only screen and (min-width: 250px) and (max-width: 992px){
	.mobile_menu {
  display: block;
}
}
