.footer-block:first-child {
  display: flex !important;
  flex-direction: column !important;
}

.footer-menu {
  position: relative;
  display: block !important;
}

.footer-menu li {
  position: relative;
  margin-bottom: 20px;
  display: flex;
}

.footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-menu li a,
.footer-menu li button {
  color: #fff !important;
  font-family: "Bebas";
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize !important;
  letter-spacing: 0.5px;
}

#footer-logo {
  display: flex !important;
  justify-content: center;
  padding-bottom: 30px;
}

#footer-logo img {
  width: 100%;
  max-width: 420px;
}

.footer-block h2 {
  color: #fff;
}

.footer-socials .icon {
  border: 1px solid #fff !important;
  transition: 0.3s linear;
}

.footer-socials .icon:hover {
  opacity: 0.5 !important;
}

.footer-socials .icon:before {
  color: #fff !important;
}

.footer-newsletter input[type="button"] {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 40px !important;
  margin-left: 5px !important;
  transition: 0.3s linear;
}

.footer-newsletter input[type="button"]:hover {
  background-color: #fff !important;
  color: #000 !important;
}

/* Header */
/* #main-header{
    background-color: #222 !important;
} */

/* Banner */
#video-banner {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

#video-banner > div {
  height: 100vh;
}

#video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.heroVideo__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  bottom: 180px;
  left: 0;
  width: 100%;
}

/* Btn */
.heroVideo__btn {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.24px;
  text-transform: uppercase;
  background: transparent;
  padding: 13px;
  max-width: 220px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 10px;
}

.heroVideo__btn:hover {
  background: #fff !important;
  color: #000 !important;
}


/* ================== MEDIA =================== */
@media (max-width: 980px) {
  #mobile_menu a {
    text-align: center;
  }

  .home #main-header,
  .page-template-journey #main-header{
    position: fixed;
    padding: 15px;
    background: transparent !important;
    min-height: 80px;
    height: 80px;
  }
  .page-template-journey #main-header{
    background-color: transparent !important;
  }
    


  .home #main-header .logo_container,
  .page-template-journey #main-header .logo_container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    position: absolute;
  }


  .home #main-header .mobile_menu_bar,
  .page-template-journey #main-header .mobile_menu_bar{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    z-index: 109999;
  }

  .home #main-header .mobile_menu_bar::before,
  .page-template-journey #main-header .mobile_menu_bar::before {
    color: #fff;
    
  }
    
    .home #main-header .mobile_nav.closed,
    .page-template-journey #main-header .mobile_nav.closed{
    	padding: 0 !important;
        background-color: transparent !important;
    }


  .home #main-header #mobile_menu ,
  .page-template-journey #main-header #mobile_menu {
    background-color: rgba(122,122,122,.94)!important;
    border-top: none !important;
    padding-top: 100px;
    padding-bottom: 60px;
    height: auto;
    border-top: none !important;
    top: 0 !important;
  }

  .home #main-header #mobile_menu a{
    color: #fff !important;
  }
    
  .page-template-journey #main-header #mobile_menu a {
    color: rgba(0,0,0,.6) !important;
  }

  .home #main-header #mobile_menu .current-menu-item a ,
  .page-template-journey #main-header #mobile_menu .current-menu-item a {
    color: #fff !important;
  }
    

} 

@media (max-width: 767px) {
  .heroVideo__buttons {
    flex-direction: column;
    align-items: center;
  }


  .heroVideo__btn {
    margin: 10px 0;
  }

  .footer-block .SIGNUP_FLD {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
  }

  .footer-newsletter input[type=button]{
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
}