/**
Theme Name: AWD Child
Author: Austin Web & Design
Author URI: https://austinwebanddesign.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: awd-child
Template: astra
*/

/* ===========================
   Header
=========================== */
#ast-desktop-header .site-branding.ast-site-identity { padding-top: 9px; padding-bottom: 12px; }

/* Top bar contact line */
.contact-info.topbar { display: inline-flex; gap: 1.1rem; align-items: center; }

/* Mobile: reduce size / stack if needed */
@media (max-width:640px) {
   .contact-info.topbar { font-size: 14px; flex-wrap: wrap; row-gap: .25rem; }
}

/* ===========================
   Utility + List Layouts
=========================== */
@media screen and (min-width:641px) {
   ul.two-column-list, ol.two-column-list { column-count: 2; }
   ul.three-column-list, ol.three-column-list { column-count: 3; }
   ul.four-column-list, ol.four-column-list { column-count: 4; }
   ul.five-column-list, ol.five-column-list { column-count: 5; }
}
ul.two-column-list, ul.three-column-list, ul.four-column-list, ul.five-column-list, ol.two-column-list, ol.three-column-list, ol.four-column-list, ol.five-column-list { margin: 0; padding-left: 0; list-style-position: outside; column-gap: 2rem; }
ul[class*='-column-list'] li, ol[class*='-column-list'] li { margin-bottom: .5em; break-inside: avoid; }
ul.wp-block-list.two-column-list ul.wp-block-list, ul[class*='-column-list'] ul[class*='-column-list'] { margin-top: 10px; padding-left: 20px; column-gap: .5em; }

/* ===========================
   Buttons
=========================== */
@media screen and (min-width:977px) {
   .uagb-buttons-repeater.wp-block-button__link, .uagb-buttons-repeater.ast-outline-button { min-width: 189px; }
}

/* ===========================
   Home & General
=========================== */
.wp-block-uagb-container.hero-banner { position: relative; overflow: hidden; }
.wp-block-uagb-container.hero-banner::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100vw; height: 693px; background: linear-gradient(195deg, rgba(0, 0, 0, 0) 53.1%, #000000 86.68%); opacity: 0.8; pointer-events: none; z-index: 1; }
.wp-block-uagb-advanced-heading > p.uagb-desc-text:first-child { position: relative; padding-left: 2.3rem; letter-spacing: 0.1em; }
.wp-block-uagb-advanced-heading > p.uagb-desc-text:first-child::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 25px; height: 1px; background-color: var(--ast-global-color-0); }

h2, h2.uagb-heading-text {
   letter-spacing: -.03em;
}
h3, h3.uagb-heading-text {
   letter-spacing: -.04em;
}

/* ===========================
   Gallery
=========================== */
.best-of {
   opacity: 0.4;
}
.best-of img.spectra-image-gallery__media-thumbnail {
    aspect-ratio: 10 / 11;
    object-fit: contain;
}


/* ===========================
   AWD Social Links
=========================== */
.awd-social.social-shortcode { display: flex; justify-content: center; flex-wrap: wrap; padding: 1rem 0; }
.awd-social.align-left { justify-content: flex-start; text-align: left; }
.awd-social.align-center { justify-content: center; text-align: center; }
.awd-social.align-right { justify-content: flex-end; text-align: right; }
.awd-social .social-list { display: flex; flex-wrap: wrap; gap: 1.66rem; list-style: none; margin: 0; padding: 0; }
.awd-social .social-item { display: inline-flex; }
.awd-social .awd-social-icons { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; font-size: 38px; border-radius: 0; background-color: transparent; color: var(--ast-global-color-0); text-decoration: none; transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease; }
.awd-social .awd-social-icons:hover { transform: scale(1.1); background-color: transparent; color: var(--ast-global-color-0); }
.awd-social .awd-social-icons i { font-size: 1.25rem; line-height: 1; }
.awd-social .awd-image-icon img { width: 24px; height: 24px; object-fit: contain; display: block; }
.awd-social.social-shortcode.footer-social { padding: 0; }

/* ===========================
   Gravity Forms Styling
=========================== */
.gform_wrapper { font-family: inherit; max-width: 800px; margin: 0 auto; }
.gform_wrapper.gravity-theme * .gform_required_legend { display: none; }
.gform_wrapper .gfield_label { font-size: 1rem; font-weight: 500; display: block; margin-bottom: 0.5rem; color: #333; }
#secondary .gform_wrapper .ginput_container_fileupload input { font-size: 14px; }
.gform_wrapper input[type='text'], .gform_wrapper input[type='email'], .gform_wrapper input[type='tel'], .gform_wrapper textarea { font-family: 'Public Sans', sans-serif; font-size: 1rem; width: 100%; min-height: 56px; padding: 0.75rem 1rem; background-color: #f9f9f9; border: 1px solid #ccc; border-radius: 0; transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.gform_wrapper input:focus, .gform_wrapper textarea:focus { border-color: var(--ast-global-color-0); outline: none; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li { margin-bottom: 0.5rem; list-style: none; }
.gform_wrapper input[type='checkbox'], .gform_wrapper input[type='radio'] { position: relative; width: 1.2rem; height: 1.2rem; border: 2px solid #ccc; border-radius: 0; background-color: #fff; appearance: none; cursor: pointer; transition: background-color 0.3s ease, border-color 0.3s ease; }
.gform_wrapper input[type='checkbox']:checked, .gform_wrapper input[type='radio']:checked { border-color: var(--ast-global-color-0); background-color: var(--ast-global-color-0); }
.gform_wrapper input[type='checkbox']:checked::after { content: ''; position: absolute; top: 0.2rem; left: 0.4rem; width: 0.25rem; height: 0.6rem; transform: rotate(45deg); border: solid #fff; border-width: 0 0.2rem 0.2rem 0; }
.gform_wrapper .gform_footer input[type='submit'] { font-size: 1rem; min-width: 200px; padding: 16px 25px; background-color: var(--ast-global-color-0); color: #fff; border: none; border-radius: 500px; cursor: pointer; transition: background-color 0.3s ease; }
.gform_wrapper .gform_footer input[type='submit']:hover { background-color: #000; }

/* ===========================
   Footer
=========================== */
.site-footer p:empty { display: none; }
.contact-info.custom-footer-info {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.contact-name.contact-info-item {
    font-weight: 500;
}
.site-footer h3 {
    margin-bottom: 23px;
    line-height: 1;
}
.site-footer ul.menu li.menu-item:not(:last-child) {
    padding-bottom: 6px;
}