/*!
Theme Name: Maiden Voyage
Theme URI: http://underscores.me/
Author: Make a Spectacle
Author URI: https://makeaspectacle.co.uk
Description: WordPress theme for Maiden Voyage Festival
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maiden-voyage
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.

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

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

--------------------------------------------------------------*/
#content {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

.row {
  width: 90%;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
  position: relative;
  z-index: 1;
  max-width: 1080px;
}

.row.fullwidth {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

section {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 980.1px) {
  .col.full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col.eighty {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .col.seventy {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
  .col.threequarter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col.sixty {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .col.twothird {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666666666%;
            flex: 0 0 66.666666666%;
    max-width: 66.666666666%;
  }
  .col.seven {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333333%;
            flex: 0 0 58.333333333%;
    max-width: 58.333333333%;
  }
  .col.fiftyfive {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .col.half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col.five {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666666%;
            flex: 0 0 41.6666666666%;
    max-width: 41.6666666666%;
  }
  .col.fortyfive {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
  .col.forty {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .col.third {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col.quarter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col.fifth {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 980px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: block;
    margin-bottom: 30px;
  }
  .col:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 550px) {
  .row {
    padding: 0;
    width: 90%;
  }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "FK Screamer", sans-serif;
  color: #000;
  letter-spacing: 0;
}

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: transparent;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

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

big {
  font-size: 125%;
}

p, body {
  font-family: "Wigrum Bold", sans-serif;
  color: #000;
  letter-spacing: -.6px;
}

@font-face {
  font-family: "FK Screamer";
  src: url("/wp-content/themes/maiden-voyage-festival/fonts/fkscreamer-upright-webfont.eot");
  src: url("/wp-content/themes/maiden-voyage-festival/fonts/fkscreamer-upright-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/maiden-voyage-festival/fonts/fkscreamer-upright-webfont.woff2") format("woff2"), url("/wp-content/themes/maiden-voyage-festival/fonts/fkscreamer-upright-webfont.woff") format("woff"), url("/wp-content/themes/maiden-voyage-festival/fonts/fkscreamer-upright-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Wigrum Bold";
  src: url("/wp-content/themes/maiden-voyage-festival/fonts/wigrum-bold-webfont.eot");
  src: url("/wp-content/themes/maiden-voyage-festival/fonts/wigrum-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/maiden-voyage-festival/fonts/wigrum-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/maiden-voyage-festival/fonts/wigrum-bold-webfont.woff") format("woff"), url("/wp-content/themes/maiden-voyage-festival/fonts/wigrum-bold-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #000;
}

a:visited {
  color: #000;
}

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

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 4px solid;
  border-color: #000;
  border-radius: 0;
  background: transparent;
  color: #000;
  line-height: 1em;
  padding: 15px 25px;
  font-size: 25px;
  font-family: "FK Screamer", sans-serif;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #000;
  background: #0000002b;
}

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: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #000;
  border: 4px solid #000;
  border-radius: 0px;
  padding: 15px 25px;
  background: transparent;
  font-family: "Wigrum Bold", sans-serif;
}

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: #000;
}

select {
  border: 1px solid #000;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.post,
.page {
  margin: 0;
}

.site {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}

main {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: auto;
  z-index: 1;
  position: relative;
  width: 100%;
}

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

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

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

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/*animations*/
.site-branding {
  -webkit-animation: fade-in 1s ease-in-out .5s both;
          animation: fade-in 1s ease-in-out .5s both;
}

.sign-up-tickets, .line-up, .info-area {
  -webkit-animation: slide-in-bottom 1s ease-in-out both;
          animation: slide-in-bottom 1s ease-in-out both;
}

.sign-up-tickets {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.line-up {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.info-area {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/*privacy*/
.privacy-policy {
  font-size: 1.2em;
}

/*main*/
body {
  background-position: top center;
  background-size: 100vw;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}

.overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #fff;
  -webkit-animation: fade-out 1s ease-in-out both;
          animation: fade-out 1s ease-in-out both;
}

.clouds-image {
  position: absolute;
  top: 0;
  width: 100vw;
  left: 0;
}

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

.ee-image {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  mix-blend-mode: color;
  -webkit-animation: fade-in 1s ease-in-out .5s both;
          animation: fade-in 1s ease-in-out .5s both;
}

.ee-image .inner {
  margin: auto;
  position: relative;
  width: auto;
  display: block;
}

.ee-image img {
  max-height: 100vh;
  width: auto;
  max-width: 100vw;
  margin: 0;
  display: block;
}

.triangle {
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  position: absolute;
  z-index: 10;
}

.triangle.top.right {
  top: -26px;
  right: 26px;
  border-left: 100px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.triangle.bottom.left {
  left: 26px;
  bottom: -26px;
  border-right: 100px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header {
  z-index: 1;
}

.site-branding {
  text-align: center;
  padding: 40px 0;
}

.site-branding .top-text, .site-branding .bottom-text {
  font-size: 24px;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  letter-spacing: -.6px;
  font-weight: bold;
  font-family: 'Wigrum Bold';
}

.site-branding .bottom-text span {
  padding-right: 65px;
  position: relative;
  margin-left: 5px;
  margin-right: 8px;
}

.site-branding .bottom-text span:after {
  height: 3px;
  content: " ";
  width: 65px;
  background: #000;
  position: absolute;
  top: 50%;
}

.site-branding a.custom-logo-link {
  width: 90%;
  margin: auto;
  max-width: 750px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: block;
}

.info-area {
  padding: 10px 0 10px 0;
}

.info {
  text-align: center;
  margin-top: 20px;
}

.info p {
  font-family: 'FK Screamer';
  font-size: 45px;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.info p span {
  font-size: 35px;
  line-height: 35px;
  margin-top: 0;
  display: block;
}

.page-template-default .entry-content, .page-template-default .entry-header {
  width: 90%;
  margin: auto;
  max-width: 1080px;
}

.page-template-default main {
  padding-bottom: 0;
  width: 100%;
}

.page-template-default article {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.error404 .entry-content, .error404 .entry-header, .search-no-results .entry-content, .search-no-results .entry-header,
.search-results .entry-content,
.search-results .entry-header, .archive .entry-content, .archive .entry-header {
  width: 90%;
  margin: auto;
  max-width: 1080px;
}

.error404 main, .search-no-results main,
.search-results main, .archive main {
  padding-bottom: 0;
  width: 100%;
}

.error404 article, .search-no-results article,
.search-results article, .archive article {
  position: relative;
  margin-top: -50px;
  padding-bottom: 7%;
}

.error404 p, .search-no-results p,
.search-results p, .archive p {
  font-size: 21px;
}

.error404 input[type="search"], .search-no-results input[type="search"],
.search-results input[type="search"], .archive input[type="search"] {
  background: transparent;
  color: #000;
  line-height: 1em;
  padding: 15px 25px;
  font-size: 25px;
  font-family: "Wigrum Bold", sans-serif;
  letter-spacing: -0.6px;
  margin-right: 15px;
  height: 63px;
}

.error404 input[type="search"]::-webkit-input-placeholder, .search-no-results input[type="search"]::-webkit-input-placeholder,
.search-results input[type="search"]::-webkit-input-placeholder, .archive input[type="search"]::-webkit-input-placeholder {
  color: #000;
}

.error404 input[type="search"]:-ms-input-placeholder, .search-no-results input[type="search"]:-ms-input-placeholder,
.search-results input[type="search"]:-ms-input-placeholder, .archive input[type="search"]:-ms-input-placeholder {
  color: #000;
}

.error404 input[type="search"]::-ms-input-placeholder, .search-no-results input[type="search"]::-ms-input-placeholder,
.search-results input[type="search"]::-ms-input-placeholder, .archive input[type="search"]::-ms-input-placeholder {
  color: #000;
}

.error404 input[type="search"]::placeholder, .search-no-results input[type="search"]::placeholder,
.search-results input[type="search"]::placeholder, .archive input[type="search"]::placeholder {
  color: #000;
}

.error404 input[type="search"] input[type="submit"], .search-no-results input[type="search"] input[type="submit"],
.search-results input[type="search"] input[type="submit"], .archive input[type="search"] input[type="submit"] {
  font-size: 25px;
  padding: 15px 25px;
}

#colophon {
  padding: 50px 0;
  text-align: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  position: relative;
}

#colophon .site-info, #colophon .social-links {
  z-index: 1;
  position: relative;
}

.social-links {
  font-size: 30px;
  margin: auto;
  margin-top: 20px;
  width: 90%;
}

.social-links img {
  width: 30px;
}

.social-links a {
  margin: 0 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.social-links a:hover {
  opacity: 0.8;
}

.site-info {
  max-width: 250px;
  margin: auto;
  width: 90%;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'FK Screamer';
  letter-spacing: 0;
  line-height: 22px;
}

.sign-up .sign-up-area #mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sign-up .sign-up-area #mc_embed_signup_scroll #mce-responses {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  padding-top: 10px;
}

.sign-up .sign-up-area #mc_embed_signup_scroll #mce-responses .response {
  max-width: 600px;
  margin: auto;
  width: auto;
  text-align: center;
}

.sign-up .sign-up-area #mc_embed_signup_scroll label {
  line-height: 25px;
  font-size: 20px;
  display: inline-block;
  font-family: "Wigrum Bold", sans-serif;
  letter-spacing: -0.6px;
  padding: 10px 15px 8px 15px;
  text-align: left;
  border: 4px solid;
  border-right: none;
  padding-right: 10px;
}

.sign-up .sign-up-area .mc-field-group {
  margin-right: 20px;
}

.sign-up .sign-up-area input[type="email"] {
  line-height: 25px;
  font-size: 20px;
  display: inline-block;
  font-family: "Wigrum Bold", sans-serif;
  padding: 10px 15px 8px 15px;
  letter-spacing: -0.6px;
  text-align: center;
  margin-top: 10px;
  -webkit-appearance: none;
  border-radius: 0;
  border-left: 0;
  text-align: left;
  padding-left: 10px;
}

.sign-up .sign-up-area input[type="email"]:focus, .sign-up .sign-up-area input[type="email"]:active {
  outline: none;
  background: rgba(0, 0, 0, 0.3);
}

.sign-up .sign-up-area #mc_embed_signup input.mce_inline_error {
  border-color: #000;
}

.sign-up .sign-up-area #mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 5px 10px;
  color: #6B0505;
  font-weight: normal;
  z-index: 1;
  width: auto;
  margin: auto;
  margin-top: 0;
  background-color: transparent;
  padding: 0;
  font-size: 20px;
}

.sign-up .sign-up-area .response {
  font-size: 20px;
}

.sign-up .sign-up-area input[type="submit"] {
  margin-top: 10px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 15px 15px 8px 15px;
  text-transform: uppercase;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.3);
  border: 4px solid transparent;
  font-size: 25px;
  display: inline-block;
  font-family: "FK Screamer", sans-serif;
  letter-spacing: 0;
}

.sign-up .sign-up-area input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0.5);
}

.sign-up-tickets {
  padding-top: 10px;
  text-align: center;
}

.sign-up-tickets .sign-up-area #mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sign-up-tickets .sign-up-area #mc_embed_signup_scroll #mce-responses {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  padding-top: 10px;
}

.sign-up-tickets .sign-up-area #mc_embed_signup_scroll #mce-responses .response {
  max-width: 600px;
  margin: auto;
  width: auto;
}

.sign-up-tickets .sign-up-area #mc_embed_signup_scroll label {
  line-height: 25px;
  font-size: 20px;
  display: inline-block;
  font-family: "Wigrum Bold", sans-serif;
  letter-spacing: -0.6px;
  padding: 0 10px;
  text-align: left;
  border: none;
  height: 43px;
}

.sign-up-tickets .sign-up-area .mc-field-group {
  margin-right: 20px;
  border: 4px solid;
  height: 51px;
  margin-top: 10px;
}

.sign-up-tickets .sign-up-area input[type="email"] {
  line-height: 25px;
  font-size: 20px;
  display: inline-block;
  font-family: "Wigrum Bold", sans-serif;
  letter-spacing: -0.6px;
  padding: 0 10px;
  text-align: center;
  margin-top: 0;
  -webkit-appearance: none;
  border: none;
  height: 43px;
  text-align: left;
  padding-left: 10px;
}

.sign-up-tickets .sign-up-area input[type="email"]:focus, .sign-up-tickets .sign-up-area input[type="email"]:active {
  outline: none;
  background: rgba(0, 0, 0, 0.3);
}

.sign-up-tickets .sign-up-area #mc_embed_signup input.mce_inline_error {
  border-color: #000;
}

.sign-up-tickets .sign-up-area #mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 5px 10px;
  color: #6B0505;
  font-weight: normal;
  z-index: 1;
  width: auto;
  margin: auto;
  margin-top: 0;
  background-color: transparent;
  padding: 0;
  font-size: 20px;
}

.sign-up-tickets .sign-up-area .response {
  font-size: 20px;
}

.sign-up-tickets .sign-up-area input[type="submit"] {
  margin-top: 10px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 13px 15px 10px 15px;
  text-transform: uppercase;
  line-height: 20px;
  background: #000;
  color: #fff;
  letter-spacing: 0;
  border: 4px solid transparent;
  font-size: 30px;
  display: inline-block;
  font-family: 'FK Screamer';
  letter-spacing: 0;
  font-weight: normal;
}

.sign-up-tickets .sign-up-area input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0.5);
}

/*line-up*/
.line-up {
  text-align: left;
  font-size: 27px;
  line-height: 30px;
  padding-bottom: 0;
}

.line-up .row .col {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 30px;
}

.line-up .row .col h4 {
  font-family: "Wigrum Bold";
  font-size: 20px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  letter-spacing: -0.6px;
}

.line-up .row .col h4:after {
  content: " ";
  height: 3px;
  width: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.line-up .row .col p {
  font-family: "FK Screamer";
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 0;
}

.info-area .sign-up-link {
  text-align: center;
  display: block;
  padding: 50px 0;
}

.info-area .sign-up-link a {
  font-family: "FK Screamer";
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 10px 20px;
  background: #d6f929;
  border: 4px solid #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.info-area .sign-up-link a:hover {
  opacity: 0.8;
}

table.cookielawinfo-classic {
  font-family: "Eurostile", sans-serif !important;
  border-collapse: collapse !important;
  border-left: 1px solid #fff !important;
  border-top: 1px solid #fff !important;
  color: #fff !important;
}

table.cookielawinfo-classic td, table.cookielawinfo-classic th {
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}

.cli_manage_current_consent {
  text-decoration: underline;
}

.cli_user_consent_state {
  font-size: 115%;
}

table.cookielawinfo-classic thead tr th {
  background: transparent !important;
}

/*accordion*/
a.togglefaqs {
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
}

a.togglefaqs h2 {
  font-size: 40px;
  display: inline-block;
  width: auto;
  font-weight: normal;
  text-decoration: underline;
}

.accordion-area {
  max-height: 0;
  -webkit-transition: max-height ease 1s;
  transition: max-height ease 1s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.accordion-area .accordion {
  opacity: 0;
  -webkit-transition: opacity ease 1s;
  transition: opacity ease 1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.accordion-area.open {
  max-height: 1500px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.accordion-area.open .accordion {
  opacity: 1;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accordion .accordion-item {
  border-radius: 0;
  border-bottom: 4px solid #000;
  padding: 15px 0;
  margin-bottom: 0;
  display: block;
  width: 100%;
  position: relative;
}

.accordion a.togglefaq {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}

.accordion a.togglefaq h3 {
  margin: 0;
  line-height: 1.3em;
  font-size: 1.2em;
  display: inline-block;
  width: calc(100% - 35px);
  font-family: 'wigrum bold';
  letter-spacing: -0.6px;
}

.accordion .inner {
  display: none;
  margin-top: 10px;
}

.accordion p {
  margin-top: 0;
  font-size: 20px;
  line-height: 23px;
}

.accordion p:last-child {
  margin-bottom: 0;
}

.accordion .plusminus {
  position: absolute;
  width: 25px;
  height: 25px;
  cursor: pointer;
  right: 0;
  top: 0;
}

.accordion .plusminus:before, .accordion .plusminus:after {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: .35s;
  transition: .35s;
  width: 100%;
  height: 3px;
}

.accordion .plusminus:before {
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

.accordion .plusminus:after {
  -webkit-transform: translatey(-50%) rotate(90deg);
          transform: translatey(-50%) rotate(90deg);
}

.accordion .accordion-item.active .plusminus:before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
          transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}

.accordion .accordion-item.active .plusminus:after {
  -webkit-transform: translatey(-50%) rotate(0);
          transform: translatey(-50%) rotate(0);
}

/*buy tickets*/
a.button {
  font-family: fk screamer;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 10px 20px;
  background: #d6f929;
  border: 4px solid #000;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a.button:hover, a.button:active, a.button:focus {
  opacity: 0.8;
}

/*homepage*/
.home .sign-up-tickets {
  padding-bottom: 0;
  overflow: visible;
}

@media (max-width: 980px) {
  .line-up .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .site-branding .top-text, .site-branding .bottom-text {
    font-size: 22px;
    line-height: 26px;
  }
}

.line-up.full .row .col h4 {
  margin-top: 0;
}

.line-up.full .row .col p {
  line-height: 40px;
}

.line-up.full .row .col p span {
  font-size: 3.2rem;
}

@media (min-width: 800.1px) {
  .line-up.full .row {
    max-width: 800px;
    -webkit-column-count: 2;
            column-count: 2;
    display: block;
    -webkit-column-gap: 100px;
            column-gap: 100px;
  }
  .line-up.full .row .col {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .line-up.full .row .col:first-of-type {
    margin-top: 56px;
  }
}

@media (max-width: 800px) {
  .line-up.full .row {
    max-width: 500px;
    margin: auto;
  }
  .line-up.full .col:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .line-up.full .col:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .line-up.full .col:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .line-up.full .col:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .info-area .sign-up-link a {
    display: block;
    max-width: 500px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .line-up .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  a.button {
    font-size: 25px;
  }
  .home .entry-content .sign-up-tickets a.button, .home .entry-content .sign-up a.button {
    margin-top: 15px;
  }
  .sign-up-tickets .sign-up-area input[type=email], .sign-up .sign-up-area input[type=email] {
    min-width: auto;
  }
  .sign-up-tickets .sign-up-area .mc-field-group, .sign-up .sign-up-area .mc-field-group {
    margin-right: 0;
  }
  .sign-up-tickets .sign-up-area input[type=submit], .sign-up .sign-up-area input[type=submit] {
    margin-left: 15px;
    margin-right: 15px;
  }
  .site-branding, #colophon {
    padding: 25px 0;
  }
  section {
    padding: 25px 0;
  }
  .triangle {
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
  }
  .triangle.top.right {
    border-left: 60px solid #000;
    top: 0;
  }
  .triangle.bottom.left {
    bottom: 0;
    border-right: 60px solid #000;
  }
}

@media (max-width: 820px) {
  .sign-up-tickets .sign-up-area #mc_embed_signup_scroll {
    display: block;
  }
  .sign-up-tickets .sign-up-area input[type="email"], .sign-up .sign-up-area input[type="email"] {
    width: 100%;
    max-width: 400px;
    border-left: 4px solid;
    text-align: center;
    padding-left: 15px;
  }
  .sign-up-tickets .sign-up-area #mc_embed_signup_scroll label, .sign-up .sign-up-area #mc_embed_signup_scroll label {
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  .sign-up-tickets .sign-up-area .mc-field-group, .sign-up .sign-up-area .mc-field-group {
    text-align: center;
    display: block;
  }
  .sign-up-tickets .sign-up-area .mc-field-group {
    border: none;
    height: auto;
  }
  .sign-up-tickets .sign-up-area input[type="email"] {
    border: 4px solid;
  }
  .site-branding .top-text, .site-branding .bottom-text {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 580px) {
  .site-branding .top-text, .site-branding .bottom-text {
    font-size: 16px;
    line-height: 21px;
    width: 90%;
    margin: auto;
  }
  .site-branding a.custom-logo-link {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 550px) {
  input[type="search"] {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  .site-branding a {
    width: 90%;
  }
}

@media (max-width: 450px) {
  .site-branding .top-text, .site-branding .bottom-text {
    font-size: 14px;
    line-height: 19px;
  }
  .triangle.top.right {
    top: -30px;
    right: 0;
    -webkit-transform: scale(0.6) rotate(-45deg);
            transform: scale(0.6) rotate(-45deg);
  }
  .triangle.bottom.left {
    -webkit-transform: scale(0.6) rotate(-45deg);
            transform: scale(0.6) rotate(-45deg);
    left: 0;
    bottom: -26px;
  }
  .sign-up-tickets .sign-up-area #mc_embed_signup_scroll label {
    height: auto;
    margin-bottom: 10px;
  }
}

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*# sourceMappingURL=style.css.map */