/*
Theme Name: Diego Stocco
Description:
Author: Red Ochsenbein 
Author URI: http://red0.ch
Template: oshin
Version: 1.0
Tags:
*/

#bottom-widgets .column-block {
	margin-bottom: 0 !important;
}
header .logo a:before {
	content: "Diego Stocco // Explorer of Sounds";
	text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
	header .logo a:before {
		/*content: "Diego Stocco";*/
		content: " ";
	}
}
header .logo a {
	line-height: 50px;
	font-family: "Montserrat","Open Sans","Arial",sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
ul#menu a {
	/*font-size: 14px;*/
}
header .logo img {
	display: none !important;
}