.main-header-bar {
  height: 81px;
}
.site-header .menu-text {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.frm_style_style-formidable.with_frm_style .frm_submit button {
  font-family: "Oswald", Sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 1em;
  background-color: #000000;
  box-shadow: none;
  text-decoration: none;
  padding: 30;
  letter-spacing: 5px;
  border-width: 0;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .ast-plain-container.ast-no-sidebar #primary {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .ast-plain-container.ast-no-sidebar #primary {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 568px) {
  .ast-button-wrap .menu-toggle .menu-toggle-icon {
    color: #9A9924;
  }
  .site-header .menu-text {
    text-align: center;
    width: 200px;
    margin: auto;
    display: block;
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 320px) {
  .ast-button-wrap .menu-toggle .menu-toggle-icon {
    color: #9A9924;
  }
  .site-header .menu-text {
    text-align: center;
    width: 200px;
    margin: auto;
    display: block;
    font-size: 20px;
    line-height: 25px;
  }
  .ast-plain-container.ast-no-sidebar #primary {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .main-header-menu .menu-item:hover::after,
  .main-header-menu .current_page_item::after {
    content: "";
    border: 12px solid #000;
    border-bottom-color: #000000;
    border-bottom-color: #9A9924;
    left: 50%;
    display: block;
    position: absolute;
    bottom: -10px;
    margin-left: -10px;
  }
}
