.admin-bar #siteHeader {
    top: 32px !important;
}
.wpcf7-not-valid-tip {
    font-size: .75em;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0em 1em;
}
.select-wrap {
	position: relative;
}
.select-wrap select {
  padding-right: 40px;    /* space for arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrap::after {
    /* content: "▼"; */
    content: "\f107";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

@media only screen and (max-width:1024px){
	.submenu-open ul.sub-menu {
		position: relative;
		width: 100%;
	}
	[aria-expanded="false"] .group-hover\:rotate-180{
		--tw-rotate: 0 !important;
	}
	[aria-expanded="false"] ul.sub-menu {
		opacity: 0 !important;
		visibility: hidden !important;
	}
	
}
@media only screen and (max-width:600px){
	.sm-width-100 {
		flex: 1 1 100% !important;
	}
}
