/*
 Explode and Simple Combine
*/
span.edit-link {
    clear: both;
    display: block;
}
.page-template-template-video .site-content {
    background-size: cover;
    position: fixed !important;
    top: 0;
    z-index: 99;
    background: transparent !important;
    width: 100%;
    height: 100%;
    max-width: 1070px;
}
.scroll-bar {
    width: 12px !important;
}
.menu-content{
  z-index: 9999;
}
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container .title-container {
  z-index: 1000;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.video-container .description .inner {
  font-size: 1em;
  width: 45%;
  margin: 0 auto;
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}
.section-content-vsr::after {
    content: "";
    display: block;
    clear: both;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100%;
}
video#bgvid {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
}
.comment-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.wp-post-image {
    height: auto;
    margin-bottom: 25px;
    margin-top: 20px;
}
.comment-metadata {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-bottom: 15px;
}
.menu-bottom {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
a.cross-on-ovlay {
    position: absolute;
    right: 20px;
    top: 0;
    text-decoration: none;
    font-size: 22px;
}
.simple-menu {
    position: absolute;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 101;
}
ul#simple-primary-menu {
    margin: 0;
    text-align: center;
}
.video-container {
    max-width: 1070px;
}
ul#simple-primary-menu {
    list-style-type: none;
}
ul#simple-primary-menu li {
    display: inline-block;
}
ul#simple-primary-menu li a {
    padding: 30px 20px;
    display: block;
    text-align: center;
}
@media (max-width:1200px) {
  .single-post h2.section-title.js-animated-content {
    max-width: 70%;
    margin: 0 auto;
  }
  .single-post .education-period {
      top: 0 !important;
  }
}
@media (max-width:767px) {
  .menu {
      overflow-y: scroll;
  }
  .menu-trigger {
    top: 20px;
    right: 60px;
  }
  .wp-post-image {
    width: 100%;
    height: auto;
  }
  .single-post .education-list-item {
    margin-bottom: -5px;
    margin-top: 20px;
  }
}
