/*
Theme Name: Fritanke 2020
Theme URI: https://www.fritanke.se/
Author: Aponomy
Author URI: https://aponomy.com
Description: Theme for Fritanke.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: LICENSE

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

fritanke is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
}

body {
    margin: 0;
    font-family: "IvarText";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-variant-numeric: oldstyle-nums;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
    text-align: center;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #9C9D9E;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    vertical-align: top;
}

th[colspan] {
    text-align: center !important;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #000;
    font-size: 16px;
}

input,
select,
optgroup,
textarea {
    font-family: "CentraNo2";
    font-size: 14px;
    line-height: 18px;
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: normal;
}

.entry-header h1.entry-title,
.page-header h1.page-title {
    font-size: 36px;
    line-height: 43px;
    margin: 0px;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #9C9D9E;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

.site-title {
    margin: .4375em 0 0;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    color: #333332;
}

.site-title a {
    text-decoration: none;
    color: inherit;
}

.edit-link {
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
}

.global-error {
    font-family: "CentraNo2";
    margin: auto;
    padding: 24px;
    max-width: 800px;
    text-align: center;
}

.entry-content>p+h1,
.entry-content>p+h2,
.entry-content>p+h3,
.entry-content>p+h4,
.entry-content>ol+h1,
.entry-content>ol+h2,
.entry-content>ol+h3,
.entry-content>ol+h4,
.entry-content>ul+h1,
.entry-content>ul+h2,
.entry-content>ul+h3,
.entry-content>ul+h4
{
    margin-top: 40px;
}

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

    .entry-header h1.entry-title,
    .page-header h1.page-title {
        font-size: 32px;
        line-height: 42px;
    }

}

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

    button,
    input,
    optgroup,
    select,
    textarea {
        font-size: 12px;
        line-height: 16px;
    }

    .entry-header h1.entry-title,
    .page-header h1.page-title {
        font-size: 24px;
        line-height: 29px;
    }

}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
    quotes: """";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

hr {
    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: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    /* Extra wide images within figure tags don't overflow the content area. */
    margin: 0px;
}

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

figure .wp-video {
    width: 100% !important;
}

figure .wp-video .wp-video-shortcode {
    width: 100% !important;
}


/*--------------------------------------------------------------
# progress-circle
--------------------------------------------------------------*/

.progress-circle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: none;
    border-radius: 50%;
    padding: 0.25em;
    width: 3em;
    height: 3em;
    color: #9C9D9E;
    background-color: transparent;
    font-size: 16px;
    overflow: hidden;
}

.progress-circle::-webkit-progress-bar {
    background-color: transparent;
}

/* Indeterminate */
.progress-circle:indeterminate {
    -webkit-mask-image: linear-gradient(transparent 50%, black 50%), linear-gradient(to right, transparent 50%, black 50%);
    mask-image: linear-gradient(transparent 50%, black 50%), linear-gradient(to right, transparent 50%, black 50%);
    animation: progress-circle 6s infinite cubic-bezier(0.3, 0.6, 1, 1);
}

:-ms-lang(x),
.progress-circle:indeterminate {
    animation: none;
}

.progress-circle:indeterminate::before,
.progress-circle:indeterminate::-webkit-progress-value {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-bottom: 0.25em;
    border: solid 0.25em transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    width: 100% !important;
    height: 100%;
    background-color: transparent;
    animation: progress-circle-pseudo 0.75s infinite linear alternate;
}

.progress-circle:indeterminate::-moz-progress-bar {
    box-sizing: border-box;
    border: solid 0.25em transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    animation: progress-circle-pseudo 0.75s infinite linear alternate;
}

.progress-circle:indeterminate::-ms-fill {
    animation-name: -ms-ring;
}

@keyframes progress-circle {
    0% {
        transform: rotate(0deg);
    }

    12.5% {
        transform: rotate(180deg);
        animation-timing-function: linear;
    }

    25% {
        transform: rotate(630deg);
    }

    37.5% {
        transform: rotate(810deg);
        animation-timing-function: linear;
    }

    50% {
        transform: rotate(1260deg);
    }

    62.5% {
        transform: rotate(1440deg);
        animation-timing-function: linear;
    }

    75% {
        transform: rotate(1890deg);
    }

    87.5% {
        transform: rotate(2070deg);
        animation-timing-function: linear;
    }

    100% {
        transform: rotate(2520deg);
    }
}

@keyframes progress-circle-pseudo {
    0% {
        transform: rotate(-30deg);
    }

    29.4% {
        border-left-color: transparent;
    }

    29.41% {
        border-left-color: currentColor;
    }

    64.7% {
        border-bottom-color: transparent;
    }

    64.71% {
        border-bottom-color: currentColor;
    }

    100% {
        border-left-color: currentColor;
        border-bottom-color: currentColor;
        transform: rotate(225deg);
    }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    outline: none !important;
}

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: #000;
    border: 1px solid #9C9D9E;
    padding: 15px;
    width: 100%;
    border-radius: 7px;
}

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,
select:focus,
textarea:focus {
    outline: none !important;
}

select {
    border: 0px;
    padding: 15px;
    padding-left: 12px;
    color: rgb(153, 153, 153);
    width: 100%;
}

textarea {
    width: 100%;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
    letter-spacing: 1px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
    letter-spacing: 1px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
    letter-spacing: 1px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: black;
    letter-spacing: 1px;
}


/*--------------------------------------------------------------
# Cookie Consent
--------------------------------------------------------------*/

#cookie-concent {
    display: none;
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "CentraNo2" !important;
    font-size: 16px;
    line-height: 1.5em;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    padding: 1em 1.8em;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-top: 1px solid #9C9D9E !important;
}
#cookie-concent.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#cookie-concent .cookie-message {
    color: rgb(0, 0, 0);
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
    font-size: 14px;
    line-height: 21px;
}
#cookie-concent .cookie-link {
    opacity: .8;
    display: inline-block;
    padding: 0.2em;
    text-decoration: underline;
    color: rgb(0, 0, 0);
}
#cookie-concent .cookie-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
#cookie-concent .cookie-compliance a {
    font-weight: normal !important;
    letter-spacing: 2px !important;
    cursor: pointer;
    display: block;
    padding: 0.4em 0.8em;
    font-size: 12px;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: rgb(225, 85, 85);
    min-width: 140px;
    margin-left: 12px;
}

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

    #cookie-concent.active {
        flex-flow: row wrap;
        padding: 12px 12px 8px 12px;
    }
    #cookie-concent .cookie-message {
        margin-right: 0;
        margin-bottom: 1em;
    }

    #cookie-concent .cookie-compliance {
        max-width: 100%;
        flex-wrap: wrap;
    }
    #cookie-concent .cookie-compliance a {
        margin-bottom: 4px;
        margin-left: 0;
        margin-right: 8px;
    }
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #000;
    text-decoration: none;
}

article p > a {
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: #D64353;
	text-decoration: none;
}

a:focus,
a:active {
    color: #D64353;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

header.site-header {
    width: 100%;
    height: 171px;
}

.header-wrapper {
    margin: 0px auto;
    max-width: 1300px;
    position: relative;
    z-index: 10;
}

.site-branding {
    height: 129px;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    max-width: 1150px;
    justify-content: center;
    display: flex;
    position: relative;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    padding: 20px;
    display: inline-block;
    position: absolute;
    z-index: 200;
    top: 8px;
}

.custom-logo-link img {
    width: 90px;
    height: 71px;
    fill: #000;
}

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

    .custom-logo-link img {
        width: 70px;
        height: 55px;
        fill: #000;
    }

}

.site-description {
    margin: .4375em 0 0;
    font-size: 17px;
    font-weight: inherit;
    line-height: 1.4;
    word-wrap: break-word;
    color: #9C9D9E;
}

.header-notification {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 100%;
    background: #38132F;
    height: 36px;
    color: #ffffff;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

.header-notification>p {
    font-family: "CentraNo2";
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px auto;
}

.header-notification a {
    color: #ffffff;
}

.notification-on:not(.search-on) .header-notification {
    display: flex;
}

.notification-on #page-overlay,
.notification-on #cart,
.notification-on .site-header {
    margin-top: 36px;
}

.notification-on #cart {
    height: calc(100% - 208px);
    top: 172px;
}

.notification-on #search {
    top: 56px;
}

body.toggled #page {
    position: inherit;
}

.header-social {
    position: absolute;
    top: 28px;
    left: 30px;
    display: flex;
}

.header-social>a {
    margin-right: 15px;
}

.header-social>a>img {
    display: block;
}

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

    .notification-on #cart {
        height: calc(100% - 205px);
        top: 169px;
    }

    header.site-header {
        height: 169px;
    }

}

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

    .header-social {
        visibility: hidden;
        transition: visibility 0s;
    }

    .toggled .header-social {
        left: 0px;
        top: calc(100% - 60px);
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 400px;
        position: fixed;
        z-index: 1;
        height: 60px;
        padding-top: 15px;
        visibility: visible;
        transition: background-color 0s 1s, visibility 0s 1s;
    }

    header.site-header {
        height: auto;
    }

    .toggled .header-wrapper {
        height: auto;
    }

    body.toggled #page {
        position: fixed;
        width: 100%;
    }

    .notification-on .header-notification {
        display: none !important;
    }

    .notification-on .site-header {
        margin-top: 0px;
    }

    .notification-on #cart,
    .notification-on #search,
    .notification-on .site-header {
        margin: 0px;
    }

    header.site-header {
        position: absolute;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        z-index: 400;
    }

}


/*--------------------------------------------------------------
## Search Header
--------------------------------------------------------------*/

.header-search {
    position: absolute;
    top: 26px;
    right: 90px;
}

.header-search .search-toggle {
    background-image: url(assets/images/search.svg);
    background-color: transparent !important;
    background-repeat: no-repeat;
    width: 38px;
    text-indent: -1000px;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    display: block;
    height: 38px;
    overflow: hidden;
}

.search-toggle:focus,
.search-toggle:active {
    outline: thin dotted #D64353;
}

#search {
    position: absolute;
    top: 32px;
    z-index: 500;
    display: none;
    width: calc(100% - 120px);
    max-width: 1200px;
    transform: translate(-50%, 0%);
    left: calc(50% + 40px);
}

#search .search-toggle {
    background-image: url(assets/images/close.svg);
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    width: 44px;
    text-indent: -1000px;
    padding: 10px;
    margin: 0px;
    border: 0px;
    overflow: hidden;
}

body.search-on #page-overlay {
    backdrop-filter: blur(1px);
    visibility: visible;
    opacity: 1;
}

body.search-on #search {
    display: block;
}

body.search-on .site-branding {
    width: 100px;
    margin: 0px;
}

body.search-on #header-cart-link,
body.search-on #header-social,
body.search-on #header-search {
    display: none;
}

body.search-on .custom-logo-link img {
    height: 40px;
    width: 100%;
    content: url(assets/images/fritanke_logo_only.svg);
}

#search .search-area {
    margin: 0px auto;
    display: flex;
    max-width: 1200px;
}

#search form {
    text-align: center;
    width: 100%;
}

#search input#s {
    width: 100%;
    border: 0px;
    background: none;
    padding: 8px;
    border-radius: 0px;
    max-width: none;
    border-bottom: 2px solid #38132F;
    font-family: "IvarText";
    font-size: 24px;
    font-weight: 500;
    max-width: 900px;
    padding-left: 0px;
}

#search input#s::-webkit-input-placeholder {
    /* Edge */
    color: transparent;
}

#search input#s::placeholder {
    color: transparent;
}

@media (max-width: 1024px) {

    #search input#s {
        padding-left: 20px;
    }

}

@media (min-width: 897px) {

    #search .search-area {
        width: 100px;
    }

    #search {
        display: block;
        visibility: hidden;
    }

    body.search-on #search {
        visibility: visible;
    }

    body.search-on #search .search-area {
        width: 100%;
        transition: width 0.2s 0s ease-out;
    }

}

@media (max-width: 896px) {

    body.toggled #page-overlay {
        backdrop-filter: blur(2px);
        visibility: visible;
        opacity: 1;
        transition: visibility 1s, backdrop-filter 1s, opacity 0.5s linear;
    }

    .home:not(.toggled):not(.cart-on) .header-search .search-toggle,
    .video-podd:not(.toggled):not(.cart-on) .header-search .search-toggle,
    .post-type-archive-sans:not(.toggled):not(.cart-on) .header-search .search-toggle,
    .front-events:not(.toggled):not(.cart-on) .header-search .search-toggle {
        background-image: url(assets/images/search_white.svg);
    }

    #search {
        left: 0px;
        width: 100%;
        transform: none;
        z-index: 200;
    }

    body.search-on .site-branding {
        width: 100%;
        margin: 0px auto;
    }

    body.search-on #site-navigation {
        display: none;
    }

    body.search-on .header-wrapper {
        z-index: 600;
        width: 80px;
        margin: 0px;
        position: absolute;
        height: 90px;
        background: white;
    }

    #search .search-area {
        margin: 0px auto;
        max-width: 100%;
        display: flex;
        margin-top: 0px;
        background: white;
        height: 90px;
        margin-left: 80px;
        padding-right: 10px;
    }

    #search {
        top: 0px !important;
        position: absolute;
        padding-left: 0px;
    }

    #search input#s {
        border-bottom: 0px;
        height: 100%;
        padding-top: 16px;
    }

    body.search-on .custom-logo-link {
        padding-top: 27px !important;
    }

    body.search-on .custom-logo-link img {
        height: 33px;
    }

}

@media (max-width: 600px) {

    #search input#s {
        padding-left: 0px;
    }

}


/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/

.header-cart-link {
    position: absolute;
    top: 26px;
    right: 28px;
}

.header-cart-link .cart-toggle {
    background-image: url(assets/images/shop.svg);
    background-color: transparent !important;
    background-repeat: no-repeat;
    width: 38px;
    text-indent: -1000px;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    display: block;
    height: 38px;
    overflow: hidden;
}

.header-cart-link .count {
    height: 21px;
    color: #D64353;
    font-family: "CentraNo2";
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    position: absolute;
    top: -12px;
    left: 32px;
}

.header-cart-link .progress {
    transform: scale(0.3);
    position: absolute;
    top: -24px;
    left: 4px;
    display: none;
}

body.adding-to-cart .header-cart-link .progress {
    display: block;
}

body.adding-to-cart .header-cart-link .count {
    display: none;
}

a[href="#add-to-cart"].disabled {
    background: #9C9D9E;
    text-decoration: none;
    cursor: default;
}

#cart button:focus,
#cart button:active,
.cart-toggle:focus,
.cart-toggle:active {
    outline: thin dotted #D64353;
}

body.search-on #page,
body.cart-on #page {
    position: fixed;
    height: 100%;
    width: 100%;
	display: block;
	min-height: -webkit-fill-available;
}

body.cart-on .site-main {
    position: fixed;
    overflow: hidden;
}

body.cart-on .site-footer {
    display: none;
}

#cart {
    position: absolute;
    height: calc(100% - 172px);
    width: 100%;
    z-index: 8;
    left: 0px;
    top: 172px;
    background-color: rgba(0, 0, 0, 0.0);
    visibility: hidden;
    transition: visibility 0.2s, backdrop-filter 0.2s linear;
    overflow: hidden;
}

body.cart-on #cart {
	visibility: visible;
	animation: cart-on 0.2s linear forwards;
}


@keyframes cart-on {
    0% {
		xopacity: 0;
		background-color: rgba(0, 0, 0, 0.0);
		backdrop-filter: blur(0px);
    }
    100% {
		xopacity: 1;
		background-color: rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(1px);
    }
}

body.cart-on #cart .cart-area {
    right: 0px;
    /*transition: visibility 0.2s, right 0.2s ease-out;*/
    visibility: visible;
}

#cart header {
    position: relative;
}

body.show-checkout #cart header.for-cart,
body:not(.show-checkout) #cart header.for-checkout {
    display: none;
}

#cart header.for-checkout {
    margin-bottom: 24px;
}

#cart header h2 {
    margin: 0px;
    font-family: "CentraNo2-Medium";
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#cart .cart-toggle,
#cart .close-checkout {
    position: absolute;
    right: 0px;
    top: -12px;
    background-image: url(assets/images/close.svg);
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    width: 38px;
    text-indent: -1000px;
    padding: 10px;
    margin: 0px;
    border: 0px;
    overflow: hidden;
}

body:not(.show-checkout) #cart .checkout-block,
body.show-checkout #cart .cart-block {
    display: none;
}

#cart .cart-area {
    background: white;
    width: 600px;
    height: 100%;
    position: absolute;
    padding: 20px 20px 0 20px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    padding-top: 30px;
    overflow: auto;
    right: -600px;
    visibility: hidden;
	transition: visibility 0.2s, right 0.2s ease-out;
	-webkit-overflow-scrolling: touch;
}

#cart .cart-list {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: auto;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 100px;
}

#cart .num-cart-items {
    display: none;
}

#cart .cart-list .empty-cart {
    font-family: "CentraNo2";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

#cart .cart-list ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#cart .cart-list ul li {
    display: flex;
    margin-bottom: 12px;
}

#cart .cart-list .title {
    font-family: "CentraNo2";
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#cart .cart-list .author {
    font-family: "CentraNo2";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#cart .cart-list .price {
	font-family: "CentraNo2-Medium";
    font-size: 14px;
    font-weight: 700;
	line-height: 18px;
	margin-top: 10px; 
}

#cart .cart-list .count {
    display: flex;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
}

#cart .cart-list .count>button {
    width: 24px;
    height: 24px;
    margin: 1px;
    line-height: 24px;
}

#cart .cart-list .item {
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

#cart .cart-list input {
    background: #f4f4f5;
    border: 0px;
    width: 40px;
    font-family: "CentraNo2-Medium";
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    padding: 0px;
    height: 26px;
    border-radius: 0px;
}

#cart .cart-list button {
    background: none;
    color: black;
    border-radius: 0px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#cart .cart-list figure {
    height: 82px;
    width: 82px;
    min-width: 82px;
    background: #d8d8d8;
    padding: 10px;
    margin-right: 30px;
}

#cart .cart-list figure>img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#cart .cart-list .remove button {
    background-image: url(assets/images/close-circle.svg);
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center;
    width: 31px;
    height: 31px;
    text-indent: -1000px;
    padding: 5px;
    margin: 1px;
    border: 0px;
    overflow: hidden;
}

#cart footer>p {
    font-family: "CentraNo2";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

#cart dl {
    margin: 20px 0;
    overflow: hidden;
}

#cart dl>dt {
    float: left;
    clear: both;
    font-family: "CentraNo2-Medium";
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 1.75px;
    width: 50%;
    padding: 6px;
    padding-left: 0px;
}

#cart dl>dd {
    float: right;
    font-family: "CentraNo2-Medium";
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 0px;
    padding-right: 5px;
    width: 50%;
    text-align: right;
    padding: 6px;
    padding-right: 0px;
}

#cart dl>dt:last-of-type,
#cart dl>dd:last-of-type {
    border: 0px;
}

#cart .cart-footer {
    overflow: hidden;
}

#cart .cart-footer p {
    font-family: "CentraNo2";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

#cart .promocode {
    padding-bottom: 10px;
    border-top: 1px solid #9C9D9E;
    border-bottom: 1px solid #9C9D9E;
    font-family: "CentraNo2";
    font-weight: 400;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 24px;
}

#cart .promocode .topen {
    margin-right: 12px;
    content: '+';
}

#cart .promocode.show .topen {
    content: '-';
}

#cart .promocode h3 {
    font-family: "CentraNo2";
    font-weight: 400;
    padding-left: 24px;
    position: relative;
    margin: 0px;
    margin-right: 12px;
    margin-top: 12px;
}

#cart .promocode h3::before {
    display: block;
    content: '+';
    position: absolute;
    left: 0;
}

#cart .promocode.show h3::before {
    content: '-';
}

#cart .promocode .toogle-promocode {
    cursor: pointer;
}

#cart .promocode:not(.show) input,
#cart .promocode:not(.show) button,
#cart .promocode:not(.show) .explain {
    display: none
}

#cart .promocode input {
    background: #F7F7F7;
    color: #1DCF59;
    padding: 8px;
    border: none;
    flex-grow: 1;
    flex-shrink: 1;
    width: 80px;
    border-radius: 0px;
    margin-top: 10px;
    margin-right: 8px;
}

#cart .promocode .explain {
    color: #1DCF59;
    white-space: nowrap;
    margin-top: 10px;
}

#cart .promocode .explain:not(:empty) {
    margin-right: 7px;
}

#cart .promocode button {
    height: 34px;
    background: #9c9d9e;
    margin: 0px;
    margin-left: auto;
    margin-top: 10px;
    margin-right: 0px;
    flex-grow: 1;
    min-width: 160px;
    max-width: 160px;
}

#cart .promocode button:hover {
    background: #F6988D;
}

#cart .cart-unvalid-items {
    background: #F6988D;
    padding: 12px;
    color: #fff;
    margin: 18px 0;
    font-family: "CentraNo2";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

#cart .cart-unvalid-items h3 {
    margin: 0;
    color: #fff;
}

#cart .cart-unvalid-items p {
    margin: 6px 0 0 0;
}

#cart .cart-unvalid-items ul {
    margin: 12px 0 4px 0;
    padding: 0 0 0 24px;
}

#cart .cart-unvalid-items li {}

#cart .cart-unvalid-items .refresh-button {
    margin: 24px 0 6px;
    text-align: center;
}

#cart .cart-unvalid-items .refresh-button a {
    background: #c7473c;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
}

@media (max-width: 1024px) {

    #cart {
        height: calc(100% - 169px);
        top: 169px;
    }

}

@media (max-width: 896px) {

    .home:not(.toggled):not(.cart-on) .header-cart-link .cart-toggle,
    .video-podd:not(.toggled):not(.cart-on) .header-cart-link .cart-toggle,
    .post-type-archive-sans:not(.toggled):not(.cart-on) .header-cart-link .cart-toggle,
    .front-events:not(.toggled):not(.cart-on) .header-cart-link .cart-toggle {
        background-image: url('assets/images/shop_white.svg');
    }

    #cart {
        background: white;
        top: 0px !important;
        height: 100% !important;
        transition: none;
    }

    #cart .cart-area {
        padding-top: 80px;
        width: 100%;
        position: relative;
        margin: 0px auto;
        padding-left: 20px;

        right: 0px;
        transition: none;
    }

    header.site-header {
        overflow: visible;
	}
	
	body.cart-on {
		position: fixed; /* blocks unwanted scroll on iphone*/
	}

    .cart-on .site-header {
        height: 100%;
    }

    .cart-on .primary-menu-wrapper {
        display: none;
    }

    #cart .cart-list {
        margin-top: 40px;
    }

    #cart .cart-list .item {
        max-width: 300px;
    }

    .header-cart-link .count {
        top: -11px;
        left: 26px;
        font-size: 14px;
    }

}

@media (max-width: 600px) {

    #cart .promocode button {
        max-width: none;
    }

    #cart dl {
        margin-top: 10px;
    }

    #cart .cart-list {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #cart footer>p {
        font-size: 10px;
        font-weight: 400;
        line-height: 13px;
    }

    #cart .cart-list ul li {
        display: grid;
        grid-template-columns: 100px minmax(0, 1fr) 35px;
    }

    #cart .cart-list .author {
        margin-top: 5px;
    }

    #cart .cart-list figure {
        grid-row: 1 / span 2;
    }

    #cart .cart-list .remove,
    #cart .cart-list .item {
        grid-row: 1;
        max-width: none;
    }

    #cart .cart-list .count {
        grid-row: 2;
        margin-top: 5px;
        padding-left: 0px;
    }

}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

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

.primary-menu-wrapper {
    border-top: 1px solid #9C9D9E;
    border-bottom: 1px solid #9C9D9E;
    max-width: 1260px;
    margin: 0px auto;
}

.primary-menu-container {
    margin: 0px auto;
}

.main-navigation ul.menu>li.menu-item {
    font-family: "CentraNo2";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.main-navigation ul.menu>li.menu-item {
    padding: 10px;
}

.mobile-menu-link {
    position: absolute;
    left: 22px;
    top: 22px;
    display: none;
    z-index: 31;
    width: 36px;
    height: 36px;
}

.mobile-menu-link div {
    width: 28px;
    height: 20px;
    border-top: 2px solid #000;
    transition: 0.3s;
    position: absolute;
    top: 1px;
}

.mobile-menu-link div:after,
.mobile-menu-link div:before {
    position: absolute;
    content: '';
    width: 28px;
    height: 2px;
    background-color: #000;
    top: 7px;
    left: 0px;
    transition: 0.3s;
}

.home:not(.toggled):not(.cart-on) .mobile-menu-link div,
.video-podd:not(.toggled):not(.cart-on) .mobile-menu-link div,
.post-type-archive-sans:not(.toggled):not(.cart-on) .mobile-menu-link div,
.front-events:not(.toggled):not(.cart-on) .mobile-menu-link div {
    border-top: 2px solid #fff;
}

.home:not(.toggled):not(.cart-on) .mobile-menu-link div:after,
.home:not(.toggled):not(.cart-on) .mobile-menu-link div:before,
.video-podd:not(.toggled):not(.cart-on) .mobile-menu-link div:after,
.video-podd:not(.toggled):not(.cart-on) .mobile-menu-link div:before,
.front-events:not(.toggled):not(.cart-on) .mobile-menu-link div:after,
.front-events:not(.toggled):not(.cart-on) .mobile-menu-link div:before,
.post-type-archive-sans:not(.toggled):not(.cart-on) .mobile-menu-link div:after,
.post-type-archive-sans:not(.toggled):not(.cart-on) .mobile-menu-link div:before {
    background-color: #fff;
}

.mobile-menu-link div:before {
    top: 16px;
}

.toggled .mobile-menu-link div:before {
    display: none;
}

.toggled .mobile-menu-link div,
.toggled .mobile-menu-link div:after {
    height: 2px;
    width: 28px;;
    top: 13px;
}

.toggled .mobile-menu-link div {
    transform: rotate(-45deg);
    position: absolute;
    top: 11px;
    left: 0px;
}

.toggled .mobile-menu-link div:after {
    transform: rotate(90deg) translatex(-15px);
}

.main-navigation li.column>a {
    display: none !important;
}

.main-navigation .sub-menu ul {
    font-size: 16px;
}

.main-navigation .sub-header {
    display: none;
}

.main-navigation li.current-menu-item>.sub-menu>ul>li>a,
.main-navigation li.current-menu-ancestor>.sub-menu>ul>li>a,
.main-navigation li.open>.sub-menu>ul>li>a {
    display: inline-block;
}

.menu-toggle {
    position: absolute;
    left: -4px;
    top: -6px;
    display: block;
    z-index: 30;
    width: 36px;
    height: 33px;
    overflow: hidden;
    background: transparent;
    border: none !important;
    color: transparent;
    background-color: transparent !important;
    text-indent: -1000px;
    display: none !important;
}

.menu-toggle:focus,
.menu-toggle:active {
    outline: thin dotted #D64353;
}

.main-navigation a:not([href]) {
    cursor: default;
}

.main-navigation a:not([href]):active {
    text-decoration: none;
}

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

    .main-navigation ul.menu li.menu-item {
        font-size: 14px;
        line-height: 18px;
    }

    .main-navigation ul.menu>li.menu-item-has-children>.sub-menu {
        padding: 7px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}

@media (max-width: 896px) {

    .site-branding {
		height: 70px;
    }

    body.toggled .site-main {
        overflow: hidden;
    }

    body.toggled {
        overflow: hidden;
    }

    .toggled .site-branding {
        background: white;
    }

    .toggled .site-header {
        overflow-y: auto;
        height: 100vh;
    }

    .custom-logo-link {
        padding: 15px;
        top: 0px !important;
    }

    .custom-logo-link img {
        height: 30px;
        content: url('assets/images/fritanke_logo_only.svg');
    }

    .home:not(.toggled):not(.search-on):not(.cart-on) .custom-logo-link img,
    .video-podd:not(.toggled):not(.search-on):not(.cart-on) .custom-logo-link img,
    .front-events:not(.toggled):not(.search-on):not(.cart-on) .custom-logo-link img,
    .post-type-archive-sans:not(.toggled):not(.search-on):not(.cart-on) .custom-logo-link img {
        content: url('assets/images/fritanke_logo_only_white.svg');
	}
	
	body.cart-on .site-branding {
		background: #fff;
	}

    .header-search,
    .header-cart-link {
        top: 20px;
    }

    .header-cart-link .cart-toggle {
        height: 28px;
        width: 28px;
    }

    .header-search .search-toggle {
        width: 28px;
        height: 28px;
    }

    .header-search {
        right: 70px;
    }

    .main-navigation ul.menu>li.menu-item {
        padding: 0px;
        margin-bottom: 5px;
    }

    .main-navigation li.column .sub-menu a {
        text-transform: uppercase !important;
        font-family: "CentraNo2-Medium";
    }

    .primary-menu-container {
        width: 100%;
        margin: 0px;
        padding-left: 25px;
        padding-right: 25px;
        background: white;
        min-height: calc(100vh - 70px);
        visibility: hidden;
        left: -400px;
        position: absolute;
    }

    .primary-menu-wrapper {
        border: 0px;
        max-width: 400px;
        margin: 0px;
        position: relative;
    }

    .mobile-menu-link {
        display: block;
    }

    .main-navigation ul {
        display: block;
    }

    .main-navigation li {
        position: relative;
    }

    .main-navigation ul.menu>li.menu-item>a {
        display: inline-block;
        padding: 8px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-navigation ul.menu>li.menu-item.open>a {
        color: #D64353;
    }

    .main-navigation .sub-menu li.open .sub-menu::before {
        color: #000 !important;
        top: -32px;
    }

    .main-navigation .sub-menu li:not(.column) .sub-menu>ul>li>a {
        text-decoration: none !important;
        text-transform: none !important;
        letter-spacing: 0px;
        font-size: 14px;
        line-height: 18px;
        font-family: 'CentraNo2';
    }

    .main-navigation ul.menu>li:not(.column)>.sub-menu {
        position: absolute;
        padding: 32px 0 0 0;
        margin: 0;
        max-height: 0px;
        overflow: hidden;
        top: 7px;
        width: 32px;
        right: 0px;
    }

    .menu-toggle,
    .toggled .main-navigation ul.nav-menu {
        display: block !important;
        margin: 0 auto;
        padding: 0px;
        padding-top: 25px;
        z-index: 10;
        position: relative;
        background: white;
    }

    .toggled .primary-menu-container {
        visibility: visible;
        transition: visibility 0.3s, left 0.3s ease-in-out;
        padding-bottom: 125px;
        left: 0px;
    }

    .main-navigation ul.menu li.menu-item {
        text-align: left;
        height: auto;
        font-size: 16px;
        line-height: 21px;
    }

    .main-navigation .sub-menu li.menu-item>a {
        display: inline-block;
        padding: 8px;
        text-transform: uppercase;
        font-family: "CentraNo2-Medium";
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-navigation .sub-menu .sub-menu li.menu-item>a {
        font-weight: normal;
    }

    /*     .main-navigation .sub-menu li.menu-item-has-children>a {
        text-decoration: underline;
        color: black;
        font-family: "CentraNo2-Medium";
        text-transform: initial;
    }
 */
    .main-navigation li li.current-menu-item>a {
        font-family: "CentraNo2-Medium";
        color: #D64353;
    }

    .main-navigation .sub-menu li::after {
        left: 0px;
        width: calc(100% - 20px);
    }

    .main-navigation .sub-menu li:last-child::after {
        display: none;
    }

    .main-navigation li.current-menu-item>.sub-menu,
    .main-navigation li.current-menu-ancestor>.sub-menu,
    .main-navigation li.open>.sub-menu {
        max-height: none;
        position: relative;
        padding-top: 0px;
        padding-left: 0px;
        top: 0px;
        overflow: visible;
        width: 100%;
    }

    .main-navigation ul.menu>li.current-menu-item>a {
        color: #D64353;
    }

    .main-navigation ul.menu>li.current-menu-item>a,
    .main-navigation ul.menu>li.current-page-ancestor>a,
    .main-navigation ul.menu>li.current-menu-ancestor>a {
        font-family: "CentraNo2-Medium";
    }

    .main-navigation ul.menu>li.open>.sub-menu,
    .main-navigation ul.menu>li.current_page_ancestor>.sub-menu,
    .main-navigation ul.menu>li.current-menu-ancestor>.sub-menu,
    .main-navigation ul.menu>li.current-menu-item>.sub-menu {
        max-height: none;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        top: 0px;
        overflow: visible;
        width: 100%;
        border-top: 1px solid #9C9D9E;
        border-bottom: 1px solid #9C9D9E;
        margin-top: 5px;
    }

    .main-navigation li.current-menu-item>.sub-menu>ul,
    .main-navigation li.current-menu-ancestor>.sub-menu>ul,
    .main-navigation li.open>.sub-menu>ul {
        display: block;
    }

    .main-navigation ul.menu>li:not(.column).open>.sub-menu::before {
        content: '-';
        top: -42px;
        right: -1px;
        padding-left: 11px;
        line-height: 32px;
        color: #D64353;
    }

    .main-navigation li.current-menu-item>.sub-menu::before,
    .main-navigation li.current-menu-ancestor>.sub-menu::before {
        content: '' !important;
    }

    .main-navigation ul.menu>li:not(.column)>.sub-menu::before {
        content: '+';
        display: block;
        height: 32px;
        width: 32px;
        position: absolute;
        transition: transform 0.3s;
        right: 0px;
        top: -5px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        line-height: 32px;
        padding-left: 11px;
    }

    .main-navigation li.column>.sub-menu::before {
        content: '';
    }

    .main-navigation li.column>.sub-menu>ul {
        display: block;
    }

    .main-navigation .sub-menu li:not(.column)>.sub-menu ul {
        display: block;
        margin-bottom: 8px;
    }

    .main-navigation .sub-menu li.column>.sub-menu {
        border-bottom: 1px solid #9C9D9E;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

}

@media (min-width: 896px) {

    .main-navigation {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-navigation ul.menu {
        display: flex;
        justify-content: space-between;
        max-width: 1020px;
        margin: 0px auto;
    }

    .main-navigation .sub-menu a {
        text-transform: uppercase;
        font-family: "CentraNo2-Medium";
    }

    .main-navigation li {
        position: static;
        border: 0px;
        padding: 0px;
        text-align: left;
    }

    .main-navigation li::after {
        content: none;
    }

    .main-navigation li a {
        margin: 0px;
    }

    .main-navigation ul.menu>li.menu-item:not(:first-child) {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-navigation ul.menu>li.menu-item:first-child {
        padding-left: 10px;
    }

    .main-navigation ul.menu>li.menu-item:last-child {
        padding-right: 10px;
    }

    .main-navigation .nav-menu>li>.sub-menu {
        max-height: none;
        position: relative;
        right: 0px;
        margin: 0px;
        width: 100%;
    }

    .main-navigation .nav-menu .sub-menu .sub-menu {
        padding-top: 0px !important;
        display: block;
        position: relative;
        max-height: none;
        width: auto;
        margin-top: 0;
    }

    .main-navigation .nav-menu>li>.sub-menu>ul>li.menu-item {
        border-right: 1px solid #9C9D9E;
        padding-right: 15px;
        padding-left: 15px;
    }

    .main-navigation .nav-menu>li>.sub-menu>ul>li.menu-item:last-child {
        border-right: 0px;
        padding-right: 0px;
    }

    .main-navigation .nav-menu .sub-menu .sub-menu ul {
        display: block;
    }

    .main-navigation .nav-menu .sub-menu .sub-menu .sub-menu>ul li a,
    .main-navigation .nav-menu .sub-menu li:not(.column) .sub-menu>ul li a {
        text-transform: none;
        font-family: "CentraNo2";
        letter-spacing: 0px;
    }

    .main-navigation .sub-menu a {
        padding: 10px;
        color: #000;
        display: block;
    }

    .main-navigation .sub-menu a:hover,
    .main-navigation .sub-menu a:focus,
    .main-navigation .sub-menu a:active {
        color: #D64353;
    }

    .main-navigation .nav-menu>li>.sub-menu>ul {
        display: flex;
        margin: 0px auto;
        position: relative;
    }

    .main-navigation .nav-menu>li>.sub-menu .sub-menu ul>li {
        text-align: left;
    }

    .main-navigation li.current-menu-item>a {
        font-family: "CentraNo2-Medium";
        color: #D64353;
    }

    .main-navigation ul.menu>li.menu-item>.sub-menu.show,
    .main-navigation ul.menu>li.menu-item.focus>.sub-menu {
        display: block;
        left: 0px;
    }

    .main-navigation ul.menu>li.menu-item:hover>.sub-menu>ul,
    .main-navigation ul.menu>li.menu-item.focus>.sub-menu>ul {
        display: flex;
    }

    .main-navigation ul.menu>li.menu-item-has-children>.sub-menu {
        position: absolute;
        background: #f4f4f5;
        width: 100%;
        min-height: 325px;
        top: 100%;
        left: -999em;
        z-index: 100;
        max-width: 1260px;
        padding: 40px;
        padding-left: 25px;
        margin: 0px auto;
        margin-top: -1px;
    }

    .main-navigation .nav-menu>li.contained>.sub-menu>ul>li.menu-item {
        border-right: 0px;
    }

    .main-navigation ul.menu>li.contained.menu-item>.sub-menu>ul {
        justify-content: center;
    }

    .main-navigation ul.menu>li.contained.menu-item-has-children>.sub-menu {
        padding: 7px !important;
        padding-top: 6px !important;
        min-height: 0px !important;
        padding-left: 25px !important;
    }

    .main-navigation li>.sub-menu::before {
        content: '';
        display: none;
    }

    .main-navigation li.current-menu-item>.sub-menu,
    .main-navigation li.current-menu-ancestor>.sub-menu,
    .main-navigation li.open>.sub-menu {
        background-color: transparent;
    }

    .main-navigation .sub-header {
        display: none;
    }

    .main-navigation ul.menu>li.current-menu-item>a {
        color: #D64353;
    }

    .main-navigation ul.menu>li.current-menu-item>a,
    .main-navigation ul.menu>li.current-page-ancestor>a,
    .main-navigation ul.menu>li.current-menu-ancestor>a {
        font-family: "CentraNo2-Medium";
    }

}

@media (max-width: 1300px) and (min-width: 896px) {

    .main-navigation .nav-menu>li>.sub-menu>ul>li.menu-item {
        padding-right: 10px;
        padding-left: 10px;
    }

}

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

    .main-navigation ul.menu>li.menu-item:not(:first-child) {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (max-width: 1200px) and (min-width: 896px) {

    .main-navigation .nav-menu>li>.sub-menu>ul>li.menu-item {
        padding-right: 0px;
        padding-left: 0px;
    }

}

.navigation.pagination {
    max-width: 1300px;
    margin: 0px auto;
    margin-top: 40px;
}

.nav-links {
    border-top: 1px solid #9C9D9E;
    display: flex;
    font-family: "CentraNo2";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    justify-content: center;
    padding-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.nav-links .page-numbers {
    padding: 5px;
}

.nav-links .current {
    font-family: "CentraNo2-Medium";
    color: #D64353;
}

.nav-links .prev {
    margin-right: 15px;
}

.nav-links .next {
    margin-left: 15px;
}

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

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


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    width: 100%;
}

.menu-footer-menu-container {
    max-width: 1250px;
    margin: 0px auto;
}

.footer-navigation {
    background: #38132F;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-navigation a {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.footer-navigation a:hover,
.footer-navigation a:focus,
.footer-navigation a:active {
    color: #D64353;
}

.footer-navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-navigation ul.menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.footer-navigation ul.menu>li.menu-item {
    color: #ffffff;
    font-family: "CentraNo2";
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
}

.footer-navigation ul.menu>li.menu-item.bold {
    font-family: "CentraNo2-Medium";
}

.site-info {
    display: block;
    width: 100%;
}

.site-info>div {
    max-width: 1150px;
    margin: 0px auto;
    text-align: center;
    width: 300px;
}

.site-info .social-links h2 {
    font-size: 13px;
    color: inherit;
    margin: 0px;
}

.site-info .social-links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-left: 20px;
}

.site-info .social-links ul>li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.site-info .social-links ul>li>a {
    width: 32px;
    height: 32px;
    overflow: hidden;
    display: inline-block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
}

.widget-footer {
    display: flex;
    max-width: 1250px;
    margin: 0px auto;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.widget-footer h3 {
    font-family: "IvarHeadline";
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    margin: 0px;
    margin-bottom: 10px;
}

.widget-footer article {
    padding: 20px;
    width: 100%;
    text-align: center;
}

.widget-footer article:not(:last-child) {
    border-right: 1px solid #9C9D9E;
}

.widget-footer article .social-link {
    text-align: center;
}

.widget-footer article .social-link img {
    display: block;
    margin: 10px auto;
}

.social-footer p {
    display: flex;
    justify-content: center;
}

.social-footer a {
    font-family: "CentraNo2-Medium";
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    margin: 0px 30px;
}

.social-footer a:hover,
.social-footer a:active,
.social-footer a:focus {
    text-decoration: underline;
    color: #000;
}

.subscribe-footer p {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.subscribe-footer .mc4wp-response {
    max-width: 435px;
    margin: 0px auto;
    text-align: left;
}

.subscribe-footer input[type="email"] {
    border-right: 0px;
    max-width: 380px;
    border-radius: 7px 0px 0px 7px;
}

.subscribe-footer input[type="email"]::placeholder {
    letter-spacing: 1px;
    color: #000;
}

.subscribe-footer input[type="email"]:-ms-input-placeholder {
    letter-spacing: 1px;
    color: #000;
}

.subscribe-footer input[type="email"]::-ms-input-placeholder {
    letter-spacing: 1px;
    color: #000;
}

.subscribe-footer input[type="submit"] {
    border-radius: 0px 7px 7px 0px;
    border: 1px solid #9C9D9E;
    border-left: 0px;
    padding: 15px;
    margin: 0px;
}

/* .subscribe-feedback {
    font-family: "CentraNo2";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 0px 75px;
    display: none;
}
 */
@media (max-width: 1200px) {

    .footer-navigation ul.menu>li.menu-item {
        font-size: 14px;
        line-height: 18px;
    }

}

@media (max-width: 1024px) {

    .footer-navigation ul.menu>li.menu-item {
        font-size: 12px;
        line-height: 16px;
    }

    .widget-footer article {
        border-right: none !important;
    }

    .widget-footer h3 {
        font-size: 24px;
        line-height: 29px;
    }

}

@media (max-width: 896px) {

    .widget-footer {
        display: block;
        margin-bottom: 30px;
    }

    .widget-footer article {
        border-right: none !important;
    }

    .widget-footer h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .social-footer a {
        margin: 0px 10px;
    }

    .widget-footer article .social-link img {
        width: 35px;
    }

    .footer-navigation {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .footer-navigation ul.menu {
        display: block;
    }

    .footer-navigation ul.menu>li.menu-item {
        text-align: center;
        padding: 6px;
    }

}

@media (max-width: 600px) {

    .widget-footer article {
        padding-left: 00px;
        padding-right: 00px;
    }

    .widget-footer {
        margin-top: 20px;
    }

}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 12px 24px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    background-color: #D64353;
    border-radius: 5px;
    border: 1px solid transparent;
    color: #ffffff;
    font-family: "CentraNo2-Medium";
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    display: inline-block;
    overflow-wrap: normal;
    word-break: keep-all;
    outline: none;
    /* Above WP toolbar. */
}

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


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft,
.alignright {
    max-width: 636px !important;
    /* Let's work to make this !important unnecessary */
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
    max-width: 50%;
    width: 50%;
}

.alignleft figcaption {
    clear: left;
}

.alignright figcaption {
    clear: right;
}

.alignleft img,
.alignleft figcaption {
    float: left;
    margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget-area {
    width: 25%;
}

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#page {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#page-overlay {
    top: 172px;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 200;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s, backdrop-filter 0.3s, opacity 0.3s linear;
}

.site-main {
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    flex-grow: 1;
}

.entry-content>.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {

    #page-overlay {
        top: 169px;
    }

    .site-main {
        padding-top: 18px;
    }

}

@media (max-width: 896px) {

    .site-main {
        padding-top: 70px;
    }

    #page-overlay {
        top: 0px;
    }

    .home .site-main,
    .video-podd .site-main,
    .front-events .site-main,
    .post-type-archive-sans .site-main {
        padding-top: 0px;
    }

}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.archive-description {
    text-align: center;
    margin-bottom: 20px;
    font-family: "IvarHeadline";
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.sticky {
    display: block;
}

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

.entry-summary>p:last-child {
    margin-bottom: 0px;
}

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

.entry-header,
.page-header,
.entry-footer,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content {
    margin: 0px;
}

.entry-header .wp-post-image {
    margin-bottom: 1.5em;
}

.entry-footer span {
    margin-right: 1em;
}

.entry-footer {
    color: #9C9D9E;
    margin-top: 100px;
}

.entry-header,
.page-header,
.entry-footer,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content {
    max-width: 670px;
    margin: 0px auto;
    padding-left: 20px;
    padding-right: 20px;
}

body.archive .page-header {
    max-width: 830px;
    border-bottom: 1px solid #9C9D9E;
    padding-bottom: 30px;
    margin-bottom: 5px;
}

body.blog .page-title,
body.archive .page-title {
    font-family: "IvarHeadline";
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
}

body.archive .entry-header {
    max-width: 710px;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {

    body.blog .page-header,
    body.archive .page-header {
        padding-bottom: 15px;
    }

    body.archive .page-title {
        margin-top: 18px;
    }

}

@media (max-width: 896px) {

    .archive-description {
        font-size: 21px;
        line-height: 34px;
    }

    body.archive .entry-header {
        margin-bottom: 30px;
    }

}

@media (max-width: 600px) {

    .archive-description {
        font-size: 18px;
        line-height: 31px;
    }

    body.archive .entry-header {
        margin-bottom: 20px;
    }

}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}


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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.1111111111%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
## Misc
--------------------------------------------------------------*/

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.clearfix-before::before {
    content: "";
    display: table;
    border-collapse: collapse;
}


.top-link {
    margin: 0px auto;
    text-align: center;
    display: block;
    padding: 25px;
    overflow: hidden;
}

.hide-title .entry-header h1.entry-title,
.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*--------------------------------------------------------------
## Search form
--------------------------------------------------------------*/

.search .page-header {
    max-width: 960px;
}

.search-form .search-submit {
    display: none !important;
}

.search-form .search-field {
    border: 0px;
    border-bottom: 2px solid black;
    font-family: "IvarText";
    font-size: 36px;
    font-weight: 500;
    line-height: 43px;
    padding-left: 0px;
    padding-bottom: 5px;
    border-radius: 0px;
    outline: none;
    -webkit-appearance: none;
}

.search-categories {
    max-width: 960px;
}

.search-categories ul {
    display: flex;
    list-style-type: none;
    padding: 0px;
    justify-content: space-between;
    margin: 0px;
    margin-bottom: 70px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.search-categories ul li {
    text-align: center;
    font-family: "CentraNo2";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px;
}

.search-categories ul li.selected {
    font-family: "CentraNo2-Medium";
    color: #D64353;
}

.search-categories ul li span {
    display: block;
}

.category-description {
	text-align: left;
	font-family: "IvarHeadline";
    font-size: 18px;
}

@media (max-width: 896px) {

    .search-categories ul {
        margin-bottom: 40px;
        justify-content: center;
        margin-top: 10px;
    }

    .search-categories ul li {
        padding: 15px;
    }

    .search-categories ul li span {
        display: inline;
    }

}


/*--------------------------------------------------------------
## Post single item
--------------------------------------------------------------*/

body.single .post-article>header.entry-header {
    max-width: 730px;
    position: relative;
}

body.single .post-article>header .entry-title {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px;
}

body.single .post-article>.entry-content .inner {
    margin-bottom: 40px;
}

body.single .post-article>.entry-content .source {
    text-transform: uppercase;
    margin-bottom: -14px;
}

body.single .post-article>.entry-content>* {
    max-width: 730px;
}

body.single .post-article>.entry-content>.list-section {
    max-width: unset;
}

body.single .post-article>header .is-style-label {
    margin-bottom: 18px;
}

body.single .post-article>.entry-content figure {
    text-align: left;
    margin-top: 10px;
}

body.single .post-article>header .external_link {
    position: absolute;
    left: -255px;
    top: 15px;
    font-family: "CentraNo2-Medium";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1.75px;
}

body.single .post-article .entry-meta {
    margin-top: 10px;
}

body.single .post-article .entry-footer {
    position: relative;
}

body.single .post-article .entry-footer .back-link {
    position: absolute;
    bottom: -120px;
    width: 90%;
    text-align: center;
}

@media (max-width: 1300px) {

    body.single .post-article>header .external_link {
        position: unset;
    }

}


/*--------------------------------------------------------------
# Section listing
--------------------------------------------------------------*/

.list-section {
    max-width: 1440px;
    padding: 0px;
    margin-bottom: 60px;
    clear: both;
}

.list-section>header {
    max-width: 1300px;
    margin: 0px auto;
    margin-bottom: 30px;
    font-family: "CentraNo2";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.list-section>header>div {
    border-top: 1px solid #9C9D9E;
    border-bottom: 1px solid #9C9D9E;
    margin-right: 20px;
    margin-left: 20px;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.list-section>header>div.secondary-filter {
    border-top: none;
    border-bottom: none;
    padding-top: 10px;
}

.list-section>header h2 {
    font-family: "CentraNo2";
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    text-align: center;
}

.list-section>header>div>h2,
.list-section>header h3 {
    margin: 0px;
    font-family: "CentraNo2-Bold";
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 8px;
}

.list-section>header h3.label {
    margin-right: 60px;
}

.list-section>header .secondary-filter h3::before {
    display: block;
    content: '+';
    position: absolute;
    left: 0;
}

.list-section>header .secondary-filter.active h3::before {
    content: '-';
}

.list-section>header .secondary-filter h3 {
    cursor: pointer;
    padding-left: 24px;
    position: relative;
    margin-bottom: 20px;
}

.list-section>header ul {
    display: flex;
    list-style-type: none;
    width: 100%;
    margin: 0px;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: space-between;
}

.list-section>header ul>li {
    font-family: "CentraNo2";
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px;
    cursor: default;
}

.list-section>header .right {
    margin-top: 0;
    padding-right: 0px;
    margin-left: auto !important;
}

.list-section>header .secondary-filter ul {
    justify-content: flex-end;
    max-width: inherit !important;
}

.list-section>header .secondary-filter ul>li {
    border: 1px solid #9C9D9E;
    border-radius: 4px;
    padding: 5px 10px;
    margin-left: 10px !important;
    margin-bottom: 10px;
}

.list-section>header .secondary-filter:not(.active) ul {
    display: none;
}

.list-section>header.left ul {
    justify-content: left;
}

.list-section>header ul.center {
    justify-content: center;
}

.list-section>header.center>div>h3 {
    text-align: center;
}

.list-section>header.center>div {
    justify-content: center;
}

.list-section>header.center>div>ul {
    position: absolute;
}

.list-section>header li.selected {
    font-family: "CentraNo2-Medium";
    color: #D64353;
}

.list-section>header li.selected>a {
    color: #D64353;
    text-decoration: none;
    outline: none;
}

@media (max-width: 1024px) {

    .list-section>header>div {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .list-section>header {
        margin-bottom: 20px;
    }

    .list-section {
        margin-bottom: 40px;
    }

}

@media (max-width: 896px) {

    .list-section>header>div>h2,
    .list-section>header h3 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .list-section>header.center>div>ul {
        margin-top: 0px;
    }

    .list-section>header h3.label {
        margin-right: 25px;
    }

    .list-section>header ul {
        justify-content: end;
    }

    .list-section>header ul>li {
        padding-right: 15px;
    }

    .list-section>header ul>li {
        font-size: 14px;
        line-height: 18px;
    }

}

@media (max-width: 600px) {

    .list-section>header h3.label {
        text-align: center;
        margin-right: 0px;
    }

    .list-section {
        margin-bottom: 30px;
    }

    .list-section>* {
        padding-left: 15px;
        padding-right: 15px;
    }

    .list-section>.flex-list {
        padding-left: 0px;
        padding-right: 0px;
    }

    .list-section>header>div {
        margin-right: 5px;
        margin-left: 5px;
        display: block;
    }

    .list-section .filter .right {
        margin-left: unset;
    }

    .list-section>header.center.right>div {
        display: flex;
        justify-content: space-between;
    }

    .list-section>header.right>div>ul {
        position: unset;
    }

    .list-section>header .secondary-filter h3 {
        text-align: left !important;
        margin-bottom: 10px !important;
    }

    .list-section>header .secondary-filter ul>li {
        padding: 3px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-left: 0px !important;
        margin-right: 10px !important;
        margin-bottom: 5px !important;
    }

}


/*--------------------------------------------------------------
# Generic flex listing
--------------------------------------------------------------*/

.flex-list {
    display: flex;
    flex-wrap: wrap;
}

.flex-list article {
    width: 25%;
    flex-grow: 1;
    max-width: 25%;
}

.flex-list article figure {
    /*padding: 20px;*/
    background: #d8d8d8;
    height: calc(100vw / 4 - 6px);
    display: flex;
    margin-left: 1px;
    margin-right: 1px;
	max-height: 360px;
	position: relative;
}

.flex-list article:first-child figure {
    margin-left: 0px;
}

.flex-list article:last-child figure {
    margin-right: 0px;
}

.flex-list article figure>img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.flex-list article details {
    font-family: "CentraNo2-Medium";
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 20px;
    text-transform: uppercase;
}

.flex-list article details ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    justify-content: center;
}

.flex-list article details ul>li:not(:first-child) {
    padding-left: 10px;
}

.flex-list article details ul>li:not(:last-child) {
    border-right: 1px solid #9C9D9E;
    padding-right: 10px;
}

.flex-list article details summary {
    display: none;
}

.flex-list article details summary::-webkit-details-marker {
    display: none;
}

.flex-list article .content {
    padding: 15px;
    padding-top: 0px;
}

.flex-list article .title {
    font-family: "CentraNo2-Medium";
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    margin: 0px;
    margin-top: 8px;
    white-space: normal;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex-list article .date {
    font-family: "CentraNo2-Medium";
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    margin: 0px;
    margin-top: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.flex-list article .description {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "IvarText";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.flex-list article .author {
    font-family: "CentraNo2";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 0px;
    margin-top: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.flex-list article .coming-soon {
    font-family: "CentraNo2-Medium";
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    position: relative;
    top: 12px;
}

.below-button-note {
    font-family: "CentraNo2";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 0px;
    margin-top: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
}

.below-button-note span.cart-toggle {
    text-decoration: underline;
    cursor: pointer;
}


.flex-list article footer .wp-block-button,
.flex-list article footer .wp-block-button a,
.book-page .header .wp-block-button,
.book-page .header .wp-block-button a {
    margin-right: 0;
}

@media (max-width: 1024px) {

    .flex-list article figure {
        height: calc(100vw / 3 - 8px);
    }

    .flex-list article {
        width: 33.33%;
        max-width: 33.33%;
    }

    .flex-list article .author {
        font-size: 12px;
        line-height: 15px;
    }

}

@media (max-width: 896px) {

    .flex-list article .author {
        margin-top: 20px;
    }

    .flex-list article {
        max-width: 33.33%;
    }

}

@media (max-width: 600px) {

    .flex-list article .author {
        margin-top: 10px;
    }

    .flex-list article {
        width: 50%;
    }

    .flex-list article .content {
        padding: 10px;
        padding-top: 0px;
    }

    .flex-list article figure {
        height: calc(100vw / 2 - 33px);
        margin: 5px !important;
    }

    .flex-list article {
        max-width: 50%;
    }

}


/*--------------------------------------------------------------
# Generic cover image styles
--------------------------------------------------------------*/

.ft-block-cover {
    background-color: #9C9D9E;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    display: flex;
    padding: 40px;
    height: 100%;
}

.ft-block-cover .ft-block-cover__inner-container {
    width: 100%;
}

.ft-block-cover.has-background-dim:before {
    opacity: .5;
}

.ft-block-cover p {
    font-family: "CentraNo2";
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
    margin: 0px;
    margin-top: 20px;
}

.ft-block-cover h2 {
    font-family: "IvarHeadline";
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    margin: 0px;
}

.ft-block-cover h3 {
    font-family: "IvarHeadline";
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    margin: 0px;
}


/*--------------------------------------------------------------
# Catalog single page
--------------------------------------------------------------*/

.single-catalogs .entry-year {
    text-align: center;
    font-family: "CentraNo2";
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: -10px;
}


/*--------------------------------------------------------------
# Catalogs archive page
--------------------------------------------------------------*/

.flex-list.catalogs .title {
    margin-top: 20px;
}

.flex-list.catalogs .year {
    text-align: center;
    margin: 0px;
    font-family: "CentraNo2";
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 5px;
}

.book-reviews .book-reviews-table {
    width: 100%;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
}

.book-reviews .book-reviews-table {
    font-family: "CentraNo2";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 2px;
}

.book-reviews .book-reviews-table th {
    text-align: left;
    padding: 5px;
}

.book-reviews .book-reviews-table td {
    padding: 5px;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.book-reviews .book-reviews-table a {
    text-decoration: underline;
}

.book-reviews .book-reviews-table td:nth-child(1) {
    width: 20%;
}

.book-reviews .book-reviews-table td:nth-child(2) {
    width: 30%;
}

.book-reviews .book-reviews-table td:nth-child(3) {
    width: 30%;
}

.book-reviews .book-reviews-table td:nth-child(4) {
    width: 20%;
}

.book-reviews .book-reviews-table th.center {
}

.book-reviews .book-reviews-table .right {
    text-align: right;
}

.book-reviews.list-section {
    max-width: 1300px;    
}

@media (max-width: 896px) {

    .book-reviews .book-reviews-table {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 1.75px;
    }

}

@media (max-width: 600px) {

    .flex-list.catalogs article {
        max-width: none;
        width: 100%;
    }

    .flex-list.catalogs article figure {
        height: calc(100vw - 33px);
        max-height: none;
    }

    .book-reviews .book-reviews-table thead {
        display: none;
    }

    .book-reviews .book-reviews-table tr {
        margin-top: 15px;
        margin-bottom: 25px;
        display: block;
    }

    .book-reviews .book-reviews-table td:nth-child(1):before {
        content: 'Rec.dag. ';
    }

    .book-reviews .book-reviews-table td:nth-child(4):before {
        content: 'Utg.dag. ';
    }

    .book-reviews .book-reviews-table td {
        display: block;
        width: 100% !important;
        max-width: calc(100vw - 50px);
        text-align: center !important;
    }

}

/*--------------------------------------------------------------
# Events archive page
--------------------------------------------------------------*/

.events-cover {
    max-width: 1440px;
    max-height: 680px;
    height: calc(100vw / 2.12);
    align-items: center;
}

.events-cover p {
    font-family: "IvarText";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 500px;
}

.events-cover h2 {
    font-family: "IvarHeadline";
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    margin: 10px;
    text-align: center;
}

.events-cover h3 {
    font-family: "CentraNo2-Medium";
    font-size: 16px;
    line-height: 20px;
    grid-column: 2;
    margin-bottom: 5px;
}

.events-cover>div {
    display: flex;
    justify-content: flex-end;
}

.events-cover .latest {
    text-align: left;
    margin-right: 30px;
    flex-basis: 470px;
}

.events-cover .latest .description {
    grid-column: 2;
    font-family: "IvarText";
    font-size: 14px;
    line-height: 16px;
}

.events-cover .latest .date {
    grid-column: 1;
    font-family: "CentraNo2";
    grid-row: 1 / span 2;
}

.events-cover .latest .date>a>span {
    display: block;
    text-align: left;
}

.events-cover .latest .more {
    font-family: "CentraNo2";
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
    display: block;
    margin-top: 30px;
    margin-bottom: 60px;
}

.events-cover .latest .date>a>span:first-child {
    font-family: "CentraNo2-Medium";
    line-height: 33px;
    font-size: 34px;
    text-align: left;
}

.events-cover .latest ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: fit-content;
}

.events-cover .latest ul li {
    font-family: "IvarHeadline";
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    padding: 10px;
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    border-bottom: 1px solid #9C9D9E;
    padding-bottom: 15px;
    padding-top: 15px;
}

@media (max-width: 1024px) {

    .events-cover .latest .date>a>span {
        font-size: 18px;
    }

    .events-cover .latest .date>a>span:first-child {
        font-size: 27px;
        line-height: 24.75px;
    }

    .events-cover .latest {
        flex-basis: 330px;
    }

    .events-cover .latest ul li {
        font-size: 21px;
        line-height: 25px;
    }

    .events-cover .latest .description {
        font-size: 12px;
        line-height: 14px;
    }

    .events-cover h3 {
        font-size: 12px;
        line-height: 15px;
    }

}

@media (max-width: 896px) {

    .events-cover>div {
        justify-content: center;
    }

    .events-cover h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
    }

    .events-cover p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        max-width: 400px;
    }

    .events-cover .latest {
        margin-right: 0px;
    }

    .events-cover .latest ul li {
        font-size: 21px;
        line-height: 25px;
    }

    .events-cover {
        height: 650px;
        min-height: 650px;
        padding-top: 90px;
        padding-bottom: 40px;
    }

}

@media (max-width: 600px) {

    .events-cover .latest {
        width: 100%;
        flex-basis: 100%;
    }

    .events-cover {
        height: auto;
        min-height: 100vh;
        max-height: none;
    }

}


/*--------------------------------------------------------------
# Event listing
--------------------------------------------------------------*/

.event,
.event h4,
.event a {
    color: white;
}

.events>article {
    width: calc(100% / 3);
    flex-grow: 1;
    max-width: calc(100% / 3);
    margin-bottom: 2px;
}

.events.one-post .events>article {
    width: 100%;
    flex-grow: 1;
    max-width: 550px;
    margin: auto;

}

.events>article:not(:first-child) {
    border-left: 2px solid transparent;
}

.events>article .title {
    text-align: left;
    font-family: "IvarHeadline";
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    display: block;
}

.events>article .description>* {
    font-family: "CentraNo2-Medium";
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    display: block;
}

.event .ft-block-cover {
    background-color: #78557E;
    display: block;
}

.list-section .nothing-found {
    font-family: "CentraNo2-Medium";
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    display: block;
    margin-top: 36px;
    width: 100%;
}

@media (max-width: 896px) {

    .event .ft-block-cover {
        padding: 30px;
    }

    .events>article .description>* {
        font-size: 18px;
        line-height: 23px;
    }

    .events>article .title {
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
    }

}

@media (max-width: 600px) {

    .event .ft-block-cover {
        padding: 20px;
    }

    .events>article .description>* {
        font-size: 16px;
        line-height: 21px;
    }

    .events>article {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2px;
        border: 0px !important;
    }

    .events>article .title {
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
    }

}


/*--------------------------------------------------------------
# Event single
--------------------------------------------------------------*/

.single-events .entry-content>div:first-child {
    font-family: "IvarText";
    font-size: 16px;
    line-height: 20px;
    max-width: 1340px;
    margin: 0px auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px;
    padding-top: 5px;
}

.single-events .entry-content>div:first-child>* {
    max-width: 720px;
}

.single-events .entry-content>div:first-child h2 {
    font-family: "CentraNo2";
    font-size: 21px;
    line-height: 20px;
}

.single-events .profiles.list-section {
    padding: 0px;
}

.single-events .profiles.list-section>header {
    max-width: 1300px;
    margin-top: 50px;
}

.single-events .entry-header {
    max-width: 1340px;
    display: flex;
    flex-direction: row-reverse;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px;
}

.single-events .entry-header h1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 45px;
}

.single-events .entry-header .contents {
    border: solid 10px #38132F;
    padding: 60px;
    width: 100%;
    flex-shrink: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-events .figure>figure {
    width: calc(100vw / 2.2);
    /* min-height: calc(100vw / 2.2); */
    background: #d8d8d8;
    display: flex;
    height: calc(100vw / 2.2);
    max-width: 500px;
    max-height: 500px
}

.single-events .figure figure>img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.event-post details summary {
    display: none;
}

.event-post details summary::-webkit-details-marker {
    display: none;
}

.event-post details {
    font-family: "CentraNo2-Medium";
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 30px;
}

.event-post details a {
    text-decoration: underline;
}

.event-post details>dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.event-post details .venue {
    flex-basis: 100%;
    margin-top: 5px;
}

.event-post details .date:after {
    content: '/';
    margin-left: 5px;
    margin-right: 5px;
}

.event-post details .short_description:before {
    content: '/';
    margin-left: 5px;
    margin-right: 5px;
}

.event-post .price {
    font-family: "CentraNo2-Medium";
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.event-post .cta .wp-block-button__link {
    width: 190px;
}

.event-post details dl>dt {
    display: none;
}

.event-post details dl>dd {
	margin: 0px;
	white-space: nowrap;
}

@media (max-width: 1024px) {

    .single-events .entry-header .contents {
        padding: 30px;
    }

    .single-events .figure>figure {
        min-height: calc(100vw / 2.2);
        height: 100%;
    }

    .event-post details {
        font-size: 16px;
        line-height: 21px;
    }

    .event-post .short_description {
        font-size: 16px;
        line-height: 21px;
    }

}

@media (max-width: 896px) {

    .single-events .entry-header h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .event-post details {
        font-size: 14px;
        line-height: 18px;
    }

    .event-post .short_description {
        font-size: 14px;
        line-height: 18px;
    }

}

@media (max-width: 600px) {

    .single-events .entry-header {
        display: block;
        width: 100%;
        padding: 0px;
    }

    .single-events .figure figure {
        width: 100%;
        height: calc(100vw);
        max-width: none;
        max-height: none;
    }

    .single-events .entry-header .contents {
        border: 0px;
        padding: 20px;
    }

    .single-events .entry-content>div:first-child {
        padding-left: 20px;
        padding-right: 20px;
    }

}


/*--------------------------------------------------------------
# Podcast listing
--------------------------------------------------------------*/

section.podcasts {
    max-width: 1290px;
}

.podcasts.list-section>header ul {
    justify-content: flex-end;
}

.podcasts.list-section>header ul li {
    margin-left: 24px;
}

.flex-list.podcasts {
    padding-left: 20px;
    padding-right: 20px;
}

div.podcasts {
    justify-content: space-between;
}

.podcasts>article header {
    display: flex;
    flex-direction: column-reverse;
    padding: 3px;
    padding-left: 8px;
}

.podcasts>article {
    background: #efefef;
    border-radius: 8px;
    padding: 18px;
    width: 33%;
    flex-grow: 1;
    max-width: 33%;
    margin-bottom: 5px;
}

.podcasts>article .author {
    text-align: left;
    font-family: "CentraNo2-Medium";
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
    margin-top: 0px;
}

.podcasts>article .title {
    text-align: left;
    font-family: "CentraNo2-Medium";
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 12px;
}

.podcasts>article .date {
    text-align: left;
    margin-top: 7px;
}

.podcasts>article .content {
    padding: 0px;
}

.podcasts>article figure {
    float: left;
    width: 100px;
    height: 100px;
    padding: 0px;
}

.podcasts>article .description {
    clear: both;
    text-align: left;
    font-family: "IvarText";
    font-size: 12px;
    line-height: 20px;
    padding-top: 8px;
    margin-bottom: 2px;
}

.podcasts>article .description>p {
    white-space: normal;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 896px) {

    .podcasts>article {
        width: 49%;
        max-width: 49%;
        margin-bottom: 10px;
    }

    .podcasts.list-section>header ul {
        justify-content: left;
    }

}

@media (max-width: 600px) {

    .podcasts>article {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .podcasts.list-section>header ul li {
        margin-left: 0px;
        padding: 2px;
        margin-right: 5px;
        margin-bottom: 2px;
    }

}


/*--------------------------------------------------------------
# Podcast single
--------------------------------------------------------------*/

.single-podcast .entry-content>div,
.single-podcast article.podcast-post {
    max-width: 1100px;
    margin: 0px auto;
}

.single-podcast .entry-header>h1 {
    clear: none;
    text-align: left;
    overflow: hidden;
}

.single-podcast .entry-content>div:first-child {
    padding: 0px;
    width: auto;
    /* overflow: hidden; */
}

.single-podcast .entry-header .authors {
    font-family: "CentraNo2-Medium";
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
}

.single-podcast .figure>figure {
    width: 430px;
    height: 430px;
    background: #d8d8d8;
    display: flex;
    margin-bottom: 20px;
    float: left;
    margin-left: 20px;
    margin-right: 30px;
}

.single-podcast .figure>figure>img {
    object-fit: cover;
    width: 100%;
}

.single-podcast .entry-content>div:first-child {
    max-width: 670px;
    margin: 0px auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 1024px) {

    .single-podcast .figure>figure {
        width: 360px;
        height: 360px;
    }

}

@media (max-width: 600px) {

    .single-podcast .entry-header {
        margin-top: 20px;
    }

    .single-podcast article.podcast-post {
        display: flex;
        flex-direction: column;
    }

    .single-podcast .figure {
        order: 2;
        margin-top: 20px;
    }

    .single-podcast .figure>figure {
        width: 100%;
        height: 100vw;
        margin-left: 0px;
    }

    /*     .single-podcast .entry-content>div:first-child {
        padding-left: 30px;
        padding-right: 30px;
        overflow: visible;
    }
 */
}


/*--------------------------------------------------------------
# Profile listing
--------------------------------------------------------------*/

.archive .profiles article {
    width: 17%;
    max-width: 17%;
}

.archive .profiles.list-section {
    padding-left: 40px;
    padding-right: 40px;
}

.archive .profiles.list-section>header {
    max-width: 440px;
}

.profiles>article .title {
    margin-bottom: 10px;
    font-family: "CentraNo2";
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}

.profiles>article>a {
    position: relative;
    display: block;
}

.profiles>article>a>.overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #fff;
    padding: 20px;
    opacity: 0.8;
}

.profiles>article>a:hover>.overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.profiles>article>a>.overlay>.summary {
    font-family: "IvarHeadline";
    font-size: 16px;
    font-style: italic;
    line-height: 19px;
    border-top: 2px solid black;
    color: black;
    padding-top: 18px;
}

.archive .profiles article figure {
    height: calc((100vw - 400px) / 2.5);
    max-height: 230px;
}

.profiles>header ul>li {
    padding-left: 20px;
    padding-right: 20px;
}

.profiles article.letter {
    border-top: 1px solid #9C9D9E;
}

.profiles article.letter span {
    font-family: "IvarHeadline";
    font-size: 60px;
    line-height: initial;
    margin: 0 0 0 12px;
}

.archive .profiles.flex-list {
    justify-content: space-between;
    margin: 0px auto;
    margin-top: 30px;
    max-width: 1000px;
}

.profiles.flex-list>article .content {
    padding: 15px;
    padding-bottom: 35px;
}

@media (max-width: 1024px) {

    .archive .profiles article {
        width: 18%;
        max-width: 18%;
    }

}

@media (max-width: 896px) {

    .profiles>header ul>li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .archive .profiles article figure {
        height: calc((100vw - 300px) / 2);
    }

    .archive .profiles article {
        width: 23%;
        max-width: 23%;
    }

}

@media (max-width: 600px) {

    .profiles.list-section {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .flex-list.profiles {
        padding-left: 20px;
        padding-right: 20px;
    }

    .archive .profiles article figure {
        height: calc(100vw - 150px);
        max-height: 300px;
    }

    .archive .profiles article {
        width: 48%;
        max-width: 48%;
    }

}


/*--------------------------------------------------------------
# Profile single
--------------------------------------------------------------*/

.single-profiles .entry-header {
    display: grid;
    grid-template-columns: 470px minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    max-width: 900px;
    margin: 0px auto;
    margin-bottom: 60px;
}

.single-profiles .entry-header h1.entry-title {
    text-align: left;
    grid-column: 2;
    margin: 0px;
}

.single-profiles .entry-header>figure {
    grid-column: 1;
    width: 430px;
    height: 430px;
    background: #d8d8d8;
    display: flex;
    grid-row: 1 / span 2;
    margin-bottom: 20px;
}

.single-profiles .entry-header>figure img {
    object-fit: cover;
    width: 100%;
}

.single-profiles .entry-header>div {
    grid-column: 2;
    display: flex;
    flex-direction: column;
}

.single-profiles header .footer {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-profiles .tab-links {
    display: flex;
    margin-top: 20px;
    margin-bottom: 5px;
}

.single-profiles .tab-content {
    display: none;
}

.single-profiles .tab-content.show {
    display: block;
}

.single-profiles .tab-links>div {
    font-family: "CentraNo2";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    margin-right: 30px;
}

.single-profiles .tab-links .open {
    color: #D64353;
}

.single-profiles .entry-content {
    margin-bottom: 50px;
}

.single-profiles .wp-block-buttons.cta {
    margin-top: 20px;
}

@media (max-width: 1024px) {

    .single-profiles .entry-header {
        grid-template-columns: 390px minmax(0, 1fr);
    }

    .single-profiles .entry-header>figure {
        width: 360px;
        height: 360px;
    }

}

@media (max-width: 600px) {

    .single-profiles .entry-header {
        display: flex;
        flex-direction: column;
    }

    .single-profiles .entry-header>h1 {
        order: 1;
    }

    .single-profiles .entry-header>div {
        order: 2;
    }

    .single-profiles .entry-header>figure {
        width: calc(100% + 40px) !important;
        height: 100vw !important;
        order: 0;
        margin-left: -20px;
    }

    .single-profiles header .footer {
        text-align: center;
    }

}


/*--------------------------------------------------------------
# Pressmaterial Listing
--------------------------------------------------------------*/

.pressmaterial-links {
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: "CentraNo2";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1.75px;
}

.pressmaterial-links .open {
    font-family: "CentraNo2-Bold";
    text-decoration: underline;
}

.pressmaterial-links .download-link {
    background-image: url(assets/images/download.svg);
    background-repeat: no-repeat;
    background-position: top left;
    display: inline-block;
    padding-left: 45px;
    padding-right: 10px;
    line-height: 28px;
    height: 32px;
    width: auto;
}

.pressmaterial {
    display: none;
}

.pressmaterial.show {
    display: block;
}

.pressmaterial article {
    height: 240px;
    width: 170px;
    min-width: 170px;
    padding: 8px;
}

.pressmaterial article figure {
    background: #eee;
    width: 100%;
    display: flex;
    height: 100%;
}

.pressmaterial.flickity {
    max-width: 900px;
    margin-bottom: 60px;
    margin-top: -60px;
}

.pressmaterial.flickity .flickity-viewport {
    height: 250px;
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: 8px;
}

.pressmaterial article figure img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.pressmaterial article figure>p {
    padding-left: 20px;
    padding-right: 20px;
}

.pressmaterial article>a>.overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #fff;
    padding: 20px;
}

.pressmaterial article>a:hover>.overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.pressmaterial article>a>.overlay>.summary {
    font-family: "IvarHeadline";
    font-size: 16px;
    font-style: italic;
    line-height: 19px;
    border-top: 2px solid black;
    color: black;
    padding-top: 18px;
}

@media (max-width: 600px) {

    .book-page .pressmaterial {
        display: none;
    }

    .pressmaterial.flickity .flickity-viewport {
        height: calc(100vw - 130px);
        max-height: 310px;
    }

    .pressmaterial article {
        max-height: 300px;
        height: calc(100vw - 140px);
        width: calc(50vw - 30px);
        min-width: unset;
    }

}

/*--------------------------------------------------------------
# Seminar listing
--------------------------------------------------------------*/

.seminars.list-section>header ul {
    justify-content: flex-end;
}

.seminars.list-section>header ul li {
    margin-left: 24px;
}

.seminars>article {
    width: 33.33%;
    flex-grow: 1;
    max-width: 33.33%;
}

.seminars>article header {
    display: flex;
    flex-direction: column-reverse;
}

.seminars>article .title {
    margin-top: 5px;
    font-family: "CentraNo2-Medium";
    font-size: 21px;
    font-weight: 500;
    line-height: 24px;
}

.seminars>article .date {
    margin-top: 20px;
}

.seminars.flex-list>article figure {
    height: calc(100vw / 6);
    max-width: 480px;
    max-height: 240px;
}

@media (max-width: 1024px) {

    .seminars>article {
        width: 50%;
        max-width: 50%;
    }

    .seminars>article figure {
        height: calc(100vw / 4) !important;
    }

}

@media (max-width: 896px) {

    .seminars.list-section>header ul {
        justify-content: left;
    }

}

@media (max-width: 600px) {

    .seminars>article figure {
        height: calc(100vw / 2) !important;
        margin: 0px !important;
        max-width: none !important;
        max-height: none !important;
    }

    .flex-list.seminars {
        display: block;
    }

    .seminars>article {
        width: 100%;
        max-width: 100%;
    }

}


/*--------------------------------------------------------------
# Single Video Capability (Seminar single and some Outlook single)
--------------------------------------------------------------*/

.single-seminarium article.seminar-post {}

.single article.video-on>div:first-child {
    margin: 0px auto;
    max-width: 1150px;
    width: 100%;
}

.single article.video-cap .entry-content>div:first-child {
    max-width: 400px;
    margin: 0px;
    margin-bottom: 50px;
    padding: 0px;
    padding-right: 20px;
    width: auto;
    overflow: hidden;
}

.single article.video-cap.video-off .entry-content>div:first-child {
    max-width: 670px;
    margin: 0px auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
}

.single article.video-cap.video-on .entry-header {
    max-width: none;
}

.single article.video-cap.video-off .entry-header {
    padding-left: 30px;
    padding-right: 30px;
}

.single article.video-cap .entry-header>h1 {
    clear: none;
    text-align: left;
}

.single article.video-cap .entry-header .authors {
    font-family: "CentraNo2-Medium";
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
}

.single article.video-cap .figure>figure {
    margin-bottom: 20px;
    float: left;
    margin-left: 20px;
    margin-right: 30px;
    width: calc(100vw - 450px);
    height: calc((100vw - 450px) / 1.778);
    max-width: 760px;
    max-height: 430px;
}

.video_player {
    width: 100%;
    height: 100%;
    position: relative;
}

.video_player>* {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {

    .single-profiles .entry-header {
        grid-template-columns: 390px minmax(0, 1fr);
    }

    .single-profiles .entry-header>figure {
        width: 360px;
        height: 360px;
    }

}

@media (max-width: 896px) {

    .single article.video-cap.seminar-post {
        display: flex;
        flex-direction: column;
    }

    .single article.video-cap .figure>figure {
        width: calc(100vw - 55px);
        height: calc((100vw - 55px) / 1.778);
        float: none;
        max-width: none;
        max-height: none;
    }

    .single article.video-cap .entry-content>div:first-child {
        padding-left: 20px;
        padding-right: 20px;
        overflow: visible;
        max-width: none;
    }

    .single article.video-cap article.seminar-post>div:first-child {
        margin: 0px;
    }

    .single article.video-cap .figure>figure img {
        max-height: 100%;
    }

}

@media (max-width: 600px) {

    .single article.video-cap .entry-header {
        margin-top: 20px;
    }

    .single article.video-cap .figure>figure {
        width: 100%;
        order: 0;
        margin-left: 0px;
        height: calc(100vw / 1.778);
    }
}


/*--------------------------------------------------------------
# Article listing
--------------------------------------------------------------*/

.articles>article header {
    display: flex;
    flex-direction: column-reverse;
}

.articles.list-section>header ul {
    justify-content: space-around;
}

.articles.flex-list>article .content {
    padding-top: 15px;
    padding-bottom: 35px;
}

.articles.flex-list>article .date {
    margin-top: 10px;
    font-family: "CentraNo2";
    font-size: 14px;
    line-height: 18px;
}

.articles>article .description>p {
    white-space: normal;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.articles.flex-list>article figure {
    justify-content: center;
    padding: 30px;
}

.articles.flex-list>article figure>img {
    object-fit: contain;
}

@media (max-width: 1024px) {

    .articles.flex-list>article .content {
        padding-top: 5px;
        padding-bottom: 25px;
    }

    .articles.flex-list>article .date {
        font-size: 12px;
        line-height: 15px;
    }

    .articles>article .title {
        font-size: 14px;
        line-height: 16px;
    }

    .articles.flex-list>article .description {
        font-size: 12px;
        line-height: 20px;
    }

}

@media (max-width: 896px) {

    .articles.list-section>header ul {
        justify-content: left;
    }

}

@media (max-width: 600px) {

    .flex-list.articles>article {
        max-width: 100%;
        width: 100%;
    }

    .articles.flex-list>article figure {
        min-height: 250px;
    }

    .flex-list.articles {
        padding-left: 15px;
        padding-right: 15px;
    }

}


/*--------------------------------------------------------------
# Sans archive page
--------------------------------------------------------------*/

.sans-cover {
    max-width: 1440px;
    max-height: 680px;
    height: calc(100vw / 2.12);
    align-items: center;
}

.sans-cover header {
    align-self: flex-end;
    flex-basis: 80%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.sans-cover p {
    font-family: "IvarText";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 500px;
    margin-bottom: 20px;
}

.sans-cover h1 {
    font-family: "IvarHeadline";
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    margin: 0px;
}

.sans-cover h2 {
    font-family: "CentraNo2";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #9C9D9E;
    padding-bottom: 10px;
    margin: 10px;
}

.sans-cover>div {
    display: flex;
    align-items: flex-start;
    /*flex-end;*/
}

.sans-cover .latest {
    flex-basis: 20%;
    text-align: right;
    margin-right: 30px;
    min-width: 250px;
}

.sans-cover .latest ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.sans-cover .latest ul li {
    font-family: "IvarHeadline";
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    padding: 10px;
}

.sans-subscribe {
    background: #D64353;
    font-family: "IvarHeadline";
    font-size: 24px;
    color: #fff;
    padding: 36px;
}

.sans-subscribe .wp-block-button__link {
    background: #fff;
    color: #D64353;
}

.inner>.sans-subscribe-movable>.sans-subscribe {
    padding: 48px 36px;
    margin: 24px 0;
}


.articles.flex-list>article.post figure {
    padding: 20px;
    overflow: hidden;
}

.image-quote {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

a:active .image-quote>* {
    text-decoration: none;
    color: inherit;
}

.image-quote .quote {
    font-family: "IvarHeadline";
    font-size: 14px;
    font-weight: 200;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 12px;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

.image-quote .source {
    font-family: "CentraNo2";
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 12px;
}

@media (min-width: 560px) {
    .image-quote .quote {
        font-size: 20px;
    }
}

@media (min-width: 600px) {
    .image-quote .quote {
        font-size: 12px;
    }
}

@media (min-width: 750px) {
    .image-quote .quote {
        font-size: 16px;
    }
}

@media (min-width: 930px) {
    .image-quote .quote {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .image-quote .quote {
        font-size: 14px;
    }
}

@media (min-width: 1250px) {
    .image-quote .quote {
        font-size: 20px;
    }
}

.image-quote span::before {
    display: block;
    width: 28px;
    content: '';
    height: 4px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto 18px;
}

@media (min-width: 897px) {

    .sans-cover header {
        background: none !important;
        min-height: 440px;
    }

    .sans-cover header:before {
        display: none;
    }

}

@media (max-width: 1024px) {

    .sans-cover .latest ul li {
        font-size: 21px;
        line-height: 25px;
    }

    .sans-cover h2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }

    .sans-subscribe {
        padding: 24px;
    }

}

@media (max-width: 896px) {

    .sans-cover {
        padding: 0px;
        max-height: none;
        height: auto !important;
        background: none !important;
    }

    .sans-cover:before {
        display: none;
    }

    .sans-cover header {
        padding: 40px;
        height: 570px;
        display: flex;
        flex-basis: 570px;
        flex-direction: column;
        justify-content: flex-end;
        background-size: cover;
        background-position: 50% center;
    }

    .sans-cover header>* {
        z-index: 2;
    }

    .sans-cover>div {
        display: block;
    }

    .sans-cover p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        max-width: 400px;
    }

    .sans-cover .latest {
        width: 100%;
        color: black;
        text-align: center;
        margin-top: 30px;
    }

    .sans-cover .latest a {
        color: black;
    }

    .sans-cover .latest ul {
        margin: 0px auto;
        margin-top: 10px;
    }

    .sans-cover .latest ul li {
        font-size: 21px;
        line-height: 25px;
    }

    .sans-cover h2 {
        font-size: 16px;
        line-height: 21px;
        border-bottom-color: #9C9D9E;
    }

    .sans-cover h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .sans-cover {
        height: calc(100vw / 1.6);
    }

    .sans-cover .latest>* {
        max-width: 200px;
        margin: 0px auto;
    }

}

@media (max-width: 600px) {

    .sans-cover header {
        min-height: 100vh;
        max-height: none;
        padding-bottom: 100px;
    }

    .sans-cover h2 {
        padding-bottom: 15px;
    }

    .sans-cover .latest ul {
        margin-top: 5px;
    }

}


/*--------------------------------------------------------------
# Sans listing
--------------------------------------------------------------*/

.sans>article header {
    display: flex;
    flex-direction: column;
}

.sans.list-section>header h3.label {
    flex-grow: 1;
}

.sans.flex-list figure {
    justify-content: center;
    padding: 30px;
}

.sans.flex-list figure>img {
    width: auto;
    max-height: 100%;
    object-fit: contain;
}

.sans.list-section>header ul {
    max-width: 900px;
}

.sans>article .content {
    padding-top: 15px;
}

.sans .content .year {
    font-family: "CentraNo2-Medium";
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 2px;
    text-align: center;
    margin: 8px;
}

@media (max-width: 600px) {

    .sans.list-section>header ul {
        justify-content: center;
    }

    .list-section>.sans.flex-list {
        padding-left: 20px;
        padding-right: 20px;
    }

}

/*--------------------------------------------------------------
# Sans single
--------------------------------------------------------------*/

.single-sans .entry-content>div:first-child {
    max-width: 1150px;
    margin: 0px auto;
    margin-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.single-sans .entry-content ul {
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

.single-sans .entry-header {
    max-width: 1150px;
    margin: 0px auto;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}

.single-sans .entry-header .contents>* {
    clear: none;
    text-align: left;
}

.single-sans .entry-header .contents .entry-title {
    margin-bottom: 0px;
}

.single-sans .entry-header .contents .year {
    font-family: "IvarHeadline";
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    margin: 0px;
    margin-top: 10px;
}

.single-sans .entry-header .authors {
    font-family: "CentraNo2-Medium";
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
}

.single-sans .figure>figure {
    width: calc(100vw - 400px);
    max-width: 760px;
    max-height: 440px;
    height: calc((100vw - 400px) / 1.6);
    background: #d8d8d8;
    display: flex;
    margin-bottom: 20px;
    float: left;
    margin-left: 20px;
    margin-right: 30px;
    justify-content: center;
    padding: 30px;
}

.single-sans .figure figure>img {
    width: auto;
    max-height: 100%;
    object-fit: contain;
    height: 100%;
}

@media (max-width: 896px) {

    .single-sans article.sans-post {
        display: flex;
        flex-direction: column;
    }

    .single-sans .figure>figure {
        float: none;
        width: 100%;
        max-width: none;
        margin: 0px;
        height: calc((100vw - 60px) / 1.6);
    }

    .single-sans .entry-header .contents .year {
        font-size: 18px;
        line-height: 22px;
    }

}

@media (max-width: 600px) {

    .single-sans .entry-content>div:first-child {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-sans .entry-header {
        width: 100%;
        padding: 0px;
    }

    .single-sans .entry-header .contents {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-sans .figure {
        padding: 0px;
    }

}

/*--------------------------------------------------------------
# Outlook listing
--------------------------------------------------------------*/

.outlook.list-section>header h2 {
    margin: 36px 0 48px;
}

.outlook>article header {
    display: flex;
    flex-direction: column;
}

.outlook.list-section>header h3.label {
    flex-grow: 1;
}

.outlook.flex-list figure {
    justify-content: center;
    padding: 30px;
}

.outlook.flex-list figure>img {
    width: auto;
    max-height: 100%;
    object-fit: contain;
}

.outlook.list-section>header ul {
    max-width: 900px;
}

.outlook.article {
    border: 1px solid #eee;
}

.outlook .nav-links {
    border-top: none;
}

.outlook>article .content {
    padding-top: 15px;
}

.outlook .content .year {
    font-family: "CentraNo2-Medium";
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 2px;
    text-align: center;
    margin: 8px;
}

@media (max-width: 600px) {

    .list-section>.outlook.flex-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .outlook.flex-list article {
        max-width: 100%;
        width: 100%;
        max-width: 100%;
        min-height: 220px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
}

/*--------------------------------------------------------------
# Outlook single
--------------------------------------------------------------*/

.single-outlook .entry-content>.inner>figure {
    margin: 40px auto !important;
    margin-bottom: 100px !important;
    max-width: 400px;
}

/*--------------------------------------------------------------
# Video & Podd page
--------------------------------------------------------------*/

.video-podd .list-section>header.center>div>ul {
    position: unset !important;
    width: auto !important;
}

.video-podd .list-section>header .right {
    margin-right: 0px !important;
}

.video-podd .list-section>header.center>div>h3 {
    white-space: nowrap;
    flex-grow: 1;
    font-family: 'CentraNo2';
}

.video-podd-cover {
    max-width: 1440px;
    max-height: 680px;
    height: calc(100vw / 2.12);
    align-items: center;
    margin-bottom: 60px;
}

.video-podd-cover header {
    align-self: flex-end;
    flex-basis: 80%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.video-podd-cover p {
    font-family: "IvarText";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 500px;
    margin-bottom: 20px;
}

.video-podd-cover h1 {
    font-family: "IvarHeadline";
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    margin: 0px;
}

.video-podd-cover h2 {
    font-family: "CentraNo2";
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #9C9D9E;
    padding-bottom: 10px;
    margin: 10px;
}

.video-podd-cover>div {
    display: flex;
    align-items: flex-start;
}

@media (min-width: 897px) {

    .video-podd-cover header {
        background: none !important;
        min-height: 440px;
    }

    .video-podd-cover header:before {
        display: none;
    }

}

@media (max-width: 1024px) {

    .video-podd-cover h2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }

}

@media (max-width: 896px) {

    .video-podd-cover {
        padding: 0px;
        max-height: none;
        height: auto !important;
        background: none !important;
    }

    .video-podd-cover:before {
        display: none;
    }

    .video-podd-cover header {
        padding: 40px;
        height: 570px;
        display: flex;
        flex-basis: 570px;
        flex-direction: column;
        justify-content: flex-end;
        background-size: cover;
        background-position: 50% center;
    }

    .video-podd-cover header>* {
        z-index: 2;
    }

    .video-podd-cover>div {
        display: block;
    }

    .video-podd-cover p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        max-width: 400px;
    }

    .video-podd-cover h2 {
        font-size: 16px;
        line-height: 21px;
        border-bottom-color: #9C9D9E;
    }

    .video-podd-cover h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .video-podd-cover {
        height: calc(100vw / 1.6);
    }

}

@media (max-width: 600px) {

    .video-podd-cover header {
        min-height: 100vh;
        max-height: none;
        padding-bottom: 100px;
    }

}


/*--------------------------------------------------------------
# Page listing
--------------------------------------------------------------*/

@media (max-width: 600px) {

    .flex-list.page {
        padding-left: 15px;
        padding-right: 15px;
    }

}


/*--------------------------------------------------------------
# Book listing
--------------------------------------------------------------*/

.bookshelf>header ul>li {
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}

.home .bookshelf.list-section>header ul {
    justify-content: normal;
}

.books.flex-list .flickity-viewport {
    width: 100%;
    max-height: 600px;
    height: calc((100vw / 4) + 250px);
}

.books.flex-list article {
    height: 100%;
}

.books.flex-list article header {
    display: flex;
    flex-direction: column-reverse;
}

.books.flex-list article .content {
    padding-top: 15px;
    padding-bottom: 35px;
}

.books.flex-list article .author {
    margin-top: 10px;
}

.books.flex-list article .title {
    font-family: "CentraNo2-Medium";
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    margin: 0px;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.books.flex-list article footer {
    margin-top: 30px;
    position: relative;
}

.sale-circle {
    background: #D64353;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    top: 18px;
    left: 18px;
	font-family: "CentraNo2";
	z-index: 9;
}

/* .books.flex-list article .cta {
    font-family: "CentraNo2";
}

.books.flex-list article .cta:hover {
    text-decoration: none;
}

.books.flex-list article .cta:hover>span {
    text-decoration: none;
}

.books.flex-list article .cta>span {
    font-family: "CentraNo2-Medium";
} */

@media (max-width: 1200px) {

    .books.flex-list article details ul>li:not(:first-child) {
        padding-left: 5px;
    }

    .books.flex-list article details ul>li:not(:last-child) {
        padding-right: 5px;
    }

}

@media (max-width: 1024px) {

    .books.flex-list article .title {
        font-size: 14px;
        line-height: 16px;
    }

    .books.flex-list article .content {
        padding-top: 5px;
        padding-bottom: 25px;
    }

    .books.flex-list .flickity-viewport {
        height: calc((100vw / 3) + 210px);
    }

    .bookshelf.list-section {
        margin-bottom: 60px;
    }

}

@media (max-width: 896px) {

    .bookshelf>header ul>li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .books.flex-list article details {
        display: none;
    }

    .books.flex-list .flickity-viewport {
        height: calc((100vw / 3) + 190px);
    }

}

@media (max-width: 600px) {

    .flex-list.books {
        padding-left: 15px;
        padding-right: 15px;
    }

    .books.flex-list article .title {
        white-space: normal;
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 32px;
    }

    .books.flex-list .flickity-viewport {
        height: calc((100vw / 2) + 170px);
    }

    .books.flex-list article footer {
        margin-top: 15px;
    }

}

@media (max-width: 400px) {

    .books.flex-list article .wp-block-button {
        width: 100%;
    }

    .books.flex-list article .wp-block-button .wp-block-button__link {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
    }

}


/*--------------------------------------------------------------
# FAQ archive page
--------------------------------------------------------------*/

.post-type-archive-faq article.faq {
    border-bottom: 1px solid #9c9d9e;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 750px;
}

.post-type-archive-faq .entry-content {
    padding-left: 20px;
    padding-right: 20px;
}

.post-type-archive-faq article.faq:first-child {
    border-top: 1px solid #9c9d9e;
}

.post-type-archive-faq article.faq .entry-title {
    font-family: "CentraNo2";
    font-size: 18px;
    line-height: 23px;
}

.post-type-archive-faq article.faq .entry-title>a {
    position: relative;
    width: 100%;
    display: block;
    padding-right: 22px;
}

.post-type-archive-faq article.faq .entry-title>a:after {
    content: '+';
    position: absolute;
    right: 5px;
    font-family: "CentraNo2-Medium";
    font-size: 24px;
}

.post-type-archive-faq article.faq .entry-summary {
    display: none;
}

.post-type-archive-faq article.faq.open .entry-summary {
    display: block;
    margin-bottom: 15px;
}

.post-type-archive-faq article.faq.open .entry-title>a:after {
    content: '-';
    right: 7px;
    top: 0px;
}

.post-type-archive-faq .faq-section {
    margin-top: 40px;
}

.post-type-archive-faq .faq-section:first-child {
    margin-top: 20px;
}

.post-type-archive-faq .faq-section-heading {
    font-family: "CentraNo2-Medium";
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
}

.post-type-archive-faq .faq-section article.faq:first-child {
    border-top: 1px solid #9c9d9e;
}

@media (max-width: 896px) {

    .post-type-archive-faq article.faq .entry-title {
        font-size: 16px;
        line-height: 21px;
    }

    .post-type-archive-faq .faq-section-heading {
        font-size: 20px;
        line-height: 26px;
    }

}


/*--------------------------------------------------------------
# Single Book Page
--------------------------------------------------------------*/

.book-page {
    width: 100%;
    display: grid;
    grid-template-columns: 70% 30%;
    max-width: 1160px;
    grid-gap: 0px 0px;
    margin-bottom: 70px;
}

.book-page .title {
    font-family: "IvarHeadline";
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    margin: 0px;
    margin-bottom: 20px;
}
.book-page .title .sub-title {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 8px;
}

.book-page .author {
    font-family: "CentraNo2-Medium";
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
    margin: 0px;
    margin-bottom: 20px;
}

.book-page .description,
.book-page figure {
    grid-column: 1;
}

.book-page figure {
    grid-row: 1;
}

.book-page .description {
    background: rgba(156, 157, 158, 0.1);
    padding: 30px;
}

.book-page .description p {
    line-height: 24px;
    font-size: 17px;
}
.book-page .description a {
	text-decoration: underline;
}

.book-page .description .excerpt {
    margin-top: 20px;
    text-align: center;
    font-family: "CentraNo2-Medium";
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
}

.book-page .alternatives summary,
.book-page .details summary {
    display: none;
}

.book-page header {
    order: 1;
    display: flex;
    flex-direction: column-reverse;
}

.book-page .alternatives {
    order: 3;
    margin-top: 10px;
    margin-bottom: -10px;
}

.book-page .price {
    order: 4;
    text-align: center;
    padding: 20px;
    font-family: "CentraNo2-Medium";
    font-size: 24px;
    line-height: 31px;
}

.book-page .price .rabate-price {
	color: #d64353;
}

.book-page .price .old-price {
	text-decoration: line-through;
	margin-left: 8px; 
}


.book-page .not-available {
    order: 4;
    padding: 20px;
    padding-left: 0px;
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    font-family: "CentraNo2-Medium";
}

article .buy-item-via {
    font-family: "CentraNo2";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

article .buy-item-via a {
    text-decoration: underline;
}

.book-page .cta {
    order: 5;
    padding: 10px;
    position: relative;
}

.book-page .cta a {
    width: 190px;
}

.book-page .details {
    order: 6;
}

.book-page .pressmaterial-links {
    order: 7;
    margin-top: 50px;
}

.book-page .pressmaterial figure {
    height: inherit !important;
    background: none;
}

.book-page .alternatives ul {
    font-family: "CentraNo2";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: flex;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.book-page .alternatives ul li>a {
    display: block;
    padding-top: 32px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: 10px;
    margin-bottom: 20px;
}

.book-page.is-bound .alternatives ul li>a.bound,
.book-page.is-pocket .alternatives ul li>a.pocket,
.book-page.is-ebook .alternatives ul li>a.ebook,
.book-page.is-audiobook .alternatives ul li>a.audiobook {
    color: #D64353;
    font-family: "CentraNo2-Medium";
}

.book-page .alternatives a.bound {
    background-image: url(assets/images/bound.svg);
}

.book-page .alternatives a.ebook {
    background-image: url(assets/images/pocket.svg);
    background-position-y: -5px;
}

.book-page .alternatives a.pocket {
    background-image: url(assets/images/pocket.svg);
    background-position-y: -5px;
}

.book-page .alternatives a.audiobook {
    background-image: url(assets/images/audiobook.svg);
}


.book-page .details {
    margin-top: 50px;
}

.book-page .details ul {
    border-top: 1px solid #9C9D9E;
    font-family: "CentraNo2-Medium";
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.book-page .details ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #9C9D9E;
}

.book-page .header {
    grid-column: 2;
    grid-row: 1 / span 2;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
}

.book-page figure {
    background: #d8d8d8;
    display: flex;
    padding: 30px;
    justify-content: center;
    height: 478px;
}

.book-page figure>img {
    width: auto;
    max-height: 100%;
    height: 100%;
    object-fit: contain;
}

.book-page .details.mobile {
    display: none;
}

.book-page .hide-when-unavailable,
.book-page .show-when-selected {
    display: none;
}

.book-page.have-bound .bound.hide-when-unavailable,
.book-page.have-pocket .pocket.hide-when-unavailable,
.book-page.have-ebook .ebook.hide-when-unavailable,
.book-page.have-audiobook .audiobook.hide-when-unavailable,
.book-page.is-bound .bound.show-when-selected,
.book-page.is-pocket .pocket.show-when-selected,
.book-page.is-ebook .ebook.show-when-selected,
.book-page.is-audiobook .audiobook.show-when-selected,
.book-page.is-none .show-when-none {
    display: block;
}

.single-books .pressmaterial.flickity {
    margin-top: 0px;
    max-width: 1160px;
}


.single-books .profiles {
    max-width: 1160px;
    margin-bottom: 70px;
}

.single-books article.profile {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    margin-bottom: 60px;
}

.single-books article.profile>a {
    position: relative;
    display: block;
    width: 170px;
    max-height: 240px;
    height: 240px;
    overflow: hidden;
    grid-row: 1 / span 2;
    grid-column: 1
}

.single-books article.profile figure {
    background: #d8d8d8;
    display: flex;
    margin-bottom: 20px;
    height: 100%;
}

.single-books article.profile figure>img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 100%;
}

.single-books article.profile .content {
    max-width: 560px;
}

.single-books article.profile .title {
    font-family: "CentraNo2-Medium";
    font-size: 21px;
    line-height: 27px;
    margin: 0px;
    margin-top: 10px;
}

.single-books article.profile footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: -18px;
    margin-top: 10px;
}

.single-books article.profile footer>div {
    display: flex;
    flex-wrap: wrap;
}

.single-books article.profile footer .wp-block-buttons {
    margin-right: 30px;
}

.single-books article.profile footer .pressmaterial-links {
    margin: 0px;
    margin-top: 8px;
    display: none;
}

.single-books .has-pressmaterial article.profile:last-child .pressmaterial-links {
    display: inline-block;
}

@media (max-width: 600px) {

    .book-page {
        display: flex;
        flex-direction: column;
        padding: 0px;
        margin-bottom: 30px;
    }

    .book-page figure {
        order: 1;
        height: 424px;
        margin: 20px;
    }

    .book-page .header {
        order: 2;
        padding: 20px;
    }

    .book-page .description {
        order: 3;
    }

    .book-page .details {
        display: none;
    }

    .book-page .details.mobile {
        display: block;
        order: 4;
        padding: 20px;
    }

    .book-page .details.mobile ul {
        max-width: 300px;
        margin: 0px auto;
        text-align: center;
    }

    .book-page .description {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .book-page .author {
        text-align: center;
        font-size: 12px;
        font-family: "CentraNo2";
        font-weight: 400;
        line-height: 16px;
    }

    .book-page .title {
        font-family: "IvarHeadline";
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        text-align: center;
    }

    .book-page .not-available {
        order: 4;
        padding: 20px;
        text-align: left;
    }

    .single-books article.profile {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .single-books article.profile>* {
        margin: 0px auto;
    }

    .single-books article.profile footer>div {
        flex-direction: column;
    }

    .single-books article.profile footer .wp-block-buttons {
        margin-right: 0px;
        margin-left: 10px;
    }

    .single-books article.profile footer .pressmaterial-links {
        margin-top: 20px;
    }

    .single-books article.profile .summary {
        font-size: 14px;
        line-height: 16px;
    }

}

@media (max-width: 896px) {

    .book-page .author {
        font-size: 12px;
        line-height: 16px;
    }

    .book-page .title {
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
    }

    .book-page {
        grid-template-columns: 60% 40%;
    }

    .book-page .details ul {
        font-size: 12px;
        line-height: 16px;
    }

    .book-page figure {
        height: calc(100vw - 57px);
        max-height: 424px;
    }

}

/*--------------------------------------------------------------
## Datepicker (kalendarium)
--------------------------------------------------------------*/

#section_datepicker {
    margin-top: 40px;
    margin-bottom: 10px;
}

.datepicker {
    border: none;
    font-family: "CentraNo2";
    font-size: 21px;
    width: 100%;
    max-width: 660px;
    padding: .2em .2em 0;
    margin-top: 24px;
    margin-bottom: 36px;
}

.datepicker-header {
    border: 0px;
    border-top: 1px solid #9C9D9E;
    border-bottom: 1px solid #9C9D9E;
    background: transparent;
    color: black;
    position: relative;
    padding: 9px 0;
    font-weight: bold;
}

.datepicker-prev,
.datepicker-next {
    top: 9px;
    cursor: pointer;
    left: 2px;
    position: absolute;
    width: 20px;
    height: 20px;
    color: #333333;
    font-weight: normal;
}

.datepicker-next {
    left: auto;
    right: 0px;
}

.datepicker-prev:focus,
.datepicker-next:focus,
.datepicker-prev:hover,
.datepicker-next:hover {
    text-decoration: none;
}

.datepicker-title {
    margin: 0 2.3em;
    text-align: center;
    font-family: "CentraNo2-Medium";
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1.2857143px;
    color: black;
}

.datepicker-calendar {
    font-size: 21px;
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 .4em;
    table-layout: fixed;
}

.datepicker-calendar td {
    padding: 20px;
    border: 0;
    vertical-align: top;
}

.datepicker-calendar td>* {
    border: none;
    background: transparent;
    font-weight: normal;
    color: black;
    display: block;
    padding: .2em;
    text-align: center;
    text-decoration: none;
}

.datepicker-calendar td.has-event>*,
.datepicker-calendar td.selected>* {
    font-family: "CentraNo2-Medium";
    font-size: 24px;
    margin-top: -2px;
    font-weight: bold;
}

.datepicker-calendar td>a:focus,
.datepicker-calendar td>a:hover {
    color: #D64353;
}

.datepicker-calendar td.today {
    text-decoration: underline;
}

.datepicker-calendar td.selected>* {
    color: #D64353;
    font-family: "CentraNo2-Medium";
    margin-top: -2px;
}

@media (max-width: 896px) {

    .datepicker {
        margin-top: 74px;
        margin-bottom: 24px;
    }

    .datepicker-calendar td {
        padding-left: 0px;
        padding-right: 0px;
    }

    .datepicker-calendar {
        font-size: 21px;
        width: 100%;
    }

}

@media (max-width: 600px) {

    .datepicker-calendar td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .datepicker-calendar {
        font-size: 21px;
        width: 100%;
    }

}


/*--------------------------------------------------------------
## Ajax search result
--------------------------------------------------------------*/

.searchwp-live-search-results {
    font-family: "CentraNo2";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #9C9D9E;
    border-top: 2px solid #38132F;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin-top: -7px;
    max-height: calc(100vh - 100px) !important;
    padding: 40px;
}

.searchwp-live-search-no-results {
    text-align: center;
}

.searchwp-live-search-result a {
    font-family: "IvarHeadline";
    font-size: 14px;
    line-height: 24px;
}

.searchwp-live-search-result a>span {
    color: #9C9D9E;
}

.searchwp-live-search-result p {
    border-bottom: 0px !important;
}

.searchwp-show-all-results {
    font-family: "CentraNo2";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
    margin: 0px auto;
    text-align: center;
    margin: 30px;
    margin-top: 40px;
}

@media (max-width: 600px) {

    .searchwp-live-search-results {
        width: 100% !important;
        left: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
    }

}

@media (max-width: 896px) {

    .searchwp-live-search-results {
        border-top: 0px;
        margin-top: -4px;
    }

}

@media (max-width: 1024px) {

    .searchwp-live-search-results {
        padding: 5px;
    }

}


/*--------------------------------------------------------------
## Sans quote backgrounds
--------------------------------------------------------------*/

.sans-post figure.purple {
    background: rgb(178, 159, 190) !important;
}

.sans-post figure.green {
    background: rgb(166, 199, 188) !important;
}

.sans-post figure.red {
    background: rgb(246, 152, 141) !important;
}


/*--------------------------------------------------------------
## Book shadows / colors
--------------------------------------------------------------*/

figure.yellow {
    background: rgb(253, 205, 61) !important;
}

figure.blue {
    background: rgb(64, 171, 207) !important;
}

figure.shadow {
    position: relative;
}

figure.shadow>img {
    max-height: calc(100% - 60px) !important;
    max-width: calc(100% - 60px) !important;
    width: auto !important;
    height: auto !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
}

figure.shadow>img {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.09),
        4px 4px 4px 4px rgba(0, 0, 0, 0.09),
        8px 8px 8px 8px rgba(0, 0, 0, 0.09),
        16px 16px 16px 16px rgba(0, 0, 0, 0.09),
        32px 32px 32px 32px rgba(0, 0, 0, 0.09);
}

figure.shadow.yellow>img {
    box-shadow: 2px 2px 2px 2px rgba(110, 51, 27, 0.2),
        4px 4px 4px 4px rgba(110, 51, 27, 0.2),
        8px 8px 8px 8px rgba(110, 51, 27, 0.2),
        16px 16px 16px 16px rgba(110, 51, 27, 0.2),
        32px 32px 32px 32px rgba(110, 51, 27, 0.2);
}

figure.shadow.blue>img {
    box-shadow: 2px 2px 2px 2px rgba(0, 62, 98, 0.2),
        4px 4px 4px 4px rgba(0, 62, 98, 0.2),
        8px 8px 8px 8px rgba(0, 62, 98, 0.2),
        16px 16px 16px 16px rgba(0, 62, 98, 0.2),
        32px 32px 32px 32px rgba(0, 62, 98, 0.2);
}

@media (max-width: 600px) {

    figure.shadow>img {
        max-height: calc(100% - 40px) !important;
        max-width: calc(100% - 40px) !important;
    }

    figure.shadow>img {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.09),
            4px 4px 4px 4px rgba(0, 0, 0, 0.09),
            8px 8px 8px 8px rgba(0, 0, 0, 0.09),
            16px 16px 16px 16px rgba(0, 0, 0, 0.09);
    }

    figure.shadow.yellow>img {
        box-shadow: 2px 2px 2px 2px rgba(110, 51, 27, 0.2),
            4px 4px 4px 4px rgba(110, 51, 27, 0.2),
            8px 8px 8px 8px rgba(110, 51, 27, 0.2),
            16px 16px 16px 16px rgba(110, 51, 27, 0.2),
    }

    figure.shadow.blue>img {
        box-shadow: 2px 2px 2px 2px rgba(0, 62, 98, 0.2),
            4px 4px 4px 4px rgba(0, 62, 98, 0.2),
            8px 8px 8px 8px rgba(0, 62, 98, 0.2),
            16px 16px 16px 16px rgba(0, 62, 98, 0.2),
    }

}


/*--------------------------------------------------------------
## Tabs - Columns hack
--------------------------------------------------------------*/

@media (max-width: 600px) {

    .tabs .wp-block-column>h3>a {
        cursor: default;
    }

    .tabs .wp-block-column>h3>a:hover {
        color: unset;
    }

}

@media (min-width: 600px) {

    .tabs .wp-block-column>h3>a {
        cursor: pointer;
    }

    .tabs .wp-block-columns {
        position: relative;
        justify-content: center;
    }

    .tabs .wp-block-column {
        flex-grow: 0;
        min-width: unset;
        word-break: normal;
        margin: 0px !important;
        flex-basis: 0 !important;
    }

    .tabs .wp-block-column>h3 {
        display: block;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        border-top: 1px solid #9C9D9E;
        border-bottom: 1px solid #9C9D9E;
        white-space: nowrap;
        font-family: "CentraNo2";
        font-size: 16px;
        line-height: 29px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .tabs .wp-block-column:first-child>h3 {
        padding-left: 30px;
    }

    .tabs .wp-block-column:last-child>h3 {
        padding-right: 30px;
    }

    .tabs .wp-block-column>h3>a.selected {
        font-family: "CentraNo2-Medium";
        color: #D64353;
    }

    .tabs .wp-block-column>*:not(:first-child) {
        display: none;
    }

}


/*--------------------------------------------------------------
## Cookie consent
--------------------------------------------------------------*/

.cc-revoke,
.cc-window {
    font-family: "CentraNo2" !important;
    font-size: 14px !important;
    border-top: 1px solid #9C9D9E !important;
}

.cc-btn {
    font-weight: normal !important;
    letter-spacing: 2px !important;
}


/*--------------------------------------------------------------
## Flickity gallery
--------------------------------------------------------------*/

.flickity-page-dots {
    position: relative !important;
    margin-top: -25px !important;
}

@media (max-width: 600px) {

    .bookshelf .flickity-page-dots {
        margin-top: -50px !important;
    }

}

/*--------------------------------------------------------------
## Mobiles
--------------------------------------------------------------*/

@media (max-width: 600px) {

    .hide-media-on-mobile {
        display: block;
    }

    .hide-media-on-mobile .wp-block-media-text__media {
        display: none;
    }

    .is-hidden-on-mobile {
        display: none;
    }

    .has-poster-image video {
        display: none;
    }
}

/*--------------------------------------------------------------
## SPECIAL FORMATING
--------------------------------------------------------------*/

hr.wp-block-separator {
    border: 0;
    height: 1px;
    background: #e0e0e0;
    width: 100%;
    max-width: 670px !important;
}

/* KONTAKT SIDA */
.wp-block-columns>.wp-block-column>h2.has-text-align-center {
    margin-bottom: 8px;
}

.wp-block-columns>.wp-block-column>h3.has-text-align-center {
    margin-bottom: 0;
}

.wp-block-columns>.wp-block-column>p.has-text-align-center {
    margin-top: 2px;
}

/* END KONTAKT SIDA */

/*--------------------------------------------------------------
## MODAL DIALOG
--------------------------------------------------------------*/

.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #f4f4f5;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    z-index: 2000;

    margin: 0;
    position: absolute;
    z-index: 3000;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal-content>div {
    max-width: 400px;
    margin: 0px auto;
    padding: 30px;
}

.modal-content h3 {
    font-family: "IvarHeadline";
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    margin: 0px;
    margin-bottom: 30px;
}

.modal-content>div>p {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0px;
}

.modal-content form {
    padding: 10px;
    padding-top: 0px;
    text-align: center;
}

.modal-content form>* {
    margin-bottom: 10px;
    display: block;
}

.modal-content form input.error {
    border-color: #D64353;
    border-width: 2px;
}

.modal-content form input[type="submit"],
.modal-content form input[type="button"] {
    padding: 12px 24px;
    margin-top: 20px;
}

body.show-modal {
    overflow: hidden;
}

body.show-modal .modal {
    display: block;
}

.modal-content .close {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 40px;
    display: none;
    cursor: pointer;
}

@media (max-width: 600px) {

    .modal {
        padding-top: 0px;
    }

    .modal-content {
        width: 100%;
        max-width: none;
        padding-top: 30px;
        height: 100%;
        border: 0px;
        overflow: auto;
    }

    .modal-content .close {
        display: block;
    }

}

/*--------------------------------------------------------------
## BOKA TALARE DIALOG
--------------------------------------------------------------*/

@media (max-height: 790px) {

    .modal-content {
        top: 0px;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

}