/* Homepage */

#homepage-hero {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

@media (min-width: 1199px) {
  #homepage-hero {
    padding-top: 200px;
  }
}

#homepage-hero .videos-container {
  position: relative;
  min-width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

#homepage-hero .single-video {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 40%;
  width: 24vw;
  margin-right: 6px;
}

#homepage-hero .single-video:nth-of-type(1) {
  margin-bottom: -60px;
}
#homepage-hero .single-video:nth-of-type(2) {
  margin-bottom: -150px;
}

#homepage-hero .single-video:last-of-type {
  margin-bottom: 40px;
}

#homepage-hero .single-video iframe {
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  position: absolute;
  top: 0;
  max-height: 100%;
}

@media screen and (min-width: 767px) {
  #homepage-hero .videos-container {
    margin-top: 15px;
  }
  #homepage-hero .single-video {
    margin-right: 20px;
  }
  #homepage-hero .single-video:nth-of-type(2) {
    margin-bottom: -220px;
  }
  #homepage-hero .single-video:last-of-type {
    margin-bottom: 30px;
  }
}

/* Our History */
.featured-event .event-left:hover .accent {
  transition: 0.8s all ease !important;
  transform: scale(1.1) !important;
}

/* Blog */
#wrapper .vc_btn3.vc_btn3-color-juicy-pink,
#wrapper .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  background-color: #1f90cd;
  color: #fff;
}

.live-video-link {
  cursor: pointer;
}

.service-btn-wrap {
  text-align: right;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .service-btn-wrap {
    text-align: center;
  }
}

.service-contact-btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: #1f90cd;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  margin: auto;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
}

a.service-contact-btn:after {
  border-bottom: none !important;
}

a.noline:after {
  border-bottom: none !important;
}

/* HEADER */
.header {
  position: fixed !important;
  top: 0;
  left: 0;
}

#wrapper .header:before,
#wrapper .header.style1,
#wrapper .header.style3 {
  background-color: transparent !important;
}

.header .regular-header {
  position: relative;
}

.header.dark {
  padding-top: 20px !important;
  transition: all 0.5s ease-in-out;
}

.header.dark .regular-header .logo-holder img {
  opacity: 0 !important;
  transition: opacity 0.3s ease-in-out;
}

.header .regular-header:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: calc(100% + 40px);
  width: calc(100% - 30px);
  background: black;
  height: 7px;
}

.header .regular-header .logo-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: calc(100% + 40px);
  width: 100%;
  background: black;
  height: 30px;
}

.header.dark {
  padding-top: 20px !important;
  transition: all 0.5s ease-in-out;
}

.header .regular-header:after,
.header .regular-header .logo-holder:after {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.header.dark .regular-header:after,
.header.dark .regular-header .logo-holder:after {
  opacity: 0;
}

#wrapper .header.dark .mobile-toggle span,
#wrapper .header .mobile-toggle span {
  background-color: black;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.mobile-toggle.visible span {
  opacity: 1;
}

.home #wrapper [role="main"] {
  z-index: unset;
}

/* HOME MENU */

/* Step 0 */
.home .header .logolink .logoimg.logo-light {
  opacity: 0;
}

.home .header .logolink .logoimg.logo-light {
  opacity: 1;
}

.home .header .regular-header .logo-holder a {
  /* transform: translateY(-80px); */
  transition: none;
}

.home .header .regular-header:after,
.home .header .regular-header .logo-holder:after {
  content: none;
}

.home-accent-bar-1,
.home-accent-bar-2 {
  display: block;
  position: absolute;
  bottom: calc(100% + 40px);
  background: white;
  /* opacity: 0; */
  transition: opacity 0.3s ease-in-out;
}

.home-accent-bar-1 {
  left: 15px;
  width: calc(100% - 30px);
  height: 7px;
}

.home-accent-bar-2 {
  left: 0;
  width: 100%;
  height: 30px;
}

.home .widget #menu-main-menu-2 {
  position: fixed;
  top: 130px;
  right: 50px;
  height: 0;
  display: block;
  z-index: 150;
}

.home .widget #menu-main-menu-2 li {
  right: 0;
}

.home #wrapper .mobile-toggle span {
  opacity: 0;
  background-color: white;
}

@media (max-width: 767px) {
  .home #wrapper .mobile-toggle {
    margin-top: 0 !important;
  }

  .home #wrapper .mobile-toggle span {
    opacity: 1;
  }
}

/* Step 1 */
/* .home.menu-step-1 .home-accent-bar-1,
.home.menu-step-1 .home-accent-bar-2 {
    opacity: 1;
} */

/* Step 2 */
.home.menu-step-2 #wrapper .mobile-toggle span {
  opacity: 1;
}

/* END HOME MENU */

@media only screen and (min-width: 75em) {
  .header,
  .midnightHeader .midnightInner {
    padding-top: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .home .header .regular-header .logo-holder a {
    transform: none !important;
    transition: all 0.3s ease-in-out;
  }

  .home .header.hover .regular-header .logo-holder a {
    opacity: 0;
  }

  .home .widget #menu-main-menu-2 {
    display: none;
  }

  .home .header .mobile-toggle span {
    background-color: white !important;
  }

  .home .header.hover .mobile-toggle span {
    background-color: black !important;
  }

  .home .header .logolink .logoimg {
    height: 75px !important;
    max-height: 75px !important;
  }

  #homepage-hero .single-video {
    padding-top: 60%;
    width: 31vw;
  }

  #homepage-hero .videos-container {
    margin-top: 0;
  }
  .home-heading-row h1 {
    font-size: 32px !important;
  }
}
