/* Enter Your Custom CSS Here */
body {
	font: 2rem/1.8 'Domine', Helvetica, Arial, sans-serif;
}
header nav {
	border: none;
}
h1, h2, h3, h4, h5 h6 {
	font-family: 'Montserrat', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	line-height: 100%;
}

input[type="email"] {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
	display: block;
	font-size: 12px;
	margin-left: 0;
	padding: 0 15px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05), 0 0 0 transparent, 0 0 0 transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 2px;
	height: 40px;
	line-height: 40px;
	width: 300px;
	max-width: 98%;
	margin-bottom: 13px;
}

blockquote {
  	margin-top: 3rem;
  	margin-bottom: 3rem;
	font-weight: normal;
	font-family: 'Domine', Helvetica, Arial, sans-serif;
	font-style: italic;
}

blockquote p cite {
  color: #808080;
  font-size: 0.8em;
}

#featured-image img, .featured-image img {
    border-bottom: none;
}

.post-entry.format-quote {
	background: white;
	text-shadow: none;
	font-family: 'Domine', Helvetica, Arial, sans-serif;
}

.post-entry.format-quote .quote-content {
	font-family: 'Domine', Helvetica, Arial, sans-serif;	
  	font-weight: normal;
	text-transform: none;
	text-align: left;
	text-shadow: none;
	font-size: 1.3em;
	line-height: 1.6em;
  	color: rgb(68, 68, 68);
}
article {
    line-height: 1.8em;
    font-size: 20px;
}
.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
    background: #E2E2E2 !important;
}
.divider {
    width: 100%;
    color: #F1F1F1;
    font-size: 10px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.post-date {
    color: #C3C3C3;
    font-size: 14px;
    margin-bottom: -10px;
}

#post-title, .post-title {
    text-align: center;
    font-size: 50px;
    margin: 0 0 60px 0;
  	line-height: 100%;
}

.goodreads_power {
	display: none;
}
.pager {
	padding: 120px 0 100px 0;
	font-family: 'Montserrat', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#webmention-source {
  width: 100%;
	font-size: 1.7rem
}
#webmention-form > label {
  font-weight: normal!important;
}