/* NAVIGATION */

.row.menu-wrap { margin-bottom: 0; }

#menu-item-2463 { display: none !important; }

#menu-header
{
	/*width: 100%;*/
	margin: 0;
	padding: 52px 0 0 0;
	list-style: none;
	float: right;  
}

@media (min-width: 1200px) {
	#menu-header { padding-top: 69px; }
	#menu-header a { font-size: 35px; border-bottom: none !important; font-size: clamp(1.5rem, 1.9vw, 34px); }
	#menu-header li { margin: 0 0 0 30px; }
	#menu-header li:first-of-type { margin: 0; }
	
	.home-headline { font-size: 2.25rem; line-height: 1.15; font-size: clamp(1.5rem, 1.75vw, 2rem); }
}

#menu-header li
{
	float: left;
	padding: 0 0 0px 0;
	margin-bottom: 0;
	position: relative;
	line-height: 0;
}

#menu-header a 
{
	float: left;
	height: 10px;
	padding: 0 0px;
	text-decoration: none;
}

#menu-header li:hover > a
{
	color: #ec2123;
}

*html #menu-header li a:hover /* IE6 */
{
	color: #ec2123;
}

#menu-header li:hover > ul
{
	display: block;
	visibility: visible;
	opacity:1.0;
	-webkit-animation: fadein 0.8s; /* Safari and Chrome */
	-moz-animation: fadein 0.8s; /* Firefox */
	-ms-animation: fadein 0.8s; /* Internet Explorer */
	-o-animation: fadein 0.8s; /* Opera */
	animation: fadein 0.8s;
	
}

/* Sub-menu */

#menu-header ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 99999;    
    background: rgba(255, 255, 255, 1.00);
    border: 0px solid #000;
    padding-top: 4px;
	border-radius: 0;
    box-shadow: 0 0 2px rgba(255,255,255,.5);
	box-shadow: rgba(0, 0, 0, .5) 0px 2px 4px, rgba(0, 0, 0, .4) 0px 7px 13px -3px, rgba(0, 0, 0, .3) 0px -3px 0px inset;
	border: none;
}

#menu-header ul ul
{
  top: 0;
  left: 200px;
}

#menu-header ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    /*-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;*/
}

#menu-header ul li:last-child {   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

#menu-header ul a {
	/*font-family: "apotek-comp";    */
    padding: 10px;
	height: 10px;
	width: 250px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
}

#menu-header ul { border: 0px solid #CCC; }

li#menu-item-2037 ul a { width: 120px; }

li#menu-item-1131 ul a { width: 280px; }

#menu-header ul a { border-bottom: none !important; }

/*.menu-item-903 ul.sub-menu { width: 385px; }*/

.menu-item-156 ul.sub-menu { width: 310px; }

#menu-item-156 span { display: none !important; }

*html #menu-header ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu-header ul a /* IE7 */
{    
	height: 10px;
}

#menu-header ul a:hover
{
    background: #fff;
}

#menu-header ul li:first-child > a
{
    -moz-border-radius: 0;
    border-radius: 0;
}

#menu-header ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 15px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0px solid #000;
}

#menu-header ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 0px solid #000;
}

#menu-header ul li:first-child a:hover:after
{
    border-bottom-color: #000; 
}

#menu-header ul ul li:first-child a:hover:after
{
    border-right-color: #000; 
    border-bottom-color: transparent; 	
}


#menu-header ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }

/* Clear floated elements */
#menu-header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0; }

* html #menu-header             { zoom: 1; } /* IE6 */
*:first-child+html #menu-header { zoom: 1; } /* IE7 */

#menu-header > li:first-child > a:hover, #menu-header > li:nth-child(2) > a, #menu-header > li:nth-child(3) > a, #menu-header > li:nth-child(4) > a {
	color:#333;
	cursor: default;
}

/*nav { float: right; padding: 4px 0 15px; margin-right: -50px; }
nav ul li { list-style: none; display: inline-block; float: left; margin-left: 32px; font-weight: 400; font-size: 1.6rem; letter-spacing: 0.0rem; }
nav ul li a { text-decoration: none !important; border-bottom: none !important; color: #fff; }
nav ul li a:hover { color: #CCC !important; }

nav ul ul li a { text-decoration: none; border-bottom: none; color: #00aba4; }
nav ul ul li a:hover { color: #00aba4 !important; }

nav ul ul { font-size: 100%; }*/
/*#menu-header ul a { font-size: 1.5rem !important; }*/

/*ul.menu { margin: 0 0 0 0px; display: block; }
ul.menu li { list-style: none; float: left; margin: 5px 0px 5px 118px; padding-bottom: 9px; text-align: center; font-family: "EngraversGothicBT"; font-size: 13.5px; text-transform: uppercase; letter-spacing: 2px; }

ul.menu li:first-child { margin-left: 0px !important; margin-right:3px; }
ul.menu li a, ul.top-menu li a { text-decoration: none; color: #000; }
ul.menu li a:hover, ul.top-menu li a:hover { text-decoration: none; color: #222; }
ul.menu li.current-menu-item a { text-decoration: none; color: #222; }*/

.taptap-by-bonfire ul li a { font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "apotek", "refrigerator-deluxe", "Big Shoulders Display", "apotek", "proxima-nova", "Arial", sans-serif !important; }
.taptap-by-bonfire ul li a { border-bottom: none; font-size: 28px !important; letter-spacing: 0.05rem; }

.taptap-by-bonfire .menu li.menu-item-has-children span { top: 13px; }
.taptap-by-bonfire .sub-menu li.menu-item-has-children span { top: 5px; }


@media (max-width:1200px) {
	#menu-header { padding-top: 55px; }
	#menu-item-902 { margin-left: 0 !important; }
	ul.menu li { margin-left: 25px;}
	#menu-header a { font-size: 2vw; }
}

@media (min-width:960px) and (max-width:1000px) {
	ul.menu li { margin-left: 30px;}
	#menu-header a { font-size: 2.5vw; }
 
}


@media (max-width: 960px) {
	.menu-header-container { display: none; }
	.taptap-menu-button-wrapper { left: inherit !important; right: 11px !important;  }

	.taptap-menu-button-three:after, .taptap-menu-button-three:before, .taptap-menu-button-three div.taptap-menu-button-three-middle:before { background-color: #000 !important; }
	
	.taptap-main-wrapper-active, .taptap-background-color-active, .taptap-background-image-active { background: rgba(236,33,35,0.7) !important; }
	.taptap-menu-active .taptap-menu-button-three:before, .taptap-menu-active .taptap-menu-button-three:after { background-color: #fff !important; }
	
	.taptap-by-bonfire ul li { margin-bottom: 15px !important; }
	.taptap-by-bonfire ul ul li { margin-bottom: 0px !important; font-size: 12px !important; }
	.taptap-by-bonfire .sub-menu a { font-size: 18px !important; }
	.taptap-by-bonfire .menu ul { padding-top: 4px !important; }
	
	.taptap-by-bonfire ul.menu li a:hover, .taptap-by-bonfire ul.menu li.current_page_item a { border-bottom: none !important; }
	
	.taptap-by-bonfire ul li a { color: #fff !important; }
	.taptap-by-bonfire .menu li span svg { fill: #fff !important; }	
	.taptap-by-bonfire .menu li span { border-color: #fff !important; }
	.taptap-by-bonfire .menu ul { margin: 0 0 0 20px !important; }
	
	li#menu-item-2037 ul a { width: 160px; }
	
	.taptap-by-bonfire .menu li span { margin-top: 2px !important; }
}

@media (min-width: 767px) {
	.taptap-menu-button-wrapper { right: 20px !important; top: 59px !important; }
	.search-box { display: none; }
}

@media (min-width: 550px) and (max-width: 766px) {
	.taptap-menu-button-wrapper { top: 57px !important; }

}
	
@media (max-width: 550px) {
	.taptap-menu-button-wrapper { top: 57px !important; }
}