/*
Theme Name: Zambuling
Theme URI: https://advzambuling.com
Author: Upcreativ Technology
Author URI: https://upcreativ.com
Description: Theme for Adventure Zambuling 
Version: 1
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: zambuling
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready
*/

#main-nav .sm-brand {
	display: flex;
	align-items: center;
}
#main-nav .sm-brand .logo-year {
	border-left: 1px solid #0473ea;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1;
	color: #0473ea;
}
#main-nav .sm-brand .logo-year span {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #3ad202;
}

@media (max-width: 420px) {
	#main-nav .navbar-brand img {
        height: 44px!important;
    }
	#main-nav .sm-brand .logo-year {
		font-size: 24px;
		margin-left: 5px;
		padding-left: 5px;
	}
	#main-nav .sm-brand .logo-year span {
		font-size: 10px;
	}
}