/*
Theme Name: Hyperdrive Child - The Location Pro
Template: hyperdrive
Author: Striventa
Description: Hyperdrive is the last theme you'll ever need. Welcome to the future.
Version: 1.1.0
Requires at least: 6.1
Tested up to: 6.2.2
Requires PHP: 7.4
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hyperdrive
*/

/* Text Accent */
.hyperdrive-text-accent {
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--secondary);
}
.hyperdrive-text-accent-alt {
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--tertiary);
}


/* CTA Cigar on Us  */
@media screen and (max-width: 768px) {
  .cta-cigar-on-us .wp-block-cover__inner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .cta-cigar-on-us .wp-block-cover__inner-container .wp-block-columns {
    gap: 0;
  }
  .cta-cigar-on-us .wp-block-cover__inner-container .wp-block-separator {
    margin-left: auto;
  }
  .cta-cigar-on-us .wp-block-cover__inner-container .wp-block-buttons {
    justify-content: center;
  }
  .cta-cigar-on-us > span.wp-block-cover__background {
    opacity: 1 !important;
  }
  .cta-cigar-on-us > img {
    display: none;
  }
}

/* Resources Section */
.cta-resources .wp-block-query .wp-block-post .wp-block-read-more {
  background: transparent;
  border: 2px solid var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 15px;
}
.cta-resources .wp-block-query .wp-block-post .wp-block-read-more:hover {
  background-color: var(--wp--preset--color--light-grey);
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}
.cta-resources .wp-block-columns {
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta-resources .wp-block-columns::after {
    content: '';
    background-color: var(--wp--preset--color--light-grey);
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Breadcrumbs */
.yoast-breadcrumbs .breadcrumb_last {
  color: var(--wp--preset--color--secondary);
  font-weight: 600;
}

/* Misc SVG Sizes */
figure.svg-200 svg {
  width: 200px;
}
figure.svg-150 svg {
  width: 150px;
}
figure.svg-125 svg {
  width: 125px;
}
figure.svg-100 svg {
  width: 100px;
  height: 100px;
}
figure.svg-50 svg {
  width: 50px;
}
figure.service-icon svg {
  width: 75px;
  height: 75px;
}
figure.property-mgmt-check {
  width: 41px;
  height: 41px;
}


/* List Styles */
ul li::marker {
  color: var(--wp--preset--color--secondary);
}

/* Blog Homepage */
.wp-block-query .wp-block-post .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
  background: transparent;
  border: 2px solid var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 15px;
}
.wp-block-query .wp-block-post .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover {
  background-color: var(--wp--preset--color--light-grey);
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}

/* Speak with expert banner */
.speak-with-expert-banner figure svg {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: -1px;
}

/* Hubspot Form */
.hbspt-form .hs-form {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--small);
}
.hbspt-form .hs-form-field .input input[type="text"],
.hbspt-form .hs-form-field .input input[type="email"],
.hbspt-form .hs-form-field .input input[type="tel"] {
  background-color: var(--wp--preset--color--light-grey);
  border: 2px solid #DDDDDD;
  border-radius: 0;
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  padding: 10px;
}
.hbspt-form .hs-form-field label span {
  font-size: 16px;
}
.hbspt-form .hs-form-field .inputs-list {
  margin: 0;
}
.hbspt-form .hs-form-field .inputs-list li label {
  font-size: 16px;
}
.hbspt-form .hs-submit .actions input[type="submit"] {
  background-color: var(--wp--preset--color--secondary);
  border: 2px solid var(--wp--preset--color--secondary);
  border-radius: 0;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--manrope);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  padding: 14px 18px;
  box-shadow: var(--wp--preset--shadow--tlp-button-shadow);
}
.hbspt-form .hs-submit .actions input[type="submit"]:hover {
  background-color: var(--wp--preset--color--light-grey);
  border: 2px solid var(--wp--preset--color--light-grey);
  color: var(--wp--preset--color--primary);
  box-shadow: var(--wp--preset--shadow--tlp-button-shadow);
}