.keynote-sermons-slider.newest-slider .block-card-sermon--style01 .block-card__ratio:before {
  padding-top: 100%;
}
.keynote-sermons-slider.newest-slider .block-card-sermon--style01 .video-icon {
  display: none;
}

@media (max-width: 1199px) {
  .list-wordship > .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 1199px) {
  .list-wordship.list-magazines > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 1199px) {
  .list-wordship.list-magazines .video-icon {
    display: block !important;
    width: 40px;
    height: 40px;
    top: 10px;
    bottom: auto;
    right: 10px;
    text-align: center;
    line-height: 2.2;
    padding-right: 3px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.58);
  }
}
.list-wordship.list-magazines .block-card-sermon--style02 .block-card__ratio:before {
  padding-top: 100%;
}
.list-wordship.list-magazines .block-card-sermon--style02 .block-card-info__content {
  min-height: 0;
}
.list-wordship.list-magazines .block-card-sermon--style02 .block-card-info__content .title {
  min-height: 30px;
}
.list-wordship .video-icon {
  display: none !important;
}
.list-wordship .block-card-sermon--style02 .block-card__ratio:before {
  padding-top: 100%;
}
@media (max-width: 1199px) {
  .list-wordship .block-card-sermon--style02 .block-card-info__content {
    background-color: transparent;
    padding: 20px 0 0 0;
  }
  .list-wordship .block-card-sermon--style02 .block-card-info__content .title {
    font-size: 16px;
    min-height: auto;
  }
  .list-wordship .block-card-sermon--style02 .block-card-info__content .description {
    margin-top: 5px !important;
  }
}

.modal-component.calendar .modal-component__banner:before {
  content: "";
  padding-top: 59%;
  display: none;
}
.modal-component.calendar .modal-component__banner img {
  position: relative;
  height: auto;
  width: 100%;
  -o-object-fit: none;
  object-fit: inherit;
  top: 0;
  left: 0;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
@media (min-width: 1200px) {
  .modal-component.calendar.modal.right.fade .modal-dialog {
    width: 550px;
  }
}
@media (min-width: 1200px) {
  .modal-component.modal.left .modal-dialog, .modal-component.modal.right .modal-dialog {
    width: 550px;
  }
}
@media (max-width: 1199px) {
  .modal-component.modal.left .modal-content, .modal-component.modal.right .modal-content {
    background-color: #000;
  }
}
.modal-component__header .close {
  position: absolute;
  z-index: 3;
  top: 40px;
  left: 40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 1199px) {
  .modal-component__header .close {
    top: 30px;
    left: 30px;
  }
}
.modal-component__footer {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
@media (max-width: 1199px) {
  .modal-component__footer {
    border-top: 15px solid #3c3a3a;
  }
}
.modal-component__banner {
  position: relative;
  overflow: hidden;
}
.modal-component__banner:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.modal-component__banner > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.list-others > .row {
  margin: 0 -8px;
}
.list-others.invites .list-others__img:before, .list-others.invites .list-others__img:after {
  content: none;
}
.list-others .item {
  padding: 0 8px;
}
.list-others__img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.list-others__img[data-video=true] .container-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .list-others__img {
    border-radius: 5px;
  }
}
.list-others__img:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.list-others__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 27, 27, 0.5);
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.list-others__img > .link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list-others__img .video-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.list-others__img.video-type .video-icon {
  display: block;
}

.fs-22 {
  font-size: 22px;
}
@media (max-width: 1399px) {
  .fs-22 {
    font-size: 19px;
  }
}

.fs-21 {
  font-size: 21px;
}
@media (max-width: 1399px) {
  .fs-21 {
    font-size: 18px;
  }
}

.list-date-time {
  overflow-x: auto;
}
.list-date-time-wrapper {
  background-color: #6d6d6d;
  margin-left: -50px;
  margin-right: -50px;
}
@media (max-width: 1399px) {
  .list-date-time-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.list-date-time .item {
  -webkit-box-flex: 10;
  -webkit-flex: 10 0 auto;
      -ms-flex: 10 0 auto;
          flex: 10 0 auto;
  cursor: pointer;
  max-width: 90px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-date-time .item.active {
  background: -o-linear-gradient(40deg, #202020 22%, #4d4d4d 99%);
  background: linear-gradient(50deg, #202020 22%, #4d4d4d 99%);
}
.list-date-time .item .month {
  margin-top: -5px;
}

.list-time {
  margin-bottom: -15px;
}
.list-time .item {
  width: 116px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #E9E9E9;
  margin-right: 15px;
  margin-bottom: 15px;
}

.event-timeslot-detail .event-timeslot-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.event-timeslot-detail .timeZone {
  display: inline-block;
  background: #c7c7c7;
  font-size: 12px;
  color: #000;
  padding: 2px 5px;
  border-radius: 10px;
  margin-left: 5px;
}