/**
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
*/


.wp-block-accordion-item .wp-block-accordion-heading__toggle {
	background-color: transparent;
	color: inherit;
	transition: none;
}

.wp-block-accordion-item .wp-block-accordion-heading__toggle:hover,
.wp-block-accordion-item .wp-block-accordion-heading__toggle:focus,
.wp-block-accordion-item .wp-block-accordion-heading__toggle:active,
.wp-block-accordion-item .wp-block-accordion-heading__toggle[aria-expanded="true"] {
	background-color: transparent;
	color: inherit;
}

.wp-block-accordion-item .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title,
.wp-block-accordion-item .wp-block-accordion-heading__toggle:focus-visible .wp-block-accordion-heading__toggle-title {
	text-decoration: none;
}

.wp-block-accordion-item .wp-block-accordion-heading__toggle-title {
	position: relative;
	display: inline-block;
	transition: color 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.wp-block-accordion-item .wp-block-accordion-heading__toggle-title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 0.25rem;
	background-color: #ff6b1a;
	transform: translateX(-50%);
	transition: width 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.wp-block-accordion-item .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title,
.wp-block-accordion-item .wp-block-accordion-heading__toggle:focus-visible .wp-block-accordion-heading__toggle-title {
	color: #ff6b1a;
}

.wp-block-accordion-item .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title::after,
.wp-block-accordion-item .wp-block-accordion-heading__toggle:focus-visible .wp-block-accordion-heading__toggle-title::after {
	width: 100%;
}

@media (prefers-reduced-motion: reduce) {
	.wp-block-accordion-item .wp-block-accordion-heading__toggle-title,
	.wp-block-accordion-item .wp-block-accordion-heading__toggle-title::after {
		transition: none;
	}
}


/** button **/

.wp-block-button .wp-block-button__link {
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: color 0.4s ease;
}

.wp-block-button .wp-block-button__link::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #1a1a1a;
	transform: translateX(-100%);
	transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	z-index: -1;
}

.wp-block-button .wp-block-button__link::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 0.25rem;
	background-color: #ff6b1a;
	transform: translateX(-50%);
	transition: width 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.wp-block-button .wp-block-button__link:hover::before,
.wp-block-button .wp-block-button__link:focus-visible::before {
	transform: translateX(0);
}

.wp-block-button .wp-block-button__link:hover::after,
.wp-block-button .wp-block-button__link:focus-visible::after {
	width: 100%;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus-visible {
	color: #fff;
}

.wp-block-button .wp-block-button__link:focus-visible {
	outline: 0.125rem solid #ff6b1a;
	outline-offset: 0.25rem;
}

@media (prefers-reduced-motion: reduce) {
	.wp-block-button .wp-block-button__link,
	.wp-block-button .wp-block-button__link::before,
	.wp-block-button .wp-block-button__link::after {
		transition: none;
	}
}


.gform-theme--framework .gform_validation_errors .gform_submission_error {
    font-weight:bold !important; 
}

/* Error field borders - orange, 1px thicker */
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error .ginput_container input,
.gform_wrapper .gfield_error .gfield_repeater_cell input {
	border-color: #f15808 !important;
	border-width: 2px !important;
	border-style: solid !important;
}

/* Validation message text - orange */
.gform_wrapper .gfield_error .gfield_validation_message,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message, 
.gform-theme--framework .gform_validation_errors .gform_submission_error {
	color: #f15808 !important;
}

/* "(Required)" indicator next to labels - orange and bold */
.gform_wrapper .gfield_required,
.gform_wrapper .gfield_required .gfield_required_text {
	color: #f15808 !important;
	font-weight: 700 !important;
}

.gform_wrapper .gfield_error .gfield_validation_message {
	font-weight: bold !important;
	text-transform:uppercase !important;
}


.p-LinkOptInOptionalBadge {
    background: #f9dfe3 !important;
}


/** Footer links AAA fixer **/
.textwidget.custom-html-widget a,
.ast-footer-copyright p a {
	color: #F98449 !important;
	text-decoration: underline;
	text-underline-offset: 0.15em;
	text-decoration-thickness: 1px;
}

.textwidget.custom-html-widget h3 a {
	text-decoration: none;
}

.textwidget.custom-html-widget a:hover,
.textwidget.custom-html-widget a:focus-visible,
.ast-footer-copyright p a:hover,
.ast-footer-copyright p a:focus-visible {
	color: #FCB98F !important;
	text-decoration-thickness: 2px;
}

.textwidget.custom-html-widget h3 a:hover,
.textwidget.custom-html-widget h3 a:focus-visible {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

.textwidget.custom-html-widget a:focus-visible,
.ast-footer-copyright p a:focus-visible {
	outline: 2px solid #FFFFFF;
	outline-offset: 2px;
	border-radius: 2px;
}