/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
featured-page-one .entry-thumb {
	max-height: 200px;
	overflow: hidden;
/*	display: none;*/
}

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*
Hide author and date in post banner
*/
.entry-author-link, .entry-permalink, .entry-date, .entry-meta {
	display: none;
}

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

/*
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: 90px 0;
}

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

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

/*
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;
}

/*
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 size of entry title
*/
#hero .hentry .entry-title {
	font-size: 34px;
}

/*
Customise header image on front page
*/
#hero.has-background .overlay {
	opacity: .5;
}

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

#hero {
	padding: 50px 0;
}

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

/*
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 orange
*/
#colophon .footer-widget-area a,
#colophon .footer-widget-area {
	color: #ca722f;
}

/*
Change text and background colour in the top-level banner for posts and search
Orange: #ca722f
Blue1:  #1b8be0
Blue2:  #1b66a1
Black: #0000
White: #fff

*/
.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;
}

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

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

/*
Customise button
	background: #1b66a1;
	font-size: 14px;
*/
/*
Increase size of font
*/
body {
	font-size: 15px;
	color: #3a3b3c;
}
