/*
 Theme Name:   Terminal
 Template:     industy
 Text Domain:  terminal-child
 Version:      1.0.0
 Tested up to: 6.6
 Requires PHP: 5.3
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 Copyright (C) 2024 buddhathemes. All rights reserved.
*/

:root {	
	--wdtLetterSpacing_2X: 0;
	--wdtFontWeight_Alt: 500;
	--wdtSecondaryColorRgb: 40, 160, 214;
	--wdtHeadAltColor: #fff;
}
.wdt-header-menu .menu-container .wdt-primary-nav li[class*="has-children"] > a > span:after {
	bottom: 2px;
}
.wdt-cus-image-box-style-a .wdt-content-item .wdt-content-title:after {
	background: #fff!important;
}
.wdt-header-menu ul.sub-menu > li a span {
	background-image: linear-gradient(to right, var(--wdtPrimaryColor), var(--wdtPrimaryColor) 50%, var(--wdtBodyBGColor) 50%);
}