/* Links */

.entry-content a, .entry-content a:visited, .author-description a {
	font-family: 'Exo', sans-serif !important;
	font-weight: 800;
	color: #a14b9e;
}

/* Header */

.site-description {
	display: none;
}
.site-branding img {
	max-width: 175px;
}
.site-branding {
	padding: 35px 0;
}
.site-branding h1 {
	font-size: 10px;
	margin-bottom: 0;
}

/* Navigation */

#secondary-navigation a {
	font-weight: 700;	
	font-size: 18px;
}
#primary-navigation {
	font-size: 14px;
}

/* Homepage */

.masonry .entry-image {
	background: #ffffff;
}
.masonry .entry-title {
	font-size: 125%;
	line-height: 1.4;
}
.masonry .entry-content p {
	font-size: 110%;
}

/* Photos */

.wp-caption-text {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 20px;
	padding: 20px 0;
	text-align: left;
}

/* Headers */


h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo', sans-serif !important;
	font-weight: 800;
}

/* Font colors */

.site-title a {
	color: #000 !important;
}
body, .widget-title, .widget-title a, .footer-widgets .widget-title, #reply-title, .site-title a {
	border: none;
	color: #000;
	font-family: 'Exo', sans-serif !important;
}
.widget-title {
	font-size: 130%;
}

/* Post */

.entry-header, .entry-meta {
	text-align: left;
	text-transform: none;
}
.entry-title, .page-title {
	font-size: 300%;
	line-height: 1.1;
	padding-bottom: 20px;
	font-family: 'Exo', sans-serif !important;
	font-weight: 800;
	color: #000000;
}
.single .entry-content p, .single .entry-content li {
	font-size: 100%;
	line-height: 1.5;
}
.single .entry-meta, .single .entry-meta a, .single .entry-meta a:visited {
	color: #666;
	font-size: 100%;
}
.single .entry-meta {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
}

/* Forms */

input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="search"], input[type="url"], textarea {
	background: #fff;
	box-shadow: none;
	border: 1px solid #ccc !important;
	width: 100% !important;
}

/* Footer */

.footer-widgets {
	background: #fff;
}
#colophon, #colophon a, .site-footer a {
	background: #000000;
	color: #fff;
}