/*
Theme Name: GDO GeneratePress Child
Theme URI: https://www.gdowv.com/
Description: Custom GeneratePress child theme for Garage Door Operators Inc. Built for fast local SEO, service-first pages, and a simplified residential product path for Amarr and Wayne Dalton steel and aluminum doors with Amarr design-tool CTA, LiftMaster opener/operator feature and image support, Central Ohio service-area support, GDO black/yellow branding, and expanded NFPA 80 fire door inspection content, improved product-line imagery, Moderco operable wall links, and additional high-speed auto dealership door image support, commercial sectional CTA image support, fire-door risk-card visibility fixes, still-image-first Cornell media support, a rolling-door hero image slot, and editable image captions, Amarr design link centralization, WV contractor license/hours content, and a mobile sticky call button, specialty Wayne Dalton wood door / Door Engineering four-fold door pages with image slots, and v32 related-services internal linking blocks for service-page SEO cleanup. Version 35 restores the original theme folder identity so saved Customizer image assignments reconnect correctly. Version 37 adds a dedicated residential and commercial Gate Operators page with one Media Library image slot. Version 45 replaces remaining development-facing copy on the Commercial Overhead Doors, Residential Garage Doors, and Operable Walls pages with customer-facing language.
Author: Garage Door Operators
Template: generatepress
Version: 45.0
Text Domain: gdo-gp-child
*/

/* Main styling is loaded from assets/css/gdo-site.css */


/* v44 contact actions */
.gdo-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.gdo-button-stack {
  display: grid;
  gap: 12px;
}
.gdo-contact-buttons {
  margin: 18px 0 22px;
}
.gdo-contact-buttons .gdo-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .gdo-button-row {
    display: grid;
  }
  .gdo-button-row .gdo-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
