/*
Theme Name: The Golden Mount News
Theme URI: https://www.thegoldenmount.com/
Author: Web Support Services
Description: Tailwind-powered UK transport compliance news theme.
Version: 2.0.0
Text Domain: goldenmount
*/

.prose p { margin: 0 0 1.35rem; }
.prose h2 { margin: 2.25rem 0 1rem; font-size: 2rem; line-height: 1.15; }
.prose ul { margin: 1.5rem 0; padding-left: 1.5rem; list-style: disc; }
.prose li { margin: .45rem 0; }
.prose blockquote { margin: 2rem 0; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
@keyframes gmTicker {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}

.nf-form-cont .nf-form-content {
  padding: 0;
}

.nf-form-cont .nf-form-content label,
.nf-form-cont .nf-field-label label,
.nf-form-cont .nf-field-description,
.nf-form-cont .ninja-forms-req-symbol {
  color: #171717;
}

.nf-form-cont .nf-form-content input:not([type="button"]):not([type="submit"]),
.nf-form-cont .nf-form-content textarea,
.nf-form-cont .nf-form-content select {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 0.375rem;
  background: #ffffff;
  color: #171717;
  padding: 0.875rem 1rem;
  line-height: 1.5;
}

.nf-form-cont .nf-form-content input::placeholder,
.nf-form-cont .nf-form-content textarea::placeholder {
  color: #737373;
}

.nf-form-cont .nf-form-content textarea {
  min-height: 10rem;
}

.nf-form-cont .nf-form-content input:focus,
.nf-form-cont .nf-form-content textarea:focus,
.nf-form-cont .nf-form-content select:focus {
  outline: none;
  border-color: #c70d1a;
  box-shadow: 0 0 0 3px rgba(199, 13, 26, 0.12);
}

.nf-form-cont .nf-form-content .submit-wrap input[type="button"],
.nf-form-cont .nf-form-content .submit-wrap input[type="submit"] {
  border: 0;
  border-radius: 0.375rem;
  background: #171717;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0.9rem 1.4rem;
  text-transform: uppercase;
}

.nf-form-cont .nf-form-content .submit-wrap input[type="button"]:hover,
.nf-form-cont .nf-form-content .submit-wrap input[type="submit"]:hover {
  background: #c70d1a;
}
