/* ==========================================================================
   Stahls' Blog Post Styles
   ========================================================================== */
@import url("https://groupeweb.blob.core.windows.net/stahls-cdn/StahlsGlyphs/style.css");

#main {
	background-color: #f4f4f4;
	padding-bottom: 40px;
}

#main h1.entry-title {
	color: #0065bd;
}

#main .entry-content {
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: left;
}

#main .entry-content .link-more a.more-link:hover,
#comments a:hover {
	color: #ff6d22;
}

#secondary {
	font-family: Proxima-Nova, sans-serif;
	max-width: 316px;
}

#secondary .widget {
	border: 1px solid rgba(149,152,154,0.2);
	padding: 15px 20px 25px;
}

#content.container {
	margin: 0 auto;
}

article .entry-media img {
	width: 100%;
}

.entry-media {
	margin-bottom: 0;
}

.blog-post-container {
	background-color: #fff;
	margin: 0 auto 40px;
	padding: 32px 32px 0;
	position: relative;
	top: 40px;
	width: 90%;
}

#main.blog-design-lite-column, #main.blog-design-lite-columns {
	padding: 0 0 40px;
}

.entry-media + .blog-post-container {
	margin: 0 auto -45px;
	top: -45px;
	z-index: 5;
}

.nav-previous a, .nav-next a {
	display: inline-block;
	line-height: 21px;
}

.nav-previous a > .post-title, .nav-next a > .post-title {
	color: #000;
	font-weight: 700;
}

.nav-previous a > .post-title:hover, 
.nav-next a > .post-title:hover {
	color: #ff6d22;
	font-weight: 700;
}

.entry-content ul {
	margin-left: 30px;
	margin-bottom: 30px;
}

.entry-content p a,
.entry-content ul li a,
.entry-content table a,
.entry-content figure a {
	color: #ff6d22;
}

.entry-content p a:hover,
.entry-content ul li a:hover,
.entry-content table a:hover,
.entry-content figure a:hover {
	color: #d44801;
}

.entry-content blockquote {
	background: #f4f4f4;
	border-left: 4px solid #009fda;
	line-height: 1.4;
	padding: 70px 30px 30px;
	position: relative;
	text-align: left;
}

.entry-content blockquote:before, 
.entry-content blockquote:after {
	color: #ccc;
	display: block;
	float: none;
	font-family: "Proxima-Nova", sans-serif;
	font-size: 130px;
	height: 60px;
	line-height: 1;
	overflow: hidden;
	position: absolute;
}

.entry-content blockquote:before {
	content: "\201c";
	left: 22px;
	top: 5px;
}

.entry-content blockquote:after {
	bottom: 10px;
	clear: both;
	content: "\201d";
	right: 22px;
}

.entry-content blockquote p {
	font-size: 1.000rem;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content blockquote p:last-child:before, 
.entry-content blockquote p:last-child:after {
	display: table;
	content: "";
}

.entry-content blockquote p:last-child:after {
	clear: both;
}

blockquote {
	font-family: "Proxima-Nova", sans-serif;
}

.posts-navigation, .post-navigation {
	background-color: #fff;
	border-top: none;
	margin: 0 auto;
	padding: 0 32px;
	width: 90%;
}

.posts-navigation .meta-nav, .post-navigation .meta-nav {
	color: #999;
	font-size: 1.000rem;
	font-weight: 600;
}

.posts-navigation .post-title, .post-navigation .post-title {
	font-size: 1.000rem;
	line-height: 1.3;
}

.navigation.pagination .nav-links {
	border-bottom: none;
	border-top: none;
}

.nav-links {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 20px 0;
}

.comments-area {
	background-color: #fff;
	border-top: none;
	font-size: 0.875rem;
	margin: 0 auto;
	padding: 40px 32px;
	width: 90%;
}

.comments-area p {
	line-height: 1.5;
}

.comment-reply-title {
	font-family: "Proxima-Nova", sans-serif;
	font-size: 1.250rem;
	font-weight: 700;
	text-transform: none;
}

.comment-form label {
	padding-bottom: 0;
}

.comment-form input[type="url"],
.comment-form input[type="text"],
.comment-form input[type="email"] {
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 28px;
	padding: 0 10px;
}

.comment-form textarea {
	border-radius: 5px;
	height: 215px;
	resize: vertical;
}

.comment-form input[type="submit"] {
	background-color: #ff6e22;
	border-radius: 100px;
	font-family: "Proxima-Nova", sans-serif;
	font-weight: 600;
	font-size: 1.000rem;
	height: 40px;
	margin-top: 20px;
	padding: 0;
	text-align: center;
	text-transform: none;
	width: 175px;
}

.comment-form input[type="submit"]:hover {
	background-color: #d44801;
}

h2.widget-title {
	border-bottom: none;
	color: #000;
	font-weight: 400;
	margin: 0 0 12px;
	text-transform: uppercase;
}

h2.widget-title:after {
	display: none;
}

section.widget ul li {
	line-height: 1.4;
	padding-bottom: 15px;
	position: relative;
}

section.widget ul li:before {
	color: #999;
	content: "\e947";
	font-family: "StahlsGlyphs";
	font-size: 0.625rem;
	position: absolute;
	top: 5px;
}

section.widget ul li a {
	color: #999;
	display: block;
	margin-left: 12px;
}

section.widget ul li a:hover {
	color: #ff6d22;
}

section.widget select {
	background-color: #f8f8f8;
	border: 1px solid rgba(149,152,154,0.2);
	border-radius: 3px;
	color: #666;
	font-family: "Proxima-Nova", sans-serif;
	font-size: 0.813rem;
	height: 26px;
	padding: 0 5px;
}

.latest-posts-widget ul li, .latest-posts-widget ul li:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

.latest-posts-widget .post-title {
	font-size: 14px;
	font-weight: 400;
}

#dpsp-content-bottom {
	margin-top: 0;
}

p.dpsp-share-text {
	margin-bottom: 10px;
	padding-top: 30px;
}

.dpsp-column-3.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
	width: 40px;
}

/* ==========================================================================
   Stahls' Blog: Single Column Page Type;
   ========================================================================== */
#primary.content-area-full-width {
	float: none;
	margin: 0 auto;
	max-width: 845px;
}

#primary.content-area-full-width .comments-area {
	display: none;
}

/* ==========================================================================
   Stahls' Blog: Comments Section;
   ========================================================================== */
#comments.comments-area a {
	color: #ff6d22;
}

#comments.comments-area a:hover {
	color: #d44801;
}

#comments.comments-area .comment-author .fn a {
	color: #111;
}

.comments-title {
	line-height: 1.5;
}

.comment-list {
	margin: 25px 0;
	padding: 0;
}

.comment-author .fn {
	bottom: 2px;
}

.single article.comment-body {
	background-color: #f4f4f4;
	border: 1px solid #eee;
	border-radius: 8px;
	margin-bottom: 15px;
	padding: 18px;
}

footer.comment-meta {
	background-color: transparent;
	color: #111;
}

/* ==========================================================================
   Stahls' Blog: Follow the Blog;
   ========================================================================== */
.follow-blog form input[type="text"] {
	margin-right: 10px;
	width: 60%;
}

.follow-blog form br {
	display: none;
}

/* ==========================================================================
   Stahls' Blog: Get This Look Tables;
   ========================================================================== */
table.get-this-look td {
	border: none;
}

table.get-this-look td:first-child {
	padding: 10px !important;
	width: 60px;
	vertical-align: middle;
}

table.get-this-look td:first-child > img {
	display: block;
	margin: 0 auto;
}

/* ==========================================================================
   Stahls' Blog: Winter Classic;
   ========================================================================== */
.post-winter-classic > div {
	float: left;
}

.post-winter-classic > div ~ div {
	padding-left: 20px;
	width: calc(100% - 250px);
}

.post-winter-classic figure {
	text-align: center;
	margin-bottom: 40px;
	max-width: 250px;
}

.post-winter-classic figcaption {
	font-weight: 600;
}

/* ==========================================================================
   Stahls' Blog: Interactive Fonts;
   ========================================================================== */
.post-interactive-fonts > div {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

.post-interactive-fonts > div > div {
	padding: 0 15px;
	width: 50%;
}

.post-interactive-fonts img {
	display: block;
	margin: 0 auto;
}

.post-interactive-fonts .combined {
	text-align: center;
}

/* ==========================================================================
   Stahls' Blog Media Queries;
   ========================================================================== */
@media all and (max-width: 1350px) {
	#content {
		padding: 0 35px;
	}
}

@media all and (max-width: 1023px) {
	#content {
		padding: 0;
	}

	#primary {
		float: none;
	}

	#secondary {
		display: flex;
		flex-wrap: wrap;
		float: none;
		justify-content: space-between;
		margin: 0 auto;
		max-width: none;
		padding: 70px 0 0;
		width: 90%;
	}

	#secondary .widget {
		width: 47%;
	}

	.nav-links {
		display: inline-block;
	}

	.blog-post-container {
		margin: 0 auto 35px;
		top: 35px;
		width: 92%;
	}

	.posts-navigation, .post-navigation {
		width: 92%;
	}

	.nav-previous {
		text-align: left;
	}

	.nav-next {
		margin-top: 15px;
		text-align: right;
	}

	.comments-area {
		padding: 40px 32px 35px;
		width: 92%;
	}

	/* Stahls' Blog: Comments Section; */
	.comment-author .fn {
		bottom: 0;
	}

	.comment-metadata {
		margin-top: 0;
	}

	footer.comment-meta {
		text-align: left;
	}
}

@media all and (max-width: 767px) {
	#secondary {
		margin-top: 36px;
	}

	#secondary .widget {
		width: 100%;
	}

	.nav-previous, .nav-next {
		max-width: 100%;
	}

	.follow-blog form input[type="text"] {
		margin-right: 0;
		width: 85%;
	}

	.follow-blog form input[type="submit"] {
		margin-top: 15px;
	}

	.follow-blog form br {
		display: inherit;
	}

	/* Stahls' Blog: Winter Classic; */
	.post-winter-classic > div {
		display: flex;
		flex-wrap: wrap;
		float: none;
		justify-content: center;
	}

	.post-winter-classic > div ~ div {
		display: block;
		padding-left: 0;
		width: 100%;
	}

	.post-winter-classic figure {
		padding: 0 20px;
		max-width: 290px;
	}

	.post-winter-classic figcaption {
		font-weight: 600;
	}

	/* Interactive Fonts */
	.post-interactive-fonts > div {
		margin-bottom: 0;
	}

	.post-interactive-fonts > div > div {
		padding: 0;
		width: 100%;
	}

	.post-interactive-fonts img {
		margin: 20px auto;
	}

	.post-interactive-fonts .combined img {
		margin: 40px auto 0;
	}

	.post-interactive-fonts .combined > div:last-of-type {
		padding-bottom: 35px;
	}

	/* Blockquote Styling */
	.entry-content blockquote {
		padding: 70px 20px;
	}

	.entry-content blockquote:before {
		left: 12px;
	}

	.entry-content blockquote:after {
		right: 12px;
	}

	.entry-content blockquote img.alignleft, 
	.entry-content blockquote img.alignright {
		display: block;
		float: none;
		margin: 0.7em auto;
	}
}

@media all and (max-width: 599px) {
	table.get-this-look td:first-child {
		display: none;
	}
}

@media all and (max-width: 575px) {
	/* Stahls' Blog: Comments Section; */
	.comment-list .reply {
		right: 0;
	}
}

@media all and (max-width: 413px) {
	.site-header {
		margin-bottom: 18px;
	}

	.blog-post-container {
		padding: 32px 18px 0;
	}

	.nav-links {
		padding: 15px 0;
	}

	.posts-navigation, .post-navigation {
		padding: 0 18px;
	}

	.comments-area {
		padding: 40px 18px 35px;
	}

	/* Stahls' Blog: Comments Section; */
	.comment-author .avatar {
		margin-bottom: 0;
	}

	.comment-content {
		margin-top: 15px;
		padding-left: 0;
	}

	ol.children .comment-content {
		padding-left: 0;
	}
}