/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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: astra-child
Template: astra
*/

/* header */

/*    
    header.site-header {
        position: sticky !important; 
        top: 0;
        background-color: #111a28;
        width: 100%;
    }
  */  
    .custom-logo.scrolled-down {
        /* when scrolled down/sticky */
        max-width: 110px !important;
    }
    
    /* footer links */
    .wst-footer {
        font-size: 1rem;
        padding-bottom: 1rem;
        text-align: center;
    }
    
    .wst-footer a, .wst-footer p{
        color: white;
    }

.wst-footer a {
    text-decoration: underline;
}

.contact-form .gfield_label {
    color: white;
}

.contact-form label.gform-field-label.gform-field-label--type-sub {
    color: white;
}

.contact-form .gfield_description {
    color: white;
}

header.site-header.scrolled-down {
    position: sticky !important;
    top: 0;
    background-color: black;
    width: 100%;
    transition: .3s;
	border-bottom: 1px solid var(--ast-global-color-6);
}

.custom-logo.scrolled-down {
    transition: .3s;
}

.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu {
    background-color: hsl(217deg 40% 11% / 80%);
    padding-left: 1rem;
}

a.tel-header {
    font-weight: bold;
    font-size: 1.2rem;
    color: white;
}

a.tel-header:hover {
    color: #0faf9f;
}


@media screen and (max-width: 1187px) {
header .custom-logo-link img {
    max-width: 150px;
    width: 300px;
}
}


/* Center accordion on homepage for mobile */
@media screen and (max-width: 767px) {
.wp-block-uagb-faq.uagb-faq__outer-wrap.uagb-block-f0417658.uagb-faq-icon-row-reverse.uagb-faq-layout-accordion.uagb-faq-expand-first-true.uagb-faq-inactive-other-true.uagb-faq__wrap.uagb-buttons-	layout-wrap.uagb-faq-equal-height.acc-center {
    text-align: center;
}

/* center emails contact block on contact page for mobile */	
.wp-block-uagb-container.uagb-block-850afebe {
    display: flex;
    flex-direction: column;
}		
}

/* Makes all buttont text black to accomodate yellow buttons */
.wp-block-button .wp-block-button__link, .wp-block-search .wp-block-search__button, body .wp-block-file .wp-block-file__button {
    color: black;
}
.ast-header-button-1 .ast-custom-button {
	color: black;
}

/* Increase font size email and phone# in the footer */
.footer .uagb-ifb-desc a {
    font-size: 1.4rem;
}

/* adds green hover effect to all buttons */
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus,
.ast-header-button-1 .ast-custom-button:hover {
	background-color: #00652e;
    border-color: #00652e;
	color: #fff200;
}

/* adds yellow outline hover effect to buttons used against green backgrounds */
.hp-hero .wp-block-button .wp-block-button__link:hover, .hp-hero .wp-block-button .wp-block-button__link:focus {
	background-color: #00652e;
    border-color: #fff200;
}