/**
Theme Name: Astra Child
Author: Inhabit IQ Development
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
*/

/**
 The general "rules" here are -
    - No styles should be written if a layout can be achieved via the WordPress layout editor.
    - If a new style is written, it should use a --wp--preset or --ast CSS variable as its value.
    - NEVER use !important.
    - ONLY hardcode a value if there is no other way to achieve the look/feel you need.
 */

/** Custom header callout banner block functionality **/
/** @TODO: figure out if this should live here or elsewhere? **/
.top-header.hide{
    display:none;
}

/** We have opted to instead display a "This site is protected by reCaptcha" message instead of the badge. **/
.grecaptcha-badge {
    visibility: hidden;
    left: 0;
}

/* LMPM blocks appear to lack integration with the appearance editor, so we have to manually set certain values. */
.header-favs .wp-block-lmpm-favorites{
    gap: var(--wp--style--block-gap);
}
/* I don't believe there is a way to fill SVG color within the Gutenberg editor; but if we do find a way we can remove. */
.header-favs .wp-block-lmpm-favorites svg path{
    fill:var(--wp--preset--color--primary-button-color);
}

.wp-block-navigation-item__content a {
    text-decoration: var(--wp--preset--link--text-decoration);
}
/*End Header*/

/* Forms Styles */
.with_frm_style .frm_hidden_container .frm_primary_label,
.frm_forms form .frm_top_container label.frm_primary_label{
    display: var(--ngen-form-label-display);
}
.with_frm_style .frm_form_fields > fieldset{
    padding: var(--ngen-form-layout-padding);
}
#form_footersignup .frm_fields_container{
    display: var(--ngen-form-layout-display);
    justify-content: var(--ngen-form-layout-justification);
    align-items: var(--ngen-form-layout-alignment);
}
#form_footersignup .frm_fields_container .frm_submit{
    width: var(--ngen-form-submit-button-width);
}
#form_footersignup .frm_fields_container .frm_form_field{
    width: var(--ngen-form-field-width);
}

/* Recent Blog Posts */
.wp-block-query .wp-block-post .read-more{
    display: none;
}
.home .wp-block-query .wp-block-post-template.is-flex-container{
    padding: var(--ngen-form-layout-padding);
}

.wp-block-frm-modal-content .modal-lg .modal-header {
    justify-content: center;
    grid-column-gap: 0.5em;
}

.wp-block-frm-modal-content .modal-lg .modal-header .close {
    position: absolute;
    right: var(--bs-modal-padding);
}

.wp-block-frm-modal-content .modal-lg .modal-body {
    padding: 0.5em var(--bs-modal-padding) var(--bs-modal-padding) var(--bs-modal-padding);
}

.default-error .lmpm-icon {
    max-width: 50px;
    height: auto;
}

.ReactModalPortal {
    z-index: 9999;
    position: absolute;
}

.ReactModal__Content {
    max-height: 500px;
}