/**
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: rgba(0, 0, 0, 0.0);
	width: 100%;
}

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

header.site-header:has(.scrolled-down) {
	background-color: rgba(0, 0, 0, 0.75);
}

.ast-icon svg {
	fill: #fff;
}

#ast-mobile-header .site-navigation .main-navigation {
	height: 100vh;
}

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

/* footer links */
.wst-footer {
    font-size: 1rem;
    text-align: center;
	background-color: #283618;
}

.wst-footer a, .wst-footer p{
    color: #fff;
	margin-bottom: 0;
	padding: 1.75em 0;
}

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

.site .site-content #primary .ast-article-single.post.type-post {
	margin-top: 5rem;
}

/* gravity form button styling */
input#gform_submit_button_1,
input#gform_submit_button_2 {
	background-color: #BC6C25;
	padding: 1em 5em;
	border-radius: 25px;
}

input#gform_submit_button_1:hover,
input#gform_submit_button_2:hover {
	background-color: #BC6C25;
}

/* Gravity form other styling */
.gform-theme--foundation .gfield textarea.large {
	min-block-size: 10rem;
}

.gform-body.gform_body input,
.gform-body.gform_body textarea {
	border-radius: 25px;
}

#gform_2 .gform-body.gform_body input,
#gform_2 .gform-body.gform_body textarea {
	border-radius: 25px;
}

#gform_2 {
	display: flex;
    flex-direction: row;
    gap: 40px;
}

#gform_2 legend,
#gform_2 label{
	padding-left: 10px;
}

@media only screen and (max-width: 768px) {
	#gform_2 {
		flex-wrap: wrap;
	}
	
	#gform_2 .gform-body,
	#gform_2 .gform-footer {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	#gform_2 .gform-footer {
		justify-content: center;
	}
}

/* logo filter fixes */

/* uncomment if header image needs to be white */
.site-logo-img img {
	/*filter: unset !important;*/
}

/* footer logo white */

.logo-color-white img {
	filter: url(#ast-img-color-filter);
}

/* footer nav links underline */
.footer-nav-links a {
	text-decoration: underline #fff !important;
}

/* hero fix for responsiveness */

@media only screen and (min-width: 1024px) and (max-width: 11108px) {
	.hero-max-height {
		max-height: 90vh !important;
	}
}

/* blog page centering articles */

.ast-separate-container .ast-blog-layout-4-grid .ast-article-post {
	margin-top: 2em;
}

/* nav menu color fix */

.ast-icon.icon-arrow {
	color: #012104 !important;
}

@media only screen and (max-width: 1024px) {
	.ast-icon svg {
	fill: #012104;
}
}