header.site-header .top-ads {
    border-bottom: 1px solid rgb(255 255 255 / 39%) !important;
}
header.site-header .bottom-ads {
    border-top: 1px solid rgb(255 255 255 / 39%) !important;
}
a.site-btn {
    font-weight: 600 !important;
    border: none !important;
}
.site-footer {
    border: none !important;
    box-shadow: 0 -4px 10px rgba(108, 76, 132, 0.25);
}
.form-container .form-field button {
    border: none !important;
}
.contact-page-wrap .contact-site-form .form-field-wrap {
    background-color: #f8f3fb !important;
}
.site-media.black a.sprite span {
    filter: brightness(0) invert(1) !important;
}
.hide {
  display: none;  
}
.sub-menu .menu-item-has-children > a::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 200px;
}