/*
 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.
*/

:root {
	--wdtPrimaryColor:#d90d19;
	--wdtPrimaryColorRgb:217,13,25;
	--wdtSecondaryColor:#000000;
	--wdtSecondaryColorRgb:0,0,0;
	--wdtTertiaryColor:#EDEDED;
	--wdtTertiaryColorRgb:237,237,237;
	--wdtBodyBGColor:#F5F4F2;
	--wdtBodyBGColorRgb:245,244,242;
	--wdtBodyTxtColor:#585858;
	--wdtBodyTxtColorRgb:88,88,88;
	--wdtHeadAltColor:#161616;
	--wdtHeadAltColorRgb:22,22,22;
	--wdtLinkColor:#161616;
	--wdtLinkColorRgb:22,22,22;
	--wdtLinkHoverColor:#d90d19;
	--wdtLinkHoverColorRgb:217, 13, 25;
	--wdtBorderColor:#DFDEDC;
	--wdtBorderColorRgb:223,222,220;
	--wdtAccentTxtColor:#ffffff;
	--wdtAccentTxtColorRgb:255,255,255;
}


/* header css */
#lumoria-mu-footer-logo img, #lumoria-mu-header-logo img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
}
.mobile-menu ul li.menu-item > a:hover, .mobile-menu ul li.current_menu_item > a, .mobile-menu ul li.current_page_item > a {
	background-color: var(--wdtPrimaryColor) !important;
}

/* home page css */
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-media-group {
	border-color: var(--wdtBorderColor) !important;
}
.wdt-tabs-container.wdt-template-default .wdt-tabs-list li .ui-tabs-anchor .wdt-content-title::before {
	background-color: var(--wdtAccentTxtColor) !important;
}
.wdt-heading-holder .wdt-heading-subtitle-wrapper {
	border: 1px solid var(--wdtPrimaryColor) !important;
}
.wdt-services-holder .wdt-service-item.wdt-type-2 .wdt-service-button a i {
	background: var(--wdtPrimaryColor) !important;
	color: var(--wdtAccentTxtColor) !important;
}
.wdt-services-holder .wdt-service-item.wdt-type-2 .wdt-service-button a:hover i {
	background: var(--wdtSecondaryColor) !important;
}

/* Footer css */
#footer .wdt-accordion-toggle-holder .elementor-widget-icon-list .elementor-icon-list-item a > .elementor-icon-list-icon {
	display: flex;
}
