/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.8.1.1727448518
Updated: 2024-09-27 14:48:38

*/

/* fonts */
.fs-16{font-size: 16px; line-height: 1.2em}
.fs-20{font-size: 20px; line-height: 1.2em}
.fs-22{font-size: 22px; line-height: 1.2em}
.fs-24{font-size: 24px; line-height: 1.2em}
.fs-26{font-size: 26px; line-height: 1.2em}
.fs-42{font-size: 42px; line-height: 1.2em}
.fs-56{font-size: 56px; line-height: 1.2em}


.ls-0{letter-spacing: 0}
.lh-0{line-height: 1em}

/* colors */
.color-black{color: var(--dark, black)}
.color-primary{color: var(--accent, darkslateblue)}
.color-accent-1-alt{color: var(--color-1, plum)}
.color-accent{color: var(--accent-2, orange)}
.color-white{color: var(--light, #fff)}

/* backgrounds */
.bkg-primary{background-color: var(--accent, darkslateblue)}
.bkg-accent{background-color: var(--accent-2, orange)}
.bkg-white-smoke{background-color: #f9f9f9}
.bkg-white{background-color: #fff}
.bkg-accent-1-alt{background-color: var(--color-1, plum)}
.bkg-pattern{background: url('/wp-content/uploads/pattern.jpg') repeat;}




/* borders */
.br-8{border-radius: 8px}
.border-2-solid-darkblue{border: 2px solid var(--accent, darkslateblue)}
.br-left-16{
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px
}

/* shadows */
.shadow-1{box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}


/* Location Cards */
.location_card .img-holder img {
    border: 15px solid var(--accent, darkslateblue);
    border-radius: 99%;
    z-index: 10px;
}

.location_card .img-holder:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: var(--accent, darkslateblue);
    bottom: 0;
    left: 0;
    z-index: -1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /* box-shadow: 0 0px 4px rgba(0,0,0,0.25); */
}
.location_card > div:last-child{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}
.location-pin {
    position: absolute;
    top: 32px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Process cards */
.process-card .step {
    border-radius: 50px;
    font-size: 32px;
    color: white;
    padding: 11px 24px;
    margin-top: auto;
    margin-bottom: auto;
}


/* Splide Arrows */
.splide__arrows .splide__arrow {
    z-index: 15;
    margin-bottom: auto;
    margin-top: auto;
    height: fit-content;
    top: 0;
    bottom: 0;
    background-color: unset;
    font-size: 32px;
}
.splide__arrows .splide__arrow[disabled] {opacity: 0.7}

/* Details and Faqs */
details > summary{cursor:pointer}
details > summary::marker{content:""}
.details-container summary i {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    border: 2px solid var(--accent-2, orange);
    border-radius: 50px;
    padding: 3px;
}

.details-container summary {
    border: 2px solid var(--accent, darkslateblue);
    padding-top: 11px;
    padding-bottom: 11px;
}
.details-container details[open] summary{
    border-color: var(--accent-2, orange)
}


/*------ VIDEOS YOUTUBE ------*/


.ar-1-1{aspect-ratio: 1/1}
.ar-16-9{aspect-ratio: 16/9}
.ar-9-16{aspect-ratio: 9/16}
.ar-8-15{aspect-ratio: 8/15}
.ar-931-771 {aspect-ratio: 931/771}

.max-height-750{max-height: 750px; width: auto}


/* Footer */
#colophon .site-primary-footer-inner-wrap {
    padding: 0;
}
.wpcf7 form>div, .wpcf7 form>p{margin-bottom: 0}


/* Contact Form footer */
.wpcf7 form .wpcf7-form-control-wrap input.wpcf7-text,
.wpcf7 form .wpcf7-form-control-wrap select,
.wpcf7 form .wpcf7-form-control-wrap textarea.wpcf7-textarea {
    border: 2px solid var(--accent, darkblue);
    border-radius: 8px;
    background: transparent;
    font-size: 24px;
    font-weight: 500;
    padding: 16px 24px;
    line-height: 1.2em;
    font-family: 'TT Chocolates';
    height: auto;
    color: var(--accent, darkblue)
}
.wpcf7 form .wpcf7-form-control-wrap input.wpcf7-text::placeholder {
    color: rgba(55, 27, 70, 0.5);
}
.wpcf7 form .wpcf7-form-control-wrap select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/wp-content/uploads/chevron-down-solid.svg');
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
    background-size: 24px;
}


.wpcf7 form input.wpcf7-form-control {
    padding: 16px 24px;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
}
.wpcf7 form input.wpcf7-form-control:hover{opacity: 0.8}
span.wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 16px;
}

header #ast-mobile-header button.menu-toggle {padding: 0}

@media (min-width:768px){
    .splide__arrows .splide__arrow {
        font-size: 40px;
    }
}

@media (min-width:1024px){
    /* fonts */
    .lg-fs-22{font-size: 22px; line-height: 1.2em}
    .lg-fs-40{font-size: 40px; line-height: 1.2em}
    .lg-fs-42{font-size: 46px; line-height: 1.2em}


    /* Backgrounds */
    .lg-bkg-white{background-color: white}
    .lg-bkg-white-smoke{background-color: #f9f9f9}

    /* borders */
    .lg-br-left-8{
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px
    }
    .lg-br-left-16{
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px
    }

    /* Others */
    #content section .lg-cg-16{column-gap: 16px}
}