/*
Theme Name: Twenty Twenty-Five
Theme URI: https://vegastarbonus.com
Author: Bet on Talent
Author URI: https://vegastarbonus.com
Description: A custom WordPress theme for Vegastar Bonus casino website featuring welcome bonuses and promotions.
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: vegastarbonus
Tags: casino, bonus, gambling, entertainment
*/

:root {
    --bodyBg: rgb(26, 27, 35);
    --textLight: #fff;
    --faqBg: #282828;
    --faqAnswerBg: #FF9416;
    --faqAnswerText: #09090B;
    --textColor: white;
    --textColorHeroMobile: #FF9416;
    --themeColor: #2F303F;
    --darkThemeColor: rgb(21, 22, 29);
    --accentColor: rgb(255, 148, 22);
    --linkColor: rgb(255, 148, 22);
    --linkColorHover: #FF9416;
    --textContent: #09090B;
    --textContentLink: rgb(255, 148, 22);
    --textContentLinkDecoration: underline;
    --buttonBorder: #FF9416;
    --buttonColor: rgba(0, 0, 0, 0.8);
    --buttonBgHover: #FF9416;
    --buttonColorHover: rgba(0, 0, 0, 0.8);
    --footerBg: rgb(21, 22, 29);
    --gradientHeroPill: linear-gradient(to right, #564237, #3b363c);
}

.btn {
  box-shadow: none;
  background-image: linear-gradient(90deg, rgba(254, 205, 10, 1) 0%, rgba(215, 86, 25, 1) 25%, rgba(254, 203, 10, 1) 74%, rgba(254, 138, 10, 1) 100%);
  background-size: 400% 400%;
  background-position: 0 50%;
  transition: background-position 0.7s ease;
  border: unset;
}

.btn:hover {
  background-position: 50% 0;
}

.btn--login,
.btn--sign-up {
  border-radius: 6px;
}

.btn--login {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.8);
  background: var(--themeColor);
}

.btn--login:hover {
  opacity: 0.85;
  color: rgba(255, 255, 255, 0.8);
  background: var(--themeColor);
}

.btn--sign-up {
  color: var(--buttonColorHover);
}

.btn--sign-up:hover {
  color: var(--buttonColorHover);
}

tr:hover a {
    color: var(--textContent);
}

.page-header {
  background-color: #252632;
}

.page-header__logo img {
  max-width: unset;
}

.games__category-item.active .games__category-link {
  color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
  background-image: linear-gradient(90deg, rgba(254, 205, 10, 1) 0%, rgba(215, 86, 25, 1) 25%, rgba(254, 203, 10, 1) 74%, rgba(254, 138, 10, 1) 100%);
  background-size: 400% 400%;
  background-position: 0 50%;
  transition: background-position 0.7s ease;
}

.games__category-item:hover .games__category-link {
  background-position: 50% 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
