@import  "https://fonts.googleapis.com/css?family=Josefin+Sans|Raleway";

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.entry-date {
	display: none !important;
}

.entry-details {
	display: none !important;
}

.single post .cat-links {
	display: above;
	text-align: left;
}

.entry-author {
	display: none;
}

.entry-author-link {
	display: none;
}

.entry-meta {
	display: none;
}

.entry-title {
	display: none;
}

.entry-meta .byline {
	display: none;
}

.site-info {
	display: none;
}

.single .blog-meta {
	visibility: hidden;
}

.single-post .entry-thumbnail {
	display: none;
}

.widget h3.widget-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
}

.widget .entry-content {
	font-family: 'Raleway', sans-serif;
	font-size: 10px px;
}

.single-post .entry-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 50px;
}

.single-post .entry-content {
	font-family: 'Raleway', sans-serif;
}

body {
	font-family: 'Raleway', 'Helvetica Neue', sans-serif;
}

@media screen and (min-width: 635px) {
	#masthead {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 1270px) {
	.post .entry-footer,
											.site-content .page,								   
											#footer-sidebar-wrap {
		padding-bottom: 10px;
	}
	
	.site-content .post,
										.site-content .type-attachment
										.search-results .site-content .page,
										#colophon {
		padding-top: 10px;
	}
}

.single-post {
	padding-bottom: 0;
}

.single-post .entry-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 100px;
	text-align: center;
	width: 100%;
}

.single-post .entry-title {
	display: none;
}

.single-post .entry-header h1.entry-title {
	display: none;
}

.single-post .entry-title {
	display: none;
}

.archive-header, .further-projects {
	display: none;
}

single-post .entry-meta ul li.entry-cats {
	display: inline-block;
}

.entry-meta ul li.entry-cats, .entry-meta ul li.entry-tags, .entry-meta ul li.entry-edit {
	display: block;
}

.single-post .cat-links {
	display: block;
}

@media screen and (min-width: 770px) {
	.site-content .post, .site-content .type-attachment {
		margin: 0 0 5px;
	}
}