#nav-menu-item-24990 {
	position: relative;
    left: 3%;
}

#nav-menu-item-24990 a {
	background-image: url('/wp-content/themes/stockholm/css/img/ticketResized.png');
    background-repeat: no-repeat;
    width: 93%;
    text-align: center;
    background-position: 50%;
}

.ticketsLink span {
	color: #fff;
	text-transform: uppercase;
}

#mobile-menu-item-24990 a {
  	background-image: url('/wp-content/themes/stockholm/css/img/ticketResized.png');
    background-repeat: no-repeat;
    background-position: 50%;
    text-align: center;
    width: 122px;
    font-size: 24px;
}

#mobile-menu-item-24990 span {
	color: #fff;
	text-transform: uppercase;
	position: relative;
    bottom: 0.1em;
}

#mobile-menu-item-24990 span:hover {
	color: #8d8d8d;
}

/*
// Medium screens
@media only screen and (min-width: 40.063em) { 

.ticketsLink span {
 background-image: url('/wp-content/themes/stockholm/css/img/tabletTicket.png');
}

} /* min-width 641px, medium screens 

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues 

// Large screens
@media only screen and (min-width: 64.063em) { 

.ticketsLink span {
  background-image: url('/wp-content/themes/stockholm/css/img/desktopTicket.png');
}

}

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
