@import url('https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700;800&display=swap');
/* font-family: "Khula", sans-serif; */
/* Khula font fix for included padding */
a.btn.btn-primary,
button.btn.btn-primary,
.button>.attendease-block-content>.col-xs-12>p>a.btn-primary,
a.btn.btn-default, 
button.btn.btn-default,
.button>.attendease-block-content>.col-xs-12>p>a.btn-default {
  padding-bottom: 3px;
}

a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
button.btn.btn-primary:hover,
button.btn.btn-primary:focus,
.button>.attendease-block-content>.col-xs-12>p>a.btn-primary:hover,
.button>.attendease-block-content>.col-xs-12>p>a.btn-primary:focus {
  box-shadow: none !important;
}

/* CUSTOM MODALS */
.modal-footer {
  text-align: center !important;
}
.modal-footer .btn.btn-default {
}
.modal-footer .btn.btn-default:hover {
  box-shadow: none;
}
.modal.attendease-block-presenters-modal .modal-dialog .modal-header .modal-title {
  color: #38BDCD;
}

/* CUSTOM HERO */
.website-styles .attendease-block-hero.custom-hero .attendease-content-section .attendease-h1,
.website-styles .attendease-block-hero.custom-hero .attendease-content-section .attendease-h2,
.website-styles .attendease-block-hero.custom-hero .attendease-content-section p {
  text-shadow: none;
}

.attendease-block-hero.custom-hero.with-overlay .attendease-block-hero-filter::after,
.attendease-block-hero.custom-hero.with-overlay .attendease-block-hero-filter-mobile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
}


/* CUSTOM VIDEO GALLERY */
.website-styles .attendease-block-video-grid-3.custom-video-gallery .attendease-block-content .video-wrapper {
  border-radius: 5px;
  box-shadow: 0 0 24px rgba(0,0,0,.1);
  overflow: hidden !important;
}
.website-styles .attendease-block-video-grid-3.custom-video-gallery .attendease-block-content .video-wrapper .play-icon-overlay {
  background: none;
  border: 3px solid #fff;
  height: 80px;
  width: 80px;
}
.website-styles .attendease-block-video-grid-3.custom-video-gallery .attendease-block-content .video-wrapper .play-icon-overlay::before {
  left: calc(50% + 5px) !important;
  font-size: 60px;
}


/* HIDE DATE & TIME IN Event/Session Listing Editor BLOCK */
.website-styles .attendease-block-event-listing.hide-date-time .attendease-card-item-content .attendease-event-listing-date-formatter {
  display: none;
}
