/* --------------------- COLOURS --------------------- */
html .has-white-color {
   
}
	html .has-white-color a,
	html .has-white-color .highlight,
	html .has-white-color .wp-block-button.is-style-outline .wp-block-button__link,
	html .has-white-color .wp-block-button.is-style-arrow .wp-block-button__link {
	    color: inherit;
	    text-decoration: underline;
	}
	html .has-white-color hr,
	html .has-white-color .is-style-accordion,
	html .has-white-color .wp-block-button.is-style-outline .wp-block-button__link,
	html .has-white-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
	html .has-white-color .wp-block-button.is-style-outline .wp-block-button__link:focus {
	    border-color: #FFFFFF;
	}
	html .has-white-color .wp-block-button.is-style-arrow .wp-block-button__link::after {
		filter: brightness(0) invert(1);
	}

.has-partial-light-grey-background-color {
	position: relative;
}
	.has-partial-light-grey-background-color::before {
		background-color: #f7f7f7;
		content: '';
		position: absolute; right: 0; bottom: 0; left: 0;
		width: 100%; height: 75%;
		z-index: -1;
	}


/* --------------------- HEADING --------------------- */


/* accordion */
/*.is-style-accordion {
	border-top: 1px solid #333333;
	margin: 0;
}
	.is-style-accordion a {
		display: block;
		padding: 1em 2em 1em 0;
		position: relative;
	}
		.is-style-accordion a::after,
		.block-editor .is-style-accordion::after {
			content: '+';
			display: block;
			font-size: 1em;
			position: absolute; right: 0; top: 50%; 
			transform: translateY(-50%);
		}
		.is-style-accordion.open a::after {
			content: '-';
		}
.accordion-content {
	padding: .5em 0 1.5em;
}
.accordion-content.hidden {
	display: none;
}*/



/* --------------------- HORIZONTAL RULE --------------------- */
hr,
.wp-block-separator { 
	border-bottom: 1px solid #f0f0f0;/*f5f5f5;*/
	margin: 3em 0;
}
.wp-block-source-container + hr,
.wp-block-source-container + .wp-block-separator {
	margin: 0;
}



/* --------------------- FONT SIZE --------------------- */
html .has-small-font-size,
html .has-medium-font-size,
html .has-large-font-size,
html .has-huge-font-size {
	
}
html .has-small-font-size {
	
}
html .has-normal-font-size {
	
}
html .has-medium-font-size {
	font-size: 1.15rem;
}
html .has-large-font-size,
.wp-block-image.is-style-product-icon figcaption {
	font-size: 1.25rem;
}
html .has-huge-font-size {
	font-size: 1.3rem;
}



/* --------------------- SOCIAL LINKS --------------------- */
html .wp-block-social-links {
	display: block;
}
	html .wp-block-social-links .wp-social-link {
		background-color: #4c9258 !important;
		display: inline-block;
		margin: 0 .3em;
		padding: 0;
		width: auto; height: auto;
	}
		html .wp-block-social-links .wp-social-link a {
			padding: .5em;
		}
	html .wp-block-social-links .wp-social-link svg {
		width: 2em; height: 2em;
	}



/* --------------------- QUOTE --------------------- */
.wp-block-quote {
	font-size: 2em;
	margin: 0;
	text-align: center;
}
	.wp-block-quote p:last-of-type {
		margin-bottom: 0;
	}
	.wp-block-quote cite {
		font-size: 1rem;
		font-style: normal;
	}



/* --------------------- BUTTON --------------------- */
.wp-block-buttons {
	display: inline-block;
}
.wp-block-button,
.wp-block-buttons .wp-block-button {
	display: inline-block;
	margin: .2rem 0;
}
.wp-block-button + .wp-block-button {
	margin-left: 1em;
}
	html .wp-block-button .wp-block-button__link,
	html .frontend input[type="submit"],
	html .frontend input[type="button"],
	html .frontend button[type="submit"],
	html .frontend form button,
	.wp-block-image.is-style-overlay figcaption a,
	#cn-accept-cookie {
		background: #2c5433;
		border: 0;
		border-radius: 2rem;
		color: #FFFFFF;
		cursor: pointer;
		display: inline-block;
		font-size: 1rem;
		font-weight: 700;
		letter-spacing: .1em;
		line-height: 1.5em;
		padding: calc(.5em + 2px) 1.5rem;
		position: relative;
		text-decoration: none !important;
		text-shadow: none;
		text-transform: uppercase;
		transition: all .3s ease;
		vertical-align: middle;
		width: auto; min-width: 10em;
		z-index: 2;
	}
	#cn-accept-cookie {
		font-size: .8rem;
		padding: .6rem 1rem;
		min-width: 0;
	}
	html .wp-block-button .wp-block-button__link:hover,
	html .wp-block-button .wp-block-button__link:focus,
	html .frontend input[type="submit"]:hover, 
	html .frontend input[type="submit"]:focus, 
	html .frontend input[type="button"]:hover,
	html .frontend input[type="button"]:focus,
	html .frontend button[type="submit"]:hover,
	html .frontend button[type="submit"]:focus,
	html .frontend form button:hover,
	html .frontend form button:focus,
	.wp-block-image.is-style-overlay figcaption a:hover,
	.wp-block-image.is-style-overlay figcaption a:focus { 
		transform: scale(1.1);
	}

/* outline style */
html .wp-block-button.is-style-outline {
	color: inherit;
}
	html .wp-block-button.is-style-outline .wp-block-button__link {
		background-color: transparent;
		border: 1px solid #2c5433;
		color: #2c5433;
	}
	html .wp-block-button.is-style-outline .wp-block-button__link:hover,
	html .wp-block-button.is-style-outline .wp-block-button__link:focus {
		
	}

/* arrow style */
html .wp-block-button.is-style-arrow {
	
}
	html .wp-block-button.is-style-arrow .wp-block-button__link {
		background-color: transparent;
		border: none; border-bottom: 2px solid transparent;
		border-radius: 0;
		color: #4d8e56;
		font-size: 1.2em;
		font-weight: normal;
		letter-spacing: 0;
		padding: 0;
		position: relative;
		text-transform: none;
		min-width: 0;
	}
	html .wp-block-button.is-style-arrow .wp-block-button__link:hover,
	html .wp-block-button.is-style-arrow .wp-block-button__link:focus {
		border-bottom: 2px solid #4c9258;
		transform: scale(1);
	}
		html .wp-block-button.is-style-arrow .wp-block-button__link::after {
			background: url('images/arrow-44834d.svg') center/contain no-repeat transparent;
			content: '';
			display: block;
			pointer-events: none;
			position: absolute; bottom: .3em; left: calc(100% + .7em);
			transition: transform .3s ease;
			width: 1.5em; height: .7em;
		}
		html .wp-block-button.is-style-arrow .wp-block-button__link:hover::after,
		html .wp-block-button.is-style-arrow .wp-block-button__link:focus::after {
			transform: translateX(.3em);
		}



/* --------------------- FILE --------------------- */
.wp-block-file {
	align-items: center;
	display: flex;
}
.wp-block-file a:not(.wp-block-file__button) {
	order: 2;
}
.wp-block-file .wp-block-file__button {
	background-color: #4c9258;
	font-weight: 700;
	letter-spacing: .1em;
	margin: 0 .7em 0 0;
	order: 1;
	text-transform: uppercase;
}
	


/* --------------------- IMAGE --------------------- */
/* overlay */
.wp-block-image.is-style-overlay {
	margin: 0;
	text-align: center;
}
	.wp-block-image.is-style-overlay::before {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );
		
		content: '';
		pointer-events: none;
		position: absolute; top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2;
	}
	.wp-block-image.is-style-overlay > a {
		
	}
	.wp-block-image.is-style-overlay img {
		object-fit: cover; font-family: 'object-fit: cover;' !important;
		max-height: calc(100vh - 200px);
	}
	.wp-block-image.is-style-overlay figcaption {
		color: #FFFFFF;
		font-size: inherit;
		overflow: initial !important;
		margin: 0;
		padding: 0 8%;
		position: absolute; top: 50%;
		transform: translateY(-50%);
		width: 100%;
		z-index: 3;
	}
		.wp-block-image.is-style-overlay figcaption a {
			font-size: 1rem;
			margin: 1em 0;
		}
		.wp-block-image.is-style-overlay figcaption a:last-child {
			margin-bottom: 0;
		}
		.block-editor .wp-block-image.is-style-overlay .editor-rich-text.block-editor-rich-text {
			position: absolute; top: 15px; right: 0; bottom: 0; left: 0;
		}
	.wp-block-image.is-style-overlay > a + figcaption {
		pointer-events: none;
	}
		.wp-block-image.is-style-overlay > a + figcaption a {
			pointer-events: none;
		}


.wp-block-image.is-style-caption {
	margin: 0;
}
	.wp-block-image.is-style-caption figcaption {
		background: rgb(29,29,27);
		background: linear-gradient(0deg, rgba(29,29,27,1) 0%, rgba(29,29,27,.8) 50%, rgba(29,29,27,0) 100%);
		color: #FFFFFF;
		margin: 0;
		padding: 3rem 1.5rem 1.5rem;
		position: absolute; right: 0; bottom: 0; left: 0;
		width: 100%;
		text-align: left;
		z-index: 2;
	}
	.slick-carousel .wp-block-image.is-style-caption figcaption {
		padding-bottom: 4rem;
	}


.wp-block-image.is-style-ref {
	margin: 0;
}
.wp-block-image.is-style-ref + p {
	margin-top: 1rem;
}
	.wp-block-image.is-style-ref figcaption,
	.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
		background: #FFFFFF;
		color: #2c5433;
		font-weight: 700;
		/*letter-spacing: .1em;*/
		margin: 0;
		padding: .5rem 1.5rem;
		position: absolute; right: auto; bottom: 0; left: 0;
		text-align: left;
		/*text-transform: uppercase;*/
		width: auto; max-width: 90%;
		z-index: 2;
	}



.wp-block-image.is-style-site-logo {
	display: table;
}
	.wp-block-image.is-style-site-logo img {
		height: 3rem;
		transition: all .3s ease;
	}
.page-header .wp-block-image.is-style-site-logo {
	margin: 1rem auto;
}
	.page-header .wp-block-image.is-style-site-logo img {
		height: 7rem;
	}
.fixed-header.scrolled .page-header .wp-block-image.is-style-site-logo {
	margin: .5rem auto;
}
	.fixed-header.scrolled .page-header .wp-block-image.is-style-site-logo img {
		height: 3rem;
	}
	.page-footer .wp-block-image.is-style-site-logo img {
		height: 3rem;
	}


.wp-block-image.is-style-product-icon {
	margin-bottom: 2rem;
	position: relative;
}
	.wp-block-image.is-style-product-icon > a {
		color: inherit !important;
		text-decoration: none;
	}
		.wp-block-image.is-style-product-icon img {
			transition: all .3s ease;
		}
		.wp-block-image.is-style-product-icon > a:hover img,
		.wp-block-image.is-style-product-icon > a:focus img {
			transform: scale(1.1);
		}
	.wp-block-image.is-style-product-icon figcaption {
		font-weight: normal;
		text-align: center;
	}


.wp-block-image.is-style-max-height {
	margin: 0;
}
	.is-style-max-height img {
		object-fit: cover;
		font-family: 'object-fit: cover;';
		max-height: calc(100vh - 14rem) !important;
	}


/* columns containing image and paragraph */
.is-style-gallery {
	
}
	.is-style-gallery .wp-block-image:last-child,
	.is-style-gallery p:last-child {
		margin-bottom: 3rem;
	}


/* --------------------- GALLERY --------------------- */
.wp-block-gallery {
	
}
	.wp-block-gallery .blocks-gallery-grid {
		/*align-content: flex-start;*/
	}
		.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
			flex-grow: 0;
		}
			.wp-block-gallery .blocks-gallery-item figcaption {
				pointer-events: initial;
			}
		/*.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
			display: block;
			
		}
				.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
					height: auto;
				}
				.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
					background: transparent;
					color: inherit;
					font-size: inherit;
					font-weight: normal;
					margin: 1rem 0 3rem;
					padding: 0;
					position: static;
					text-align: initial;
				}*/


/* --------------------- COLUMNS --------------------- */
.wp-block-columns {
	margin: 0 -15px;
	text-align: initial;
}
	.wp-block-columns .wp-block-column {
		margin: 0 15px;
	}
	.wp-block-columns.nogutters .wp-block-column {
		margin: 0;
	}


/* --------------------- SOURCE COLUMNS --------------------- */
.wp-block-source-columns {
	
}

html .is-style-no-gutters {
	margin-right: 0;
	margin-left: 0;
}
	html .is-style-no-gutters > .col,
	html .is-style-no-gutters > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}


.wp-block-source-column {
	background-size: cover;
}
	.wp-block-source-column .wp-block-image,
	.wp-block-column .wp-block-image {
		margin-bottom: 0;
	}

/* style for a box of padded text */
html .is-style-text-column,
html .is-style-no-gutters > .is-style-text-column,
html .no-gutters > .is-style-text-column {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	
	padding-top: 2rem; padding-bottom: 2rem;
	padding-right: 6vw; padding-left: 6vw;
	position: relative;
}
html .container .is-style-text-column {
	padding-right: 2rem; padding-left: 2rem;
}
	html .is-style-text-column > div {
		position: relative;
		width: 100%;
		z-index: 4;
	}


/* row styles */
.row.is-style-gutters-large,
.row.is-style-gutters-lines {
	margin-right: -4rem; margin-left: -4rem;
}
	.row.is-style-gutters-large > div,
	.row.is-style-gutters-lines > div,
	.is-style-gutters-large > div > div > .wp-block,
	.is-style-gutters-lines > div > div > .wp-block {
		padding-left: 4rem;
	}
	.row.is-style-gutters-large > div,
	.row.is-style-gutters-lines > div,
	.is-style-gutters-large > div > div > .wp-block,
	.is-style-gutters-lines > div > div > .wp-block  {
		padding-right: 4rem;
	}

	.row.is-style-gutters-lines > div,
	.is-style-gutters-lines > div > div > .wp-block {
		position: relative;
	}
		.row.is-style-gutters-lines > div:not(:last-child)::after,
		.is-style-gutters-lines > div > div > .wp-block:not(:last-child)::after {
			border-left: 1px solid #CCCCCC;
			content: '';
			display: block;
			position: absolute; top: 0; right: 0; bottom: 0;
			width: 0; height: 100%;
		}



/* --------------------- TABLE --------------------- */
/*.wp-block-table {
	border: 1px solid #f2f2f2;
	border-collapse: collapse;
	margin: 0 0 1em;
}
	.wp-block-table tr {
		
	}
		.wp-block-table th,
		.wp-block-table td {
			padding: .2em .4em;
			text-align: left;
		}
		.wp-block-table th {
			background: rgba(255,255,255,.5);
			color: #FFFFFF;
			border: 1px solid #FFFFFF;
			font-weight: inherit;
		}
		.wp-block-table td {
			border: 1px solid #cccccc;
		}*/



/* MEDIA / TEXT */
.wp-block-media-text {
	
}
	.wp-block-media-text__media {
		
	}
		.wp-block-media-text__media img {
			height: auto;
		}



/* --------------------- SPACER --------------------- */
.wp-block-spacer.is-style-small {
	height: 1rem !important;
}
.wp-block-spacer.is-style-medium {
	height: 2rem !important;
}
.wp-block-spacer.is-style-large {
	height: 3rem !important;
}



/* --------------------- CONTAINER --------------------- */
.wp-block-source-container {
	
}
.wp-block-source-container.position-static {
	left: auto;
	transform: none;
	width: auto;
}

/* near-full page content */
.is-style-fullpage {
	/*min-height: 100vh;*/
}

/* vertical spacing */
html .is-style-padded,
.is-style-fullpage {
	margin: 0;
	padding-top: 2rem; padding-bottom: 2rem;
}

html .is-style-padded-more {
	padding-top: 3rem; padding-bottom: 3rem;
}

html .is-style-padded-less {
	padding-top: 1rem; padding-bottom: 1rem;
}

html .is-style-padded.yield + .is-style-padded {
	padding-top: 0;
}



/* --------------------- ALIGNMENT --------------------- */
/*.alignleft {
	float: left;
	margin: 0 2em 0 0;
}
.aligncenter {
	display: block !important;
	margin-right: auto !important; margin-left: auto !important;
	text-align: center;
}
.alignright {
	float: right;
	margin: 0 0 0 2em;
}*/




/* --------------------- OTHER STYLES --------------------- */
.is-style-fullwidth {
	position: relative; left: 50%;
	transform: translateX(-50%);
	width: 100vw; max-width: none !important;
}
	.is-style-fullwidth iframe {
		width: 100%;
	}
	.is-style-fullwidth.wp-embed-aspect-4-3 iframe {
		height: 75vw;
	}
	.is-style-fullwidth.wp-embed-aspect-16-9 iframe {
		height: 56.3vw;
	}



/* wordpress embed */
.wp-block-embed-wordpress {
	margin: 0;
}
	.wp-block-embed-wordpress .wp-block-embed__wrapper {
		
	}
	.wp-block-embed-wordpress .wp-block-embed__wrapper > blockquote {
		display: none;
	}
		.wp-block-embed-wordpress iframe.wp-embedded-content {
			position: relative !important;
			width: 100%; height: 50vw; max-height: 60vh;
		}



/* video links */
.wp-block-image a[href*="youtu"],
.wp-block-image a[href*="vimeo"],
a.video-link {
	display: block;
	overflow: hidden;
	position: relative;
}
	.wp-block-image a[href*="youtu"] img,
	.wp-block-image a[href*="vimeo"] img,
	a.video-link img {
		
	}
	.wp-block-image a[href*="youtu"]::after,
	.wp-block-image a[href*="vimeo"]::after,
	a.video-link::after {
		background: url('images/play.svg') center/100% auto no-repeat transparent;
		content: '';
		display: block;
		position: absolute; top: 0; left: 50%;
		transform: translateX(-50%);
		transition: all .3s ease;
		width: 20%; max-width: 8em; height: 100%;
		z-index: 2;
	}
	.wp-block-image a[href*="youtu"]:hover::after,
	.wp-block-image a[href*="youtu"]:focus::after,
	.wp-block-image a[href*="vimeo"]:hover::after,
	.wp-block-image a[href*="vimeo"]:focus::after,
	a.video-link:hover::after,
	a.video-link:focus::after {
		transform: translateX(-50%) scale(1.1);
	}



/* centered lists */
/*ul.text-center,
ol.text-center,
.text-center ul,
.text-center ol {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0;
}*/









/* ----------------------------------------------------------------------
   --------------------------- BREAKPOINTS ------------------------------ 
   ---------------------------------------------------------------------- */


/* xs and sm only */
@media only screen and (max-width: 767.98px) {

.page-header .wp-block-image.is-style-site-logo {
	margin: .5rem auto 0;
}
	.page-header .wp-block-image.is-style-site-logo img {
		height: 4rem;
	}

/* row styles */
.row.is-style-gutters-large,
.row.is-style-gutters-lines {
	margin-right: -1rem; margin-left: -1rem;
}
	.row.is-style-gutters-large > div,
	.row.is-style-gutters-lines > div,
	.is-style-gutters-large > div > div > .wp-block,
	.is-style-gutters-lines > div > div > .wp-block {
		padding-left: 1rem;
	}
	.row.is-style-gutters-large > div,
	.row.is-style-gutters-lines > div,
	.is-style-gutters-large > div > div > .wp-block,
	.is-style-gutters-lines > div > div > .wp-block  {
		padding-right: 1rem;
	}


.wp-block-image.is-style-ref {
	
}
	.wp-block-image.is-style-ref figcaption,
	.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
		background-color: rgba(255,255,255,.9);
		font-size: .7rem;
		padding: .3rem .5rem;
		max-width: none;
	}


}


/* sm (small) + */
@media only screen and (min-width: 575.98px) {




}


/* md (medium) + */
@media only screen and (min-width: 767.98px) {

html .has-small-font-size {
	
}
html .has-normal-font-size {
	
}
html .has-medium-font-size {
	font-size: 1.3rem;
}
html .has-large-font-size,
.wp-block-image.is-style-product-icon figcaption {
	font-size: 1.6rem;
}
html .has-huge-font-size {
	font-size: 2rem;
}


/* --------------------- IMAGES --------------------- */
.wp-block-image.is-style-product-icon {
	margin-bottom: 4rem;
}
	.wp-block-image.is-style-product-icon > a {
		position: static;
	}
		.wp-block-image.is-style-product-icon > a::before {
			border-bottom: 2px solid #2c5433;
			color: #44834d;
			content: 'Read more';
			opacity: 0;
			pointer-events: none;
			position: absolute; top: calc(100% + .3em); left: 50%;
			text-align: center;
			transform: translateX(-50%);
			transition: opacity .3s ease;
		}
	.wp-block-image.is-style-product-icon > a:hover::before,
	.wp-block-image.is-style-product-icon > a:focus::before {
		opacity: 1;
	}
	.wp-block-image.is-style-product-icon figcaption {
		
	}
	


/* --------------------- SPACER --------------------- */
.wp-block-spacer.is-style-small {
	height: 2rem !important;
}
.wp-block-spacer.is-style-medium {
	height: 4rem !important;
}
.wp-block-spacer.is-style-large {
	height: 7rem !important;
}



/* vertical spacing */
html .is-style-padded,
.is-style-fullpage {
	padding-top: 4rem; padding-bottom: 4rem;
}

html .is-style-padded-more {
	padding-top: 7rem; padding-bottom: 7rem;
}

html .is-style-padded-less {
	padding-top: 2rem; padding-bottom: 2rem;
}


html .container .is-style-text-column {
	padding-right: 3rem; padding-left: 3rem;
}


/* narrow */
.is-style-narrow > div,
p.is-style-narrow {
	margin-right: auto; margin-left: auto;
	padding-right: 10%; padding-left: 10%;
}




}


/* lg (large) + */
@media only screen and (min-width: 991.98px) {





}


/* xl (extra large) + */
@media only screen and (min-width: 1199.98px) {





}


/* 'xxl' (custom large size) + */
@media only screen and (min-width: 1599.98px) {



}


/* --------------------- EDITOR STYLES --------------------- */
.block-editor {
	
}
	.edit-post-visual-editor {
		/*overflow-x: hidden;*/
	}

.block-editor .wp-block:not([data-align=full]) {
	max-width: 1200px;
}

.wp-block-heading h1, .wp-block-heading h2, .wp-block-heading h3, .wp-block-heading h4, .wp-block-heading h5, .wp-block-heading h6, .editor-post-title__block .editor-post-title__input,
html .editor-styles-wrapper {
	/*font-family: 'Arial', sans-serif;*/
}

.block-editor .block-editor-default-block-appender {
	background-color: rgba(100,100,100,.03);
}
.block-editor .wp-block-source-container,
.block-editor .wp-block-source-carousel {
	padding-right: 3em; padding-left: 3em;
}
.block-editor .wp-block-source-carousel-slide {
	padding-right: 1em; padding-left: 1em;
}

.block-editor [class*="is-style-gutters-"] > div > div > .wp-block {
	padding-right: 1rem !important; padding-left: 1rem !important;
}

.block-editor .wp-block,
.block-editor .wp-block > .editor-block-list__block-edit {
	background-color: rgba(0,0,0,.03);
}
.block-editor .wp-block.is-hovered > .editor-block-list__block-edit {
	background-color: rgba(0,0,0,.04);
}
.block-editor .wp-block.is-selected > .editor-block-list__block-edit {
	background-color: none;
}
.block-editor .wp-block-shortcode {
	color: initial;
}

.editor-block-list__insertion-point { /* fix editor button z-index issue in certain situations, such as images in columns that have horizontal padding */
	margin-bottom: 20px;
}
html .editor-styles-wrapper .block-editor-block-list__block { /* fix 5.4 spacing issue */
	margin-top: 10px; margin-bottom: 10px;
}
html .editor-styles-wrapper p {
	margin-top: 0; margin-bottom: 0;
}

