/*
Theme Name: Cryptocurrency Trend
Theme URI: https://weblish.io
Author: Weblish
Author URI: https://weblish.io
Description: Cryptocurrency Trend - A modern, beginner-friendly cryptocurrency market tracking website. Provides clear views of price movements, trends, and market signals for everyday crypto users.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cryptocurrency-trend
Tags: cryptocurrency, bitcoin, crypto, market-trends, finance, one-column, custom-menu, featured-images, theme-options

Cryptocurrency Trend WordPress Theme - Helping crypto users track the market in a simple, beginner-friendly way.
*/

:root {
  --brand--blue: #F7931A !important;
  --border-color--border-secondary: #F7931A !important;
  --brand--sky-blue: rgba(247, 147, 26, 0.1) !important;
  --crypto-gold: #F7931A;
  --crypto-green: #16C784;
  --crypto-red: #EA3943;
  --crypto-dark: #1E2026;
  --crypto-gray: #848E9C;
}

.button {
  background-color: #F7931A !important;
  transition: all 0.3s ease;
}

.button:hover {
  background-color: #e08518 !important;
  transform: translateY(-2px);
}

.button.is-secondary {
  border-color: #F7931A !important;
  color: #F7931A !important;
  background-color: transparent !important;
}

.button.is-secondary:hover {
  background-color: #F7931A !important;
  color: #fff !important;
}

.nav_links.w--current {
  color: #F7931A !important;
}

.text-color-blue {
  color: #F7931A !important;
}

.icon-arrow {
  border-color: #F7931A !important;
  color: #F7931A !important;
}

.icon-arrow:hover {
  background-color: #F7931A !important;
  color: #fff !important;
}

.icon_link:hover {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #F7931A !important;
}

.stars-wrap {
  color: #F7931A !important;
}

.expertise_arrow {
  background-color: #F7931A !important;
}

.expertise_arrow:hover {
  border-color: #F7931A !important;
  color: #F7931A !important;
}

.services_card.is-one.bg-alternate {
  background-color: #F7931A !important;
}

.bg-alternate {
  background-color: #F7931A !important;
}

.visual_card-top {
  background-color: #F7931A !important;
}

.home-blog_item:hover {
  background-color: rgba(247, 147, 26, 0.1) !important;
}

.card_tag {
  background-color: rgba(247, 147, 26, 0.1) !important;
  color: #F7931A !important;
}

.main_tag {
  border-color: #F7931A !important;
  color: #F7931A !important;
}

.contact_link.is-card:hover {
  color: #F7931A !important;
}

.form_input:focus {
  border-color: #F7931A !important;
}

.navbar_logo {
  max-height: 50px;
  width: auto;
  object-fit: contain;
}

.footer_img {
  max-height: 60px;
  width: auto;
  object-fit: contain;
}

.section_services .services_card .icon-1x1-large {
  color: #F7931A;
}

.w-slider-dot.w-active {
  background-color: #F7931A !important;
}
