/* CSS for templates demos.
<link type="text/css" rel="stylesheet" href="http://churchinsight.com/Images/Content/2414/Templates/47287/TemplateDemo.css">
*/

/* The logo is swapped in via JS, so show image at natural size, so it looks ok. */
body.TemplateDemo header .logo-icon img
{ 
	width:  auto !important;
	max-width: 100% !important; /* stop logo from getting too big on a mobile view. */
}

body.TemplateDemo header .logo-container {
	padding: 0 !important;
}
body.TemplateDemo header .logo-icon {
	float: none !important; 
	margin: 0 auto !important; 
	padding: 0 !important;
}
@media(min-width:992px){ 
	body.TemplateDemo header .logo-icon {
		margin: 0 !important; 
	}
}

body.TemplateDemo2 header .logo-name {display: none;} /* never show the site name */

body.TemplateDemo2 section.slice_image_blocks_4 div.image_block_title_wrapper {
	text-shadow:none !important;
}

/* Backup code for cookie bar hiding. */
body.TemplateDemo div.slice_Cookies {display:none !important;}
body.TemplateDemo2 div.slice_Cookies {display:none !important;}

/* hide widget in the template viewer */
body.TemplateDemo section.SeekerBox,
body.TemplateDemo2 section.SeekerBox {display:none !important;}

body.TemplateDemo footer.WidgetShowing,
body.TemplateDemo2 footer.WidgetShowing {padding-bottom:20px !important;}