.post-image-aligned-left .inside-article .featured-image, .post-image-aligned-left .inside-article .post-image {
	margin-top: 0;
	margin-right: 2em;
	float: left;
	text-align: left;
}

.post-image-aligned-right .inside-article .featured-image, .post-image-aligned-right .inside-article .post-image {
	margin-top: 0;
	margin-left: 2em;
	float: right;
	text-align: right;
}

.post-image-below-header.post-image-aligned-center .inside-article .featured-image, .post-image-below-header.post-image-aligned-left .inside-article .featured-image, .post-image-below-header.post-image-aligned-left .inside-article .post-image, .post-image-below-header.post-image-aligned-right .inside-article .featured-image, .post-image-below-header.post-image-aligned-right .inside-article .post-image {
	margin-top: 2em;
}

.post-image-aligned-left>.featured-image, .post-image-aligned-right>.featured-image {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.post-image-aligned-left .featured-image {
	text-align: left;
}

.post-image-aligned-right .featured-image {
	text-align: right;
}

.post-image-aligned-left .inside-article:after, .post-image-aligned-left .inside-article:before, .post-image-aligned-right .inside-article:after, .post-image-aligned-right .inside-article:before {
	content: "";
	display: table;
}

.post-image-aligned-left .inside-article:after, .post-image-aligned-right .inside-article:after {
	clear: both;
}

.one-container.post-image-above-header .no-featured-image-padding.generate-columns .inside-article .post-image, .one-container.post-image-above-header .page-header+.no-featured-image-padding .inside-article .post-image {
	margin-top: 0;
}

.one-container.both-right.post-image-aligned-center .no-featured-image-padding .featured-image, .one-container.both-right.post-image-aligned-center .no-featured-image-padding .post-image, .one-container.right-sidebar.post-image-aligned-center .no-featured-image-padding .featured-image, .one-container.right-sidebar.post-image-aligned-center .no-featured-image-padding .post-image {
	margin-right: 0;
}

.one-container.both-left.post-image-aligned-center .no-featured-image-padding .featured-image, .one-container.both-left.post-image-aligned-center .no-featured-image-padding .post-image, .one-container.left-sidebar.post-image-aligned-center .no-featured-image-padding .featured-image, .one-container.left-sidebar.post-image-aligned-center .no-featured-image-padding .post-image {
	margin-left: 0;
}

.one-container.both-sidebars.post-image-aligned-center .no-featured-image-padding .featured-image, .one-container.both-sidebars.post-image-aligned-center .no-featured-image-padding .post-image {
	margin-left: 0;
	margin-right: 0;
}

.one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .featured-image, .one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .post-image {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width:768px) {
	body:not(.post-image-aligned-center) .featured-image, body:not(.post-image-aligned-center) .inside-article .featured-image, body:not(.post-image-aligned-center) .inside-article .post-image {
		margin-right: 0;
		margin-left: 0;
		float: none;
		text-align: center;
	}
}

.masonry-enabled .page-header {
	position: relative !important;
}

.generate-columns-container:not(.masonry-container) {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.generate-columns-activated.post-image-aligned-left .generate-columns-container article:not(.featured-column) .post-image, .generate-columns-activated.post-image-aligned-right .generate-columns-container article:not(.featured-column) .post-image {
	float: none;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}

.load-more:not(.has-svg-icon) .button.loading:before {
	content: "";
	display: inline-block;
	font-family: "GP Premium";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	animation: spin 2s infinite linear;
	margin-right: 7px;
}

.load-more .button:not(.loading) .gp-icon {
	display: none;
}

.load-more .gp-icon svg {
	animation: spin 2s infinite linear;
	margin-right: 7px;
}

@media (min-width:768px) and (max-width:1024px) {}

@media (max-width:767px) {
	.generate-columns-container .page-header {
		margin-left: 0;
	}
}

@media (max-width:768px) {
	.load-more {
		display: block;
		text-align: center;
		margin-bottom: 0;
	}
}