/*
Theme Name: Learnify Child Theme
Theme URI: https://learnify.axiomthemes.com/
Description: Learnify is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: http://axiomthemes.com/
Version: 1.22.1
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: learnify
Template: learnify
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
:root {
    --ws-primary-color: #7d59b1;
    --ws-primary-light: #d5c9f1;
    --ws-accent-color: #1ea0ad;
}
.trx_addons_icon-search:hover{
    background: transparent!important;
}
.ws-button-purple a{
    background: var(--ws-primary-color)!important;
    color: #fff!important;
}
.ws-button-purple a:hover{
    background: var(--ws-accent-color)!important;
    color: #fff!important;
}
.ws-button-green a{
    background: var(--ws-accent-color)!important;
    color: #fff!important;
}
.ws-button-green a:hover{
    background: var(--ws-primary-color)!important;
    color: #fff!important;
}
#ws-footer-menu ul li a{
    color: #fff!important;
}
#ws-footer-menu ul li a:hover{
    color: var(--ws-primary-color)!important;
}
body.page-id-70 #ws-contact-icons .sc_icons_item{
    padding: 2.8em 1em 2.2em 2.8em;
}
body.page-id-70 div.wpcf7 .form-style-4 .wpcf7-submit{
    background: var(--ws-primary-color)!important;
    color: #fff!important;
}
body.page-id-70 div.wpcf7 .form-style-4 .wpcf7-submit:hover{
    background: var(--ws-accent-color)!important;
    color: #fff!important;
}
/* Pricing plans */
.ws-pricing-plans .sc_price_default .sc_price_item_info{
    padding: 2em 20px 2.4em;
}
.ws-pricing-plans .sc_price_default .sc_price_item_title{
    font-size: 25px;
}
.ws-pricing-plans .sc_price_default .sc_price_item_price{
    font-size: 35px;
}
.ws-pricing-plans .sc_price_default .sc_price_item_info .sc_price_item_details ul li:before {
    padding-right: 5px;
}
.ws-pricing-plans .sc_price_default .sc_price_item_info .sc_price_item_details li{
    font-size: 14px;
}
#menu_footer .menu-collapse > a:before{
    color: #fff!important;
}