@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700');
/* ********************
Set root URL for LESS compiling
-------------------- */
/* ********************
Imports
******************** */
/* ********************
Browser Reset
******************** */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* ********************
Float & Align
******************** */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* ********************
Grid
******************** */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
}
.grid:after,
.clear:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
/* ********************
Columns
******************** */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* ********************
Mixins
******************** */
/* ****************************************
Flexbox
**************************************** */
.flex-row {
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* ********************
Columns
******************** */
[class*="flex-col"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.flex-col-1-1 {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  max-width: 100%;
}
.flex-col-1-2 {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  max-width: 50%;
}
.flex-col-1-3 {
  -webkit-flex-basis: 33.33333%;
  -ms-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  max-width: 33.33333%;
}
.flex-col-2-3 {
  -webkit-flex-basis: 66.66665999999999%;
  -ms-flex-basis: 66.66665999999999%;
  flex-basis: 66.66665999999999%;
  -ms-flex-preferred-size: 66.66665999999999%;
  max-width: 66.66665999999999%;
}
.flex-col-1-4 {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  max-width: 25%;
}
.flex-col-3-4 {
  -webkit-flex-basis: 75%;
  -ms-flex-basis: 75%;
  flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  max-width: 75%;
}
.flex-col-1-5 {
  -webkit-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  max-width: 20%;
}
.flex-col-2-5 {
  -webkit-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  max-width: 40%;
}
.flex-col-3-5 {
  -webkit-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  max-width: 60%;
}
.flex-col-4-5 {
  -webkit-flex-basis: 80%;
  -ms-flex-basis: 80%;
  flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  max-width: 80%;
}
.flex-col-1-6 {
  -webkit-flex-basis: 16.66666%;
  -ms-flex-basis: 16.66666%;
  flex-basis: 16.66666%;
  -ms-flex-preferred-size: 16.66666%;
  max-width: 16.66666%;
}
.flex-col-1-8 {
  -webkit-flex-basis: 12.5%;
  -ms-flex-basis: 12.5%;
  flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  max-width: 12.5%;
}
.flex-col-1-12 {
  -webkit-flex-basis: 8.33333%;
  -ms-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  max-width: 8.33333%;
}
.flex-col-5-12 {
  -webkit-flex-basis: 41.66666%;
  -ms-flex-basis: 41.66666%;
  flex-basis: 41.66666%;
  -ms-flex-preferred-size: 41.66666%;
  max-width: 41.66666%;
}
/* ********************
Flexbox mixins
******************** */
/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999999;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0.95) !important;
  -ms-overflow-style: none;
}
/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}
.vbox-close {
  position: fixed;
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 0;
  background-image: url('/wp-content/themes/artofdance/static/images/icons/icon-close-white.svg');
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.1);
}
body.desktop .vbox-close:hover {
  background-color: #961c13 !important;
}
.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}
/* ----- navigation ARROWS ----- */
.vbox-next,
.vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}
.vbox-next span,
.vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: white;
  border-right-color: white;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}
.vbox-prev {
  left: 15px;
}
.vbox-next {
  right: 15px;
}
.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}
/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}
/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}
.venoframe.vbvid {
  height: 260px;
}
@media (min-width: 768px) {
  .venoframe,
  .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe,
  .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}
.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  -ms-overflow-style: none;
}
.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}
.vbox-container img {
  max-width: 100%;
  height: auto;
}
.figlio {
  max-width: 100%;
  text-align: initial;
}
img.figlio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.vbox-content.swipe-left {
  margin-left: -200px !important;
}
.vbox-content.swipe-right {
  margin-left: 200px !important;
}
.animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}
.animate-in {
  opacity: 1;
}
.animate-out {
  opacity: 0;
}
/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}
.sk-rotating-plane {
  background-color: #333;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin: 40px auto;
}
.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 4px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-wave .sk-rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s;
}
.sk-wave .sk-rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 100px;
  text-align: center;
}
.sk-three-bounce .sk-child {
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 100%;
  margin: 4px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-cube-grid,
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}
.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
}
.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}
@-webkit-keyframes sk-three-bounce {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-spinner-pulse {
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}
.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s;
}
@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ********************
Body
******************** */
body {
  background-color: #000000;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.65);
  min-height: 100vh;
}
.grid {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.grid--narrow {
  max-width: 960px;
}
.page-template-page-newsletter .grid,
.page-template-page-thank-you .grid,
.page-template-page-1-column-centered .grid,
.page-id-108 .grid,
.page-id-110 .grid,
.page-id-112 .grid,
.page-id-22389 .grid,
.page-id-43566 .grid,
.page-id-43578 .grid {
  max-width: 960px;
}
.page-template-page-newsletter .editor.flex-col,
.page-template-page-thank-you .editor.flex-col,
.page-template-page-1-column-centered .editor.flex-col,
.page-id-108 .editor.flex-col,
.page-id-110 .editor.flex-col,
.page-id-112 .editor.flex-col,
.page-id-22389 .editor.flex-col,
.page-id-43566 .editor.flex-col,
.page-id-43578 .editor.flex-col {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  /* ********************
Editor
******************** */
  body {
    padding-top: 64px;
  }
  body.open-navigation .page-content,
  body.open-navigation .header-image,
  body.open-navigation .page-footer {
    transform: translateX(-28px);
    opacity: .2;
  }
  body.open-navigation .grid--event-top {
    opacity: 0;
  }
  .page-content,
  .header-image,
  .page-footer {
    transition: all 0.5s ease-in-out;
  }
}
/* ********************
Header
******************** */
.page-header {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  transition: background-color 0.3s ease-in-out;
}
body.fix-top .page-header {
  background-color: rgba(0, 0, 0, 0.9);
}
.page-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.page-header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
/* ***************
	Logo
	*************** */
.page-logo {
  padding: 0 20px;
}
.page-logo img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
}
/* ***************
	Navigation
	*************** */
.navigation-trigger {
  position: absolute;
  display: none;
  width: 64px;
  height: 64px;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  font-size: 0;
  overflow: hidden;
}
.navigation-trigger:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  background-image: url('/wp-content/themes/artofdance/static/images/icons/icon-menu-white.svg');
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
}
.navigation-trigger:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background-image: url('/wp-content/themes/artofdance/static/images/icons/icon-close-white.svg');
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}
body.open-navigation .navigation-trigger:before {
  transform: scale(0);
  /* transform: translateY(50px); */
}
body.open-navigation .navigation-trigger:after {
  transform: scale(1);
  /* transform: translateY(0); */
}
.main-navigation {
  /* ***********
		Socials
		*********** */
}
.main-navigation .search-form {
  display: none;
}
.main-navigation > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}
.main-navigation > ul > li > a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 32px 20px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s ease-in-out;
}
.main-navigation > ul > li > a:before,
.main-navigation > ul > li > a:after {
  position: absolute;
  width: 50%;
  background-color: #da291c;
  height: 3px;
  content: '';
  bottom: 0;
  max-width: 0;
  transition: max-width 0.25s ease-in-out;
}
.main-navigation > ul > li > a:before {
  left: 50%;
}
.main-navigation > ul > li > a:after {
  right: 50%;
}
body.desktop .main-navigation > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
body.desktop .main-navigation > ul > li > a:hover:before,
body.desktop .main-navigation > ul > li > a:hover:after {
  max-width: 50%;
}
.main-navigation > ul > li.current_page_item > a {
  color: rgba(255, 255, 255, 0.5);
}
body.single-ticket .main-navigation > ul > li.menu-item-21 > a {
  color: rgba(255, 255, 255, 0.5);
}
body.single-event .main-navigation > ul > li.menu-item-22 > a {
  color: rgba(255, 255, 255, 0.5);
}
body.single-post .main-navigation > ul > li.menu-item-10 > a {
  color: rgba(255, 255, 255, 0.5);
}
body.single-video .main-navigation > ul > li.menu-item-19 > a {
  color: rgba(255, 255, 255, 0.5);
}
body.single-photo .main-navigation > ul > li.menu-item-20 > a {
  color: rgba(255, 255, 255, 0.5);
}
.main-navigation .aod-socials {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  padding: 16px 0;
}
.main-navigation .aod-socials a {
  margin: 0 24px;
}
body.desktop .main-navigation .aod-socials a:hover svg path {
  fill: #da291c;
}
/* ***************
	Language
	*************** */
.wpml-ls-legacy-dropdown {
  position: relative;
  width: 80px;
  height: 80px;
}
.wpml-ls-legacy-dropdown:before {
  position: absolute;
  width: 1px;
  height: 40px;
  top: 20px;
  right: 0;
  background-color: #414141;
  content: '';
}
.wpml-ls-legacy-dropdown li {
  width: 80px;
  height: 80px;
}
.wpml-ls-legacy-dropdown li a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.wpml-ls-legacy-dropdown li.wpml-ls-item-en > a {
  background-image: url('/wp-content/themes/artofdance/static/images/flags/flag-en.svg');
}
.wpml-ls-legacy-dropdown li.wpml-ls-item-nl > a {
  background-image: url('/wp-content/themes/artofdance/static/images/flags/flag-nl.svg');
}
.wpml-ls-legacy-dropdown > ul {
  width: 80px;
  height: 80px;
}
.wpml-ls-legacy-dropdown > ul > li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.wpml-ls-legacy-dropdown > ul > li > ul {
  position: absolute;
  right: 50%;
  top: 0;
}
.wpml-ls-legacy-dropdown > ul > li > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.wpml-ls-legacy-dropdown > ul > li > ul > li > a {
  opacity: .5;
}
body.desktop .wpml-ls-legacy-dropdown > ul > li > ul > li > a:hover {
  opacity: 1;
}
.wpml-ls-legacy-dropdown > ul > li:hover > ul {
  display: block;
}
/* ***************
	Search
	*************** */
.search-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
body.desktop .search-trigger:hover svg path {
  fill: #da291c;
}
@media only screen and (max-width: 1023px) {
  .main-navigation > ul > li > a {
    font-size: 14px;
    padding: 33px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header {
    height: 64px;
    background-color: rgba(0, 0, 0, 0.9);
  }
  body.open-navigation .page-header {
    background-color: rgba(0, 0, 0, 0.95);
  }
  .page-header__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .page-header__right {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ***************
	Logo
	*************** */
  .page-logo img {
    width: auto;
    height: 40px;
  }
  /* ***************
	Navigation
	*************** */
  .navigation-trigger {
    display: block;
  }
  .main-navigation {
    position: fixed;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: calc(100% - 64px);
    left: 0;
    top: 64px;
    width: 100%;
    background-color: rgba(30, 30, 30, 0.98);
    transform: translateX(100%);
    z-index: 900;
    -webkit-transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .main-navigation.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .main-navigation .search-form {
    position: absolute;
    display: block;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
  .main-navigation .search-form input[type="text"] {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0 16px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-navigation .search-form input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .main-navigation .search-form input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .main-navigation .search-form input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .main-navigation .search-form input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .main-navigation .search-form .search-submit-wrapper {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #da291c;
    width: 48px;
    height: 48px;
    bottom: 0;
    right: 0;
  }
  .main-navigation .search-form .search-submit-wrapper input[type="submit"] {
    position: absolute;
    width: 48px;
    height: 48px;
    opacity: 0;
    padding: 0;
    border: none;
    -webkit-appearance: none;
    z-index: 10;
    cursor: pointer;
  }
  .main-navigation .search-form .search-submit-wrapper svg path {
    fill: white;
    transition: fill 0.2s ease-in-out;
  }
  .main-navigation > ul {
    display: block;
    width: 100%;
    padding-top: 71px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-navigation > ul > li {
    display: block;
    text-align: left !important;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    height: auto;
  }
  .main-navigation > ul > li > a {
    display: block;
    font-size: 38px;
    padding: 8px 16px;
  }
  .main-navigation .aod-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.open-navigation .main-navigation {
    transform: translateX(0);
  }
  /* ***************
	Language
	*************** */
  .wpml-ls-legacy-dropdown {
    width: 64px;
    height: 64px;
  }
  .wpml-ls-legacy-dropdown:before {
    display: none;
  }
  .wpml-ls-legacy-dropdown > ul {
    width: 64px;
    height: 64px;
  }
  .wpml-ls-legacy-dropdown > ul > li {
    width: 64px;
    height: 64px;
  }
  .wpml-ls-legacy-dropdown > ul > li > ul {
    right: auto;
    left: 50%;
  }
  .wpml-ls-legacy-dropdown > ul > li > ul > li {
    width: 64px;
    height: 64px;
  }
  /* ***************
	Search
	*************** */
  .search-trigger {
    display: none;
  }
  .search-overlay-wrapper .search-close {
    width: 64px !important;
    height: 64px !important;
  }
}
/* ********************
Slider
******************** */
.aod-slider-wrapper .mouse-follow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 28px;
  width: 56px;
  height: 56px;
  border: 2px solid white;
  border-radius: 56px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, background-position 0.6s ease-in-out;
  background-image: url('/wp-content/themes/artofdance/static/images/icons/slider-arrows.svg');
  background-size: 11px;
  background-position: bottom 17px left 21px;
  background-repeat: no-repeat;
}
.aod-slider-wrapper .mouse-follow.hide-me {
  opacity: 0 !important;
  visibility: hidden !important;
}
.aod-slider-wrapper .mouse-follow.mouse-arrow--left {
  background-position: bottom -48px left 19px;
}
body.desktop .aod-slider-wrapper:hover .mouse-follow {
  opacity: 1;
  visibility: visible;
}
.aod-slider {
  height: calc(100vh - 120px);
  max-height: 768px;
  background-color: #000000;
  /*
	.slick-arrow						{ .absolute; width: 80px; height: 100%; background-color: transparent; border: none; z-index: 10; bottom: -20px; padding: 0; margin: 0; font-size: 0; color: transparent; cursor: pointer;
		&:before						{ .absolute; width: 12px; height: 12px; border: 2px solid transparent; border-top-color: white; border-right-color: white; left: 50%; top: 50%; margin: -6px 0 0 -6px; content: ''; }
		&.slick-next					{ right: 0;
			&:before					{ transform: rotate(45deg);  }
		}
		&.slick-prev					{ left: 0;
			&:before					{ transform: rotate(-135deg); }
		}
	}
*/
}
.aod-slider .slick-list {
  height: 100%;
  z-index: 30;
  pointer-events: none;
}
.aod-slider .slick-track {
  height: 100%;
}
.aod-slider .aod-slide__inner {
  position: relative;
  height: 100%;
}
.aod-slider .aod-slide__inner:before {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  content: '';
  opacity: .75;
  background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.09999999999999%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
}
.aod-slider .aod-slide__inner:after {
  position: absolute;
  width: 100%;
  height: 160px;
  bottom: 0;
  left: 0;
  z-index: 15;
  content: '';
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.09999999999999%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
}
.aod-slider .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 80px 24px 0;
  min-width: 1400px;
}
.aod-slider .aod-slide__details {
  position: relative;
  max-width: 560px;
  z-index: 20;
  pointer-events: all;
}
.aod-slider .aod-slide__details h2 {
  margin: 8px 0;
}
.aod-slider .aod-slide__details p {
  font-size: 18px;
  line-height: 28px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.8);
}
.aod-slider .aod-slide__details .button {
  /* width: 160px; */
  width: auto;
  padding: 0 24px;
}
.aod-slider .aod-slide__video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2000px;
  height: 768px;
  pointer-events: none;
  transform: translate3D(-50%, -50%, 0);
}
.aod-slider .aod-slide__video {
  width: 100%;
  height: 100%;
  z-index: 10;
}
.aod-slider .aod-slide__backgound {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
}
.aod-slider .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  width: 1352px;
  left: 50%;
  margin-left: -676px;
  height: 9px;
  z-index: 100;
}
.aod-slider .slick-dots:before {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 4px;
  left: 0;
  background-color: #414141;
  content: '';
  z-index: 1;
}
.aod-slider .slick-dots:after {
  position: absolute;
  width: 100%;
  height: 40px;
  top: -36px;
  left: 0;
  content: '';
  z-index: 1;
}
.aod-slider .slick-dots li {
  position: relative;
  text-align: center !important;
  z-index: 10;
  flex: 1;
  cursor: pointer;
}
.aod-slider .slick-dots li:before {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000000;
  border: 2px solid #414141;
  box-shadow: 0 0 10px 3px #000000;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  margin: 0 auto;
  content: '';
  transition: border-color 0.2s ease-in-out;
}
.aod-slider .slick-dots li:after {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 4px;
  background-image: linear-gradient(-270deg, rgba(228, 61, 44, 0) 1%, #e43d2c 50%, rgba(228, 61, 44, 0) 100%);
  content: '';
  z-index: -1;
  transform-origin: 50% 50%;
  transform: scaleX(0);
}
.aod-slider .slick-dots li a {
  display: block;
}
.aod-slider .slick-dots li a span {
  display: block;
  margin-top: -40px;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.2s ease-in-out;
}
.aod-slider .slick-dots li.slick-active:before {
  border-color: #da291c;
}
.aod-slider .slick-dots li.slick-active:after {
  animation: pagination 8s forwards;
}
.aod-slider .slick-dots li.slick-active a span {
  color: #da291c;
}
.aod-slider .slick-arrow {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: transparent;
  border: none;
  z-index: 10;
  bottom: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
.aod-slider .slick-arrow.slick-next {
  right: 0;
}
.aod-slider .slick-arrow.slick-prev {
  left: 0;
}
@keyframes pagination {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media only screen and (max-width: 1400px) {
  .aod-slider .grid {
    min-width: 320px;
  }
  .aod-slider .slick-dots {
    position: relative;
    padding: 0 24px;
    width: 100%;
    left: auto;
    margin-left: 0;
  }
  .aod-slider .slick-dots:before {
    width: calc(100% - 48px);
    left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .aod-slider {
    height: calc(100vh - 184px);
  }
}
@media only screen and (max-width: 640px) {
  .aod-slider .grid {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 16px 32px;
  }
  .aod-slider .aod-slide__inner:before {
    width: 100%;
    background-image: linear-gradient(to top right, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.09999999999999%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
  }
  .aod-slider .slick-dots {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 24px;
    width: 100%;
    left: auto;
    margin-left: 0;
  }
  .aod-slider .slick-dots:before {
    display: none;
  }
  .aod-slider .slick-dots li {
    flex: 0;
    padding: 0 12px;
  }
  .aod-slider .slick-dots li:before {
    width: 7px;
    height: 7px;
  }
  .aod-slider .slick-dots li:after {
    display: none;
  }
  .aod-slider .slick-dots li a span {
    display: none;
  }
  .aod-slider .aod-slide__details {
    max-width: 100%;
  }
  .aod-slider .aod-slide__details h2 {
    font-size: 32px;
  }
  .aod-slider .aod-slide__details p {
    font-size: 14px;
    line-height: 24px;
  }
  .aod-slider .aod-slide__details .button {
    /* width: 128px; */
    width: 50%;
    max-width: 50%;
  }
}
/* ********************
Header Image
******************** */
.header-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  z-index: 400;
}
.header-image:after {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: '';
  pointer-events: none;
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.09999999999999%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
}
.header-image .header-image__inner {
  width: 100%;
}
body.search-results .header-image {
  height: 240px;
}
body.single-post .header-image,
body.single-event .header-image {
  /* padding-bottom: 64px; */
}
.header-image .grid {
  position: relative;
  padding: 0 24px;
  z-index: 10;
}
body.fix-top .header-image .grid.grid--page-title h1 {
  opacity: 0;
}
.header-image .sub-title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #da291c;
  font-size: 12px;
  margin-bottom: 16px;
}
.header-image h1 {
  margin: 0 auto;
  color: white;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 24px;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
}
.header-image .logo-wrapper {
  position: absolute;
  right: 24px;
  bottom: 28px;
}
.header-image .header-image-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-image .header-image-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.5s ease-in-out;
}
.header-image .header-image-background.custom-object-fit img {
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  /* ********************
Header Image
******************** */
  .header-image {
    height: 240px;
  }
  .header-image .grid {
    padding: 0 16px;
  }
  .header-image .sub-title {
    margin-bottom: 8px;
  }
  .header-image h1 {
    font-size: 32px;
  }
  .header-image .logo-wrapper {
    display: none;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: -12px;
  }
}
/* ********************
Page Content
******************** */
body.single-event .page-content {
  padding-top: 40px;
  margin-top: 128px /* 64px */;
}
body.home .page-content {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
body.show-homepage .page-content {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  /* ********************
Page Content
******************** */
  body.single-event .page-content {
    padding-top: 24px;
    margin-top: 0 /* 64px */;
  }
}
/* ********************
Event
******************** */
.page-section {
  padding: 40px 0;
}
.section__tile-wrapper {
  padding: 0 24px;
}
.section__tile-wrapper h2 {
  font-weight: 700;
  font-size: 26px;
  color: white;
  margin-bottom: 24px;
}
@media only screen and (max-width: 640px) {
  /* ********************
Header Image
******************** */
  .page-section {
    padding: 24px 0;
  }
  .section__tile-wrapper {
    padding: 0 16px;
  }
}
.event-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1352px;
  transition: all 0.3s ease-in-out;
}
body.fix-top .event-top {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.grid--event-top {
  position: absolute;
  max-width: 100%;
  padding: 0;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
body.fix-top .grid--event-top {
  position: fixed;
  padding-right: 0;
  top: 80px;
}
.event__artwork {
  width: 128px;
  height: 128px;
  overflow: hidden;
  box-shadow: 15px 15px 30px 0 rgba(0, 0, 0, 0.25);
}
.event__artwork img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}
.event-top__inner {
  flex: 1;
  padding-left: 16px;
}
body.single-post .event-top__inner {
  padding-left: 0;
}
.event__details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  background-color: #1e1e1e;
}
.event__details-wrapper .button {
  height: 64px;
  width: 160px;
}
.event__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1;
  padding: 0 20px;
}
.event__detail {
  padding: 0 20px;
}
.event__detail .event__detail__label {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.event__detail .event__detail__value {
  font-size: 14px;
  color: white;
}
.event__detail .event__detail__value a {
  color: white;
  text-decoration: none;
}
body.desktop .event__detail .event__detail__value a:hover {
  color: #da291c;
}
.event__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #414141;
}
.event__navigation > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.event__navigation > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 63px;
}
.event__navigation > ul > li:before {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 2px;
  left: 50%;
  margin-left: -6px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #da291c transparent;
  content: '';
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.event__navigation > ul > li > a {
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  padding: 25px 20px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s ease-in-out;
}
.event__navigation > ul > li > a:before,
.event__navigation > ul > li > a:after {
  position: absolute;
  width: 50%;
  background-color: #da291c;
  height: 3px;
  content: '';
  bottom: 0;
  max-width: 0;
  transition: max-width 0.25s ease-in-out;
}
.event__navigation > ul > li > a:before {
  left: 50%;
}
.event__navigation > ul > li > a:after {
  right: 50%;
}
body.desktop .event__navigation > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.event__navigation > ul > li.active:before {
  opacity: 1;
}
.event__navigation > ul > li.active > a {
  color: rgba(255, 255, 255, 0.5);
}
.event__navigation > ul > li.active > a:before,
.event__navigation > ul > li.active > a:after {
  max-width: 100%;
}
.general-info-wrapper {
  padding: 0 24px;
}
.general-info-wrapper .general-info-wrapper_inner {
  background-color: #1e1e1e;
  padding: 16px 24px;
}
.general-info-wrapper .general-info-wrapper_inner .editor {
  padding: 24px 24px 26px;
}
.page-section--map {
  position: relative;
  height: 530px;
  margin-bottom: 80px;
}
.page-section--map .grid {
  height: 100%;
}
.event-location-details {
  position: absolute;
  z-index: 10;
  width: 325px;
  background-color: #da291c;
  box-shadow: 30px -15px 30px 0 rgba(0, 0, 0, 0.25);
  padding: 32px;
  bottom: -78px;
  left: 24px;
  overflow: hidden;
}
.event-location-details ul {
  position: relative;
  z-index: 2;
  padding-bottom: 24px;
}
.event-location-details ul li {
  margin-bottom: 24px;
}
.event-location-details ul li span {
  display: block;
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.event-location-details ul li p {
  color: white;
  font-size: 16px;
}
.event-location-details .button {
  position: relative;
  z-index: 2;
}
.event-location-details .event-impression {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: -8px;
  opacity: .4;
}
.event-location-details .event-impression:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  content: '';
  z-index: 1;
  background-image: linear-gradient(to bottom, #da291c, rgba(218, 41, 28, 0));
}
.event-location-details .event-impression img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(1);
}
.event-map {
  position: absolute;
  height: 440px;
  width: 100%;
  top: 95px;
  left: 0;
}
.event-map > div {
  height: 500px !important;
}
.event-map iframe {
  height: 100% !important;
  width: 100% !important;
}
@media only screen and (max-width: 1180px) {
  .event__details-wrapper .button {
    width: 144px;
  }
  .event__details {
    padding: 0 12px;
  }
  .event__detail {
    padding: 0 12px;
  }
  .event__navigation > ul > li > a {
    padding: 25px 12px;
  }
}
@media only screen and (max-width: 1023px) {
  /* ********************
Event
******************** */
  .event__artwork {
    width: 64px;
    height: 64px;
  }
  .event-top__inner {
    padding-left: 8px;
  }
  .event__navigation {
    width: calc(100% + 72px);
    margin-left: -72px;
  }
}
@media only screen and (max-width: 880px) {
  /* ********************
Event
******************** */
  .event__details-wrapper .button {
    display: none;
    width: auto;
  }
  .event__details-wrapper .button span {
    display: none;
  }
  .event__detail .event__detail__value {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  /* ********************
Event
******************** */
  .grid--event-top {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    top: 64px !important;
  }
  .event-top__inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-left: 64px;
    width: calc(100% + 64px);
    margin-left: -64px;
    border-bottom: 1px solid #414141;
  }
  .event-top__inner:before {
    position: absolute;
    width: 26px;
    height: 46px;
    bottom: 0;
    right: 0;
    z-index: 5;
    content: '';
    pointer-events: none;
    background-image: linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.09999999999999%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
  }
  .event-top__inner:after {
    position: absolute;
    width: 26px;
    height: 46px;
    bottom: 0;
    left: 0;
    z-index: 5;
    content: '';
    pointer-events: none;
    background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.09999999999999%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
  }
  body.single-post .event-top__inner {
    width: 100%;
    margin-left: 0;
    border-bottom: none;
  }
  body.single-post .event-top__inner:before,
  body.single-post .event-top__inner:after {
    display: none;
  }
  .event__details {
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4px 12px;
    width: 100%;
  }
  .event__details.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  body.single-post .event__details {
    width: 100%;
  }
  .event__detail {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    max-width: 33.33333%;
    padding: 0 4px;
  }
  .event__detail .event__detail__label {
    font-size: 8px;
    margin-bottom: 4px;
  }
  .event__detail .event__detail__value {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.single-post .event__detail {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
  .event__navigation {
    background-color: rgba(0, 0, 0, 0.9);
    width: calc(100% + 64px);
    margin-left: -64px;
    border-bottom: none;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .event__navigation > ul {
    display: block;
    white-space: nowrap;
    padding: 0 8px;
  }
  .event__navigation > ul > li {
    display: inline-block;
    font-size: 0;
    margin: 0 8px;
    height: 47px;
  }
  .event__navigation > ul > li > a {
    padding: 17px 0;
  }
  .button.button--facebook:after {
    float: right;
    width: 19px;
    margin-right: -19px;
    height: 100%;
    content: '';
  }
  .button.button--facebook span {
    width: 111px;
  }
  .general-info-wrapper {
    padding: 0;
  }
  .general-info-wrapper .general-info-wrapper_inner {
    display: block;
    padding: 0 0 26px;
  }
  .general-info-wrapper .general-info-wrapper_inner .editor {
    padding: 20px 16px 0;
  }
  .general-info-wrapper .general-info-wrapper_inner .editor p,
  .general-info-wrapper .general-info-wrapper_inner .editor ul li,
  .general-info-wrapper .general-info-wrapper_inner .editor ol li {
    font-size: 14px;
    line-height: 24px;
  }
  .page-section--map {
    height: auto;
    margin-bottom: 0;
  }
  .page-section--map .grid {
    height: auto;
  }
  .event-location-details {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 32px 16px;
  }
  .event-map {
    position: relative;
    top: auto;
  }
}
/* ********************
Cards
******************** */
.items-grid {
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 12px 12px;
}
.items-grid.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
body.home .items-grid {
  margin-top: 32px;
}
.item {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  max-width: 25%;
  position: relative;
  padding: 12px;
}
.item.item--hide {
  display: none;
}
.item__inner {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
  padding-top: 145%;
  width: 100%;
  overflow: hidden;
  background-color: #1e1e1e;
}
.item__inner.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.item__inner:before {
  position: absolute;
  width: 101%;
  height: 150%;
  bottom: 48px;
  left: 0;
  z-index: 5;
  content: '';
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
  background-image: linear-gradient(to top, #1f1f1f 0%, rgba(31, 31, 31, 0.738) 19%, rgba(31, 31, 31, 0.541) 34%, rgba(31, 31, 31, 0.382) 47%, rgba(31, 31, 31, 0.278) 56.5%, rgba(31, 31, 31, 0.194) 65%, rgba(31, 31, 31, 0.126) 73%, rgba(31, 31, 31, 0.075) 80.2%, rgba(31, 31, 31, 0.042) 86.09999999999999%, rgba(31, 31, 31, 0.021) 91%, rgba(31, 31, 31, 0.008) 95.2%, rgba(31, 31, 31, 0.002) 98.2%, rgba(31, 31, 31, 0) 100%);
}
.item__inner:after {
  position: absolute;
  width: 101%;
  height: calc(100% - 48px);
  background-color: #da291c;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  content: '';
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
  mix-blend-mode: multiply;
}
body.desktop .item__inner:hover:after {
  opacity: 1;
}
body.desktop .item__inner:hover .item__thumbnail img {
  transform: scale(1.15);
}
.item__logo {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  /* margin-top: 32px; */
  height: 100px;
  transition: all 0.4s ease-in-out;
}
.item__logo img.size-full {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100px;
}
.item__content {
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.item__details {
  display: block;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
  text-align: left !important;
  z-index: 10;
  width: 100%;
  text-decoration: none;
}
.item__details.item-details--card {
  padding: 0 32px 24px;
}
@media only screen and (max-width: 767px) {
  .item__details.item-details--card {
    padding-bottom: 32px;
  }
}
.item__details h2 {
  font-size: 50px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
}
.item__details h3 {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin: 8px 0 10px;
  line-height: 1.2;
}
.item__details p {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.65);
}
.item__details .item__date {
  font-size: 14px;
  color: white;
}
.item__label {
  position: relative;
  text-align: center !important;
  padding-left: 30px;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 28px;
  height: 30px;
  width: 86px;
  background-color: #1e1e1e;
  margin-bottom: 24px;
}
.item__label:before {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #000000;
  content: '';
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.item__label.item__label--event:before {
  background-image: url('/wp-content/themes/artofdance/static/images/icons/icon-calendar-red.svg');
  background-size: 15px;
}
.item__label.item__label--news:before {
  background-image: url('/wp-content/themes/artofdance/static/images/icons/icon-news-red.svg');
  background-size: 17px;
}
.item__label.item__label--video:before {
  background-image: url('/wp-content/themes/artofdance/static/images/icons/icon-video-red.svg');
  background-size: 11px;
}
.item__label.item__label--photo:before {
  background-image: url('/wp-content/themes/artofdance/static/images/icons/icon-photo-red.svg');
  background-size: 16px;
}
.item__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  margin: 40px -5px 0;
}
.item__buttons .button {
  margin: 0 5px;
}
.item__buttons.item__buttons--card {
  margin: 0;
  width: 100%;
}
.item__buttons.item__buttons--card .button {
  width: 50%;
  margin: 0;
}
body.desktop .item__buttons.item__buttons--card .button--black:hover {
  color: #da291c;
}
.item__thumbnail {
  position: absolute;
  width: 100%;
  height: calc(100% - 48px);
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
.item__thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.5s ease-in-out;
}
/* *************
		Ticket
		************* */
.item--ticket .item__inner {
  padding-top: calc(145% - 48px);
}
.item--ticket .item__buttons .button {
  width: 100%;
}
/* *************
		Sold Out
		************* */
.item--sold-out:after {
  position: absolute;
  width: 88px;
  height: 88px;
  top: 12px;
  right: 12px;
  pointer-events: none;
  background-image: url('/wp-content/themes/artofdance/static/images/sold-out-label.svg');
  background-size: 88px;
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  z-index: 20;
}
body.page-template-page-tickets .item--sold-out:after {
  display: none;
}
.item--sold-out .item__buttons .button--red {
  pointer-events: none;
  background-color: #373737;
  color: rgba(255, 255, 255, 0.2);
}
/* *************
		Tickets Sale Stars
		************* */
.item--no-tickets .item__buttons .button--red {
  pointer-events: none;
  background-color: #373737;
  color: rgba(255, 255, 255, 0.2);
}
/* ********************
Pagination
******************** */
.navigation.pagination {
  width: 100%;
  margin: 64px auto 0;
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  text-align: center !important;
  padding: 0 12px;
}
.navigation.pagination .nav-links a.page-numbers {
  display: inline-block;
  text-align: center !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  height: 50px;
  width: 48px;
  line-height: 48px;
  margin: 0 5px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}
.navigation.pagination .nav-links a.page-numbers.current {
  background-color: #1e1e1e;
  color: #da291c;
}
.navigation.pagination .nav-links a.page-numbers.next {
  float: right;
  color: white;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.navigation.pagination .nav-links a.page-numbers.prev {
  float: left;
  color: white;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.navigation.pagination .nav-links a.page-numbers.next,
.navigation.pagination .nav-links a.page-numbers.prev {
  width: 140px;
  margin: 0;
  padding: 0 32px;
  border: 2px solid #1e1e1e;
  line-height: 47px;
}
body.desktop .navigation.pagination .nav-links a.page-numbers:hover {
  color: white;
  background-color: #da291c;
  border-color: #da291c;
}
.navigation.pagination .nav-links span {
  display: inline-block;
  text-align: center !important;
  cursor: default;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  height: 50px;
  width: 48px;
  line-height: 48px;
  margin: 0 5px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}
.navigation.pagination .nav-links span.current {
  background-color: #1e1e1e;
  color: #da291c;
}
@media only screen and (max-width: 767px) {
  .navigation.pagination .nav-links {
    padding: 0;
  }
  .navigation.pagination .nav-links a.page-numbers {
    font-size: 13px;
    width: 32px;
    height: 32px;
    line-height: 33px;
    padding: 0 !important;
    margin: 0;
  }
  .navigation.pagination .nav-links a.page-numbers.next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent white;
    content: '';
  }
  .navigation.pagination .nav-links a.page-numbers.prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 8px 4px 0;
    border-color: transparent white transparent transparent;
    content: '';
  }
  .navigation.pagination .nav-links a.page-numbers.next,
  .navigation.pagination .nav-links a.page-numbers.prev {
    position: relative;
    font-size: 0;
    width: 32px;
    height: 32px;
    line-height: 0;
  }
  .navigation.pagination .nav-links span {
    font-size: 13px;
    width: 32px;
    height: 32px;
    line-height: 31px;
  }
}
@supports (-ms-ime-align: auto) {
  .item__inner:before {
    bottom: 0;
  }
  .item__inner:after {
    height: 100%;
  }
  body.desktop .item__inner:hover:after {
    opacity: .5;
  }
  .item__thumbnail {
    height: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .item__inner:before {
    bottom: 0;
  }
  .item__inner:after {
    height: 100%;
  }
  body.desktop .item__inner:hover:after {
    opacity: .5;
  }
  .item__thumbnail {
    height: 100%;
  }
}
@media only screen and (max-width: 1180px) {
  .item {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (max-width: 1023px) {
  .item {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .items-grid {
    padding: 0 16px;
  }
  .item {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    padding: 8px 0;
  }
}
/* ********************
Media Slider
******************** */
.media-slider .slick-list .slick-track .slick-slide {
  padding: 12px;
}
.media-slider .slick-list .slick-track .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.media-slider .slick-list .slick-track .slick-slide a .item__label {
  position: absolute;
  width: 30px;
  top: 24px;
  left: 24px;
  z-index: 1;
}
.media-slider .slick-list .slick-track .slick-slide a p {
  position: absolute;
  width: 100%;
  color: white;
  font-size: 14px;
  padding: 24px;
  z-index: 1;
  bottom: 0;
  left: 0;
  line-height: 1.3;
}
.media-slider .slick-list .slick-track .slick-slide a p:before {
  position: absolute;
  width: 100%;
  height: 104px;
  bottom: 0;
  left: 0;
  z-index: 5;
  opacity: .75;
  content: '';
  pointer-events: none;
  z-index: -1;
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.09999999999999%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
}
.media-slider .slick-list .slick-track .slick-slide a img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.media-slider .slick-list .slick-track .slick-slide a img.video-thumb {
  transform: scale(1.8);
}
.media-slider .slick-arrow {
  position: absolute;
  width: 68px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  z-index: 10;
  top: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
.media-slider .slick-arrow:before {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: white;
  border-right-color: white;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  content: '';
}
.media-slider .slick-arrow.slick-next {
  right: 0;
}
.media-slider .slick-arrow.slick-next:before {
  transform: rotate(45deg);
}
.media-slider .slick-arrow.slick-prev {
  left: 0;
}
.media-slider .slick-arrow.slick-prev:before {
  transform: rotate(-135deg);
}
.media-slider.video-slider {
  padding: 0 24px;
}
.media-slider.video-slider .slick-arrow.slick-next {
  right: 24px;
}
.media-slider.video-slider .slick-arrow.slick-next:before {
  margin: -10px 0 0 -16px;
}
.media-slider.video-slider .slick-arrow.slick-prev {
  left: 24px;
}
.media-slider.video-slider .slick-arrow.slick-prev:before {
  margin: -10px 0 0 -8px;
}
.media-slider.video-slider .slick-list {
  padding: 24px;
}
.media-slider.video-slider .slick-list .slick-track {
  background-color: #1e1e1e;
}
.media-slider.video-slider .slick-list .slick-track .slick-slide {
  padding: 24px 80px;
}
.media-slider.video-slider .slick-list .slick-track .slick-slide a {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 40%;
}
@media only screen and (max-width: 1023px) {
  /* ********************
Media Slider
******************** */
  .media-slider .slick-list .slick-track .slick-slide {
    padding: 8px;
  }
  .media-slider .slick-arrow {
    width: 32px;
  }
  .media-slider .slick-arrow:before {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
  }
  .media-slider .slick-arrow.slick-next {
    right: 0;
  }
  .media-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .media-slider.video-slider .slick-list .slick-track .slick-slide a {
    padding-bottom: 65%;
  }
}
@media only screen and (max-width: 767px) {
  /* ********************
Media Slider
******************** */
  .media-slider.video-slider {
    padding: 0;
  }
  .media-slider.video-slider .slick-list .slick-track .slick-slide {
    padding: 0;
  }
  .media-slider.video-slider .slick-list .slick-track .slick-slide a {
    padding-bottom: 65%;
  }
  .media-slider.video-slider .slick-arrow.slick-next {
    right: 0;
  }
  .media-slider.video-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
/* ********************
Artists
******************** */
.aod-tabs-wrapper--artists {
  margin: 8px auto 24px;
}
.artists {
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px;
}
.artists.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.artist {
  -webkit-flex-basis: 33.33333%;
  -ms-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  max-width: 33.33333%;
  padding: 12px;
}
.artist__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  width: 100%;
  background-color: #1e1e1e;
}
.artist__thumbnail {
  width: 72px;
  height: 72px;
  overflow: hidden;
}
.artist__thumbnail img {
  display: block;
  width: 72px;
  height: 72px;
}
.artist__title {
  flex: 1;
  font-weight: normal;
  font-size: 18px;
  color: white;
  padding: 0 32px;
}
@media only screen and (max-width: 1023px) {
  /* ********************
Artists
******************** */
  .artist {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  /* ********************
Artists
******************** */
  .artist {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* ********************
Artists
******************** */
  .artist {
    padding: 8px 4px;
  }
}
/* ********************
Search Results
******************** */
.search-results-wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px;
  margin-top: 24px;
}
.search-results-wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.search-result {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  max-width: 50%;
  padding: 12px;
}
.search-result__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 143px;
  width: 100%;
  background-color: #1e1e1e;
}
.search-result__thumbnail {
  position: relative;
  width: 143px;
  height: 143px;
  overflow: hidden;
}
.search-result__thumbnail .item__label {
  position: absolute;
  top: 12px;
  left: 12px;
}
.search-result__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-result__text {
  position: relative;
  flex: 1;
  padding: 20px 24px 24px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
}
.search-result__text:before {
  position: absolute;
  width: 100%;
  height: 32px;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: '';
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), #1e1e1e 90%);
}
.search__title {
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 8px 0;
  line-height: 1.2;
}
.search__title a {
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 880px) {
  body.search-results .header-image {
    height: 180px;
  }
  /* ********************
Search Results
******************** */
  .search-results-wrapper {
    padding: 0 8px;
    margin-top: 8px;
  }
  .search-result {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    padding: 8px;
  }
  .search-result__inner {
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
  }
  .search-result__inner.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .search-result__thumbnail {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .search-result__text {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}
/* ********************
Archive Top
******************** */
.archive-top {
  margin: 48px 0 16px;
}
@media only screen and (max-width: 767px) {
  .archive-top {
    display: none;
  }
}
body.blog .archive-top,
body.category .archive-top {
  margin-top: 16px;
}
.archive-top .grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
}
.archive-top .grid h5 {
  float: left;
  position: relative;
  padding-right: 16px;
  z-index: 500;
  margin-top: -32px;
  padding-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  font-weight: normal;
}
.archive-top .grid h5:before {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 4px;
  left: 0;
  background-color: #414141;
  content: '';
  z-index: 1;
}
.archive-top .grid h5:after {
  position: absolute;
  display: none;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background-image: linear-gradient(-270deg, rgba(228, 61, 44, 0) -10%, #e43d2c 50%, rgba(228, 61, 44, 0) 110%);
  content: '';
  z-index: -1;
}
.archive-top .grid h5 span {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
}
.archive-top .grid h5 span svg {
  position: absolute;
  right: 0;
  top: 1px;
  width: 12px;
  height: 12px;
}
.archive-top .grid h5.active {
  border-bottom-color: transparent !important;
}
.archive-top .grid h5.active:after {
  display: block !important;
}
.archive-top .grid h5.active:after h5 {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px solid #414141;
  padding-bottom: 22px;
}
.archive-top .grid h5.active:after h5:before {
  display: none;
}
.archive-top .grid h5.active span svg {
  transform: rotate(180deg);
}
.archive-top .grid.block {
  display: block !important;
}
.archive-top .grid.block h5 {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px solid #414141;
  padding-bottom: 22px;
}
.archive-top .grid.block h5:before {
  display: none;
}
.archive-top ul {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
  height: 9px;
  z-index: 500;
}
.archive-top ul.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.archive-top ul:before {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 4px;
  left: 0;
  background-color: #414141;
  content: '';
  z-index: 1;
}
.archive-top ul li {
  position: relative;
  text-align: center !important;
  padding: 0 12px;
  z-index: 10;
  cursor: pointer;
}
.archive-top ul li:before {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000000;
  border: 2px solid #414141;
  box-shadow: 0 0 10px 3px #000000;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  margin: 0 auto;
  content: '';
  transition: border-color 0.2s ease-in-out;
}
.archive-top ul li:after {
  position: absolute;
  display: none;
  width: 100%;
  height: 1px;
  left: 0;
  top: 4px;
  background-image: linear-gradient(-270deg, rgba(228, 61, 44, 0) 1%, #e43d2c 50%, rgba(228, 61, 44, 0) 100%);
  content: '';
  z-index: -1;
  transform-origin: 50% 50%;
}
.archive-top ul li a {
  display: block;
  text-decoration: none;
}
.archive-top ul li a span {
  display: block;
  margin-top: -40px;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  transition: color 0.2s ease-in-out;
}
.archive-top ul li.active:before {
  border-color: #da291c;
}
.archive-top ul li.active:after {
  display: block;
}
.archive-top ul li.active a span {
  color: #da291c !important;
}
.archive-top ul.category-filter--dropdown {
  display: none;
  /*  .absolute; */
  height: auto;
  width: 100%;
  padding: 12px 0;
}
.archive-top ul.category-filter--dropdown:after {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(-270deg, rgba(228, 61, 44, 0) -10%, #e43d2c 50%, rgba(228, 61, 44, 0) 110%);
  content: '';
  z-index: -1;
}
.archive-top ul.category-filter--dropdown:before {
  display: none;
}
.archive-top ul.category-filter--dropdown li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left !important;
  -webkit-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  max-width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
  cursor: default;
}
.archive-top ul.category-filter--dropdown li:before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px 0 0;
  box-shadow: none;
  background-color: #1e1e1e;
}
.archive-top ul.category-filter--dropdown li:after {
  display: none;
}
.archive-top ul.category-filter--dropdown li a span {
  color: #414141;
  margin-top: 0;
}
.archive-top ul.category-filter--dropdown li.active a span {
  color: #da291c;
}
.archive-top ul.category-filter--dropdown.category-filter--dropdown-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.archive-top ul.category-filter--normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.archive-top ul.category-filter--normal:after {
  display: none;
}
.archive-top ul.category-filter--normal li a span {
  color: #414141;
}
@media only screen and (max-width: 1200px) {
  /* ********************
Archive Top
******************** */
  .archive-top ul.category-filter--dropdown li {
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 820px) {
  /* ********************
Archive Top
******************** */
  .archive-top ul.category-filter--dropdown li {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    max-width: 33.33333%;
  }
}
/* ********************
Share
******************** */
.aod-social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aod-social-buttons li {
  width: 64px;
  height: 64px;
}
.aod-social-buttons li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 64px;
}
.aod-social-buttons li a svg path {
  fill: white;
}
.aod-social-buttons li.rrssb-facebook {
  background-color: #3b5998;
}
.aod-social-buttons li.rrssb-twitter {
  background-color: #00aced;
}
.aod-social-buttons li.rrssb-whatsapp {
  background-color: #4dc247;
}
/* ********************
Tickets
******************** */
.tickets-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px 0;
}
.tickets-info {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  max-width: 50%;
  background-color: #1e1e1e;
  padding: 40px;
}
.tickets-info .ticket-info {
  margin-bottom: 16px;
  border-bottom: 1px solid #414141;
}
.tickets-info .ticket-info h4 {
  cursor: pointer;
  font-size: 20px;
  color: white;
  margin-bottom: 16px;
  background-image: url('/wp-content/themes/artofdance/static/images/icons/icon-minus-red.svg');
  background-size: 14px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 32px;
}
.tickets-info .ticket-info .editor {
  display: none;
}
.tickets-info .ticket-info .editor p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}
.tickets-info .ticket-info.accordeon-tab_active h4 {
  background-image: url('/wp-content/themes/artofdance/static/images/icons/icon-plus-red.svg');
}
.tickets-info .ticket-info:first-child .editor {
  display: block;
}
.tickets-info .ticket-info:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.tickets-info .buttons-wrapper {
  max-width: 260px;
}
.tickets-info .buttons-wrapper .button {
  margin-top: 8px;
}
body.page-template-page-tickets .tickets-info:nth-child(2) {
  padding-left: 12px;
}
.button--ticketshop {
  display: none !important;
  margin-bottom: 16px;
  height: 72px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}
.ticket-iframe-wrapper {
  position: relative;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  max-width: 50%;
  background-color: #1e1e1e;
}
.ticket-iframe-wrapper iframe {
  width: 100%;
}
.ticket-iframe-wrapper__border {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.ticket-iframe-wrapper__soon {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
body.page-template-page-company .page-section,
body.single-ticket .page-section {
  padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  /* ********************
Tickets
******************** */
  .tickets-info-wrapper {
    display: block;
  }
  .tickets-info {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    padding: 24px 24px 8px;
  }
  .button--ticketshop {
    display: flex !important;
  }
  .ticket-iframe-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* ********************
Tickets
******************** */
  .tickets-info-wrapper {
    padding: 8px 16px 0;
  }
}
/* ********************
Forms
******************** */
.gform_wrapper {
  padding: 28px;
}
.gform_wrapper form .validation_error {
  margin: 12px;
  padding: 12px;
  border: 1px solid #da291c;
  color: #da291c;
  background-color: rgba(218, 41, 28, 0.15);
}
.gform_wrapper form .gform_confirmation_wrapper {
  margin: 40px;
  padding: 12px;
  border: 1px solid #26c580;
  color: #26c580;
  background-color: rgba(38, 197, 128, 0.15);
}
.gform_wrapper form .gform_heading h3 {
  font-size: 20px;
  color: white;
  padding: 12px;
}
.gform_wrapper form .gform_body .gform_fields {
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gform_wrapper form .gform_body .gform_fields.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.gform_wrapper form .gform_body .gform_fields .gfield {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  max-width: 50%;
  padding: 12px;
  background: transparent;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #da291c;
  font-size: 12px;
}
.gform_wrapper form .gform_body .gform_fields .gfield input[type="text"],
.gform_wrapper form .gform_body .gform_fields .gfield input[type="email"],
.gform_wrapper form .gform_body .gform_fields .gfield input[type="password"],
.gform_wrapper form .gform_body .gform_fields .gfield input[type="number"],
.gform_wrapper form .gform_body .gform_fields .gfield textarea {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 12px;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
  border-radius: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield textarea {
  resize: none;
  height: 144px;
}
.gform_wrapper form .gform_body .gform_fields .gfield:nth-last-child(2) {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  max-width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield ul li {
  background: transparent;
  padding-left: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield ul li label {
  font-size: 14px;
  margin-left: 8px;
}
.gform_wrapper form .gform_body .gfield_description {
  font-size: 12px;
  color: white;
  margin-top: 8px;
}
.gform_wrapper form .gform_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
  padding: 12px;
}
.gform_wrapper form .gform_footer .gform_button {
  background-color: #da291c;
  border: none;
  width: 128px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border-radius: 0;
}
.gform_wrapper form .gform_ajax_spinner {
  display: none;
}
.gform_confirmation_wrapper {
  position: relative;
  background-color: #26c580;
  color: white;
  padding: 17px 17px 17px 65px;
  font-size: 14px;
}
.gform_confirmation_wrapper:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 48px;
  height: 100%;
  background-color: #22b072;
  background-image: url('/wp-content/themes/artofdance/static/images/icons/icon-check-white.svg');
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  /* ********************
Forms
******************** */
  .gform_wrapper {
    padding: 16px 0 24px;
  }
  .gform_wrapper form .gform_heading h3 {
    padding: 12px 16px;
  }
  .gform_wrapper form .gform_body .gform_fields {
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gform_wrapper form .gform_body .gform_fields.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .gform_wrapper form .gform_body .gform_fields .gfield {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    padding: 8px 16px;
  }
  .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
    display: none;
  }
  .gform_wrapper form .gform_footer {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
  .gform_wrapper form .gform_footer .gform_button {
    width: 100%;
  }
}
/* ********************
404
******************** */
.grid--404 {
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .grid--404 {
    padding: 0 16px;
  }
}
/* ********************
Company
******************** */
.grid--company {
  padding: 0 24px;
}
.grid--company .company-content {
  background-color: #1e1e1e;
}
.grid--company .contact-details {
  background-color: #da291c;
}
.grid--company .contact-details .editor p {
  color: white;
}
.grid--company .contact-details .buttons-wrapper {
  padding-top: 4px;
}
.grid--company .contact-details .buttons-wrapper .button {
  margin-top: 8px;
}
.grid--company .company-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.grid--company .company-image img {
  display: block;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.grid--company .company-image.custom-object-fit img {
  opacity: 0;
}
.grid--company .form-wrapper .gform_confirmation_wrapper {
  margin: 40px;
}
.grid--company .map-wrapper {
  overflow: hidden;
  min-height: 556px;
}
.grid--company .map-wrapper .company-map {
  height: calc(100% + 24px);
}
.grid--company .editor {
  padding: 40px 40px 12px;
}
@media only screen and (max-width: 1180px) {
  /* ********************
Company
******************** */
  .grid--company {
    padding: 0 24px;
  }
  .grid--company .company-aod {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
  }
  .grid--company .company-aod .editor {
    padding-bottom: 40px;
  }
  .grid--company .contact-details {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
  }
  .grid--company .contact-details .editor {
    padding-bottom: 40px;
  }
  .grid--company .company-image {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
  .grid--company .form-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
  .grid--company .map-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  /* ********************
Company
******************** */
  .grid--company {
    padding: 0;
  }
  .grid--company .company-aod {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
  .grid--company .contact-details {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
  .grid--company .form-wrapper .gform_confirmation_wrapper {
    margin: 32px 16px;
  }
  .grid--company .editor {
    padding: 32px 16px 32px !important;
  }
}
/* ********************
Cookies
******************** */
#cookie-notice {
  background-color: #1e1e1e;
}
#cookie-notice .cookie-notice-container {
  text-align: left !important;
  display: flex;
  flex-direction: row;
  max-width: 1400px;
  margin: 0 auto;
}
#cn-notice-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  opacity: 0.7;
}
#cn-notice-buttons {
  display: flex;
  justify-content: flex-end;
}
#cn-notice-buttons .cn-button {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  height: 48px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 8px;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  text-shadow: none;
  background: #da291c;
  border: 0;
  padding: 16px 32px;
}
#cn-notice-buttons #cn-refuse-cookie,
#cn-notice-buttons #cn-more-info {
  background-color: #000;
}
@media only screen and (max-width: 1023px) {
  /* ********************
Cookies
******************** */
  #cookie-notice .cookie-notice-container {
    flex-direction: column;
  }
  #cn-notice-buttons {
    justify-content: flex-start;
    flex-direction: column;
    margin-left: -10px;
    margin-top: 12px;
  }
  #cn-notice-buttons .cn-button {
    width: 100%;
    margin-bottom: 10px;
  }
  #cn-notice-buttons .cn-button:last-child {
    margin-bottom: 0;
  }
}
/* ********************
Cookies (old)
******************** */
/*
.cookie-wrapper								{ .fixed; width: 100%; left: 0; bottom: 0; z-index: 900; padding: 16px 0;
	.grid									{ padding: 0 24px;
		.cookie-notification				{ .flex; .align-middle; padding: 24px; background-color: @antreciet; box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
			p								{ line-height: 1.3; padding-right: 24px;
				a							{ color: @red; }
			}
			.button							{ width: 168px; min-width: 168px; }
		}
	}
}
*/
/* ********************
Cookies (old)
******************** */
/*
@media only screen and (max-width: 640px) {
	
.cookie-wrapper								{
	.grid									{ padding: 0 16px;
		.cookie-notification				{ .block; padding: 16px;
			p								{ padding-right: 0; margin-bottom: 16px; font-size: 14px; }
			.button							{ width: 100%; min-width: 100%; }
		}
	}
}
}
*/
/* ********************
Buttons
******************** */
.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-align: center !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  height: 48px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 8px;
  transition: all 0.2s ease-in-out;
}
.button > span > span {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
.button.button--red {
  background-color: #da291c;
}
body.desktop .button.button--red:hover {
  background-color: #b62217;
}
.button.button--black {
  background-color: #1e1e1e;
}
.button.button--white {
  background-color: white;
  color: #000000;
}
.button.button--white-outline {
  border: 2px solid white;
  color: white;
}
.button.button--facebook {
  margin-left: 0;
  border: 2px solid #3b5998;
  font-size: 14px;
  height: 40px;
  padding: 0;
  margin-right: 16px;
  background-color: rgba(59, 89, 152, 0.25);
}
.button.button--facebook .button__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #3b5998;
  width: 40px;
  height: 40px;
}
.button.button--facebook span {
  padding: 0 12px;
}
body.desktop .button.button--facebook:hover {
  background-color: #3b5998;
}
.button.button--not-active {
  pointer-events: none;
  background-color: #da291c;
  color: rgba(255, 255, 255, 0.2);
}
.button.button--not-active.button--antreciet {
  background-color: #1e1e1e;
}
.button.button--not-active.button--antreciet-light {
  background-color: #373737;
}
/* ********************
Search
******************** */
.search-overlay-wrapper {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 99999;
}
.search-overlay-wrapper .search-overlay-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.search-overlay-wrapper .search-overlay-inner .search-overlay {
  display: table-cell;
  vertical-align: middle;
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .search-overlay-wrapper .search-overlay-inner .search-overlay .grid {
    padding: 0 16px;
  }
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form {
  position: relative;
  top: 50%;
  margin-bottom: 70px;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"] {
  display: block;
  width: 100%;
  font-size: 24px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 767px) {
  .search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form input[type="text"] {
    font-size: 20px;
    padding: 16px 8px;
  }
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form .search-submit-wrapper {
  position: absolute;
  width: 62px;
  height: 62px;
  bottom: 0;
  right: 0;
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form .search-submit-wrapper input[type="submit"] {
  position: absolute;
  width: 62px;
  height: 62px;
  opacity: 0;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  z-index: 10;
  cursor: pointer;
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form .search-submit-wrapper svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  fill: white;
  pointer-events: none;
  z-index: 1;
}
.search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form .search-submit-wrapper svg path {
  fill: rgba(255, 255, 255, 0.2);
  transition: fill 0.2s ease-in-out;
}
body.desktop .search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form .search-submit-wrapper:hover svg path {
  fill: white;
}
body.open-search-form .search-overlay-wrapper .search-overlay-inner .search-overlay .grid .search-form {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.search-overlay-wrapper .search-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 22px 20px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}
.search-overlay-wrapper .search-close svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  fill: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.desktop .search-overlay-wrapper .search-close:hover {
  background-color: #961c13;
}
/* ********************
Video
******************** */
.grid--video {
  padding: 0 24px;
}
.video-wrapper {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* ********************
Photo
******************** */
.image-gallery {
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.image-gallery.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.image-gallery .item--image {
  -webkit-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  max-width: 20%;
  padding: 12px;
}
.image-gallery .item--image > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.image-gallery .item--image > a:after {
  position: absolute;
  width: 101%;
  height: 100%;
  background-color: #da291c;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  content: '';
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
  mix-blend-mode: multiply;
}
.image-gallery .item--image > a img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
}
body.desktop .image-gallery .item--image > a:hover:after {
  opacity: 1;
}
body.desktop .image-gallery .item--image > a:hover img {
  transform: scale(1.15);
}
@media only screen and (max-width: 1023px) {
  /* ********************
Photo
******************** */
  .image-gallery .item--image {
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  /* ********************
Photo
******************** */
  .image-gallery .item--image {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (max-width: 640px) {
  /* ********************
Photo
******************** */
  .image-gallery {
    margin: 0 -8px;
  }
  .image-gallery .item--image {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
    padding: 8px;
  }
}
/* ********************
Full Width Image
******************** */
.full-image {
  position: relative;
}
.full-image .grid {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  top: 0;
  z-index: 10;
  left: 50%;
  margin-left: -700px;
  padding: 0 24px 32px;
  line-height: 1.3;
}
.full-image img {
  display: block;
  width: 100%;
  height: auto;
}
.full-image:before {
  position: absolute;
  width: 100%;
  height: 128px;
  bottom: 0;
  left: 0;
  z-index: 5;
  opacity: .75;
  content: '';
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.09999999999999%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 1400px) {
  /* ********************
Photo
******************** */
  .full-image .grid {
    left: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* ********************
Photo
******************** */
  .full-image .grid {
    position: relative;
    top: auto;
    height: auto;
    margin-top: 16px;
    padding: 0 16px 0;
  }
  .full-image .grid p {
    font-size: 12px;
  }
}
/* ********************
Reviews
******************** */
.reviews {
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 24px 0;
}
.reviews.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.reviews .review__grade {
  position: relative;
  text-align: center !important;
  width: 116px;
  height: 116px;
  background-color: #da291c;
  padding: 26px 0;
  overflow: hidden;
  margin-right: 20px;
}
.reviews .review__grade-inner span {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
}
.reviews .review__score {
  font-size: 50px;
  font-weight: 700;
  color: white;
}
.reviews .reviews-slider {
  width: calc(100% - 136px);
}
.reviews .reviews-slider .slick-dots {
  text-align: center !important;
}
.reviews .reviews-slider .slick-dots li {
  position: relative;
  text-align: center !important;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}
.reviews .reviews-slider .slick-dots li button {
  display: block;
  width: 9px;
  height: 9px;
  background-color: #000000;
  border: 2px solid #414141;
  box-shadow: 0 0 10px 3px #000000;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  margin: 0 auto;
  border-color: #da291c;
  transition: border-color 0.2s ease-in-out;
}
.reviews .reviews-slider .slick-dots li.slick-active:before {
  border-color: #da291c;
}
.reviews .reviews-slider .slick-dots li.slick-active:after {
  animation: pagination 8s forwards;
}
.reviews .reviews-slider .slick-dots li.slick-active a span {
  color: #da291c;
}
.reviews .review {
  padding: 0 20px 16px;
  background-image: url('/wp-content/themes/artofdance/static/images/icons/icon-quote-antreciet.svg');
  background-size: 24px;
  background-position: bottom right 20px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  .reviews .review {
    padding: 0 16px 16px 0;
    background-position: bottom 32px right;
  }
}
.reviews .review .review__author {
  margin-bottom: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}
.reviews .review p {
  margin-bottom: 8px;
  color: white;
}
/* ********************
Related Items
******************** */
.page-section--related .items-grid {
  padding-top: 0;
}
/* ********************
Newsletter
******************** */
.news-letter-section {
  position: relative;
  height: 534px;
  margin: 80px 0 32px;
}
.news-letter-section .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  z-index: 1;
}
.news-letter-section img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.news-letter-section .gform_confirmation_wrapper {
  margin-top: 24px;
}
.news-letter-form-wrapper {
  padding: 48px 40px;
  background: #da291c;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.3) 100%);
  box-shadow: 30px -15px 30px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 580px;
  margin-bottom: -32px;
}
.news-letter-form-wrapper h3 {
  margin-bottom: 24px;
  font-weight: 700;
  color: white;
  font-size: 38px;
  width: 100%;
}
.news-letter-form-wrapper p {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
}
.news-letter-form-wrapper .gform_wrapper {
  padding: 0;
  margin-top: 32px;
}
.news-letter-form-wrapper .gform_wrapper form {
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-letter-form-wrapper .gform_wrapper form.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-letter-form-wrapper .gform_wrapper form .gform_body {
  flex: 1;
}
.news-letter-form-wrapper .gform_wrapper form .gform_body .gform_fields .gfield {
  padding: 0;
  max-width: 100%;
  flex-basis: 100%;
}
.news-letter-form-wrapper .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  display: none;
}
.news-letter-form-wrapper .gform_wrapper form .gform_body .gform_fields .gfield input[type="text"],
.news-letter-form-wrapper .gform_wrapper form .gform_body .gform_fields .gfield input[type="email"],
.news-letter-form-wrapper .gform_wrapper form .gform_body .gform_fields .gfield input[type="password"],
.news-letter-form-wrapper .gform_wrapper form .gform_body .gform_fields .gfield input[type="number"] {
  background-color: white;
  color: #000000;
  border: none;
  height: 48px;
  padding-left: 24px;
}
.news-letter-form-wrapper .gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.news-letter-form-wrapper .gform_wrapper form .gform_footer {
  padding: 0;
}
.news-letter-form-wrapper .gform_wrapper form .gform_footer .gform_button {
  width: 162px;
  background-color: #000000;
}
.page-template-page-newsletter .news-letter-form-wrapper {
  max-width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .news-letter-form-wrapper .gform_wrapper form .gform_footer {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 640px) {
  /* ********************
Newsletter
******************** */
  .news-letter-section {
    height: auto;
  }
  .news-letter-section img {
    position: relative;
  }
  .news-letter-form-wrapper {
    padding: 24px 16px;
    margin-top: 0;
  }
  .news-letter-form-wrapper h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .news-letter-form-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
  .news-letter-form-wrapper .gform_wrapper form .gform_footer {
    width: 100%;
    margin-top: 8px;
  }
  .news-letter-form-wrapper .gform_wrapper form .gform_footer .gform_button {
    width: 100%;
  }
}
/* ********************
iFrame Wrapper
******************** */
.post-content {
  margin-top: 64px;
  padding: 0 24px;
}
.iframe-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  /* ********************
iFrame Wrapper
******************** */
  .post-content {
    margin-top: 8px;
    padding: 0 16px;
  }
  .iframe-wrapper {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
}
/* ********************
Tabs
******************** */
.aod-tabs-wrapper {
  padding: 0 24px;
}
body.home .aod-tabs-wrapper {
  margin-top: 56px;
}
body.home .aod-tabs-wrapper .aod-tabs {
  position: relative;
}
body.home .aod-tabs-wrapper .aod-tabs:before {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  right: 0;
  content: '';
  background-color: #414141;
}
.aod-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #414141;
  padding: 0 16px;
}
.aod-tabs li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: -1px;
  flex-direction: column;
}
.aod-tabs li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1 1 auto;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 25px 16px;
  border: 1px solid transparent;
  border-top-width: 3px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
body.desktop .aod-tabs li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.aod-tabs li a:not(.inactive) {
  color: white !important;
  border-color: #414141;
  border-bottom-color: #000000;
  border-top-color: #da291c;
  transition: none;
}
body:not(.desktop) .aod-tabs-wrapper {
  position: relative;
}
body:not(.desktop) .aod-tabs-wrapper:before {
  position: absolute;
  width: 26px;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 5;
  content: '';
  pointer-events: none;
  background-image: linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.09999999999999%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
}
body:not(.desktop) .aod-tabs-wrapper:after {
  position: absolute;
  display: block;
  width: 26px;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: '';
  pointer-events: none;
  background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.09999999999999%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
}
body:not(.desktop) .aod-tabs {
  padding: 0 16px;
  border-bottom: none;
  overflow-x: scroll;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}
body:not(.desktop) .aod-tabs li {
  position: relative;
  margin-bottom: 0;
}
body:not(.desktop) .aod-tabs li a:before {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 0;
  content: '';
  background-color: #414141;
}
body:not(.desktop) .aod-tabs li a:not(.inactive):before {
  background-color: #000000;
}
.grid--tabs.show-all-stages .items-tab .artists:before {
  display: block;
  width: 100%;
  padding: 0 12px 8px;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
  content: attr(data-title);
}
@media only screen and (max-width: 640px) {
  /* ********************
Tabs
******************** */
  .aod-tabs-wrapper {
    padding: 0;
  }
  .aod-tabs {
    padding: 0 8px;
  }
  .aod-tabs li a {
    font-size: 12px;
    font-weight: bold;
    padding: 16px 12px;
  }
  .grid--tabs.show-all-stages .items-tab .artists:before {
    padding: 0 4px 8px;
  }
}
/* ********************
Footer
******************** */
.page-footer {
  position: relative;
  padding: 64px 0 48px;
  background-image: url('/wp-content/themes/artofdance/static/images/footer-background.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.page-footer:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('/wp-content/themes/artofdance/static/images/aod-brand-element.png');
  background-size: 140px;
  background-position: left 24px bottom 24px;
  background-repeat: no-repeat;
}
.page-footer:after {
  position: absolute;
  width: 100%;
  height: 350px;
  top: 0;
  left: 0;
  z-index: 5;
  content: '';
  pointer-events: none;
  background-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.09999999999999%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
}
.page-footer .grid {
  position: relative;
  z-index: 10;
}
.page-footer .logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.page-footer .footer-navigation {
  margin-top: 24px;
}
.page-footer .footer-navigation > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.page-footer .footer-navigation > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  height: 80px;
}
.page-footer .footer-navigation > ul > li > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
body.desktop .page-footer .footer-navigation > ul > li > a:hover {
  color: #da291c;
}
.page-footer .aod-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 16px 0;
}
.page-footer .aod-socials a {
  margin: 0 24px;
}
body.desktop .page-footer .aod-socials a:hover svg path {
  fill: #da291c;
}
.page-footer .copyright-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: 24px;
}
.page-footer .copyright-navigation p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  margin-right: 8px;
}
.page-footer .copyright-navigation > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.page-footer .copyright-navigation > ul > li {
  padding: 0 8px;
}
.page-footer .copyright-navigation > ul > li > a {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}
body.desktop .page-footer .copyright-navigation > ul > li > a:hover {
  color: white;
}
@media only screen and (max-width: 640px) {
  /* ********************
Footer
******************** */
  .page-footer:before {
    background-size: 64px;
    background-image: none;
    background-position: left 16px bottom 16px;
  }
  .page-footer .footer-navigation > ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
  }
  .page-footer .footer-navigation > ul > li {
    padding: 0;
  }
  .page-footer .footer-navigation > ul > li > a {
    font-size: 12px;
  }
  .page-footer .aod-socials a {
    margin: 0 16px;
  }
  .page-footer .copyright-navigation {
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .page-footer .copyright-navigation.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .page-footer .copyright-navigation p {
    display: block;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    text-align: center !important;
  }
  .page-footer .copyright-navigation > ul {
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .page-footer .copyright-navigation > ul.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
/* ********************
Accordeon
******************** */
.page-section--accordeon .editor {
  width: 100%;
}
.accordeon {
  margin: 30px 0 60px;
}
.accordeon .accordeon-row {
  margin-bottom: 20px;
  border-bottom: 1px solid gray;
}
.accordeon .accordeon-row .editor p {
  display: flex;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
.accordeon .accordeon-row .editor p a {
  color: #da291c;
}
.accordeon .accordeon-row .editor {
  display: none;
}
.accordeon .accordeon-row-open {
  border-bottom: none;
  padding-top: 30px;
}
.accordeon .accordeon-row-open .editor {
  /* .block; */
}
.accordeon .accordeon--title {
  position: relative;
  cursor: pointer;
}
.accordeon .accordeon--title:after {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  content: '';
  background-image: url('/wp-content/themes/artofdance/static/images/down-chevron.svg');
  background-repeat: no-repeat;
  background-size: 0.8rem;
  background-position: center center;
  right: 0;
  transition: 0.2s ease-in-out;
}
.accordeon .accordeon--title.active:after {
  transform: rotate(-180deg);
}
/* ********************
Password
******************** */
.password-form {
  padding: 0 20px;
}
.password-form label {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #da291c;
  font-size: 12px;
}
.password-form input[type="password"] {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 12px;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
  border-radius: 0;
  max-width: 50%;
}
.password-form input[type="submit"] {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  background: #da291c;
  color: white;
  outline: none;
  border: none;
  font-size: 16px;
  height: 48px;
  padding: 0 8px;
  text-transform: uppercase;
  width: 128px;
  margin-top: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.password-form input[type="submit"]:hover {
  background: #ad2116;
}
/* ********************
Editor
******************** */
.editor {
  /* ---------------
	Heading
	--------------- */
  /* ---------------
	Paragraph
	--------------- */
  /* ---------------
	Unordered list
	--------------- */
  /* ---------------
	Ordered list
	--------------- */
  /* ---------------
	Blockqoute
	--------------- */
}
.editor.flex-col {
  max-width: 700px;
  padding: 0 24px;
}
.editor.flex-col img {
  display: block;
  max-width: 100%;
  height: auto;
}
.editor.flex p {
  padding: 0 24px;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  color: white;
  margin-bottom: 24px;
}
.editor h1 {
  font-size: 40px;
}
.editor h2 {
  font-size: 30px;
}
.editor h3 {
  font-size: 20px;
}
.editor h4 {
  font-size: 18px;
}
.editor h5 {
  font-size: 14px;
}
.editor h6 {
  font-size: 12px;
}
.editor p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
.editor p a {
  color: #da291c;
}
.editor p:last-child {
  margin-bottom: 0;
}
.editor ul {
  margin-bottom: 24px;
}
.editor ul li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 28px;
  background-image: url('/wp-content/themes/artofdance/static/images/page-logo.svg');
  background-size: 8px;
  background-position: top 8px left;
  background-repeat: no-repeat;
}
.editor ol {
  counter-reset: li-counter;
  margin-bottom: 24px;
}
.editor ol li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 28px;
}
.editor ol li:before {
  position: absolute;
  content: counter(li-counter);
  counter-increment: li-counter;
  color: #da291c;
  left: 0;
  font-weight: 700;
  margin-top: 2px;
  font-size: 14px;
}
.editor.editor--small p,
.editor.editor--small ul li,
.editor.editor--small ol li {
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 640px) {
  /* ********************
Editor
******************** */
  .editor.flex-col {
    padding: 0 16px;
  }
  .page-section--text .grid > .flex-row {
    display: block;
  }
  .page-section--text .grid > .flex-row .editor.flex-col + .editor.flex-col {
    padding-top: 24px;
  }
}
/* ********************
Fonts
******************** */
.roboto {
  font-family: 'Roboto', sans-serif;
}
.roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif;
}
/* ********************
Colors
******************** */
/* ********************
General
******************** */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
.flex-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
/* ********************
Align
******************** */
.align-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.align-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.align-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.align-stretch {
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}
/* ********************
Align self
******************** */
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.align-self-grow {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
