/*
Theme Name: Altology custom theme
Theme URI: 
Author: Affirma Consulting
Author URI: https://affirma.com
Description: Altology custom child theme, based off Hello-Elementor
Template: hello-elementor
Version: 1.1.0
Requires at least: 6.2
Tested up to: 6.2
Requires at least PHP: 8.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.altology-category{
    font-family: "Avenir Next LT Pro Demi", Sans-serif !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    color: var(--e-global-color-secondary);
    transition: all .5s ease;
}

.altology-category__blue{
    font-family: "Avenir Next LT Pro Demi", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 4px 12px 4px 12px;
    line-height: 20px;
    border: none;
    transition: all .5s ease;
    background: #36B5E133;
    border-radius: 30px;
}

.altology-category:hover{
    text-decoration: none !important;
    background: #000000;
    color: #fff !important;
}

.altology-category__blue:hover{
    text-decoration: none !important;
}

.altology-category.c-border{
    font-size: 14px;
    padding: 4px 12px 4px 12px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 30px;
}

.altology-content_author{
    font-size: 24px !important;
    color: #0077aa !important;
}

.altology-content_author:hover {
    text-decoration: none !important;
}

.menu-item a.current-level-active::after{
    opacity: 1 !important;
}