.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.site-branding .custom-logo-link {
	display:block;
	padding: 25px 0;
}
.main-navigation li	{
	position: relative;
}
#cruise-navbar	{
	justify-content: center;
}
#site-navigation .nav-wrapper {
	display: block;
}
#cruise-navbar .header-nav__list li a {
	color: #2b2b2b;
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 12px;
	padding: 45px 18px;
	position: relative;
	text-align: center;
	transition: 0.25s ease;
	width: 100%;
}
.header-nav__list li:hover > a	{
	color: #c8102e;
}
.header-nav__list li a:after {
	background: #c8102e;
	bottom: 30px;
	content: '';
	display: block;
	height: 3px;
	left: 50%;
	margin: 0 auto;
	max-width: calc(100% - 36px);
	opacity: 0;
	position: absolute;
	transition: width 0.7s ease 0s;
	visibility: hidden;
	width: 0;
}
.header-nav__list li:hover a:after	{
	left: 0;
	opacity: 1;
	right: 0;
	visibility: visible;
	width: 100%;
}
#site-navigation .nav-wrapper .row	{
	align-items: center;
	justify-content: space-between;
}
.nav-search.nav-search-desktop .searchbar-icon	{
	padding: 31px 0;
	text-align: right;
}
.site-description	{
	display: none;
}
nav#site-navigation	{
	background: #ffffff;
	padding: 0;
	z-index: 999;
}
.site-branding .site-title	{
	display: none;
}

.site-branding > a > svg {
	width: 175px;
	height: 46px;
}
/*Search-Bar*/
.search-bar-section-wrapper	{
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
#searchbar-input {
	display: none;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99999;
}
#searchbar-input .search-bar-section-wrapper input[type="text"]	{
	border: 0;
	border-bottom: 1px solid rgba(43, 43, 43, 0.15);
	color: #2b2b2b !important;
	font-family: Decimal;
	font-size: 24px;
	font-weight: 600;
	line-height: 14px;
	margin-bottom: 0 !important;
	opacity: 1;
	padding: 0;
    width: calc(100% - 50px);
}
#searchbar-input .search-bar-section-wrapper input[type="text"]::placeholder	{
	color: #2b2b2b !important;
	font-family: Decimal !important;
	opacity: 1;
}
input.search-bar.search:focus	{
	border: 0;
	border-bottom: 1px solid rgba(43, 43, 43, 0.15);
}
button.search-form__close	{
	height: 50px;
	width: 50px;
}
#bg-overlay.bg-active	{
	background: rgba(43, 43, 43, 0.5);
	cursor: pointer;
	height: 100%;
	moz-transition: opacity .45s cubic-bezier(.25,.46,.45,.94);
	opacity: 1;
	o-transition: opacity .45s cubic-bezier(.25,.46,.45,.94);
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .45s cubic-bezier(.25,.46,.45,.94);
	webkit-transition: opacity .45s cubic-bezier(.25,.46,.45,.94);
	width: 100%;
	z-index: 9999999;
}
.site-header.header-active	{
	position: relative;
	z-index: 9999999999;
}
#page	{
	position: relative;
}
.searchbar-icon svg, .searchbar-icon img	{
	height: 25px;
	width: 24px;
}
.main-navigation #back-to-main	{
	display: none;
}
.site-branding .custom-logo-link .custom-logo{
    display: block;
    max-width: 100px;
}
@media screen and (min-width:992px)	{
	#cruise-navbar .header-nav__list li:hover .dropdown-menu	{
		background: #ffffff;
		border: 0;
		border-radius: 0;
		display: block;
		left: 0;
		margin-top: 0;
		min-width: 216px;
		padding-bottom: 15px;
		padding-top: 10px;
		text-align: left;
	}
	#cruise-navbar .header-nav__list li ul.dropdown-menu li a	{
		color: rgba(43, 43, 43, 0.5);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 18px;
		padding: 10px 30px;
		position: relative;
		text-align: left;
		transition: 0.25s ease;
	}
	#cruise-navbar .header-nav__list li ul.dropdown-menu li.menu-item-has-children:before {
		background-image: url('/wp-content/themes/cruise-norway/images/arrow-right.png');
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		height: 11px;
		position: absolute;
		right: 38px;
		top: 50%;
		transform: translateY(-50%);
		width: 12px;
	}
	#cruise-navbar .header-nav__list li ul.dropdown-menu li:hover > a	{
		background: transparent;
		color: #2b2b2b;
	}
	#cruise-navbar .header-nav__list li ul.dropdown-menu li a:after	{
		content: none;
	}
	#cruise-navbar .header-nav__list li .dropdown-menu li .dropdown-menu {
		background: #ffffff;
		border: 0;
		border-radius: 0;
		display: block;
		left: 216px;
		margin-top: 0;
		opacity: 0;
		text-align: left;
		top: -10px;
	}
	#cruise-navbar .header-nav__list li .dropdown-menu li:hover .dropdown-menu	{
		opacity: 1;
	}
	.main-navigation {
		display: block;
	}
	.header-nav__list .dropdown-toggle::after	{
		border: 0 !important;
	}
	.nav-search.nav-search-mob	{
		display: none;
	}
	.header-nav__list li .arrow-icon	{
		display: none;
	}
}
@media screen and (min-width:1600px) {
	#cruise-navbar .header-nav__list li a {
		padding-left: 24px;
		padding-right: 24px;
	}
	.header-nav__list li a:after {
		max-width: calc(100% - 48px);
	}
}
@media screen and (max-width:1360px) and (min-width:1201px)	{
	#cruise-navbar .header-nav__list li a {
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-nav__list li a:after {
		max-width: calc(100% - 30px);
	}
}
@media screen and (max-width:1200px) and (min-width:1081px)	{
	#cruise-navbar .header-nav__list li a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.header-nav__list li a:after {
		max-width: calc(100% - 20px);
	}
}
@media only screen and (max-width: 1080px) and (min-width: 992px)	{
	#cruise-navbar .header-nav__list li a {
		font-size: 13px;
		padding: 41px 8px;
	}
	.header-nav__list li a:after {
		max-width: calc(100% - 16px);
	}
}
@media screen and (max-width:991px)	{
	#masthead.navbar-main-active {
	    background: #fff;
	    height: 100%;
	    left: 0;
	    position: fixed;
	    right: 0;
	    top: 0;
	    z-index:99999999;
	}
	button.navbar-toggler	{
		background-color: transparent;
		background-image: none;
		border: 0;
		border-radius: 0;
		float: right;
		height: 30px;
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 0;
		padding: 10px;
		position: relative;
		width: 30px;
		z-index: 9;
	}
	.nav-search.nav-search-desktop.col-lg-2	{
		display: none;
	}
	#site-navigation .nav-wrapper .header-navigation-row	{
		flex-direction: row-reverse;
		justify-content: space-between;
		margin: 0;
		padding: 24px 0;
	}
	.navbar-toggler span	{
		background: #2b2b2b;
		border: 0;
		cursor: pointer;
		height: 3px;
		left: 0;
		position: absolute;
		top: 0;
		transition: all .1s ease;
		width: 100%;
	}
	.navbar-toggler span.middle	{
		top: 10px;
	}
	.navbar-toggler span.bottom	{
		top: 20px;
	}
	.navbar-toggler.active .top	{
		background: #2b2b2b;
		transform: translateY(11px) translateX(0) rotate(45deg);
	}
	.navbar-toggler.active .middle	{
		background: #2b2b2b;
		opacity: 0;
	}
	.navbar-toggler.active .bottom	{
		background: #2b2b2b;
		top: 22px;
		transform: translateY(-11px) translateX(0) rotate(-45deg);
	}
	.site-branding.col-lg-2	{
		padding: 0 30px;
		width: auto;
	}
	.nav-search.nav-search-desktop.col-lg-2	{
		position: absolute;
		right: 60px;
		width: auto;
	}
	#main-nav-toggle:hover	{
		background: transparent;
		border: 0;
	}
	.site-branding .custom-logo-link	{
		padding: 20px 0;
	}
	.nav-search.nav-search-desktop .searchbar-icon	{
		padding: 26px 0;
		text-align: right;
	}
	.container.nav-wrapper.navbar-toggler-active #cruise-navbar	{
		display: block;
	}
	.main-nav-toggle-wrap	{
		display: flex;
		flex-direction: row-reverse;
	}
	#cruise-navbar .header-nav__list li a	{
		background: transparent;
		color: #2b2b2b;
		font-size: 36px;
		line-height: 90px;
		padding: 0 30px;
		text-align: left;
	}
	#cruise-navbar .header-nav__list li ul li a	{
		font-size: 30px;
		font-weight: normal;
		line-height: 90px;
	}
	.navbar-nav.nav-menu.header-nav__list	{
		padding-bottom: 110px;
		padding-top: 20px;
	}
	.header-nav__list li a::after	{
		content: none;
	}
	#cruise-navbar .header-nav__list li.menu-item-has-children > a	{
		height: 90px;
		position: relative;
	}
	#cruise-navbar .header-nav__list li.menu-item-has-children:hover .arrow-icon path	{
		color: #202020;
	}
	#cruise-navbar .dropdown-toggle.nav-link	{
		width: 80%;
	}
	.header-nav__list li {
		display: flex;
		justify-content: space-between;
	}
	.header-nav__list li .arrow-icon	{
		align-items: center;
		cursor: pointer;
		display: flex;
		font-size: 24px;
		height: 90px;
		justify-content: flex-end;
		line-height: 90px;
		padding-right: 2px;
		text-align: right;
		width: 20%;
	}
	.header-nav__list li .arrow-icon path	{
		stroke: #2b2b2b;
	}
	.header-nav__list li:hover .arrow-icon path	{
		stroke: #2b2b2b;
	}
	.nav-menu.header-nav__list	{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.navbar-wrap-mbl	{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.header-nav__list.sub-parent-active	{
		position: relative;
	}
	.header-nav__list.sub-parent-active li	{
		position: static;
	}
	.navbar-nav .dropdown-menu.nav-show	{
		background: #ffffff;
		border: 0;
		display: block;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}
	#back-to-main.back-active	{
		align-items: center;
		display: flex;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.2;
		padding-top: 45px;
	}
	#back-to-main svg path	{
		fill: #2b2b2b;
	}
	#back-to-main svg	{
		height: 14.59px;
		margin-right: 15px;
		width: 7.4px;
	}
	#back-to-main:hover svg path	{
		fill: #c8102e;
	}
	.search-bar-section-wrapper	{
		padding: 40px 0;
	}
	.searchbar-input .search-bar-section-wrapper input[type="text"]	{
		width: 80%;
	}
	.header-nav__list.sub-parent-active li:hover .arrow-icon path	{
		stroke: #202020;
	}
	#cruise-navbar	{
		padding: 0;
	}
	.header-nav__list li .arrow-icon	{
		padding-right: 30px;
	}
	#back-to-main.back-active	{
		padding-left: 30px;
	}
	.site-branding .custom-logo-link {
	    display: block;
	}
	#cruise-navbar {
		background: #ffffff;
		bottom: 0;
		left: 0;
		overflow-y: auto;
	    position: absolute;
	    right: 0;
	    top: 84px;
	}
	#site-navigation,
	.nav-wrapper.navbar-toggler-active {
		height:100%;
	}
	body.nav-active {
	    overflow: hidden;
	}
	#cruise-navbar.remove-scroll {
	    overflow-y: unset;
	}
}
@media only screen and (max-width: 767px)	{
	.site-branding.col-lg-2	{
		padding: 0 20px;
	}
	button.navbar-toggler	{
		margin-right: 20px;
	}
	#cruise-navbar .header-nav__list li a	{
		padding: 0 20px;
	}
	#site-navigation.welcome-nav #cruise-navbar .header-nav__list li a	{
		text-align: left;
	}
	.header-nav__list li .arrow-icon	{
		padding-right: 20px;
	}
	#back-to-main.back-active	{
		padding-left: 20px;
	}
	.search-bar-section-wrapper	{
		padding: 20px 0;
	}
	#site-navigation .nav-wrapper .header-navigation-row {
		padding: 16px 0;
	}
	
}