.g5blog__post-large-image {
	&.sticky {
		.g5blog__post-inner {
			border: 1px solid $color_background_post_sticky;
		}
	}


	.g5blog__post-featured {
		margin-bottom: 35px;
		text-align: center;
	}

	.g5blog__post-title {
		margin-bottom: 8px;
	}

	.g5blog__post-content {
		text-align: center;
	}

	.g5blog__post-meta {
		@include justify-content-center();
	}

	.g5blog__loop-entry-header + .g5blog__post-excerpt {
		margin-top: 19px;
	}

	&.g5blog__has-post-featured {
		.entry-meta-cat {
			position: absolute;
			top: -49px;
			left: 0;
			right: 0;
		}
	}


}

.g5blog__loop-entry-header {
	position: relative;
	z-index: 1;
}


.g5blog__layout-large-image {
	.g5blog__post-default  {
		padding-bottom: 60px;
		&:last-child {
			padding-bottom: 0;
		}
	}

	.g5core__paging {
		margin-top: 55px;
	}
}

body.no-sidebar {
	.g5blog__layout-large-image {
		max-width: $content_width;
		margin-left: auto;
		margin-right: auto;
	}
}
