/**
Theme Name: VictoriaLanguageSchool
Author: Codemagna
Author URI: https://codemagna.com
Description: child theme for VLS
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: victorialanguageschool
Template: astra
*/

/**
* GLOBAL
*/
:root {
    --vls-color-primary: #4e34ed;
}

/*
* WOOCOMMERCE
*/
.woocommerce form .woocommerce-input-wrapper .description {
    display: block !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-content > .shop_table.subscription_details,
.woocommerce-account .woocommerce-MyAccount-content > p:not(.my-account-back-link) {
    margin-top: 2.8rem;
}

.woocommerce-account .woocommerce-MyAccount-content .my-account-back-link {
    position: absolute;
    left: 0;
    top: 0;
}


/**
* FOOTER - EDITED
*/
.site-footer .footer-widget-area .widget-title{
    font-size: 16px;
    font-weight: 600;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
}

.site-footer .footer-widget-area .menu-item a {
    font-weight: 500;
    color: var(--ast-global-color-3);
    line-height: 215%;
}

.site-footer .footer-widget-area .menu-item a:hover {
    color: var(--vls-color-primary);
}

.site-footer .ast-footer-copyright {
    font-size: .85rem;
}