/**
Theme Name: DigitalTools4You Astra Child
Theme URI: https://digitaltools4you.com/
Author: DigitalTools4You Ltd
Author URI: https://digitaltools4you.com/
Description: Child theme for DigitalTools4You Ltd, built on Astra.
Template: astra
Version: 1.0.0
Requires at least: 5.3
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digitaltools4you-astra-child
*/

/*
Add DigitalTools4You custom CSS below. Keep Astra theme files untouched so updates remain safe.
*/

:root {
	--dt4u-navy: #07111f;
	--dt4u-blue: #38bdf8;
}

.site-branding {
	display: flex !important;
	align-items: center;
	min-height: 44px;
}

.site-branding::before {
	content: "DigitalTools4You";
	font-family: Inter, Arial, sans-serif;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: 0;
	color: #f8fbff;
	white-space: nowrap;
}

.site-branding::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--dt4u-blue);
	margin-left: 8px;
	box-shadow: 0 0 18px rgba(56, 189, 248, .8);
}

.site-header .custom-logo-link,
.site-header .site-logo-img,
.ast-header-social-wrap {
	display: none !important;
}

.main-header-bar,
.ast-primary-header-bar {
	background: var(--dt4u-navy) !important;
	border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
}

.main-header-menu .menu-link {
	color: #dce7f7 !important;
	font-weight: 700;
}

.main-header-menu .current-menu-item > .menu-link,
.main-header-menu .current_page_item > .menu-link,
.main-header-menu .menu-link:hover,
.main-header-menu .menu-link:focus {
	color: var(--dt4u-blue) !important;
}

.ast-mobile-header-wrap,
.ast-mobile-header-content,
.ast-mobile-popup-drawer,
.ast-mobile-popup-drawer .ast-mobile-popup-inner,
.ast-mobile-popup-content,
.ast-mobile-popup-content .main-header-menu,
.ast-mobile-popup-content .main-navigation {
	background: #ffffff !important;
}

.ast-mobile-popup-drawer .main-header-menu .menu-item,
.ast-mobile-popup-drawer .main-header-menu .menu-link,
.ast-mobile-popup-drawer .ast-builder-menu-mobile .main-navigation .menu-item {
	border-color: #e5edf7 !important;
}

.ast-mobile-popup-drawer .main-header-menu .menu-link,
.ast-mobile-popup-drawer .main-header-menu a,
.ast-mobile-popup-drawer .ast-builder-menu-mobile .main-navigation .menu-link {
	color: #0f172a !important;
	opacity: 1 !important;
	font-weight: 800 !important;
}

.ast-mobile-popup-drawer .main-header-menu .current-menu-item > .menu-link,
.ast-mobile-popup-drawer .main-header-menu .current_page_item > .menu-link,
.ast-mobile-popup-drawer .main-header-menu .menu-link:hover,
.ast-mobile-popup-drawer .main-header-menu .menu-link:focus {
	color: #0284c7 !important;
	background: #f0f9ff !important;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header {
	background: var(--dt4u-navy) !important;
}

.ast-mobile-popup-drawer .menu-toggle-close,
.ast-mobile-popup-drawer .ast-mobile-svg,
.ast-mobile-popup-drawer .ast-close-svg,
.ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	color: #ffffff !important;
	fill: #ffffff !important;
}

@media (max-width: 560px) {
	.site-branding::before {
		font-size: 21px;
	}
}
