/* @override 
	https://potsdamer-schokoladenmarkt.de/wp/wp-content/themes/psm/style.css */


/*
Theme Name: PSM - Potsdamer Schokoladenmarkt
Description: 
Author: PD
Version: 0.1
*/


/*	IMPORTS
-------------------------------------------------------------------------------*/


@import url("https://use.typekit.net/emk4hly.css");


/* @group WEBFONTS */

/*	WEBFONTS
-------------------------------------------------------------------------------*/




/* Icon Font – extra here for iframe views in WP Editor and TinyMCE */
@font-face { 
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  src: url('assets/icons/fonts/icons.woff') format('woff');
}



/* @end */

/* @group RESET */

/*	RESET
-------------------------------------------------------------------------------*/


article, aside, figure, footer, header, hgroup, nav, section {display: block;}
img, picture, video, canvas, svg {display:  block; max-width: 100%; height:auto;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
   don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; vertical-align: baseline;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: 700; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

input, button, textarea, select { font: inherit; margin: 0; border-radius: 0;}
input:focus, textarea:focus, select:focus { AUS_outline: none;}

input { /* remove top input shadow */
-webkit-appearance: none;
-moz-appearance: none;
}

*:focus:not(:focus-visible) { outline: none }

table {font-size: inherit; font: 100%;}

a:hover, a:active {outline: none;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {cursor: pointer;}


/* prevent flickering on touch */
* {
	-webkit-tap-highlight-color:transparent;
}

/* natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }

 /* subscript and superscript */
sub { vertical-align: sub; font-size: 70%; line-height: 0; }
sup { vertical-align: super; font-size: 70%; line-height: 0; }

/* fine-grained control over hyphenation in text */
* { hyphenate-limit-chars: 10 4 4; }

/* @end */


/* @group VARS */


/*	VARS
-------------------------------------------------------------------------------*/


/* Color Info

brown	#350101
yellow	#FFB642
orange 	#F6852C
blue		#588793

brown-100	#F7F1EB
yellow-100	#FFEDD1
orange-100	#FDE3CD
blue-100		#EEF3F4



*/

:root {
	--base-font-size: 18px;
	--base-line-height: 1.6;
	--bold-weight: 500;
	--body-bg: #fffbf5;
	
	--brown: #350101;
	--yellow	: #FFB642;
	--orange: #F6852C;
	--blue:	#588793;

	--brown-100: #F7F1EB;
	--yellow-100	: #FFEDD1;
	--orange-100: #FDE3CD;
	--blue-100:	#EEF3F4;

	--text-color: #350101;
	--link-color: var(--text-color);
	--link-color-hover: var(--text-color);

	--off-white: #fffbf5; 
	--border-color: var(--brown);

	--primary-color: var(--brown);
	
	--primary-bg: var(--brown-100);

	--font-sans: campaign, sans-serif;
	--font-serif: campaign-serif, serif;
	
	--text-tiny: calc(var(--base-font-size) * .65);
	--text-small: calc(var(--base-font-size) * .75);
	--text-base: var(--base-font-size); 
	--text-large: calc(var(--base-font-size) * 1.25);
	
	
	--default-width: calc((780/16) * 1rem);
	--wide-width: calc((1440/16) * 1rem);
	--semiwide-width: calc((1200/16) * 1rem);
	--full-width: 100%;
	
	--page-padding: 40px;

	--main-padding-top: clamp(4rem, 10vw, 6.0rem);
	--main-padding-bottom: clamp(5.6rem, 20vw, 8.4rem); 
		
 	--space-xs: 10px;
	--space-sm: 20px;
	--space-md: 30px; /*default block gap*/
	--space-lg: clamp(40px, 5vw, 50px);  
	--space-xl: clamp(60px, 10vw, 70px); 
	--space-xxl: clamp(80px, 12vw, 110px);
	--space-xxxl: clamp(110px,16vw, 160px);


	--block-gap: 2.5rem; /*2rem*/
	--block-gap-text: 1.5rem;

	--columns-gap: clamp(30px, 5vw, 50px);
	
	--box-padding: clamp(20px, 5vw, 30px);
	
	--box-padding-sm: clamp(20px, 5vw, 30px);
	--box-padding-md: var(--box-padding);
	--box-padding-lg: clamp(20px, 5vw, 40px);
	--box-padding-xl: clamp(20px, 5vw, 60px);
	--box-padding-xxl: clamp(40px, 5vw, 80px);

	--radius: 10px;
	--field-radius: 5px;

	--header-height: 180px;
 }
 
 @media screen and (max-width: 1024px) {
	 :root {
		--header-height: 120px; 
	}
}

 
  
 @media screen and (max-width: 600px) {
	 :root {
		--base-font-size: 17px;
		--page-padding: 20px;
		--block-gap: 1.5rem;
		--header-height: 120px; 
	}
}


/* @end */



/* @group GENERAL */


/* GENERAL
---------------------------------------------------------------------------------*/


html {
	height: 100%;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	 -webkit-text-size-adjust: 100%;
}

body {
	height: 100%;
	font-family: var(--font-sans);
	font-size: var(--base-font-size);
	line-height: var(--base-line-height);
	color: var(--text-color);
	background: var(--body-bg);
}


a {
	position: relative;
	color: var(--link-color);
	text-decoration: underline;
}

a, input {
	transition: all 200ms ease;
}

a:visited {
}

a:active {
}

a:hover {
	color: var(--link-color-hover);
	text-decoration: none;
}

/* TYPOGRAPHY
---------------------------------------------------------------------------------*/


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom: 0;
	text-wrap: balance;
	word-break: break-word;
	overflow-wrap: break-word;
    font-weight: var(--bold-weight);
}


h1, .h1 {
	font-size: 3rem;
	line-height: 1.2;
	margin-bottom: 4rem;
}

:where(.is-layout-flow, .is-layout-constrained) h1 + * {
	--block-gap: 4rem;
}

h2, .h2 {
	font-size: 2rem;
	line-height: 1.3;
	margin-top: 3.0rem;
}

h3, .h3 {
	line-height: 1.5;
	font-size: 1.4rem;
}

h4, .h4 {
	line-height: 1.4;
	font-size: 1.1rem;
	text-transform: uppercase;
}

:where(p,ul,ol) {
	margin: var(--block-gap-text) 0 0 0;
	--block-gap: var(--block-gap-text);
}

strong, b {
  font-weight: var(--bold-weight);
}


hr {
	position: relative;
	display: block;
	clear: both;
	height: 1px;
	border: 0;
	background: transparent;
	border-bottom: 1px solid var(--border-color);
	margin: 3rem 0;
}


@media screen and (max-width: 1024px) {

}


@media screen and (max-width: 840px) {

}


@media screen and (max-width: 600px) {

}


@media screen and (max-width: 360px) {

}

/* @end */


/* @group ELEMENTS */

/* === Lists */
ul, ol {
}

ul {
	padding-left: 2.5ch;
	list-style-type: revert;
}

li {
	position: relative;
	margin: 0 0 5px 0;
}

ul li::marker {
}


li ul {
	margin-top: 5px;
}

ol {
	padding-left: 2.5ch;
}

ol li {
	list-style: revert;
}

.list-unstyled,
.list-unstyled li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.list-unstyled li:before {
	display: none;
}



/* === Caption */


figcaption {
	font-size: var(--text-small);
	line-height: 1.4;
	margin: 10px 0 10px 0;
	text-align: left;
	word-break: break-word;
	overflow-wrap: break-word;
	margin: 1rem 0; 
}


/* WP Edit Link */

a.post-edit-link {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	font-size: 11px;
	padding: 8px 12px;
	text-transform: uppercase;
	text-decoration: none;
	background: #0073AA;
	color: #FFF;
}



/* === Embeds, iFrames  */

.embed-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}


/* === Icons */


i[class^="icon-"] {
	font-family: 'icons';
}

i.icon {
	font-weight: normal!important;
}

.icon.download {
	font-size: 1.9rem;
	color: var(--link-color);
	margin: 0 5px 5px 0;
	vertical-align: middle;
	display: inline-block;
}

.icon.download:before {
	margin: 0;
}

.icon.bullet {
	font-size: 85%;
}


/* === WP Styles */

/* default padding for has-background + override WP default */
:is(p,ul,ol,*).has-background,
.has-background { 
	padding: var(--box-padding);
	border-radius: var(--radius);
}


.alignfull.has-background {
	border-radius: 0;
}

.has-global-padding.alignfull {
	border-radius: 0;
	padding-inline: 0;
	padding-inline: var(--page-padding);
}

.alignfull:not(.has-global-padding) {
	AUS_padding: inherit;
}

.alignfull > .has-background {
	padding: var(--box-padding);
}

.alignfull > .has-background > * { /*BE*/
       padding-inline: 0;
}

.is-root-container :where(.has-global-padding:not(.has-background)) { /*BE*/
	padding-inline: 0;
}


:is(ul,ol).has-background { /*add space for bullets*/
	padding-left: calc(var(--box-padding) + 1rem);
}

.has-small-font-size {
	font-size: var(--text-small);
}

.has-large-font-size {
	font-size: var(--text-large);
}


/* === Highlight Anchor Links */


.entry-content :target {
    animation: highlight 500ms ease-in;
}

@keyframes highlight {
    from {
        background-color: rgb(253 224 71);
    }
    to {
        background-color: #fff;
    }
}



/* @end */




/* @group LAYOUT */

/* LAYOUT
----------------------------------------------------------------------------------*/


/* # Container */


.page-wrap {
}


.container,
.container-fluid {
	position: relative;
	max-width: calc(var(--wide-width) + 2 * var(--page-padding));
	margin: 0 auto;
	padding: 0 var(--page-padding);
}

.content-width { /*add to container class*/
	max-width: calc(var(--default-width) + 2 * var(--page-padding));
}


.entry-content {
}

.stack > *:first-child {
	margin-top: 0;
}


/*
.wp-block-post-content is root container for all content blocks
in backend editor AND frontend
*/

.wp-block-post-content {
	padding-left: var(--page-padding);
	padding-right: var(--page-padding);
}

.wp-block-post-content.is-root-container { /*backend editor*/
	padding-inline: var(--page-padding)!important;
}


.wp-block-post-content > *:first-child {
	margin-top: 0;
}

.wp-block-post-content > *:last-child {
  margin-bottom: 0!important;
}


/* alignment */
  

.is-layout-flow > .alignwide {
	max-width: var(--wide-width);
}

.is-layout-constrained .alignsemiwide {
	max-width: var(--semiwide-width);
}

.is-layout-flow > .alignfull {
	margin-right: calc(var(--wp--style--root--padding-right) * -1);
	margin-left: calc(var(--wp--style--root--padding-left) * -1);
}


/* @end */

/* @group HEADER */

/* HEADER
--------------------------------------------------------------------------------- */


#header {
	position: relative;
	height: var(--header-height);
	display: flex;
	align-items: center;
	z-index: 2;
}


#header > .container {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	max-width: 1900px;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 600px) {
}

/* Logo */


.logo {
	flex: 0 0 auto;
	width: 240px;
	width: clamp(200px, 20vw, 240px);
    transition: all 0.3s ease;
	border: 0px solid RED;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1024px) {
	.logo {
		width: 165px;
	}

}
@media screen and (max-width: 600px) {
	.logo {
		width: 165px;
	}

}

/* @end */







/* @group MENU */

/* MENU
--------------------------------------------------------------------------------- */


#nav {
	margin-left: 30px;
	margin-bottom: auto;
	padding-top: 10px;
	display: flex;
	flex: 1;
	justify-content: flex-end;
	flex-wrap: nowrap;
}


#nav ul {
	display: flex;
	gap: 0 40px;
	flex-wrap: wrap;
}

#nav ul li {
	position: relative;
	border-bottom: none;
}

#nav > ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}


#nav ul li a {
	position: relative;
	margin: 0;
	font-size: calc(19/16 * 1rem);
	AUS_font-weight: var(--bold-weight);
	display: block;
	padding: 0rem 0rem;
	text-decoration: none;
}

#nav ul li:hover > a {
}


#nav ul li.current-menu-item > a {
}

#nav ul li a:hover {
	opacity: .6;
}

#nav ul li.menu-item-has-children.active > a {

}

#nav ul li.current_page_parent a:hover,
#nav ul li.current_page_parent:hover a,
#nav ul li.current_page_item:hover a {
}



#nav ul ul {
	display: block;
	position: absolute;
	top: 100%;
	margin-top: -10px;
	left: -20px;
	padding: 20px;

	z-index: 20;
	background: var(--off-white);
	border-radius: var(--radius);

	min-width: 17rem;

	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
}


#nav li:focus-within > ul,
#nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}


/* align last menu item to the right to avoid off screen position*/

#nav ul li:last-child ul {
	left: auto;
	right: 0;
}

#nav ul ul li {
	padding: 0.2rem 0;
}


#nav ul ul li a {
	height: auto;
	display: block;
	padding: 5px 0;
}

#nav ul ul li:last-child a {
	padding-bottom: 0;
	border-bottom: none;
}

#nav ul ul li.menu-item-has-children > a {
}

#nav ul ul li.menu-item-has-children > a:hover {

}

/* 3rd level */

#nav ul ul ul {
	display: none;
}

@media screen and (max-width: 1024px) {
	#nav {
		display: none;
	}
}




/* Mobile Menu
--------------------------------------------------------------------------------- */


.mob-menu {
	display: none; /*js trigger*/
	position: absolute;
   	top: 0;
   	left: 0;
	width: 100%;
	z-index: 10;
	opacity: 0;
	
	min-height: 100vh;
	
	color: var(--off-white);
	background: var(--text-color);
	animation: navfadeIn 400ms ease-in-out 1 forwards;
	box-shadow: 0px -10px 50px 0px rgba(0,0,0, .7);
	padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
	.mob-menu-open .mob-menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

}


.mob-menu::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent url(assets/images/illu-collage-white.svg) no-repeat center center;
	background-size: 190%;
	opacity: .05;
}


.mob-menu .container {
	position: relative;
	width: 100%;
	flex: 1;
	max-width: 500px;
	margin: 0 auto;
	padding-inline: 50px
}

.mob-menu nav {
	margin: 90px 0 0 0;
}

.mob-menu nav li a {
	display: flex;
	justify-content: space-between;
	font-size: 22px;
	line-height: 1.3;
	padding: 15px 0;
	text-align: left;
	color: var(--off-white);
	text-decoration: none;
}

.mob-menu nav li a br {
	display: none;
}

.mob-menu nav li:first-child a {
	border-top: 0;
}

.mob-menu nav li a:hover {
}

.mob-menu nav li.current-menu-item > a {
}

.mob-menu nav li.menu-item-has-children.active > a {
}

.mob-menu nav li.menu-item-has-children > a::after {
	content: "\e809";
	display: flex;
	margin-bottom: auto; /*!*/
	align-items: flex-start;
	color: rgba(0,0,0, .2);
	font-family: 'icons';
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1;
	transition: all 300ms ease;
}

.mob-menu nav li.menu-item-has-children.active > a::after {
	transform: rotate(180deg);
}

.mob-menu nav li.active > a {
	color: var(--yellow);
}


.mob-menu li.page-ancestor a::after {
	content: "\e808";
	font-family: 'icons';
	font-weight: normal;
	font-style: normal;
}

.mob-menu nav li ul {
	position: relative;
	padding: 0px 0 0 25px;
	margin-bottom: 10px;
}

.mob-menu nav li li {
	opacity: 1;
	animation: none;
}

.mob-menu nav li li a {
	padding: 15px 0;
}

.mob-menu nav li li a:hover {
}

/* Mobile Menu Animation */

@keyframes navfadeIn {
0% {
	opacity: 0.0;
	transform: translate(0px,-50px);
}

100% {
	opacity: 1.0;
	transform: translate(0,0);
	}
}

@keyframes navfadeOut {
0% {
	opacity: 1.0;
	transform: translate(0px,0);
}

100% {
	opacity: 0.0;
	transform: translate(0px,-50px);
	}
}


@keyframes fadeLiIn {
0% {
	opacity: 0.0;
	transform: translate(0px,-10px);
}

100% {
	opacity: 1.0;
	transform: translate(0,0);
	}
}


/* Mobile Menu Trigger */

.mob-menu-trigger {
	--hamburger-stroke-color: var(--text-color);
	--hamburger-stroke-width: 26px;
	--hamburger-stroke-height: 1.5px;
	--hamburger-stroke-gap: 8px;
	--hamburger-stroke-radius: 0px;

	
	display: none;
	position: absolute;
	top: 50%;
	right: calc(var(--page-padding) - 10px);
	transform: translateY(-95%);

	border: none;
	width: 50px;
	height: 49px;
	margin: 0 0 0 0;
	z-index: 999;
	text-transform: uppercase;
	background: transparent;
	border-radius: 10rem;
	outline: none;
}

.mob-menu-trigger.open {

	--hamburger-stroke-color: var(--off-white);
}


@media screen and (max-width: 1024px) {

.mob-menu-trigger {
	display: block;
}

.mob-menu-open .mob-menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}


}


/* Hamburger Icon ani*/


.mob-menu-trigger span {
	margin: 0 auto;
	position: relative;
}
.mob-menu-trigger span:before,
.mob-menu-trigger span:after {
	position: absolute;
	content: '';
}
.mob-menu-trigger span,
.mob-menu-trigger span:before,
.mob-menu-trigger span:after {
	width: var(--hamburger-stroke-width);
	height: var(--hamburger-stroke-height);
	background-color: var(--hamburger-stroke-color);
	border-radius: var(--hamburger-stroke-radius);
	display: block;
}

.mob-menu-trigger span:before {
	margin-top: calc(var(--hamburger-stroke-gap) * -1);
}
.mob-menu-trigger span:after {
	margin-top: calc(var(--hamburger-stroke-gap) * 1);
}

.mob-menu-trigger span {
	transition-duration: 0s;
	transition-delay: 0.15s;
}
.mob-menu-trigger.open span {
	background-color: rgba(0,0,0,0.0);
	transition-delay: 0.15s;
}
.mob-menu-trigger span:before {
	transition-property: margin, transform;
	transition-duration: 0.15s;
	transition-delay: 0.15s, 0s;
}
.mob-menu-trigger.open span:before {
	margin-top: 0;
	transform: rotate(45deg);
	transition-delay: 0s, 0.15s;
}
.mob-menu-trigger span:after {
	transition-property: margin, transform;
	transition-duration: 0.15s;
	transition-delay: 0.15s, 0s;
}
.mob-menu-trigger.open span:after {
	margin-top: 0;
	transform: rotate(-45deg);
	transition-delay: 0s, 0.15s;
}

/* end Hambuger Icon ani*/

/* Menu Animation */

.mob-menu li {
 opacity: 0;
 animation: fadeLiIn 400ms ease-in-out 1 forwards;
 }

.mob-menu li:nth-child(1) {
  animation-delay: 100ms;
}

.mob-menu li:nth-child(2) {
  animation-delay: 200ms;
}

.mob-menu li:nth-child(3) {
  animation-delay: 300ms;
}

.mob-menu li:nth-child(4) {
  animation-delay: 400ms;
}

.mob-menu li:nth-child(5) {
  animation-delay: 500ms;
}

.mob-menu li:nth-child(6) {
  animation-delay: 600ms;
}

.mob-menu li:nth-child(7) {
  animation-delay: 700ms;
}

.mob-menu li:nth-child(8) {
  animation-delay: 750ms;
}

/* @end */



/* @group CONTENT */

/* CONTENT
--------------------------------------------------------------------------------- */

#content {
	position: relative;
	overflow-x: clip;
	
}


main {
	padding-top: 0;
	padding-top: var(--main-padding-top);
	padding-bottom: var(--main-padding-bottom);
	min-height: 70vh;
}


/* @end */



/* @group WP BLOCK EDITOR  */

/* WP BLOCK EDITOR
--------------------------------------------------------------------------------- */


.editor-styles-wrapper { 
	overflow-y: auto; 
}

.is-root-container {
	overflow: hidden; /*fix for swiper js is-overflow*/
}

.is-root-container.wp-block-post-content {
	padding: var(--main-padding-top) 0 var(--main-padding-bottom) 0; 
}


.wp-block {
	box-sizing: border-box;
}


.wp-block.components-placeholder {
	margin-top: var(--block-gap); /*e.g. for Shortcode block*/
}


.wp-block[class*="wp-block-acf-"].is-selected { /* for selected custom ACF blocks */
}


.wp-block[data-align] {
	float: none!important;
	max-width: var(--default-width);
}

.wp-block[data-align="wide"] {
	
}

.wp-block input { /* unset */
	-webkit-appearance: auto;
	-moz-appearance: auto;
}


.wp-block.acf-block-preview a { /*disable link clickability*/
	pointer-events: none; 
}

/*fix double root padding in BE (bc has-global-padding is missing on is-root-container on PHP templates)*/
:where(.is-root-container) :where(.has-global-padding:not(.wp-block-block)) {
	padding-right: 0;
	padding-left: 0;
}

/* disable drop cap in block preview */
.has-drop-cap:not(:focus):first-letter {
	all: unset;
}


/* ACF fields */

.block-editor-block-list__block.acf-block-component.is-selected {
	display: block;
}

.acf-field {
	-moz-osx-font-smoothing: auto;
}

.acf-field ul, 
.acf-field ol {
	padding: 0;
	margin: 0;
}

.editor-styles-wrapper .acf-fields :where(th,tr,td) {
	box-sizing: initial;
}

.acf-field a,
.acf-field a:hover {
	color: #0783BE;
	text-decoration: none;
}

a.acf-icon {
	color: #0783BE;
}

.acf-fields table { 
	border-collapse: inherit;
}

/*ACF block in editing mode */
.block-editor-block-list__block.acf-block-component.is-selected {
  display: block;
}

/*ACF block - when empty add some height*/
.block-editor-block-list__block.acf-block-component {
	min-height: 30px;
}


 /* Helper - Block Outline */	
 

.block-editor-block-list__block.acf-block-preview.wp-block,
.block-editor-block-list__block.acf-block-preview .wp-block,
.block-editor-block-list__block:not([data-type*="acf"]):not(.is-reusable) {
	outline: 1px solid rgba(0,0,0, .13);
}

.block-editor-block-preview__content-iframe .block-editor-block-list__block {
	outline: none!important; /*no block outlines in block previews */
}


.block-editor-block-list__block:not([data-type*="acf"]):not(.is-reusable) .wp-block {
	outline-offset: -1px; /*prevent overlapping outline of nested blocks*/
}

/* Helper - Missing Blocks */

.wp-block.wp-block-missing {
	border: 2px solid RED;
}

/* TinyMCE - fix CSS conflicts, halbwegs */

.mce-tinymce .mce-btn button {
	font-size: 20px;
}

/* reset editor-styles in ACF fields with TinyMCE */

#tinymce {
	background: #FFF;
}

#tinymce * {
	margin: revert;
	padding: revert;
	font-size: .938rem;
	line-height: 1.4;
	color: #000;
	font-family: sans-serif;
	list-style: inside;
}

#tinymce::before,
#tinymce::after {
	display: none;
}

#tinymce :where(strong, b) {
	font-weight: var(--bold-weight);
}

#tinymce a {
	color: #2171b1;
	text-decoration: underline;
}

#tinymce h1 { font-size: 2rem; }
#tinymce h2 { font-size: 1.5rem; }
#tinymce h3 { font-size: 1.25rem; }

#tinymce :where(p,h1,h2,h3,h4,h5,hr,ul,ol) { /*helper border*/
	position: relative;
	border: 1px dashed #CCC;
	border-color: #CCC;
	border-color: rgba(1,1,1, 0.25);
	padding: 2px;	
}


/*spacing helper - visualize spaces*/

.spacing-helper {
	display: flex;
	align-items: flex-end;
	gap: 20px;
}

.spacing-helper :where(.space) {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #CCC;
	height: var(--space);
}

.space[data-size="xs"]   { --space: var(--space-xs); }
.space[data-size="sm"]   { --space: var(--space-sm); }
.space[data-size="md"]   { --space: var(--space-md); }
.space[data-size="lg"]   { --space: var(--space-lg); }
.space[data-size="xl"]   { --space: var(--space-xl); }
.space[data-size="xxl"]  { --space: var(--space-xxl); }
.space[data-size="xxxl"] { --space: var(--space-xxxl); }

.space::after {
	content: attr(data-size);
	font-size: 14px;
	text-transform: uppercase;
}

.space[data-size="md"] { /*default space*/
	background: lightblue;
}




/* @end */



/* @group WP BLOCKS  */

/* WP BLOCKS
--------------------------------------------------------------------------------- */

/* @group WP PARAGRAPH  */


/* WP PARAGRAPH
--------------------------------------------------------------------------------- */





/* @end */

/* @group WP HEADING  */


/* WP HEADING
--------------------------------------------------------------------------------- */

.wp-block-heading {
}

/*custom style: serif */

.wp-block-heading[class*="is-style-serif"] {
	--block-gap: 0.6em;
	font-family: var(--font-serif);
	line-height: 1.1;
}

.wp-block-heading[class*="is-style-serif"] em {
	font-weight: 300;
}

.wp-block-heading.is-style-serif-xxl {
	font-size: clamp(54px, 14vw, 110px);
}

.wp-block-heading.is-style-serif-xl {
	font-size: clamp(44px, 9vw, 70px);
}

.wp-block-heading.is-style-serif {
	font-size: clamp(32px, 7vw, 50px);
}

/* @end */


/* @group WP IMAGE  */


/* WP IMAGE
--------------------------------------------------------------------------------- */


.wp-block-image {
}

.wp-block-image img {
	width: 100%;
	display: inline-block;
}

.wp-block-image:not(.alignfull) img {
	border-radius: var(--radius);
}

.wp-block-image.alignwide img,
.wp-block-image.alignfull img {
	width: 100%;
}

.wp-block-image .aligncenter, 
.wp-block-image .alignleft, 
.wp-block-image .alignright {
    display: table;
}

.wp-block-image .aligncenter > figcaption, 
.wp-block-image .alignleft > figcaption, 
.wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom; 
}


figcaption,
.wp-block-image figcaption,
.wp-block-embed figcaption {
	font-size: var(--text-small);
	line-height: 1.4;
	font-style: italic;
	margin: 10px 0 10px 0;
	text-align: left;
	word-break:break-word;
	overflow-wrap:break-word;
}

/*custom image styles*/

.is-style-image-shadow img {
	box-shadow: 0px 3px 15px -5px rgba(0,0,0, .6);
}


/* wp lightbox*/

.wp-lightbox-overlay .scrim {
	/*add custom bg color here*/
}


/* for Block Editor */

.wp-block[data-align] > .wp-block-image {
}


.wp-block[data-align="left"] > .wp-block-image {
	float: left;
}

.wp-block[data-align="right"] > .wp-block-image {
	float: right;
}


.wp-block-image .components-resizable-box__container { /*remove small space below images*/
    vertical-align: top; 
}

/* @end */


/* @group WP MEDIA-TEXT  */


/* WP MEDIA-TEXT
--------------------------------------------------------------------------------- */


.wp-block-media-text {
	gap: clamp(30px, 5vw, 60px);
}

.wp-block-media-text .wp-block-media-text__media {
}

.wp-block-media-text .wp-block-media-text__media img{
	  border-radius: var(--radius);
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}

.wp-block-media-text__content > :first-child {
	margin-top: 0;
}

.wp-block-media-text__content > :last-child {
	margin-bottom: 0;
}

:where(.wp-block-media-text__content) > * { /*WP missed this*/
	margin-top: var(--block-gap);
}

@media screen and (max-width: 600px) {
	.wp-block-media-text__content {
		
	}

}



/* @end */


/* @group WP GALLERY  */


/* WP GALLERY
--------------------------------------------------------------------------------- */


.wp-block-gallery {
	--wp--style--gallery-gap-default: 10px;
	AUS_--block-gap: 4rem; /*override block gap for this block*/
}

.wp-block-gallery.is-style-no-gap { /*custom style*/
	gap: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.0) 100%,transparent);
  bottom:0;
  box-sizing:border-box;
  color:#fff;
  font-size: var(--text-small);
  padding: 10px 10px;

}



/* @end */






/* @group WP EMBED  */

/* WP EMBED
--------------------------------------------------------------------------------- */

.wp-block-embed {
}

.wp-block-embed__wrapper > * {
	margin: 0 auto!important;
}

.wp-block-embed__wrapper iframe {
	width: 100%;
	border-radius: var(--radius);
}

/* @end */


/* @group WP VIDEO  */


/* WP VIDEO (self hosted)
--------------------------------------------------------------------------------- */


.wp-block-video {
}

.wp-block-video video {
	display: block;
	width: 100%;
	border-radius: var(--radius);
}

/* @end */


/* @group WP COVER  */

/* WP COVER
--------------------------------------------------------------------------------- */

.wp-block-cover {
}

.entry-content > .wp-block-cover:first-child {
	margin-top: calc(var(--main-padding-top) * -1); /*  minus the main top padding*/
}

.is-root-container > .wp-block-cover:first-child { /*for editor*/
	margin-top: calc(var(--main-padding-top) * -1);
}


.wp-block-cover:not(.alignfull) {
	border-radius: var(--radius);
}


/* @end */


/* @group WP PULLQUOTE  */

/* WP PULLQUOTE
--------------------------------------------------------------------------------- */

.wp-block-pullquote,
.wp-block-pullquote.has-background {
	padding-block: var(--space-xl);
}


.wp-block-pullquote blockquote {
	  font-weight: 300;
	  font-style: italic;
	  font-size: clamp(30px, 7vw, 40px);
	  font-family: var(--font-serif);
	  line-height: 1.2;
	  max-width: 30ch;
	  margin-inline: auto;
}

.wp-block-pullquote cite {
	display: block;
	font-style: normal;
	font-family: var(--font-sans);
	font-weight: normal;
	font-size: var(--text-small);
	margin: 20px 0 0 0;
}


.wp-block-quote p + p {
}

.wp-block-quote cite {

}

/* @end */

/* @group WP QUOTE  */

/* WP QUOTE
--------------------------------------------------------------------------------- */

blockquote.wp-block-quote {
	margin-block: var(--space-lg);
	padding-left: 2ch;
	border-left: 4px solid var(--primary-color);
	max-width: 40rem;
}


blockquote.wp-block-quote > * {
	font-weight: var(--bold-weight);
	color: var(--primary-color);
}

.wp-block-quote p + p {
}

.wp-block-quote cite {
	display: block;
	font-style: normal;
	font-weight: var(--bold-weight);
	font-size: var(--text-small);
	margin: 10px 0 0 0;
}

/* @end */


/* @group WP COLUMNS  */


/* WP COLUMNS
--------------------------------------------------------------------------------- */

.wp-block-columns {
	--block-gap: var(--columns-gap);
}

.wp-block-column {
	
}


/* custom style: breakpoint 1024 */

@media screen and (max-width: 1024px) {
	.is-style-breakpoint-1024 {
		flex-wrap: wrap!important;
	}	
	.is-style-breakpoint-1024> .wp-block-column {
		flex-basis: 100%!important;
	}
}

/* custom style: breakpoint 840 */

@media screen and (max-width: 840px) {
	.is-style-breakpoint-840 {
		flex-wrap: wrap!important;
	}	
	.is-style-breakpoint-840 > .wp-block-column {
		flex-basis: 100%!important;
	}
}


/* @end */




/* @group WP SPACER  */


/* WP SPACER
--------------------------------------------------------------------------------- */

.wp-block-spacer {
}


/* @end */


/* @group WP FILE  */


/* WP FILE
--------------------------------------------------------------------------------- */


.wp-block-file {
	position: relative;
	background: var(--primary-bg);
	background: transparent;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1ch 2ch;
	padding: 0 0 0 2.2rem;
}


.wp-block-file + .wp-block-file {
	margin-top: 0.75em;
	border-top: 0px solid var(--border-color);

}

.wp-block-file__embed {
	border: 1px solid var(--border-color);
}

.wp-block-file a:not(.wp-block-file__button) {
	font-size: var(--base-font-size);
	display: inline-block;
	text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button)::before {
	position: absolute;
	top: 0.00em;
	content: "\e948"; /*e947*/
	font-family: 'icons';
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	margin-left: -2.2rem;
	color: inherit;
}


.wp-block-file__button.wp-element-button {
	font-weight: var(--bold-weight);
	font-size: var(--text-tiny);
	border-radius: 0;
	padding: 4px 15px;
	margin: 0;
	border-radius: 10rem;
	background: transparent;
	color: var(--link-color);
	border: 1px solid;
}

.wp-block-file__button:hover {
	color: var(--link-color-hover);
	border-color: var(--link-color-hover);
}


/* @end */


/* @group WP TABLE  */


/* WP TABLE
--------------------------------------------------------------------------------- */


.wp-block-table {
	line-height: 1.5;
}

/* for editor */
.wp-block[data-align] table {
	width: 100%;
}

.wp-block-table table {
	width: 100%;
	max-width: 100%;
}

.wp-block-table table thead {
	text-align: left;
	border-bottom: 3px solid var(--border-color);
}

table thead td {
	font-weight: var(--bold-weight);
}

.wp-block-table  tfoot {
	border-top: 1px solid var(--border-color);
}


.wp-block-table tr {
	background: transparent;
	border-bottom: 1px solid var(--border-color);
}

.wp-block-table tr:last-child {
	border-bottom: none;
}

.wp-block-table tr th {
	font-weight: var(--bold-weight);
}

.wp-block-table th,
.wp-block-table td {
	border-color: var(--border-color);
	padding: 0.6rem 0.5rem;
}

.wp-block-table tr td:last-child {
	padding-right: 0;
}

.wp-block-table p {
	margin: 0;
}

.wp-block-table figcaption {
	margin: 1rem 0; 
}

/* custom style: stripes */

.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
	background: rgba(0,0,0, .04);
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
	padding-left: 15px;
}

.wp-block-table.is-style-stripes tr,
.wp-block-table.is-style-stripes thead,
.wp-block-table.is-style-stripes tfoot {
	border: none;
}

/* custom style: blank */

.wp-block-table.is-style-blank {
	line-height: inherit;
}

.wp-block-table.is-style-blank :is(thead, tfoot, tr) {
	border: none;
}

.wp-block-table.is-style-blank th,
.wp-block-table.is-style-blank td {
	padding-block: 0;
	padding-left: 0;
	border: none;
}


/*for editor - show borders on select*/

.wp-block-table.is-selected table thead,
.wp-block-table.is-selected table tfoot,
.wp-block-table.is-selected table th,
.wp-block-table.is-selected table td,
.wp-block-table.is-selected table tr {
	border: 1px dashed #999;
}


/* @end */


/* @group WP GROUP  */

/* WP GROUP
--------------------------------------------------------------------------------- */

.wp-block-group {
	--block-gap: var(--columns-gap);
}

.wp-block-group.has-background {
	
}

.wp-block-group > .wp-block-group {
	margin-bottom: 0;
}

.wp-block-group > :first-child {
	margin-top: 0;
}

.wp-block-group > :last-child {
	margin-bottom: 0;
}


/* @end */


/* @group WP BUTTONS  */


/* WP BUTTONS
--------------------------------------------------------------------------------- */

.wp-block-buttons { 
	gap: 15px; /*override WP inline default*/
}



div.wp-block-button__link,
.wp-block-button__link  { /*the div is for fse editor */
	width: auto;
	height: auto;
	padding: 15px 30px;
	font-weight: var(--bold-weight);
	font-size: 13px;
	font-size: var(--base-font-size);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background: var(--orange);
	border: none;
	border-radius: 10rem;
	box-shadow: 0px 3px 20px -5px rgba(0,0,0,0.0);

}

.wp-block-button__link:hover {
	transform: scale(1.04);
	box-shadow: 0px 3px 20px -5px rgba(0,0,0,0.2);
}

.wp-block-button__link {
}

.wp-block-button__link:hover {
	color: #FFF;
}

.wp-block-button__link:focus-visible {
	outline-offset: 3px;
}

/*custom style: btn-brown*/

.wp-block-button.is-style-btn-brown .wp-block-button__link {
	color: #FFF;
	background: var(--brown);
}

.wp-block-button.is-style-btn-brown .wp-block-button__link:hover {
}

/*custom style: btn-yellow*/

.wp-block-button.is-style-btn-yellow .wp-block-button__link {
	color: #FFF;
	background: var(--yellow);
}

.wp-block-button.is-style-btn-brown .wp-block-button__link:hover {
}



/*custom style: btn-white*/

.wp-block-button.is-style-btn-white .wp-block-button__link {
	color: var(--text-color);
	background: #FFF;
	box-shadow: 0px 3px 20px -5px rgba(0,0,0,0.05);
}

.wp-block-button.is-style-btn-brown .wp-block-button__link:hover {
}




/* @end */



/* @group WP SHORTCODE  */

/* WP SHORTCODE
--------------------------------------------------------------------------------- */

.wp-block-shortcode { /* class only in editor */
}

/* @end */


/* @group WP HTML  */

/* WP HTML
--------------------------------------------------------------------------------- */

.wp-block-html { /* class only in editor */
}

/* @end */


/* @group WP VIDEO  */

/* WP VIDEO
--------------------------------------------------------------------------------- */

.wp-block-video {
}

/* @end */


/* @group WP AUDIO  */

/* WP AUDIO
--------------------------------------------------------------------------------- */

.wp-block-audio {
}

/* @end */


/* @group WP CODE  */


/* WP CODE
--------------------------------------------------------------------------------- */

.wp-block-code {
	background: #F1F1F1;
}

.wp-block-code code {
	background: none;
	padding: var(--box-padding);
	font-size: 1rem;
}

code {
	margin: 0;
}

/* @end */


/* @group WP DETAILS  */


/* WP DETAILS
--------------------------------------------------------------------------------- */

.wp-block-details {
	--block-gap: 1.4em;
}

.wp-block-details[open] {
	padding-bottom: var(--space-md);
}

.wp-block-details summary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: .9em 1.6rem;
	font-size: var(--text-small);
	font-weight: var(--bold-weight);
	line-height: 1;
	background: transparent;
	border-radius: 10rem;
	border: 1px solid currentColor;
	transition: all 300ms ease;
}

.wp-block-details summary:hover {
	color: var(--link-color);
}

.wp-block-details summary::marker,
.wp-block-details summary::-webkit-details-marker  {
	/*::marker has no safari support*/
	display: none;
}

.wp-block-details summary::before {
	content: "\e93b";
	display: inline-block;
	margin-left: -.2em;
	font-family: 'icons';
	font-size: 1.3em;
	line-height: 1;
	transform: translateY(4%);
}

.wp-block-details[open] > summary::before {
	transform: rotate(180deg) translateY(5%);
}


.wp-block-details summary + * {
}

.wp-block-details + .wp-block-details {
	margin-top: 3px;
}


.wp-block-details .wp-block-details { /*details within details*/
	margin-left: 30px;
}



/* @end */


/* @group WP FOOTNOTES  */


/* WP FOOTNOTES
--------------------------------------------------------------------------------- */

.wp-block-footnotes {
	font-size: var(--text-tiny);
	padding-top: var(--space-sm);
	border-top: 1px solid var(--border-color);
}




/* @end */


/* @group WP SEPARATOR  */


/* WP SEPARATOR
--------------------------------------------------------------------------------- */

hr.wp-block-separator {
	position: relative;
	display: block;
	clear: both;
	height: 10px;
	border: 0;
	background: transparent url(assets/images/hr-wavy.svg) no-repeat center;
	margin: var(--space-lg) 0;
	opacity: .3;
}


/* @end */






/* @end */


/* @group CUSTOM BLOCKS  */

/* CUSTOM BLOCKS
--------------------------------------------------------------------------------- */


/* @group HERO */

/* HERO
--------------------------------------------------------------------------------- */


.hero {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
	min-height: clamp(700px, 65vw, 1000px);
}

.hero.block-editor-block-list__block.acf-block-component {
	min-height: clamp(700px, 65vw, 1000px);
}

.entry-content > .hero:first-child {
	margin-top: calc(var(--main-padding-top) * -1); /*  minus the main top padding*/
}

.is-root-container > .wp-block-acf-hero:first-child { /*for editor*/
	margin-top: calc(var(--main-padding-top) * -1);
}

/*topper - put block on very top*/
.entry-content > .topper:first-child {
	margin-top: calc((var(--header-height) + var(--main-padding-top)) * -1);  
}

/*latter - put block on very bottom*/
.entry-content > .latter:last-child {
	margin-bottom: calc(var(--main-padding-bottom) * -1)!important;  
}



.hero__content {
	position: relative;
	width: 100%;
	height: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	max-width: var(--wide-width);
}

.hero__content .container {
	display: flex;
	justify-content: center;
	text-align: center;
}


.hero__title {
	width: 100%;
	text-align: center;
	color: #FFF;
	margin: 0;
	max-width: 55rem;
	text-shadow: 0px 2px 10px rgba(0,0,0, .3);
}

.hero__image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .1);
}

.hero img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
	opacity: 1;
	animation: hero 1000ms ease-out 1 forwards;
}


@keyframes hero {
  0% {
    transform:scale(1.2);
  }

  100% {
    transform:scale(1);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}


@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 600px) {
	.hero {
		min-height: clamp( 500px, 100vw, 600px);
	}	
}


/* @end */


/* @group BANNER */

/* Banner
--------------------------------------------------------------------------------- */


.banner {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
	margin-bottom: var(--main-padding-top);
	margin-bottom: var(--space-xxl);
	height: 730px; /*the height*/
	height: clamp(600px, 50vw, 730px);
}

.entry-content > .banner:first-child {
	margin-top: calc(var(--main-padding-top) * -1); /*  minus the main top padding*/
}

.is-root-container > .wp-block-acf-banner:first-child { /*for editor*/
	margin-top: calc(var(--main-padding-top) * -1);
}


.banner__content {
	position: relative;
	width: 100%;
	height: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-inline: var(--page-padding);
	margin: 0 auto;
	max-width: var(--default-width);
}

.banner__content .container {
	display: flex;
	justify-content: center;
	text-align: center;
}


.banner__title {
	width: 100%;
	text-align: center;
	color: #FFF;
	margin: 0;
	max-width: 55rem;
	text-shadow: 0px 2px 10px rgba(0,0,0, .3);
}

.banner__image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .1);
}

.banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
	opacity: 1;
}

.banner__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}


@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 600px) {
	.banner {
		height: clamp( 380px, 105vw, 450px);
	}
	
	.banner__title br {
		display: none;
	}
	
}


/* @end */


/* @group SECTION-BETWEEN */

/* Section Between
--------------------------------------------------------------------------------- */

.section-between {
	--block-gap: 0;
	position: relative;
	overflow: visible;
	z-index: 1;
	border: 0px solid RED;
}

.is-root-container .section-between {
	border: 1px dashed #333;
}


.section-between__image.size-xs {
	--size: clamp(130px, 30vw, 150px);
}

.section-between__image.size-s {
	--size: clamp(160px, 25vw, 250px);
}

.section-between__image,
.section-between__image.size-m {
	--size: clamp(280px, 30vw, 350px);
}

.section-between__image.size-l {
	--size: clamp(280px, 30vw, 450px);
}

.section-between__image.size-xl {
	--size: clamp(280px, 30vw, 550px);
}

.section-between__image {
	position: relative;
	width: var(--size);
	height: var(--size);
	margin: 0 auto;
	max-width: calc(100% - (var(--page-padding) * 2));
	border: 0px solid CYAN;
}

.section-between__image.overlap {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,-60%);
}


.section-between__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


/* @end */


/* @group IMAGE-SLIDER */

/* Image-Slider
--------------------------------------------------------------------------------- */

.image-slider {
     border-radius: var(--radius);
}

.image-slider.alignwide {
}

.image-slider.alignfull {
}

.image-slider .swiper {
}

.image-slider .swiper-wrapper {
}

.image-slider .swiper-slide {
  max-width: var(--default-width); /*default*/
}

/*size small */
.image-slider .swiper-slide.size-sm {
  max-width: 26rem;
}

/*size large*/
.image-slider .swiper-slide.size-lg {
  max-width: 980px;
}


.image-slider__image {
  position: relative;
  background: rgba(0,0,0, .05);
}

.image-slider.alignwide .image-slider__image,
.image-slider.alignfull .image-slider__image {
}

.image-slider:not(.alignfull) {
  border-radius: var(--radius);
}

.image-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}


.image-slider__caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
  color: #FFF;
  font-size: var(--text-small);
  padding: clamp(15px, 4vw, 30px);
  text-shadow: 0 2px 5px rgba(0,0,0, .5);
  background: rgba(0,0,0, .4);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0, .6) 90%);
}



/* style: is-contain */

.image-slider__image.is-contain img {
  object-fit: contain;
}


/* style: is-overflow */

.swiper.is-overflow {
  overflow: visible;
}


/* @end */





/* @group GALLERY */

/* Gallery
--------------------------------------------------------------------------------- */


.gallery {
}

.gallery__grid {
	--gallery-gap: clamp(10px, 2vw, 20px);
	display: flex;
	flex-wrap: wrap;
	gap: var(--gallery-gap) 0;
	margin-left: calc(var(--gallery-gap) * -.5); /*  offset gap */
	margin-right: calc(var(--gallery-gap) * -.5); /*  offset gap */
}

.gallery__grid.gap-none {
	--gallery-gap: 0;
}

.gallery__grid.columns-align-center {
	justify-content: center;

}
.gallery__grid.columns-align-right {
	justify-content: flex-end;
}

.gallery__item {
	position: relative;
	flex: 0 0 auto;
	width: calc(100% / 3); /*default 3 colums*/
	display: flex;
	flex-direction: column;
	margin: 0;	
	padding-right: calc(var(--gallery-gap) * .5);
	padding-left: calc(var(--gallery-gap) * .5);
	aspect-ratio: unset!important;
}

.gallery-columns-1 .gallery__item { width: calc(100% / 1); }
.gallery-columns-2 .gallery__item { width: calc(100% / 2); }
.gallery-columns-3 .gallery__item { width: calc(100% / 3); }
.gallery-columns-4 .gallery__item { width: calc(100% / 4); }
.gallery-columns-5 .gallery__item { width: calc(100% / 5); }
.gallery-columns-6 .gallery__item { width: calc(100% / 6); }


@media screen and (max-width: 1024px) {

.gallery-columns-2 .gallery__item { width: calc(100% / 2); }
.gallery-columns-3 .gallery__item { width: calc(100% / 2); }
.gallery-columns-4 .gallery__item { width: calc(100% / 2); }
.gallery-columns-5 .gallery__item { width: calc(100% / 3); }
.gallery-columns-6 .gallery__item { width: calc(100% / 3); }

}

@media screen and (max-width: 600px) {

.gallery-columns-2 .gallery__item { width: calc(100% / 2); }
.gallery-columns-3 .gallery__item { width: calc(100% / 2); }
.gallery-columns-4 .gallery__item { width: calc(100% / 2); }
.gallery-columns-5 .gallery__item { width: calc(100% / 2); }
.gallery-columns-6 .gallery__item { width: calc(100% / 2); }

}


.gallery .gap-zero .gallery__grid {
	--gallery-gap: 0;
}

.gallery__image {
	border-radius: var(--radius);
}

.gallery__image a {
	display: block;
	height: 100%;
	overflow: hidden;
	border-radius: var(--radius);
	outline-offset: 2px;
}

.gallery__image img {
	display: block;
	margin: 0;
	width: 100%;
	transition: all 600ms ease!important;
	border-radius: var(--radius);
}

.gallery__image a:hover img {
	transform: scale(1.08);
	opacity: .8;
}


/* gallery cropped */
.gallery__item.is-cropped  {
	flex: 1 0 auto; /* images in last row take remaining space*/
}

.gallery__item.is-cropped img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}

/* gallery has custom aspect ratio */
.gallery__item.has-ratio .ratio-wrap {
	position: relative;
}

.gallery__item.ratio-1-1 .gallery__image { aspect-ratio: 1 }
.gallery__item.ratio-4-3 .gallery__image { aspect-ratio: 4/3 }
.gallery__item.ratio-3-2 .gallery__image { aspect-ratio: 3/2 }
.gallery__item.ratio-16-9 .gallery__image { aspect-ratio: 16/9 }


.gallery__item.has-ratio .gallery__image {
	position: relative;
}

.gallery__item.has-ratio img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}

.gallery__item figcaption {
	margin: var(--space-xs) 0 0 0;
}



/* -- Gallery Masonry (JS) */


.gallery .is-masonry {
}

.gallery .is-masonry .gallery__item {
	padding: calc(var(--gallery-gap) / 2);
}


/* @end */


/* @group ACCORDION  */

/* ACCORDION
--------------------------------------------------------------------------------- */


.accordion {
	position: relative;
	border: none;
	width: 100%;
	border-top: 1px solid;
	border-bottom: 1px solid;
	outline-offset: 1px;
}

.accordion + .accordion {
	border-top: none;
	margin-top: 0;
}

.accordion-heading {
	margin: 0;
	padding: 0;
	border: none;
	text-transform: none;
}

.accordion-trigger {
	display: block;
	position: relative;
	border: none;
	text-align: left;
	width: 100%;
	padding: 1.2em 0;
	padding-right: 35px;
	font-size: var(--base-font-size);
	line-height: var(--base-line-height);
	color: var(--link-color);
	background: transparent;
	font-weight: var(--bold-weight);
	transition: all 300ms ease;
}

.accordion-trigger:hover {
	text-decoration: none;
	color: var(--text-color);
}

.accordion-trigger.active {
}

.accordion-trigger:hover,
.accordion-trigger:hover i {
}

.accordion-trigger:hover i {
	text-decoration: none;
}

.accordion-trigger i:after {
	position: absolute;
	top: .65em;
	right: 0;
	margin: 0;
	content: "\e93b";
	display: block;
	line-height: 1;
	border-radius:0;
	font-family: 'icons';
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
	color: var(--link-color);
	text-decoration: none;
	transition: all 250ms ease-in-out;
}

.accordion-trigger:hover i:after {
	color: var(--text-color);
}

 .accordion-trigger.active i:after {
	transform: rotate(180deg);
}

.accordion-content {
	position: relative;
	padding: 5px 0 var(--space-md) 0;
}

.accordion-content > *:first-child,
.accordion-content .acf-innerblocks-container > *:first-child  {
	margin-top: 0;
}


.wp-block-acf-accordion .accordion-content {
	display: none; /*WP preview: collapse item*/
}

.wp-block-acf-accordion.is-selected .accordion-content,
.wp-block-acf-accordion.has-child-selected .accordion-content {
	display: block; /*WP preview: expand item on select*/
}

.wp-block-acf-accordion.is-selected  .accordion-trigger i:after {
	transform: rotate(180deg); /*WP editor*/
}

@media screen and (max-width: 600px) {
}

/* @end */


/* @group FORM */

/* Form
--------------------------------------------------------------------------------- */


.form {
}

/* @end */



/* @group IFRAME EMBED */

/* iframe embed
--------------------------------------------------------------------------------- */


.iframe-embed {
}

.iframe-embed iframe {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	background: rgba(0,0,0, .05);
}

.iframe-embed:not(.alignfull) iframe {
	border-radius: var(--radius);
}

.wp-block.iframe-embed iframe {
	pointer-events: none; /*WP*/
}

.iframe-embed iframe {
	min-height: 320px; /*for mobile when ratio is to small*/
}

.ratio-1 { aspect-ratio: 1;}
.ratio-3-2 { aspect-ratio: 3/2;}
.ratio-4-3 { aspect-ratio: 4/3;}
.ratio-16-9 { aspect-ratio: 16/9;}
.ratio-2-1 { aspect-ratio: 2/1;}


/* @end */

/* @group LOGO GALLERY */

/* Logo Gallery
--------------------------------------------------------------------------------- */


.logo-gallery {	
}

.logo-gallery__grid {
    container-type: inline-size;
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: clamp(20px, 3vw, 40px);
}

.logo-gallery__grid.columns-1 {	grid-template-columns: repeat(1, 1fr); }
.logo-gallery__grid.columns-2 {	grid-template-columns: repeat(2, 1fr); }
.logo-gallery__grid.columns-3 {	grid-template-columns: repeat(3, 1fr); }
.logo-gallery__grid.columns-4 {	grid-template-columns: repeat(4, 1fr); }
.logo-gallery__grid.columns-5 {	grid-template-columns: repeat(5, 1fr); }
.logo-gallery__grid.columns-6 {	grid-template-columns: repeat(6, 1fr); }

.logo-gallery__image {
    container-type: inline-size;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 4/3; /*user adjust*/
}
 
.logo-gallery__image a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.logo-gallery__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: auto;
}

/*option: border*/

.logo-gallery__image.style-border {
	background: #FFF;
}

.logo-gallery__image.style-border img {
		padding: 15px;
		padding: 15cqi;
		border: 1px solid rgba(0,0,0, .08);
}

/*option: shadow*/

.logo-gallery__image.style-shadow {
		background: #FFF;
		box-shadow: 0px 3px 25px -5px rgba(0,0,0, .15);
}

.logo-gallery__image.style-shadow img {
		padding: 15px;
		padding: 15cqi;
}


/*option: grayscale*/

.logo-gallery__image.grayscale img {
	filter: grayscale(1);
	mix-blend-mode: multiply;
}


@media (max-width: 840px) {
	.logo-gallery__grid.columns-6 {	grid-template-columns: repeat(3, 1fr); }	
}

	
@media (max-width: 600px) {
	.logo-gallery__grid {
		--gap: 15px;
	}
	.logo-gallery__grid.columns-mob-1 {	grid-template-columns: repeat(1, 1fr); }
	.logo-gallery__grid.columns-mob-2 {	grid-template-columns: repeat(2, 1fr); }
	.logo-gallery__grid.columns-mob-3 {	grid-template-columns: repeat(3, 1fr); }
	.logo-gallery__grid.columns-mob-4 {	grid-template-columns: repeat(4, 1fr); }
	.logo-gallery__grid.columns-mob-5 {	grid-template-columns: repeat(5, 1fr); }
	.logo-gallery__grid.columns-mob-6 {	grid-template-columns: repeat(6, 1fr); }	

}


/* @end */


/* @group TEASER-CARDS */

/* Teaser Cards
--------------------------------------------------------------------------------- */


.teaser-cards {
	--block-gap: var(--space-lg);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.alignwide .teaser-cards, 
.teaser-cards.alignwide {
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-columns: repeat(3, minmax(0,1fr));
}


.teaser-card {
	position: relative;
	background: #FFF;
	box-shadow: 0px 3px 35px -10px rgba(0,0,0, .25);
}

.teaser-card__image {
	aspect-ratio: 3/2;
	overflow: hidden;
}

.teaser-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.teaser-card__image a {
	display: block;
	height: 100%;
}

.teaser-card__image a img {
	transition: 600ms ease;
}

.teaser-card__image a:hover img {
	transform: scale(1.1);
}

.teaser-card__content {
	padding: var(--box-padding);
	padding-block: 30px;
}

.teaser-card__metatitle {
	color: rgba(0,0,0, .35);
	text-transform: uppercase;
	font-size: var(--text-small);
	font-weight: var(--bold-weight);
}

.teaser-card__title {
	margin: 0;
	line-height: 1.3;
}

.teaser-card__excerpt {
	margin-top: .8rem;
	font-size: var(--text-small);
}

.teaser-card__button {
	margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
	.teaser-cards,
	.alignwide .teaser-cards,
	.teaser-cards.alignwide  {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 600px) {
	.teaser-cards,
	.alignwide .teaser-cards,
	.teaser-cards.alignwide  {
		grid-template-columns: 1fr;
	}
}


/* style: rows */


.teaser-cards.is-style-rows {
	grid-template-columns: 1fr;
	gap: 30px;
}

.teaser-cards.is-style-rows .teaser-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

.teaser-cards.is-style-rows .teaser-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: var(--box-padding) var(--box-padding-xl);
}

.teaser-cards.is-style-rows .teaser-card__image {
	aspect-ratio: 3/2.3;
}

@media screen and (max-width: 600px) {
	.teaser-cards.is-style-rows .teaser-card {
		grid-template-columns: 1fr;
		gap: 0;
	}
	
	.teaser-cards.is-style-rows .teaser-card__image {
		aspect-ratio: 3/2;
	}
	
}


/* @end */


/* @end */












/* @group PW protected */

/* PW Protected
--------------------------------------------------------------------------------- */


.post-password-form {
	text-align: center;
	padding: var(--box-padding);
	background: var(--primary-bg);
}

.post-password-form p { /*WP info text*/
	display: none;
}

.post-password-form p + p {
	display: block;
	margin: 0;
}

.post-password-form label {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px
}

.post-password-form input {
	flex: 1 0 auto;
	font-size: 1rem;
	padding: 10px;
	max-width: 10rem;
	border: 1px solid var(--border-color);
}

.post-password-form input[type="submit"] {
	display: none;
}

/* @end */






/* @group FLUENT FORMS  */

/* Fluent Forms
--------------------------------------------------------------------------------- */


.fluentform {
  --fluentform-primary: var(--primary-color);
  --fluentform-secondary: var(--blue);
  --fluentform-danger: red;
  --fluentform-border-color: var(--border-color);
  --fluentform-border-radius: 5px;
  --fluentform-input-select-height: auto;
  
  --border-color: rgba(0,0,0, .3);
  accent-color: var(--primary-color);
  
  padding: var(--box-padding-lg);
  border-radius: var(--radius);
  background: var(--primary-bg);
}

.fluentform form {
	margin: 0 auto;
	max-width: var(--default-width);
}

.is-root-container .fluentform form {
	pointer-events: none; /*editor only*/
}

.fluentform .ff_screen_reader_title {
	height: 0px;
}


/* FF HTML */

.fluentform .ff-custom_html > *:first-child,
.fluentform .ff-custom_html .form-field > *:first-child {
	margin-top: 0;	
}

.fluentform .ff-custom_html h2 {
}


 .fluentform .frm-fluent-form .ff-t-container {
 	gap: 30px;
 }
 
 /* FF section break */

.fluentform .ff-el-section-break {
	margin-top: var(--block-gap);
	border-top: 1px solid;
}

.fluentform *:not(.ff-el-group) + .ff-el-group.ff-el-section-break {
}

.fluentform .ff-el-section-break hr {
	display: none;
}

.fluentform *.ff-el-section-title {
	font-weight: var(--bold-weight);
}

 
 /* FF fields */
  
 .fluentform .ff-el-group {
   margin-bottom: 15px; /*20*/
}


.fluentform .ff-el-input--label label {
  font-weight: var(--bold-weight);
  font-size: var(--text-small);
 }

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
  color: var(--text-color);
  content: "*";
  margin-left: 3px
}


.fluentform .ff-el-form-control {
  font-family: var(--font-sans);
  font-size: var(--base-font-size);
  line-height:1;
  margin-bottom:0;
  max-width: 100%;  
  padding: 0.8em;
  line-height: 1.3;
  color: var(--text-color);
  background-color: #FFF;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  border: none;
  border: 1px solid var(--border-color);
  transition: all 300ms ease;
}


.fluentform .ff-el-form-control:focus {
  color: var(--text-color);
  outline: 2px solid var(--text-color);
}

.fluentform .ff-el-form-control:focus-visible {
} 


/*FF checkbox & radio */


.fluentform .ff-el-form-check label.ff-el-form-check-label {
  display: grid;
  grid-template-columns: 30px auto;
  gap: 8px;
}

.fluentform .ff-el-tc label.ff_tc_label > span {
  display: contents;
}


.fluentform :is(input[type="checkbox"], input[type="radio"]) {
	--size: 26px;
    appearance: none;
    position: relative;
    width: var(--size);
    height:  var(--size);
	margin-top: 2px;
    border: 1px solid var(--border-color);
	border-radius: var(--field-radius);
    line-height: 1;
    background: #FFF;
}

/* FF checkbox */
  
 .fluentform input[type="checkbox"]::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 3px;
	width: 9px;
	height: 14px;
	margin: 0;
	border: solid #FFF;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	opacity: 0;
}

.fluentform input[type="checkbox"]:checked {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.fluentform input[type="checkbox"]:checked::before {
    opacity: 1;
 }


/* FF radio */


 .fluentform input[type="radio"] {
 	border-radius: 100%; 	
 }
 
 
  .fluentform input[type="radio"]::before {
  	--size: 18px;
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	width: var(--size);
	height: var(--size);
	margin: 0;
	background: var(--primary-color);
	border-radius: 100%;
	opacity: 0;
}
 
 
 .fluentform input[type="radio"]:checked {
	border-color: var(--primary-color);
}

.fluentform input[type="radio"]:checked::before {
    opacity: 1;
 }
 
 
/* FF select */

/* https://codepen.io/chriscoyier/pen/zYYZaGP */
.fluentform select.ff-el-form-control {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	transition: all 200ms ease;
	background-color: #FFF;
	/* https://websemantics.uk/tools/svg-to-background-image-conversion */
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='9' viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='718 26 725 35 732 26' transform='translate(-718 -26)' fill='%231C4E60' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat: no-repeat, repeat;
	background-position: right .8em top 50%, 0 0;
	background-size: 0.7em auto, 100%;
}
.fluentform select::-ms-expand {
	display: none;
}

.fluentform .select-css:focus {
	/* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	outline: none;
}

.fluentform select option {
	font-weight: normal;
	font-size: 1rem;
}

select:disabled, select[aria-disabled=true] {
	opacity: .5;
}

 
 /* FF Upload  */

.fluentform .ff_file_upload_holder .ff_upload_btn.ff-btn {
	color: var(--text-color);
	font-size: var(--text-small);
	background: #FFF;
	border: 1px dashed var(--text-color);
	transition: 200ms ease;
}

.fluentform .ff_file_upload_holder .ff_upload_btn.ff-btn:hover {
}

.fluentform .ff-upload-preview {
	background: #FFF;
}

.fluentform .ff-upload-details {
	font-size: var(--text-small);
}

.fluentform .ff-uploaded-list:empty {
	margin-top: 0!important;
}

 
/* FF submit */


.fluentform .ff_submit_btn_wrapper {
	margin-top: var(--space-sm);
	margin-bottom: 0;
}


.fluentform .ff-btn.ff-btn-submit  {
  width: auto;
  height: auto;
  padding: 12px 36px;
  padding: .65em 1.8em;
  font-weight: var(--bold-weight);
  font-size: var(--base-font-size);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  color: #FFF;
  letter-spacing: .1px;
  text-decoration: none;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 10rem;
}

.fluentform .ff-btn.ff-btn-submit:hover {
  background: var(--text-color);
  border-color: var(--text-color);
  color: #FFF;
  text-decoration: none;
  opacity: 1;
}

.fluentform .ff_t_c {
  font-size: var(--text-small)!important;	
}

.fluentform .has-small-font-size {
  font-size: var(--text-small)!important;
}

/* FF success */


.fluentform .ff-message-success {
	padding: 0;
	text-align: center;
	margin: 0;
	border: none;
	box-shadow: none;
}

.fluentform .ff-message-success > *:first-child {
	margin-top: 0;
}




/* @end */


/* @group SLIDER (swiperjs) */

/* SLIDER
--------------------------------------------------------------------------------- */


.swiper {
	--swiper-theme-color: var(--primary-color);
	
	/*navigation arrows*/
	--swiper-navigation-size: 50px;
	--swiper-navigation-color: #FFF;
	--swiper-navigation-top-offset: calc(50% - var(--swiper-padding-bottom)/2); /*!*/
	--swiper-navigation-sides-offset: 10px;
	
	/*pagination bullets*/
	--swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bullet-vertical-gap: 5px;
    --swiper-pagination-bullet-size: 10px;
	--swiper-pagination-bullet-width: inherit;
	--swiper-pagination-bullet-height: inherit;
	--swiper-pagination-bullet-border-radius: 100px;
    --swiper-pagination-color: var(--primary-color);
	--swiper-pagination-bullet-inactive-color: var(--primary-color);
	--swiper-pagination-bullet-inactive-opacity: .2;
	
	/*custom*/
	--swiper-padding-bottom: 40px;
	
	width: 100%;
	height: 100%;
	padding-bottom: var(--swiper-padding-bottom); /*pagination outside swiper*/
}

.block-editor-block-list__block .swiper {
	pointer-events: none; /*disable in editor*/
}

.swiper:not(.swiper-initialized) .swiper-slide {
	margin-right: 30px; /*prevent layout if JS not loaded*/
}


.swiper-wrapper {
}

.swiper-slide {
	overflow: hidden;
	border-radius: var(--radius);
}

.swiper-button {
	--size: 50px;
	width: var(--size);
	height: var(--size);
	margin: 0;
	transform: translateY(-50%);
	transition: all 250ms ease-in-out;
	color: var(--primary-color);
	background: rgba(255,255,255, .9);
	border-radius: 10rem;
	box-shadow: 0px 2px 15px 0 rgba(0,0,0, .1);
	opacity: 0; /* ON/OFF*/
}

.swiper:focus-within .swiper-button {
	opacity: 1;
}

.swiper:hover .swiper-button {
	opacity: 1;
}

.swiper-button:hover {
}

.swiper-button::after {
	font-family: 'icons';
	font-size: 32px;
}

.swiper-button-prev {
}

.swiper-button-prev::after {
	content: "\e939";
}

.swiper-button-next {

}

.swiper-button-next::after {
	content: "\e93a";
	padding-left: 3px;
}

.swiper-button.swiper-button-disabled {
	opacity: 0!important;
}

.swiper > .swiper-pagination-bullets {
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.swiper-pagination-bullet {
	transition: all 250ms ease;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active-main {
	--swiper-pagination-bullet-width: calc(var(--swiper-pagination-bullet-size) * 3);
}

.swiper-pagination-bullet:only-child {
   visibility: hidden;
}

.swiper:has(.swiper-pagination-bullet:only-child) { /*no pagination if only 1 slide*/
	--swiper-padding-bottom: 0;
}

@media screen and (max-width: 600px) {

	.swiper {
    --swiper-pagination-bullet-size: 10px;
	--swiper-padding-bottom: 40px;
	}
	
	.swiper-button {
		display: none;
	}
	
}





/* @end */



/* @group LIGHTBOX */

/* Lightbox PhotoSwipe Plugin
--------------------------------------------------------------------------------- */

.pswp {
	--pswp-bg: rgba(0,0,0, 1);
}


.pswp__caption {
	
}

.pswp__caption__text {
	font-size: var(--text-small);
	line-height: 1.4;
}

.pswp__button.pswp__button--zoom {
	display: none;
}

/* @end */




/* @group FOOTER */

/* FOOTER
--------------------------------------------------------------------------------- */


#footer {
}

.site-footer {
	position: relative;
	width: 100%;
	padding: var(--space-lg) 0;
	background: var(--text-color);
	font-size: calc(16/16 * 1rem);
	font-size: var(--text-small);
}

.site-footer .container > * {
}

:is(.site-footer, .site-footer a) {
	color: var(--off-white);
	text-decoration: none;
}

.site-footer .container {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 30px;
}


.footer-social {
	display: flex;
	align-items: center;
	gap: 25px;
	font-size: 2rem;
}

.footer-social a {
	display: flex;
	line-height: 1;
	AUS_opacity: .6;
}

.footer-menu {
}

.footer-menu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.footer-menu a {
	display: block;
	AUS_opacity: .6;
}

.site-footer a:hover {
	color: var(--orange);
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	.site-footer .container {
	grid-template-columns: 1fr;
	}

	.footer-menu ul {
		justify-content: flex-start;
		flex-direction: column;
	}
	
	.site-footer .ghost {
		display: none;
	}

}


/* @end */


/* @group SCROLL TO TOP BUTTON */

/* Scroll to top button
--------------------------------------------------------------------------------- */

.scrolltopbtn {
	position: fixed;
	bottom: 40px;
	right: var(--page-padding);
	height: 46px;
	width: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	text-align: center;
	border-radius: 100%;
	transition: 300ms;
	transform: translateY(100%);
	opacity: 0;
	z-index: 5;
    color: #000;
	border: none;
	padding: 0;
	background: var(--orange);
}

.scrolltopbtn i {
	margin-bottom: 1px;
	transition: 250ms ease;
}

.scrolltopbtn.active:hover i {
	transform: translateY(-10%);
}


.scrolltopbtn.active {
	transform: translateY(0);
	opacity: 1;
}

/* @end */



/* @group BORLABS COOKIE */

/* Borlabs Cookie Banner
--------------------------------------------------------------------------------- */


#BorlabsCookieBox,
.brlbs-cmpnt-container {
	--dialog-text-color: var(--text-color);
	
	--dialog-border-radius-bottom-left: var(--radius);
    --dialog-border-radius-bottom-right: var(--radius);
    --dialog-border-radius-top-left: var(--radius);
    --dialog-border-radius-top-right: var(--radius);
	
    --dialog-button-border-radius-bottom-left: 10rem;
    --dialog-button-border-radius-bottom-right: 10rem;
    --dialog-button-border-radius-top-left: 10rem;
    --dialog-button-border-radius-top-right: 10rem;
	
    --dialog-card-border-radius-bottom-left: 4px;
    --dialog-card-border-radius-bottom-right: 4px;
    --dialog-card-border-radius-top-left: 4px;
    --dialog-card-border-radius-top-right: 4px;
	
	--dialog-backdrop-background-color: #000;
	--dialog-backdrop-background-opacity: .7;
	
	
	--content-blocker-text-color: var(--text-color);
    
	--content-blocker-border-radius-top-left: var(--radius);
    --content-blocker-border-radius-top-right: var(--radius);
    --content-blocker-border-radius-bottom-left: var(--radius);
    --content-blocker-border-radius-bottom-right: var(--radius);
}


#BorlabsCookieBox .brlbs-cmpnt-container :is(.brlbs-text-2xl) {

}

.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-buttons .brlbs-cmpnt-cb-btn {
	border-radius: 10rem;
}



/* @end */


/* @group ACCESSIBILITY */

/* ACCESSIBILITY */


.sr-only {
	position: absolute;
	width: .0625rem;
	height: .0625rem;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable {
	transition: all 0s ease;
}

.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.skip-link:focus {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0;
	overflow: visible;
	clip: auto;
	z-index: 100;
	color: #FFF;
	background: var(--text-color);
	line-height: 1;
}


/* @end */


/* @group ANIMATIONS */

/* ANIMATIONS
---------------------------------------------------------------------------------*/


/* scroll reveal */

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 700ms, transform 600ms;
}

.reveal-notransform,
.reveal-notransform.reveal-visible {
	opacity: 1;
	transform: none;
	transition: none;
}

.reveal--slow {
  transition: opacity 1000ms, transform 1000ms;
}

:where(.is-root-container) .reveal,
.reveal-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
    /*prevent old safari flicker*/
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}



/*  https://github.com/daneden/animate.css */


.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  animation-name: fadeIn;
}


@keyframes fadeInDown {
  0% {
    opacity: 0;
   transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
	animation-name: fadeInDown;
}


@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

/* @end */


/* @group UTILITES */

/* UTILITES
---------------------------------------------------------------------------------*/

.mt-0  { 	margin-top: 0!important; }
.mt-5  { 	margin-top: 5px!important; }
.mt-10 {	margin-top: 10px!important; }
.mt-20  {	margin-top: 20px!important; }
.mt-30  {	margin-top: 30px!important; }
.mt-40  {	margin-top: 40px!important; }
.mt-50  {	margin-top: 50px!important; }
.mt-60  {	margin-top: 60px!important; }
.mt-70  {	margin-top: 70px!important; }
.mt-80  {	margin-top: 80px!important; }
.mt-90  {	margin-top: 90px!important; }
.mt-100  {	margin-top: 100px!important; }
.mt-110  {	margin-top: 110px!important; }
.mt-120  {	margin-top: 120px!important; }
.mt-130  {	margin-top: 130px!important; }
.mt-140  {	margin-top: 140px!important; }
.mt-150  {	margin-top: 150px!important; }


.mb-0  { 	margin-bottom: 0!important; }
.mb-5  { 	margin-bottom: 5px!important; }
.mb-10 {	margin-bottom: 10px!important; }
.mb-20  {	margin-bottom: 20px!important; }
.mb-30  {	margin-bottom: 30px!important; }
.mb-40  {	margin-bottom: 40px!important; }
.mb-50  {	margin-bottom: 50px!important; }
.mb-60  {	margin-bottom: 60px!important; }
.mb-70  {	margin-bottom: 70px!important; }
.mb-80  {	margin-bottom: 80px!important; }
.mb-90  {	margin-bottom: 90px!important; }
.mb-100  {	margin-bottom: 100px!important; }
.mb-110  {	margin-bottom: 110px!important; }
.mb-120  {	margin-bottom: 120px!important; }
.mb-130  {	margin-bottom: 130px!important; }
.mb-140  {	margin-bottom: 140px!important; }
.mb-150  {	margin-bottom: 150px!important; }


.ratio-1 	{ aspect-ratio: 1;}
.ratio-1-1	{ aspect-ratio: 1;}
.ratio-3-2	{ aspect-ratio: 3/2;}
.ratio-3-1	{ aspect-ratio: 3/1;}
.ratio-2-3	{ aspect-ratio: 2/3;}
.ratio-3-4	{ aspect-ratio: 3/4;}
.ratio-4-3 	{ aspect-ratio: 4/3;}
.ratio-16-9 { aspect-ratio: 16/9;}


.min-w-100 { min-width: 100px; }
.min-w-200 { min-width: 200px; }
.min-w-300 { min-width: 300px; }
.min-w-400 { min-width: 300px; }
.min-w-500 { min-width: 500px; }
.min-w-600 { min-width: 600px; }
.min-w-700 { min-width: 700px; }
.min-w-800 { min-width: 800px; }
.min-w-900 { min-width: 900px; }

.rounded-none { border-radius: 0; }

.whitespace-nowrap {
	white-space: nowrap;
}



/* @end */


/* ------------------------------------------------------------------------------

MEDIA QUERIES

---------------------------------------------------------------------------------*/


@media screen and (max-width: 1136px) {
body:after {
	content: "<1136";
	position: fixed;
	top: 0;
	line-height: 1;
	padding: 5px;
	font-size: 11px;
	background: lawngreen;
	z-index: 1000;
	opacity: .8;

	display: none; /* AN/AUS*/
}

}


@media screen and (max-width: 1024px) {
body:after {
	content: "<1024";
	background: TAN;
}


}


@media screen and (max-width: 840px) {
body:after {
	content: "<840";
	background: PINK;
}

}


@media screen and (max-width: 600px) {
body:after {
	content: "<600";
	background: YELLOW;
}

}


@media screen and (max-width: 360px) {
body:after {
	content: "<360";
	background: MAGENTA;
}


}




/* END
---------------------------------------------------------------------------------*/
