/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .if-options-shortcode.if-options-shortcode-day, .if-options-shortcode.if-options-shortcode-next, .if-options-shortcode.if-options-shortcode-live-archive {
    margin-top: 50px;
}

 .live-no-events .if-options-shortcode-live {
    display: none !important;
}

.if-options-shortcode-live .live-title a {
  text-transform: uppercase;
}

.if-options-shortcode-live {
  background-color: #ec3359;
  height: 40px;
  padding: 0;
}

.if-options-shortcode-live .live-info, .if-options-shortcode-live a {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 1px;
  line-height: 39px;
}

.if-options-shortcode-live .blink {
  font-size: 0.8em;
  background: #eef2f3;
  color: #010101;
  padding: 2px 3px 1px 3px;
  margin-right:5px;
}
.if-options-shortcode-live .slick-slider {
  width: calc(100% - 150px);
  float: left;
  text-align: left;
  height: 21px;
}

@media (max-width: 768px) {
  .if-options-shortcode-live .live-navigation {
    display: none;
  }
  .live-view-all-text #live-view-more {
    display: inline-block;
  }
  .live-view-all-text span {
    display: none;
  }
  .if-options-shortcode-live .live-events-right {
    width: 25px !important;
  }
  .if-options-shortcode-live .live-view-all-text {
    width: 25px !important;
  }
  .if-options-shortcode-live .slick-slider {
    width: calc(100% - 95px) !important;
  }
  .if-options-shortcode.if-options-shortcode-live .mtphr-dnt-tick-contents {
    width: calc(100% - 90px) !important;
}
}

@media (min-width: 768px) {
  .live-view-all-text #live-view-more {
    display: none;
  }
  .live-view-all-text span {
    display: inline-block;
  }
  .if-options-shortcode-live .slick-slide {
    margin: 0 10px !important;
  }
}

.if-live-container {
  width: 100%;
  background: #ec3359;
  position: sticky;
  top: 60px;
  z-index: 99;
  color: #000;
}

.if-options-shortcode-live .live-now-text, .if-options-shortcode-live .live-view-all-text a {
  margin: auto;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 40px;
}
.if-options-shortcode-live .live-now-text {
  float: left;
  width: 60px;
  text-align: left;
  line-height: 40px;
}

.if-options-shortcode-live .live-view-all-text {
  width: 70px !important;
  float: right;
  line-height: 20px;
}

.if-options-shortcode-live .live-navigation {
  display: none;
  width: 60px;
  float: left;
  color: #fff;
  cursor: pointer;
  text-align: right;
  line-height: 21px;
}

.if-options-shortcode-live .live-events-right {
  float: right;
  width: 90px;
  text-align: right;
}

.if-options-shortcode-live .live-navigation .previous:before, .if-options-shortcode-live .live-navigation .next:before {
  font-family: GeneratePress;
}
.if-options-shortcode-live .live-navigation .previous:before {
  content: "\f104";
  padding: 0 5px;
  margin: 0 1px;
  font-size:0.8em;
}
.if-options-shortcode-live .live-navigation .next:before {
  content: "\f105";
  padding: 0 5px;
  margin: 0 1px;
  font-size:0.8em;  
}


/*LIVE CAROUSEL*/

.if-options-shortcode-live .live-inner-container {
  text-align: center;
  margin: auto;
  width: calc(100% - 40px);
  max-width: 1240px;
}

.if-options-shortcode-live .live-info {
  text-align: center;
}

.if-options-shortcode-live .slick-slider .slick-track {
  transition-timing-function: linear !important;
}

.if-options-shortcode-live .slick-slide {
  margin: 0 20px;
}


.if-options-shortcode.if-options-shortcode-live .mtphr-dnt-wrapper {
  position: relative;
  width: 100%; }

.if-options-shortcode.if-options-shortcode-live .mtphr-dnt-inline-title {
  float: left;
  padding-right: 5px; }


.if-options-shortcode.if-options-shortcode-live .mtphr-dnt-tick-container {
  position: relative;
  overflow: hidden; }

.if-options-shortcode.if-options-shortcode-live .mtphr-dnt-tick-contents {
  width: calc(100% - 170px);
  float: left;
  position: relative;
  overflow: hidden; }

.if-options-shortcode.if-options-shortcode-live .mtphr-dnt-tick {
  opacity: 0;
  margin: 0; }

.if-options-shortcode.if-options-shortcode-live .mtphr-dnt-list .mtphr-dnt-tick {
  opacity: 1; }

.if-live-container.mtphr-dnt-scroll-left .mtphr-dnt-tick,
.if-live-container.mtphr-dnt-scroll-right .mtphr-dnt-tick {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  white-space: nowrap; }
