/**
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: fixed !important;
	top: 0;
	background-color: white;
	width: 100%;
}

.custom-logo.scrolled-down {
    /* when scrolled down/sticky */
    max-width: 150px !important;
}

div#primary {
    /* adding padding to content */
    padding-top: 5rem;
}

/* footer links */
.wst-footer {
    font-size: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.wst-footer a, .wst-footer p{
    color:black;
}

/* Padding on astra articles */
@media (max-width: 544px) {
    .site .site-content #primary .ast-article-single {
        padding-top: 6rem;
    }
}

.ast-header-button-1 .ast-custom-button {
	background: linear-gradient(90deg,rgba(255, 253, 68, 1) 0%, rgba(185, 251, 68, 1) 100%);
	transition: ease 0s;
}


/* Should be changing majority of global button background colors 
a.uagb-infobox-cta-link.wp-block-button__link, .ast-header-button-1 .ast-custom-button, .footer-block a.uagb-buttons-repeater.wp-block-button__link {
    background: linear-gradient(90deg,rgba(255, 253, 68, 1) 0%, rgba(185, 251, 68, 1) 100%)!important;
    color: black;
    border: none!important;
}
a.uagb-infobox-cta-link.wp-block-button__link:hover, .ast-header-button-1 .ast-custom-button:hover, .footer-block a.uagb-buttons-repeater.wp-block-button__link:hover {
   background: linear-gradient(270deg,rgb(185,251,68) 2%,rgb(255,253,68) 100%)!important;
   color: black;
}
.footer-block .uagb-button__link:hover {
    background: linear-gradient(270deg,rgb(185,251,68) 2%,rgb(255,253,68) 100%)!important;
	color: black;
}
*/

/* Changes Astra Global colors - Comment out to revert to default */
:root {
    --ast-global-color-0: #170e94;
    --ast-global-color-1: #0c074e;
    --ast-global-color-2: #110044;
    --ast-global-color-3: #110044;
    --ast-global-color-4: #1f007a;
    --ast-global-color-5: #ffffff;
    --ast-global-color-6: #7b72f2;
    --ast-global-color-7: #000000;
    --ast-global-color-8: #262626;
}



/* Set color on subtitle on homepage blue section */
.wp-block-uagb-advanced-heading.uagb-block-d80d1198.wp-block-uagb-advanced-heading .uagb-heading-text {
    color: var(--ast-global-color-5);
}
.wp-block-uagb-advanced-heading.uagb-block-1ab9713e.wp-block-uagb-advanced-heading .uagb-heading-text {
    color: var(--ast-global-color-5);
}

/* Set color for content on first homepage blue section */
.hp-first-blue-bg-section h2.uagb-heading-text {
    color: #b9fb44;
}

/* Set color for content on 2nd homepage blue section */
.hp-second-blue-bg-section .uagb-ifb-title, .hp-second-blue-bg-section p {
	color: white;
}

.hp-second-blue-bg-section h2.uagb-heading-text {
    color: #b9fb44;
}

.ast-single-post h1.uagb-heading-text {
    color: #b9fb44;
}

/* Set color for content on Child pages blue sections */
.child-blue-bg h2.uagb-heading-text {
    color: #b9fb44;
}

/* align items in footer */
.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row, .site-above-footer-wrap[data-section="section-above-footer-builder"] .site-footer-section {
    align-items: flex-end;
}

@media screen and (max-width: 505px) {
.hp-price-sheet img.uag-image-1521 {
    padding-top: 2rem;
}
}

@media screen and (max-width: 544px) {
	p.footer-contact, p.footer-hours {
    text-align: center;		
}
	.wp-block-uagb-advanced-heading.uagb-block-8bbc31a2.footer-contact-heading {
    margin-top: 2rem;
}
}

.wp-block-uagb-container.uagb-block-a44f5268, .wp-block-uagb-container.uagb-block-c0da353d, .wp-block-uagb-container.uagb-block-b3c03ce4 {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}