.is-style-angle {
	transform: rotate(1.5deg);
	transform-origin: center center;
}
.is-style-angle-large {
	transform: rotate(6deg);
	transform-origin: center center;
}
.is-style-angle-neg {
	transform: rotate(-1.5deg);
	transform-origin: center center;
}
.is-style-angle-large-neg {
	transform: rotate(-6deg);
	transform-origin: center center;
}


/* --------------------- COLOURS --------------------- */
html .has-white-color {
   
}
	html .has-white-color a,
	html .has-white-color .highlight {
	    color: inherit;
	    text-decoration: underline;
	}
	html .has-white-color hr,
	html .has-white-color .is-style-accordion,
	html .has-white-color .white-inherit {
		filter: brightness(0) invert(1);
		/* border-color: #FFFFFF;*/
	}
	html .has-white-color h1, html .has-white-color h2, html .has-white-color h3, html .has-white-color h4, html .has-white-color h5, html .has-white-color h6 {
		color: inherit;
	}
	html .has-white-color input[type="text"],
	html .has-white-color input[type="number"],
	html .has-white-color input[type="email"],
	html .has-white-color input[type="search"],
	html .has-white-color input[type="password"],
	html .has-white-color input[type="tel"],
	html .has-white-color .select-style,
	html .has-white-color textarea {
		border-color: #FFFFFF;
	}

/* colour palette */
.has-white-color {
	color: #FFFFFF !important;
}
.has-dark-grey-color {
	color: #3c3c3b !important;
}
.has-black-color {
	color: #1d1d1b !important;
}
.has-pale-yellow-color {
	color: #fffbee !important;
}
.has-yellow-color {
	color: #fbca00 !important;
}
.has-orange-color {
	color: #EFA64F !important;
}
.has-red-color {
	color: #AB192F !important;
}
.has-pale-blue-color {
	color: #f5fafb !important;
}
.has-blue-color {
	color: #7face2 !important;
}
.has-dark-blue-color {
	color: #183071 !important;
}
.has-egg-blue-color {
	color: #9ed4e0 !important;
}
.has-green-color {
	color: #788D28 !important;
}
.has-dark-green-color {
	color: #2c5234 !important;
}
.has-pink-color {
	color: #7C245D !important;
}

.has-lentil-cream-color {
	color: #f3f6e4 !important;
}
.has-lentil-green-color {
	color: #3e8840 !important;
}
.has-lentil-red-color {
	color: #e9473f !important;
}

.has-white-background-color,
[style*="background-color:#ffffff"]::before,
html .has-white-hover > a::before {
	background-color: #FFFFFF !important;
}
	.has-white-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #FFFFFF;
	}
.has-dark-grey-background-color,
[style*="background-color:#3c3c3b"]::before,
html .has-dark-grey-hover > a::before {
	background-color: #3c3c3b !important;
}
	.has-dark-grey-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #3c3c3b;
	}
.has-black-background-color,
[style*="background-color:#1d1d1b"]::before,
html .has-black-hover > a::before {
	background-color: #1d1d1b !important;
}
	.has-black-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #1d1d1b;
	}
.has-pale-yellow-background-color,
[style*="background-color:#fffbee"]::before,
html .has-pale-yellow-hover > a::before {
	background-color: #fffbee !important;
}
	.has-pale-yellow-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #fffbee;
	}
.has-yellow-background-color,
[style*="background-color:#fbca00"]::before,
html .has-yellow-hover > a::before {
	background-color: #fbca00 !important;
}
	.has-yellow-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #fbca00;
	}
.has-orange-background-color,
[style*="background-color:#EFA64F"]::before,
html .has-orange-hover > a::before {
	background-color: #EFA64F !important;
}
	.has-orange-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #EFA64F;
	}
.has-red-background-color,
[style*="background-color:#AB192F"]::before,
html .has-red-hover > a::before {
	background-color: #AB192F !important;
}
	.has-red-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #AB192F;
	}
.has-pale-blue-background-color,
[style*="background-color:#f5fafb"]::before,
html .has-pale-blue-hover > a::before {
	background-color: #f5fafb !important;
}
	.has-pale-blue-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #f5fafb;
	}
.has-blue-background-color,
[style*="background-color:#7face2"]::before,
html .has-blue-hover > a::before {
	background-color: #7face2 !important;
}
	.has-blue-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #7face2;
	}
.has-dark-blue-background-color,
[style*="background-color:#183071"]::before,
html .has-dark-blue-hover > a::before {
	background-color: #183071 !important;
}
	.has-dark-blue-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #183071;
	}
.has-egg-blue-background-color,
[style*="background-color:#9ed4e0"]::before,
html .has-egg-blue-hover > a::before {
	background-color: #9ed4e0 !important;
}
	.has-egg-blue-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #9ed4e0;
	}
.has-green-background-color,
[style*="background-color:#788D28"]::before,
html .has-green-hover > a::before,
.nav-links::after,
.prev-next a::after {
	background-color: #788D28 !important;
}
	.has-green-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #788D28;
	}
.has-dark-green-background-color,
[style*="background-color:#2c5234"]::before,
html .has-dark-green-hover > a::before {
	background-color: #2c5234 !important;
}
	.has-dark-green-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #2c5234;
	}
.has-pink-background-color,
[style*="background-color:#7C245D"]::before,
html .has-pink-hover > a::before {
	background-color: #7C245D !important;
}
	.has-pink-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #7c245d;
	}

.has-lentil-cream-background-color,
[style*="background-color:#f3f6e4"]::before,
html .has-lentil-cream-hover > a::before {
	background-color: #f3f6e4 !important;
}
.has-lentil-green-background-color,
[style*="background-color:#3e8840"]::before,
html .has-lentil-green-hover > a::before {
	background-color: #3e8840 !important;
}
.has-lentil-red-background-color,
[style*="background-color:#e9473f"]::before,
html .has-lentil-red-hover > a::before {
	background-color: #e9473f !important;
}
	.has-pink-background-color.is-style-bubble::after {
		box-shadow: inset 1em -.5em 0 0 #7c245d;
	}

.has-black-5pc-background-color {
	background-color: rgba(0,0,0,.05) !important;
	background-image: none !important;
}



.fixed-header.scrolled .page-header,
html .wp-block-source-container[class*="-background-color"],
body {
	background-image: url('images/texture/texture-min.png');
	background-position: center top;
	background-repeat: repeat;
	background-size: 70vw auto !important;
}





/* --------------------- HEADING --------------------- */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.wp-block-image[class*="is-style-border-"] figcaption strong { /* all caps, smaller */
	display: inline-block;
	font-size: .6em;
	font-style: normal;
	font-weight: inherit;
	letter-spacing: .1em;
	line-height: 1.1em;
	text-transform: uppercase;
	/*transform: translateY(-.4em);*/
}
.is-style-caps, .is-style-caps-headings h1, .is-style-caps-headings h2, .is-style-caps-headings h3, .is-style-caps-headings h4, .is-style-caps-headings h5, .is-style-caps-headings h6 {
	display: block;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.1em;
	text-transform: uppercase;
}
.is-style-handwriting {
	font-family: 'FF Erikrighthand', script;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0;
	text-transform: uppercase;
	white-space: nowrap;
}



/* --------------------- PARAGRAPH --------------------- */
html .is-style-bubble {
	background-color: #CCCCCC;
	display: inline-block;
	line-height: 1.3em;
	margin: 0;
	padding: 1.25em 1.8em !important;
	position: absolute; 
	white-space: nowrap;
	text-align: center;
	transform: translateY(-80%) rotate(-1.5deg);
	z-index: 101;
}
body:not(.block-editor-page) .is-style-bubble {
	pointer-events: none;
}
	.is-style-bubble p {
		margin: 0;
	}
	.is-style-bubble > * {
		margin-bottom: 0 !important;
	}
	.is-style-bubble a {
		pointer-events: initial;
	}
	.is-style-bubble::after { /* to the right, by default */
		border-radius: 50%;
		box-shadow: inset 1em -.5em 0 0 #CCCCCC;
		content: '';
		display: block;
		/*padding-top: 75%;*/
		pointer-events: none;
		position: absolute; bottom: 20%; left: calc(100% - 1.6em);
		width: 4em; height: 3em;/*width: 40%; height: 0;*/
		z-index: -1;
	}



/* 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 { 
	background: url('images/hr.png') center left/100% 4px no-repeat transparent;
	border: 0;
	/*border-bottom: 1px solid currentColor;*/
	margin: 3em 0;
	max-width: none !important; height: 4px;
}



/* --------------------- FONT SIZE --------------------- */
html .has-small-font-size,
html .has-medium-font-size,
html .has-large-font-size,
html .has-huge-font-size {
	
}
html .has-tiny-font-size {
	font-size: .8em;
}
html .has-small-font-size {
	font-size: .8em;
}
html .has-normal-font-size {
	font-size: 1em;
}
html .has-medium-font-size,
.menu-countries-menu-container {
	font-size: 1.2em;
}
html .has-large-font-size,
html .wp-block-quote {
	font-size: 1.3em;
}
html .has-huge-font-size {
	font-size: 1.8em;
}



/* --------------------- QUOTE --------------------- */
.wp-block-quote {
	font-style: italic;
	margin: 1.5rem 0;
	text-align: initial;
	/*transform: rotate(-1.5deg);
	transform-origin: center 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: block;
}
.wp-block-button {
	display: inline-block;
	margin: 0 0 1em;
}
.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,
	.wp-block-image[class*="is-style-border-"] figcaption a,
	.nav-links,
	.prev-next a,
	.menu-countries-menu-container > ul > li > a > .sub {
		background: #7face2;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		color: #FFFFFF;
		cursor: pointer;
		display: inline-block;
		font-size: .8rem;
		font-weight: 600;
		letter-spacing: .1em;
		line-height: 1.5em;
		margin: 0;
		padding: calc(.5em + 2px) 1.5em;
		position: relative;
		text-decoration: none !important;
		text-transform: uppercase;
		text-shadow: none;
		transition: all .3s ease;
		vertical-align: middle;
		width: auto;
		z-index: 2;
	}
	html .frontend .has-dark-green-background-color input[type="submit"] {
		background-color: #D3A53A;
	}
	html .wp-block-button .wp-block-button__link,
	.wp-block-image.is-style-overlay figcaption a,
	.wp-block-image[class*="is-style-border-"] figcaption a,
	.prev-next a,
	.menu-countries-menu-container > ul > li > a > .sub { /* elements that can have a pseudo element 'background' */
		margin: calc(.5em + 2px) 1.5em;
		padding: 0 0;
	}
		html .wp-block-button .wp-block-button__link::after,
		.wp-block-image.is-style-overlay figcaption a::after,
		.wp-block-image[class*="is-style-border-"] figcaption a::after,
		.nav-links::after,
		.prev-next a::after,
		.menu-countries-menu-container > ul > li > a > .sub::after {
			background: inherit;
			box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
			content: '';
			position: absolute; top: 50%; left: 50%;
			transition: all .6s ease;
			transform: rotate(-1.5deg) translate(-50%,calc(-50% - .2em));
			transform-origin: center center;
			width: calc(100% + 3em); height: calc(100% + 1em);
			z-index: -1;
		}
	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,
	.wp-block-image[class*="is-style-border-"] figcaption a:hover,
	.wp-block-image[class*="is-style-border-"] figcaption a:focus,
	.wp-block-image[class*="is-style-border-"] > a:hover + figcaption a,
	.wp-block-image[class*="is-style-border-"] > a:focus + figcaption a,
	.prev-next a:hover, .prev-next a:focus {
		transform: scale(1.1);
	}
		html .wp-block-button .wp-block-button__link:hover::after,
		html .wp-block-button .wp-block-button__link:focus::after,
		.wp-block-image.is-style-overlay figcaption a:hover::after,
		.wp-block-image.is-style-overlay figcaption a:focus::after,
		.wp-block-image[class*="is-style-border-"] figcaption a:hover::after,
		.wp-block-image[class*="is-style-border-"] figcaption a:focus::after,
		.wp-block-image[class*="is-style-border-"] > a:hover + figcaption a:after,
		.wp-block-image[class*="is-style-border-"] > a:focus + figcaption a:after,
		.prev-next a:hover::after, .prev-next a:focus::after {
			box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
		}



/* --------------------- IMAGE --------------------- */
/*.wp-block-image {
	margin: 0 0 1em;
	position: relative;
}
	.wp-block-image a,
	.wp-block-image img {
		display: block;
		position: relative;
		width: 100%; height: auto;
		z-index: 1;
	}
	.wp-block-image img {
		
	}
	.wp-block-image figcaption {
		
	}*/

/* 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;
		}


.is-style-country {
	margin: 0 !important;
	padding: .1rem 0;
	white-space: nowrap;
}
	.is-style-country a {
		color: inherit;
		display: block;
	}
	.is-style-country img {
		border-radius: 50%;
		display: inline-block;
		margin-right: .5em; margin-bottom: .2em;
		vertical-align: middle;
		width: 1.1rem !important; height: 1.1rem;
	}
	.is-style-country a:hover img,
	.is-style-country a:focus img {
		transform: scale(1.1);
	}


.is-style-product-border {
	background: rgba(0,0,0,.05);
	display: block;
	margin: 0;
	padding: 10%;
	transition: background .3s ease;
}
	.is-style-product > a:hover,
	.is-style-product > a:focus,
	.is-style-product-border > a:hover,
	.is-style-product-border > a:focus {
		-webkit-animation: wobble-1 .2s infinite;
		animation: wobble-1 .2s infinite;
	}


.is-style-wobble {
	-webkit-animation: wobble-1 2s infinite;
	animation: wobble-1 2s infinite;
}


.is-style-usp-illustration {
	margin: 0;
}
	.is-style-usp-illustration img {
		height: 8rem; /*max-height: 10vw;*/
	}


/* image borders, skeuomorphism */
.is-style-border-1 img,
.is-style-border-2 img,
.is-style-border-3 img,
.sbi_photo_wrap,
html .fancybox-slide--video .fancybox-iframe,
.wp-block-video.is-style-border-1,
.wp-block-video.is-style-border-2,
.wp-block-video.is-style-border-3 {
	background: center/100% 100% no-repeat transparent;
	padding: 2.8%;
}
html .fancybox-slide--video .fancybox-content {
	background-color: transparent !important;
}
.sbi_photo_wrap {
	padding: 4%;
}
	.wp-block-image[class*="is-style-border-"] figcaption {
		color: #FFFFFF;
		font-size: 2.2rem;
		overflow: initial !important;
		margin: 0;
		padding: 0 1rem;
		position: absolute; top: 50%;
		text-align: center;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
		transform: translateY(-50%);
		width: 100%;
		z-index: 3;
	}
	.wp-block-image[class*="is-style-border-"] > a + figcaption {
		pointer-events: none;
	}
		.wp-block-image[class*="is-style-border-"] > a > img {
			transition: transform 1s ease;
		}
		.wp-block-image[class*="is-style-border-"] > a:hover > img,
		.wp-block-image[class*="is-style-border-"] > a:focus > img {
			transform: scale(1.05);
		}
.is-style-border-1 img,
.sbi_photo_wrap,
.wp-block-video.is-style-border-1 {
	background-image: url('images/border/image_border_1.png');
}
.is-style-border-2 img,
html .fancybox-slide--video .fancybox-iframe,
.wp-block-video.is-style-border-2 {
	background-image: url('images/border/image_border_2.png');
}
	.is-style-border-2 figcaption a {
		background-color: #2C5234 !important;
	}
.is-style-border-3 img,
.wp-block-video.is-style-border-3 {
	background-image: url('images/border/image_border_3.png');
}
	.is-style-border-3 figcaption a {
		background-color: #D3A53A !important;
	}

.wp-block-video.is-style-border-1,
.wp-block-video.is-style-border-2,
.wp-block-video.is-style-border-3 {
	position: relative;
}
	.wp-block-video.is-style-border-1 figcaption,
	.wp-block-video.is-style-border-2 figcaption,
	.wp-block-video.is-style-border-3 figcaption {
		font-size: 0 !important;
	}
		.wp-block-video.is-style-border-1 figcaption a,
		.wp-block-video.is-style-border-2 figcaption a,
		.wp-block-video.is-style-border-3 figcaption a {
			display: block;
			position: absolute; top: 0; right: 0; bottom: 0; left: 0;
			z-index: 101;
		}


.wp-block-image.is-style-stockist-logo {
	display: inline-block;
	margin: 1rem 1.2rem; 
	vertical-align: middle;
}
	.wp-block-image.is-style-stockist-logo img {
		width: auto; max-width: 160px !important; max-height: 4rem !important;
	}


.is-style-badge {
	display: inline-block;
	margin: 0 .2rem;
	width: 10vw; max-width: 8rem;
}


/* unique images */
.countryside-illustration {
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
}
.countryside-illustration-top {
	background-position: center top 4vw !important;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
}

.countryside-illustration-product {
	background-image: url('images/product/countryside-shallow.png');
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
}

.herefordshire-illustration {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 80% auto !important;
}




/* --------------------- GALLERY --------------------- */
.wp-block-gallery {
	
}



/* --------------------- INLINE IMAGE --------------------- */
p img {
	height: auto;
}



/* --------------------- 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 [class*="is-style-no-gutters"] {
	margin-right: 0;
	margin-left: 0;
}
	html [class*="is-style-no-gutters"] > .col,
	html [class*="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, with option for arrow inset */
html .is-style-text-column {
	/*align-items: center;*/
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
}
html .is-style-text-column,
.wp-block-media-text__content {
	padding-top: 2rem; padding-bottom: 2rem;
	padding-right: 6vw; padding-left: 6vw;
	position: relative;
}
html .container .is-style-text-column,
.container .wp-block-media-text__content {
	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: -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;
	}

	.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 --------------------- */
table,
.wp-block-table {
	border: 0;
	border-collapse: collapse;
	margin: 0 0 1.5em;
}
	table tr,
	.wp-block-table tr {
		
	}
		table th,
		.wp-block-table th,
		table td,
		.wp-block-table td {
			padding: .2em .6em .2em 0;
			text-align: left;
		}
		table th,
		.wp-block-table th {
			background: transparent;
			color: inherit;
			border: 0;
			font-weight: inherit;
		}
		table td,
		.wp-block-table td {
			border: 0;
		}
		table td:last-of-type,
		table th:last-of-type,
		.wp-block-table td:last-of-type,
		.wp-block-table th:last-of-type {
			padding-right: 0;
		}



/* --------------------- SOCIAL LINKS --------------------- */
html .wp-block-social-links.is-style-logos-only {
	display: block;
	font-size: 1.2em;
	margin: 0;
	white-space: nowrap;
}
	html .wp-block-social-links.is-style-logos-only .wp-social-link {
		color: inherit !important;
		display: inline-block;
		margin: 0 .2em;
		padding: 0;
		width: auto; height: auto;
	}
	html .wp-block-social-links.is-style-logos-only .wp-social-link:first-child {
		margin-left: 0;
	}
	html .wp-block-social-links.is-style-logos-only .wp-social-link:last-child {
		margin-right: 0;
	}
		html .wp-block-social-links.is-style-logos-only .wp-social-link a {
			padding: 0;
		}
	html .wp-block-social-links.is-style-logos-only .wp-social-link svg {
		width: 1.8em; height: 1.8em;
	}


/* --------------------- 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 {
	background-repeat: no-repeat;
	position: relative;
	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: 2rem; padding-bottom: 2rem;
}

html .is-style-padded-less {
	padding-top: 1rem; padding-bottom: 1rem;
}

html .is-style-padded.yield + .is-style-padded {
	padding-top: 0;
}


.wp-block-group {
	position: relative;
}



/* --------------------- 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: visible;
	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;
}*/


/* narrow */
.wp-block-source-container.is-style-narrow > div,
.wp-block-source-columns.is-style-narrow,
p.is-style-narrow,
.is-style-narrow-self {
	margin-right: auto; margin-left: auto;
	max-width: 800px;
}







/* ----------------------------------------------------------------------
   --------------------------- BREAKPOINTS ------------------------------ 
   ---------------------------------------------------------------------- */

/* xs and sm only */
@media only screen and (max-width: 767.98px) {

/* narrow */
.wp-block-source-container.is-style-narrow > div,
.wp-block-source-columns.is-style-narrow,
p.is-style-narrow,
.is-style-narrow-self {
	padding-right: 5vw; padding-left: 5vw;
}

.is-style-handwriting {
	display: none;
}

.is-style-country {
	font-size: 0;
}
	.is-style-country img {
		margin: 0;
	}
	.country-selector .wp-block-group .is-style-country {
		font-size: .7rem;
	}
		.country-selector .wp-block-group .is-style-country img {
			margin-right: .5rem;
		}

.is-style-bubble {
	font-size: 2vw;
}

hr,
.wp-block-separator { 
	background-size: 100% auto;
	margin: 1.5em 0;
}

	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,
	.wp-block-image[class*="is-style-border-"] figcaption a,
	.nav-links,
	.prev-next a {
		font-size: .6rem;
	}

}



/* sm (small) + */
@media only screen and (min-width: 575.98px) {


/* row styles */
.row.is-style-gutters-sm-large,
.row.is-style-gutters-sm-lines {
	margin-right: -1rem; margin-left: -1rem;
}
	.row.is-style-gutters-sm-large > div,
	.row.is-style-gutters-sm-lines > div,
	.is-style-gutters-sm-large > div > div > .wp-block,
	.is-style-gutters-sm-lines > div > div > .wp-block {
		padding-left: 1rem;
	}
	.row.is-style-gutters-sm-large > div,
	.row.is-style-gutters-sm-lines > div,
	.is-style-gutters-sm-large > div > div > .wp-block,
	.is-style-gutters-sm-lines > div > div > .wp-block  {
		padding-right: 1rem;
	}

	.row.is-style-gutters-sm-lines > div,
	.is-style-gutters-sm-lines > div > div > .wp-block {
		position: relative;
	}
		.row.is-style-gutters-sm-lines > div:not(:last-child)::after,
		.is-style-gutters-sm-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%;
		}



}


/* md (medium) + */
@media only screen and (min-width: 767.98px) {

/* --------------------- FONT SIZE --------------------- */
html .has-small-font-size,
html .has-medium-font-size,
html .has-large-font-size,
html .has-huge-font-size {
	
}
html .has-tiny-font-size {
	font-size: .6em;
}
html .has-small-font-size {
	font-size: .8em;
}
html .has-normal-font-size {
	font-size: 1em;
}
html .has-medium-font-size,
.menu-countries-menu-container {
	font-size: 1.3em;
}
html .has-large-font-size,
html .wp-block-quote {
	font-size: 1.8em;
}
html .has-huge-font-size {
	font-size: 3rem;
}

/* caps header sizes */
h1.is-style-caps,
.is-style-caps-headings h1 { 
	font-size: 2em;
}
h2.is-style-caps,
.is-style-caps-headings h2 { 
	font-size: 1.5em;
}
h3.is-style-caps,
.is-style-caps-headings h3 { 
	font-size: 1.2em;
}
h4.is-style-caps, h5.is-style-caps, h6.is-style-caps,
.is-style-caps-headings h4, .is-style-caps-headings h5, .is-style-caps-headings h6 { 
	font-size: 1em;
}

/* --------------------- 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;
}

/* row styles */
.row.is-style-gutters-large,
.row.is-style-gutters-md-lines {
	margin-right: -1rem; margin-left: -1rem;
}
	.row.is-style-gutters-large > div,
	.row.is-style-gutters-md-lines > div,
	.is-style-gutters-large > div > div > .wp-block,
	.is-style-gutters-md-lines > div > div > .wp-block {
		padding-left: 1rem;
	}
	.row.is-style-gutters-large > div,
	.row.is-style-gutters-md-lines > div,
	.is-style-gutters-large > div > div > .wp-block,
	.is-style-gutters-md-lines > div > div > .wp-block  {
		padding-right: 1rem;
	}

	.row.is-style-gutters-md-lines > div,
	.is-style-gutters-md-lines > div > div > .wp-block {
		position: relative;
	}
		.row.is-style-gutters-md-lines > div:not(:last-child)::after,
		.is-style-gutters-md-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%;
		}

/* 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,
.container .wp-block-media-text__content {
	padding-right: 3rem; padding-left: 3rem;
}


/* menu dropdowns 20201123 */
html .has-white-hover > a + ul {
	background-color: #FFFFFF !important;
}
html .has-dark-grey-hover > a + ul {
	background-color: #3c3c3b !important;
}
html .has-black-hover > a + ul {
	background-color: #1d1d1b !important;
}
html .has-pale-yellow-hover > a + ul {
	background-color: #fffbee !important;
}
html .has-yellow-hover > a + ul {
	background-color: #fbca00 !important;
}
html .has-orange-hover > a + ul {
	background-color: #EFA64F !important;
}
html .has-red-hover > a + ul {
	background-color: #AB192F !important;
}
html .has-pale-blue-hover > a + ul {
	background-color: #f5fafb !important;
}
html .has-blue-hover > a + ul {
	background-color: #7face2 !important;
}
html .has-dark-blue-hover > a + ul {
	background-color: #183071 !important;
}
html .has-egg-blue-hover > a + ul {
	background-color: #9ed4e0 !important;
}
html .has-green-hover > a + ul {
	background-color: #788D28 !important;
}
html .has-dark-green-hover > a + ul {
	background-color: #2c5234 !important;
}
html .has-pink-hover > a + ul {
	background-color: #7C245D !important;
}


}


/* lg (large) + */
@media only screen and (min-width: 991.98px) {

/* row styles */
.row.is-style-gutters-large,
.row.is-style-gutters-lg-lines {
	margin-right: -2rem; margin-left: -2rem;
}
	.row.is-style-gutters-large > div,
	.row.is-style-gutters-lg-lines > div,
	.is-style-gutters-large > div > div > .wp-block,
	.is-style-gutters-lg-lines > div > div > .wp-block {
		padding-left: 2rem;
	}
	.row.is-style-gutters-large > div,
	.row.is-style-gutters-lg-lines > div,
	.is-style-gutters-large > div > div > .wp-block,
	.is-style-gutters-lg-lines > div > div > .wp-block  {
		padding-right: 2rem;
	}

	.row.is-style-gutters-lg-lines > div,
	.is-style-gutters-lg-lines > div > div > .wp-block {
		position: relative;
	}
		.row.is-style-gutters-lg-lines > div:not(:last-child)::after,
		.is-style-gutters-lg-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%;
		}



}


/* xl (extra large) + */
@media only screen and (min-width: 1199.98px) {

/* row styles */
.row.is-style-gutters-large,
.row.is-style-gutters-xl-lines {
	margin-right: -3rem; margin-left: -3rem;
}
	.row.is-style-gutters-large > div,
	.row.is-style-gutters-xl-lines > div,
	.is-style-gutters-large > div > div > .wp-block,
	.is-style-gutters-xl-lines > div > div > .wp-block {
		padding-left: 3rem;
	}
	.row.is-style-gutters-large > div,
	.row.is-style-gutters-xl-lines > div,
	.is-style-gutters-large > div > div > .wp-block,
	.is-style-gutters-xl-lines > div > div > .wp-block  {
		padding-right: 3rem;
	}

	.row.is-style-gutters-xl-lines > div,
	.is-style-gutters-xl-lines > div > div > .wp-block {
		position: relative;
	}
		.row.is-style-gutters-xl-lines > div:not(:last-child)::after,
		.is-style-gutters-xl-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%;
		}



}


/* '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: 'Libre Baskerville', 'Times', serif;
}

.wp-block {
	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.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;
}

