/*
Theme Name: GHC Theme
Theme URI: https://fullofcreative.com
Author: Full Of Creative
Description: GHC Theme
Requires at least: 5.3
Tested up to: 5.5
Requires PHP: 5.6
Version: 2.0
License: Commercial
Text Domain: foc-theme
Template: hello-elementor

*/

/*
* not editable
*/

.dynamic-header .navbar-brand {
	max-width: min(70vw, 520px);
	white-space: normal;
}

.dynamic-header .site-logo img {
	max-height: 48px;
	width: auto;
}

.dynamic-header .site-title-wrap {
	line-height: 1.2;
}

.dynamic-header .site-title {
	font-size: 1rem;
}

.dynamic-header .site-description {
	color: #6c757d;
	font-size: 0.875rem;
	margin: 0;
}

.dynamic-header .navbar-nav .nav-link {
	padding-left: 0.9rem;
	padding-right: 0.9rem;
}

@media (max-width: 767.98px) {
	.dynamic-header .navbar-collapse {
		padding-top: 0.75rem;
	}

	.dynamic-header .navbar-nav .nav-link {
		padding-left: 0;
		padding-right: 0;
	}
}
.tw:hidden {
	display: none;
}

/* Skip link: use off-screen position instead of the clip technique so Lighthouse
   treats the element as focusable (clip:rect(1,1,1,1) produces 0 visible pixels
   which headless auditors flag as non-focusable). */
.skip-link {
	clip: auto;
	clip-path: none;
	height: auto;
	width: auto;
	overflow: visible;
	top: -100%;
	left: 0;
	z-index: 100001;
	padding: 0.75rem 1.5rem;
	background: #000;
	color: #fff;
	font-size: 1rem;
	line-height: normal;
	text-decoration: none;
	white-space: nowrap;
}

.skip-link:focus {
	top: 0;
}