/*
Theme Name: Marketing Car Dealerships
Theme URI: https://marketingcardealerships.com
Author: Kashif M. Aslam
Description: WordPress theme conversion of the Marketing Car Dealerships website.
Version: 1.0.0
Text Domain: marketing-car-dealerships
*/

:root {
  --font-display: "Barlow Condensed", "Barlow Condensed Fallback";
  --font-body: "DM Sans", "DM Sans Fallback";
  --font-label: "Rajdhani", "Rajdhani Fallback";
}

body.admin-bar .mcd-site-header {
  top: 32px;
}

body.admin-bar [data-mcd-menu-panel] {
  top: calc(5rem + 32px);
}

@media (max-width: 782px) {
  body.admin-bar .mcd-site-header {
    top: 46px;
  }

  body.admin-bar [data-mcd-menu-panel] {
    top: calc(5rem + 46px);
  }
}

.mcd-site-main {
  display: block;
}

.mcd-site-header {
  background: transparent;
}

.mcd-site-header.is-scrolled {
  background: rgba(23, 50, 77, 0.92);
  box-shadow: 0 16px 30px rgba(17, 35, 52, 0.24);
  backdrop-filter: blur(24px);
}

.mcd-site-header[data-theme="solid"] {
  background: var(--color-navy);
}

.mcd-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0.6;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
}

.mcd-faq-answer.is-open {
  margin-top: 1rem;
  grid-template-rows: 1fr;
  opacity: 1;
}

.mcd-form-response {
  background: var(--color-soft);
  color: var(--color-navy);
}

.mcd-form-response.is-dark {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.mcd-form-response.is-success {
  background: var(--color-green-tint);
  color: var(--color-green);
}

.mcd-form-response.is-dark.is-success {
  background: rgba(214, 240, 224, 0.14);
  color: #fff;
}

.mcd-form-response.is-error {
  background: rgba(23, 50, 77, 0.08);
  color: var(--color-navy);
}

.mcd-form-response.is-dark.is-error {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.mcd-lead-form [data-mcd-submit]:disabled {
  cursor: wait;
  opacity: 0.75;
}

.section-copy > * + * {
  margin-top: 1rem;
}

.section-copy ul,
.section-copy ol {
  padding-left: 1.25rem;
}

.section-copy ul {
  list-style: disc;
}

.section-copy ol {
  list-style: decimal;
}

.section-copy a {
  text-decoration: underline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #f1f1f1;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 0.3125rem;
  line-height: normal;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 0.3125rem;
  width: auto;
  z-index: 100000;
}
