/*shared*/

.ticketlabel-event #olark-wrapper {
  display: none !important;
}

body {
    font-family: Montserrat,sans-serif;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 2.0em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
}

.btn-link-more {
    text-decoration: none;
}

.alert {
    text-align: center;
    padding: 1em;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background: #ffe000db;
}

.input {
    padding: 0.4rem 0.8rem;
    font-size: 1.0rem;
}

.mkdf-btn {
    padding: 8px 20px 8px !important;
}

.flex-grow {
    flex-grow: 1;
}

/*Event list page*/
.tl-events {
}

.tl-events .filters {
  padding: 0.5em 1em;
  margin-bottom: 1em;
  margin-top: 1em;
}

.tl-events .filters form {
  display: flex;
  flex-wrap: wrap;
}

.tl-events .filters input {
  flex-grow: 20;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.4;
  width: auto;
  margin: 0;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tl-events .filters button {
  flex-grow: 1;
}

.tl-events .tabs {
  display: flex;
  cursor: pointer;
}

.tl-events .tabs .tab-active {
  margin-right: 1em;
}

.tl-events .tabs .tab {
  padding: 0.5em 1em;
}

.tl-events .tabs .tab--active {
  border: 1px solid #ccc;
  border-bottom: 1px solid white;
  background: white;
  margin-bottom: -1px;
  z-index: 100;
}

.tl-events .pages {
  height: 80vh;
  position: relative;
  border-top: 1px solid #ccc;
}

.tl-events .pages .page-active {
  z-index: 1;
}


.tl-events .pages .page-archived {
  z-index: 0;
}

.tl-events .pages .page-active,
.tl-events .pages .page-archived {
  display: flex;
  /*height: 100%;*/
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  position: absolute;
  top: 1em;
  left: 0;
  background-color: white;
}

//.tl-events .pages .page-archived {
//  width: 100%;
//  height: 100%;
//  display: flex;
//  align-items: flex-start;
//  padding: 1em;
//  flex-wrap: wrap;
//  background-color: white;
//}

.tl-event-preview {
  flex: 1 0 30%;
  margin: 1%;
  max-width: 350px;
  position: relative;
}

.tl-event-preview__image {
  height: 275px;
}

.tl-event-preview__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 800px) {
  .tl-event-preview {
    flex: 0 0 46%;
    max-width: 46%;
    margin: 2%;
  }
}

@media only screen and (max-width: 500px) {
  .tl-event-preview {
    flex: 0 0 94%;
    max-width: 94%;
    margin: 3%;
  }
}

.tl-event-preview h2 {
  margin: 0;
  padding-top: 0.5em;
  font-size: 1.2em;
}

.tl-event-preview__image {
  width: 100%;
}

.tl-event-preview__start {
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: -1px 1px 15px black;
  padding: 16px;
  font-size: 0.9em;
  background: #000000db;
  color: #e4e4e4;
}

.tl-event-preview__image, img {
  width: 100%;
  object-fit: cover;
}

.tl-event-preview__footer {
  position: absolute;
  bottom: 0;
  background: #000000db;
  width: 100%;
  font-size: 0.9em;
  box-shadow: 0px 0px 5px 1px #6b6a6a;
  color: #e4e4e4;
  box-sizing: border-box;
  padding: 0px 8px 8px 8px;
}

.tl-event-preview__footer h2 {
  color: #e4e4e4;
  margin-bottom: 0.5em;
}

.tl-event-preview__footer_links {
  display: flex !important;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.tl-event-preview__footer_links, a {
  display: inline-block;
}

.tl-event-preview__footer_links, .btn-buy-shopper {
  font-size: 0.8em;
}

.tl-event-preview__footer-link-more{
  text-decoration: none;
  color: rgb(223, 223, 223);
}

/*Event page*/
.tl-event-full {
    font-size: 1em;
    line-height: 1.4;
    overflow: hidden;
    color: #191919;
}

.tl-event-full h1 {
    font-weight: 600;
}

.tl-event-full h2 {
}

.tl-event-full p {
    color: #191919;
}

.tl-event-full-header {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tl-event-full-header iframe {
    height: 145%;
    margin-top: -75px;
}

@media only screen and (max-width: 1000px) {
    .tl-event-full-header iframe {
        height: 120%;
    }
}

@media only screen and (max-width: 600px) {
    .tl-event-full-header iframe {
        height: 100%;
    }
}

.tl-event-full-banner {
    position: fixed;
    width: 100%;
    display: flex;
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
    color: white;
    font-size: 0.8em;
    background: rgba(0, 0, 0, 0.75)
}

.tl-event-full-banner__text{
    flex-grow: 1;
    text-align: right;
    margin-right: 1em;
}

.tl-event-full-banner img {
    width: 150px;
}

.tl-event-full-container {
    position:relative;
    z-index: 100;
    max-width: 1000px;
    padding-right: 5%;
    padding-left: 5%;
    margin: auto;
}

.tl-event-full-header__event-information {
    height: 40vh;
    padding-top:20vh;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 5px black;
}

.tl-event-full-header__event-information h1 {
    font-size: 3.0em;
    line-height: 1.6;
    color: white;
    text-transform: uppercase;
}

.tl-event-full-header__event-information h2 {
    font-size: 1.7em;
    line-height: 1.4;
    color: white;
    text-transform: uppercase;
}

.tl-event-full-header__start {

}

.tl-event-full-header__start p {
    max-width: 25em;
    margin:auto;
    color: white;
    margin-top: 1em;
    margin-bottom: 1em;
}

.tl-event-full-header__buy-tickets {
    margin-top: 1em;
    margin-bottom: 1em;
}

.tl-event-full-information {
    max-width: 1350px;
    margin:auto;
    margin-top: 10vh;
    padding-bottom: 10vh;
    padding-top: 10vh;
}

.tl-event-full-information h2 {
    text-align: center;
    font-size: 2.5em;
    line-height: 1.4;
    padding: 1em;
    margin: 0;
    color: white;
}

.tl-event-full-information__detail {
    display: flex;
    flex-wrap: wrap;
}

.tl-event-full-information__text {
    flex: 1 0 45%;
    border-radius: 0.25rem;
    box-sizing: border-box;
    margin: 2%;
    padding: 1.5rem 1.75rem;
}

.tl-event-full-information__text a {
    color: black;
}

.tl-event-full-information__text h1,
.tl-event-full-information__text h2,
.tl-event-full-information__text h3 {
    color: #191919;
}

.tl-event-full-information__buy-tickets {
    margin-top: 1em;
    margin-bottom: 1em;
}

.tl-event-full-information__map {
    flex: 1 0 45%;
    margin: 2%;
    min-width: 300px;
}

.tl-event-full-information__map img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.tl-event-full-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5vh;
}

.tl-event-full-content__video {
    flex: 1 0 40%;
    padding-top: 28.15%;
    position: relative;
}

.tl-event-full-content__video-full-size {
    padding-top: 56.25%;
    flex: 1 0 90%;
    position: relative;
}

.tl-event-full-content__video-full-size iframe,
.tl-event-full-content__video iframe {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.tl-event-full-content__image {
    flex: 1 0 29%;
    max-height: 400px;
}
.tl-event-full-content__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tl-event-full-content__text{
    flex: 1 0 80%;
}

.tl-event-full-content__text,
.tl-event-full-content__image,
.tl-event-full-content__video,
.tl-event-full-content__video-full-size{
    margin: 2%;
    text-align: center;
    color: #ababab;
}

@media only screen and (max-width: 1000px) {
    .tl-event-full-content__image{
        flex: 1 0 45%;
    }
}

@media only screen and (max-width: 600px) {

    .tl-event-full-content__video {
        flex: 1 0 90%;
        padding-top: 56.25%; /* 16:9 Aspect Ratio */
        position: relative;
    }

    .tl-event-full-content__image{
        flex: 1 0 90%;
    }
}

.tl-event-full-share h2 {
    font-size: 2.5em;
    line-height: 1.4;
    color: white;
    padding: 1em;
    margin: 0;
    text-align: center;
}

.whatsapp {
    width: 100px;
    height: 28px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #00d935;
    text-align:left;
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 0.8em;
}

.whatsapp img {
    height: 80%;
    width: 28px;
    padding: 5%;
    object-fit: contain;
}

.tl-event-full-share__content {
    display: flex;
    margin-right: -6%;
    margin-left: -6%;
    padding-top: 5vh;
    padding-bottom: 5vh;
    justify-content: center;
}

.tl-event-full-share__content a {
    margin-right: 2em;
}

.tl-event-full-transport h2 {
    font-size: 2.5em;
    line-height: 1.4;
    color: white;
    padding: 1em;
    margin: 0;
    text-align: center;
}

.tl-event-full-transport__content {
    padding-bottom: 5vh;
    display: flex;
    flex-wrap: wrap;
}

.tl-event-full-transport__item,
.tl-event-full-transport__item-text {
    flex: 1 0 29%;
    margin: 2%;
    background-color: #ffffff;
    border-radius: 0.25rem;
    box-sizing: border-box;
    font-size: 0.8em;
    overflow: hidden;
}

.tl-event-full-transport__item-header {
    background-color: black;
    height: 8em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tl-event-full-transport__item-header h3 {
    color: white;
    font-size: 2em;
}
.maps-header {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ov-image {
    width: 80%;
    height: 80%;
    padding: 5%;
    -o-object-fit: contain;
    object-fit: contain;
}

.tl-event-full-transport__item {
    position: relative;
    display: flex;
    flex-direction: column;
}

.tl-event-full-transport__item-body {
    flex-grow: 1;
    padding: 1.5rem 1.75rem;
}

.tl-event-full-transport__item-footer {
    background-color: #ebebeb;
    border-top: 1px solid #cdcdcd;
    padding: 0.5rem;
    text-decoration: none;
    color: rgb(4,149,54);
}

.tl-event-full-transport__item-text a {
    color: black;
}

.tl-event-full-sold-out{
    text-align: center;
    border-radius: 0.25rem;
    padding: 1.5rem 1.75rem;
    margin: 1em;
    margin-bottom: 5vh;
}

.tl-event-full-sold-out h2 {
    font-size: 2.5em;
    line-height: 1.4;
    color: black;
    padding: 1em;
    margin: 0;
    text-align: center;
}

.tl-event-full-sold-out__sign_up {
    margin-top: 1em;
    display: flex;
    justify-content: center;
}

.tl-event-full-footer {
    display: flex;
    background-color: black;
    align-items: flex-end;
    justify-content: space-between;
    padding: 1em;
    flex-wrap: wrap;
    font-size: 0.8em;
}

.terms {
    display: flex;
    text-align: right;
    justify-content: center;
    width: 100%;
}

.tl-event-full-footer a {
    color: white;
    display: block;
    margin-right: 1em;
}

@media only screen and (max-width: 600px) {
  .terms {
    display: block;
  }
}

.tl-event-full-footer img {
    width: 150px;
}

#background-video {
    display: initial;
}

#background-image {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .tl-event-full-transport__item {
        flex: 1 0 45%;
    }
}

@media only screen and (max-width: 600px) {
    .tl-event-full-banner__text {
        display: none;
    }
    .tl-event-full-transport__item {
        flex: 1 0 90%;
    }

    #background-video {
        display: none;
    }

    #background-image {
        display: initial;
    }
}
