/**
 * WordPress-only overrides for the Contact page.
 *
 * @package Azee_Theme
 */

body.azee-contact-page {
  background-color: #041418;
}

body.azee-contact-page .social-icon {
  color: #d4af37;
  text-decoration: none;
}

body.azee-contact-page .social-icon:visited,
body.azee-contact-page .social-icon:hover,
body.azee-contact-page .social-icon:focus {
  color: #d4af37;
}

body.azee-contact-page .nav-links a:visited {
  color: #d4af37;
}

body.azee-contact-page .btn-contact:visited {
  color: #000;
}

body.azee-contact-page .btn-contact.active,
body.azee-contact-page a.btn-contact[aria-current="page"] {
  opacity: 1;
}

body.azee-contact-page.admin-bar header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.azee-contact-page.admin-bar header {
    top: 46px;
  }
}

body.azee-contact-page .hero-logo {
  max-width: 350px;
  width: 100%;
  height: auto;
}

body.azee-contact-page .coach-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.azee-contact-page .coach-image-placeholder {
  background-image: url("../media/herobg.jpg");
}

body.azee-contact-page .commitment-desc p {
  margin: 0;
}

.azee-contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.azee-contact-notice {
  padding: 14px 16px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.azee-contact-notice--success {
  border: 1px solid rgba(212, 175, 55, 0.6);
  color: #fbda95;
  background: rgba(212, 175, 55, 0.12);
}

.azee-contact-notice--error {
  border: 1px solid rgba(220, 80, 80, 0.6);
  color: #ffb4b4;
  background: rgba(120, 20, 20, 0.35);
}
