/*
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;
}