.widget-navigation .widget-content > a {
	background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') no-repeat center;
	display: none;
	height: 30px;
	width: 30px;
	margin: 4px;
}

.mobile-view .widget-navigation .widget-content > a {
	display: block;
}

.mobile-view .navigation {
	display: none;
}

