@charset "UTF-8"; 

/*U********************************************************************************
******************** Make all your changes to style.scss **************************
**** This file will be overwritten by style.scss and your changes will be lost ****
**********************************************************************************/

/**************** Place all your css customizations in the style.scss file *****************/.captivate .menu li.buy-now a {
  background-color: #f8bc3a;
  color: #fff;
  font-weight: 500;
}
.captivate .menu li.buy-now > a:before {
  content: '\f217';
}
.captivate .feature-section .branding {
  margin: 2.618em 0 1.618em;
}
.captivate .feature-section .branding .woo-logo img {
  padding-top: 3.5%;
}
.captivate .feature-section .branding img {
  margin: 0 auto 1.618em;
  display: block;
}
.captivate .captivate-primary-cta {
  background-color: #f8bc3a;
  border-bottom: 3px solid #fff;
  opacity: 0;
  position: absolute;
  top: 180px;
  width: 100%;
}
.captivate .captivate-primary-cta.uk-active {
  opacity: 1;
  top: 0;
  z-index: 99;
}
.captivate .captivate-primary-cta .wrap {
  padding-top: 1em;
  padding-bottom: 1em;
  background: transparent;
}
.captivate .captivate-primary-cta .sticky-cta {
  margin-top: 0;
  margin-bottom: 0;
}
.captivate .captivate-primary-cta p {
  margin-bottom: 0;
}
.captivate .captivate-primary-cta .head {
  font-weight: normal;
  color: #fff;
  margin: 0.618em 0 0;
  font-size: 1.2em;
}
