/*
 Theme Name:   Minimable Premium Child
 Theme URI:    http://minimable.fedeweb.net/demo/
 Description:  Minimable Premium Child Theme
 Version:		   1.1
 Author: 		Fedeweb
 Author URI: 	http://www.fedeweb.net
 Template:	minimable-premium
 Tags: 			minimal,black,light,scrollable
*/

@import url("../minimable-premium/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/*
768px
979px
1199px
*/

#mini-slogan {
	color: #B40410 !important;
	font-family: 'NovecentowideLightRegular';
	font-weight:bold;
}
@media (min-width: 769px) {
	#mini-slogan {
		font-size: 50px !important;
		line-height: 1.0em !important;
		float: right;
		width: auto;
		padding: 5px;
		color: rgb(240, 149, 53) !important;
		background: rgb(51, 51, 51) !important;
	}
}
@media (max-width: 768px) {
	#mini-slogan {
		font-size:28px !important;
		text-align: center;
		padding-top:8px;
	}
}
