/*************************************************/
/* FONTS */
/*************************************************/
/*************************************************/
/* BOOTSTRAP OVERRIDE */
/* COLORS */
/*************************************************/
/* IMAGES */
/*************************************************/
/* ADMIN SCREENS */
/*************************************************/
/* HEADER */
/*************************************************/
/* SPACINGS */
.video-embed {
  overflow: hidden;
}
.video-embed h2, .video-embed h3, .video-embed h4, .video-embed p, .video-embed ul, .video-embed ol, .video-embed li, .video-embed div, .video-embed a:not(.comp-button) {
  color: var(--bs-body-color);
}
@media (max-width: 1366px) {
  .video-embed.py-thick {
    padding: 5em 0;
  }
}
@media (max-width: 960px) {
  .video-embed.py-thick {
    padding: 4em 0;
  }
}
@media (max-width: 768px) {
  .video-embed.py-thick {
    padding: 3em 0;
  }
}
@media (min-width: 1367px) {
  .video-embed .max-screen {
    padding: 0 50px;
  }
}
@media (max-width: 1366px) {
  .video-embed .container {
    max-width: 1280px;
    padding: 0 40px;
  }
}
@media (max-width: 1190px) {
  .video-embed .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .video-embed .container {
    padding: 0;
  }
}
.video-embed__wrapper {
  display: flex;
  padding: 0 20px;
}
@media (min-width: 1191px) {
  .video-embed__wrapper {
    padding: 0;
  }
}
.video-embed__vimeocontain .iframecontain {
  position: relative;
  padding-bottom: 56.3%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-clip-path: inset(0px 0px 0px 0px round 20px);
          clip-path: inset(0px 0px 0px 0px round 20px);
}
.video-embed__vimeocontain .iframecontain iframe, .video-embed__vimeocontain .iframecontain object, .video-embed__vimeocontain .iframecontain embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-embed__vimeocontain.two-column {
  display: grid;
  width: 50%;
  align-content: center;
  padding-right: 3em;
}
@media (max-width: 1190px) {
  .video-embed__vimeocontain.two-column {
    width: 80%;
    display: block;
    margin: 0 auto;
    order: 2;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 960px) {
  .video-embed__vimeocontain.two-column {
    width: 100%;
  }
}
.video-embed__vimeocontain.full-width {
  width: 80%;
  display: block;
  margin: 0 auto;
  order: 2;
}
@media (max-width: 960px) {
  .video-embed__vimeocontain.full-width {
    width: 100%;
  }
}
.video-embed__caption.two-column {
  display: grid;
  width: 50%;
  align-content: center;
}
@media (max-width: 1190px) {
  .video-embed__caption.two-column {
    display: block;
    order: 1;
    width: 80%;
    margin: 0 auto 50px;
    text-align: center;
  }
}
@media (max-width: 960px) {
  .video-embed__caption.two-column {
    width: 100%;
  }
}
.video-embed__caption.full-width {
  display: block;
  order: 1;
  width: 70%;
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width: 1190px) {
  .video-embed__caption.full-width {
    width: 80%;
  }
}
@media (max-width: 960px) {
  .video-embed__caption.full-width {
    width: 100%;
  }
}
.video-embed__secondary-heading {
  --bs-body-color: var(--bs-purple);
  font-size: 1.75rem;
  font-family: Architects Daughter, cursive;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  .video-embed__secondary-heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .video-embed__secondary-heading {
    font-size: 1.25rem;
  }
}
.video-embed[data-bs-theme=dark] .video-embed__secondary-heading {
  --bs-body-color: var(--bs-yellow) !important;
}
.video-embed__heading {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .video-embed__heading {
    font-size: 2.75rem;
  }
}
@media (max-width: 768px) {
  .video-embed__heading {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .video-embed__heading {
    font-size: 2rem;
  }
}
.video-embed__subheading {
  margin-bottom: 0;
}
.video-embed__action {
  margin-top: 40px;
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1190px) {
  .video-embed__action {
    margin: 30px auto 0 !important;
  }
}
.video-embed__action.full-width {
  margin: 40px auto 0;
}

/*# sourceMappingURL=/wp-content/themes/elmo/dist/sourcemaps/../css/video.min.css.map*/