/*

Theme Name: Oshin Child

Description: Oshin Child Theme

Author: Brand Exponents

Template: oshin

Version: 1.2

*/



@import url("../oshin/style.css");


#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:focus {
	font-weight: bold !important;
}

#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	font-weight: bold !important;
}

#header-top-bar.custom-top-bar {
    background-color: #fff;
    padding: 1em;
}

#header-top-bar.custom-top-bar h4 {
	margin-bottom: 0;
}

#header-top-bar.custom-top-bar a {
	font-size: 1.3em;
}

.custom-top-bar .be-wrap {
	display: flex;
	justify-content: space-between;
}

.logo-wrapper, .showroom-cta, .talk-to-us-cta {
	width: 33%;
}

.logo-wrapper, .showroom-cta, .talk-to-us-cta {
    min-width: 20%;
    max-width: 100%;
    text-align: left;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.logo-wrapper img {
    display: inline-block;
    max-width: 23%;
    width: 100%;
    margin-right: 1em;
    flex-shrink: 0;
}

.showroom-cta {
	margin-left: 2em;
}

.talk-to-us-cta {
	text-align: right;
}

@media (max-width: 960px) {
	#header-top-bar.custom-top-bar h4 {
		font-size: 20px;
		line-height: 1.2;
	}

	#header-top-bar.custom-top-bar a {
		font-size: 1.2em;
	}
}

@media (max-width: 766px) {
	.logo-wrapper, .showroom-cta, .talk-to-us-cta {
		width: 50%;
		max-width: 100%;
	}

	.logo-wrapper {
		display: none;
	}

	.showroom-cta {
		margin-left: 0;
	}

	#header-top-bar.custom-top-bar {
		padding: 0.5em;
	}
}

@media (max-width: 480px) {
	.logo-wrapper, .showroom-cta, .talk-to-us-cta {
		width: 100%;
		max-width: 100%;
	}

	.showroom-cta {
		display: none;
	}

	.talk-to-us-cta h4 {
		display: inline-block;
		margin-right: 0.25em;
	}

	.talk-to-us-cta a {
		display: inline-block;
	}
}