/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/* DRDA static export overrides */

/* Subscribe popup: taller banner image and grey inputs (match original) */
.clb-popup.subscribe-popup .popup-subscribe .thumbnail {
  min-height: 22vh;
}

/* Let's Talk (mobile): ensure hero clears fixed header */
@media screen and (max-width: 480px) {
  /* If the first hero row is hidden on xs, the title row becomes the first content */
  body.page-id-231365 .wpb-content-wrapper > .vc_row:nth-child(2) {
    padding-top: max(
      120px,
      calc(var(--clb-sticky-header-height, var(--clb-header-height, 9vh)) + env(safe-area-inset-top, 0px) + 32px)
    ) !important;
  }

  /* Fallback: keep the general content clear too */
  body.page-id-231365 #content.site-content {
    padding-top: max(
      120px,
      calc(var(--clb-sticky-header-height, var(--clb-header-height, 9vh)) + env(safe-area-inset-top, 0px) + 32px)
    ) !important;
  }
}

@media screen and (max-width: 768px) {
  .clb-popup.subscribe-popup .popup-subscribe .thumbnail {
    min-height: 20vh;
  }
}

.clb-popup.subscribe-popup .popup-subscribe .title {
  font-size: 22px;
  line-height: 1.15;
}

.clb-popup.subscribe-popup .popup-subscribe .contact-form input[type="text"],
.clb-popup.subscribe-popup .popup-subscribe .contact-form input[type="email"] {
  background-color: #f2f2f2;
  border-color: transparent;
}

/* Subscribe popup: checkbox border (unchecked/invalid) */
.clb-popup.subscribe-popup .popup-subscribe input[type="checkbox"] {
  border-color: #000;
}

.clb-popup.subscribe-popup .popup-subscribe input[type="checkbox"]:invalid:not([aria-required="true"]) {
  border-color: #000;
}

/* Subscribe popup: small spacing between fields */
.clb-popup.subscribe-popup .popup-subscribe .contact-form p {
  margin-bottom: 15px;
}

/* Avoid extra space after last paragraph (if any) */
.clb-popup.subscribe-popup .popup-subscribe .contact-form p:last-child {
  margin-bottom: 0;
}

/* Subscribe popup: close (X) color */
.clb-popup.subscribe-popup .close-bar .icon svg,
.clb-popup.subscribe-popup .close-bar .icon svg path {
  fill: #e10098;
}
