.actions-toolbar > .primary button {
  border: 1px solid #E23C13;
  color: white;
  background-color: #E23C13;
  font-size: 19px;
  font-family: 'Bebas Neue Book';
  font-weight: 700;
  padding: 10px 0;
  width: 100%;
  min-height: 44px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .actions-toolbar > .primary button {
    width: 140px;
  }
}
.actions-toolbar > .primary button:hover {
  border: 1px solid #1e1e1e;
  color: white;
  background-color: #1e1e1e;
}
.actions-toolbar > .primary button span {
  letter-spacing: .9px;
}
.form-bg {
  height: 700px;
  width: 100%;
  position: absolute;
  left: 0;
  background: #EBEBEB;
}
form#contact-form {
  position: relative;
  padding: 80px 0;
  margin: 0 auto;
}
form#contact-form input,
form#contact-form textarea {
  font-size: 16px;
}
.page-wrapper {
  background: transparent;
}
.page-main .page-title-wrapper {
  margin-top: 3.5rem;
}
.page-main .page-title-wrapper h1.page-title {
  font-weight: 700;
  font-size: 3em;
  margin: 0 0 20px;
  line-height: 1.1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  text-transform: inherit;
  font-family: 'Bebas Neue Regular';
}
/**
DESKTOP ONLY
*/
/**
MOBILE ONLY
*/
