/* Logo colors */
.text-logo strong {
  text-shadow: 0 0 15px #f8395d;
}

.navigation.fixed .site-logo .text-logo {
  color: #f8395d;
}

/* Maine header gradient */
.main-header:after {
  background: -moz-linear-gradient(left,
      #282828 0%,
      rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      #282828 0%,
      rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #282828 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* Scroll indicator */
.main-header .scroll-indicator .img {
  border-color: #ffde00;
}

.main-header .scroll-indicator .img:after {
  background: #ffde00;
}

.main-header .scroll-indicator a {
  color: #ffde00;
}

.main-header .scroll-indicator a:hover,
.main-header .scroll-indicator a:focus {
  color: #567df3;
}

/* Headline button */
.btn {
  background: #ffde00;
  color: #282828;
}

.btn:hover {
  background: #282828;
  color: #ffde00;
}

/* Section description */
.description .description-points .icon {
  background-color: #ffde00;
}

/* Section accordion description */
.description-accordion .accordion li a:before {
  color: #ffde00;
}

/* Section tabs */
.section-tabs .nav-pills {
  background-color: #ffde00;
}

/* Section carousel bg */
.section-carousel {
  background-image: url("../../../img/bgi/screenshots-bg.png");
}

/* Section carousel */
.carousel .slick-dots li.slick-active button:before {
  background: #ffde00;
}

/* Positioned boxes */
.positioned-boxes {
  background: -moz-linear-gradient(left, #5a3384 0%, #792045 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5a3384 0%, #792045 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5a3384 0%, #792045 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.positioned-boxes .box.standard:after {
  background: -moz-radial-gradient(center,
      ellipse cover,
      #9f2c44 0%,
      rgba(159, 44, 68, 0.51) 40%,
      rgba(159, 44, 68, 0.24) 62%,
      rgba(159, 44, 68, 0) 86%,
      rgba(159, 44, 68, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center,
      ellipse cover,
      #9f2c44 0%,
      rgba(159, 44, 68, 0.51) 40%,
      rgba(159, 44, 68, 0.24) 62%,
      rgba(159, 44, 68, 0) 86%,
      rgba(159, 44, 68, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,
      #9f2c44 0%,
      rgba(159, 44, 68, 0.51) 40%,
      rgba(159, 44, 68, 0.24) 62%,
      rgba(159, 44, 68, 0) 86%,
      rgba(159, 44, 68, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* App reviews */
.reviews #reviews-slider .slick-dots li.slick-active button {
  background: #f8395d;
}

.single-review .person-info .role {
  color: #f8395d;
}

/* The team */
#team .team-member figure figcaption i {
  color: #f8395d;
}

#team .team-member .role {
  color: #f8395d;
}

/* Contact us page */
.contact-us form input[type="text"].required.has-error,
.contact-us form input[type="email"].required.has-error,
.contact-us form textarea.required.has-error {
  border-bottom-color: #f8395d;
}

.contact-us .error-message {
  border-color: #f8395d;
  background: #f6d4db;
  color: #f8395d;
}

/* Statistics */
.statistics:before {
  background: -moz-linear-gradient(left,
      rgba(94, 50, 138, 0.9) 0%,
      rgba(128, 27, 53, 0.9) 100%);
  background: -webkit-linear-gradient(left,
      rgba(94, 50, 138, 0.9) 0%,
      rgba(128, 27, 53, 0.9) 100%);
  background: linear-gradient(to right,
      rgba(94, 50, 138, 0.9) 0%,
      rgba(128, 27, 53, 0.9) 100%);
}

.statistics figure {
  background: #567df3;
}

/* Features */
.features .feature-box .icon .fa {
  color: #ffde00;
}

/* Social links */
.section-social-links ul li a {
  border-color: #ffde00;
  color: #567df3;
}

.section-social-links ul li a:hover {
  background: #282828;
  color: #ffde00;
}

/* Scroll to top */
.scroll-to-top .scroll-container {
  background: #ffde00;
}

.scroll-to-top .scroll-container.active:hover {
  background: #282828;
}

/* Media Queries ------------------------------------ */
@media screen and (max-width: 767px) {

  /* Main menu link colors */
  .main-header .menu-btn {
    background: #ffde00;
  }

  .main-header .main-nav ul li+li {
    border-top: 1px solid #38113e;
  }

  .main-header .main-nav ul li a {
    color: #282828;
  }
}

/*# sourceMappingURL=light-red.css.map */