/*
Theme Name: Alioth Child
Description: Child theme for the Alioth. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Author: PeThemes
Author URI: http://pethemes.site
Template: alioth
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.site-header {
  background-color: #fff !important;
  position: fixed;
  top: 0;
  z-index: 100;
  transform: translate(0, -9rem);
  transition: all 250ms ease-in-out;
}
.header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 250ms ease-in-out;
}
.menu-opened {
  align-items: flex-start !important;
  transition: all 250ms ease-in-out;
}
.menu-toggle .toggle-line {
  background: #353b3c !important;
}

.site-header.fullscreen_menu::before {
  background: #fff;
}

.sticky-header-active {
  position: fixed;
  top: 0;
  z-index: 100;
  transform: translate(0, 0rem);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  transition: all 250ms ease-in-out;
}

.site-header.light .header-cta-but a::before {
  background-color: #353b3c !important;
}

.site-header.light .header-cta-but:hover a::before {
  background-color: #353b3c !important;
}
.site-header.light .header-cta-but:hover a {
  color: #fff !important;
}

.header-cta-but a {
  color: #9be480 !important;
}
.ss1-title {
  color: #9be480 !important;
}
.footer-logo {
  width: 25rem !important;
  max-width: 25rem !important;
}

.showcase-video {
  object-fit: contain !important;
}
.ss1-sl-image {
  background: white;
}
.plyr__video-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100% !important;
  background: white;
}
.plyr video {
  height: 90% !important;
}
.footerContactWidget a {
  display: block;
  color: #81dd5f;
  text-decoration: none;
}
.footerContactWidget a:hover {
  color: #353b3c;
}
