/* type-post */
.single-post .main-container {
	margin-top: 2.75em;
}

.single-post h1 {
	color: rgba(0,0,0, 1);
}

.single-post .post-share {
	margin-bottom: 1.375em;
}

.single-post .post-share ul {
	display: flex;
	padding: 0;
	margin: 0.34375em 0 0;
	list-style: circle;
}

.single-post .post-share li {
	margin: 0 0.171875em;
}
	.single-post .post-share li:first-child {
		margin-left: 0;
	}
	.single-post .post-share li:last-child {
		margin-right: 0;
	}

.single-post .post-share a {
	display: block;
	width: 36px;
	height: 36px;
	background: rgba(var(--color-light-blue));
	color: rgba(255,255,255, 1);
	border-radius: 100%;
	position: relative;
}

.single-post .post-share i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.type-post.view-full .post-meta {
	display: flex;
	align-items: center;
	margin-bottom: 1.375em;
}

.type-post.view-full .post-author {
	display: flex;
	align-items: center;
	font-size: var(--font-size-xsmall);
	color: rgba(var(--color-gray), 1);
	font-style: italic;
	flex: 1;
}

.type-post.view-full .post-author span {
	font-style: normal;
	color: rgba(0,0,0, 1);
	margin: 0 0.34375em;
}

.type-post.view-full .post-author img {
	width: 30px;
	border-radius: 100%;
	margin-right: 0.34375em;
}

.type-post.view-full .post-image {
	line-height: 0;
}

.type-post.view-full .post-comments {
	font-size: var(--font-size-xsmall);
}

.type-post.view-full .post-comments i {
	color: rgba(var(--color-blue), 1);
}

.type-post.view-full h2.entry-title {
	color: rgba(0,0,0, 1);
}

.type-post.view-full .post-categories {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.0625em;
}

.type-post.view-full .post-categories a {
	margin: 0 0.34375em 0.34375em 0;
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
	color: rgba(0,0,0, 1);
	background: rgba(var(--color-gray), 0.1);
	font-size: 12px;
}

.type-post.view-full .entry-footer {
	margin-top: 2.75em;
}

.type-post.view-full .post-tags {
	display: flex;
	align-items: baseline;
	margin-bottom: 2.0625em;
}

.type-post.view-full .post-tags span {
	display: block;
	color: rgba(var(--color-blue), 1);
	font-size: var(--font-size-small);
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 0.6875em;
}

.type-post.view-full .post-tags a {
	margin: 0 1.375em 1.375em 0;
	display: block;
	color: rgba(var(--color-gray), 1);
	font-size: var(--font-size-xsmall);
}

.type-post.view-teaser {}

.type-post.view-teaser .post-meta {
	display: flex;
	margin-bottom: 0.6875em;
}

.type-post.view-teaser .post-date {
	margin-right: 0.6875em;
}

.type-post.view-teaser .post-comments {
	font-size: var(--font-size-xsmall);
}

.type-post.view-teaser .post-comments i {
	color: rgba(var(--color-blue), 1);
}

.type-post.view-teaser h2.entry-title {
	color: rgba(0,0,0, 1);
}

.type-post.view-teaser .post-categories {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.375em;
}

.type-post.view-teaser .post-categories a {
	margin: 0 0.34375em 0.34375em 0;
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
	color: rgba(0,0,0, 1);
	background: rgba(var(--color-gray), 0.1);
	font-size: 12px;
}

.type-post.view-featured .post-image {
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.type-post.view-featured h2.entry-title {
	color: rgba(0,0,0, 1);
}

.type-post.view-featured .post-author {
	display: flex;
	align-items: center;
	font-size: var(--font-size-xsmall);
	color: rgba(var(--color-gray), 1);
	font-style: italic;
	flex: 1;
	margin-bottom: 1.375em;
}

.type-post.view-featured .post-author span {
	font-style: normal;
	color: rgba(0,0,0, 1);
	margin: 0 0.34375em;
}

.type-post.view-featured .post-author img {
	width: 30px;
	border-radius: 100%;
	margin-right: 0.34375em;
}

.type-post.view-featured .post-content {
	padding: 1.375em;
	border: 1px solid rgba(var(--color-gray), 0.2);
	border-top: 0;
	border-radius: 0 0 4px 4px;
}

.type-post.view-featured .post-categories {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.375em;
}

.type-post.view-featured .post-categories a {
	margin: 0 0.34375em 0.34375em 0;
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
	color: rgba(0,0,0, 1);
	background: rgba(var(--color-gray), 0.1);
	font-size: 12px;
}

.type-post.view-featured .post-comments {
	font-size: var(--font-size-xsmall);
	text-align: right;
}

.type-post.view-featured .post-comments i {
	color: rgba(var(--color-blue), 1);
}

.type-post.view-crosssell {
	border: 1px solid rgba(var(--color-gray), 0.2);
	border-radius: 4px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.type-post.view-crosssell .entry-header {
	padding: 1.375em 1.375em 0;
	flex: 1;
}

.type-post.view-crosssell .post-date {
	margin-bottom: 0.6875em;
}

.type-post.view-crosssell h4.entry-title {
	color: rgba(0,0,0, 1);
	font-size: var(--font-size);
}

.type-post.view-crosssell .post-categories {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.375em;
}

.type-post.view-crosssell .post-categories a {
	margin: 0 0.34375em 0.34375em 0;
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
	color: rgba(0,0,0, 1);
	background: rgba(var(--color-gray), 0.1);
	font-size: 12px;
}

.type-post.view-crosssell .entry-footer {
	padding: 0 1.375em 1.375em;
}

.type-post.view-crosssell .post-comments {
	font-size: var(--font-size-xsmall);
	text-align: right;
}

.type-post.view-crosssell .post-comments i {
	color: rgba(var(--color-blue), 1);
}

.type-post.view-title h4.entry-title a {
	color: rgba(0,0,0, 1);
	font-size: var(--font-size);
}

@media (max-width: 767.98px) {
	.type-post.view-teaser {
		display: flex;
		flex-wrap: wrap;
	}
	
	.type-post.view-teaser .post-meta {
		width: 100%;
	}
	
	.type-post.view-teaser .post-date {
		flex: 1;
	}
	
	.type-post.view-teaser .entry-header {
		width: 100%;
		order: 2;
	}
	
	.type-post.view-teaser .post-image {
		width: 100%;
		order: 1;
		margin-bottom: 0.6875em;
	}
	
	.type-post.view-teaser .post-excerpt {
		display: none;
	}
}

@media (min-width: 768px) {
	.type-post.view-teaser {
		display: flex;
	}
	
	.type-post.view-teaser .post-meta {
		width: 10%;
		margin-right: var(--gap);
		display: block;
	}
	
	.type-post.view-teaser .post-date {
		margin-bottom: 0.6875em;
	}
	
	.type-post.view-teaser .entry-header {
		width: 57.666%;
		margin-right: var(--gap);
	}
	
	.type-post.view-teaser .post-image {
		width: 33.333%;
	}
	
	.type-post.view-featured {
		display: flex;
	}
	
	.type-post.view-featured .post-image {
		width: 33.333%;
		border-radius: 4px 0 0 4px;
	}
	
	.type-post.view-featured .post-image img {
		height: 100%;
		object-fit: cover;
	}
	
	.type-post.view-featured .post-content {
		width: 66.666%;
		border: 1px solid rgba(var(--color-gray), 0.2);
		border-left: 0;
		border-radius: 0 4px 4px 0;
	}
}

@media (min-width: 992px) {
	.post-template-default #primary {
		display: flex;
		flex-wrap: wrap;
	}
	
	.post-template-default .pagination {
		width: 100%;
	}
	
	.post-template-default .post-col {
		width: 100%;
		display: flex;
	}
	
	.post-template-default .post-share {
		width: 17%;
	}
	
	.post-template-default .post-share ul {
		display: block;
	}
	
	.post-template-default .post-share li {
		margin: 0.34375em 0;
	}
	
	.post-template-default .post-entry {
		width: 83%;
		max-width: 750px;
	}
	
	.post-template-single-sidebar #primary,
	.page-template-page-sidebar #primary {
		display: flex;
		flex-wrap: wrap;
	}
	
	.post-template-single-sidebar .pagination {
		width: 100%;
	}
	
	.post-template-single-sidebar .post-col,
	.page-template-page-sidebar article.page {
		width: 66.666%;
		padding-right: 40px;
	}
	
	.post-template-single-sidebar .widget-area,
	.page-template-page-sidebar .widget-area {
		width: 33.333%;
	}
	
	.type-post.view-featured .post-image {
		width: 50%;
	}
	
	.type-post.view-featured .post-content {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.post-template-single-sidebar .post-col,
	.page-template-page-sidebar article.page {
		width: 75%;
		padding-right: 60px;
	}
	
	.post-template-single-sidebar .widget-area,
	.page-template-page-sidebar .widget-area {
		width: 25%;
	}
	
	.type-post.view-featured .post-content {
		padding: 2.75em 1.375em 1.375em 2.75em;
	}
}

/* type-budget */
.type-budget.view-overlay .entry-header {
	padding: var(--gutter);
	position: relative;
}

.type-budget.view-overlay [data-mmenu-close] {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	width: 50px;
	height: 50px;
	color: rgba(255,255,255, 1);
	cursor: pointer;
	font-size: var(--font-size-medium);
}
	.type-budget.view-overlay [data-mmenu-close]:hover,
	.type-budget.view-overlay [data-mmenu-close]:focus,
	.type-budget.view-overlay [data-mmenu-close]:active {
		color: rgba(0,0,0, 1);
	}

.type-budget.view-overlay [data-mmenu-close] i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.type-budget.view-overlay h1 {
	color: rgba(255,255,255, 1);
	margin-bottom: 0.34375em;
}

.type-budget.view-overlay .post-readable {
	color: rgba(255,255,255, 1);
	font-size: var(--font-size-medium);
}

.type-budget.view-overlay .entry-content {
	padding: var(--gutter);
	font-size: var(--font-size-small);
}

.type-budget.view-overlay .post-indicators {
	font-size: var(--font-size);
}