@charset "UTF-8";
@font-face {
  font-family: "PlumbBold";
  src: url("../fonts/PlumbBold.otf") format("opentype");
}
@font-face {
  font-family: "PlumbBlack";
  src: url("../fonts/PlumbBlack.otf") format("opentype");
}
@font-face {
  font-family: "PlumbMedium";
  src: url("../fonts/PlumbMedium.otf") format("opentype");
}
@font-face {
  font-family: "PlumbRegular";
  src: url("../fonts/PlumbRegular.otf") format("opentype");
}
/*!
Theme Name: severflowers
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: severflowers
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 with others.

severflowers is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  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;
  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%;
}

/*--------------------------------------------------------------
# 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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: 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 {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
  font-size: 12px;
  font-size: 0.75rem;
  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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
  float: left;
  position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

body {
  font-family: "PlumbMedium", sans-serif;
  font-size: 13pt;
}

p {
  line-height: 150%;
  margin-top: 1.5em;
}

a, a:hover, a:active, a:visited {
  color: black;
}

h2, h3 {
  font-family: "PlumbBold", sans-serif;
  font-size: 20pt;
  color: #f55e63;
}

h1.page-title > a {
  color: white !important;
  text-decoration: none;
}

strong {
  font-size: 14pt;
  font-family: "PlumbBlack", sans-serif;
  font-weight: normal;
}

.pink {
  color: #f55e63;
}
.pink a {
  color: #f55e63;
}

.white {
  color: white;
}

hr {
  width: 100%;
  border-bottom: 5px solid black;
  margin: 2em 0;
}

hr.pink {
  border-bottom: 5px solid #f55e63;
}

.thin-border {
  border-bottom: 2px solid black;
}

hr.white {
  width: 100%;
  border-bottom: 5px solid white;
  margin: 2em 0;
}

a.pink-button, a.pink-button:hover, a.pink-button:visited, a.pink-button:active {
  display: block;
  text-align: center;
  color: white;
  font-family: "PlumbBlack", sans-serif;
  font-size: 22pt;
  text-transform: lowercase;
  text-decoration: none;
  padding: 1em 1.5em;
  background: #f55e63;
}

a.black-button {
  display: block;
  text-align: center;
  color: white !important;
  font-family: "PlumbBlack", sans-serif;
  font-size: 13pt;
  text-transform: lowercase;
  text-decoration: none;
  padding: 1em 1.5em;
  background: black;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0 !important;
}

.margin-bottom-2em {
  margin-bottom: 2em;
}

.no-lowercase {
  text-transform: none;
}

.square-img {
  height: 250px;
  width: 250px;
  object-fit: cover;
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 12pt;
  }
  p {
    line-height: normal;
    margin-top: 1.5em;
  }
  a, a:hover, a:active, a:visited {
    color: black;
  }
  h2, h3 {
    font-family: "PlumbBold", sans-serif;
    font-size: 14pt;
    color: #f55e63;
  }
  strong {
    font-size: 12pt;
    font-family: "PlumbBlack", sans-serif;
    font-weight: normal;
  }
  hr.pink {
    width: 100%;
    border-bottom: 5px solid #f55e63;
    margin: 2em 0;
  }
  hr.white {
    width: 100%;
    border-bottom: 5px solid white;
    margin: 2em 0;
  }
  .no-margin-bottom {
    margin-bottom: 0;
  }
  .no-margin-top {
    margin-top: 0;
  }
  .margin-bottom-2em {
    margin-bottom: 2em;
  }
  a.pink-button, a.pink-button:hover, a.pink-button:visited, a.pink-button:active {
    display: block;
    text-align: center;
    color: white;
    font-family: "PlumbBlack", sans-serif;
    font-size: 18pt;
    text-transform: lowercase;
    text-decoration: none;
    padding: 1em 1.5em;
    background: #f55e63;
  }
  .square-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 15px;
  }
}
.items-to-group {
  display: none;
}

#slider-container {
  margin: 0 6.25%;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 50%;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 800px;
  height: auto;
  text-align: center;
}

.slide-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

a.slider-control-next, a.slider-control-prev {
  position: absolute;
  z-index: 999;
  display: block;
  min-width: 5.712%;
  height: 8.568%;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

a.slider-control-next.slider-control-pink {
  background-image: url("../images/next-pink.png");
  right: 0;
  top: 25%;
}

a.slider-control-prev.slider-control-pink {
  background-image: url("../images/prev-pink.png");
  left: 0;
  top: 25%;
}

a.slider-control-next.slider-control-white {
  background-image: url("../images/next-white.png");
  right: 0;
  top: 50%;
}

a.slider-control-prev.slider-control-white {
  background-image: url("../images/prev-white.png");
  left: 0;
  top: 50%;
}

.front-events-wrapper {
  position: relative;
  width: 100%;
  padding-top: 68.75%;
}

.front-events-shaper {
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

.front-events-header {
  height: 15%;
  border-bottom: 5px solid #f55e63;
}
.front-events-header h2 {
  color: black;
  margin-left: 6.25%;
  font-weight: normal;
  margin-top: 5%;
}

.front-events#slider-container {
  height: 65%;
  margin: 0 6.25% 0 6.25%;
}

.slide-item-wrapper-events {
  position: relative;
  width: 21.42%;
  padding-top: 49.98%;
  margin-top: 7.14%;
  margin-left: 0;
  margin-right: 0;
}

.slide-item-wrapper-events:nth-child(2) {
  margin-left: 7.14%;
  margin-right: 7.14%;
}

.slide-item-wrapper-events:nth-child(1) {
  margin-left: 10.71%;
}

.slide-item-wrapper-events:nth-child(3) {
  margin-right: 10.71%;
}

.slide-item-events {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

.event-slide-image {
  height: 43%;
  width: 100%;
}

.event-slide-info {
  height: 57%;
  width: 100%;
}

.event-slide-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.event-slide-info {
  text-align: left;
  padding: 20px 10px;
}
.event-slide-info p {
  margin: 0;
  font-family: "PlumbMedium", sans-serif;
  font-size: 11pt;
  line-height: 120%;
}
.event-slide-info p.type {
  color: black;
  text-transform: lowercase;
  margin-bottom: 5px;
}
.event-slide-info p.title {
  font-size: 12pt;
  color: #f55e63;
  font-family: "PlumbBold", sans-serif;
}
.event-slide-info p.location {
  font-family: "PlumbRegular", sans-serif;
  margin-top: 17px;
}
.event-slide-info p.date {
  font-family: "PlumbBlack", sans-serif;
  font-size: 18pt;
  margin-top: 7px;
  margin-bottom: 3px;
}
.event-slide-info p.time {
  font-family: "PlumbRegular", sans-serif;
  font-size: 18pt;
}

.all-events-button-container {
  height: 20%;
  text-align: center;
}
.all-events-button-container .front-events-button {
  font-family: "PlumbBold", sans-serif;
  font-size: 17pt;
  color: black;
  border-bottom: 5px solid #f55e63;
  border-top: 5px solid #f55e63;
  text-decoration: none;
  text-transform: lowercase;
  padding: 12px 50px;
  margin: 3.125% auto 6.25%;
  display: inline-block;
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  .front-events-wrapper {
    padding-top: 200%;
  }
  .front-events-header {
    height: 10%;
  }
  .front-events-header h2 {
    font-size: 16pt;
  }
  .front-events#slider-container {
    height: 68%;
    margin: 10%;
  }
  .slide-item-wrapper-events {
    width: 62.5%;
    padding-top: 100%;
    margin: 0 auto;
  }
  .slide-item-wrapper-events:nth-child(1) {
    margin: 0 auto;
  }
  a.slider-control-next.slider-control-pink {
    top: 15%;
  }
  a.slider-control-prev.slider-control-pink {
    top: 15%;
  }
  .event-slide-info {
    text-align: center;
  }
  .all-events-button-container {
    height: 15%;
  }
  .all-events-button-container .front-events-button {
    margin: 0 auto;
  }
}
.front-news-wrapper {
  position: relative;
  width: 100%;
  padding-top: 93.75%;
}

.front-news-shaper {
  background: #323232;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

.front-news-header {
  height: 13.3%;
  border-bottom: 5px solid white;
}
.front-news-header h2 {
  color: white;
  margin-left: 6.25%;
  font-weight: normal;
  margin-top: 5%;
}

.front-news#slider-container {
  height: 66.6%;
  margin: 0 6.25% 0 6.25%;
}

.slide-item-wrapper-news {
  position: relative;
  width: 21.42%;
  padding-top: 28.56%;
  margin-top: 7.14%;
  margin-left: 0;
  margin-right: 0;
}

.slide-item-wrapper-news:nth-child(2), .slide-item-wrapper-news:nth-child(5) {
  margin-left: 7.14%;
  margin-right: 7.14%;
}

.slide-item-wrapper-news:nth-child(1), .slide-item-wrapper-news:nth-child(4) {
  margin-left: 10.71%;
}

.slide-item-wrapper-news:nth-child(3), .slide-item-wrapper-news:nth-child(6) {
  margin-right: 10.71%;
}

.slide-item-news {
  background: black;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
.slide-item-news .news-slide-image, .slide-item-news .news-slide-info {
  height: 50%;
  width: 100%;
}
.slide-item-news .news-slide-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slide-item-news .news-slide-info {
  padding: 15px;
  font-size: 10pt;
  text-align: left;
}
.slide-item-news .news-slide-info .title {
  margin: 0;
  color: white;
  line-height: normal;
}
.slide-item-news .news-slide-info .date {
  margin: 0;
  text-align: right;
  color: #f55e63;
  line-height: normal;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 15px;
}

.all-news-button-container {
  height: 20%;
  text-align: center;
}
.all-news-button-container .front-news-button {
  font-family: "PlumbBold", sans-serif;
  font-size: 17pt;
  color: white;
  border-bottom: 5px solid white;
  border-top: 5px solid white;
  text-decoration: none;
  text-transform: lowercase;
  padding: 12px 50px;
  margin: 6.25% auto;
  display: inline-block;
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  .front-news-wrapper {
    padding-top: 160%;
  }
  .front-news-header {
    height: 12.4%;
  }
  .front-news-header h2 {
    font-size: 16pt;
  }
  .front-news#slider-container {
    height: 56.6%;
    margin: 10%;
  }
  .slide-item-wrapper-news {
    width: 62.5%;
    padding-top: 100%;
    margin: 0 auto;
  }
  .slide-item-wrapper-news:nth-child(1) {
    margin: 0 auto;
  }
  a.slider-control-next.slider-control-white {
    top: 41%;
  }
  a.slider-control-prev.slider-control-white {
    top: 41%;
  }
  .all-news-button-container {
    height: 25%;
  }
  .all-news-button-container .front-news-button {
    margin: 0 auto;
  }
}
.front-soon-wrapper {
  position: relative;
  width: 100%;
  padding-top: 50%;
}

.front-soon-shaper {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

.front-soon-header {
  height: 15%;
  border-bottom: 5px solid #f55e63;
}
.front-soon-header h2 {
  color: black;
  margin-left: 6.25%;
  font-weight: normal;
  margin-top: 5%;
}

.front-soon#slider-container {
  width: 100%;
  height: 100%;
  margin: 0;
}

.slide-item-wrapper-soon {
  position: relative;
  width: 80%;
  padding-top: 50%;
  margin-top: 0;
  margin-left: 10%;
  margin-right: 10%;
}

.slide-item-soon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.soon-additional-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.soon-left {
  width: 45%;
  height: 100%;
}
.soon-left h4 {
  position: relative;
  top: -10px;
  color: #f55e63;
  font-size: 22pt;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.soon-left .soon-slide-image-shaper {
  position: relative;
  padding-top: 100%;
  width: 100%;
}
.soon-left .soon-slide-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.soon-left .soon-slide-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.soon-slide-info {
  width: 45%;
  height: 100%;
  text-align: left;
  margin-top: 30px;
  padding: 20px 10px;
}
.soon-slide-info .white-el {
  color: white !important;
}
.soon-slide-info p {
  margin: 0;
  font-family: "PlumbMedium", sans-serif;
  font-size: 11pt;
  line-height: 120%;
}
.soon-slide-info p.type {
  color: black;
  text-transform: lowercase;
  margin-bottom: 5px;
}
.soon-slide-info p.title {
  font-size: 12pt;
  color: #f55e63;
  font-family: "PlumbBold", sans-serif;
}
.soon-slide-info p.location {
  font-family: "PlumbRegular", sans-serif;
  margin-top: 17px;
}
.soon-slide-info p.date {
  font-family: "PlumbBlack", sans-serif;
  font-size: 18pt;
  margin-top: 7px;
  margin-bottom: 3px;
}
.soon-slide-info p.time {
  font-family: "PlumbRegular", sans-serif;
  font-size: 18pt;
}

.control-soon-prev, .control-soon-next {
  top: 37% !important;
  height: 21.42% !important;
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  .control-soon-prev, .control-soon-next {
    top: 22% !important;
    height: 20% !important;
    width: 10% !important;
  }
  .front-soon-wrapper {
    position: relative;
    width: 100%;
    padding-top: 135%;
  }
  .front-soon-shaper {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
  }
  .front-soon-header {
    height: 15%;
    border-bottom: 5px solid #f55e63;
  }
  .front-soon-header h2 {
    color: black;
    margin-left: 6.25%;
    font-weight: normal;
    margin-top: 5%;
  }
  .front-soon#slider-container {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .slide-item-wrapper-soon {
    position: relative;
    width: 80%;
    padding-top: 70%;
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
  }
  .slide-item-soon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .soon-additional-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
  }
  .soon-additional-wrapper div {
    margin: 0 auto;
  }
  .soon-left {
    width: 70%;
    height: 100%;
    margin-bottom: 20px;
  }
  .soon-left h4 {
    position: relative;
    top: -10px;
    color: #f55e63;
    font-size: 18pt;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .soon-left .soon-slide-image-shaper {
    position: relative;
    padding-top: 100%;
    width: 100%;
  }
  .soon-left .soon-slide-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .soon-left .soon-slide-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .soon-slide-info {
    width: 80%;
    height: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 20px 10px;
  }
  .soon-slide-info .white-el {
    color: white !important;
  }
  .soon-slide-info p {
    margin: 0;
    font-family: "PlumbMedium", sans-serif;
    font-size: 11pt;
    line-height: 120%;
  }
  .soon-slide-info p.type {
    color: black;
    text-transform: lowercase;
    margin-bottom: 5px;
  }
  .soon-slide-info p.title {
    font-size: 14pt !important;
    color: #f55e63;
    font-family: "PlumbBold", sans-serif;
  }
  .soon-slide-info p.location {
    font-family: "PlumbRegular", sans-serif;
    margin-top: 17px;
  }
  .soon-slide-info p.date {
    font-family: "PlumbBlack", sans-serif;
    font-size: 18pt;
    margin-top: 7px;
    margin-bottom: 3px;
  }
  .soon-slide-info p.time {
    font-family: "PlumbRegular", sans-serif;
    font-size: 18pt;
  }
}
.mob {
  display: none;
}

.hidden {
  display: none !important;
}

.current-tab {
  display: block !important;
}

html {
  background: whitesmoke;
  min-height: 100%;
  height: 100%;
  hyphens: auto;
  hyphenate-limit-chars: 8 4 3;
}

body {
  background: white;
  min-height: 100%;
  height: 100%;
}

.site {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  .mob {
    display: block;
  }
  .nomob {
    display: none;
  }
}
@media (max-width: 639px) {
  body {
    width: 100%;
    min-width: 320px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  body {
    max-width: 640px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  body {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body {
    max-width: 1200px;
  }
}
#content {
  margin: 6.25%;
  margin-bottom: 6.25%;
  flex: 1 0 auto;
}

div#imageData div#imageDetails span#numberDisplay {
  display: none !important;
}

@media only screen and (max-width: 1023px) {
  #content {
    margin: 10%;
  }
}
.black_background {
  background-color: black;
}

.white_background {
  background-color: white;
}

.transparent_background {
  background-color: transparent;
}

.gray_background {
  background-color: #323232;
}

.border_black {
  border-bottom: 5px solid black;
  z-index: 1000000;
}

.border_white {
  border-bottom: 5px solid white;
  z-index: 1000000;
}

.border_none {
  border-bottom: none;
  z-index: 1000000;
}

.border_pink {
  border-bottom: 5px solid #f55e63;
  z-index: 1000000;
}

.white_font {
  color: white;
}

.black_font {
  color: black;
}

header.site-header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 37.5%;
  flex: 0 0 auto;
  z-index: 2;
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  header.site-header {
    background-position: center;
  }
}
.page-id-5732 header {
  height: 6.25%;
}

.main-menu-wrapper {
  height: 100px;
  display: flex;
  width: 100%;
}

.main-nav {
  width: 100%;
  margin: 0 6.25% 0 6.25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-main-container {
  width: 92%;
}

.menu {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-item a {
  color: inherit;
  font-family: "PlumbBold", sans-serif;
  text-decoration: none;
  text-transform: lowercase;
}

.menu-item a:hover, .menu-item a:active, .current_page_item a, .current-menu-item a, .current-menu-parent a {
  color: #f55e63;
}

.lang-item a {
  text-transform: uppercase;
}

.search-icon-container {
  position: relative;
  width: 3.125%;
  height: 0;
  padding-top: 3.125%;
  cursor: pointer;
}

.search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.search-submit {
  display: none;
}

#search-form-container {
  width: 92%;
}

input.search-field {
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid white;
  color: white;
  font-family: "PlumbBold", sans-serif;
  text-align: center;
}

input.search-field:focus {
  color: white;
}

.search-black-border input.search-field {
  border-bottom: 2px solid black;
  color: black;
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  .menu-main-container .menu-item {
    display: none;
  }
  .menu-main-container .lang-item {
    display: block;
  }
  .mob-menu .lang-item {
    display: none;
  }
  .main-menu-wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 20%;
  }
  .main-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .logo-mob {
    width: 40%;
    margin-left: 5%;
    margin-right: 15%;
  }
  .burger-container {
    position: relative;
    width: 5%;
    height: 0;
    margin-right: 10%;
    padding-top: 5%;
    cursor: pointer;
    z-index: 1000000;
  }
  .burger-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.4s;
  }
  .rotate-burger-back {
    transform: rotate(0deg);
    transition: 0.4s;
  }
  .rotate-burger {
    transform: rotate(90deg);
    transition: 0.4s;
  }
  .menu-main-container {
    width: 5%;
    margin-right: 10%;
  }
  .search-icon-container {
    width: 5%;
    padding-top: 5%;
  }
  #search-form-container {
    width: 80%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .mob-menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20% 10% 0 10%;
    z-index: 1000;
  }
  .mob-menu {
    width: 100%;
    background: white;
    padding: 10% 12.5%;
    border: 1px solid black;
    z-index: 1000;
  }
  .mob-menu .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mob-menu .menu-item {
    width: 100%;
    padding: 10px 0;
    border-bottom: 5px solid #f55e63;
  }
  .mob-menu .menu-item:nth-child(1) {
    padding-top: 0;
  }
  .mob-menu .menu-item:nth-last-child(2) {
    border: none;
    padding-bottom: 0;
  }
  .mob-menu .menu-item a {
    font-size: 20pt;
  }
}
@media only screen and (min-width: 319px) and (max-width: 640px) {
  .lang-item a {
    font-size: 4vw;
  }
  .mob-menu .menu-item a {
    font-size: 4.5vw;
  }
  .mob-menu .menu-item {
    padding: 2vw 0;
    border-bottom: 4px solid #f55e63;
  }
}
.logo {
  width: 21.875%;
  margin-left: 6.25%;
  padding-top: 3.125%;
}

.page-title-container {
  text-align: center;
}

.page-title {
  display: inline-block;
  text-transform: lowercase;
  font-size: 28pt;
  margin-bottom: 6.25%;
  margin-top: 3.125%;
}

.page-title:after {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 25%;
  left: 37.5%;
  border-bottom: 5px solid black;
}

.page-title.white_font:after {
  border-bottom: 5px solid white;
}

.simple-submenu {
  border-bottom: 5px solid black;
  padding: 3.125% 0;
}
.simple-submenu .sublink, .simple-submenu .sublink:visited {
  font-family: "PlumbBold", sans-serif;
  font-size: 18pt;
  margin-left: 6.25%;
  color: black;
  text-decoration: none;
  text-transform: lowercase;
}
.simple-submenu .sublink:hover, .simple-submenu .sublink:active {
  color: #f55e63;
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  .title-container {
    text-align: center;
  }
  .page-title {
    margin-top: 20%;
    margin-bottom: 30%;
  }
  .page-title:after {
    width: 80%;
    left: 10%;
  }
  .page-title.white_font:after {
    border-bottom: 5px solid white;
  }
}
footer {
  position: relative;
  height: 0;
  padding-top: 21.875%;
  flex: 0 0 auto;
  background: white;
}

.footer-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.footer-black {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58%;
  padding-right: 6.25%;
  padding-left: 6.25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  font-family: "PlumbBold", sans-serif;
  font-size: 11pt;
  color: white;
}

.footer-black::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 87.5%;
  top: -85%;
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer-black div {
  width: 31.25%;
}

.footer-info p {
  margin: 0;
}

.footer-partners {
  text-align: center;
}

.footer-partners a {
  font-size: 15pt;
  text-decoration: none;
  color: white;
}

.footer-partners a:hover {
  color: #f55e63;
}

.footer-soc {
  display: flex;
  justify-content: flex-end;
}

.footer-soc a {
  width: 42px;
  height: 42px;
  margin: 0 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

a.soc-ig {
  background-image: url("../images/soc-ig.png");
}
a.soc-vk {
  background-image: url("../images/soc-vk.png");
}
a.soc-fb {
  background-image: url("../images/soc-fb.png");
  margin-left: 18px;
}
a.soc-tg {
  background-image: url("../images/soc-tg.png");
}

@media only screen and (max-width: 1023px) {
  footer {
    padding-top: 40%;
  }
  .footer-black {
    height: 100%;
    padding-right: 5%;
    padding-left: 5%;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    background-color: black;
  }
  .footer-black::before {
    display: none;
    height: 24%;
    width: 90%;
    top: -19%;
    background-image: url("../images/mfooter.png");
  }
  p {
    margin: 0;
  }
  .footer-black div {
    width: 60%;
    text-align: center;
    font-size: 120%;
  }
  .footer-soc {
    display: flex;
    justify-content: center;
  }
  .footer-soc a {
    margin: 0 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
}
@media only screen and (max-width: 640px) {
  .footer-black div, .footer-partners a {
    font-size: 4vw;
  }
  .footer-soc a {
    width: 7vw;
    height: 7vw;
  }
}
div#content.front-content {
  margin: 2% 0 0 0;
}

.site-header:before {
  display: none !important;
}

.front-header {
  display: flex;
}
.front-header .left {
  min-width: 50%;
}
.front-header .left .cover-image {
  min-width: 100%;
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.front-header .right {
  min-width: 50%;
}

.front-block-header {
  margin-left: 6.25%;
  color: black;
  font-weight: normal;
  margin-bottom: 1.875%;
  margin-top: 4.375%;
}

.face-wrapper {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-auto-rows: minmax(6.25%, auto);
}

.face-cover {
  grid-column: 1/2;
  grid-row: 1/11;
}
.face-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.face-logo {
  padding: 6.25%;
  grid-column: 2/2;
  grid-row: 1/6;
}
.face-logo img {
  max-height: 100%;
  object-fit: contain;
}

.face-timetable {
  grid-column: 2/2;
  grid-row: 6/9;
  padding: 0 6.25% 6.25% 6.25%;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  justify-content: space-around;
}
.face-timetable .timetable-today {
  width: 50%;
  padding-right: 30px;
}
.face-timetable .timetable-today p {
  margin: 0;
  font-size: 13pt;
  line-height: 150%;
}
.face-timetable .timetable-ticket {
  width: 50%;
}
.face-timetable .timetable-ticket .pink-button {
  font-size: 13pt;
  height: 100%;
  max-height: 60px;
}

.face-dots {
  grid-column: 2/2;
  grid-row: 9/11;
  background: transparent;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  justify-content: space-around;
}
.face-dots a {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.face-dots a.soc-vk {
  background-image: url("../images/soc-vk-black.png");
}
.face-dots a.soc-tg {
  width: 50px;
  height: 50px;
  background-image: url("../images/soc-tg-black.png");
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  .face-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: nowrap column;
  }
  .face-cover {
    position: static;
    width: 100%;
    height: 90vh;
    background: #111111;
  }
  .face-cover img {
    object-fit: cover;
  }
  .face-logo {
    display: none;
  }
  .face-timetable {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: nowrap column;
  }
  .face-timetable div {
    width: 100%;
  }
  .face-timetable .timetable-today {
    width: 100%;
    padding: 6.25%;
    font-family: "PlumbRegular", sans-serif;
    line-height: normal;
    text-align: center;
    font-size: 120%;
  }
  .face-timetable .timetable-ticket {
    background: #f55e63;
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
  }
  .face-timetable .timetable-ticket a.pink-button {
    padding: 10px;
    height: 6.25%;
    text-align: center;
    width: 100%;
  }
  .face-dots {
    grid-column: 2/2;
    grid-row: 9/11;
    background: transparent;
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
    justify-content: center;
  }
  .face-dots a {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
  .face-dots a.soc-vk {
    background-image: url("../images/soc-vk-black.png");
    margin: 0 6.25% 0 0;
  }
  .face-dots a.soc-tg {
    width: 35px;
    height: 35px;
    margin-left: 0 0 0 6.25%;
    background-image: url("../images/soc-tg-black.png");
  }
}
.featured-wrapper {
  margin-top: 6.25%;
  position: relative;
  width: 87.5%;
  margin-left: 6.25%;
  margin-right: 6.25%;
  padding-top: 87.5%;
}
.featured-wrapper .featured-shaper {
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.featured-wrapper .featured-img-1, .featured-wrapper .featured-img-2, .featured-wrapper .featured-img-3 {
  width: 48.195%;
  height: 48.195%;
  position: absolute;
  border: 8px solid black;
}
.featured-wrapper .featured-img-1 img, .featured-wrapper .featured-img-2 img, .featured-wrapper .featured-img-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.featured-wrapper .featured-img-1 {
  top: 0;
  left: 0;
}
.featured-wrapper .featured-img-2 {
  bottom: 0;
  left: 0;
}
.featured-wrapper .featured-img-3 {
  right: 0;
  bottom: 21.42%;
}
.featured-wrapper .featured-info-1, .featured-wrapper .featured-info-2, .featured-wrapper .featured-info-3 {
  position: absolute;
  background: black;
  padding: 15px;
}
.featured-wrapper .featured-info-1 .info-subheader, .featured-wrapper .featured-info-2 .info-subheader, .featured-wrapper .featured-info-3 .info-subheader {
  min-height: 3em;
}
.featured-wrapper .featured-info-1 .ex-author, .featured-wrapper .featured-info-2 .ex-author, .featured-wrapper .featured-info-3 .ex-author {
  color: #f55e63;
  font-size: 13pt;
  line-height: 130%;
}
.featured-wrapper .featured-info-1 h2.ex-title, .featured-wrapper .featured-info-2 h2.ex-title, .featured-wrapper .featured-info-3 h2.ex-title {
  color: white;
  font-family: "PlumbMedium", sans-serif;
  text-transform: none;
  font-size: 15pt;
  margin-top: 0;
  line-height: 130%;
}
.featured-wrapper .featured-info-1 .ex-gallery, .featured-wrapper .featured-info-2 .ex-gallery, .featured-wrapper .featured-info-3 .ex-gallery {
  color: #f55e63;
  font-size: 10pt;
}
.featured-wrapper .featured-info-1 .ex-from, .featured-wrapper .featured-info-1 .ex-to, .featured-wrapper .featured-info-2 .ex-from, .featured-wrapper .featured-info-2 .ex-to, .featured-wrapper .featured-info-3 .ex-from, .featured-wrapper .featured-info-3 .ex-to {
  color: white;
  font-family: "PlumbBlack", sans-serif;
  font-size: 18pt;
  line-height: normal;
  margin-top: 20px;
}
.featured-wrapper .featured-info-1 .ex-to, .featured-wrapper .featured-info-2 .ex-to, .featured-wrapper .featured-info-3 .ex-to {
  position: relative;
  bottom: 5px;
}
.featured-wrapper .featured-info-1 {
  width: 24.0975%;
  height: 26.775%;
  top: 0;
  left: 48.195%;
}
.featured-wrapper .featured-info-2 {
  bottom: 0;
  left: 48.195%;
  width: 51.765%;
  height: 17.85%;
}
.featured-wrapper .featured-info-3 {
  width: 24.0975%;
  height: 30.702%;
  top: 0;
  right: 0;
}

.all-season-container {
  width: 42.84%;
  margin: 3.57% auto 0;
  padding-top: 10.71%;
  position: relative;
}
.all-season-container .all-season-front-button {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 16pt;
  padding-top: 9%;
}
.all-season-container .all-season-front-button:hover {
  color: #f55e63 !important;
}

.all-season-button-container {
  height: 25%;
  text-align: center;
}
.all-season-button-container .front-projects-button {
  font-family: "PlumbBold", sans-serif;
  font-size: 17pt;
  color: black;
  border-bottom: 5px solid black;
  border-top: 5px solid black;
  text-decoration: none;
  text-transform: lowercase;
  padding: 12px 50px;
  margin: 60px auto 30px;
  display: inline-block;
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  .featured-wrapper {
    margin-top: 10%;
    position: relative;
    width: 100%;
    height: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 540%;
  }
  .featured-wrapper .featured-shaper {
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .featured-wrapper .featured-img-1, .featured-wrapper .featured-img-2, .featured-wrapper .featured-img-3 {
    width: 100%;
    height: 18.5%;
    position: static;
    border: 5px solid black;
  }
  .featured-wrapper .featured-img-1 img, .featured-wrapper .featured-img-2 img, .featured-wrapper .featured-img-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .featured-wrapper .featured-img-1 {
    top: auto;
    left: auto;
  }
  .featured-wrapper .featured-img-2 {
    bottom: auto;
    left: auto;
  }
  .featured-wrapper .featured-img-3 {
    right: auto;
    bottom: auto;
  }
  .featured-wrapper .featured-info-1, .featured-wrapper .featured-info-2, .featured-wrapper .featured-info-3 {
    position: static;
    background: black;
    padding: 15px;
    margin-bottom: 10%;
  }
  .featured-wrapper .featured-info-1 .info-subheader, .featured-wrapper .featured-info-2 .info-subheader, .featured-wrapper .featured-info-3 .info-subheader {
    min-height: 3em;
  }
  .featured-wrapper .featured-info-1 .ex-author, .featured-wrapper .featured-info-2 .ex-author, .featured-wrapper .featured-info-3 .ex-author {
    color: #f55e63;
    font-size: 13pt;
    line-height: 130%;
  }
  .featured-wrapper .featured-info-1 h2.ex-title, .featured-wrapper .featured-info-2 h2.ex-title, .featured-wrapper .featured-info-3 h2.ex-title {
    color: white;
    font-family: "PlumbMedium", sans-serif;
    text-transform: none;
    font-size: 15pt;
    margin-top: 0;
    line-height: 130%;
  }
  .featured-wrapper .featured-info-1 .ex-gallery, .featured-wrapper .featured-info-2 .ex-gallery, .featured-wrapper .featured-info-3 .ex-gallery {
    color: #f55e63;
    font-size: 10pt;
  }
  .featured-wrapper .featured-info-1 .ex-from, .featured-wrapper .featured-info-1 .ex-to, .featured-wrapper .featured-info-2 .ex-from, .featured-wrapper .featured-info-2 .ex-to, .featured-wrapper .featured-info-3 .ex-from, .featured-wrapper .featured-info-3 .ex-to {
    color: white;
    font-family: "PlumbBlack", sans-serif;
    font-size: 18pt;
    line-height: normal;
    margin-top: 20px;
  }
  .featured-wrapper .featured-info-1 .ex-to, .featured-wrapper .featured-info-2 .ex-to, .featured-wrapper .featured-info-3 .ex-to {
    position: relative;
    bottom: 5px;
  }
  .featured-wrapper .featured-info-1 {
    width: 70%;
    height: 13%;
    top: auto;
    left: auto;
  }
  .featured-wrapper .featured-info-2 {
    bottom: auto;
    left: auto;
    width: 70%;
    height: 13%;
    margin-left: 30%;
  }
  .featured-wrapper .featured-info-3 {
    width: 70%;
    height: 13%;
    top: auto;
    right: auto;
  }
  .all-season-container {
    width: 60%;
    margin: 0 auto 0;
    padding-top: 30%;
    position: relative;
  }
  .all-season-container .all-season-front-button {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 13pt;
    padding: 15px 25px;
    line-height: normal;
  }
  .all-season-container .all-season-front-button:hover {
    color: #f55e63 !important;
  }
  .all-season-button-container {
    height: 20%;
    text-align: center;
  }
  .all-season-button-container .front-projects-button {
    font-family: "PlumbBold", sans-serif;
    font-size: 17pt;
    color: black;
    border-bottom: 5px solid black;
    border-top: 5px solid black;
    text-decoration: none;
    text-transform: lowercase;
    padding: 12px 50px;
    margin: 20px auto 40px;
    display: inline-block;
  }
}
.for-visitors-columns {
  display: flex;
}
.for-visitors-columns .left {
  width: 49.98%;
  padding-right: 7.14%;
  border-right: 2px solid black;
}
.for-visitors-columns .left .top {
  border-bottom: 2px solid black;
}
.for-visitors-columns .right {
  width: 42.84%;
  margin-left: 7.14%;
}

.for-visitors-map {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.for-visitors-map .map-header {
  color: black;
  margin: 0;
  position: absolute;
  top: 6.25%;
  left: 6.25%;
}
.for-visitors-map .map-line {
  width: 100%;
  border-bottom: 5px solid black;
  position: absolute;
  top: 9.375%;
}
.for-visitors-map img {
  margin: 12.5% 0 0 0;
  width: 100%;
}

.legend p {
  margin: 0;
}
.legend a {
  text-decoration: none;
}

.for-visitors-buttons {
  display: flex;
  justify-content: space-between;
  margin: 6.25% 0;
}
.for-visitors-buttons a {
  width: 42.84%;
  flex-grow: 1;
}
.for-visitors-buttons .pink-button, .for-visitors-buttons .pink-button:hover {
  font-size: 20pt;
  padding: 0.7em;
}

.for-visitors-google-map {
  margin: 0 6.25% 6.25% 6.25% 6.25%;
}

@media only screen and (max-width: 1023px) {
  .for-visitors-columns {
    flex-direction: column;
  }
  .for-visitors-columns .left {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 2px solid black;
  }
  .for-visitors-columns .left .top {
    border-bottom: 2px solid black;
  }
  .for-visitors-columns .right {
    width: 100%;
    margin-left: 0;
  }
  .for-visitors-map .map-header {
    color: black;
    margin: 0;
    position: absolute;
    top: 6.25%;
    left: 6.25%;
  }
  .for-visitors-map .map-line {
    width: 100%;
    border-bottom: 5px solid black;
    position: absolute;
    top: 9.375%;
  }
  .legend p {
    margin: 0;
  }
  .legend a {
    text-decoration: none;
  }
  .for-visitors-buttons {
    flex-direction: column;
  }
  .for-visitors-buttons a {
    width: 100%;
    margin-bottom: 10%;
  }
  .for-visitors-buttons .pink-button, .for-visitors-buttons .pink-button:hover {
    font-size: 16pt;
    padding: 0.6em 0.3em;
    margin-top: 10%;
    margin-bottom: 0;
  }
  .for-visitors-google-map {
    margin: 10% 0;
  }
  a.pink-button, a.pink-button:hover, a.pink-button:visited, a.pink-button:active {
    display: block;
    text-align: center;
    color: white;
    font-family: "PlumbBlack", sans-serif;
    font-size: 18pt;
    text-transform: lowercase;
    text-decoration: none;
    padding: 1em 1.5em;
    background: #f55e63;
  }
}
.season {
  display: flex;
  flex-wrap: wrap;
}
.season a {
  display: block;
  width: 28.56%;
  margin-bottom: 7.14%;
}
.season a:nth-child(3n-1) {
  margin-left: 7.14%;
  margin-right: 7.14%;
}
.season .exhibition {
  width: 100%;
  background: black;
}
.season .exhibition .ex-cover {
  border: 5px solid black;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 110%;
}
.season .exhibition .ex-info {
  padding: 15px 15px 8px 15px;
}
.season .exhibition .ex-info .info-subheader {
  min-height: 6em;
}
.season .exhibition .ex-info .ex-author {
  color: #f55e63;
  font-size: 13pt;
  line-height: 130%;
}
.season .exhibition .ex-info h2.ex-title {
  color: white;
  font-family: "PlumbMedium", sans-serif;
  text-transform: none;
  font-size: 15pt;
  margin-top: 0;
  line-height: 130%;
}
.season .exhibition .ex-info .ex-gallery {
  color: #f55e63;
  font-size: 10pt;
}
.season .exhibition .ex-info .ex-from, .season .exhibition .ex-info .ex-to {
  color: white;
  font-family: "PlumbBlack", sans-serif;
  font-size: 18pt;
}
.season .exhibition .ex-info .ex-to {
  position: relative;
  bottom: 5px;
}

.ex-filters {
  margin-left: 6.25%;
  margin-top: 4.375%;
  display: flex;
  flex-wrap: wrap;
}
.ex-filters > div {
  margin-right: 6.25%;
  margin-bottom: 0;
}

.season-filter {
  position: relative;
  font-size: 13pt;
  width: 100px;
  color: black;
  background: white;
}
.season-filter .season-filter-expand {
  max-height: 50px;
  padding: 10px;
  cursor: pointer;
  text-transform: lowercase;
  background-image: url("../images/expand-black.png");
  background-size: 25px 15px;
  background-position: right;
  background-repeat: no-repeat;
  background-origin: content-box;
}
.season-filter .season-filter-list {
  position: absolute;
  top: 45px;
  display: flex;
  flex-direction: column;
  z-index: 100;
  background: #f55e63;
  width: 100%;
  padding: 5px 10px 10px 10px;
}
.season-filter .season-filter-list a {
  color: white;
  background: #f55e63;
  padding: 15px 10px 6px 0;
  text-decoration: none;
  border-bottom: 2px solid white;
}
.season-filter .season-filter-list a:nth-last-child(1) {
  border-bottom: none;
}

.location-filter {
  position: relative;
  font-size: 13pt;
  width: 120px;
  color: black;
  background: white;
}
.location-filter .location-filter-expand {
  max-height: 50px;
  padding: 10px;
  cursor: pointer;
  text-transform: lowercase;
  background-image: url("../images/expand-black.png");
  background-size: 25px 15px;
  background-position: right;
  background-repeat: no-repeat;
  background-origin: content-box;
}
.location-filter .location-filter-list {
  position: absolute;
  top: 45px;
  display: flex;
  flex-direction: column;
  z-index: 100;
  background: #f55e63;
  width: 300px;
  padding: 5px 10px 10px 10px;
}
.location-filter .location-filter-list a {
  color: white;
  background: #f55e63;
  padding: 15px 10px 6px 0;
  text-decoration: none;
  border-bottom: 2px solid white;
}
.location-filter .location-filter-list a:nth-last-child(1) {
  border-bottom: none;
}

.filter-active {
  color: white;
  background: #f55e63;
}
.filter-active .season-filter-expand {
  background-image: url("../images/expand-white.png");
}
.filter-active .location-filter-expand {
  background-image: url("../images/expand-white.png");
}

.location-filter.filter-active {
  width: 300px;
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  .season-subheader {
    margin-bottom: 5%;
    margin-left: 10%;
    margin-top: 0;
    border-bottom: 0;
  }
  .season-subheader a {
    margin-left: 0 !important;
  }
  #content.season-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .season {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .season a {
    display: block;
    width: 100%;
    margin-bottom: 10%;
  }
  .season a:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .season .exhibition {
    width: 100%;
    background: black;
  }
  .season .exhibition .ex-cover {
    border: 5px solid black;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 110%;
  }
  .season .exhibition .ex-info {
    padding: 10%;
  }
  .season .exhibition .ex-info .info-subheader {
    min-height: 6em;
  }
  .season .exhibition .ex-info .ex-author {
    color: #f55e63;
    font-size: 13pt;
    line-height: 130%;
  }
  .season .exhibition .ex-info h2.ex-title {
    color: white;
    font-family: "PlumbMedium", sans-serif;
    text-transform: none;
    font-size: 15pt;
    margin-top: 0;
    line-height: 130%;
  }
  .season .exhibition .ex-info .ex-gallery {
    color: #f55e63;
    font-size: 10pt;
  }
  .season .exhibition .ex-info .ex-from, .season .exhibition .ex-info .ex-to {
    color: white;
    font-family: "PlumbBlack", sans-serif;
    font-size: 18pt;
  }
  .season .exhibition .ex-info .ex-to {
    position: relative;
    bottom: 5px;
  }
  .ex-filters {
    margin-left: 8%;
    margin-bottom: 10%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .ex-filters > div {
    margin-right: 6.25%;
    margin-bottom: 0;
  }
  .location-filter.filter-active {
    width: 250px;
  }
  .location-filter-list {
    width: 250px !important;
  }
}
.project-container {
  display: flex;
  margin-bottom: 7.14%;
}

.project-image {
  min-width: 24.99%;
  margin-right: 3.57%;
  position: relative;
  padding-top: 24.99%;
  height: 0;
}
.project-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-info {
  border-top: 3px solid black;
}
.project-info a {
  text-decoration: none;
}
.project-info p {
  font-size: 13pt;
  line-height: 150%;
}
.project-info .read-more {
  color: #3e3e3e;
}

.project-header {
  font-weight: normal;
  color: black;
  text-transform: none;
}

.single-project-header {
  font-weight: bold;
  margin-bottom: 40px;
  color: black;
  text-transform: none;
  text-align: center;
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  .project-container {
    margin-top: 8%;
    display: flex;
    flex-direction: column;
    margin-bottom: 7.14%;
  }
  .project-image {
    min-width: 100%;
    margin-right: 0;
    position: relative;
    padding-top: 100%;
    height: 0;
  }
  .project-info {
    border-bottom: 3px solid black;
    border-top: none;
  }
  .project-header {
    margin-top: 30px;
  }
}
#content.cat-news {
  background: #323232;
  margin: 0;
  padding: 3.125% 6.25% 6.25%;
  border-top: 5px solid white;
}

.news-container {
  width: 100%;
  display: flex;
  margin-bottom: 6.25%;
  min-height: 300px;
}
.news-container .news-image {
  width: 24.99%;
  position: relative;
  padding-top: 24.99%;
  height: 0;
}
.news-container .news-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-container .news-image a img {
  width: 100%;
  object-fit: cover;
}
.news-container .news-info {
  width: 74.97%;
  background: black;
  padding: 30px;
}
.news-container .news-info .news-date {
  color: #f55e63;
  font-size: 16pt;
  font-family: "PlumbBlack", sans-serif;
  margin: 0;
}
.news-container .news-info h2.news-header {
  color: white;
  text-transform: none;
  font-size: 16pt;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: normal;
}
.news-container .news-info p {
  color: #bfbfbf;
  font-size: 12pt;
  line-height: normal;
  margin-bottom: 2px;
}

.single-news-date {
  display: block;
  float: right;
  color: whitesmoke;
}

.news-year-filter {
  position: relative;
  font-size: 13pt;
  width: 100px;
  color: white;
  background: #f55e63;
  margin-bottom: 3.125%;
}
.news-year-filter .news-year-filter-expand {
  max-height: 50px;
  padding: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  text-transform: lowercase;
  background-image: url("../images/expand-white.png");
  background-size: 25px 15px;
  background-position: right;
  background-repeat: no-repeat;
  background-origin: content-box;
}
.news-year-filter .news-year-filter-list {
  position: absolute;
  top: 45px;
  display: flex;
  flex-direction: column;
  z-index: 100;
  background: #f55e63;
  width: 100%;
  padding: 5px 10px 10px 10px;
}
.news-year-filter .news-year-filter-list a {
  color: white;
  background: #f55e63;
  padding: 15px 10px 6px 0;
  text-decoration: none;
  border-bottom: 2px solid white;
}
.news-year-filter .news-year-filter-list a:nth-last-child(1) {
  border-bottom: none;
}

a.read-more {
  margin-top: 10px;
  display: block;
  color: white;
  text-transform: lowercase;
  text-decoration: none;
}

a.read-more::after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-left: 5px;
  background-image: url("../images/expand-white.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-origin: content-box;
}

h2.news-header.single-news-item-header {
  text-transform: none !important;
}

.active {
  color: #f55e63 !important;
}

@media only screen and (max-width: 640px) {
  .about-us-submenu {
    display: flex;
    flex-direction: column;
  }
  .about-us-tabs {
    padding: 10% 0;
  }
  .about-us-sublink {
    margin-left: 10%;
    display: block;
  }
}
.about-us-section .entry-content {
  margin-top: 0;
}
.about-us-section .entry-content p:nth-of-type(1) {
  margin-top: 0;
}

.contacts-header {
  display: flex;
}
.contacts-header .left {
  width: 50%;
  border-right: 5px solid #f55e63;
}
.contacts-header .right {
  padding-left: 3em;
}

.contacts-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contacts-person {
  display: flex;
  width: 46%;
  margin-bottom: 5%;
}

.contacts-person-portrait {
  max-width: 21%;
  margin-right: 7%;
}
.contacts-person-portrait img {
  width: 100%;
}

.contacts-person-info {
  width: 79%;
}

@media only screen and (max-width: 1023px) {
  .contacts-header {
    flex-direction: column;
  }
  .contacts-header .left {
    width: 100%;
    border-right: none;
  }
  .contacts-header .right {
    padding-left: 0;
  }
  .contacts-list {
    display: flex;
    flex-direction: column;
  }
  .contacts-person {
    width: 100%;
    margin-bottom: 15%;
  }
  .contacts-person-portrait {
    max-width: 25%;
    margin-right: 12.5%;
  }
  .contacts-person-info {
    width: 62%;
  }
}
#content.galleries {
  margin: 0 3.125% 6.25% 3.125%;
}

.galleries-list {
  display: flex;
  flex-wrap: wrap;
}
.galleries-list .gallery-item {
  width: 33%;
  margin: 0;
  position: relative;
  padding-top: 33%;
  height: 0;
}
.galleries-list .gallery-item h2 {
  color: black;
  font-size: 12pt;
  text-transform: none;
  position: absolute;
  bottom: 10px;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
.galleries-list .gallery-item a {
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.galleries-list .gallery-item a img {
  width: 60%;
  height: 60%;
  margin: 20%;
  object-fit: cover;
}
.galleries-list .gallery-item a .gallery-item-border-bottom,
.galleries-list .gallery-item a .gallery-item-border-left,
.galleries-list .gallery-item a .gallery-item-border-right {
  position: absolute;
}
.galleries-list .gallery-item a .gallery-item-border-bottom {
  width: 80%;
  border-bottom: 3px solid black;
  top: 100%;
  left: 10%;
}
.galleries-list .gallery-item a .gallery-item-border-left {
  height: 80%;
  border-left: 3px solid black;
  right: 100%;
  top: 10%;
}
.galleries-list .gallery-item a .gallery-item-border-right {
  height: 80%;
  border-right: 3px solid black;
  left: 100%;
  top: 10%;
}

.gallery-item .gallery-item-border-left {
  display: none;
}

.gallery-item:nth-child(3n) .gallery-item-border-right {
  display: none;
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  #content.galleries {
    margin: 0;
  }
  .galleries-list {
    flex-direction: column;
  }
  .galleries-list .gallery-item {
    width: 80%;
    margin: 0 10%;
    padding-top: 90%;
  }
  .galleries-list .gallery-item h2 {
    color: black;
    font-size: 12pt;
    text-transform: none;
    position: absolute;
    bottom: 10px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    padding: 0 10%;
  }
  .galleries-list .gallery-item a {
    text-decoration: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .galleries-list .gallery-item a img {
    width: 75%;
    height: 66%;
    margin-top: 13%;
    margin-left: 12.5%;
  }
  .galleries-list .gallery-item a .gallery-item-border-bottom,
  .galleries-list .gallery-item a .gallery-item-border-left,
  .galleries-list .gallery-item a .gallery-item-border-right {
    position: absolute;
    display: block;
  }
  .galleries-list .gallery-item a .gallery-item-border-bottom {
    width: 80%;
    border-bottom: 3px solid black;
    top: 100%;
    left: 10%;
  }
  .galleries-list .gallery-item a .gallery-item-border-left {
    height: 80%;
    border-left: 3px solid black;
    right: 100%;
    top: 10%;
  }
  .galleries-list .gallery-item a .gallery-item-border-right {
    height: 80%;
    border-right: 3px solid black;
    left: 100%;
    top: 10%;
  }
  .gallery-item:nth-child(3n-2) .gallery-item-border-left,
  .gallery-item:nth-child(3n-2) .gallery-item-border-right, .gallery-item:nth-child(3n) .gallery-item-border-left,
  .gallery-item:nth-child(3n) .gallery-item-border-right {
    display: block;
  }
  .gallery-item:nth-last-child(2) .gallery-item-border-bottom,
  .gallery-item:nth-last-child(3) .gallery-item-border-bottom {
    display: block;
  }
}
.gallery-page-header {
  margin-top: 3.125%;
  margin-bottom: 1.25%;
}

.gallery-name {
  text-transform: none;
  font-weight: normal;
  margin-bottom: 4.375%;
}

.gallery-cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gallery-cols .gallery-col-1 {
  width: 71.4%;
  border-right: 2px solid black;
}
.gallery-cols .gallery-col-2 {
  width: 24.99%;
}

.gal-headers {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid black;
  width: 95%;
  margin-bottom: 7.14%;
}
.gal-headers .gal-block-header {
  cursor: pointer;
}
.gal-headers .gal-block-header.cur-gal-block-header, .gal-headers .gal-block-header:hover {
  color: #f55e63;
}

.gal-block-header {
  margin-right: 30px;
  font-size: 18pt;
  margin-top: 0;
  color: black;
  font-weight: normal;
}

.gal-blocks {
  margin-right: 10%;
}

.gal-curators .gal-curators-header {
  border-bottom: 2px solid black;
  margin-top: 5%;
  width: 95%;
}
.gal-curators .gal-curators-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 8% 5% 10% 0;
}
.gal-curators .gal-curators-list .gal-curator {
  width: 20%;
  margin-right: 5%;
}
.gal-curators .gal-curators-list .gal-curator a {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  text-decoration: none;
}
.gal-curators .gal-curators-list .gal-curator a .gal-curator-img {
  display: block;
  max-width: 50%;
  margin: 0 auto;
  border-radius: 50%;
}
.gal-curators .gal-curators-list .gal-curator a .gal-curator-name {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.gallery-col-2 {
  display: flex;
  flex-direction: column;
}
.gallery-col-2 > div {
  border-bottom: 2px solid black;
  padding-left: 5%;
  padding-bottom: 14%;
  margin-bottom: 15%;
}
.gallery-col-2 > div p {
  margin: 0;
}
.gallery-col-2 .gal-map h4 {
  margin: 0;
  margin-left: 30px;
  font-family: "PlumbBold", sans-serif;
  font-weight: normal;
  position: relative;
}
.gallery-col-2 .gal-map h4:before {
  position: absolute;
  top: 0;
  left: -35px;
  font-size: 15pt;
  margin-right: 5px;
  display: inline-block;
  content: "";
  background-image: url("../images/map-pointer.png");
  width: 25px;
  height: 25px;
  background-size: cover;
}
.gallery-col-2 .gal-map p {
  margin: 5px 0 15px 30px;
  font-size: 11pt;
  line-height: normal;
}
.gallery-col-2 .gal-ticket .pink-button {
  font-size: 13pt;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 17px;
}
.gallery-col-2 .gal-contacts {
  display: flex;
  flex-wrap: wrap;
}
.gallery-col-2 .gal-contacts a {
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 15px;
}
.gallery-col-2 .gal-contacts .link-vk {
  background-image: url("../images/soc-vk-black.png");
  background-size: cover;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 0;
}
.gallery-col-2 .gal-contacts .link-fb {
  background-image: url("../images/soc-fb-black.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 0;
}
.gallery-col-2 .gal-contacts .link-ig {
  background-image: url("../images/soc-ig-black.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 0;
}
.gallery-col-2 .gal-gals-list {
  border-bottom: none;
}
.gallery-col-2 .gal-gals-list h4 {
  color: #f55e63;
  margin-top: 0;
  cursor: pointer;
}
.gallery-col-2 .gal-gals-list #gals-list {
  margin-left: 0;
  padding-left: 0;
}
.gallery-col-2 .gal-gals-list a {
  display: block;
  text-decoration: none;
  border-bottom: 1.5px solid black;
  width: 100%;
  margin-bottom: 15px;
  font-size: 12pt;
  font-family: "PlumbRegular", sans-serif;
}

.gallery-exhibitions .gallery-exhibitions-header {
  border-bottom: 2px solid black;
  margin-bottom: 6.25%;
}
.gallery-exhibitions .gallery-exhibitions-list {
  display: flex;
  flex-wrap: wrap;
}
.gallery-exhibitions .gallery-exhibitions-list a {
  display: block;
  width: 100%;
  padding-top: 32.13%;
  margin-bottom: 7.14%;
  position: relative;
}
.gallery-exhibitions .gallery-exhibitions-list .exhibition {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  display: flex;
  flex-wrap: nowrap;
}
.gallery-exhibitions .gallery-exhibitions-list .exhibition .ex-cover {
  border: 5px solid black;
  background-position: center;
  background-size: cover;
  width: 71.4%;
}
.gallery-exhibitions .gallery-exhibitions-list .exhibition .ex-info {
  padding: 15px 15px 8px 15px;
  width: 28.56%;
}
.gallery-exhibitions .gallery-exhibitions-list .exhibition .ex-info .info-subheader {
  min-height: 6em;
}
.gallery-exhibitions .gallery-exhibitions-list .exhibition .ex-info .ex-author {
  color: #f55e63;
  font-size: 13pt;
  line-height: 130%;
}
.gallery-exhibitions .gallery-exhibitions-list .exhibition .ex-info h2.ex-title {
  color: white;
  font-family: "PlumbMedium", sans-serif;
  text-transform: none;
  font-size: 15pt;
  margin-top: 0;
  line-height: 130%;
}
.gallery-exhibitions .gallery-exhibitions-list .exhibition .ex-info .ex-gallery {
  color: #f55e63;
  font-size: 10pt;
}
.gallery-exhibitions .gallery-exhibitions-list .exhibition .ex-info .ex-from, .gallery-exhibitions .gallery-exhibitions-list .exhibition .ex-info .ex-to {
  color: white;
  font-family: "PlumbBlack", sans-serif;
  font-size: 18pt;
}
.gallery-exhibitions .gallery-exhibitions-list .exhibition .ex-info .ex-to {
  position: relative;
  bottom: 5px;
}

.gallery-exhibitions .gallery-exhibitions-list a:nth-child(n+6) {
  display: none !important;
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  .gallery-page-header {
    margin-top: 20%;
    margin-bottom: 5%;
  }
  .gallery-name {
    margin-bottom: 20%;
  }
  .gallery-cols {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .gallery-cols .gallery-col-1 {
    width: 100%;
    margin: 0;
    border-right: none;
  }
  .gallery-cols .gallery-col-2 {
    width: 100%;
    margin: 0;
  }
  .gallery-cols .gallery-col-2 > div {
    border-bottom: 2px solid black;
    padding-left: 0;
    padding-bottom: 8%;
    margin-bottom: 9%;
  }
  .gallery-cols .gallery-col-2 .gal-contacts {
    border-bottom: none;
  }
  .gal-headers {
    width: 100%;
    margin-right: 0;
  }
  .gal-block-header {
    margin-right: 30px;
    font-size: 18pt;
    margin-top: 0;
    color: black;
    font-weight: normal;
  }
  .gal-blocks {
    margin-right: 0;
  }
  .gal-curators .gal-curators-header {
    border-bottom: 2px solid black;
    margin-top: 5%;
    width: 100%;
  }
  .gal-curators .gal-curators-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 8% 5% 10% 0;
    border-bottom: 2px solid black;
    padding-bottom: 10%;
  }
  .gal-curators .gal-curators-list .gal-curator {
    width: 50%;
    margin-top: 5%;
  }
  .gal-curators .gal-curators-list .gal-curator a {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    text-decoration: none;
  }
  .gal-curators .gal-curators-list .gal-curator a .gal-curator-img {
    display: block;
    max-width: 70%;
    margin: 0 auto;
    border-radius: 50%;
  }
  .gal-curators .gal-curators-list .gal-curator a .gal-curator-name {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .gallery-exhibitions .gallery-exhibitions-list a:nth-child(n+4) {
    display: none !important;
  }
  .gallery-exhibitions div.gallery-exhibitions-list {
    display: flex;
    flex-direction: column;
  }
  .gallery-exhibitions div.gallery-exhibitions-list a:nth-child(1) {
    margin-top: 8%;
  }
  .gallery-exhibitions div.gallery-exhibitions-list a {
    display: block;
    width: 100%;
    padding-top: 225%;
    margin-bottom: 12%;
    position: relative;
  }
  .gallery-exhibitions div.gallery-exhibitions-list .exhibition {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    display: flex;
    flex-direction: column;
  }
  .gallery-exhibitions div.gallery-exhibitions-list .exhibition .ex-cover {
    border: 5px solid black;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 60%;
  }
  .gallery-exhibitions div.gallery-exhibitions-list .exhibition .ex-info {
    padding: 15px 15px 8px 15px;
    width: 100%;
    height: 40%;
  }
  .gallery-exhibitions div.gallery-exhibitions-list .exhibition .ex-info .info-subheader {
    min-height: 6em;
  }
  .gallery-exhibitions div.gallery-exhibitions-list .exhibition .ex-info .ex-author {
    color: #f55e63;
    font-size: 13pt;
    line-height: 130%;
  }
  .gallery-exhibitions div.gallery-exhibitions-list .exhibition .ex-info h2.ex-title {
    color: white;
    font-family: "PlumbMedium", sans-serif;
    text-transform: none;
    font-size: 15pt;
    margin-top: 0;
    line-height: 130%;
  }
  .gallery-exhibitions div.gallery-exhibitions-list .exhibition .ex-info .ex-gallery {
    color: #f55e63;
    font-size: 10pt;
  }
  .gallery-exhibitions div.gallery-exhibitions-list .exhibition .ex-info .ex-from, .gallery-exhibitions div.gallery-exhibitions-list .exhibition .ex-info .ex-to {
    color: white;
    font-family: "PlumbBlack", sans-serif;
    font-size: 18pt;
  }
  .gallery-exhibitions div.gallery-exhibitions-list .exhibition .ex-info .ex-to {
    position: relative;
    bottom: 5px;
  }
}
.page-title-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-title-container .exhibition-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px 10px 10px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 15px rgba(0, 0, 0, 0.3);
  margin: 3.125% 0 6.25%;
}
.page-title-container .exhibition-author {
  text-transform: none;
  margin: 0.625%;
}
.page-title-container .exhibition-title {
  color: white;
  text-transform: none;
  max-width: 90%;
  margin: 0;
  line-height: 125%;
}
.page-title-container .exhibition-curator {
  display: inline-block;
  color: white;
  text-transform: none;
  max-width: 50%;
}

.exhibition-info p:first-child {
  margin-top: 0;
}

.gallery-col-2 .ex-dates div {
  font-family: "PlumbBlack", sans-serif;
  font-size: 18pt;
}
.gallery-col-2 .ex-dates .ex-to {
  position: relative;
  top: -5px;
}

.slider-gallery-wrapper {
  position: relative;
  width: 100%;
  padding-top: 65%;
}

.exhebition-gallery#slider-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.exhebition-gallery#slider-container #slider-prev, .exhebition-gallery#slider-container #slider-next {
  top: 43%;
}

.single-exhibition .gallery-col-1 {
  padding-right: 3.57%;
}

.slide-item-wrapper-exhibition-gallery {
  position: relative;
  width: 100%;
  padding-top: 71.4%;
  margin: 0;
}
.slide-item-wrapper-exhibition-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  .page-title-container {
    text-align: center;
  }
  .page-title-container .exhibition-author {
    text-transform: none;
    margin: 1.875% auto 0;
  }
  .page-title-container .exhibition-title {
    color: white;
    text-transform: none;
    width: 80%;
    margin: 0 auto;
  }
  .page-title-container .exhibition-curator {
    color: white;
    text-transform: none;
    width: 80%;
    margin: 0 auto 20%;
  }
  .ex-dates {
    margin-top: 9%;
  }
  .single-exhibition .gallery-col-1 {
    padding-right: 0;
  }
  .single-exhibition .gal-contacts {
    border-bottom: 2px solid black !important;
    padding-bottom: 7% !important;
  }
}
.roles-filter {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 5px solid #f55e63;
  padding-bottom: 3.125%;
}
.roles-filter h3.role {
  color: black;
  margin: 0 3.125% 0 0;
  cursor: pointer;
  font-size: 18pt;
  font-family: "PlumbBold", sans-serif;
  font-weight: normal;
}
.roles-filter h3.role:nth-child(1) {
  margin-left: 6.25%;
}
.roles-filter .role:hover, .roles-filter .role-selected {
  color: #f55e63 !important;
}

.letter-filter-wrapper {
  width: 25%;
  padding-top: 18.75%;
  position: relative;
  margin: 1.875% auto 5%;
}
.letter-filter-wrapper .letter-filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
}
.letter-filter-wrapper .letter-filter .letter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.6%;
  height: 20%;
  cursor: pointer;
  text-align: center;
  border-left: 1px solid #f55e63;
  border-top: 1px solid #f55e63;
}
.letter-filter-wrapper .letter-filter .letter:nth-child(6n) {
  border-right: 1px solid #f55e63;
}
.letter-filter-wrapper .letter-filter .letter:nth-child(28) {
  border-right: 1px solid #f55e63;
}
.letter-filter-wrapper .letter-filter .letter:nth-child(n+23) {
  border-bottom: 1px solid #f55e63;
}
.letter-filter-wrapper .letter-filter .letter:nth-last-child(1) {
  width: calc(16.6% + 1px);
}
.letter-filter-wrapper .letter-filter .letter:hover, .letter-filter-wrapper .letter-filter .letter-selected {
  background: #f55e63;
  color: white;
}

.person {
  padding-bottom: 3.57%;
  border-bottom: 2px solid #f55e63;
  margin-bottom: 3.57%;
}
.person a {
  text-decoration: none;
}
.person .person-short {
  border: none !important;
  font-weight: normal !important;
}

.person-page-title {
  margin-bottom: 20px;
}

.person-header-name {
  text-transform: none;
  margin-top: 0;
}

.persons-columns {
  display: flex;
}
.persons-columns .persons-left {
  width: 17.85%;
  padding-right: 3.57%;
  border-right: 2px solid #f55e63;
  margin-right: 3.57%;
}
.persons-columns .persons-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 14.28%;
}
.persons-columns .persons-right {
  width: 82.11%;
}
.persons-columns h2 {
  color: black;
  text-transform: none;
  margin-top: 0;
}
.persons-columns .person-short {
  font-weight: bold;
  width: 100%;
  border-bottom: 2px solid #f55e63;
  margin-bottom: 3.57%;
  padding-bottom: 3.57%;
}
.persons-columns .person-short p {
  margin: 0;
}

.per-block-header {
  color: black;
  font-size: 14pt;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 8px;
}

.per-block-header:hover, .cur-per-block-header {
  color: #f55e63;
}

.person-blocks p {
  margin: 0.8em 0;
}

@media only screen and (max-width: 1023px) {
  .roles-filter {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 5px solid #f55e63;
    flex-direction: column;
    margin: 0 10%;
    padding-bottom: 10%;
  }
  .roles-filter h3.role {
    color: black;
    margin: 0 3.125% 0 0;
    cursor: pointer;
    font-size: 18pt;
    font-family: "PlumbBold", sans-serif;
    font-weight: normal;
  }
  .roles-filter h3.role:nth-child(1) {
    margin-left: 0;
  }
  .roles-filter .role:hover, .roles-filter .role-selected {
    color: #f55e63 !important;
  }
  .letter-filter-wrapper {
    width: 80%;
    padding-top: 60%;
    position: relative;
    margin: 10%;
  }
  .letter-filter-wrapper .letter-filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .letter-filter-wrapper .letter-filter .letter {
    display: flex;
    width: 16.6%;
    height: 20%;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #f55e63;
    border-top: 1px solid #f55e63;
  }
  .letter-filter-wrapper .letter-filter .letter:nth-child(6n) {
    border-right: 1px solid #f55e63;
  }
  .letter-filter-wrapper .letter-filter .letter:nth-child(28) {
    border-right: 1px solid #f55e63;
  }
  .letter-filter-wrapper .letter-filter .letter:nth-child(n+23) {
    border-bottom: 1px solid #f55e63;
  }
  .letter-filter-wrapper .letter-filter .letter:hover, .letter-filter-wrapper .letter-filter .letter-selected {
    background: #f55e63;
    color: white;
  }
  .person {
    padding-bottom: 10%;
    border-bottom: 2px solid #f55e63;
    margin-bottom: 10%;
  }
  .person a {
    text-decoration: none;
  }
  .person .person-short {
    border: none !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .persons-columns {
    flex-direction: column;
  }
  .persons-columns .persons-left {
    width: 100%;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
  .persons-columns .persons-left img {
    display: block;
    width: 50%;
    margin: 0 auto 10%;
    height: auto;
    object-fit: cover;
  }
  .persons-columns .persons-left .person-short {
    margin-bottom: 10%;
    padding-bottom: 10%;
  }
  .persons-columns .persons-left .person-headers {
    margin-bottom: 10%;
  }
  .persons-columns .persons-right {
    width: 100%;
  }
  .persons-columns h2 {
    color: black;
    text-transform: none;
    margin-top: 0;
  }
  .persons-columns .person-short {
    font-weight: bold;
    width: 100%;
    border-bottom: 2px solid #f55e63;
    margin-bottom: 3.57%;
    padding-bottom: 3.57%;
  }
  .persons-columns .person-short p {
    margin: 0;
  }
  .per-block-header {
    color: black;
    font-size: 14pt;
    margin: 0;
    font-weight: normal;
    cursor: pointer;
  }
  .per-block-header:hover, .cur-per-block-header {
    color: #f55e63;
  }
  .person-blocks p {
    margin: 0.8em 0;
  }
}
.event-block-wrapper {
  position: relative;
  width: 100%;
  padding-top: 28.56%;
  border-bottom: 2px solid #f55e63;
}
.event-block-wrapper .event-block-shaper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 3.57%;
  padding-bottom: 3.57%;
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
}
.event-block-wrapper .event-block-shaper .event-cover-wrapper {
  width: 21.42%;
  padding-top: 21.42%;
  position: relative;
  margin-right: 3.57%;
}
.event-block-wrapper .event-block-shaper .event-cover-wrapper .event-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.event-block-wrapper .event-block-shaper .event-cover-wrapper .event-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-block-wrapper .event-block-shaper .event-main-info {
  width: 49.98%;
  border-right: 2px solid #f55e63;
  margin-right: 3.57%;
  padding-right: 3.57%;
}
.event-block-wrapper .event-block-shaper .event-main-info .event-date {
  font-family: "PlumbBlack", sans-serif;
  font-size: 18pt;
  margin-bottom: 8px;
}
.event-block-wrapper .event-block-shaper .event-main-info .event-type {
  text-transform: lowercase;
}
.event-block-wrapper .event-block-shaper .event-main-info h3 {
  margin-top: 16px;
  font-family: "PlumbMedium", sans-serif;
  font-weight: normal;
  font-size: 16pt;
  text-transform: none;
  line-height: normal;
}
.event-block-wrapper .event-block-shaper .event-secondary-info {
  width: 21.42%;
}
.event-block-wrapper .event-block-shaper .event-secondary-info .event-time {
  font-family: "PlumbRegular", sans-serif;
  font-size: 18pt;
  padding-left: 14.28%;
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 2px solid #f55e63;
}
.event-block-wrapper .event-block-shaper .event-secondary-info .event-location:before {
  position: relative;
  top: 5px;
  font-size: 15pt;
  margin-right: 5px;
  display: inline-block;
  content: "";
  background-image: url("../images/map-pointer.png");
  width: 25px;
  height: 25px;
  background-size: cover;
}
.event-block-wrapper .event-block-shaper .event-secondary-info .event-cost {
  margin-top: 15px;
  font-size: 12pt;
  margin-left: 30px;
}

@media only screen and (max-width: 1023px) {
  .event-block-wrapper {
    position: relative;
    width: 100%;
    padding-top: 0;
    border-bottom: 2px solid #f55e63;
    margin-bottom: 12.5%;
  }
  .event-block-wrapper .event-block-shaper {
    position: static;
    padding-top: 3.57%;
    padding-bottom: 3.57%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    text-decoration: none;
  }
  .event-block-wrapper .event-block-shaper .event-cover-wrapper {
    width: 75%;
    padding-top: 75%;
    position: relative;
    margin: 0 12.5% 12.5% 12.5%;
  }
  .event-block-wrapper .event-block-shaper .event-cover-wrapper .event-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .event-block-wrapper .event-block-shaper .event-cover-wrapper .event-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .event-block-wrapper .event-block-shaper .event-main-info {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #f55e63;
    margin-right: 0;
    padding-right: 0;
  }
  .event-block-wrapper .event-block-shaper .event-main-info .event-date {
    font-family: "PlumbBlack", sans-serif;
    font-size: 18pt;
    margin-bottom: 8px;
  }
  .event-block-wrapper .event-block-shaper .event-main-info .event-type {
    text-transform: lowercase;
  }
  .event-block-wrapper .event-block-shaper .event-main-info h3 {
    margin-top: 16px;
    font-family: "PlumbMedium", sans-serif;
    font-weight: normal;
    font-size: 16pt;
    text-transform: none;
    line-height: normal;
  }
  .event-block-wrapper .event-block-shaper .event-secondary-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12.5%;
    margin-bottom: 4%;
  }
  .event-block-wrapper .event-block-shaper .event-secondary-info .event-time {
    width: 37.5%;
    font-family: "PlumbRegular", sans-serif;
    font-size: 18pt;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 18px;
    border-right: 2px solid #f55e63;
    border-bottom: none;
  }
  .event-block-wrapper .event-block-shaper .event-secondary-info .event-location {
    margin-left: 10%;
    width: 50%;
  }
  .event-block-wrapper .event-block-shaper .event-secondary-info .event-location:before {
    position: relative;
    top: 5px;
    font-size: 15pt;
    margin-right: 5px;
    display: inline-block;
    content: "";
    background-image: url("../images/map-pointer.png");
    width: 25px;
    height: 25px;
    background-size: cover;
  }
  .event-block-wrapper .event-block-shaper .event-secondary-info .event-cost {
    margin-top: 0;
    font-size: 12pt;
    margin-left: 50%;
  }
}
.news-content {
  color: white;
  margin-top: 15px;
  font-size: 13pt;
  line-height: normal;
  font-family: "PlumbRegular", sans-serif;
}
.news-content p {
  color: white !important;
}
.news-content div {
  margin: 10px 0;
}
.news-content a {
  color: white;
}

.news-container .news-info h2.single-news-item-header {
  font-size: 20pt;
  font-weight: bold;
  margin-bottom: 30px;
}

.single .news-container {
  margin-bottom: 0;
}

p.event-type {
  text-transform: lowercase;
  color: #f55e63 !important;
  margin-bottom: 3px;
  margin-top: 18px;
}

p.event-location {
  margin-top: 7px;
  color: white !important;
  font-size: 16pt;
}

.news-info {
  position: relative;
}
.news-info .event-date {
  color: #f55e63 !important;
  font-size: 18pt;
  font-family: "PlumbBlack", sans-serif;
  margin: 0;
}
.news-info p.single-event-cost {
  color: #f55e63;
}
.news-info .single-event-cost {
  position: absolute;
  right: 30px;
  top: 10px;
}

@media only screen and (min-width: 319px) and (max-width: 1023px) {
  #content.cat-news {
    padding: 10%;
    border-top: 5px solid white;
  }
  .news-year-filter {
    margin-bottom: 10%;
  }
  .single-events-container {
    flex-direction: column;
    margin-bottom: 15%;
  }
  .single-events-container .news-image {
    width: 100%;
    position: static;
    padding-top: 0;
    height: auto;
  }
  .single-events-container .news-info {
    width: 100%;
  }
  .single-events-container .news-info .single-news-item-header {
    font-size: 20pt;
    font-weight: bold;
    margin-bottom: 30px;
    color: white !important;
  }
  .news-info p.single-event-cost {
    position: static;
    margin-top: 0;
  }
}
.woocommerce-result-count {
  display: none;
}

.woocommerce-ordering {
  display: none;
}

.product-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.product-list .product-card {
  flex-shrink: 0;
  flex-basis: 25%;
  flex-grow: 1;
  max-width: 500px;
  padding: 20px;
  background: transparent !important;
  cursor: pointer;
}
.product-list .product-card .product-wrapper {
  max-width: 500px !important;
}
.product-list .product-card .product-wrapper .product-cat {
  display: none;
}
.product-list .product-card .product-wrapper .product-title {
  font-weight: bold;
  margin-bottom: 8px;
}
.product-list .product-card .product-wrapper .product-desc {
  font-size: smaller;
  margin-bottom: 8px;
}
.product-list .product-card .product-wrapper img {
  max-width: 100%;
}

.product-modal-cont .product-modal-overlay {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  cursor: pointer;
}
.product-modal-cont .product-modal-overlay .product-modal-card {
  position: relative;
  margin: 80px auto;
  padding: 20px;
  background: white;
  width: 65%;
  border-radius: 5px;
  height: content-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  cursor: auto;
}
.product-modal-cont .product-modal-overlay .product-modal-card .modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18pt;
  cursor: pointer;
}
.product-modal-cont .product-modal-overlay .product-modal-card .col-img {
  width: 70%;
}
.product-modal-cont .product-modal-overlay .product-modal-card .col-img img {
  width: 100%;
}
.product-modal-cont .product-modal-overlay .product-modal-card .col-info {
  width: 28%;
  display: flex;
  flex-direction: column;
}
.product-modal-cont .product-modal-overlay .product-modal-card .col-info .product-title {
  width: 85%;
  font-weight: bold;
  font-size: 16pt;
  margin-bottom: 15px;
}
.product-modal-cont .product-modal-overlay .product-modal-card .col-info .product-desc {
  margin-bottom: 15px;
}
.product-modal-cont .product-modal-overlay .product-modal-card .col-info .pink-button {
  margin: 20px 0;
  padding: 10px;
}

.woocommerce-checkout .woocommerce-message {
  display: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout #customer_details {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
}
.woocommerce-checkout #customer_details h3 {
  display: none;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper {
  width: 100%;
}
.woocommerce-checkout #customer_details .form-row {
  width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-input-wrapper input, .woocommerce-checkout #customer_details .woocommerce-input-wrapper textarea {
  width: 100%;
  padding: 10px 15px;
}
.woocommerce-checkout .wc_payment_methods {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  display: none;
}
.woocommerce-checkout .form-row.place-order {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-checkout .form-row.place-order .pink-button {
  background: #f55e63;
  padding: 25px;
}
.woocommerce-checkout .form-row.place-order .pink-button:hover {
  background: #f55e63;
}

@media only screen and (min-width: 300px) and (max-width: 1023px) {
  .product-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .product-list .product-card {
    flex-shrink: 0;
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
    padding: 20px;
    background: transparent !important;
    cursor: pointer;
  }
  .product-list .product-card .product-wrapper {
    max-width: 100% !important;
  }
  .product-list .product-card .product-wrapper .product-cat {
    display: none;
  }
  .product-list .product-card .product-wrapper .product-title {
    font-weight: bold;
    margin-bottom: 8px;
  }
  .product-list .product-card .product-wrapper .product-desc {
    font-size: smaller;
    margin-bottom: 8px;
  }
  .product-list .product-card .product-wrapper img {
    max-width: 100%;
  }
  .product-modal-cont .product-modal-overlay {
    background: white;
    display: flex;
    justify-content: center;
    overflow-y: scroll;
    cursor: pointer;
  }
  .product-modal-cont .product-modal-overlay .product-modal-card {
    position: relative;
    margin: 0;
    padding: 20px;
    background: white;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    cursor: auto;
  }
  .product-modal-cont .product-modal-overlay .product-modal-card .modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18pt;
    cursor: pointer;
  }
  .product-modal-cont .product-modal-overlay .product-modal-card .col-img {
    width: 100%;
  }
  .product-modal-cont .product-modal-overlay .product-modal-card .col-img img {
    width: 100%;
  }
  .product-modal-cont .product-modal-overlay .product-modal-card .col-info {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .product-modal-cont .product-modal-overlay .product-modal-card .col-info .product-title {
    font-weight: bold;
    font-size: 16pt;
    margin-bottom: 15px;
  }
  .product-modal-cont .product-modal-overlay .product-modal-card .col-info .product-desc {
    margin-bottom: 15px;
  }
  .product-modal-cont .product-modal-overlay .product-modal-card .col-info .pink-button {
    margin: 20px 0;
    padding: 10px;
  }
}
.search-query {
  font-size: 24pt;
  color: #f55e63;
  margin-bottom: 60px;
}
.search-query span {
  color: black;
}

h2.search-result {
  font-size: 18pt;
  margin-bottom: 10px;
}
h2.search-result a {
  text-decoration: none;
}

.search-entry-summary p {
  margin-top: 0;
}
.search-entry-summary .read-more {
  color: black;
}
.search-entry-summary a.read-more::after {
  background-image: url("../images/expand-black.png");
}

.page-template-page-booklet .site-content,
.page-template-page-booklet-else .site-content,
.page-template-page-booklet-exhibitions .site-content,
.page-template-page-booklet-shops .site-content {
  margin-top: 0 !important;
}
.page-template-page-booklet .page-header .logo,
.page-template-page-booklet-else .page-header .logo,
.page-template-page-booklet-exhibitions .page-header .logo,
.page-template-page-booklet-shops .page-header .logo {
  display: none;
}
.page-template-page-booklet .page-header h1,
.page-template-page-booklet-else .page-header h1,
.page-template-page-booklet-exhibitions .page-header h1,
.page-template-page-booklet-shops .page-header h1 {
  text-align: center;
  color: #f55e63;
  line-height: 2em;
}

.page-template-page-booklet-united .site-content .content-area {
  max-width: 600px;
  margin: 0 auto;
}

.page-template-page-booklet .site-content .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 800px;
  width: 90%;
}
.page-template-page-booklet .site-content .container a {
  width: 47%;
  aspect-ratio: 1/1;
  margin-bottom: 6%;
  background: black;
  text-decoration: none;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding: 1vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-page-booklet .site-content .container a.exhibitions {
  background-color: #f55e63;
  background-image: url(../images/booklet/exhibitions.jpg);
}
.page-template-page-booklet .site-content .container a.etc {
  background-color: #74d5a7;
  background-image: url(../images/booklet/etc.jpg);
}
.page-template-page-booklet .site-content .container a.rules {
  background-color: #3946d1;
  background-image: url(../images/booklet/rules_cover.jpg);
}
.page-template-page-booklet .site-content .container a.map {
  background-color: #3946d1;
  background-image: url(../images/booklet/map_cover.jpg);
}
.page-template-page-booklet .site-content .container a h2 {
  color: #f55e63;
  font-size: 2.5rem;
  line-height: 2.5rem;
  white-space: break-spaces;
  margin: 0;
  padding: 0;
}
.page-template-page-booklet .site-content .container a.disabled {
  opacity: 80%;
}

.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition {
  width: 31.8444%;
  margin-bottom: 2.142%;
  display: flex;
  flex-flow: nowrap column;
  justify-content: space-between;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition:nth-child(3n-1) {
  margin-left: 2.142%;
  margin-right: 2.142%;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-info .ex-gallery {
  font-size: 10pt;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-info .ex-gallery-site {
  color: white;
  margin-bottom: 1rem;
  font-size: 10pt;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-info .info-subheader {
  min-height: auto;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-info .info-subheader .ex-author {
  font-size: 10pt;
  color: white;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-info .info-subheader .ex-title {
  color: #f55e63;
  font-size: 12pt;
  margin-top: 0.5rem;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-info .ex-from {
  margin: 0;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc {
  cursor: pointer;
  padding: 1rem;
  color: whitesmoke !important;
  font-weight: 100 !important;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc .ex-text p:nth-child(1) {
  margin-top: 0;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc .booklet-toggle-text {
  text-align: center;
  color: white;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc .show-btn {
  display: block;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc .hide-btn, .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc .ex-text {
  display: none;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc.show-desc .show-btn {
  display: none;
}
.page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc.show-desc .hide-btn, .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc.show-desc .ex-text {
  display: block;
}

@media only screen and (min-width: 318px) and (max-width: 319px) {
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition {
    width: 100%;
    margin-bottom: 7.14%;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-info .ex-gallery {
    font-size: 13pt;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-info .ex-gallery-site {
    color: white;
    margin-bottom: 1rem;
    font-size: 13pt;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-info .info-subheader {
    min-height: auto;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-info .info-subheader .ex-author {
    color: white;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-info .info-subheader .ex-title {
    color: #f55e63;
    font-size: 17pt;
    margin-top: 0.5rem;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-info .ex-from {
    margin: 0;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc {
    cursor: pointer;
    padding: 1rem;
    color: whitesmoke !important;
    font-weight: 100 !important;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc .ex-text p:nth-child(1) {
    margin-top: 0;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc .booklet-toggle-text {
    text-align: center;
    color: white;
    height: 50px;
    line-height: 50px;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc .show-btn {
    display: block;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc .hide-btn, .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc .ex-text {
    display: none;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc.show-desc .show-btn {
    display: none;
  }
  .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc.show-desc .hide-btn, .page-template-page-booklet-exhibitions .site-content .content-area .site-main .season .exhibition .ex-desc.show-desc .ex-text {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .page-template-page-booklet .site-content .container a h2 {
    font-size: 6vw;
    line-height: 6vw;
  }
}
.event-in-division .ex-info {
  color: white;
}
.event-in-division .ex-info .title {
  color: white;
  font-size: 1.6em;
  line-height: 1.4em;
  margin: 0;
}
.event-in-division .ex-info .type {
  color: #f55e63;
  margin: 0 0 1em 0;
}
.event-in-division .ex-info .datetime {
  margin: 1em 0;
}
.event-in-division .ex-info .cost {
  margin: 0;
}

.popmake-close {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  color: transparent !important;
  text-align: left !important;
}

#pum-11317 .pum-content p {
  color: white !important;
}

.postid-11283 .exhibition-panel {
  width: 450px;
}

.postid-11283 .exhibition-title {
  letter-spacing: 2px;
  text-align: center;
}

/* lockdown disclaimer page */
body.page-id-11007 .site-content {
  margin-top: 10px !important;
}

body.page-id-11007 h1.page-title {
  text-transform: none;
}

.persons-left img {
  border-radius: 50%;
}

/* страница архива в "подразделениях" */
@media screen and (max-width: 500px) {
  .post-11036 img {
    margin: 0.5rem 0 2rem;
    width: 100%;
  }
}
/* etc */
.postid-9902 .foogallery-container {
  margin: 1.5rem auto 3rem;
}

.postid-9902 h3 {
  margin-top: 4rem;
}

.flex-container {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

a.pink-button-center, a.pink-button-center:hover, a.pink-button-center:visited, a.pink-button-center:active {
  color: white;
  font-size: 22pt;
  text-decoration: none;
  padding: 1em 1.5em;
  background: #F55E63;
}

.page-id-9240 h3 {
  text-transform: none;
}

.page-id-9240 .page-title {
  text-transform: none;
  border-bottom: 0;
}

.page-id-9240 .page-title:after {
  display: none;
}

.page-id-9240 .site-content {
  margin-top: 0px !important;
}

.youtube-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 80px 0 0;
}

.youtube-container iframe {
  width: 48%;
  height: 300px;
}

.page-template-emergency .page-title-container img {
  opacity: 0.5;
}

.leyka-pf a.active {
  color: white !important;
}

.page-template-emergency .front-events-header {
  margin-top: 80px;
}

.page-template-emergency .front-events-header h2 {
  margin-left: 0;
}

.leyka-default-submit {
  background: rgb(245, 94, 99) !important;
}

.wpforms-submit-container, .wpforms-field-container {
  text-align: center;
}

.wpforms-field-container input {
  max-width: 100% !important;
}

/* auction */
.auction-section {
  margin: 0 !important;
  padding-top: 40px;
}

.auction-section h2 {
  text-transform: none;
}

.page-template-emergency .wp-caption-text {
  font-size: 15pt;
  margin-bottom: 40px;
}

.auction-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px;
}

.auction-button a.pink-button {
  padding: 10px 0 !important;
  width: 220px;
  font-weight: normal !important;
  font-size: 20pt;
}

.auction-button a.pink-button:hover {
  background: #E66673;
}

/* woo */
.text-before-order-form {
  width: 500px;
  margin: 0 auto 30px;
}

.text-after-order-submission {
  width: 500px;
  margin: 0 auto 80px;
}

.text-after-order-submission h2 {
  text-transform: none;
}

.text-after-order-submission .pink-button {
  padding: 15px;
  width: 400px;
  margin: 0 auto;
}

.text-after-order-submission .pink-button:hover {
  padding: 15px;
  width: 400px;
  margin: 0 auto;
}

.woocommerce-order-received .text-before-order-form {
  display: none;
}

.text-after-order-submission {
  text-align: center;
}

.woocommerce-checkout .text-after-order-submission {
  display: none;
}

.woocommerce-order-received .text-after-order-submission {
  display: block;
}

.gathering-goal {
  margin-top: 15px;
}

/*# sourceMappingURL=main.css.map */
