#live-stream .wrap {
  padding: 0 1em;
}

@media (min-width: 40em) {
  #live-stream .wrap {
    padding: 0 2em;
  }
}

#live-stream .one-half,
#live-stream .one-third,
#live-stream .one-fourth {
  display: block;
  width: 100%;
  float: none;
}

@media (min-width: 60em) {
  #live-stream .one-half img,
  #live-stream .one-third img,
  #live-stream .one-fourth img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
  }
  #live-stream .one-half {
    padding-left: 0%;
    padding-right: 0%;
    width: 46.93617%;
    float: left;
    margin-right: 4.12766%;
    display: inline;
  }
  #live-stream .one-third {
    padding-left: 0%;
    padding-right: 0%;
    width: 29.91489%;
    float: left;
    margin-right: 4.12766%;
    display: inline;
  }
  #live-stream .one-fourth {
    padding-left: 0%;
    padding-right: 0%;
    width: 21.40426%;
    float: left;
    margin-right: 4.12766%;
    display: inline;
  }
  #live-stream .one-half.omega {
    padding-left: 0%;
    padding-right: 0%;
    width: 48.93617%;
    float: right;
    margin-right: 0;
    *margin-left: -2.5em;
    display: inline;
  }
  #live-stream .one-third.omega {
    padding-left: 0%;
    padding-right: 0%;
    width: 31.91489%;
    float: right;
    margin-right: 0;
    *margin-left: -2.5em;
    display: inline;
  }
  #live-stream .one-fourth.omega {
    padding-left: 0%;
    padding-right: 0%;
    width: 23.40426%;
    float: right;
    margin-right: 0;
    *margin-left: -2.5em;
    display: inline;
  }
}

#live-stream .banner {
  display: block;
  width: 100%;
}

@media (min-width: 60em) {
  #live-stream .banner {
    display: -webkit-box;
    display: flex;
  }
}

#live-stream #rotator,
#live-stream #live-stream-content {
  position: relative;
  width: 100%;
  float: none;
}

@media (min-width: 60em) {
  #live-stream #rotator,
  #live-stream #live-stream-content {
    flex-basis: 74%;
  }
  #live-stream.live #live-stream-content {
    flex-basis: 100%;
  }
}

#live-stream .banner.full #live-stream-content,
#live-stream .banner.full #rotator {
  flex-basis: 100%;
  width: 100%;
  float: none;
}

#live-stream #live-stream-content {
  display: none;
}

#live-stream #live-stream-content .content-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
}

#live-stream #live-stream-content p {
  line-height: 0;
  margin-bottom: 0;
}

#live-stream #live-stream-content iframe, #live-stream #live-stream-content object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  outline: none !important;
}

#live-stream #rotator {
  position: relative;
}

#live-stream #rotator img {
  width: 100%;
  height: auto;
}

#live-stream #rotator ul {
  padding: 0;
  margin: 0;
}

#live-stream #rotator li {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
}

#live-stream #rotator li:first-child,
#live-stream #rotator .cycle-slide {
  display: block;
}

#live-stream #rotator a {
  display: block;
  line-height: 0;
}

#live-stream #rotator .pager {
  display: block;
  visibility: visible;
}

#live-stream .countdown {
  padding: 1.5em 0 1.25em;
  display: none;
}

#live-stream .countdown .live {
  display: none;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 0;
}

#live-stream .countdown .timer {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}

@media (min-width: 40em) {
  #live-stream .countdown .timer {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media (min-width: 60em) {
  #live-stream .countdown .timer {
    font-size: 32px;
    /* matches h3 size in MK037 */
    line-height: 1;
  }
}

#live-stream .countdown .timer h3 {
  display: inline-block;
  margin-right: 1em;
  font-size: 1em;
  line-height: 1;
  margin-bottom: 0;
}

#live-stream .countdown .timer span {
  text-transform: uppercase;
}

#live-stream .countdown .timer .delimiter {
  margin: 0 .25em;
  font-weight: 300;
  vertical-align: 3px;
}

#live-stream #twitter {
  width: 100%;
  overflow-y: hidden;
  height: 360px;
  position: relative;
}

@media (min-width: 60em) {
  #live-stream #twitter {
    flex-basis: 26%;
    overflow-y: hidden;
    height: auto;
    position: relative;
  }
  #live-stream.live #twitter {
    display: none;
  }
}

#live-stream .title {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
}

#live-stream #twitter #tweets {
  padding: 3.5em 1.5em 2em;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#live-stream #twitter .title,
#live-stream #twitter .follow {
  display: block;
  padding: .5em 1.25em;
}

#live-stream #twitter .title {
  font-size: 20px;
}

#live-stream #twitter .follow {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.15s ease-in-out;
  line-height: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#live-stream #twitter .follow > span {
  font-size: 1.2em;
  vertical-align: -1.5px;
  padding-right: 3px;
}

#live-stream #twitter p {
  margin-bottom: 1.5em;
  font-size: .75em;
  line-height: 1.5;
}

#live-stream #twitter h5 {
  margin-bottom: 0;
  font-size: 1em;
}

#live-stream #twitter .time {
  font-size: 11px;
  margin-left: 5px;
  text-transform: uppercase;
}

#live-stream #twitter ::-webkit-scrollbar {
  width: 14px;
}

#live-stream #twitter ::-webkit-scrollbar-track {
  padding: 0 4px;
}

#live-stream #twitter ::-webkit-scrollbar-thumb {
  border-radius: 14px;
}

#live-stream .links {
  clear: both;
  text-align: center;
  overflow: hidden;
  padding: 1em;
}

#live-stream .links .btn {
  margin: 0 auto .5em;
  display: block !important;
}

#live-stream #footer-sections {
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}

#live-stream #footer-sections h3 {
  line-height: 1.35;
}

#live-stream #footer-sections h5 {
  margin-bottom: 5px;
}

#live-stream #footer-sections .widget.sermon h5 {
  margin-bottom: 0;
  line-height: 1.35;
}

#live-stream #footer-sections .widget.sermon p.sermon-date {
  margin-bottom: .25em;
  margin-top: -5px;
  font-size: .85em;
}

#live-stream #footer-sections .events .event-times {
  font-size: .85em;
}

#live-stream #footer-sections .media-icons {
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
  text-align: center;
}

#live-stream #footer-sections .media-icons li {
  display: inline-block;
  margin: 0 .5rem .5rem .5rem;
}

#live-stream #footer-sections .media-icons li a {
  font-size: 20px;
  text-align: center;
}

#live-stream #footer-sections .events .info {
  flex-basis: 82%;
  text-align: left;
}

#live-stream #footer-sections .events .info h5 {
  line-height: 1.3;
  margin-bottom: 0.25em;
}

#live-stream #footer-sections .import {
  font-size: 14px;
}

#live-stream.live #live-stream-content {
  display: block;
}

#live-stream.live #rotator {
  display: none;
}

#live-stream.live .countdown .timer {
  display: none;
}

#live-stream.live .countdown .live {
  display: block;
}

#live-stream .countdown .number {
  margin-right: 2px;
}

#live-stream #footer-sections .ls-event {
  text-align: left;
  padding: 20px 10px;
}

#live-stream #footer-sections .ls-event h4 {
  margin-bottom: 3px;
  line-height: 1.05;
}

#live-stream #footer-sections .ls-event .date {
  float: left;
  display: block;
  overflow: hidden;
  margin-right: 15px;
}

#live-stream #footer-sections .ls-event .date .day {
  display: block;
  border-radius: 0;
  font-size: 24px;
  line-height: 1;
  padding: 5px 1px;
  text-align: center;
}

#live-stream #footer-sections .ls-event .date .month {
  display: blck;
  border-radius: 0 0 2px 2px;
  font-size: .75em;
  line-height: 1;
  padding: 4px 13px;
  text-transform: uppercase;
}

#live-stream #footer-sections .ls-event .dateTime {
  margin-bottom: 0px;
}

/* Overrides - modify these as needed
----------------------------------------- */
