/*
Theme Name: Schrock Bros Services
Theme URI: https://schrockbros.com
Author: Creativedepth
Author URI: https://creativedepth.com
Version: 1.0.0
Template: woodmart
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.wd-accordion.wd-style-shadow > .wd-accordion-item {
    margin:6px 0;
}

.sbs-copyright {
    font-size:80%;
}

.sbs-field {
	height:40px !important;
}

.ninja-forms-field {
	background:#ffffff !important;
}

.nf-field-element textarea {
	background:#ffffff;
}

.nf-field-element textarea {
	height:100px !important;
	min-height:100px !important;
}

#nf-label-field-11 {
	font-size:90%;
	font-style:italic;
}

#nf-field-13 {
	color:#ffffff;
	background:#000000 !important;
}

#nf-field-13:hover {
	background:#444444 !important;
}

.nf-form-fields-required {
	font-style: italic;
	padding-bottom:15px;
}

#glsr_b433f2d0-content {
    height:120px;
}

#slg-reviews .glsr-button {
    border-radius:0;
    font-size:14px;
}

.wd-sub-menu li > a {
	font-size:100%;
}

:root {
  --lh-tight: 1.15;
  --lh-snug: 1.25;
  --lh-normal: 1.5;
}

/* H1 – Page Title */
h1 {
  font-size: clamp(1.7rem, 3.2vw, 2.2rem);
  line-height: var(--lh-tight);
  margin-bottom: 0.65em;
}

/* H2 – Section Titles */
h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.75rem);
  line-height: var(--lh-snug);
  margin-bottom: 0.6em;
}

/* H3 – Subsections */
h3 {
  font-size: clamp(1.2rem, 1.9vw, 1.5rem);
  line-height: var(--lh-snug);
  margin-bottom: 0.55em;
}

/* H4 – Card / Feature Titles */
h4 {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: var(--lh-normal);
  margin-top: 0.45em;
  margin-bottom: 0.45em;
}

/* H5 – Small Headings */
h5 {
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  line-height: var(--lh-normal);
  font-weight: 600;
  margin-bottom: 0.35em;
}

/* H6 – Labels / Eyebrows */
h6 {
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  line-height: var(--lh-normal);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.3em;
}