/*** Custom Style ***/

body {
	background: #f2f2f2;
	color: #000;
	font-size: 18px;
	font-family: 'bricolage-grotesque', sans-serif;
	font-weight: 300;
}

.post img {
	width: 100%;
	height: auto;
}

span.thin {
	font-weight: 300 !important;
}

.header-image-wrapper {
	height: 394px;
}

.blog-title-wrap {
	height: 100%;
	margin: 0;
}

.blog-title-wrap a {
	text-align: center;
	font-size: clamp(2.75rem, 1.7459rem + 5.7377vw, 4.5rem);
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 0 0;
	align-content: center;
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	line-height: 1.1em;
	margin: 0;
	height: 100%;
}

p b, p strong, li b, li strong {
	font-weight: 500 !important;
}

.blog-title {
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.blog-title a, .description, .search-no-results, .likes-no-likes, .related-posts-wrapper > h2, .loader .loader-bar, .widget-title, .tagged-page-cta .tagged-page-cta-desc {
	color: #000;
}

.description {
	margin: 62px 0 0;
	display: block;
}

.post-content h1 a:hover {
	text-decoration: none;
}
.post-content h3 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'futura-pt', sans-serif;
	text-transform: uppercase;
	margin: 1em 0;
}

.tagged-page-cta .tagged-page-cta-tag {
	color: #444;
	border-color: #aaa;
}

a {
	color: orangered;
}

.npf_row, .page-image {
	margin: 25px -34px !important;
}

#pagination a, .nav-wrapper .nav-item .label {
	color: orangered;
}

.post-content h1, .post-content h2 {
	font-family: 'futura-pt', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}

.post-content h1 {
	font-size: 38px;
	letter-spacing: -.02em;
}

.post-content h2 {
	font-size: 28px;
	margin: 2rem 0 1rem;
	letter-spacing: -.01em;
}
.blog-title {
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.post-wrapper a {
	color: orangered;
	text-decoration: none;
}

.post-wrapper a:hover {
	color: #000;
	text-decoration: underline;
}

.text .post-content, .text.reblogged .title {
	padding: 33px;
}

.permalink .post-extra {
	margin: 0 33px 5px;
}

.post-wrapper {
	border-radius: 0px;
	border: 0 none;
}

.nav-wrapper .nav-item .label, .date-notes .post-notes, .notes-wrapper .notes a, .tagged-page-cta .tagged-page-cta-desc {
	font-weight: 500;
}

.date-notes .date-note-wrapper {
	margin-left: 33px;
}

.post-extra.has-reblog, .post-extra.has-rec-reason, .post-extra.has-source, .post-extra.has-tags {
	margin: 0 33px 5px;
	width: auto;
}

.nav-wrapper .nav-item {
	margin: 5px 10px 9px;
}

.post img.page-image {
	width: 100%;
	margin: 25px 0;
}

.read_more_container a.read_more {
	background: #f1680c;
	color: #fff;
	padding: 10px 32px;
	border-radius: 4px;
	margin: 20px 0 5px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: background-color .8s ease-in-out, border-color .8s ease-in-out, transform .3s;
}

.read_more_container a.read_more:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

/* Adjust logo for light accents on light backgrounds */
.light-on-light.no-header-image .logo-wrapper, .light-on-light.contain-header-image .logo-wrapper {
	color: #444;
}

/* Adjust logo for dark accents on dark backgrounds */
.dark-on-dark.no-header-image .logo-wrapper, .dark-on-dark.contain-header-image .logo-wrapper {
	color: #fff;
}

.post-footer .panel {
	margin: 25px 0;
}

.notes-wrapper {
	border-radius: 0;
	box-shadow: none;
	border: 0 none;
}

.notes-wrapper .notes {
	padding: 25px 0;
	background: #fafafa;
}

.notes-wrapper .notes .note {
	padding: 10px 30px;
}

.blog-title-wrapper {
	text-align: center;
	max-width: 780px;
}

.control.like-control {
	display: none;
}

