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

.content-section-space {
    padding: 80px 20px 40px;
}

.wc-herobanner-section {
    max-width: 1140px;
    margin: 0 auto;
}

.wc-herobanner-legend {
    text-align: center;
}

.wc-herobanner-legend--title {
    margin-bottom: 2rem;
}

.wc-herobanner-legend--desc {
    line-height: 2.5;
}

@media only screen and (max-width: 767px) {
    .wc-herobanner-legend--desc {
        line-height: 2;
    }
}


.wc-text-with-image-section {
    max-width: 1550px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    justify-content: space-between;
}

.wc-text-with-image-section.right {
    flex-direction: row-reverse;
}

.wc-text-with-image--image {
    width: calc(50% - 20px);
    min-height: 400px;
}

.wc-text-with-image--image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: white;
}

.wc-text-with-image--content {
    width: calc(50% - 20px);
    padding: 40px 60px;
    background-color: white;
}

h2.wc-text-with-image--title {
    font-size: 38px;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .wc-text-with-image-section {
        display: block;
        padding: 20px;
    }

    .wc-text-with-image--image {
        width: 100%;
        min-height: 0;
    }

    .wc-text-with-image--content {
        width: 100%;
        padding: 40px 0;
        /* background-color: transparent; */
    }

    h2.wc-text-with-image--title {
        font-size: 30px;
        font-weight: normal;
        text-align: center;
    }
}


.faq--wrapper {
    max-width: 1140px;
    margin: 0 auto 60px;
}

.faq--title {
    padding-bottom: 40px;
    text-align: center;    
}

.faq--title h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.4;
}

.faq--accordion-items {
    border: 1px solid black;
    border-left: none;
    border-right: none;
}

.faq--accordion-items:not(:first-child) {
    border-top: none;
}

.bw_vc_toggle_title {
    padding: 40px 0;
    display: flex;
    cursor: pointer;
}

.bw_vc_toggle_title .spacer {
    min-width: 20px;
    flex: 1 auto;
}

.bw_vc_toggle_title .vc_custom_heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.bw_vc_toggle_title .fa-plus {
    display: inline-flex;
}

.bw_vc_toggle_title .fa-minus {
    display: none;
}

.bw_vc_toggle_title.active .fa-plus {
    display: none;
}

.bw_vc_toggle_title.active .fa-minus {
    display: inline-flex;
}

.bw_toggle_content {
    display: none;
    padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .faq--title h2 {
        font-size: 30px;
    }
}


.wc-whitebox-section {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}

.wc-whitebox-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.wc-whitebox-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wc-whitebox {
    position: relative;
    margin: 120px auto;
    padding: 60px 40px;
    max-width: 680px;
    text-align: center;
    background-color: #FFFFFF;
    z-index: 1;
}

h2.wc-whitebox-title {
    font-size: 54px;
}

.wc-whitebox-desc {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .wc-whitebox {
        padding: 40px;
        text-align: left;
    }
    
    h2.wc-whitebox-title {
        font-size: 30px;
    }
}

.wc-herobanner-section {
    padding-top: 40px;
    text-align: center;    
}

.wc-herobanner-section h1.wc-herobanner-legend--title {
    font-size: 54px;
}

.wc-herobanner-section h2.wc-herobanner-legend--title {
    font-size: 38px;
}

.wc-herobanner-section h3.wc-herobanner-legend--title {
    font-size: 36px;
}

.wc-herobanner-section h4.wc-herobanner-legend--title {
    font-size: 25px;
}

.wc-herobanner-section h5.wc-herobanner-legend--title {
    font-size: 20px;
}

.wc-herobanner-section h6.wc-herobanner-legend--title {
    font-size: 15px;
}

p.entry-title {
    font-family: 'Playfair Display',serif;
}
