/*!
Theme Name: HEPF 24
Theme URI: http://underscores.me/
Author: UMMON IT
Author URI: https://www.ummon.it
Description: Custom WP theme for HEPF
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hepf24
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

HEPF 24 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 Root declarations
	0.1 Variables
1.0 Generic
	1.1 Normalize
	1.2 Box sizing
2.0 Base
	2.1 Typography
	2.2 Elements
	2.3 Links
	2.4 Forms
3.0 Components
	3.1 Generic
	3.2 Navigation
	3.3 Header
	3.4 Footer
	3.5 Homepage
	3.6 Posts and pages
	3.7 Archives
	3.8 Comments
	3.9 Widgets
	3.10 Media
	3.11 Captions
	3.12 Galleries
	3.13 Under Construction
	3.14 Scrollbars
4.0 Plugins
	4.1 Jetpack infinite scroll
5.0 Utilities
	5.1 Accessibility
	5.2 Alignments
6.0 Extras
	6.1 Custom Font Faces
	6.2 Animations
7.0 Media Queries

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

/*--------------------------------------------------------------
0.0 Root declarations
--------------------------------------------------------------*/

/* 0.1 Variables
--------------------------------------------- */

:root {
	/*WP Admin bar and content area*/
	--wpab_height: 0px;/*Wordpress admin bar height*/
	--real-viewport: calc(100vh - var(--wpab_height));

	/*Fluid typography with min/max values §FINALCHECK§ REMOVE IF NOT USING
	--min-font-size: 16px;// Minimum font size (below minimum viewport breakpoint)
	--max-font-size: 22px;// Maximum font size (above maximum viewport breakpoint)
	--min-vp-bp: 320;// Minimum viewport breakpoint (font size stays fixed below it) - N.B. ALSO SET MINFONTSIZE in media queries to this value!!!
	--max-vp-bp: 1920;// Maximum viewport breakpoint (font size stays fixed above it) - N.B. ALSO SET MAXFONTSIZE in media queries to this value!!!

	--min-viewport-px: calc(var(--min-vp-bp) * 1px);
	--delta-viewport-num: calc(var(--max-vp-bp) - var(--min-vp-bp));
	END fluid typography with min/max values §FINALCHECK§ REMOVE IF NOT USING */

	/*Full RESPONSIVE TYPOGRAPHY (adjust to preferred values) §FINALCHECK§ EITHER THIS OR THE ABOVE*/
	--fr-fsize-landscape: .85vw;
	--fr-fsize-portrait: 1.5vh;
	/*END Full RESPONSIVE TYPOGRAPHY §FINALCHECK§*/

	/*General*/
	--logo_height: 2.5rem;
	--header_pad_top: 1rem;
	--header_pad_bot: .5rem;
	--header_height: calc(var(--logo_height) + var(--header_pad_top) + var(--header_pad_bot));
	--footer_height: 0px;/*§FINALCHECK§*/
	--avail-viewport: calc(var(--real-viewport) - var(--header_height) - var(--footer_height));
	--topbar_height: 1.5rem;
	--stripcont_height: calc(var(--avail-viewport) - 13.5rem);

	/*Paddings & Margins*/
	--sidepad: 1rem;
	--innerline: .25rem;

	/* Colours */
	--bgcol: #fff;
	--col-link: #000;

	/*Font sizes*/
	--stext: .8rem;
	--rtext: 1rem;
	--htext: 1.5rem;
}

/*--------------------------------------------------------------
1.0 Generic
--------------------------------------------------------------*/

/* 1.1 Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* 1.2 Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
2.0 Base
--------------------------------------------------------------*/

/* 2.1 Typography
--------------------------------------------- */

html {
	/* UMM Base font declaration */
	font-family: 'AkzidenzGrotesk-Regular', sans-serif;/*Main font*/
	font-weight: 400;/*Main font standard weight*/
	font-size: var(--fr-fsize-landscape)/*FOR FULL RESPONSIVE LAYOUT (either this or the above)*/
	/* if needed overflow-x: hidden; */
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* 2.2 Elements
--------------------------------------------- */
body {/* CHECK WHAT'S NEEDED §FINALCHECK§ */
	background: var(--bgcol);
	display: flex;/* sticky footer */
	flex-direction: column;/* sticky footer */
	min-height: var(--real-viewport);/* sticky footer */
	width: 100%;/*IF USING MODALS use vw instead of % to avoid width reflow due to scrollbars*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	align-self: center;/*prevent stretch img in flexbox*/
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* 2.3 Links
--------------------------------------------- */
a {
	color: var(--col-link);
}

a:visited {
	color: var(--col-link);
}

a:hover,
a:focus,
a:active {
	color: var(--col-link);
}

a:focus {
	outline: thin dotted;
}

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

/* 2.4 Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

textarea:focus, input:focus{
    outline: none;
}

/*--------------------------------------------------------------
# 3.0 Components
--------------------------------------------------------------*/

/* 3.1 Generic
--------------------------------------------- */

:root:has(body.admin-bar) {/*Fix for WP Admin Bar*/
	--wpab_height: 32px;
}

#page {
	flex-grow: 1;/* sticky footer §FINALCHECK§ */
    padding: 0 var(--sidepad);
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0px;
    content: " ";
    clear: both;
    height: 0px;
}
#primary {
    position: relative;
    top: var(--header_height);
}

/* IF NEEDED §FINALCHECK§

.mob-block, .mob-inline-block, .mob-inline {
	display: none;
}
.desk-block {
	display: block;
}
.desk-inline-block {
	display: inline-block;
}
.desk-inline {
	display: inline;
}
.grecaptcha-badge{
	// display: none !important;

	Set this to display: none then add the following to any contact form using recaptcha
<div class="recinfo">Questo sito è protetto da reCAPTCHA secondo la <a target="_blank" href="https://policies.google.com/privacy">Privacy Policy</a> di Google e le sue <a target="_blank" href="https://policies.google.com/terms">Condizioni d'uso</a>.</div>
<div class="recinfo">This site is protected by reCAPTCHA and the Google <a target="_blank" href="https://policies.google.com/privacy">Privacy Policy</a> and <a target="_blank" href="https://policies.google.com/terms">Terms of Service</a> apply.</div>
}
.recinfo {
	font-size: 1rem;
	color: #999;
}
.recinfo a, .recinfo a:visited {
	color: #2da3ff;
}
.recinfo a:hover, .recinfo a:active {
	color: #0087ff;
}
#browsehappy {
    display: block;
    position: absolute;
    top: 0;
    z-index: 100000;
    background-color: #fff;
    padding: 1em;
    border: 3px dashed red;
}
.rotate90{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.nomargin{
	margin: 0;
}
.invisible{
	display: none;
}
.justify{
	text-align: justify;
}
.centertext{
	text-align: center;
}
.rx{
	text-align: right;
}
.lx{
	text-align: left;
}
.nodecor{
	text-decoration: none;
}
.underline{
	text-decoration: underline;
}
.italic{
	font-style: italic;
}
.bg-uno{background-color: #5ab210;}

.bg-due{background-color:  #3d3d3d;}

.bg-tre{background-color: #68c5e7;}

.bg-qua{background-color: #ff70a6;}

.bg-cin{background-color: #ff8549;}

.bg-white{background-color: #ffffff;}

.col-white{
	color: #fff;
}
.col-uno{
	color: #5ab210;
}
.col-due{
	color:  #3d3d3d;
}
.col-tre{
	color: #68c5e7;
}
.col-qua{
	color: #ff70a6;
}
.col-cin{
	color: #ff8549;
}
.lite{
	font-weight: 300;
}
.regular{
	font-weight: 400;
}
.heavy{
	font-weight: 700;
}
.flx{
	float:left;
}
.frx{
	float:right;
}
.uppercase{
	text-transform: uppercase;
}
.title{
	font-size: 1.4em;
}
.sidemgn {
    margin: 0 1em;
}
.w100{
	width: 100%;
}
.w70{
	width: 70%;
}
.w60{
	width: 60%;
}
.w50{
	width: 50%;
}
.w40{
	width: 40%;
}
.w30{
	width: 30%;
}
.w20{
	width: 20%;
}
.h100{
	height: 100%;
}
.lh1{
	line-height: 1 !important;
}
#primary-menu, #mainmenu div{
	height: 100%;
}
.smallcaps{
	font-size: .8em;
	text-transform: uppercase;
}
.smallcaps a{
	color: #fff !important;
}
.smallcaps a:hover{
	color: #3d3d3d !important;
}
.dotnine{
	font-size: .9em;
}
.dotseven{
	font-size: .7em;
}
.plus50{
	font-size: 1.5em;
	line-height: .1;
}
.plus20{
	font-size: 1.2em;
}
.bgcover{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hilite {
    color: #fff !important;
    transition: all 0.2s ease-in-out 0s;
}
.hilite:hover {
    color: #faac15 !important;
}
.hidark {
    transition: all 0.2s ease-in-out 0s;
}
.hidark:hover {
    color: #000 !important;
}
.modal-open {
	height: 100vh;
    overflow-y: hidden;
    padding-right: 15px; // Avoid width reflow
}
.umm_preloader {
    background-color: #005a62;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000000001;//Goes over tawk.to widget
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}
.umm_preloader > img {
    width: 10rem;
    height: auto;
	-webkit-animation: pulsating 1s linear infinite;
	-moz-animation: pulsating 1s linear infinite;
	-ms-animation: pulsating 1s linear infinite;
	-o-animation: pulsating 1s linear infinite;
	animation: pulsating 1s linear infinite;

}
*/

/* 3.2 Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	text-transform: uppercase;
	font-family: 'AkzidenzGrotesk-Medium';
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

#main-menu > li {
    margin-right: 2em;
}

#main-menu > li:last-child {
    margin-right: 0;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* 3.3 Header
--------------------------------------------- */
h1.site-title {
    margin: 0;
    line-height: 0;
}
#masthead {
    background-color: var(--bgcol);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: var(--header_pad_top) 0 var(--header_pad_bot);
    border-bottom: 1px solid #000;
    position: fixed;
    z-index: 1000;
    width: calc(100% - (var(--sidepad) * 2 ));
    left: var(--sidepad);
}
.site-branding img {
	height: var(--logo_height);
    width: auto;
}

/* 3.4 Footer
--------------------------------------------- */
footer#colophon {
    position: relative;
    top: var(--header_height);
}

/* 3.5 Homepage
--------------------------------------------- */
#stripcont {
    position: relative;
    height: var(--stripcont_height);/*was 80vh*/
    border-bottom: 1px solid #000;
    top: var(--header_height);
	-webkit-transition: height .3s linear;
	-moz-transition: height .3s linear;
	-ms-transition: height .3s linear;
	-o-transition: height .3s linear;
	transition: height .3s linear;    
}
#stripcont:has(.strip.exp) {
    height: 100vh;
}
.strip {
    position: absolute;
    height: 100%;
    width: 20%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    border-right: 1px solid #000;
	-webkit-transition: width .3s linear, left .3s linear;
	-moz-transition: width .3s linear, left .3s linear;
	-ms-transition: width .3s linear, left .3s linear;
	-o-transition: width .3s linear, left .3s linear;
	transition: width .3s linear, left .3s linear;    
}
.strip:last-child {
	border: none;
}
.strip:hover {
	z-index: 5;
}
.strip.exp {
	width: 100%;
	z-index: 5;
	left: 0 !important;
	border: none;
}
.strip:first-child {

}
.strip:nth-child(2) {
    left: 20%;
}
.strip:nth-child(3) {
	left: 40%;
}
.strip:nth-child(4) {
	left: 60%;
}
.strip:nth-child(5) {
	left: 80%;
}
.strip img {
	position: relative;
	left: -26vw;
    width: 75vw;
    max-width: revert;
	-webkit-transition: width .3s linear, left .3s linear;
	-moz-transition: width .3s linear, left .3s linear;
	-ms-transition: width .3s linear, left .3s linear;
	-o-transition: width .3s linear, left .3s linear;
	transition: width .3s linear, left .3s linear;    
}
.strip:nth-child(2) img {
	left: -26vw;
}
.strip.exp img {
    width: 100vw;
    left: 0;
}
.strip h3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    margin: 0;
    text-transform: uppercase;
    font-family: 'AkzidenzGrotesk-Medium';
    padding: .75rem 0 0 .5rem;
    line-height: 1em;
    font-size: 1.5rem;
}
.strip p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    font-family: 'AkzidenzGrotesk-Medium';
    padding-left: .5rem;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-ms-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;       
}
.strip.exp p {
	opacity: 0;
}
.strip > .mask {
    position: absolute;
    background-color: var(--bgcol);
    width: 100%;
    height: 100%;
    z-index: 10;
}
.strip:hover > .mask {
	display: none;
}
#hpclaim {
    margin: 1rem 0;
    font-size: 5.6rem;
    line-height: 1;
    position: relative;
    top: var(--header_height);
}
#hlogo {
    background-color: palegoldenrod;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    background-color: var(--bgcol);
    padding: 1rem var(--sidepad);
    height: calc(var(--real-viewport) - 13.5rem + 5px);
	-webkit-transition: opacity .5s linear 1.7s;
	-moz-transition: opacity .5s linear 1.7s;
	-ms-transition: opacity .5s linear 1.7s;
	-o-transition: opacity .5s linear 1.7s;
	transition: opacity .5s linear 1.7s;       
}
#hlogo > img {
    width: auto;
    height: 24.5rem;
	-webkit-transition: height 1s ease 1s;
	-moz-transition: height 1s ease 1s;
	-ms-transition: height 1s ease 1s;
	-o-transition: height 1s ease 1s;
	transition: height 1s ease 1s;       
}
#hlogo.off {
	opacity: 0;
}
#hlogo.off > img {
    width: auto;
    height: 2.3rem;
}

/* 3.6 Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* 3.7 Archives
--------------------------------------------- */
.tax-header {
    overflow: hidden;
    position: relative;
    top: calc(var(--topbar_height) * -1);
    top: 3rem;
	-webkit-transition: top .5s ease;
	-moz-transition: top .5s ease;
	-ms-transition: top .5s ease;
	-o-transition: top .5s ease;
	transition: top .5s ease;       
}
.tax-header.closed {
    top: calc(var(--topbar_height) * -1 - 1px);
}
.tax-header > figure img {
    width: 100vw;
    max-width: revert;
}
h3.catname {
    position: absolute;
    z-index: 100;
    text-transform: uppercase;
    font-family: 'AkzidenzGrotesk-Medium';
    line-height: 1em;
    font-size: 1.5rem;
    margin: .75rem 0 0 .5rem;
    top: 0;
    left: 0;
}
.topbar {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.topbar > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.topbar > ul li {
    flex-grow: 1;
    text-transform: uppercase;
    font-family: 'AkzidenzGrotesk-Medium';
}
.topbar > ul li > a {
    background-color: var(--bgcol);
    color: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-right: 1px solid #000;
}
.topbar > ul li:last-child > a {
    border: none;
}
.topbar > ul li.on > a, .topbar > ul li > a:hover {
    color: var(--bgcol);
    background-color: #000;
}

/* 3.8 Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* 3.9 Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 3.10 Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 3.11 Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* 3.12 Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* 3.13 Under Construction
--------------------------------------------- */
body.umm_csoon {
	font-family: 'AkzidenzGrotesk-Medium';
	margin: 0;
	padding: 0;
	font-size: 2vw;
	min-height: revert;
}
body.umm_csoon a{
	text-decoration: none;
	color: #000;
}
#page_csoon {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 2rem);
    padding: 1rem;
}
#page_csoon > header {
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: column;
    height: calc(100% / 3 * 2);
    justify-content: space-between;
}
#page_csoon > header img {
    width: 100%;
}
#page_csoon > header > div {
    margin-bottom: .5rem;
}
#page_csoon main {
    display: flex;
    height: calc(100% / 3);
    border-bottom: 1px solid #000;
}
#page_csoon main > div {
    width: 50%;
    padding: 2rem 2rem;
    line-height: 1.2em;
}
#page_csoon main > div:first-child {
    border-right: 1px solid #000;
}

/* 3.14 Scrollbars
--------------------------------------------- */

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #999 #eee;
}

/* Chrome, Edge, Safari */
body::-webkit-scrollbar {
  width: 8px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #eee;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #999;    /* color of the scroll thumb */
  border-radius: 50px;       /* roundness of the scroll thumb */
  border: 3px solid #999;  /* creates padding around scroll thumb */
}

/*--------------------------------------------------------------
4.0 Plugins
--------------------------------------------------------------*/

/* 4.1 Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
5.0 Utilities
--------------------------------------------------------------*/

/* 5.1 Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* 5.2 Alignments
--------------------------------------------- */
/*§FINALCHECK§*/
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
6.0 Extras
--------------------------------------------------------------*/

/* 6.1 Custom Font Faces
--------------------------------------------- */

/* 6.2 Animations
--------------------------------------------- */
/* Examples §FINALCHECK§

@keyframes arrowAnim {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateX(0);
		-ms-transform:     translateX(0);
		transform:         translateX(0)
	}
	40% {
		-webkit-transform: translateX(30px);
		-ms-transform:     translateX(30px);
		transform:         translateX(30px)
	}
	60% {
		-webkit-transform: translateX(15px);
		-ms-transform:     translateX(15px);
		transform:         translateX(15px)
	}
}

@keyframes pulsating {
	0%, 50%, 100% {
		-webkit-transform: scale(1);
		-ms-transform:     scale(1);
		transform:         scale(1)
	}
	25% {
		-webkit-transform: scale(.75);
		-ms-transform:     scale(.75);
		transform:         scale(.75)
	}
	75% {
		-webkit-transform: scale(1.25);
		-ms-transform:     scale(1.25);
		transform:         scale(1.25)
	}
}

@keyframes gloating {
	0%, 50%, 100% {
		-webkit-transform: rotate(0deg);
		-ms-transform:     rotate(0deg);
		transform:         rotate(0deg)
	}
	25% {
		-webkit-transform: rotate(-15deg);
		-ms-transform:     rotate(-15deg);
		transform:         rotate(-15deg)
	}
	75% {
		-webkit-transform: rotate(15deg);
		-ms-transform:     rotate(15deg);
		transform:         rotate(15deg)
	}
}
*/


/*--------------------------------------------------------------
7.0 Media Queries
--------------------------------------------------------------*/

/* Portrait mode only */
/*FULL RESPONSIVE TYPOGRAPHY*/
@media screen and ( orientation: portrait ) {
	html {
	    font-size: var(--fr-fsize-portrait);
	}
	body.umm_csoon {
		font-size: 2vh;
	}
}


/* MIN-WIDTH: starting from lower res */

/*If using fluid typography with min/max values §FINALCHECK§
@media screen and (min-width: 320px) {/* MINFONTSIZE: Set this to --min-font-size px (can't use vars in media queries)
	html {
		font-size: calc(var(--min-font-size) + 6 * ((100vw - var(--min-viewport-px)) / var(--delta-viewport-num)));
	}
}
@media screen and (min-width: 1920px) {/* MAXFONTSIZE: Set this to --max-font-size px (can't use vars in media queries)
	html {
		font-size: var(--max-font-size);
	}
}
/*END fluid typography with min/max values*/

/* MAX-WIDTH: starting from higher res */
@media screen and ( max-width: 1400px ) {


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

}

@media screen and ( max-width: 960px ) {
	.mob-block {
		display: block;
	}
	.mob-inline-block {
		display: inline-block;
	}
	.mob-inline {
		display: inline;
	}
	.desk-block, .desk-inline-block, .desk-inline {
		display: none;
	}
}

@media screen and ( max-width: 782px ) {/*This is where the WP admin bar goes from 32 to 46px*/
	:root:has(body.admin-bar) {/*Fix for WP Admin Bar*/
		--wpab_height: 46px;
	}
}

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

}

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

}

@media screen and ( max-width: 600px ) {/* KEEP WP ADMIN BAR'S POSITION AS FIXED ALSO ON MOBILE LAYOUT */
	#wpadminbar {
	    position: fixed !important;
	}
	.lang-link-first {
	    clear: right;
	}
}

/* Portrait mode AND under 640px */
@media screen and ( max-width: 640px ) and (orientation: portrait) {

}

/* Either in portrait mode (any resolution) OR in mobile resolution */
@media screen and ( max-width: 480px ), screen and (orientation: portrait) {

}

/* Mobile resolution only */
@media screen and ( max-width: 480px ) {/*Standard smartphones*/

}

@media screen and ( max-width: 420px ) {/*Med-to-small smartphones*/

}

@media screen and ( max-width: 360px ) {/*Smaller smartphones*/

}

@media screen and ( max-width: 345px ) {/*FIX FOR OLD DEVICES*/

}

@media screen and (max-width: 320px){/*Old Lumia and others*/

}

@media print {
	/* Default top margin is 2cm */
	@page { margin-top: 1cm } 

	/* First page, no top margin */
	@page :first {
	  margin-top: 0cm;
	}
}