/*
Welcome to Custom CSS!

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

@import url('https://fonts.googleapis.com/css?family=Lora|Work+Sans:400,500,600,700');


html, body {
	max-width: 100%;
	overflow-x: hidden;
}


h2{
font-family: 'Work Sans', sans-serif;
	color: #000;
	font-size: 30px;
	line-height: 45px;
	font-weight: 500;
	text-align: left;
	letter-spacing: -2px;	
}

h2 .span {
	
	font-family: 'Work Sans', sans-serif;
	color: #000;
	font-size: 30px;
	line-height: 45px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0px;	

}

h3 {
	font-family: 'Work Sans', sans-serif;
	color: #000;
	font-size: 21px;
	line-height: 45px;
	font-weight: 300;
	text-align: left;
	letter-spacing: 0px;
}

code {
	font-size: 15px;
	background-color: #48EEA5;
	padding-left: 5px;
	padding-right: 5px;
}

ul {
	font-size: 18px;
}

ol.menu-item {
	font-family: 'Lora',serif;
	font-size: 13px;
}

::selection {
	background: #48EEA5 !important;
	color: black !important;
}

::-moz-selection {
	background: #48EEA5 !important;
	color: black !important;
}

img.no-grav.header-image {
	width: 200px;
}

pre {
	width: 100vw;
}

div.entry-content.clear {
	overflow: visible;
}

a.site-logo:hover {
	border-bottom: white;
}

pre {
	font-size: 15px;
}

#actionbar {
	display: none;
}

#infinite-footer {
	display: none;
}

#triggers-wrapper {
	display: none;
}

#masthead {
	padding-top: 30px;
}

#masthead hgroup {
	margin-bottom: 25px;
}

.infinite-footer {
	display: none;
}

.site-footer {
	display: none;
}

.entry-format-badge.theme-genericon {
	display: none;
}

.entry-title {
	font-family: 'Work Sans', sans-serif;
	color: #000;
	font-size: 60px;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: -2px;
	font-style: normal;
}

p {
	font-family: 'Lora',serif;
	font-size: 18px;
	line-height: 34px;
	color: #303030;
}

.entry-content li {
	font-family: 'Lora', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	padding-bottom: 20px;
}

.comment-content p {
	font-size: 14px;
}

.share-google-plus-1 {
	display: none;
}

table {
	font-size: 80%;
}

p.comment-not-liked {
	display: none;
}

.comment-author .avatar {
	display: none;
}

.wf-active .comment-meta {
	font-size: 10px;
	letter-spacing: 2px;
}

li.post.pingback {
	display: none;
}

footer.entry-meta {
	float: none;
	margin: 20px 0 0;
}

.entry-meta span:first-child {
	border-right: 1px solid rgba(0,0,0,0.1);
	margin-right: 20px;
	padding-right: 20px;
	border-top: 0;
}

.entry-meta span {
	border-bottom: 0;
	display: inline;
	padding: 0;
}

.entry-meta {
	width: 100vw;
}

span.comments-link {
	display: none;
}

span.tags-links {
	display: none;
}

span.edit-link {
	border-left: 1px solid rgba(0,0,0,0.1);
	padding-left: 20px;
	margin-left: 20px;
}

span.author.vcard {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

.entry-meta span + span:before {
	content: no-close-quote;
}

span.categories-links {
	padding-bottom: 20px;
}

.hentry {
	padding-top: 82px;
}

.navigation-post span.meta-nav {
	background-color: #3cefa3;
	border-radius: 50%;
	color: #000;
}

ul.menu {
	font-family: 'Lora', serif;
	padding-top: 3px;
	font-size: 11px;
	color: white;
	letter-spacing: 2px;
	font-weight: 600;
}

li.menu-item {
	font-family: 'Work Sans', sans-serif;
	padding-right: 20px;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 2px;
}

.categories-links {
	font-size: 12px;
	letter-spacing: 3px;
}

a[rel="category tag"] {
	color: #828a96;
}

#page {
	border-top: 5px solid #3CEFA3;
}


.navigation-main {
	border-top: 0;
}

.navigation-main a {
	border-bottom: 3px solid white;
	color: #9EABBE;
}

.navigation-main a:hover {
	color: #000000;
	border-bottom: 3px solid #3CEFA3;
}

a {
	border-bottom: 1px solid white;
}

a:hover {
	color: #000000;
	border-bottom: 1px solid #3CEFA3;
}

em {
	color: #828a96;
}

blockquote.graf p {
	font-family: 'Lora', serif;
	font-size: 28px;
	opacity: .5;
	margin-left: -1.75px;
	line-height: 1.48;
	letter-spacing: -.014em;
	padding-left: 40px;
}

@media screen and (min-width: 850px) {
	.wrap {
		max-width: 700px;
	}
}

@media screen and (max-width: 850px) {
	h1.entry-title {
		
		font-size : 36px !important;
		line-height: 48px !important;
		
	}
	
	.wrap {
		max-width: 90vw;
	}

	pre {
		width: 100%;
	}

	div.entry-content.clear {
		overflow: hidden;
	}

	blockquote.graf p {
		padding-left: 10px;
	}

	.navigation-main {
		display: none;
	}
}
