/* Add here all your CSS customizations */
#header .logo-text {
	font-size: 32px;
	position: relative;
	top: 38%;
	display: inline-block;
	transition: all 0.3s ease 0s;
	height: 100%;
	color:#333; /*  */
}

.sticky-header-active #header .logo-text {
	top: 21px;
	font-size: 24px;
}

#header .header-logo {
	width: auto !important;	
}

@media(max-width:767px) {
	#header .logo-text {
		font-size: 18px;
	}

} 

@media(min-width:768px) {
	#header .logo-text {
		font-size: 28px;
	}
}
	
@media(min-width:992px) {
	#header .logo-text {
		font-size: 32px;
	}
}

/* Ads */
#ad_unit_1 { margin:0 auto 10px auto; }