/*!
Theme Name: OLXXX
Theme URI: http://underscores.me/
Author: Jose delSol
Author URI: http://delsol.design
Description: Description
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: olxxx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:wght@400;500&family=Poppins:wght@200;300;400;600&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #000;
}

main {
  display: block;
}

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

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #5941e1;
}

em {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

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

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

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

/* Posts and pages
--------------------------------------------- */
.post,
.page {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.uk-navbar-item {
  min-height: 40px;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
  min-height: 40px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #fff;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  color: #000;
}

.uk-navbar-nav > li > a {
  color: #282828;
}

.uk-button {
  font-weight: 600;
}

body > img {
  display: none !important;
}

.uk-nav-default > li > a, .uk-tab > * > a {
  color: #636161;
}

.uk-button-secondary:visited {
  color: #fff;
}

/**/
/*-------------- font pack --------------*/
/*  font definition  */
/*-----colors-------*/
/* Responsive media query mixins */
/*-----viewport samples for copy/paste-----------*/
/*
@include viewport(mobile) {
}

@include viewport(tablet) {
}

@include viewport(desktop) {
}

@include viewport(largedesktop) {
}

@include viewport(xlargedesktop) {
}
*/
body {
  font-family: "Poppins", sans-serif;
  color: #000;
}

#page {
  min-height: 95vh;
}

.site-main {
  min-height: calc(95vh - 380px);
}
@media (max-width: 640px) {
  .site-main {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

.container {
  margin-left: 100px;
  margin-right: 100px;
}
@media (max-width: 640px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1600px) {
  .container {
    margin-left: 180px;
    margin-right: 180px;
  }
}
.container.container-small p {
  margin-left: auto;
  max-width: 30em;
}

.container-half {
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .container-half {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .site-main > .container-half {
    margin-top: 50px;
  }
}

.gap {
  gap: 40px;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.height-16-9 {
  position: relative;
}
.height-16-9:after {
  padding-bottom: 56%;
  content: "";
  display: block;
}
.height-16-9 > iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 90px;
  text-transform: uppercase;
  line-height: 80%;
}
@media (max-width: 640px) {
  h1 {
    font-size: 60px;
  }
}

h1.entry-title {
  font-family: "Libre Bodoni", serif;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 80%;
}

h3, .h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 80%;
}

.icon {
  height: 50px;
  display: block;
  /* width: 20px;
  height: 20px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block; */
}
.icon:before {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.icon.twitterx:before {
  content: url("./img/twitterx.svg");
  width: 50px;
  height: auto;
}

.simple-page h1 {
  text-align: center;
  font-weight: 100;
}
@media (max-width: 640px) {
  .simple-page h1 {
    font-size: 8vw !important;
  }
}
.simple-page .entry-content {
  max-width: 900px;
  margin: 20px auto 10vw;
}
.simple-page .entry-header {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .simple-page .entry-header {
    max-width: 95%;
  }
}

.pressnote-title {
  font-size: 36px;
  line-height: 1.2;
}

header .gencat-logo {
  max-width: 170px;
}
header .uk-logo {
  max-width: 160px;
}
@media (max-width: 960px) {
  header .uk-logo {
    max-width: 120px;
  }
}
header .main-nav-bar {
  background-color: #FFF;
  padding-top: 30px;
  transition: all ease 0.2s;
}
header .main-nav-bar.uk-sticky-below {
  padding-top: 20px;
}
@media (max-width: 960px) {
  header .main-nav-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .floating-logo {
  display: none;
}
@media (max-width: 640px) {
  header .top-menu {
    height: 40px;
  }
}
@media (min-width: 961px) {
  header .top-menu {
    height: 60px;
    opacity: 1;
    margin-bottom: 10px;
    transition: all ease 0.2s;
  }
  header .top-menu .menu-item-has-children:hover > .sub-menu {
    right: 0;
    padding-bottom: 20px;
    border-left: solid 1px;
    border-right: solid 1px;
  }
  header .floating-logo {
    display: block;
  }
  header .floating-logo a {
    width: 75px;
    height: 42px;
  }
  header .bottom-menu {
    padding-bottom: 10px;
    transition: all ease 0.2s;
    display: flex;
    justify-content: space-between;
  }
  header .floating-logo {
    width: 0;
    overflow: hidden;
    transition: all ease 0.2s;
  }
  header .uk-sticky-below .top-menu {
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  header .uk-sticky-below .bottom-menu {
    padding-bottom: 20px;
  }
  header .uk-sticky-below .floating-logo {
    width: 100px;
  }
}
header #primary-menu a {
  font-weight: 600;
  background-color: #FFF;
}
header #main-menu li a {
  font-weight: 600;
}
header #main-menu li .menu-line {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  margin-right: 5px;
}
header #main-menu li .menu-line:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: black;
  transition: all 0.3s ease-in-out;
}
header #main-menu li.current-menu-item a {
  color: #000;
}
header #main-menu li.current-menu-item a .menu-line:before {
  width: 16px;
}
header #main-menu li a:hover .menu-line:before {
  width: 16px;
}
header .uk-navbar-item {
  position: relative;
}
header .uk-navbar-item .sub-menu {
  position: absolute;
  top: 0;
}
header .menu-item-has-children {
  position: relative;
}
header .menu-item-has-children > a:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("img/dropdown-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transform: translateY(3px);
}
header .menu-item-has-children > .sub-menu {
  position: absolute;
  background-color: #fff;
  padding: 5px 15px 10px;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  min-width: 100%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-15%);
}
header .menu-item-has-children > .sub-menu a {
  color: #000;
  font-weight: 400;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .menu-item-has-children > .sub-menu a:hover {
  text-decoration: none;
}
header .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0%);
}
header .offcanvas-trigger {
  color: #000;
}

@media (max-width: 960px) {
  #primary-menu-mobile .mobile-large a {
    color: #fff;
    background-color: #000;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 1em;
  }
  #primary-menu-mobile .uk-text-large a {
    font-size: 16px;
    font-weight: 600;
  }
}

.post-navigation a, .post-navigation a:visited {
  color: #000;
}

.site-footer {
  min-height: 100px;
  background-color: #000;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer p {
  color: #fff;
}
.site-footer .footer-nav {
  justify-content: space-between;
}
.site-footer .footer-nav .footer-left, .site-footer .footer-nav .footer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #000;
}
.site-footer .footer-nav .footer-left .wp-block-social-links, .site-footer .footer-nav .footer-right .wp-block-social-links {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .site-footer .footer-nav .footer-right {
    margin: 30px 0 0 auto;
  }
  .site-footer .footer-nav .footer-left {
    margin: auto;
  }
}
.site-footer .uk-navbar-nav > li > a {
  text-transform: none;
  color: #fff;
}
.site-footer .uk-navbar-nav > li > a:hover {
  text-decoration: underline;
}
.site-footer .gencat-logo {
  filter: invert(1);
  width: 130px;
}

.uk-offcanvas-bar {
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.uk-offcanvas-bar a, .uk-offcanvas-bar a:visited {
  color: #000;
}
.uk-offcanvas-bar ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  min-width: auto !important;
}
.uk-offcanvas-bar .custom-logo-link {
  margin-left: -50px;
  margin-right: -50px;
  height: 152px;
  overflow: hidden;
  opacity: 0.1;
  position: relative;
}
.uk-offcanvas-bar .custom-logo-link a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.uk-offcanvas-bar #main-menu-mobile {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.uk-offcanvas-bar #main-menu-mobile li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.uk-offcanvas-bar #main-menu-mobile li.menu-item-5376 .sub-menu {
  display: flex;
  gap: 20px;
}
.uk-offcanvas-bar #main-menu-mobile .menu-item-has-children {
  border-left: solid 1px #ccc;
  padding-left: 5px;
}
.uk-offcanvas-bar #primary-menu-mobile {
  margin-bottom: 0;
}
.uk-offcanvas-bar #primary-menu-mobile > li {
  display: flex;
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.uk-offcanvas-bar #primary-menu-mobile > li > ul {
  display: flex;
  flex-grow: 1;
  justify-content: space-evenly;
}
.uk-offcanvas-bar #primary-menu-mobile > li > a {
  display: block;
  position: relative;
}
.uk-offcanvas-bar #primary-menu-mobile > li > a:after {
  content: "";
  display: block;
  top: 100%;
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #000;
}
.uk-offcanvas-bar #primary-menu-mobile .sub-menu {
  display: flex;
}
.uk-offcanvas-bar #primary-menu-mobile a {
  font-size: 12px;
}

@media (max-width: 640px) {
  #legal-menu {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (max-width: 640px) {
  .legal-menu {
    flex-direction: column;
  }
}

.footer-partners img {
  filter: invert(1);
}

.partners-logos {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #888;
}
.partners-logos figure.wp-block-image img {
  width: 80%;
}

.wp-social-link-twitter a {
  position: relative;
}
.wp-social-link-twitter a svg {
  fill: rgba(0, 0, 0, 0) !important;
}
.wp-social-link-twitter a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url("./img/twitterx-w.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider_agenda {
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .slider_agenda {
    margin-bottom: 0px;
  }
}
.slider_agenda .uk-slidenav {
  color: #000000;
}
.slider_agenda .uk-slidenav svg, .slider_agenda .uk-slidenav svg polyline {
  stroke: #000;
}

.slide_agenda {
  opacity: 0.2;
  transition: opacity 0.5s ease;
}
.slide_agenda.uk-active {
  opacity: 1;
}
.slide_agenda .uk-cover-container {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.slide_agenda .uk-cover-container img {
  opacity: 0.4;
}
@media (max-width: 640px) {
  .slide_agenda .uk-cover-container img {
    opacity: 0.2;
  }
}
@media (max-width: 640px) {
  .slide_agenda .uk-cover-container {
    align-items: flex-start;
  }
}
.slide_agenda .uk-cover-container .date {
  text-align: right;
}
.slide_agenda .uk-cover-container .date .weekday {
  font-size: 30px;
  display: block;
  text-transform: uppercase;
  line-height: 0.9em;
  margin-bottom: 10px;
}
.slide_agenda .uk-cover-container .date .numbday {
  font-size: 5vw;
  line-height: 0.9em;
  font-weight: 200;
}
.slide_agenda .uk-cover-container .date .month {
  font-size: 5vw;
  font-family: "Libre Bodoni", serif;
  text-transform: uppercase;
  line-height: 0.9em;
}
.slide_agenda .agenda-data {
  z-index: 2;
  color: #fff;
  position: absolute;
  top: 40px;
  right: 20px;
  left: 20px;
}
.slide_agenda .agenda-data .date {
  pointer-events: none;
}
.slide_agenda .agenda-data h3 {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 640px) {
  .slide_agenda .agenda-data {
    padding: 0 20px 40px;
    margin-top: 32px;
    top: 80px;
  }
  .slide_agenda .agenda-data p {
    font-size: 14px;
  }
  .slide_agenda .agenda-data .date {
    margin-right: 10px;
  }
  .slide_agenda .agenda-data h3 {
    text-align: center;
  }
}
.slide_agenda .agenda_day-contents {
  z-index: 2;
  color: #fff;
  width: 100%;
  padding: 80px 40px 100px;
}
@media (max-width: 640px) {
  .slide_agenda .agenda_day-contents {
    padding: 80px 20px 40px;
    margin-top: 32px;
  }
  .slide_agenda .agenda_day-contents p {
    font-size: 14px;
  }
  .slide_agenda .agenda_day-contents .date {
    margin-right: 10px;
  }
}
.slide_agenda .agenda_day-contents .date {
  pointer-events: none;
  top: 40px;
  right: 40px;
  position: absolute;
  color: #fff;
}
.slide_agenda .agenda_day-contents h3 {
  color: #fff;
}
.slide_agenda .agenda_day-contents a, .slide_agenda .agenda_day-contents a:visited {
  color: #fff;
}
.slide_agenda .agenda_day-contents table tr td:last-child {
  text-align: right;
}
.slide_agenda h2 {
  font-size: 8vw;
  letter-spacing: -0.06em;
  line-height: 0.8;
}
.slide_agenda h2 span {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 4vw;
  letter-spacing: 0em;
  line-height: 1;
}

.next-show-report {
  background-image: url(./img/nextshow.jpg);
  background-position: center;
  background-size: cover;
  min-height: 200px;
  color: #fff;
  background-color: black;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 640px) {
  .next-show-report {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 150px;
  }
}
.next-show-report .next-show_heading {
  font-weight: 100;
  font-size: 5.5vw;
  line-height: 0.9em;
  margin-bottom: 0;
}
@media (min-width: 961px) {
  .next-show-report .next-show_heading {
    max-width: 50%;
    margin-left: auto;
  }
}
.next-show-report .next-show_heading i {
  font-style: normal;
  display: block;
  padding-left: 1em;
}
.next-show-report .next-show_item {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: none;
}
.next-show-report .next-show_item:first-child {
  display: flex;
}
.next-show-report .next-show_item .show-title {
  text-transform: uppercase;
  text-align: right;
  font-family: "Libre Bodoni", serif;
  font-size: 7vw;
  line-height: 1;
  margin-bottom: 0;
  max-width: 80vw;
  font-weight: 100;
}
.next-show-report .next-show_item .show-hour {
  font-weight: 100;
  margin-top: 0;
  text-align: right;
  font-size: 3vw;
}
.next-show-report .next-show_item a, .next-show-report .next-show_item a:visited {
  color: #fff;
  font-size: 26px;
  font-weight: 100;
  border-bottom: solid 1px #fff;
}
@media (max-width: 640px) {
  .next-show-report .next-show_item a, .next-show-report .next-show_item a:visited {
    font-size: 16px;
  }
}
.next-show-report .next-show_item a:after, .next-show-report .next-show_item a:visited:after {
  content: ">>";
}
.next-show-report .next-show_item a:hover, .next-show-report .next-show_item a:visited:hover {
  text-decoration: none;
}

.agenda_description {
  max-width: 40em;
  margin: 20px auto 0;
}

.home-agenda-slider {
  margin-top: 100px;
  margin-bottom: 0;
  overflow: hidden;
  padding-left: 10%;
}
@media (max-width: 640px) {
  .home-agenda-slider {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 4%;
  }
  .home-agenda-slider .uk-slidenav-previous {
    left: -36px;
  }
}

body.home .slider_agenda {
  /*     width: 90%;
      margin-left: 10%; */
  width: 70%;
  margin-left: auto;
  overflow: visible !important;
  margin-bottom: 0px;
}
body.home .slider_agenda .uk-slider-items {
  height: 80vh;
}
@media (max-width: 640px) {
  body.home .slider_agenda .uk-slidenav {
    color: #ffffff;
    top: 40px;
  }
  body.home .slider_agenda .uk-slidenav svg, body.home .slider_agenda .uk-slidenav svg polyline {
    stroke: #ffffff;
  }
  body.home .slider_agenda .uk-slider-items {
    height: 44rem;
  }
}
body.home .slider_agenda .home-slide-agenda {
  width: 60%;
}
body.home .slider_agenda .home-slide-agenda:not(.uk-active) table {
  pointer-events: none;
}
body.home .slider_agenda .home-slide-agenda .dayn {
  position: absolute;
  top: 20px;
  left: 12%;
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
  line-height: 0.8;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5vw;
  text-align: center;
}
body.home .slider_agenda .home-slide-agenda .dayn span {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 2.5vw;
}
@media (max-width: 640px) {
  body.home .slider_agenda .home-slide-agenda .dayn {
    font-size: 40px;
  }
  body.home .slider_agenda .home-slide-agenda .dayn span {
    font-size: 20px;
  }
}
body.home .slider_agenda .home-slide-agenda .uk-cover-container {
  background-color: #000;
}
body.home .slider_agenda .home-slide-agenda .uk-cover-container img {
  opacity: 0.8;
}
body.home .slider_agenda .home-slide-agenda .agenda_day-contents {
  padding-top: 6vw;
  padding-bottom: 60px;
}
body.home .slider_agenda .home-slide-agenda .agenda_day-contents .date {
  position: absolute;
  top: 0;
  right: 40px;
  pointer-events: none;
}
body.home .slider_agenda .home-slide-agenda .agenda_day-contents .date h3 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 14px;
}
body.home .slider_agenda .home-slide-agenda .agenda_day-contents table td {
  padding: 10px;
}
body.home .slider_agenda .home-slide-agenda .agenda_day-contents table td p {
  font-size: 14px;
  color: #fff;
}
body.home .slider_agenda .home-slide-agenda .agenda_day-contents table td a, body.home .slider_agenda .home-slide-agenda .agenda_day-contents table td a:visited {
  color: #fff;
}
@media (max-width: 640px) {
  body.home .slider_agenda .home-slide-agenda {
    width: 100vw;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  body.home .slider_agenda {
    width: 100vw;
  }
}

.agenda-slider {
  position: relative;
}

.agenda-date-display {
  position: absolute;
  top: 50%;
  left: 3vw;
  z-index: 3;
}
@media (max-width: 640px) {
  .agenda-date-display {
    color: #fff;
  }
}
.agenda-date-display .uk-flex {
  align-items: flex-start;
  gap: 10px;
}
.agenda-date-display .edition-number {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 12vw;
  line-height: 0.7;
}
.agenda-date-display .edition-name div:first-child {
  font-family: "Libre Bodoni", serif;
  font-size: 5.2vw;
  line-height: 0.8;
}
.agenda-date-display .edition-name .edition-txt {
  font-size: 5.6vw;
  line-height: 0.8;
  font-weight: 300;
}
.agenda-date-display .date {
  font-size: 7.5vw;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 0.9;
}
.agenda-date-display .date b {
  font-family: "Libre Bodoni", serif;
  font-weight: normal;
  font-size: 7vw;
}

.hero-title-agenda {
  display: flex;
  padding-top: 120px;
  padding-bottom: 100px;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .hero-title-agenda {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.hero-title-agenda .title-part {
  display: block;
  display: flex;
  flex-direction: row;
}
.hero-title-agenda .title-part.date {
  font-size: 9vw;
  line-height: 0.7;
  font-weight: 400;
}
.hero-title-agenda .title-part.date span {
  display: flex;
  flex-direction: column;
  font-size: 4vw;
  line-height: 0.8;
  font-weight: 200;
}
.hero-title-agenda .title-part.date span b {
  display: block;
  font-family: "Libre Bodoni", serif;
}
.hero-title-agenda .fancy {
  font-family: "Libre Bodoni", serif;
  font-size: 9vw;
  line-height: 0.8;
}
.hero-title-agenda .line {
  border-bottom: solid 2px #000;
  flex-grow: 1;
}

.gallery-modal {
  background-color: black;
}
.gallery-modal .uk-modal-dialog {
  background: none;
  height: 100%;
}
.gallery-modal .uk-modal-dialog .uk-modal-close-full {
  background: none;
  border: none;
}
.gallery-modal .uk-modal-dialog h4, .gallery-modal .uk-modal-dialog p {
  color: #fff;
}
.gallery-modal .uk-modal-dialog .uk-position-bottom-center {
  max-width: 90%;
}
.gallery-modal .fullheight {
  height: 100%;
}
.gallery-modal .gallery-large-display .cover {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal .gallery-small-display {
  flex-wrap: nowrap;
}
.gallery-modal .gallery-small-display li {
  overflow: hidden;
  max-height: 100px;
}
.gallery-modal .gallery-small-display li img {
  margin-top: -20px;
}
.gallery-modal .uk-slidenav {
  color: #fff;
}
.gallery-modal .uk-thumbnav > * > ::after {
  background: rgba(0, 0, 0, 0.27);
}

.scrollable-title {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  font-size: 7vw;
  line-height: 1;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media (max-width: 640px) {
  .scrollable-title {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.scrollable-title .paratitle-left {
  text-align: left;
  white-space: nowrap;
  font-family: "Libre Bodoni", serif;
}
.scrollable-title .paratitle-right {
  text-align: right;
  white-space: nowrap;
  font-weight: 200;
}
.scrollable-title .paratitle-right span {
  display: block;
  margin-left: -20vw;
}
.scrollable-title hr {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #000;
  height: 2;
}
@media (max-width: 640px) {
  .scrollable-title hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (min-width: 961px) {
  .artistlist {
    margin: 0 -7vw;
  }
}
.artistlist {
  border-top: solid 1px #000;
  padding-top: 40px;
}
.artistlist .list-title {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.5rem;
  opacity: 1;
  transform: translateX(-1em);
}
.artistlist .navlist-wrap ul li.uk-active {
  position: relative;
}
.artistlist .navlist-wrap ul li.uk-active:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-80%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  background-color: black;
}
.artistlist .navlist-wrap a {
  text-transform: uppercase;
}
.artistlist hr {
  opacity: 0.5;
}
.artistlist .artist-scroll-list h2 {
  font-weight: 100;
}
.artistlist .artist-scroll-list h3 {
  font-weight: 800;
}
.artistlist .artist-scroll-list p {
  font-size: 0.8rem;
}
.artistlist .artist-scroll-list a {
  color: black;
}
.artistlist .artists-socials {
  gap: 10px;
}
.artistlist .dj-day-block > div {
  border: solid 1px #000;
  padding: 19px;
}
.artistlist .djtime {
  display: flex;
}
.artistlist .djtime p {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 10pc;
  background-color: #000;
  color: #fff;
}

body.home .site {
  display: flex;
  flex-direction: column;
}
body.home #contents {
  overflow: hidden;
}
body.home #section_about {
  order: 10;
  min-height: 50vh;
  padding: 50vh 0 20vh;
  position: relative;
}
@media (max-width: 640px) {
  body.home #section_about {
    padding: 50vh 0 10vh;
  }
}
body.home #section_about .container {
  z-index: 5;
  position: relative;
}
body.home #section_about h1 {
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 9vw;
  line-height: 0.9;
  letter-spacing: -0.05em;
  margin-bottom: 5vw;
  display: block;
}
body.home #section_about b {
  font-weight: normal;
  display: block;
  font-size: 1.2em;
}
body.home #section_about span {
  letter-spacing: 0.23em;
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(0.12em);
}
body.home #section_about .bottom-line {
  border-bottom: solid 1px #000;
}
body.home #section_about .about-img {
  position: absolute;
  z-index: 1;
}
body.home #section_about .about-img.img1 {
  left: 0;
  bottom: 12%;
  width: 48%;
}
@media (max-width: 960px) {
  body.home #section_about .about-img.img1 {
    bottom: auto;
    top: -1vh;
    width: 65%;
  }
}
body.home #section_about .about-img.img2 {
  top: 1%;
  right: 14%;
  width: 36%;
}
@media (max-width: 640px) {
  body.home #section_about .about-img.img2 {
    width: 63%;
  }
}
body.home #section_about .about-img.img3 {
  top: 36%;
  right: 1%;
  width: 19%;
}
@media (max-width: 640px) {
  body.home #section_about .about-img.img3 {
    top: 9%;
    width: 34%;
  }
}
body.home .hero__streaming {
  background-color: black;
  position: relative;
}
body.home .next-show-report .container {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.home .next-show-report .container .next-show_item {
  flex-direction: column-reverse;
  text-align: center;
}
body.home .next-show-report .container .next-show_item div:first-child {
  margin: auto;
}
body.home .next-show-report .container .next-show_heading {
  width: 100% !important;
  margin-right: auto;
  text-align: center;
  padding-right: 2em;
  font-size: 8vw;
}
body.home .next-show-report .container div {
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
body.home .next-show-report .container p i {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
}
body.home .next-show-report .container p.show-title {
  text-align: center;
  margin-top: 20px;
  font-size: 10vw;
}
body.home .section_todays-brand {
  order: 3;
}
body.home .streaming-wrapper {
  min-height: 500px;
  width: 100%;
  position: relative;
}
body.home .streaming-wrapper .current-stream {
  pointer-events: none;
  position: absolute;
  display: flex;
  align-items: flex-end;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 5;
  opacity: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
}
body.home .streaming-wrapper .current-stream .container {
  margin-bottom: 30px;
}
body.home .streaming-wrapper .current-stream .streaming-item {
  display: none;
}
body.home .streaming-wrapper .current-stream .streaming-item:first-child {
  display: block;
}
body.home .streaming-wrapper .current-stream .streaming-item .show-title {
  font-family: "Libre Bodoni", serif;
  font-size: 7vw;
  color: #fff;
  line-height: 0.9;
}
body.home .streaming-wrapper .current-stream .streaming-item .streaming-title {
  color: #fff;
  font-size: 30px;
  max-width: 7em;
  line-height: 1;
}
body.home footer {
  order: 30;
}

.section_thanks {
  position: relative;
}
.section_thanks > div {
  height: calc(100vh - 150px);
  background-color: #000;
}
@media (max-width: 960px) {
  .section_thanks > div {
    height: 55vh;
  }
}
.section_thanks > div.background-align-right {
  background-position: 75% 50%;
}
.section_thanks > div.background-align-left {
  background-position: 25% 50%;
}
.section_thanks > div .uk-container {
  flex-grow: 1;
  padding-top: 12vh;
  padding-bottom: 12vh;
}
@media (max-width: 960px) {
  .section_thanks > div .uk-container {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
.section_thanks > div h2 {
  font-family: "Libre Bodoni", serif;
  font-size: 5vw;
}
@media (max-width: 960px) {
  .section_thanks > div h2 {
    font-size: 9vw;
  }
}
.section_thanks .overlay-txt {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6666666667);
  max-width: 26em;
  margin: 0 -10px;
}
.section_thanks .overlay-txt p {
  max-width: 26em;
}
.section_thanks .agenda-date-display {
  position: relative !important;
  top: unset !important;
  left: unset !important;
}
@media (max-width: 960px) {
  .section_thanks .agenda-date-display {
    left: 0;
    right: 0;
  }
}
.section_thanks .agenda-date-display .edition-number {
  font-size: 10vw;
}
@media (max-width: 960px) {
  .section_thanks .agenda-date-display .edition-number {
    font-size: 20vw;
  }
}
.section_thanks .agenda-date-display .edition-name div:first-child {
  font-size: 4.2vw;
}
@media (max-width: 960px) {
  .section_thanks .agenda-date-display .edition-name div:first-child {
    font-size: 8.5vw;
  }
}
.section_thanks .agenda-date-display .edition-name .edition-txt {
  font-size: 4.6vw;
}
@media (max-width: 960px) {
  .section_thanks .agenda-date-display .edition-name .edition-txt {
    font-size: 9.6vw;
  }
}

.fading-animation {
  animation-name: largefadeout;
  animation-duration: 4s;
}

@keyframes largefadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ns-suscription {
  order: 11;
}
.ns-suscription > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ns-suscription .container {
  position: relative;
}
.ns-suscription .container a, .ns-suscription .container a:visited {
  color: #fff;
  padding: 0px 60px;
}
.ns-suscription h2 {
  font-size: 4vw;
}
.ns-suscription h2 span {
  font-size: 8vw;
  font-family: "Libre Bodoni", serif;
  display: block;
  line-height: 1em;
}
.ns-suscription p {
  font-size: 24px;
}
.ns-suscription .ns-btn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .ns-suscription .uk-cover-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ns-suscription .uk-cover-container img {
    min-height: 100%;
  }
  .ns-suscription h2 {
    font-size: 24px;
  }
  .ns-suscription h2 span {
    font-size: 38px;
  }
  .ns-suscription p {
    font-size: 18px;
  }
}
@media (min-width: 961px) {
  .ns-suscription {
    position: relative;
    overflow: hidden;
  }
  .ns-suscription .uk-cover-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
  }
  .ns-suscription:after {
    content: "";
    display: block;
    padding-bottom: 25%;
  }
  .ns-suscription .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.home-boxes {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-boxes a {
  position: relative;
  overflow: hidden;
}
.home-boxes a img {
  position: absolute;
  width: 100%;
  display: block;
  transition: all ease-in-out 0.3s;
}
.home-boxes a:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.home-boxes a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dadada;
  z-index: 2;
  transition: all ease-in-out 0.5s;
}
.home-boxes a.showbox:before {
  left: 100%;
}
.home-boxes a:hover img {
  opacity: 0.8;
}

#t-video-container.showvideo .video-img {
  opacity: 0;
  pointer-events: none;
}

.video_thanks .video-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 1;
  transition: all 0.4s ease;
  background-color: #000;
}
.video_thanks .video-img img {
  opacity: 0.8;
}
.video_thanks .video-img .theicon {
  position: absolute;
  z-index: 4;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_thanks .video-img img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.todays-dj {
  margin-top: 50px;
}

.todays-dj h2 {
  text-align: center;
}
.todays-dj h2 span {
  font-family: "Libre Bodoni", serif;
}
@media (max-width: 960px) {
  .todays-dj h2 {
    font-size: 45px;
  }
}

.todays-dj-list {
  justify-content: center;
  gap: 10px;
}

.todays-dj-list li {
  width: -moz-fit-content;
  width: fit-content;
  display: contents;
}

.todays-dj-list li > div {
  max-width: 250px;
  border: solid 1px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.todays-dj-list li > div h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.todays-dj-list li > div h3 span {
  font-family: "Libre Bodoni", serif;
}
.todays-dj-list li > div p {
  margin-bottom: 0;
  margin-top: 0;
}

.portada-block a {
  position: relative;
}
.portada-block a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  transition: all ease-in-out 0.3s;
  border: rgba(255, 255, 255, 0.7725490196) solid 0px;
}
.portada-block a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  transition: all ease-in-out 0.3s;
  background-color: rgba(0, 0, 0, 0);
}
.portada-block a:hover:before {
  border-width: 1px;
  top: 2vw;
  left: 2vw;
  right: 2vw;
  bottom: 2vw;
}
.portada-block a:hover:after {
  background-color: rgba(0, 0, 0, 0.2666666667);
}
.portada-block a img {
  display: block;
}

.brand_video_hero {
  margin-bottom: 100px;
  position: relative;
}
.brand_video_hero .floating-title {
  left: 60%;
  top: 30%;
  font-weight: 400;
}
.brand_video_hero .designer-video-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 1;
  transition: all 0.4s ease;
  background-color: #000;
}
.brand_video_hero .designer-video-img img {
  opacity: 0.5;
}
.brand_video_hero .designer-video-img .theicon {
  position: absolute;
  z-index: 4;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brand_video_hero .designer-video-img {
  /* &:after {
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 4;
      width: 40px;
      height: 40px;
      background-color: #fff;
  } */
}
.brand_video_hero .designer-video-img img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brand_video_hero #b-video-container.showvideo .designer-video-img {
  opacity: 0;
  pointer-events: none;
}

.brand_avatar {
  width: 12vw;
  height: 12vw;
  border-radius: 50%;
  border: solid 1px #000;
}
.brand_pre_hero {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
@media (max-width: 640px) {
  .brand_pre_hero .container > div {
    justify-content: center;
  }
}
.brand_hero-data {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand_hero-data .date {
  margin-bottom: 1px;
}
.brand_hero-data .date div {
  display: none;
}
.brand_hero-data .date div:first-child {
  display: block;
}
.brand_hero-data h1 {
  font-size: 6vw;
  line-height: 88%;
}
@media (max-width: 640px) {
  .brand_hero-data {
    max-width: 65vw;
  }
}
.brand_collection {
  margin-bottom: 150px;
}
@media (max-width: 640px) {
  .brand_collection {
    margin-bottom: 150px;
  }
}
.brand_collection h2 {
  font-size: 6vw;
  font-weight: 100;
}
@media (max-width: 640px) {
  .brand_collection h2 {
    font-size: 30px;
  }
}
.brand_collection p {
  max-width: 40em;
}
.brand_collection .details {
  border-bottom: solid 1px #000;
  padding-bottom: 40px;
}
.brand_collection .collection-img-cover {
  max-width: 40%;
}
@media (max-width: 640px) {
  .brand_collection .collection-img-cover {
    max-width: 100%;
  }
}
.brand_collection .collection-img-cover img {
  width: 100%;
}
.brand_biography {
  margin-bottom: 100px;
}
.brand_biography .bio-img {
  min-height: 30vw;
}
@media (max-width: 640px) {
  .brand_biography .bio-img {
    height: 86vw;
    padding-left: 0;
    width: 70vw;
    margin-right: -20px;
  }
  .brand_biography > .container > div {
    flex-direction: column;
    align-items: center;
  }
}
.brand_biography .contact-details {
  display: flex;
  gap: 20px;
}
.brand_biography .contact-details p {
  font-size: 14px;
  font-weight: bold;
}
.brand_biography .brand_avatar {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}
.brand_biography .brand_avatar .uk-cover {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.brand_socials {
  gap: 10px;
  align-items: flex-start;
}
.brand_socials svg {
  fill: #000;
}

.gallery_lookbook {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .gallery_lookbook {
    margin-bottom: 50px;
  }
}
.gallery_lookbook .titular {
  background-color: #000;
}
.gallery_lookbook .titular .uk-cover {
  max-width: 100%;
  width: 100% !important;
}
.gallery_lookbook .titular img {
  width: 100%;
  opacity: 0.6;
}
.gallery_lookbook .titular h3 {
  font-size: 5.8vw;
  font-weight: 100;
  pointer-events: none;
}
.gallery_lookbook .titular h3 b {
  font-family: "Libre Bodoni", serif;
  font-size: 5.4vw;
}
.gallery_lookbook .uk-slider-nav {
  margin-top: 3px;
  justify-content: space-between;
}
.gallery_lookbook .uk-slider-nav li {
  width: auto;
  flex-grow: 2;
  padding-left: 0;
}
.gallery_lookbook .uk-slider-nav li a {
  background-color: #000;
  width: 100%;
  height: 2px;
  border-radius: 0;
  border: none !important;
}
.gallery_lookbook .uk-slider-nav li.uk-active ~ li a {
  background-color: #fff;
}
.gallery_lookbook .first-photo:before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: -200%;
  content: "";
}
.gallery_beauty {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .gallery_beauty {
    margin-bottom: 50px;
  }
}
.gallery_beauty .titular {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  text-align: center;
  pointer-events: none;
}
.gallery_beauty .titular h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 4vw;
  pointer-events: none;
}
.gallery_beauty .titular h3 b {
  font-family: "Libre Bodoni", serif;
  font-size: 3.8vw;
}
.gallery_beauty .uk-slider-items {
  position: relative;
  z-index: 2;
}
@media (min-width: 961px) {
  .gallery_beauty .element-1 {
    max-height: 100%;
    overflow: hidden;
    width: 50%;
  }
  .gallery_beauty .element-1 a {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .gallery_beauty .titular {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 50%;
    text-align: left;
    margin-top: 8px;
  }
  .gallery_beauty .titular h3 {
    font-size: 8vw;
  }
  .gallery_beauty .titular h3 b {
    font-size: 7.8vw;
  }
}
.gallery_atmo, .gallery_front, .gallery_call {
  margin-bottom: 100px;
  min-height: 60vh;
}
@media (max-width: 640px) {
  .gallery_atmo, .gallery_front, .gallery_call {
    min-height: 30vh;
  }
}
.gallery_atmo, .gallery_front, .gallery_call {
  background-color: #000;
}
@media (min-width: 961px) {
  .gallery_atmo .uk-cover, .gallery_front .uk-cover, .gallery_call .uk-cover {
    width: 100%;
  }
}
.gallery_atmo .cover a img, .gallery_front .cover a img, .gallery_call .cover a img {
  opacity: 0.4;
  transition: all ease 0.3s;
}
.gallery_atmo .cover a:hover img, .gallery_front .cover a:hover img, .gallery_call .cover a:hover img {
  opacity: 0.9;
}
.gallery_atmo img, .gallery_front img, .gallery_call img {
  width: 100%;
}
.gallery_atmo .titular, .gallery_front .titular, .gallery_call .titular {
  pointer-events: none;
}
.gallery_atmo .titular h3, .gallery_front .titular h3, .gallery_call .titular h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 3.5vw;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 640px) {
  .gallery_atmo .titular h3, .gallery_front .titular h3, .gallery_call .titular h3 {
    font-size: 7.5vw;
  }
}
.gallery_front, .gallery_call {
  min-height: 55vh;
}
@media (max-width: 640px) {
  .gallery_front, .gallery_call {
    min-height: 40vh;
  }
}

.designers-navlist li {
  position: relative;
}
.designers-navlist li.uk-active:before {
  background-color: #000;
  left: -10px;
  width: 3px;
  height: 300%;
  display: block;
  content: "";
  bottom: 0;
  position: absolute;
}
.designers-navlist li.uk-active a, .designers-navlist li.uk-active a:visited {
  color: #292929 !important;
  text-transform: uppercase;
}
.designers-navlist li:first-child.uk-active:before {
  height: 100%;
}
.designers-navlist li.uk-active > a {
  color: #999;
}
.designers-navlist a, .designers-navlist a:visited {
  color: #292929;
}
.designers-navlist a:hover, .designers-navlist a:visited:hover {
  color: #000;
}

.designers-header {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .designers-header {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.designers-header .uk-first-column {
  flex-basis: fit-content;
}
.designers-header h1 {
  font-family: "Libre Bodoni", serif;
  font-size: 9vw;
}
@media (max-width: 640px) {
  .designers-header h1 {
    font-size: 10vw;
  }
}
.designers-header .bottom-line {
  border-bottom: solid 2px #000;
  flex-grow: 1;
}
.designers-header .headers_nedition {
  font-size: 9vw;
  margin-bottom: 0;
  line-height: 0.7;
}
@media (max-width: 640px) {
  .designers-header .headers_nedition {
    font-size: 10vw;
  }
}
.designers-header .headers_th {
  font-family: "Libre Bodoni", serif;
  font-size: 4vw;
  line-height: 0.8em;
}
.designers-header .headers_edition {
  font-size: 4vw;
  line-height: 0.8em;
  font-weight: 200;
}
@media (max-width: 640px) {
  .designers-header .headers_edition {
    font-size: 5vw;
    font-weight: 400;
  }
}

.side-navigation {
  border-right: solid 1px #000;
  overflow: hidden;
}
.side-navigation > div {
  z-index: 1;
}

.designer-card .designer-thumb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.designer-card .designer-thumb .cover {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.designer-card .designer-thumb .card-bio-img {
  width: 100%;
  max-width: 340px;
}
.designer-card .designer-thumb .card-bio-img:after {
  padding-bottom: 100%;
  content: "";
  display: block;
}
.designer-card .designer-thumb .card-bio-img .uk-cover {
  max-width: 120%;
}
.designer-card .designer-thumb .card-bio-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.designer-card .designer-thumb h2, .designer-card .designer-thumb h3 {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  line-height: 110%;
  font-size: 36px;
  font-weight: 600;
}
.designer-card .designer-thumb .dateline {
  border-top: solid 2px #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
.designer-card .designer-thumb a {
  transition: all ease-in-out 0.2s;
  position: relative;
}
.designer-card .designer-thumb a:hover {
  opacity: 0.8;
}
.designer-card .designer-thumb a:before {
  content: "";
  background-color: #fff;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) all 1s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.designer-card .designer-thumb a > div:before {
  content: "";
  background-color: #000;
  opacity: 1;
  transition: all ease-in-out 1.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.designer-card.designer-card-show a:before {
  left: 100%;
}
.designer-card.designer-card-show a > div:before {
  opacity: 0;
}

#section_todays-brand h2, #section_presented-brands h2 {
  margin-top: 150px;
  margin-bottom: 50px;
  text-align: right;
  font-size: 7vw;
  line-height: 0.9;
  margin-right: 10vw;
}
@media (max-width: 640px) {
  #section_todays-brand h2, #section_presented-brands h2 {
    margin-top: 50px;
  }
}
#section_todays-brand h2 span, #section_presented-brands h2 span {
  display: block;
  font-size: 12vw;
  font-family: "Libre Bodoni", serif;
  margin-right: -3vw;
}

#section_todays-brand {
  min-height: 70vh;
}
#section_todays-brand .uk-slider-container {
  padding: 0 30px;
}
#section_todays-brand .uk-slidenav {
  color: #000;
}
#section_todays-brand .uk-dotnav > * > * {
  border-radius: 0 !important;
  border: none;
  position: relative;
  height: 30px;
  width: 32px;
}
#section_todays-brand .uk-dotnav > * > *:after {
  display: block;
  content: "";
  background-color: #000;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  position: absolute;
  transition: ease all 0.3s;
}
#section_todays-brand .uk-dotnav > .uk-active > *:after {
  left: 0px;
  right: 0px;
}
#section_todays-brand li > div {
  display: block;
  padding: 20px;
}
#section_todays-brand .todays-designers-list h6 {
  font-weight: 600;
}
#section_todays-brand .todays-designers-list p, #section_todays-brand .todays-designers-list h6 {
  text-align: center;
  margin-bottom: 10px;
}
#section_todays-brand .todays-designers-list a, #section_todays-brand .todays-designers-list a:visited {
  color: black;
  display: block;
}
#section_todays-brand .todays-designers-list a p, #section_todays-brand .todays-designers-list a:visited p {
  font-size: 2.5vw;
  font-weight: 200;
  max-width: 100%;
  text-transform: uppercase;
  line-height: 0.9;
}
#section_todays-brand .todays-designers-list a:hover, #section_todays-brand .todays-designers-list a:visited:hover {
  text-decoration: none;
}

#section_presented-brands a, #section_presented-brands a:visited {
  color: #000;
}
#section_presented-brands .uk-dotnav {
  justify-content: center;
  margin-bottom: 10px;
}
#section_presented-brands .uk-dotnav > * {
  padding-left: 5px;
}
#section_presented-brands .uk-dotnav > * > * {
  border-radius: 0;
  height: 15px;
  border: 1px solid #000;
}
#section_presented-brands .uk-dotnav > .uk-active > * {
  background-color: #333;
}
@media (max-width: 960px) {
  #section_presented-brands .uk-dotnav {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: 0;
  }
  #section_presented-brands .uk-dotnav > * {
    padding-left: 0;
  }
  #section_presented-brands .uk-dotnav > * > * {
    width: 6px;
  }
  #section_presented-brands h2 {
    font-size: 10vw;
    margin-top: 50px;
    margin-bottom: 10px;
  }
  #section_presented-brands h2 span {
    font-size: 16vw;
  }
  #section_presented-brands .uk-position-center-left-out {
    right: 90% !important;
    color: #fff !important;
  }
  #section_presented-brands .uk-position-center-right-out {
    left: 90% !important;
    color: #fff !important;
  }
}

.dthumblist {
  margin-bottom: 14vw;
}

body.archive .designer-thumb a img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
body.archive .designer-thumb a:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

@media (max-width: 640px) {
  .designers-navigation .container > div {
    margin-left: 0px;
  }
  .brand_collection > .container > div {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .legacy-designer-title {
    font-size: 36px;
  }
}

.legacy-designer-galleries .gallery-tabs {
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 640px) {
  #atmo-modal-full ul.fullheight li {
    top: 25%;
    bottom: 25%;
  }
}

.brand_edition-selector .uk-subnav-pill > .uk-active > a {
  background-color: #000;
  color: #fff;
}

.legacy-designer-bio {
  margin-bottom: 60px;
  margin-top: 40px;
  border-bottom: solid 1px #eee;
  padding-bottom: 40px;
}
.legacy-designer-bio a {
  color: #000;
}

.legacy-designer-collection {
  margin-bottom: 60px;
}
.legacy-designer-collection h2 {
  margin-bottom: 0;
  font-size: 5vw;
  font-family: "Libre Bodoni", serif;
}
.legacy-designer-collection h5 {
  margin-top: 0;
}

.legacy-designer-galleries .uk-tab::before {
  border-bottom-color: #000;
}
.legacy-designer-galleries .uk-tab > * > a {
  font-weight: 600;
}
.legacy-designer-galleries .uk-tab > .uk-active > a {
  color: #fff;
  background-color: #000;
  border-bottom: solid 1px #fff;
}

.comming-soon-section {
  width: 100%;
  height: calc(100vh - 150px);
  background-color: #000;
}
.comming-soon-section .layer {
  z-index: 2;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.comming-soon-section .layer .title {
  width: 33vw;
  font-size: 4vw;
  text-transform: uppercase;
  line-height: 0.8;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 10vh 20px 15vh 8vw;
}
@media (max-width: 640px) {
  .comming-soon-section .layer .title {
    font-size: 9vw;
  }
}
.comming-soon-section .layer .title span {
  display: block;
}
.comming-soon-section .layer .days-to {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin-top: 10px;
}
.comming-soon-section .layer .days-to .tstart {
  font-size: 5vw;
  line-height: 0.9;
  text-align: right;
}
@media (max-width: 640px) {
  .comming-soon-section .layer .days-to .tstart {
    font-size: 7vw;
  }
}
.comming-soon-section .layer .days-to .tnumb {
  font-weight: 200;
  line-height: 0.8;
  font-size: 15vw;
}
@media (max-width: 640px) {
  .comming-soon-section .layer .days-to .tnumb {
    font-size: 17vw;
  }
}
.comming-soon-section .layer .days-to .tdays {
  font-family: "Libre Bodoni", serif;
  display: flex;
  align-items: flex-end;
  line-height: 0.8;
  font-size: 9vw;
}
@media (max-width: 640px) {
  .comming-soon-section .layer .days-to .tdays {
    font-size: 12vw;
  }
}
@media (min-width: 1600px) {
  .comming-soon-section .layer .days-to .tstart {
    font-size: 76px;
  }
  .comming-soon-section .layer .days-to .tnumb {
    font-size: 222px;
  }
  .comming-soon-section .layer .days-to .tdays {
    font-size: 132px;
  }
}
.comming-soon-section .mask-left {
  overflow: hidden;
  width: 33vw;
  position: absolute;
  height: 100%;
  z-index: 4;
  transition: all ease-in-out 1s;
  transition-delay: 4s;
}
@media (max-width: 640px) {
  .comming-soon-section .mask-left {
    width: 60vw;
  }
}
.comming-soon-section .mask-bottom {
  overflow: hidden;
  position: absolute;
  height: 40%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  transition: all ease-in-out 1s;
  transition-delay: 4.3s;
}
.comming-soon-section .mask-top {
  position: absolute;
  height: 10%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  transition: all ease-in-out 1s;
  transition-delay: 4.1s;
}
.comming-soon-section .mask-right {
  position: absolute;
  width: 10%;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  transition: all ease-in-out 1s;
  transition-delay: 4.2s;
}
.comming-soon-section .video-bg {
  color: #fff;
}
.comming-soon-section .mask {
  color: #000;
}
.comming-soon-section .mask .mask-left, .comming-soon-section .mask .mask-bottom {
  background-color: #fff;
}
.comming-soon-section .mask.release .mask-left {
  width: 0vw;
}
.comming-soon-section .mask.release .mask-right {
  width: 0%;
}
.comming-soon-section .mask.release .mask-top {
  height: 0%;
}
.comming-soon-section .mask.release .mask-bottom {
  height: 0%;
}
.comming-soon-section .loading-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 1;
  transition: all ease 0.3s;
  transition-delay: 1s;
}
.comming-soon-section .loading-video.fade-cover {
  opacity: 0;
}

#partners .partner-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#partners .partner-card .partner_thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 960px) {
  #partners .partner-card .partner_thumb {
    width: 60%;
    margin: auto;
  }
}
#partners .partner-card .partner_thumb:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 961px) {
  #partners .partner-card .partner_thumb:after {
    padding-bottom: 150%;
  }
}
#partners .partner-card .partner_thumb img {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-50%);
  max-width: none;
}
@media (max-width: 640px) {
  #partners .partner-card .partner_thumb {
    width: 60%;
    margin: auto;
  }
  #partners .partner-card .partner_thumb img {
    max-width: 100%;
  }
}
#partners .partner-card .partner_logo {
  text-align: center;
}
@media (max-width: 640px) {
  #partners .partner-card .partner_logo {
    width: 60%;
    margin: auto;
  }
}
#partners .partner-card p {
  font-size: 14px;
}

.partner_video-container {
  margin-bottom: 60px;
}

.partner-video-item {
  position: relative;
}
.partner-video-item .video-cover {
  position: relative;
}
.partner-video-item .theicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.partner-video-item h4 {
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 32px;
  margin-top: 10px;
}
.partner-video-item h4 span {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 0.95em;
  transform: translateY(0.1em);
}

.container-partner-details {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.container-partner-details .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vw;
  padding-top: 20px;
}
.container-partner-details .title h1 {
  font-size: 4.5vw;
  font-weight: 200;
  display: block;
  padding-left: 2vw;
}
.container-partner-details .title h1 span {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 6vw;
  margin-left: -2vw;
  line-height: 0.9em;
}
@media (max-width: 640px) {
  .container-partner-details .title .title {
    flex-direction: column;
  }
  .container-partner-details .title h1 {
    font-size: 7.5vw;
  }
  .container-partner-details .title h1 span {
    font-size: 10vw;
  }
}
.container-partner-details .title .partner-logo {
  max-width: 30%;
}
.container-partner-details .presenting {
  margin-top: 5vw;
}
.container-partner-details .presenting h3 {
  margin-bottom: 0;
}

#collaborators {
  margin-bottom: 50px;
}

.partner-socials {
  margin-bottom: 50px;
}
.partner-socials a, .partner-socials a:visited {
  color: #000;
  transition: all ease 0.3s;
  margin-left: 5px;
  margin-right: 5px;
}
.partner-socials a:hover, .partner-socials a:visited:hover {
  color: blue;
}
.partner-socials span.twitterx {
  width: 40px;
}
.partner-socials span.twitterx:before {
  margin-left: -10px;
}

.video-details {
  margin-top: 40px;
  margin-bottom: 10vw;
}
.video-details .title {
  font-weight: 200;
  font-size: 6.4vw;
  line-height: 0.9;
  text-transform: uppercase;
}
.video-details .title span {
  font-family: "Libre Bodoni", serif;
  display: block;
  transform: translateY(0.5vw);
}
.video-details .h3 {
  margin-bottom: 0;
}
.video-details .uk-flex > div {
  flex-grow: 1;
  text-align: center;
}

.floating-title {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 4;
  color: #fff;
  display: flex;
  font-size: 6vw;
  flex-direction: column;
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 200;
  bottom: 10%;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}
.floating-title h1 {
  font-size: 6vw;
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 200;
  color: #fff;
  margin: 0;
}
.floating-title span {
  display: block;
  font-family: "Libre Bodoni", serif;
  transform: translateY(0.05em);
}
.floating-title .latest-video {
  display: block;
  border: solid 1px #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2vw;
  padding: 5px 20px;
  margin-bottom: 1vw;
}

.page-making-off h1 {
  text-align: center;
  margin-top: 5vw;
  margin-bottom: 0;
  font-weight: 200;
  font-size: 16vw;
  font-style: italic;
  letter-spacing: 2vw;
}
.page-making-off h1 span {
  font-family: "Libre Bodoni", serif;
  font-size: 0.92em;
  margin-right: 0;
}
.page-making-off h1.flipping-title span {
  animation-name: flippingspan;
  animation-duration: 2s;
}
.page-making-off .subdetails {
  margin-bottom: 4vw;
  display: flex;
  line-height: 8vw;
  font-size: 5vw;
}
.page-making-off .subdetails b {
  display: block;
  font-size: 8vw;
  line-height: 7vw;
  font-weight: 400;
  margin-right: 10px;
}
.page-making-off .subdetails span {
  font-size: 3.3vw;
  display: block;
  line-height: 0.8;
}
.page-making-off .video-slider {
  margin-bottom: 5vw;
  position: relative;
}
.page-making-off .video-slider .video-cover {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.page-making-off .video-slider .video-cover:after {
  padding-bottom: 130%;
  display: block;
  content: "";
}
.page-making-off .video-slider .video-cover:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: solid 2px #fff;
  transition: all 0.3s ease;
}
@media (min-width: 961px) {
  .page-making-off .video-slider .video-cover.square:after {
    padding-bottom: 90% !important;
  }
}
.page-making-off .video-slider .video-cover img {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.3s ease;
  min-width: 100%;
}
.page-making-off .video-slider .video-cover .theicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
}
.page-making-off .video-slider h4 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1;
}
.page-making-off .video-slider ul a, .page-making-off .video-slider ul a:visited {
  color: #000;
}
.page-making-off .video-slider ul a:hover, .page-making-off .video-slider ul a:visited:hover {
  text-decoration: none;
}
.page-making-off .video-slider ul a:hover img, .page-making-off .video-slider ul a:visited:hover img {
  opacity: 0.6;
}
.page-making-off .video-slider ul a:hover .video-cover::before, .page-making-off .video-slider ul a:visited:hover .video-cover::before {
  height: 200%;
  width: 250%;
}
.page-making-off .video-slider .uk-slidenav {
  transform: scale(1.2);
  color: #fff;
  opacity: 1;
}
.page-making-off .video-slider p {
  overflow: hidden;
  max-height: 3em;
  font-size: 12px;
  margin-top: 10px;
  color: #000;
  text-align: center;
}

@keyframes flippingspan {
  0% {
    margin-right: -60%;
  }
  100% {
    margin-right: 0%;
  }
}
.designer-thumb.show-thumb {
  border: solid 2px #fff;
}
.designer-thumb.show-thumb .card-bio-img {
  max-width: 100% !important;
}
.designer-thumb.show-thumb .card-bio-img img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  max-width: none;
}
.designer-thumb.show-thumb h3 {
  line-height: 110%;
  font-size: 20px;
  font-weight: 600;
}

.mo-galleries .uk-list {
  margin-left: 0;
  margin-bottom: 0;
}
.mo-galleries .uk-list li {
  margin-top: 0;
}
.mo-galleries .title {
  margin-top: 5vw;
  margin-bottom: 5vw;
}
.mo-galleries h2, .mo-galleries h3 {
  font-size: 4vw;
  margin-bottom: 0;
  text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.1019607843), 0px 0px 5px rgba(0, 0, 0, 0.2117647059);
  transition: all ease-in-out 0.3s;
}
.mo-galleries h2 span, .mo-galleries h3 span {
  font-family: "Libre Bodoni", serif;
  font-size: 0.9em;
}
@media (max-width: 640px) {
  .mo-galleries h2, .mo-galleries h3 {
    font-size: 40px;
  }
}
.mo-galleries .mo-images {
  margin-bottom: 120px;
}
.mo-galleries .load-main-img {
  animation-name: loadimganimation;
  animation-duration: 2s;
}
.mo-galleries .gallery-main-image {
  min-height: 500px;
  height: 40vh;
  background-color: #000;
}
@media (max-width: 640px) {
  .mo-galleries .gallery-main-image {
    min-height: 300px;
  }
}
.mo-galleries .gallery-main-image img {
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  .mo-galleries .gallery-main-image img {
    width: 100%;
  }
}
.mo-galleries a:hover .gallery-main-image img {
  opacity: 0.2;
  filter: grayscale(1);
}
.mo-galleries a:hover .gallery-main-image h3, .mo-galleries a:hover .gallery-main-image h2 {
  transform: scale(1.1);
  text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.3215686275), 1px 13px 5px #000000;
}

.gallery-main-image img {
  width: 100vw;
}
.gallery-main-image h2, .gallery-main-image h3 {
  color: #fff;
}

@keyframes loadimganimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.coolbars {
  display: flex;
  position: absolute;
  bottom: 4vw;
  right: 0;
  pointer-events: none;
}
.coolbars img {
  display: block;
  width: 2vw;
}

.mo-gallery__title {
  font-size: 10vw;
}
.mo-gallery__beauty li {
  width: 100px;
  height: 60vh;
}
.mo-gallery__beauty li img {
  height: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  opacity: 0.9;
  transition: all ease 0.5s;
}
.mo-gallery__beauty li a {
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.mo-gallery__beauty li a:before, .mo-gallery__beauty li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  content: "";
  background-color: #fff;
  z-index: 1;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
}
.mo-gallery__beauty li a:before {
  left: 0;
}
.mo-gallery__beauty li a:after {
  right: 0;
}
.mo-gallery__beauty li a:hover:before, .mo-gallery__beauty li a:hover:after {
  width: 0;
}
.mo-gallery__beauty li a:hover img {
  opacity: 1;
  transform: translateX(-50%) scale(1.1);
}

.mo-galleries .beauty_gallery h2, .mo-galleries .beauty_gallery h3 {
  font-size: 7vw;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  line-height: 80%;
}
.mo-galleries .beauty_gallery > .container {
  position: relative;
}
.mo-galleries .beauty_gallery > .container:after {
  border: solid 1px #000;
  content: "";
  position: absolute;
  top: 3vw;
  bottom: 0;
  left: 2vw;
  right: 2vw;
  z-index: 0;
}
.mo-galleries .beauty_gallery .mo-gallery__beauty {
  z-index: 2;
  position: relative;
  padding-bottom: 35px;
}
.mo-galleries .bs-container {
  margin-top: 8vw;
  margin-bottom: 8vw;
  position: relative;
}
.mo-galleries .bs-container .bs-cover {
  transform: translateY(-4vw);
}
.mo-galleries .bs-container .bs-button {
  text-align: center;
  padding-top: 3vw;
}
@media (max-width: 640px) {
  .mo-galleries .bs-container .bs-button {
    padding-top: 0;
    margin-top: 0 !important;
  }
}
.mo-galleries .bs-supertitle {
  border-bottom: solid 1px #000;
  padding-bottom: 2vw;
  margin-top: 100px;
}
.mo-galleries .bs-supertitle h2, .mo-galleries .bs-supertitle h3 {
  font-size: 18vw;
  font-style: italic;
  font-weight: 100;
  letter-spacing: -0.1em;
  white-space: nowrap;
}
.mo-galleries .bs-description {
  padding-top: 3vw;
}
.mo-galleries .athmosphere_block {
  background-color: #000;
  padding-bottom: 30px;
  position: relative;
}
.mo-galleries .athmosphere_block .atmo-floating-logo {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
  width: 80%;
}
.mo-galleries .athmosphere_block .title {
  border-bottom: solid 1px #333;
  padding-bottom: 1vw;
  padding-top: 1vw;
  margin-top: 0vw;
  margin-bottom: 2vw;
}
.mo-galleries .athmosphere_block .title h2, .mo-galleries .athmosphere_block .title h3 {
  color: #fff;
  font-size: 8vw;
  font-weight: 400;
  text-align: center;
}
.mo-galleries .streetstyle-loader {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.mo-galleries .streetstyle-loader h2, .mo-galleries .streetstyle-loader h3 {
  font-style: italic;
  font-size: 8vw;
  font-weight: 100;
  line-height: 0.5;
  text-align: right;
}
.mo-galleries .streetstyle-loader h2 span, .mo-galleries .streetstyle-loader h3 span {
  display: block;
  line-height: 1;
  text-align: left;
  width: 100%;
}
.mo-galleries .streetstyle-loader .ss-titles {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 3;
}
.mo-galleries .streetstyle-loader .ss-btn {
  margin-left: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.mo-galleries .streetstyle-loader .coolbars {
  bottom: 80px;
  justify-content: flex-end;
  right: 0;
  z-index: 2;
}
.mo-galleries .streetstyle-loader .coolbars img {
  width: 1.5vw;
}
@media (max-width: 640px) {
  .mo-galleries .streetstyle-loader {
    flex-direction: column;
  }
  .mo-galleries .streetstyle-loader .streetstyle-pregallery {
    height: 35vw;
  }
  .mo-galleries .streetstyle-loader .streetstyle-pregallery:after {
    right: -2px;
  }
  .mo-galleries .streetstyle-loader h2 {
    font-size: 17vw !important;
  }
  .mo-galleries .streetstyle-loader .ss-btn {
    margin-left: 0;
    margin-right: auto;
  }
}
.mo-galleries .streetstyle-pregallery {
  margin-left: 0;
  height: 20vw;
  width: 100%;
  position: relative;
}
.mo-galleries .streetstyle-pregallery:after {
  clip-path: polygon(100% 0, 100% 100%, 78% 100%, 99% 50%, 78% 0);
  position: absolute;
  background-color: #fff;
  right: -1px;
  top: -2px;
  bottom: -2px;
  width: 50%;
  content: "";
  display: block;
  z-index: 2;
}

.uk-button.bs-more {
  background-color: #fff;
  color: #000;
}

.text-white {
  color: #fff;
}
.text-white p {
  color: #fff;
}

.press-tabs {
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.press-tabs a {
  padding: 10px 30px;
  font-size: 18px;
}
.press-tabs a b {
  font-weight: 600;
}
.press-tabs a span {
  font-size: 12px;
  display: inline-block;
  transform: translateY(-6px);
  font-weight: 800;
}
.press-tabs li.uk-active a {
  border: solid 2px #000;
}

.press-page h1 {
  font-weight: 200;
  letter-spacing: -0.03em;
}
@media (min-width: 1600px) {
  .press-page h1 {
    font-size: 6vw;
  }
}
.press-page #articles .uk-list > li {
  margin-bottom: 50px;
}
.press-page .pressnote h2, .press-page .pressnote h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: none !important;
  line-height: 1.2;
}
.press-page .pressnote h2, .press-page .pressnote h3, .press-page .pressnote p {
  margin-bottom: 0;
  margin-top: 0;
}
.press-page .pressnote .goto, .press-page .pressnote .goto:visited {
  color: #000;
}
.press-page .pressnote .btn-primary {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #000;
  padding: 5px 10px;
  text-align: center;
  margin-top: 4px;
}
@media (max-width: 640px) {
  .press-page .pressnote {
    border: solid 2px #000;
    padding-bottom: 10px;
  }
  .press-page .pressnote h2, .press-page .pressnote h3 {
    font-size: 18px;
    margin-right: 20px;
  }
}
.press-page .note-thumb {
  border: solid 1px #000;
  padding-left: 0;
  position: relative;
}
.press-page .note-thumb h2 {
  font-size: 24px;
  font-weight: 400;
  text-transform: none !important;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 640px) {
  .press-page .note-thumb h2 {
    font-size: 18px;
  }
}
.press-page .note-thumb .count {
  position: absolute;
  top: 2px;
  z-index: 2;
  left: 8px;
  font-size: 26px;
  font-weight: 600;
}
.press-page .note-thumb .count.inverted {
  color: #fff;
}
.press-page .note-thumb .goto {
  min-height: 64px;
  position: relative;
  overflow: hidden;
}
.press-page .note-thumb .goto .logo-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  opacity: 0.2;
}
.press-page .note-thumb a .logo-cover {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.press-page .note-thumb a:hover .logo-cover {
  opacity: 1;
}
@media (max-width: 640px) {
  .press-page .note-thumb {
    border: none;
  }
  .press-page .note-thumb .logo-cover {
    display: none;
  }
  .press-page .note-thumb .goto {
    min-height: 36px;
  }
  .press-page .note-thumb .btn {
    width: auto;
    margin: 0 32px;
  }
}

.asset-list {
  margin-top: 60px;
}
.asset-list .show {
  margin-top: 0 !important;
}
.asset-list .show_name {
  font-size: 30px;
  border-right: solid 2px #000;
  text-align: right;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.asset-list .show a {
  color: #000;
}
.asset-list .show a:visited {
  color: #535353;
}
.asset-list .show a:hover {
  color: #000;
}
.asset-list .show .uk-grid > div {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .asset-list .show_name {
    border-right: none;
    border-bottom: solid 2px #000;
    text-align: center;
  }
  .asset-list li > .uk-grid {
    margin-top: 5px;
    justify-content: center;
    margin-bottom: 30px;
  }
}

.edition-n {
  font-size: 52px;
  font-family: "Libre Bodoni", serif;
}
@media (max-width: 640px) {
  .edition-n {
    font-size: 32px;
  }
}

.press-tabs h2 {
  font-size: 18px;
  margin-bottom: 0;
}

.site-main.press-page {
  margin-bottom: 50px;
}

#zpcookie-banner {
  min-height: 20vh;
}

.zpcookie-banner-bottom .zpcookie-message-bar,
.zpcookie-banner-top .zpcookie-message-bar {
  min-height: 20vh;
  display: flex;
}
.zpcookie-banner-bottom .zpcookie-message-bar .zpcustom-layout-2 .zpcookie-action-buttons.zpbutton-type-primary,
.zpcookie-banner-top .zpcookie-message-bar .zpcustom-layout-2 .zpcookie-action-buttons.zpbutton-type-primary {
  background-color: #000;
}
.zpcookie-banner-bottom .zpcookie-message-bar .zpcustom-layout-2 .zpcookie-action-links,
.zpcookie-banner-top .zpcookie-message-bar .zpcustom-layout-2 .zpcookie-action-links {
  color: #000;
}/*# sourceMappingURL=style.css.map */