@charset "UTF-8";
/**
* Theme Name: 15Zine Child
* Description: 15Zine child theme.
* Author: Codetipi
* Template: 15zine
* Version: 1.0
*/
/**
 *  Clearfix
 *
 *  Usage: append to container, that contains floated elements - @include clearfix;
 */
/**
 *  «Respond to» mixin
 *
 *  Mixin to manage responsive breakpoints
 *  @param {String} $breakpoint - Breakpoint name
 *  @author Hugo Giraudel
 *
 *  @require $breakpoints
 */
/**
 *  Placeholder
 *
 *  Usage: append to input fields
 */
/*
 *  Global elements
 */
#cb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer {
  margin-top: auto;
}

.event-page h2 {
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  position: relative;
  display: inline-block;
  letter-spacing: 5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.event-page h2 span {
  font-size: inherit;
  text-transform: capitalize;
}

.event-page h2::after {
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  margin-left: 5px;
  width: 1920px;
  left: 100%;
  background: #161616;
}

.event-page h2.cb-post-title {
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0.1px;
  line-height: 29px;
  font-weight: 700;
}

.event-page h2.cb-post-title::after {
  content: none;
}

.event-page h2.cb-post-title a {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.event-page h2.cb-post-title a:hover {
  color: #cc6600;
}

.event-page li {
  padding: 10px 0;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .event-page li {
    font-size: 12.6px;
  }
}

.event-page a {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.event-page a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #e68e09;
}

.event-page a.link {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-decoration: underline;
  color: #e68e09;
  font-weight: 600;
  letter-spacing: 0.08px;
  line-height: 27px;
}

.event-page a.link:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #cc6600;
}

.event-page a.external {
  text-decoration: none;
}

.event-page time,
.event-page time > span {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  color: #161616;
}

.event-page time > span {
  font-weight: 700;
}

.main-search + .content-area {
  margin-top: 30px;
}

a.disabled {
  pointer-events: none;
  cursor: none;
}

.cb-site-padding {
  padding: 0 30px;
}

@media (max-width: 468px) {
  .cb-site-padding {
    padding: 0 10px;
  }
}

.cb-site-padding--left-sm {
  padding: 0 30px 0 15px;
}

@media screen and (max-width: 992px) {
  .cb-site-padding--left-sm {
    padding: 0 30px;
  }
}

@media (max-width: 468px) {
  .cb-site-padding--left-sm {
    padding: 0 10px;
  }
}

.section-title-box {
  margin: 60px 15px 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .section-title-box {
    margin: 60px 0 20px;
  }
}

.section-title-box h2,
.magazin-artikel--title h2 {
  font-size: 24px;
}

.wrap {
  max-width: 1200px;
}

.strong {
  color: #161616;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08px;
  line-height: 29px;
  text-align: right;
}

.title__conteiner {
  overflow: hidden;
}

/*
 *  Reset defaults
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overflow {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.event-detail,
.event-listing,
.event-festival-listing,
.event-artists_bands-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

/*
 * icons for labels
 */
.icon-box {
  position: relative;
}

.icon-box span {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  bottom: 25px;
  right: 22px;
}

.icon {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  pointer-events: none;
}

.past-time {
  opacity: 0.5;
  pointer-events: none;
}

.attention {
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cb0000;
  color: #ffffff;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 3px;
}

.attention--sale {
  text-transform: uppercase;
}

/*
* Read more / less
*
*/
.toggle-text-content span {
  display: none;
}

.toggle-text-link {
  text-align: end;
  display: block;
  margin: 15px 0 0 0;
  color: #e68e09;
}

.toggle-text-link:hover {
  color: #cc6600;
}

/*
* info row
*
*/
.info-row-container {
  margin: 26px 0;
}

.info-row-container > .info-row {
  margin: 0 15px;
}

@media (max-width: 767px) {
  .info-row-container {
    margin: 0;
  }
  .info-row-container > .info-row {
    margin: 15px 0;
  }
}

.info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 26px 15px;
}

.info-row ul ul {
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .info-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .info-row {
    margin: 15px 0;
  }
}

.info-row .column-1 {
  width: 22%;
  margin-right: 30px;
  text-align: right;
}

@media (max-width: 1024px) {
  .info-row .column-1 {
    width: auto;
    text-align: left;
  }
}

.info-row .column-2 {
  width: 78%;
}

.info-row .column-2 li {
  padding-top: 0;
}

@media (max-width: 992px) {
  .info-row .column-1,
  .info-row .column-2 {
    width: inherit;
  }
}

.info-row.participants-link {
  margin: 0;
  min-height: 72px;
}

/* 
* Bands / Acts:
*/
.info-row.festival-date .date-box span {
  font-size: 30px;
  color: #e68e09;
}

.info-row.festival-date .status {
  color: #cc6600;
  font-size: 14px;
}

.info-row.festival-date .column-1,
.info-row.festival-date .column-2 {
  padding: 0;
}

.info-row.festival-date .column-1 {
  text-align: left;
}

.info-row.festival-date .column-2 {
  padding-top: 19px;
}

.info-row.festival-date .column-2 li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-row.festival-date .column-2 li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #161616;
  border-radius: 50%;
  margin-right: 10px;
}

.info-row.festival-date .column-2 li:nth-child(3n)::before {
  content: none;
}

.test-btns {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.no-filter {
  display: none;
  margin: 10% 30px 10% 30px;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no-filter h2::after {
  content: none;
  display: block;
  margin-bottom: 10px;
}

.no-filter a {
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.no-filter h2 + a {
  margin-top: 50px;
}

.modal-wrap .content {
  background-color: white;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?6erb6q");
  src: url("../fonts/icomoon.eot?6erb6q#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?6erb6q") format("truetype"), url("../fonts/icomoon.woff?6erb6q") format("woff"), url("../fonts/icomoon.svg?6erb6q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Lucida";
  src: url("../fonts/LucidaGrande.ttf");
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNowText-ExtLtIta.ttf");
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Path:before {
  content: "\e90a";
}

.icon-cog:before {
  content: "\e907";
}

.icon-arrow:before {
  content: "\e909";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-map-marker:before {
  content: "\e906";
}

.icon-calendar-o:before {
  content: "\e903";
}

.icon-search:before {
  content: "\e905";
}

.icon-heart:before {
  content: "\e904";
}

.icon-home:before {
  content: "\e908";
}

.icon-external:before {
  content: "\e90c";
  font-size: 15px;
}

.icon-gear:before {
  content: "\e907";
}

.icon-check-alt:before {
  content: "\e900";
}

button,
a.button,
.button {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #161616;
  border: 1px solid #161616;
  background: transparent;
  text-transform: uppercase;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.17px;
  line-height: 14px;
  text-align: center;
  width: auto;
  padding: 14px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  min-width: 166px;
}

button:hover,
a.button:hover,
.button:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: #161616;
  color: #ffffff;
}

a.button--info,
.button--info {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: #e68e09;
  border: 1px solid #e68e09;
  color: #ffffff;
}

a.button--info:hover,
.button--info:hover {
  border: 1px solid #cc6600;
  background-color: #cc6600;
  color: #ffffff;
}

a.button--info-blue,
.button--info-blue {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: #2579c0;
  border: 1px solid #2579c0;
  color: #ffffff;
}

a.button--info-blue:hover,
.button--info-blue:hover {
  border: 1px solid #185a91;
  background-color: #185a91;
  color: #ffffff;
}

.page-button {
  width: 100%;
  text-align: center;
}

.page-button a {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 0 0 15px 0;
}

.my-custom-theme {
  border-radius: 5px;
  background: #f2f2f2;
  cursor: pointer;
  margin: 5px 5px 0 0;
  padding: 5px 7px;
}

/* Use this next selector to style things like font-size and line-height: */
.my-custom-theme .tooltipster-content {
  font-family: "Lucida", sans-serif;
  font-size: 8px;
  letter-spacing: 2.25px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8;
  color: #868686;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  display: block;
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
          animation: tooltipster-fading 400ms;
}

/* rotate */
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
          animation: tooltipster-rotating 600ms;
}

/* scale */
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
          animation: tooltipster-scaling 600ms;
}

/**components*/
/*
* Event post  
*/
.event-page .post {
  overflow: hidden;
  margin: 0;
  border-top: 1px solid #d8d8d8;
}

@media (max-width: 640px) {
  .event-page .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.event-page .post__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 670px) {
  .event-page .post__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.event-page .post--recomend {
  border-color: #cc6600;
}

.event-page .post__recomend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-page .post__recomend span {
  color: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 13px;
}

.event-page .post__recomend--new {
  background-color: #e68e09;
}

.event-page .post__recomend--rec {
  background-color: #cc6600;
}

.event-page .post__recomend + .post__wrapper {
  margin-top: 15px;
}

.event-page .post__image {
  min-width: 150px;
}

.event-page .post__image img {
  width: 150px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.event-page .post__image .img-box {
  position: relative;
  margin-bottom: 15px;
}

.event-page .post__image .img-box .icon {
  position: absolute;
  font-size: 30px;
  top: 5px;
  right: 5px;
  color: #161616;
}

.event-page .post__image .img-box .icon.active:before {
  color: #e68e09;
}

.event-page .post__image .social-container {
  margin-top: 15px;
}

.event-page .post__image .sale-box {
  margin-top: 10px;
}

@media screen and (max-width: 670px) {
  .event-page .post__image .sale-box {
    margin-bottom: 15px;
  }
}

.event-page .post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
  margin-right: auto;
}

@media screen and (max-width: 670px) {
  .event-page .post__info {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .event-page .post__info .post__info-genre {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
}

.event-page .post__info > div {
  margin-bottom: 10px;
}

.event-page .post__info > div:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1155px) {
  .event-page .post__info > div:last-child {
    margin-bottom: 10px;
  }
}

.event-page .post__info > div.post__info-time {
  line-height: 1;
  margin-bottom: 5px;
}

.event-page .post__info > div.post__info-information-box {
  margin-top: 5px;
}

.event-page .post__info > div.post__info-genre {
  margin-top: 15px;
}

.event-page .post__info > div.post__info-participants {
  margin-bottom: 0;
}

.event-page .post__info-breadcrumb li {
  line-height: 1;
}

.event-page .post__info-artist {
  display: block;
}

.event-page .post__info-artist.cb-post-title {
  color: #e68e09;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 29px;
}

.event-page .post__info-artist > span {
  font-weight: 300;
}

.event-page .post__info-artist a {
  color: #e68e09;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 19px;
}

.event-page .post__info-artist a > span {
  font-weight: 300;
}

.event-page .post__info-festival {
  color: #161616;
}

.event-page .post__info-festival a {
  color: #161616;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 19px;
}

.event-page .post__info-festival a > span {
  font-weight: 300;
}

.event-page .post__info-festival--sub {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  width: 100%;
  color: #cc6600;
  text-align: center;
}

.event-page .post__info-festival--sub::before, .event-page .post__info-festival--sub::after {
  content: '';
  width: 10%;
  height: 2px;
  background-color: #cc6600;
  display: inline-block;
}

.event-page .post__info-festival--sub::before {
  margin-right: 5px;
}

.event-page .post__info-festival--sub::after {
  margin-left: 5px;
}

.event-page .post__info-genre {
  margin: 0;
}

.event-page .post__info-genre ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.event-page .post__info-genre ul li {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: inline-block;
  background: #f2f2f2;
  cursor: pointer;
  margin: 5px 5px 0 0;
  padding: 5px 7px;
}

.event-page .post__info-genre ul li a {
  font-family: "Lucida", sans-serif;
  font-size: 8px;
  letter-spacing: 2.25px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8;
  color: #868686;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  display: block;
}

.event-page .post__info-genre ul li:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: #e68e09;
}

.event-page .post__info-genre ul li:hover a {
  color: #ffffff;
}

.event-page .post__info-genre--white ul li {
  background: #ffffff;
}

.event-page .post__info-genre--white ul li:hover {
  background: #e68e09;
}

@media screen and (max-width: 1155px) {
  .event-page .post__info-participants {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: left;
  }
}

.event-page .post__info--participants-list {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}

.event-page .post__info--participants-list li {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  color: #e68e09;
  color: #e68e09;
  padding: 11px 0;
  border-bottom: 1px solid #d8d8d8;
}

.event-page .post__info--participants-list li:hover a,
.event-page .post__info--participants-list li:hover p,
.event-page .post__info--participants-list li:hover span {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #cc6600;
}

.event-page .post__info--participants-list li a,
.event-page .post__info--participants-list li p,
.event-page .post__info--participants-list li span {
  line-height: 19px;
  font-size: 16px;
}

@media only screen and (max-width: 1019px) {
  .event-page .post__info--participants-list li a,
  .event-page .post__info--participants-list li p,
  .event-page .post__info--participants-list li span {
    font-size: 12.6px;
  }
}

.event-page .post__info--participants-list li a,
.event-page .post__info--participants-list li p {
  font-weight: 500;
}

.event-page .post__info--participants-list li span {
  text-transform: uppercase;
  font-weight: 300;
}

.event-page .post__info--participants-open {
  margin: 20px 0 10px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event-page .post__info--participants-open p {
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  text-decoration: underline;
}

.event-page .post__info--participants-open p:hover {
  text-decoration: none;
}

.event-page .post__info--participants-open .icon-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.event-page .post__info--participants-open .icon-arrow:before {
  display: inline-block;
  font-size: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.event-page .post__buttons {
  margin-left: auto;
  max-width: 170px;
  width: 100%;
}

@media screen and (max-width: 670px) {
  .event-page .post__buttons {
    max-width: inherit;
    width: 100%;
  }
}

.event-page .post__buttons-breadcrumb-box {
  margin-bottom: 20px;
}

@media screen and (max-width: 670px) {
  .event-page .post__buttons-breadcrumb-box {
    margin: 10px 0;
  }
}

.event-page .post__buttons-breadcrumb-box li {
  text-align: right;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1;
}

.event-page .post__buttons-breadcrumb-box li a {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08px;
  line-height: 19px;
  color: #161616;
}

@media screen and (max-width: 1155px) {
  .event-page .post__buttons-breadcrumb-box li {
    text-align: left;
  }
}

@media screen and (max-width: 670px) {
  .event-page .post__buttons-breadcrumb-box li {
    margin-right: 10px;
  }
}

.event-page .post__buttons-breadcrumb-box li:first-child a {
  font-weight: 700;
}

@media screen and (max-width: 670px) {
  .event-page .post__buttons-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .event-page .post__buttons-box a:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media screen and (min-width: 750px) {
  .event-page .post__buttons-box {
    display: block;
  }
  .event-page .post__buttons-box a:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media screen and (max-width: 385px) {
  .event-page .post__buttons-box {
    display: block;
  }
  .event-page .post__buttons-box a:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.event-page .post__buttons a.button,
.event-page .post__buttons .button {
  display: block;
  margin-left: auto;
  width: inherit;
}

@media screen and (max-width: 670px) {
  .event-page .post__buttons a.button,
  .event-page .post__buttons .button {
    margin-left: inherit;
  }
}

.event-page .post__buttons a.button:last-child,
.event-page .post__buttons .button:last-child {
  margin-bottom: 0;
}

.event-festival-listing a.link,
.festival a.link {
  color: #6a187f;
}

.event-festival-listing a.link:hover,
.festival a.link:hover {
  color: #561467;
}

.event-festival-listing .post__buttons-breadcrumb-box li a,
.festival .post__buttons-breadcrumb-box li a {
  font-weight: 700;
}

.event-festival-listing .post__buttons-breadcrumb-box li:first-child a,
.festival .post__buttons-breadcrumb-box li:first-child a {
  font-weight: 300;
}

.event-festival-listing .concert-tabs a,
.event-festival-listing .concert-tabs .icon,
.festival .concert-tabs a,
.festival .concert-tabs .icon {
  color: #6a187f;
}

.event-festival-listing .concert-tabs a:not(.participants-link):hover,
.festival .concert-tabs a:not(.participants-link):hover {
  color: #561467;
}

.event-festival-listing .concert-tabs ul.breadcrumb-list.default a:not(.disabled),
.festival .concert-tabs ul.breadcrumb-list.default a:not(.disabled) {
  color: #6a187f;
  text-decoration: underline;
  font-weight: 600;
}

.event-festival-listing .concert-tabs ul.breadcrumb-list.default a:not(.disabled) span,
.festival .concert-tabs ul.breadcrumb-list.default a:not(.disabled) span {
  color: #6a187f;
}

.event-festival-listing .concert-tabs ul.breadcrumb-list.default a:not(.disabled):hover,
.festival .concert-tabs ul.breadcrumb-list.default a:not(.disabled):hover {
  color: #561467;
}

.event-festival-listing .concert-tabs ul.breadcrumb-list.default a:not(.disabled):hover span,
.festival .concert-tabs ul.breadcrumb-list.default a:not(.disabled):hover span {
  color: #561467;
}

.event-festival-listing .concert-tabs ul.breadcrumb-list.default a.external,
.festival .concert-tabs ul.breadcrumb-list.default a.external {
  text-decoration: none;
}

.event-festival-listing .concert-tabs ul.breadcrumb-list.default a.external span,
.festival .concert-tabs ul.breadcrumb-list.default a.external span {
  color: #6a187f;
}

.event-festival-listing .concert-tabs ul.breadcrumb-list.default a.external span:hover,
.festival .concert-tabs ul.breadcrumb-list.default a.external span:hover {
  color: #561467;
}

.event-festival-listing .concert-tabs .participants-info--item a,
.festival .concert-tabs .participants-info--item a {
  color: #6a187f;
}

.event-festival-listing .concert-tabs .participants-info--item a .column-2 p,
.event-festival-listing .concert-tabs .participants-info--item a .column-2 p span,
.festival .concert-tabs .participants-info--item a .column-2 p,
.festival .concert-tabs .participants-info--item a .column-2 p span {
  color: #6a187f;
}

.event-festival-listing .concert-tabs .participants-info--item a:hover,
.festival .concert-tabs .participants-info--item a:hover {
  background-color: #6a187f;
}

.event-festival-listing .concert-tabs .participants-info--item.selected a,
.festival .concert-tabs .participants-info--item.selected a {
  background: rgba(106, 24, 127, 0.2);
}

.event-festival-listing .concert-tabs .participants-info--item.selected a:hover,
.festival .concert-tabs .participants-info--item.selected a:hover {
  background-color: #6a187f;
}

.event-festival-listing .event__main-posts--detail,
.festival .event__main-posts--detail {
  background: rgba(106, 24, 127, 0.2);
}

.event-festival-listing .event__main-posts--detail .post__info-festival,
.event-festival-listing .event__main-posts--detail .post__info-festival--sub,
.festival .event__main-posts--detail .post__info-festival,
.festival .event__main-posts--detail .post__info-festival--sub {
  color: #6a187f;
}

.event-festival-listing .event__main-posts--detail .post__info-festival::before, .event-festival-listing .event__main-posts--detail .post__info-festival::after,
.event-festival-listing .event__main-posts--detail .post__info-festival--sub::before,
.event-festival-listing .event__main-posts--detail .post__info-festival--sub::after,
.festival .event__main-posts--detail .post__info-festival::before,
.festival .event__main-posts--detail .post__info-festival::after,
.festival .event__main-posts--detail .post__info-festival--sub::before,
.festival .event__main-posts--detail .post__info-festival--sub::after {
  background: #6a187f;
}

.event-festival-listing .event__main-posts--detail .cb-social-fb > a:hover,
.event-festival-listing .event__main-posts--detail .cb-social-tw > a:hover,
.festival .event__main-posts--detail .cb-social-fb > a:hover,
.festival .event__main-posts--detail .cb-social-tw > a:hover {
  color: #6a187f;
}

.event-festival-listing .event__main-posts--detail .post__info-genre ul li:hover,
.festival .event__main-posts--detail .post__info-genre ul li:hover {
  background: #6a187f;
}

.event-festival-listing .event__main-posts--detail .post__buttons-box a.button--info,
.event-festival-listing .event__main-posts--detail .post__buttons-box .button--info,
.festival .event__main-posts--detail .post__buttons-box a.button--info,
.festival .event__main-posts--detail .post__buttons-box .button--info {
  background-color: #6a187f;
  border: 1px solid #6a187f;
}

.event-festival-listing .event__main-posts--detail .post__buttons-box a.button--info:hover,
.event-festival-listing .event__main-posts--detail .post__buttons-box .button--info:hover,
.festival .event__main-posts--detail .post__buttons-box a.button--info:hover,
.festival .event__main-posts--detail .post__buttons-box .button--info:hover {
  background-color: #561467;
  border: 1px solid #561467;
}

.event-festival-listing .post__recomend--rec,
.event-festival-listing .post__info-genre ul li:hover {
  background: #6a187f;
}

.event-festival-listing .post--recomend {
  border-color: #6a187f;
}

.event-festival-listing .post__recomend--new {
  background: rgba(106, 24, 127, 0.2);
}

.event-festival-listing .post__info-festival--sub {
  color: #6a187f;
}

.event-festival-listing .post__info-festival--sub::after, .event-festival-listing .post__info-festival--sub::before {
  background: #6a187f;
}

.event-festival-listing .post__info--participants-list li {
  color: #6a187f;
}

.event-festival-listing .post__info--participants-list li:hover a,
.event-festival-listing .post__info--participants-list li:hover span {
  color: #561467;
}

.event-festival-listing a.button--info,
.event-festival-listing .button--info {
  background-color: #6a187f;
  border-color: #6a187f;
}

.event-festival-listing a.button--info:hover,
.event-festival-listing .button--info:hover {
  background-color: #561467;
  border-color: #561467;
}

.event-festival-listing .post__info-artist.cb-post-title,
.event-festival-listing .post__info-festival.cb-post-title {
  color: #6a187f;
}

.event-festival-listing .post__info-artist.cb-post-title a,
.event-festival-listing .post__info-festival.cb-post-title a {
  color: #6a187f;
}

.event-festival-listing .post__info-artist.cb-post-title a:hover,
.event-festival-listing .post__info-festival.cb-post-title a:hover {
  color: #561467;
}

.event-page.archive a.link {
  color: #868686;
}

.event-page.archive a.link:hover {
  color: #000;
}

.event-page.archive .concert-tabs a,
.event-page.archive .concert-tabs .icon {
  color: #868686;
}

.event-page.archive .concert-tabs a:not(.participants-link):hover {
  color: #000;
}

.event-page.archive .concert-tabs a:not(.participants-link):hover .icon {
  color: inherit;
}

.event-page.archive .concert-tabs ul.breadcrumb-list.default a:not(.disabled) {
  color: #868686;
  text-decoration: underline;
  font-weight: 600;
}

.event-page.archive .concert-tabs ul.breadcrumb-list.default a:not(.disabled) span {
  color: #868686;
}

.event-page.archive .concert-tabs ul.breadcrumb-list.default a:not(.disabled):hover {
  color: #000;
}

.event-page.archive .concert-tabs ul.breadcrumb-list.default a:not(.disabled):hover span {
  color: #000;
}

.event-page.archive .concert-tabs ul.breadcrumb-list.default a.external {
  text-decoration: none;
}

.event-page.archive .concert-tabs ul.breadcrumb-list.default a.external span {
  color: #868686;
}

.event-page.archive .concert-tabs ul.breadcrumb-list.default a.external span:hover {
  color: #000;
}

.event-page.archive .concert-tabs .participants-info--item a {
  color: transparent;
}

.event-page.archive .concert-tabs .participants-info--item a .column-1 .date p,
.event-page.archive .concert-tabs .participants-info--item a .column-1 .day p,
.event-page.archive .concert-tabs .participants-info--item a .column-2 p,
.event-page.archive .concert-tabs .participants-info--item a .column-2 p span {
  color: rgba(0, 0, 0, 0.5);
}

.event-page.archive .concert-tabs .participants-info--item a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.2);
}

.event-page.archive .concert-tabs .participants-info--item a:hover .column-1 .date p,
.event-page.archive .concert-tabs .participants-info--item a:hover .column-1 .day p,
.event-page.archive .concert-tabs .participants-info--item a:hover .column-2 p,
.event-page.archive .concert-tabs .participants-info--item a:hover .column-2 p span {
  color: #ffffff;
}

.event-page.archive .concert-tabs .participants-info--item.selected a {
  background-color: #f2f2f2;
}

.event-page.archive .concert-tabs .participants-info--item.selected a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.event-page.archive .concert-tabs .festival__tour--card {
  background: #f2f2f2;
}

.event-page.archive .concert-tabs .festival__tour--card .post__info-festival,
.event-page.archive .concert-tabs .festival__tour--card .post__info-festival--sub,
.event-page.archive .concert-tabs .festival__tour--card .post__info--guest p,
.event-page.archive .concert-tabs .festival__tour--card .post__info--guest p.post__info--guest-name,
.event-page.archive .concert-tabs .festival__tour--card .post__info--guest p.post__info--guest-name span {
  color: #000;
}

.event-page.archive .concert-tabs .festival__tour--card .post__info-festival::before, .event-page.archive .concert-tabs .festival__tour--card .post__info-festival::after,
.event-page.archive .concert-tabs .festival__tour--card .post__info-festival--sub::before,
.event-page.archive .concert-tabs .festival__tour--card .post__info-festival--sub::after,
.event-page.archive .concert-tabs .festival__tour--card .post__info--guest p::before,
.event-page.archive .concert-tabs .festival__tour--card .post__info--guest p::after,
.event-page.archive .concert-tabs .festival__tour--card .post__info--guest p.post__info--guest-name::before,
.event-page.archive .concert-tabs .festival__tour--card .post__info--guest p.post__info--guest-name::after,
.event-page.archive .concert-tabs .festival__tour--card .post__info--guest p.post__info--guest-name span::before,
.event-page.archive .concert-tabs .festival__tour--card .post__info--guest p.post__info--guest-name span::after {
  background: #000;
}

.event-page.archive .event__main-posts--detail.event-artists-detail,
.event-page.archive .event__main-posts--detail {
  background: #f2f2f2;
}

.event-page.archive .event__main-posts--detail.event-artists-detail .post__info-time p,
.event-page.archive .event__main-posts--detail.event-artists-detail .post__info-artist,
.event-page.archive .event__main-posts--detail .post__info-time p,
.event-page.archive .event__main-posts--detail .post__info-artist {
  color: #000;
}

.event-page.archive .event__main-posts--detail.event-artists-detail .post__info-artist.cb-post-title,
.event-page.archive .event__main-posts--detail.event-artists-detail .post__info-festival.cb-post-title,
.event-page.archive .event__main-posts--detail .post__info-artist.cb-post-title,
.event-page.archive .event__main-posts--detail .post__info-festival.cb-post-title {
  color: #000;
}

.event-page.archive .event__main-posts--detail.event-artists-detail .post__info-artist.cb-post-title a,
.event-page.archive .event__main-posts--detail.event-artists-detail .post__info-festival.cb-post-title a,
.event-page.archive .event__main-posts--detail .post__info-artist.cb-post-title a,
.event-page.archive .event__main-posts--detail .post__info-festival.cb-post-title a {
  color: #000;
}

.event-page.archive .event__main-posts--detail.event-artists-detail .post__info-artist.cb-post-title a:hover,
.event-page.archive .event__main-posts--detail.event-artists-detail .post__info-festival.cb-post-title a:hover,
.event-page.archive .event__main-posts--detail .post__info-artist.cb-post-title a:hover,
.event-page.archive .event__main-posts--detail .post__info-festival.cb-post-title a:hover {
  color: rgba(0, 0, 0, 0.2);
}

.event-page.archive .event__main-posts--detail.event-artists-detail .post__info-festival--sub,
.event-page.archive .event__main-posts--detail .post__info-festival--sub {
  color: #868686;
}

.event-page.archive .event__main-posts--detail.event-artists-detail .post__info-festival--sub::before, .event-page.archive .event__main-posts--detail.event-artists-detail .post__info-festival--sub::after,
.event-page.archive .event__main-posts--detail .post__info-festival--sub::before,
.event-page.archive .event__main-posts--detail .post__info-festival--sub::after {
  background: #868686;
}

.event-page.archive .event__main-posts--detail.event-artists-detail .cb-social-fb,
.event-page.archive .event__main-posts--detail.event-artists-detail .cb-social-tw,
.event-page.archive .event__main-posts--detail .cb-social-fb,
.event-page.archive .event__main-posts--detail .cb-social-tw {
  color: #000;
}

.event-page.archive .event__main-posts--detail.event-artists-detail .cb-social-fb a:hover,
.event-page.archive .event__main-posts--detail.event-artists-detail .cb-social-tw a:hover,
.event-page.archive .event__main-posts--detail .cb-social-fb a:hover,
.event-page.archive .event__main-posts--detail .cb-social-tw a:hover {
  color: rgba(0, 0, 0, 0.2);
}

.event-page.archive .event__main-posts--detail.event-artists-detail .post__info-genre ul li:hover,
.event-page.archive .event__main-posts--detail .post__info-genre ul li:hover {
  background: rgba(0, 0, 0, 0.2);
}

.event-page.archive .event__main-posts--detail.event-artists-detail .post__buttons-box a.button--info-blue,
.event-page.archive .event__main-posts--detail.event-artists-detail .post__buttons-box .button--info-blue,
.event-page.archive .event__main-posts--detail.event-artists-detail .post__buttons-box a.button--info,
.event-page.archive .event__main-posts--detail.event-artists-detail .post__buttons-box .button--info,
.event-page.archive .event__main-posts--detail .post__buttons-box a.button--info-blue,
.event-page.archive .event__main-posts--detail .post__buttons-box .button--info-blue,
.event-page.archive .event__main-posts--detail .post__buttons-box a.button--info,
.event-page.archive .event__main-posts--detail .post__buttons-box .button--info {
  background-color: #000;
  border: 1px solid #000;
}

.event-page.archive .event__main-posts--detail.event-artists-detail .post__buttons-box a.button--info-blue:hover,
.event-page.archive .event__main-posts--detail.event-artists-detail .post__buttons-box .button--info-blue:hover,
.event-page.archive .event__main-posts--detail.event-artists-detail .post__buttons-box a.button--info:hover,
.event-page.archive .event__main-posts--detail.event-artists-detail .post__buttons-box .button--info:hover,
.event-page.archive .event__main-posts--detail .post__buttons-box a.button--info-blue:hover,
.event-page.archive .event__main-posts--detail .post__buttons-box .button--info-blue:hover,
.event-page.archive .event__main-posts--detail .post__buttons-box a.button--info:hover,
.event-page.archive .event__main-posts--detail .post__buttons-box .button--info:hover {
  background-color: #868686;
  border: 1px solid #868686;
}

.event-page.event-listing.archive .post--recomend,
.event-page.event-festival-listing.archive .post--recomend,
.event-page.event-tour-listing.archive .post--recomend {
  border-color: rgba(0, 0, 0, 0.2);
}

.event-page.event-listing.archive .post__buttons-breadcrumb a,
.event-page.event-festival-listing.archive .post__buttons-breadcrumb a,
.event-page.event-tour-listing.archive .post__buttons-breadcrumb a {
  color: #000;
}

.event-page.event-listing.archive .post__buttons-breadcrumb a:hover,
.event-page.event-festival-listing.archive .post__buttons-breadcrumb a:hover,
.event-page.event-tour-listing.archive .post__buttons-breadcrumb a:hover {
  color: #868686;
}

.event-page.event-listing.archive .post__recomend--rec,
.event-page.event-listing.archive .post__info-genre ul li:hover,
.event-page.event-festival-listing.archive .post__recomend--rec,
.event-page.event-festival-listing.archive .post__info-genre ul li:hover,
.event-page.event-tour-listing.archive .post__recomend--rec,
.event-page.event-tour-listing.archive .post__info-genre ul li:hover {
  background: rgba(0, 0, 0, 0.2);
}

.event-page.event-listing.archive .post__recomend--new,
.event-page.event-festival-listing.archive .post__recomend--new,
.event-page.event-tour-listing.archive .post__recomend--new {
  background: #000;
}

.event-page.event-listing.archive .post__info-festival--sub,
.event-page.event-festival-listing.archive .post__info-festival--sub,
.event-page.event-tour-listing.archive .post__info-festival--sub {
  color: #868686;
}

.event-page.event-listing.archive .post__info-festival--sub::after, .event-page.event-listing.archive .post__info-festival--sub::before,
.event-page.event-festival-listing.archive .post__info-festival--sub::after,
.event-page.event-festival-listing.archive .post__info-festival--sub::before,
.event-page.event-tour-listing.archive .post__info-festival--sub::after,
.event-page.event-tour-listing.archive .post__info-festival--sub::before {
  background: #868686;
}

.event-page.event-listing.archive a.button--info,
.event-page.event-listing.archive .button--info,
.event-page.event-festival-listing.archive a.button--info,
.event-page.event-festival-listing.archive .button--info,
.event-page.event-tour-listing.archive a.button--info,
.event-page.event-tour-listing.archive .button--info {
  background-color: #000;
  border-color: #000;
}

.event-page.event-listing.archive a.button--info:hover,
.event-page.event-listing.archive .button--info:hover,
.event-page.event-festival-listing.archive a.button--info:hover,
.event-page.event-festival-listing.archive .button--info:hover,
.event-page.event-tour-listing.archive a.button--info:hover,
.event-page.event-tour-listing.archive .button--info:hover {
  color: #ffffff;
  background-color: #868686;
  border-color: #868686;
}

.event-page.event-listing.archive .post__info-artist.cb-post-title a,
.event-page.event-listing.archive .post__info-festival.cb-post-title a,
.event-page.event-festival-listing.archive .post__info-artist.cb-post-title a,
.event-page.event-festival-listing.archive .post__info-festival.cb-post-title a,
.event-page.event-tour-listing.archive .post__info-artist.cb-post-title a,
.event-page.event-tour-listing.archive .post__info-festival.cb-post-title a {
  color: #000;
}

.event-page.event-listing.archive .post__info-artist.cb-post-title a:hover,
.event-page.event-listing.archive .post__info-festival.cb-post-title a:hover,
.event-page.event-festival-listing.archive .post__info-artist.cb-post-title a:hover,
.event-page.event-festival-listing.archive .post__info-festival.cb-post-title a:hover,
.event-page.event-tour-listing.archive .post__info-artist.cb-post-title a:hover,
.event-page.event-tour-listing.archive .post__info-festival.cb-post-title a:hover {
  color: #868686;
}

.event-page.event-listing.archive .post__info--participants-list li,
.event-page.event-festival-listing.archive .post__info--participants-list li,
.event-page.event-tour-listing.archive .post__info--participants-list li {
  color: #000;
}

.event-page.event-listing.archive .post__info--participants-list li:hover a,
.event-page.event-listing.archive .post__info--participants-list li:hover span,
.event-page.event-festival-listing.archive .post__info--participants-list li:hover a,
.event-page.event-festival-listing.archive .post__info--participants-list li:hover span,
.event-page.event-tour-listing.archive .post__info--participants-list li:hover a,
.event-page.event-tour-listing.archive .post__info--participants-list li:hover span {
  color: #868686;
}

/* 
* Festival-Info:
*/
.concert-tabs {
  margin-bottom: 50px;
}

.concert-tabs a,
.concert-tabs .icon {
  color: #cc6600;
}

.concert-tabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.5px;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 15px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .concert-tabs .tabs {
    margin: 0;
  }
}

.concert-tabs .tabs > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #161616;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  cursor: pointer;
  padding: 10px;
  margin-right: 25px;
}

.concert-tabs .tabs > li span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #161616;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.75px;
  line-height: 18px;
  pointer-events: none;
}

.concert-tabs .tabs > li.active {
  z-index: 1;
  color: #ffffff;
  background-color: #161616;
}

.concert-tabs .tabs > li.active span {
  color: #ffffff;
}

.concert-tabs .tabs > li:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .concert-tabs .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
  .concert-tabs .tabs > li {
    margin-right: 0;
    border-bottom: 1px solid #d8d8d8;
  }
}

.concert-tabs .tab__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
}

.concert-tabs .tab__content > li {
  padding: 0;
  overflow: hidden;
  width: 100%;
  display: none;
  list-style: none;
}

@media (max-width: 468px) {
  .concert-tabs .tab__content > li {
    padding: 10px;
  }
}

.concert-tabs .tab__content li.active {
  display: block;
}

.concert-tabs .column-2 time,
.concert-tabs .column-2 p,
.concert-tabs .column-2 span,
.concert-tabs .column-2 li {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08px;
  line-height: 27px;
  color: #000;
}

.concert-tabs .column-2 ul li {
  font-weight: 500;
  padding-bottom: 0;
}

.concert-tabs .column-2 ul ul li {
  font-weight: 300;
}

.concert-tabs .participants-info--item {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative;
  padding: 0;
  margin-bottom: 2px;
}

.concert-tabs .participants-info--item a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: #e68e09;
}

.concert-tabs .participants-info--item a:hover .column-1 > p,
.concert-tabs .participants-info--item a:hover .column-1 .date p,
.concert-tabs .participants-info--item a:hover .column-1 .day p,
.concert-tabs .participants-info--item a:hover .column-1 span:not(.status),
.concert-tabs .participants-info--item a:hover .column-2 > p,
.concert-tabs .participants-info--item a:hover .column-2 .date p,
.concert-tabs .participants-info--item a:hover .column-2 .day p,
.concert-tabs .participants-info--item a:hover .column-2 span:not(.status) {
  color: #ffffff;
}

.concert-tabs .participants-info--item a:hover .icon {
  border-color: #ffffff;
}

.concert-tabs .participants-info--item a:hover .icon:before {
  border-color: #ffffff;
}

.concert-tabs .participants-info--item .info-row {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding: 16px 19px;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .concert-tabs .participants-info--item .info-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .concert-tabs .participants-info--item .info-row {
    padding: 14px 19px;
  }
}

@media (max-width: 640px) {
  .concert-tabs .participants-info--item .info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
}

.concert-tabs .participants-info--item .info-row .column-1,
.concert-tabs .participants-info--item .info-row .column-2 {
  padding: 0;
}

.concert-tabs .participants-info--item .info-row .column-1 {
  width: 110px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 13px;
}

@media (max-width: 640px) {
  .concert-tabs .participants-info--item .info-row .column-1 {
    margin: 0 0 15px 0;
  }
}

.concert-tabs .participants-info--item .info-row .column-1 .date {
  color: #161616;
}

.concert-tabs .participants-info--item .info-row .column-1 .date p {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase;
}

.concert-tabs .participants-info--item .info-row .column-1 .date p span {
  font-family: 'Raleway', sans-serif;
  padding: 0 3px;
  font-size: 21px;
  font-weight: 300;
}

.concert-tabs .participants-info--item .info-row .column-1 .day {
  color: #161616;
}

.concert-tabs .participants-info--item .info-row .column-1 .day p {
  text-transform: uppercase;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 2.5px;
  line-height: 12px;
  text-align: center;
}

.concert-tabs .participants-info--item .info-row .column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.concert-tabs .participants-info--item .info-row .column-2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  color: #e68e09;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 25px;
  padding-right: 40px;
}

.concert-tabs .participants-info--item .info-row .column-2 span {
  color: #e68e09;
  font-size: 21px;
  font-weight: 300;
  margin-left: 5px;
  display: contents;
}

.concert-tabs .participants-info--item .info-row .column-2 .status {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: #c81515;
  margin-left: 0;
  display: inline;
  line-height: 18px;
}

.concert-tabs .participants-info--item .info-row .icon {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #161616;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 14px;
  width: 30px;
  height: 30px;
}

.concert-tabs .participants-info--item .info-row .icon:before {
  content: '';
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.concert-tabs .participants-info--item.selected a {
  background: rgba(230, 142, 9, 0.2);
}

.concert-tabs .participants-info--item.selected a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: #e68e09;
}

.concert-tabs .participants-info--item.no-active {
  pointer-events: none;
}

.concert-tabs .participants-info--item.no-active .info-row .column-1 > p span,
.concert-tabs .participants-info--item.no-active .info-row .column-1 > p,
.concert-tabs .participants-info--item.no-active .info-row .column-1 .date p,
.concert-tabs .participants-info--item.no-active .info-row .column-1 .day p,
.concert-tabs .participants-info--item.no-active .info-row .column-2 > p span,
.concert-tabs .participants-info--item.no-active .info-row .column-2 > p,
.concert-tabs .participants-info--item.no-active .info-row .column-2 .date p,
.concert-tabs .participants-info--item.no-active .info-row .column-2 .day p {
  color: rgba(0, 0, 0, 0.5);
}

.concert-tabs .participants-info--item.no-active .info-row .column-1 span:not(.status),
.concert-tabs .participants-info--item.no-active .info-row .column-2 span:not(.status) {
  color: rgba(0, 0, 0, 0.5);
}

.concert-tabs .participants-info--item.no-active .info-row .icon {
  border-color: rgba(0, 0, 0, 0.5);
}

.concert-tabs .participants-info--item.no-active .info-row .icon:before {
  border-color: rgba(0, 0, 0, 0.5);
}

.concert-tabs .participants-info--item.no-active-past .info-row .column-1 > p span,
.concert-tabs .participants-info--item.no-active-past .info-row .column-1 > p,
.concert-tabs .participants-info--item.no-active-past .info-row .column-1 .date p,
.concert-tabs .participants-info--item.no-active-past .info-row .column-1 .day p,
.concert-tabs .participants-info--item.no-active-past .info-row .column-2 > p span,
.concert-tabs .participants-info--item.no-active-past .info-row .column-2 > p,
.concert-tabs .participants-info--item.no-active-past .info-row .column-2 .date p,
.concert-tabs .participants-info--item.no-active-past .info-row .column-2 .day p {
  color: rgba(0, 0, 0, 0.5);
}

.concert-tabs .participants-info--item.no-active-past .info-row .column-1 span:not(.status),
.concert-tabs .participants-info--item.no-active-past .info-row .column-2 span:not(.status) {
  color: rgba(0, 0, 0, 0.5);
}

.concert-tabs .participants-info--item.no-active-past .info-row .icon {
  border-color: rgba(0, 0, 0, 0.5);
}

.concert-tabs .participants-info--item.no-active-past .info-row .icon:before {
  border-color: rgba(0, 0, 0, 0.5);
}

.concert-tabs .participants-info--item.no-active-past:hover .info-row {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.2);
}

.concert-tabs .participants-info--item.no-active-past.selected .info-row {
  background-color: #f2f2f2;
}

.concert-tabs .participants-info--item.no-active-past.selected .info-row:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.2);
}

.concert-tabs .participants-info hr.top-line {
  display: none;
}

.concert-tabs .participants-info hr {
  background: #d8d8d8;
  height: 1px;
  margin: 2px 15px 0;
}

.concert-tabs .info-row + .participants-info .participants-info--item:first-child {
  margin-top: 4px;
}

.concert-tabs .info-row + .participants-info .participants-info--item:first-child hr.top-line {
  display: block;
  margin-bottom: 2px;
}

.concert-tabs .guarantee-text {
  margin-top: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.concert-tabs .guarantee-text p {
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.08px;
  line-height: 27px;
}

.festival-map {
  margin: 29px 15px 0;
}

.festival-map iframe {
  border: 0;
  width: 100%;
  min-height: 400px;
}

@media (max-width: 767px) {
  .festival-map {
    margin: 29px 0 0;
  }
}

/* 
* main-block:
*/
.event-artists-detail {
  /*
    * Audio / Video
    *
    */
}

.event-artists-detail .event__main-posts--detail {
  background-color: rgba(37, 121, 192, 0.2);
}

.event-artists-detail .event__main-posts--detail .cb-social-fb > a:hover,
.event-artists-detail .event__main-posts--detail .cb-social-tw > a:hover {
  color: #2579c0;
}

.event-artists-detail .event__main-posts--detail .post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.event-artists-detail .event__main-posts--detail .post__info-artist {
  color: #2579c0;
}

.event-artists-detail .event__main-posts--detail .post__info-genre {
  margin-bottom: 15px;
}

.event-artists-detail .event__main-posts--detail .post__info-genre ul li:hover {
  background: #2579c0;
}

.event-artists-detail .event__main-posts--detail .post__info-time p {
  font-family: 'Montserrat', sans-serif;
  color: #2579c0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 6px;
}

.event-artists-detail .event__main-posts--detail .post__buttons a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1155px) {
  .event-artists-detail .event__main-posts--detail .post__buttons {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

@media screen and (max-width: 670px) {
  .event-artists-detail .event__main-posts--detail .post__buttons {
    margin-top: 30px;
  }
}

.event-artists-detail .concert-tabs .tabs {
  margin-bottom: 15px;
}

.event-artists-detail .concert-tabs a {
  color: #2579c0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08px;
  line-height: 27px;
}

.event-artists-detail .concert-tabs a.toggle-text-link {
  text-decoration: underline;
}

.event-artists-detail .concert-tabs a:not(.participants-link):hover {
  color: #185a91;
}

.event-artists-detail .concert-tabs ul.breadcrumb-list.default a:not(.disabled) {
  color: #2579c0;
  text-decoration: underline;
  font-weight: 600;
}

.event-artists-detail .concert-tabs ul.breadcrumb-list.default a:not(.disabled) span {
  color: #2579c0;
}

.event-artists-detail .concert-tabs ul.breadcrumb-list.default a:not(.disabled):hover {
  color: #185a91;
}

.event-artists-detail .concert-tabs ul.breadcrumb-list.default a:not(.disabled):hover span {
  color: #185a91;
}

.event-artists-detail .concert-tabs ul.breadcrumb-list.default a.external {
  text-decoration: none;
}

.event-artists-detail .concert-tabs ul.breadcrumb-list.default a.external span {
  color: #2579c0;
}

.event-artists-detail .concert-tabs ul.breadcrumb-list.default a.external span:hover {
  color: #185a91;
}

.event-artists-detail .concert-tabs ul.breadcrumb-list.default .js-popup--text {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: scroll;
}

@media screen and (max-width: 1050px) {
  .event-artists-detail .concert-tabs ul.breadcrumb-list.default .js-popup--text {
    padding: 58px 0;
  }
}

.event-artists-detail .concert-tabs ul.breadcrumb-list.default .js-popup--text .content--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.event-artists-detail .concert-tabs ul.breadcrumb-list.default .js-popup--text .content {
  border: 1px solid #185a91;
  border-radius: 10px;
  background: #ffffff;
  padding: 50px;
  margin: auto;
  width: 90%;
  max-width: 1140px;
}

@media screen and (max-width: 670px) {
  .event-artists-detail .concert-tabs ul.breadcrumb-list.default .js-popup--text .content {
    padding: 20px;
  }
}

@media screen and (max-width: 670px) {
  .event-artists-detail .concert-tabs ul.breadcrumb-list.default .js-popup--text .content {
    width: 100%;
  }
}

.event-artists-detail .concert-tabs ul.breadcrumb-list.default .js-popup--text .close {
  text-align: end;
}

.event-artists-detail .concert-tabs ul.breadcrumb-list.default .js-popup--text .close a {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.17px;
  line-height: 14px;
  text-align: center;
  width: auto;
  padding: 14px;
  margin-left: auto;
  margin-top: 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  min-width: 166px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: #2579c0;
  border: 1px solid #2579c0;
  color: #ffffff;
}

.event-artists-detail .concert-tabs ul.breadcrumb-list.default .js-popup--text .close a:hover {
  border: 1px solid #185a91;
  background-color: #185a91;
  color: #ffffff;
}

.event-artists-detail .concert-tabs .festival__tour--card {
  overflow: hidden;
  position: relative;
  background: #2579c0;
  border-radius: 14px;
  padding: 15px;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .event-artists-detail .concert-tabs .festival__tour--card {
    padding-top: 35px;
  }
}

.event-artists-detail .concert-tabs .festival__tour--card .post__info-title {
  text-align: center;
  margin: 0;
}

.event-artists-detail .concert-tabs .festival__tour--card .post__info-title + .post__info--box {
  margin-top: 10px;
}

.event-artists-detail .concert-tabs .festival__tour--card .post__info-title + .post__info--guest,
.event-artists-detail .concert-tabs .festival__tour--card .post__info--box + .post__info--guest {
  margin-top: 15px;
}

.event-artists-detail .concert-tabs .festival__tour--card .post__info-festival,
.event-artists-detail .concert-tabs .festival__tour--card .post__info-festival--sub {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.event-artists-detail .concert-tabs .festival__tour--card .post__info-festival::before, .event-artists-detail .concert-tabs .festival__tour--card .post__info-festival::after,
.event-artists-detail .concert-tabs .festival__tour--card .post__info-festival--sub::before,
.event-artists-detail .concert-tabs .festival__tour--card .post__info-festival--sub::after {
  width: 14%;
  background: #d3e4f2;
}

.event-artists-detail .concert-tabs .festival__tour--card .post__info-festival--sub {
  color: #d3e4f2;
}

.event-artists-detail .concert-tabs .festival__tour--card .attention {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5px 27px 5px 13px;
}

.event-artists-detail .concert-tabs .festival__tour--card .post__info-information-box {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.event-artists-detail .concert-tabs .festival__tour--card .post__info-information-box > p {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 13px;
  padding: 5px 12px;
}

.event-artists-detail .concert-tabs .festival__tour--card .post__info--guest p {
  color: #d3e4f2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
}

.event-artists-detail .concert-tabs .festival__tour--card .post__info--guest p.post__info--guest-name {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.08px;
  line-height: 29px;
}

.event-artists-detail .concert-tabs .festival__tour--card .post__info--guest p.post__info--guest-name span {
  color: #d3e4f2;
  font-weight: 300;
}

.event-artists-detail .concert-tabs .participants-info {
  margin: 0 0 30px;
}

.event-artists-detail .concert-tabs .participants-info a {
  text-decoration: none;
}

.event-artists-detail .concert-tabs .participants-info--item a .column-1 {
  width: 15%;
  margin-right: 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 764px) {
  .event-artists-detail .concert-tabs .participants-info--item a .column-1 {
    width: 20%;
    margin-right: 30px;
  }
}

@media screen and (max-width: 640px) {
  .event-artists-detail .concert-tabs .participants-info--item a .column-1 {
    width: auto;
    margin-right: auto;
  }
}

.event-artists-detail .concert-tabs .participants-info--item a .column-2 {
  width: 75%;
}

@media screen and (max-width: 764px) {
  .event-artists-detail .concert-tabs .participants-info--item a .column-2 {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .event-artists-detail .concert-tabs .participants-info--item a .column-2 {
    width: 80%;
  }
}

.event-artists-detail .concert-tabs .participants-info--item a .column-2 p {
  color: #2579c0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  margin: 1px 0;
}

.event-artists-detail .concert-tabs .participants-info--item a .column-2 p:last-child {
  margin-bottom: 0;
}

.event-artists-detail .concert-tabs .participants-info--item a .column-2 p span {
  color: #2579c0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
}

.event-artists-detail .concert-tabs .participants-info--item .attention {
  position: absolute;
  top: 50%;
  right: 70px;
  width: 151px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .event-artists-detail .concert-tabs .participants-info--item .attention {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 15px;
  }
}

.event-artists-detail .concert-tabs .participants-info--item a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: #2579c0;
}

.event-artists-detail .concert-tabs .participants-info--item a:hover .column-1 > p,
.event-artists-detail .concert-tabs .participants-info--item a:hover .column-1 .date p,
.event-artists-detail .concert-tabs .participants-info--item a:hover .column-1 .day p,
.event-artists-detail .concert-tabs .participants-info--item a:hover .column-1 span:not(.status),
.event-artists-detail .concert-tabs .participants-info--item a:hover .column-2 > p,
.event-artists-detail .concert-tabs .participants-info--item a:hover .column-2 .date p,
.event-artists-detail .concert-tabs .participants-info--item a:hover .column-2 .day p,
.event-artists-detail .concert-tabs .participants-info--item a:hover .column-2 span:not(.status) {
  color: #ffffff;
}

.event-artists-detail .concert-tabs .participants-info--item a:hover .icon {
  border-color: #ffffff;
}

.event-artists-detail .concert-tabs .participants-info--item a:hover .icon:before {
  border-color: #ffffff;
}

.event-artists-detail .concert-tabs .participants-info--item.selected a {
  background: rgba(37, 121, 192, 0.2);
}

.event-artists-detail .concert-tabs .participants-info--item.selected a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: #2579c0;
}

.event-artists-detail .concert-tabs .participants-info--item.selected a:hover .column-1 > p,
.event-artists-detail .concert-tabs .participants-info--item.selected a:hover .column-1 .date p,
.event-artists-detail .concert-tabs .participants-info--item.selected a:hover .column-1 .day p,
.event-artists-detail .concert-tabs .participants-info--item.selected a:hover .column-1 span:not(.status),
.event-artists-detail .concert-tabs .participants-info--item.selected a:hover .column-2 > p,
.event-artists-detail .concert-tabs .participants-info--item.selected a:hover .column-2 .date p,
.event-artists-detail .concert-tabs .participants-info--item.selected a:hover .column-2 .day p,
.event-artists-detail .concert-tabs .participants-info--item.selected a:hover .column-2 span:not(.status) {
  color: #ffffff;
}

.event-artists-detail .concert-tabs .participants-info--item.selected a:hover .icon {
  border-color: #ffffff;
}

.event-artists-detail .concert-tabs .participants-info--item.selected a:hover .icon:before {
  border-color: #ffffff;
}

.event-artists-detail .audio__video {
  margin: 20px 15px;
}

@media (max-width: 767px) {
  .event-artists-detail .audio__video {
    margin: 20px 0;
  }
}

.event-artists-detail .audio__video .player-box:first-child {
  margin-top: 0;
}

.event-artists-detail .audio__video .player-box:last-child {
  margin-bottom: 0;
}

.event-artists-detail .player-box {
  margin: 30px auto;
}

.event-artists-detail .player-box iframe {
  width: 100%;
}

.event-artists-detail .spotify iframe {
  height: 460px;
}

.event-artists-detail .magazin-artikel {
  margin: 60px 15px;
}

@media (max-width: 767px) {
  .event-artists-detail .magazin-artikel {
    margin: 60px 0px;
  }
}

.event-artists-detail .magazin-artikel--title {
  margin: 0 0 30px 0;
  overflow: hidden;
}

.event-artists-detail .magazin-artikel .magazin-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .event-artists-detail .magazin-artikel .magazin-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.event-artists-detail .magazin-artikel .magazin-wrapper .magazin-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 15px 15px 0;
  -ms-flex-preferred-size: calc((100% - 2 * 15px) / 3);
      flex-basis: calc((100% - 2 * 15px) / 3);
}

.event-artists-detail .magazin-artikel .magazin-wrapper .magazin-box:nth-child(3n) {
  margin: 0 0 15px 0;
}

@media (max-width: 767px) {
  .event-artists-detail .magazin-artikel .magazin-wrapper .magazin-box {
    -ms-flex-preferred-size: calc((100% - 1 * 15px) / 2);
        flex-basis: calc((100% - 1 * 15px) / 2);
  }
  .event-artists-detail .magazin-artikel .magazin-wrapper .magazin-box:nth-child(2n) {
    margin: 0 0 15px 0;
  }
  .event-artists-detail .magazin-artikel .magazin-wrapper .magazin-box:nth-child(3n) {
    margin: 0 15px 15px 0;
  }
}

@media (max-width: 640px) {
  .event-artists-detail .magazin-artikel .magazin-wrapper .magazin-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 15px 0;
  }
  .event-artists-detail .magazin-artikel .magazin-wrapper .magazin-box:nth-child(2n), .event-artists-detail .magazin-artikel .magazin-wrapper .magazin-box:nth-child(3n) {
    margin: 15px 0;
  }
}

.event-artists-detail .magazin-artikel .magazin-wrapper .magazin-box time {
  color: #000;
  font-family: 'Raleway', sans-serif;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08px;
  line-height: 27px;
}

.event-artists-detail .magazin-artikel .magazin-wrapper .magazin-box p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08px;
  line-height: 18px;
}

.event-tour-listing .post--recomend {
  border-color: #185a91;
}

.event-tour-listing .post__recomend--rec,
.event-tour-listing .post__info-genre ul li:hover {
  background: #2579c0;
}

.event-tour-listing .post__recomend--new {
  background: #185a91;
}

.event-tour-listing .post__info-festival--sub {
  color: #2579c0;
}

.event-tour-listing .post__info-festival--sub::after, .event-tour-listing .post__info-festival--sub::before {
  background: #2579c0;
}

.event-tour-listing .post__info--participants-list li {
  color: #2579c0;
}

.event-tour-listing .post__info--participants-list li:hover a,
.event-tour-listing .post__info--participants-list li:hover span {
  color: #185a91;
}

.event-tour-listing a.button--info,
.event-tour-listing .button--info {
  background-color: #2579c0;
  border-color: #2579c0;
}

.event-tour-listing a.button--info:hover,
.event-tour-listing .button--info:hover {
  color: #ffffff;
  background-color: #185a91;
}

.event-tour-listing .post__info-artist.cb-post-title a,
.event-tour-listing .post__info-festival.cb-post-title a {
  color: #2579c0;
}

.event-tour-listing .post__info-artist.cb-post-title a:hover,
.event-tour-listing .post__info-festival.cb-post-title a:hover {
  color: #185a91;
}

.event-tour-listing .post__info-time p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  display: inline;
}

.event-tour-listing .post__info-time time {
  white-space: nowrap;
}

.event-tour-listing.archive a.button {
  font-size: 10px;
}

/* 
* main-block:
*/
.event__main-posts--detail {
  background: rgba(230, 142, 9, 0.2);
  padding: 15px;
  margin-bottom: 23px;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 670px) {
  .event__main-posts--detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 992px) {
  .event__main-posts--detail {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.event__main-posts--detail .post {
  width: 100%;
  margin: 0;
  border: none;
}

.event__main-posts--detail .post__wrapper {
  margin: 0;
}

@media screen and (max-width: 1155px) {
  .event__main-posts--detail .post__image {
    margin-bottom: 15px;
  }
}

@media (max-width: 468px) {
  .event__main-posts--detail .post__image {
    width: 100%;
  }
}

.event__main-posts--detail .social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event__main-posts--detail .social-container p {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.07px;
  line-height: 13px;
}

.event__main-posts--detail .social-container .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
}

.event__main-posts--detail .social-container .social-box li {
  margin-left: 14px;
  padding: 0;
}

.event__main-posts--detail .social-container .social-box .icon {
  line-height: 17px;
  display: block;
}

.event__main-posts--detail .social-container .social-box .icon:before {
  display: block;
  font-size: 19px;
}

.sticky__sidebar--small .sticky__sidebar-wrapper {
  margin-left: 15px;
}

.sticky__sidebar-wrapper {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin-top: 30px;
  margin-left: 30px;
  position: static;
  z-index: 9;
}

.sticky__sidebar-wrapper .active-btn {
  display: none;
}

@media screen and (max-width: 1050px) {
  .sticky__sidebar-wrapper {
    margin: 0;
    right: 0;
    position: fixed;
    top: 58px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .sticky__sidebar-wrapper .active-btn {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-right: none;
    width: 50px;
    height: 50px;
    background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 20%;
    left: -50px;
  }
}

@media screen and (max-width: 1050px) and (max-width: 468px) {
  .sticky__sidebar-wrapper .active-btn {
    top: 10%;
  }
}

@media screen and (max-width: 1050px) {
  .sticky__sidebar-wrapper .active-btn span {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-size: 35px;
    color: #000;
  }
  .sticky__sidebar-wrapper.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sticky__sidebar-wrapper.active .active-btn span {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@media screen and (max-width: 1050px) and (max-width: 468px) {
  .sticky__sidebar-wrapper.active {
    width: 100%;
  }
  .sticky__sidebar-wrapper.active .catalog__filter {
    width: initial;
  }
  .sticky__sidebar-wrapper.active .inner-wrapper-sticky {
    width: initial;
  }
  .sticky__sidebar-wrapper.active .active-btn {
    background: transparent;
    border: none;
    top: 0;
    left: auto;
    right: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 1050px) {
  .sticky__sidebar {
    max-height: 100vh;
    overflow: scroll;
  }
}

.catalog__filter {
  width: 360px;
}

@media screen and (max-width: 1050px) {
  .catalog__filter:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    z-index: -1;
    top: 100%;
  }
}

.catalog__filter .inner-wrapper-sticky {
  background-color: #f2f2f2;
  overflow: hidden;
  width: 360px;
  padding: 30px;
}

@media screen and (max-width: 1050px) {
  .catalog__filter .inner-wrapper-sticky {
    padding-bottom: 150px;
  }
}

.catalog__filter-item {
  padding-bottom: 30px;
}

.catalog__filter-item .city-select li {
  padding: 0 20px 15px 34px;
}

.catalog__filter button {
  width: 100%;
  margin-bottom: 30px;
}

.genre-select {
  overflow: hidden;
}

.genre-select .genre-list {
  overflow-y: scroll;
  max-height: 240px;
}

.genre-select .genre-list::-webkit-scrollbar {
  width: 4px;
  /* width of the entire scrollbar */
}

.genre-select .genre-list::-webkit-scrollbar-track {
  background: #e4e4e4;
  /* color of the tracking area */
}

.genre-select .genre-list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

.genre-select li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 15px 0;
  margin: 0;
}

.genre-select li label {
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.genre-select li label span {
  font-weight: 600;
  margin-left: 20px;
}

.genre-open {
  display: none;
  margin-top: 15px;
  text-align: center;
}

.genre-open p {
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 11px;
  color: #161616;
  text-transform: uppercase;
  text-decoration: underline;
}

.select-option {
  position: relative;
  cursor: pointer;
}

.select-option:after {
  position: absolute;
  pointer-events: none;
  content: '';
  width: 3px;
  height: 3px;
  right: 22px;
  top: 50%;
  border: solid #161616;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-left: 5px;
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}

.select-option select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select-option.default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-option.default select {
  height: auto;
  vertical-align: top;
  padding: 0 5px;
  padding-right: 30px;
  background: transparent;
  font-size: 10px;
}

.select-option.default select option {
  padding: 0 2px;
}

.select-option.default:after {
  position: absolute;
  border: solid #888;
  border-width: 0 2px 2px 0;
  top: 60%;
  width: 2px;
  height: 2px;
  right: 10px;
}

/*
 * input styles
 */
/*
 * checkbox styles
 */
input[type='checkbox'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}

input[type='checkbox'] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: center;
}

input[type='checkbox'] + label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #979797;
  border-radius: 0.25em;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

input[type='checkbox']:checked + label::after {
  content: '';
  width: 14px;
  height: 14px;
  left: 2px;
  position: absolute;
  display: inline-block;
  visibility: visible;
  background-color: #161616;
  border-radius: 0.25em;
  z-index: 2;
}

input[type='text'],
input[type='date'],
select {
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
  height: 60px;
  outline: 0;
  background: #e4e4e4;
  border: 0;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
}

input:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
}

input::-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
}

input::placeholder {
  font-family: 'Montserrat', sans-serif;
}

select {
  padding: 10px 50px 10px 20px;
}

label {
  font-family: 'Montserrat', sans-serif;
  border-bottom: 3px solid #161616;
  color: #161616;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07px;
  line-height: 1.2;
}

li label {
  border-bottom: none;
  margin: 0 0 15px 0;
}

.date-pop-up {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  height: 0;
}

.date-pop-up.active {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  height: 80px;
  padding: 10px 0;
}

.date-pop-up p {
  text-align: center;
}

form button:last-child {
  margin-bottom: 60px;
}

/*
    * autocomplete styles
    */
body .ui-menu {
  background: #e4e4e4;
}

body .ui-menu > .ui-menu-item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

body .ui-menu .ui-state-active,
body .ui-menu .ui-widget-content .ui-state-active,
body .ui-menu .ui-widget-header .ui-state-active,
body .ui-menu a.ui-button:active,
body .ui-menu .ui-button:active,
body .ui-menu .ui-button.ui-state-active:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border: none;
  background: inherit;
  color: #cc6600;
  margin: 0;
}

.sticky__sidebar-wrapper.wp-widgets {
  margin: 0;
}

.sticky__sidebar-wrapper.wp-widgets .sticky__sidebar {
  max-width: 360px;
  width: 100%;
  margin-top: 30px;
  margin-left: 15px;
}

.sticky__sidebar-wrapper.wp-widgets .catalog__filter .inner-wrapper-sticky {
  overflow: hidden;
  padding: 0;
}

.sticky__sidebar-wrapper.wp-widgets .sidebar {
  margin-top: 0;
}

.sticky__sidebar-wrapper.wp-widgets .widget {
  margin: 30px 0;
}

.sticky__sidebar-wrapper.wp-widgets .widget:first-child {
  margin-top: 0;
}

.sticky__sidebar-wrapper.wp-widgets .widget:last-child {
  margin-bottom: 0;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  background: #f2f2f2;
}

.ui-state-default.ui-state-highlight.ui-state-active.ui-state-hover {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
}

/*
* Pagination Page 
*/
.pagination {
  padding: 0 0 50px;
}

.pagination--list {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}

.pagination--list li {
  display: inline;
  text-align: center;
}

.pagination--list li.active a {
  color: #ffffff;
  cursor: default;
  outline: none;
}

.pagination--list li.active a, .pagination--list li:active a {
  background-color: #161616;
}

.pagination--list li:focus a, .pagination--list li:hover a {
  color: #ffffff;
  background-color: #161616;
}

.pagination--list a {
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  font-weight: 400;
  display: inline-block;
  padding: 5px 12px;
  font-size: 9px;
  min-width: 35px;
  margin: 0 10px 10px 0;
  border: 1px solid #e6e6e6;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.pagination .page-numbers.dots:hover {
  background-color: transparent;
  color: inherit;
  border-color: transparent;
}

.event__main {
  overflow: hidden;
  margin-top: 30px;
  width: 100%;
  /*
    * Filter side bar
    */
}

.event__main .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event__main ul.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.event__main ul.breadcrumb-list.default {
  padding: 0;
  margin: 0;
}

.event__main ul.breadcrumb-list.default li {
  padding-right: 15px;
}

.event__main ul.breadcrumb-list.default li:last-child {
  padding-right: 0;
}

.event__main ul.breadcrumb-list.default li,
.event__main ul.breadcrumb-list.default a {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08px;
  line-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.event__main ul.breadcrumb-list.default a:not(.disabled) {
  color: #e68e09;
  text-decoration: underline;
  font-weight: 600;
}

.event__main ul.breadcrumb-list.default a:not(.disabled) span {
  color: #e68e09;
}

.event__main ul.breadcrumb-list.default a:not(.disabled):hover {
  color: #cc6600;
}

.event__main ul.breadcrumb-list.default a:not(.disabled):hover span {
  color: #cc6600;
}

.event__main ul.breadcrumb-list.default a.external {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.event__main ul.breadcrumb-list.default a.external span {
  margin-left: 0;
  color: #e68e09;
}

.event__main ul.breadcrumb-list.default a.external span:hover {
  color: #cc6600;
}

.event__main ul.breadcrumb-list.default li:after {
  margin-left: 10px;
  margin-bottom: 2px;
  border-width: 0 1px 1px 0;
  padding: 3px;
}

.event__main ul.breadcrumb-list:not(.default) li:first-child {
  padding-right: 14px;
}

.event__main ul.breadcrumb-list:not(.default) li:first-child a {
  display: block;
  height: 100%;
}

.event__main ul.breadcrumb-list:not(.default) li:first-child .icon {
  position: relative;
  width: 26px;
  height: 100%;
  display: block;
}

.event__main ul.breadcrumb-list:not(.default) li:first-child .icon-Path:before {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 1px;
}

.event__main ul.breadcrumb-list:not(.default) li:first-child .icon-Path:after {
  content: '\e909';
  display: inline-block;
  font-size: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 4px;
  right: -4px;
}

.event__main ul.breadcrumb-list a {
  cursor: pointer;
}

.event__main ul.breadcrumb-list li,
.event__main ul.breadcrumb-list a,
.event__main ul.breadcrumb-list span {
  padding: 0;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.07px;
  text-transform: none;
}

.event__main ul.breadcrumb-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}

.event__main ul.breadcrumb-list > li .icon {
  margin-left: 7px;
}

.event__main ul.breadcrumb-list > li .icon-arrow::before {
  display: inline-block;
  font-size: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.event__main ul.breadcrumb-list li.disabled-icon {
  padding-right: 0;
}

.event__main ul.breadcrumb-list li.disabled-icon .icon {
  display: none;
}

.event__main .page-title + .page-nav--wrapper {
  margin: 28px 0 0 0;
}

.event__main .page-nav--wrapper {
  margin: 0 0 15px 0;
  padding: 5px 0;
  border-top: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.07px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  .event__main .page-nav--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.event__main .event__main-filter {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 640px) {
  .event__main .event__main-filter {
    margin: 15px 0 0 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.event__main .event__main-filter label.sort-lable {
  font-family: 'Raleway', sans-serif;
  color: #2e2e2e;
  display: block;
  font-size: 11px;
  letter-spacing: 0.07px;
  border: none;
  text-transform: none;
  margin: 0 20px 0 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .event__main .event__main-filter label.sort-lable {
    margin-right: 10px;
  }
}

.event__main .event__main-filter select {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  letter-spacing: 0.07px;
  line-height: 13px;
}

/* 
* General style for ED page
*/
.event-detail {
  overflow: hidden;
}

.event-detail .page-nav--wrapper {
  margin: 0 15px 15px 15px;
  border-bottom: 1px solid #d8d8d8;
}

.event-detail .breadcrumb {
  width: 100%;
}

.event-detail ul.breadcrumb-list:not(.default) {
  width: 100%;
}

.event-detail ul.breadcrumb-list:not(.default) li a.active .icon-arrow {
  display: none;
}

.event-detail ul.breadcrumb-list:not(.default) li.back-btn {
  margin-left: auto;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.event-detail ul.breadcrumb-list:not(.default) li.back-btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 11px;
  font-weight: 400;
}

.event-detail ul.breadcrumb-list:not(.default) li.back-btn > a span {
  font-size: 14px;
}

.event-detail ul.breadcrumb-list:not(.default) li.back-btn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.event-detail ul.breadcrumb-list:not(.default) li.back-btn .icon-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.event-detail ul.breadcrumb-list:not(.default) li.back-btn .icon-arrow::before {
  font-size: 12px;
}

.event-detail ul.breadcrumb-list:not(.default) a.active,
.event-detail ul.breadcrumb-list:not(.default) .active span {
  font-weight: 700;
}

.event-detail ul.breadcrumb-list:not(.default) .back-btn {
  font-weight: 400;
}

.event-listing .post__buttons-breadcrumb li a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #e68e09;
}

.event-page.event-festival-listing .breadcrumb li a:hover,
.event-page.event-festival-listing .post__buttons-breadcrumb li a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #6a187f;
}

.event-page.event-tour-listing .breadcrumb li a:hover,
.event-page.event-tour-listing .post__buttons-breadcrumb li a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #185a91;
}

.event-detail ul.breadcrumb-list .back-btn a {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #e68e09;
}

.event-detail .post__buttons-breadcrumb li a:hover,
.event-detail ul.breadcrumb-list a:hover,
.event-detail ul.breadcrumb-list a:hover .icon,
.event-detail ul.breadcrumb-list li:first-child a:hover > .icon-Path:before,
.event-detail ul.breadcrumb-list li:first-child a:hover > .icon-Path::after,
.event-detail ul.breadcrumb-list a.active:hover,
.event-detail ul.breadcrumb-list .back-btn a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #cc6600;
}

.event-detail.festival ul.breadcrumb-list.default li:last-child a,
.event-detail.festival ul.breadcrumb-list .back-btn a {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #6a187f;
}

.event-detail.festival .post__buttons-breadcrumb li a:hover,
.event-detail.festival ul.breadcrumb-list.default li:last-child a:hover,
.event-detail.festival ul.breadcrumb-list a:hover,
.event-detail.festival ul.breadcrumb-list a:hover .icon,
.event-detail.festival
ul.breadcrumb-list
li:first-child
a:hover
> .icon-Path:before,
.event-detail.festival
ul.breadcrumb-list
li:first-child
a:hover
> .icon-Path::after,
.event-detail.festival ul.breadcrumb-list a.active:hover,
.event-detail.festival ul.breadcrumb-list .back-btn a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #561467;
}

.event-artists-detail.event-detail ul.breadcrumb-list.default li:last-child a,
.event-artists-detail.event-detail ul.breadcrumb-list .back-btn a {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #2579c0;
}

.event-artists-detail.event-detail .post__buttons-breadcrumb li a:hover,
.event-artists-detail.event-detail
ul.breadcrumb-list.default
li:last-child
a:hover,
.event-artists-detail.event-detail ul.breadcrumb-list li > a:hover,
.event-artists-detail.event-detail ul.breadcrumb-list li > a:hover .icon,
.event-artists-detail.event-detail
ul.breadcrumb-list
li:first-child
a:hover
> .icon-Path:before,
.event-artists-detail.event-detail
ul.breadcrumb-list
li:first-child
a:hover
> .icon-Path::after,
.event-artists-detail.event-detail ul.breadcrumb-list a.active:hover,
.event-artists-detail.event-detail ul.breadcrumb-list .back-btn a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #185a91;
}

.event-page.event-detail.archive ul.breadcrumb-list .back-btn a {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #000;
}

.event-page.event-detail.archive ul.breadcrumb-list.default li:last-child a {
  color: #868686;
}

.event-page.event-detail.archive ul.breadcrumb-list.default li:last-child a:hover {
  color: #000;
}

.event-page.event-detail.archive .post__buttons-breadcrumb li a:hover,
.event-page.event-detail.archive
ul.breadcrumb-list:not(.default)
li:first-child
a:hover
> .icon-Path:before,
.event-page.event-detail.archive
ul.breadcrumb-list:not(.default)
li:first-child
a:hover
> .icon-Path::after,
.event-page.event-detail.archive ul.breadcrumb-list:not(.default) a:hover,
.event-page.event-detail.archive ul.breadcrumb-list:not(.default) a:hover .icon,
.event-page.event-detail.archive
ul.breadcrumb-list:not(.default)
.back-btn
a:hover,
.event-page.event-detail.archive
ul.breadcrumb-list:not(.default)
.back-btn
a:hover
.icon {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: rgba(0, 0, 0, 0.2);
}

.event-page.event-detail.archive ul.breadcrumb-list a.active:hover,
.event-page.event-detail.archive ul.breadcrumb-list .back-btn a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #000;
}

.main-search {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 30px 30px 0;
  margin-top: 0;
  position: relative;
}

@media (max-width: 468px) {
  .main-search {
    padding: 30px 10px;
  }
}

.main-search--wrapper {
  margin: auto;
}

.main-search--title {
  overflow: hidden;
  margin: 0 auto 15px;
}

.main-search--title h2 {
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  display: inline-block;
  letter-spacing: 5px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 auto;
}

.main-search--title h2:after {
  content: none;
}

.main-search--title h2 span {
  font-size: inherit;
  text-transform: capitalize;
}

.main-search--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .main-search--form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.main-search--form-input {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .main-search--form-input {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.main-search--form-input input {
  padding-right: 45px;
}

.main-search--form-input span {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-search--form .submit-btn {
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .main-search--form .submit-btn {
    width: 100%;
  }
}

.main-search .breadcrumb__main-search {
  padding: 15px 0 0 0;
}

.main-search .breadcrumb__main-search label {
  font-family: 'Raleway', sans-serif;
  margin: 0 20px 0 0;
  color: #2e2e2e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07px;
  border-bottom: none;
  text-transform: none;
  padding-bottom: 0;
}

.main-search .breadcrumb__main-search ul:not(.default) li .icon,
.main-search .breadcrumb__main-search ul:not(.default) li:first-child .icon {
  display: none;
}

.main-search .breadcrumb__main-search li a:after {
  content: '|';
  padding-left: 5px;
}

.main-search .breadcrumb__main-search li:last-child a:after {
  content: none;
}

.main-search .search-popup {
  display: none;
  position: absolute;
  top: 50%;
  right: 50%;
  background: white;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.modal-active .main-search--form-input span.icon-search {
  cursor: pointer;
  pointer-events: all;
  width: 30px;
  height: 30px;
  text-align: end;
}

@media (max-width: 468px) {
  .modal-active .main-search--form-input input {
    font-size: 14px;
  }
  .modal-active .main-search--form-input input:placeholder {
    font-size: 14px;
  }
  .modal-active .main-search--form-input input.search--btn {
    font-size: 0;
  }
}

.post-not-found .main-search--form-input {
  margin-right: 0;
}

.post-not-found .main-search--form-input .icon-search {
  display: none;
}

input.search--btn {
  position: absolute;
  cursor: pointer;
  display: block;
  font-size: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  right: 0;
  bottom: 0;
  height: 60px;
  width: 50px;
}

.search-result {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 19px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #d8d8d8;
}

.search-result a,
.search-result p {
  font-family: 'Montserrat', sans-serif;
}

.event__main-posts + .search-result {
  border: none;
  padding-top: 0;
}

.search_page .main h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08px;
  line-height: 29px;
}

.search_page .main a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .search_page .main-search--form-input {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 468px) {
  .search_page .main-search--form-input {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.search_page .main .inner_search-form {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.search_page .main .inner_search-form h3.search-lable {
  margin-right: 20px;
  color: #161616;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08px;
  line-height: 29px;
  text-align: right;
}

.search_page .main .inner_search-form form.search [class^='icon-'] {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search_page .main .inner_search-form form.search input {
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  font-size: 16px;
  padding: 10px 20px 10px 50px;
  height: 60px;
  outline: 0;
  background: #e4e4e4;
  border: 0;
  cursor: pointer;
}

.search_page .main .inner_search-form form.search .search-submit {
  margin-bottom: 0;
}

@media (max-width: 468px) {
  .search_page .main .inner_search-form form.search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search_page .main .inner_search-form form.search .search-submit {
    width: 100%;
  }
}
/*# sourceMappingURL=global.css.map */