
body{
	font-family: 'Cantarell', sans-serif;
}
p{
	font-family: 'Cantarell', sans-serif;
	color: #6c7172;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	color: #000000;
	text-transform: none;
}

.sidebar-inner .brand-logo img{
	height: 24px;
	margin: 0 auto;
	text-align: center;
}

a:hover{
	color: #999999;
}

h3 a{
	color: #000000;
}
h3 a:hover{
	color: #999999;
}


 .sidebar-nav ul.sidebar-menu li a{
 	font-family: 'Cantarell', sans-serif;
 	font-weight: 400;
 	font-size: 13px;
 }

 .sidebar-nav ul.sidebar-menu li a:hover{
 	color: #999999;
 }

/* BLOG */
.blog-post.single-post .post-title{
	font-size: 28px;
}
.blog-post.single-post .post-content p{
	font-family: 'Cantarell', sans-serif;
	font-size: 16px;
	line-height: 27px;
	margin: 0 0 27px;
	letter-spacing: 0.3px;
}
.blog-post .post-content h2{
	font-size: 24px;
	margin-top: 30px;
}
.dropcap{
	font-family: 'Cantarell', sans-serif;
}
.blog-post .post-content .post-meta p{
	font-size: 11px;
}

.post-inner-img img{
	margin: 0 0 20px;
}