/**
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 */


/* collections */
.collection-links a.wp-block-uagb-container::before { content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, .3); display: block; position: absolute; left: 0; top: 0; right: 0; transition: .3s ease-out; opacity: 0; visibility: hidden; }
.collection-links a.wp-block-uagb-container:hover::before { transition: .3s ease-out; opacity: 1; visibility: visible; }

/* fontawesome social - install Fontawesome plugin */
.awd-social a { font-size: 18px; transition: .4s ease-out; }
.awd-social a:hover { transition: .4s ease-out; }
ul.social-list { display: flex; margin: 0; padding: 0; list-style-type: none; justify-content: flex-start; column-gap: 1.3em; }
.entry-content .awd-social a { color: var(--ast-global-color-2); }
.entry-content .awd-social a:hover, .entry-content .awd-social a:focus { color: var(--ast-global-color-5); }

/* team */
.team-member-section  {
    margin-bottom: 25px;
}
.team-member-section .team-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: none;
}
.team-member-section .team-name {
    margin-bottom: 5px;
}

/* custom lists */
.two-column-list { column-count: 2; column-gap: 5em; }
.three-column-list { column-count: 3; column-gap: 3em; }
.four-column-list { column-count: 4; column-gap: 2em; }
.five-column-list { column-count: 3; column-gap: 2em; }
.six-column-list { column-count: 4; column-gap: 2em; }
.two-column-list li, .three-column-list li, .four-column-list li, .five-column-list li, .six-column-list li { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }

/* 404 */
.search-column .uagb-column__inner-wrap > p:first-child { display: none; }
.search-row .uagb-column__inner-wrap p { margin: 0; }

/* gravity forms */
body img.gform_ajax_spinner { display: none !important; }
body .gform_wrapper input[type='text'], body .gform_wrapper input[type='email'], body .gform_wrapper input[type='tel'], body .gform_wrapper textarea { margin-bottom: 10px !important; padding: 7px 7px 7px 8px !important; border: 0; border-bottom: 3px solid var(--ast-global-color-0); background: rgba(247, 249, 250, .6); -webkit-box-shadow: inset 1px 1px #efefef; box-shadow: inset 1px 1px #efefef; }
.gform_wrapper input:not([type='submit']):focus, .gform_wrapper select:focus, .gform_wrapper textarea:focus { border-color: #000; outline: 0; background: rgba(255, 255, 255, .4); -webkit-box-shadow: none; box-shadow: none; }
.gform_button.button { min-width: 200px; }
.gform_confirmation_wrapper .gform_confirmation_message { margin: 35px auto; padding: 15% 30px; text-align: center; }
.gform_confirmation_wrapper .gform_confirmation_message h3 { font-size: 32px; line-height: 1.3; margin-bottom: 5px; padding-bottom: 0; }
.gform_confirmation_wrapper .gform_confirmation_message p:last-child { font-size: 18px; margin-bottom: 0; }
.google-branding { color: #777; font-size: 14px; }
.gform_required_legend { display: none; }

/* footer */
.footer-info { display: flex; flex-direction: column; row-gap: 10px; }
.footer-info, .footer-info a { font-size: 16px; transition: .3s; }
.footer-info-item { display: flex; column-gap: 1.3em; align-items: center; }
.footer-info-item span { width: 100%; max-width: 16px; height: 26px; flex: 0 1 20px; }
.footer-info-item span > svg path { fill: var(--ast-global-color-2); }
.site-footer p:empty { display: none; }
.contact-numbers { display: flex; flex-direction: column; }
.site-footer .menu li:not(:last-child) { padding-bottom: 8px; }
