/*
 Theme Name: Litho Child
 Theme URI: https://litho.themezaa.com/
 Description: Child theme for Litho theme
 Version: 1.2
 Author: ThemeZaa
 Author URI: https://www.themezaa.com/
 Tested up to: 5.8
 Requires PHP: 7.3
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, flexible-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
 License: Themeforest Split Licence
 License URI: https://themeforest.net/licenses/
 Template: litho
 Text Domain: litho-child
*/

body {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif!important;
    font-weight: var( --e-global-typography-text-font-weight )!important;
    color: var( --e-global-color-text )!important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif!important;
    font-weight: var( --e-global-typography-primary-font-weight )!important;	
}

.single-post-main-section .single-post-title {
    font-size: 4.3rem!important;
    line-height: 1em!important;
}

h2.wp-block-heading {
    font-size: 3rem!important;
	line-height: 1em!important;
}

h3.wp-block-heading {
    font-size: 2.5rem!important;
	line-height: 1em!important;
}

.sticky.site-header .header-common-wrapper section.elementor-section:not(section.elementor-section section.elementor-section) {
    background-color: #FFF!important;
}

.sticky .header-common-wrapper.standard .navbar-collapse .navbar-nav > li > a.nav-link,
.sticky .header-common-wrapper.standard .navbar-collapse .navbar-nav .nav-item.simple-dropdown:hover > a {
    color: var(--e-global-color-secondary)!important;
}