/* ---------------------------------------- 
 *
 *	WP Classes
 *
 * ---------------------------------------- */

 body.manifesto-page-layout .wp-block-buttons > .wp-block-button > a.wp-block-button__link {
	border-radius: 5px;
	display: flex;
	min-width: 295px;
	padding: 15px 18px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
}
body.manifesto-page-layout .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
	background-color: var(--brand-black) !important;
	color: var(--brand-white);
}
body.manifesto-page-layout .wp-block-buttons {
	margin-top: 30px;
	margin-bottom: 30px;
}
body.manifesto-page-layout .entry > .wp-block-group:not(.has-background) {
	margin-top: 60px;
	margin-bottom: 60px;
}
body.manifesto-page-layout .wp-block-group.has-background {
	padding-top: 40px;
	padding-bottom: 40px;
}
body.manifesto-page-layout .wp-block-group .wp-block-group__inner-container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
}
body.manifesto-page-layout .wp-block-image {
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 100%;
}
body.manifesto-page-layout .wp-block-image .wp-caption {
	max-width: 100%;
	width: 100% !important;
}
body.manifesto-page-layout .wp-block-image img {
	width: auto;
	max-width: 100%;
}
body.manifesto-page-layout .wp-block-separator {
	background-color: var(--brand-black);
	border: 1px solid !important;
	margin-top: 30px;
	margin-bottom: 60px;
}


/* 
 *
 *	MOBILE
 *
 */
@media screen and (max-width: 768px) {

	body.manifesto-page-layout .wp-block-columns {
		row-gap: 0;
	}

	body.manifesto-page-layout .wp-block-group.has-background {
		padding-top: 20px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

	body.manifesto-page-layout .entry > .wp-block-group:not(.has-background) {
		margin-top: 30px;
		margin-bottom: 30px;
	}

}


.wp-caption{
	margin-bottom: 30px !important;
}
.wp-caption img {
	padding: 0;
}
.wp-caption-text,
.wp-element-caption {
	text-align: center;
	font-size: 14px !important;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}
.wp-element-caption {
	margin-bottom: 0 !important;
}




/* Gutenberg additions
 * ---------------------------------------- */
 .alignwide {
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding-left: calc(50% - (50vw - 60px));
	padding-right: calc(50% - (50vw - 60px));
}
.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
