.small-text {
	font-size: 8px;
	margin-bottom: 46px;
}

.small-text p, .small-text ul, .small-text ol {
	margin-bottom: 8px;
}

.header-image {
	width: 125px;
	border-radius: 100%;
}

.thanks_button_div {
	margin: 80px 0 20px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

body,
.entry-header,
.comment-content {
	font-family: sans-serif;
}

#infinite-footer {
	display: none;
}

.akismet_comment_form_privacy_notice {
	display: none;
}

.entry-title {
	font-style: normal;
}

.entry-content, .entry-summary {
	font-family: sans-serif;
}

#colophon {
	display: none;
}

.wp-block-image figcaption {
	color: grey;
	font-size: 14px;
	text-align: center;
	margin-bottom: 5rem;
}

@media screen and (max-width: 600px) {
	.more-link {
		margin-bottom: 5rem;
		display: inline-block;
	}
}

@media screen and (max-width: 460px) {
	.wrap {
		padding: 0 2rem;
		max-width: initial;
	}
}

code {
	margin: 0 3px;
	padding: 3px 6px;
	border-radius: 3px;
	background: rgba(0, 0, 0, .06);
}

pre code {
	margin: 0;
	padding: 0;
	background: transparent;
}

h2 {
	margin: 15rem 0 5rem;
	font-size: 45px;
	font-weight: 800;
}

h3 {
	margin: 6rem 0 3rem;
	font-size: 30px;
}

@media screen and (max-width: 600px) {
	h2 {
		margin: 5rem 0 3.5rem;
		font-size: 30px;
		font-weight: 800;
	}
	
	h3 {
		margin: 4rem 0 3.5rem;
		font-size: 20px;
	}
}

/** END OF SHARED STYLES */
body {
	font-size: 20px;
}

.entry-header {
	margin-bottom: 1rem;
}

/** Drip styles */
.drip-tab-container {
	font-family: sans-serif;
}

@media screen and (min-width: 850px) {
	.drip-header {
		border-radius: 12px 12px 0 0;
		width: 150px !important;
		position: relative !important;
	}
	
	#drip-powered-by {
		display: none;
	}
	
	.drip-submit-button {
		margin: 1.5rem 0 !important;
	}
	
	.drip-tab.side.right {
		position: fixed;
		bottom: 0;
		right: 0;
		height: 255px;
	}
	
	.drip-tab.side.right .drip-header {
		right: -22px !important;
	}
	
	.drip-tab.side.right:hover .drip-header {
		right: 22px !important;
	}
	
	.drip-content {
		position: absolute !important;
	}
}

/* Quotes */
blockquote {
	color: rgba(0,0,0,.8);
	border-left: 2px solid rgba(0,0,0,.8);
	padding-left: 1.75rem;
	margin: 5rem 0;
}

blockquote p {
	line-height: 1.5;
	font-family: sans-serif;
	font-size: 18px;
	margin-bottom: 28px;
}

blockquote cite {
	line-height: 1;
}

@media screen and (max-width: 600px) {
	blockquote p {
		line-height: 1.3;
	}
}

/** related posts **/
#jp-relatedposts {
	margin-top: 20rem;
	border-top: 1px dashed lightgray;
	padding-top: 11rem;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-weight: 900;
	font-size: 100%;
	margin: 1.5rem 0;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	margin-bottom: 1rem;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
}

/* pinterist button */
.pin-it-container a.pinsavepinterest-pin-it-button {
	opacity: .1;
}

.pin-it-container:hover a.pinsavepinterest-pin-it-button {
	opacity: .9;
}

a.pinsavepinterest-pin-it-button {
	transition: opacity .001s linear !important;
/* 	transition: none; */
	border-radius: 100%;
	width: 20px;
	height: 20px;
	padding: 8px 7px 5px;
	top: 10px !important;
	left: auto !important;
	right: 10px;
	bottom: 10px;
}

.pinsavepinterest-network-icon {
	margin-right: 0 !important;
}

.pinsavepinterest-network-icon svg {
	margin-right: 0 !important;
}

.pinsavepinterest-network-icon p {
	margin-right: 0;
}

.pinsavepinterest-pin-it-text {
	display: none !important;
}