/* 
Custom Stylesheet 
Add custom styles via Appearance > Editor
CSS file: /public/content/themes/<<theme>>/custom.css
*/

// To edit logo, upload to /content/themes/ukbcci/lib/img/logo.png and adjust height below
.header-image .site-title>a{
	height: 80px;
}

// Remove article from homepage
.home article, .page-id-2 article{
	//display: none;
}

.home .entry, .page-id-2 .entry{
	padding: 0;
}

.slider-caption{
	margin-top: 0;
}

#wpgw_wgt_before_entry .textwidget{
	min-height: 350px;
	height: 350px;
}

.gallery{
	margin-bottom: 40px;
}

.gallery img{
	margin-bottom: 3px;
}

@-moz-document url-prefix(){
	.custom-search .fa{
		top: 27px;
	}
}

.fancybox-opened .fancybox-title{
	font-size: 0.9em !important;
}

/* background */

body{
	background: #ccc;
}

/* breadcrumbs */

.wrapper-breadcrumb{
	background: transparent;
	padding: 0;
}

.breadcrumb{
	background: #fff;
	padding: 15px;
}

/* main content */

.site-inner{
	background: #fff;
	padding-top: 0;
}

.entry{
	padding: 0 20px;
}

/* homepage */

.page-id-2 #main-content{
	padding-left: 15px;
}

.custom-search{
	display: block;
}

@media screen and (min-width: @screen-sm-min){
	.page-id-2 #main-content{
		padding-left: 0;
	}
}
}