/**
 * Theme Name:     Astra Child
 * Author:         Webwila
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 * Theme URI:      https://www.webwila.com/contact-us/
 * Author URI:     https://www.webwila.com/contact-us/
 * Version:        1.0
 */

:root {
    --section-space: 60px;
    --primary-color: #112A88;
    --secondary-color: #E60012;
    --site-large-radius: 24px;
    --site-half-radius: 12px;
    --heading-color: var(--primary-color);
}

* {
    outline: none;
}

.sec-top-padding {
    padding-top: var(--section-space) !important;
}

.sec-bottom-padding {
    padding-bottom: var(--section-space) !important;
}

.sec-top-margin {
    margin-top: var(--section-space) !important;
}

.sec-bottom-margin {
    margin-bottom: var(--section-space) !important;
}

.sec-content-margin-top {
    margin-top: 30px !important;
}


/* Header Start */
.ast-theme-transparent-header [CLASS*="ast-header-button-"] .ast-custom-button {
    color: #fff !important;
}

/* Header End */


/* Ww Facts */
.ww-facts {
    .elementor-icon-box-title {
        font-size: 20px;
        margin-bottom: 10px;
        ;
    }

    .elementor-icon-box-wrapper {
        text-align: center !important;
    }

    svg path {
        fill: var(--secondary-color);
    }
}

/* Ww Facts End */


/*Our Products*/

body.page:not(body.elementor-editor-active) {
    .ww-our-products {
        .ww-grid {
            &>div {
                border: 1px solid var(--primary-color);
                background: var(--e-global-color-astglobalcolor5, #fff);
                border-radius: var(--site-large-radius, 4px);
                border-radius: var(--site-half-radius, 4px);
                position: relative;
				padding-bottom: 1rem;
                padding-top: 1rem;
                .elementor-button {
                    width: 100%;
                    padding: 6px !important;
                }
            }
        }



        .elementor-icon-list-item{
            align-items: flex-start !important;
        }
        .elementor-icon-list-icon{
            position: relative;
            top: 5px;
        }


        .elementor-image-box-img {
            width: 100% !important;
            display: block !important;

            img {
                aspect-ratio: 1 / 1;
                object-fit: contain;
                height: 230px;
                width: 100%;
            }
        }

        .elementor-image-box-title {
            text-align: left;
            font-size: 24px;
            border-top: 1px solid #112a8830;
            padding-top: 1rem;
            margin-bottom: 1rem;
            /*             background: var(--primary-color);
            color: #fff !important;
            font-size: 24px !important;
            line-height: 48px;
            border-radius: var(--site-half-radius, 4px); */
        }

        svg {
            path {
                fill: var(--ast-global-color-1, #000);
            }
        }

    }
}


/*Our products end*/


/*Global Form */
.wpcf7 input.wpcf7-form-control:not([type=submit]),
.wpcf7 textarea.wpcf7-form-control {
    min-height: 51px;
}

.wpcf7 {
    label {
        display: block;
    }

    .wpcf7-submit {
        margin-top: 1rem;
    }

    .wpcf7-response-output {
        margin: 0 !important;
    }

    .wpcf7-form-control-wrap {
        margin-bottom: 0.7em;
		margin-top:5px;
    }
}

/*Global Form End*/


/*Footer*/


.footer-widget-area {
    .wp-block-heading {
        color: var(--heading-color);
        font-size: 18px !important;
    }
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    border-color: var(--primary-color);
}

.site-footer-section-4 {
    section.widget:not(:first-child) {
        margin-bottom: 0 !important;
    }
}


.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 1024px) {
    .ast-builder-grid-row-4-lheavy .ast-builder-grid-row {
        grid-template-columns: 2fr 1fr 1fr 1.5fr !important;
    }
}


/*Footer end*/


@media (min-width: 921px) {
    .ast-theme-transparent-header #masthead {
        position: relative;
    }
}

@media (max-width: 921px) {
    .ast-theme-transparent-header #masthead {
        position: sticky !important;
        top: 0 !important;
    }
}