//*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

/*
Control hight of feature images
*/
featured-page-one .entry-thumb {
	max-height: 1000px;
	overflow: hidden;
/*	display: none;*/
}

.featured-page-two .entry-thumb {
	max-height: 150px;
	overflow: hidden;
/*	display: none;*/
}

/*
Hide author and date in post banner
*/
.entry-author-link, .entry-permalink, .entry-date, .entry-meta {
	display: none;
}

/*
Hyperlink: remove unterline
*/
.hentry .entry-content a {
	border-bottom: none !important;
}


/*
Change size of feature images
*/
.single .entry-header.primary-hentry,
.page .entry-header.primary-hentry {
	padding: 125px 0;
}

/*
Change padding / height for archive banners
*/
.archive .page-header,
.error404 .page-header {
	padding-top: 125px;
	padding-bottom: 125px;
}

/*
Change padding / height for search
*/
.search .page-header {
	padding-top: 125px;
	padding-bottom: 125px;
}

/*
Change size of entry title
*/
#hero .hentry .entry-title {
	font-size: 32px;
}


/*
Change opacity of feature images
*/
#primary-header .overlay,
.page-header.has-featured-image .overlay {
	opacity: .55;
}



/*
Customise header image on front page THIS IS THE BANNER ON THE FRONT PAGE. Padding used to be 125
*/
#hero.has-background .overlay {
	opacity: .4;
}

#hero .hentry .entry-content {
	max-width: 77%;
}

#hero {
	padding: 32px 0;
}

/*
Hide feature image so they don't appear in the main text body
*/
.single .site-main .hentry.has-post-thumbnail .entry-thumb,
.page:not(.home) .site-main .hentry.has-post-thumbnail .entry-thumb {
	display: none;
}

.page .site-main .grid-item .hentry.has-post-thumbnail .entry-thumb {
	display: block;
}

/*
Change size of headers in sidebar and footer (widgets)
*/
#page #secondary .widget .widget-title,
#page #colophon .widget .widget-title {
	font-size: 15px;
/*
	color: #1b66a1;
*/
}

/*
Hide feature image so they don't appear in POSTS
*/
.blog .hentry .entry-thumb,
.archive .hentry .entry-thumb,
.search .hentry .entry-thumb,
.single .site-main .hentry .entry-thumb {
	display: none;
}

/*
Change colour of widget title in footer to white
*/
#colophon,
#colophon .footer-widget-area .widget-title {
	color: #ffffff;
}

/*
Change colour of widget text also to white
*/
#colophon .footer-widget-area a,
#colophon .footer-widget-area {
	color: #ffffff;
}


/*
Change text and background colour in the top-level banner for posts and search
*/
.single .entry-header.primary-hentry,
.page .entry-header.primary-hentry,
.archive .page-header,
.search .page-header,
.error404 .page-header {
	background: #1b66a1;
}

.entry-header.primary-hentry .entry-title,
.page-header .page-title {
	color: #ffffff;
}

/*
Customise button  background: #1b66a1
*/

a.button {
	background: #000;
	color: #fff;
}


/*
Increase size of font
*/
body {
	font-size: 15px;
	color: #3a3b3c;
}
