/*
Theme Name: Begnas ArtifyWeb
Theme URI: 
Author: ArtifyWeb
Author URI: 
Description: Child Theme of Begnas Theme for ArtifyWeb Website
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: begnas
Text Domain: begnas-artifyweb
Tags: 
*/

/* Freemius for WordPress plugin */

.entry-content .wp-block-freemius-modifier a {

color: #FFF;
font-weight: bold;
text-transform: uppercase;
}

.aw-fs-features {

list-style: none;
}

/* Pricing Header */
.aw-plans-header .wp-block-freemius-modifier {
    
    gap: 0;
    border: 2px solid var(--wp--preset--color--gray-0);
    justify-self: center;
    border-radius: 40px;
    overflow: hidden;
    justify-content: center;
    background-color: var(--wp--preset--color--gray-0);
}

.entry-content .aw-plans-header .wp-block-freemius-modifier a {
    
    font-size: 24px;
    background-color: var(--wp--preset--color--gray-0);
    color: #000;
    text-transform: unset;
    font-weight: unset;
padding: 0 var(--wp--preset--spacing--50);
}

.aw-plans-header .wp-block-freemius-modifier a.is-active {

    background-color: var(--wp--preset--color--gray-900);
    text-decoration: none;
    color: #fff;
}

.aw-plans-header .wp-block-freemius-modifier a:first-child.is-active {

border-radius: 40px 8px 8px 40px;
}

.aw-plans-header .wp-block-freemius-modifier a:last-child.is-active {

border-radius: 8px 40px 40px 8px;
}

.aw-pricing-themes.wp-block-freemius-modifier {
flex-wrap: wrap;
}

.aw-lifetime-plan-active .aw-annual-discounted-price  {
    
    display: none;
}

.aw-annual-plan-active .aw-lifetime-discounted-price  {
    
    display: none;
}

.aw-plans-wrapper .wp-block-freemius-modifier[data-freemius-modifier-type="licenses"] a {
    
    padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--40);
    background-color: var(--wp--preset--color--gray-900);
}

.aw-plans-wrapper .wp-block-freemius-modifier[data-freemius-modifier-type="licenses"] a:not(.is-active) {

    background-color: transparent;
    color: var(--wp--preset--color--gray-800);
    border: 2px solid;
}

.aw-plan--focused .wp-block-freemius-modifier[data-freemius-modifier-type="licenses"] a:not(.is-active) {
    
    color: #fff; 
    
}

.aw-plan--focused .wp-block-freemius-modifier[data-freemius-modifier-type="licenses"] a.is-active {
    
    color: var(--wp--preset--color--gray-900);
    background-color: var(--wp--preset--color--gray-0);
}















