/*
Theme Name: Twenty Fourteen Child
Theme URI: http://wordpress.org/themes/twentyfourteen
Description: Twenty Fourteen Child Theme
Author: KJW
Template: twentyfourteen
Version: 1.0.0
*/
@import url("../twentyfourteen/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
/*remove category links that appear over the post title*/
header .cat-links {
display: none;
}
/*change amount of white space that appears over the post title*/
@media screen and (min-width: 846px) {
     .home .content-area {padding-top: 20px !important;}
}

@media screen and (min-width: 673px) {
     .home .content-area {padding-top: 20px !important;}
}

/*change the colour of the left sidebar*/
.site:before {
    background-color: rgba(255,255,255,255);
}

/*change the font*/
body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}


/*hide the gray background behind featured images*/
a.post-thumbnail {
background: none;
}
a.post-thumbnail:hover {
background: none;
}

/*change the single post and page title font to bold and colour*/
#primary .entry-title {
color: #0080ff;
font-weight: bold;
font-size: 30px;
}

/*disable search*/
.search-toggle, #search-container {display: none;}

/*make the bletherings logo shrink and grow*/
img#site-logo {
max-width: 100%;
height: auto;
} 

/*stop featured image from showing at the top of single post page
*div.post-thumbnail {
*display: none;
*height: 50px;
*}*/

/*make titles lowercase as opposed to default upper case could also use capitalize or uppercase*/
.entry-title {
text-transform: lowercase;
}
