/* 
Theme Name: Novavit
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: iEmanuele@SEO Business
Template: hello-elementor
Version: 2.0.0
Text Domain: nvt
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.novavit-list h3 {
    font-family: var( --e-global-typography-973c7a1-font-family ), Sans-serif;
    font-size: 20px;
    text-transform: var( --e-global-typography-973c7a1-text-transform );
    line-height: 20px;
    letter-spacing: var( --e-global-typography-973c7a1-letter-spacing );
    margin: 10px 0;
}

.novavit-list a{
    color: var( --e-global-color-e2e0aec );
}

.novavit-list a:hover{
    color: var( --e-global-color-9492acf )
}

.novavit-list .elementor-icon-list-icon svg{
    height:9px;
    width: 9px;
    fill: var( --e-global-color-9492acf )
}