/*
Theme Name:         Moran Yachts (sage 8.5)
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.5.1
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

/* Background image fixes */
body.home .home-header-video #header-video-wrapper .background-image,
body.home .home-header-video #header-video-wrapper video,
.header-video-with-buttons #header-video-wrapper .background-image,
.header-video-with-buttons #header-video-wrapper video {
  opacity: 0.6 !important;
}

/* Mobile button fixes */
body.home .home-header-video .cta-holder.outline-white {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0 20px !important;
  bottom: 120px !important;
  position: relative !important;
  z-index: 2 !important;
}

@media screen and (max-width: 767px) {
  body.home .home-header-video .cta-holder.outline-white a.outline {
    display: block !important;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 0 20px 0 !important;
    padding: 15px 40px !important;
  }
  
  body.home .home-header-video .cta-holder.outline-white a.outline:last-child {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  body.home .home-header-video .cta-holder.outline-white {
    flex-direction: row !important;
    justify-content: center !important;
    padding: 0 !important;
  }
  
  body.home .home-header-video .cta-holder.outline-white a.outline {
    display: inline-block !important;
    width: auto !important;
    margin: 0 7px !important;
  }
}

