/*
	Appico Color CSS
*/
.navbar-fixed-top.header-section,
#scroll-to-top,
.subscribe-section,
.download-section,
.mid-table,
.video-section:before,
.shot-item .screen-thumb figcaption a,
.owl-nav div,
.feature-list .list_item i,
.app_btn,
.hero-section:before {
  background: #a7a84f;
  background: -moz-linear-gradient(-45deg, #324440 0%, #a7a84f 100%);
  background: -webkit-linear-gradient(-45deg, #324440 0%, #a7a84f 100%);
  background: -webkit-linear-gradient(-45deg, #324440 0%, #a7a84f 100%);
  background: linear-gradient(135deg, #324440 0%, #a7a84f 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a84f', endColorstr='#04565a',GradientType=1 );
}
.testimonial-items .owl-dots .owl-dot.active {
  background-color: #a7a84f;
}
.post_thumb .blog_title,
.post_thumb .span {
  background-color: #324440;
}
.footer_menu li a,
.social_link li a,
.subscribe_form .submit,
.post_content .read-more-btn:hover,
.testimonial_item h4,
.download-content li a,
.list_check li:before,
.promo_items .promo_item i {
  color: #a7a84f;
}

.feature-box:hover .feature-content {
  border-top-color: #a7a84f;
  border-right-color: #a7a84f;
}
.feature-left .feature-box:hover .feature-content {
  border-right-color: transparent;
  border-left-color: #a7a84f;
}

.feature-box:hover .feature-content:before {
  background: #a7a84f;
}

.feature-box:hover .feature-icon {
  background-color: #a7a84f;
  border-color: #a7a84f;
  color: #fff;
}

.mid-table {
  border-color: #324440;
}

.download-btn:hover i {
  color: #324440;
}

.hero-section a {
  color: white;
  font-weight: bold;
}

.hero-section a:hover,
.hero-section a:focus {
  color: #a7a84f;
}

.hero_btn:hover {
  background-color: #324440;
  border-color: transparent;
}

.pricing-section a {
  color: #a7a84f;
}

.pricing-section a:hover {
  color: #324440;
}

.pricing-section a:focus {
  color: #324440;
}

@media all and (max-width: 767px) {
  .feature-left .feature-box:hover .feature-content {
    border-right-color: #a7a84f;
    border-left-color: transparent;
  }
  .catalog-section a {
    color: #a7a84f;
  }

  .catalog-section a:hover {
    color: #324440;
  }

  .catalog-section a:focus {
    color: #324440;
  }

  ul.catalog {
    list-style-type: none;
  }
}
