.custom-logo-link img,
.sc_layouts_logo img {
	max-height: 80px;
	width: auto; 
}
.sc_layouts_row_type_compact .custom-logo-link img,
.sc_layouts_row_type_compact .sc_layouts_logo img {
	max-height: 60px; 
}
.sc_layouts_row_type_narrow .custom-logo-link img,
.sc_layouts_row_type_narrow .sc_layouts_logo img {
	 max-height: 40px; 
}

@media (max-width: 1439px) {
	.custom-logo-link img,
	.sc_layouts_logo img {	
		max-height: 60px;
		width: auto; 
	}
	.sc_layouts_row_type_compact .custom-logo-link img,
	.sc_layouts_row_type_compact .sc_layouts_logo img { max-height: 40px; }
	.sc_layouts_row_type_narrow .custom-logo-link img,
	.sc_layouts_row_type_narrow .sc_layouts_logo img { max-height: 30px; }
}

.sc_layouts_logo .logo_text {
	display:block;
}
.sc_layouts_logo .logo_slogan {
	display:block;
	font-size: 12px;
	line-height:15px;
	letter-spacing:0px;
}
