/*
 Theme Name:   Lumoria Child
 Theme URI:    https://wdtlumoria.wpengine.com/
 Description:  Lumoria Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     lumoria
 Version:      1.0.0
 Text Domain:  lumoria-child
 Tested up to: 6.8 
 Requires PHP: 7.4
 Tags: Blog,Portfolio
 License: GNU General Public License v2 or later License URI: https: //www.gnu.org/licenses/gpl-2.0.html
 Copyright (C) 2025 designthemes. All rights reserved.
*/

/*  CUSTOM CSS  */

.main-title-section h1{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
	font-size: 54px !important;
}
.breadcrumb{
	font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
	font-size: 14px !important;
}
.wdt-counter-holder.wdt-rc-template-standard .wdt-content-item:after{
	backdrop-filter: none !important;
}
body.wdt-fade {
    opacity: 1 !important;
    transition: all 1s ease-in-out;
}