/*!
Theme Name: default-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: default-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

default-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
*/


.benifest__info a {
    color: #ffffff;
		text-decoration: underline;
   }

/*Podcast*/
.pdp_wrapper_default {
	margin-top: 20px!important;
	width: calc(58vw + 50px)!important;
	max-width: 1170px;
}
.pdp-item {
	border: 1px solid rgb(78 165 34 / 60%);
	border-radius: 12px;
	align-items: center;
}

.pdp_wrapper_default.dark .pdp-item {
	background-image: linear-gradient(90.87deg, #333944 30.19%, #23272E 102.14%)!important;
height: 135px;
}

.pdp-item .share {
	padding-top: 0!important;
}

.plyr--full-ui input[type=range] {
	color: #4EA522;
}

.pdp-item .pdp_plyr_area {
	padding: 10px!important;
}

.plyr__menu__container {
	background: #23272E; 
}

.pdp-item .pdp_plyr_area h3 {
	font-size: 22px;
	padding: 0 15px;
	margin-bottom: 0!important;
	color: #eee!important;
}

.pdp-item .pdp_fet_img img {
width: 80px!important;
height: 80px!important;
}

.pdp-item .pdp_fet_img {
	min-width: 100px!important;
	width: 20%!important;
	text-align:center;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
	background: #333944;
}

.pdp_wrapper_default.dark .pdp-item .plyr__controls .plyr__control, .pdp_wrapper_default.dark .pdp-item .plyr__controls .plyr__time, .pdp_wrapper_default.dark .pdp-item i {
	color: #2CE591!important;
}

@media screen and (max-width: 890px) {
	.pdp_wrapper_default {
	width: 100%!important;
}
	.pdp-item .pdp_plyr_area h3 {
	font-size: 16px!important;
}
}


/*Блок со слотами*/
.slots-wrap {
  display: flex;
  row-gap: 15px;
  column-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.slots-item {
    position: relative;
    border-radius: 10px;
    background: #333944;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
	width: calc(20% - 25px);
}

@media (max-width: 980px) {
	.slots-item {
		width: calc(25% - 25px);
	}
}

@media (max-width: 768px) {
	.slots-item {
		width: calc(33.3% - 25px);
	}
}

@media (max-width: 560px) {
	.slots-item {
		width: calc(50% - 25px);
	}
}

.slots-item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s;
    transition: .3s;
}

.slots-item img {
    vertical-align: bottom;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.slots-bottom {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    color: #fff;
}

.slots-bottom .info__btn {
	margin-top: 0;
}
.slots-bottom .info__btn button {
	max-width: 100%;
	border-radius: 10px;
	background: #23272E;
	border: 2px solid #4EA522;
}

.slots-bottom .info__btn:hover button {
	background: #4EA522;
	border: 2px solid #4EA522;
}


/*Бонусная страница*/
.benifest__wrap:has(.betlabel-bonus-box) {
	background-image: linear-gradient(90.87deg, #333944 30.19%, #23272E 102.14%);
	border: 1px solid rgb(78 165 34 / 60%);
	padding: 36px 28px;
	border-radius: 12px;
	transition: all 0.3s;
}

.benifest__wrap:has(.betlabel-bonus-box) img {
	border-radius: 50%;

}

.benifest__wrap:has(.betlabel-bonus-box):hover {
	transform: scale(1.01);
border: 1px solid rgb(177 239 151 / 60%);
}

.benifest__item:has(.betlabel-bonus-box) {
    grid-template-columns: 1fr 1.6fr;
}

@media (max-width: 890px) {
	.benifest__item:has(.betlabel-bonus-box) {
    grid-template-columns: 1fr!important;
}
}

/*Бонусы на главной*/
.betlabel-main-bonus-box {
  display: flex;
  overflow: hidden;
	flex-wrap: wrap;
	justify-content: center;
  gap: 10px;
  margin-top: 38px;
	margin-bottom: 50px;
}

.betlabel-bonus-product {
 width: calc(25% - 10px);
  min-height: 8.8rem;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 1025px) {
    .betlabel-bonus-product {
        width: calc(33.3% - 10px);
    }
}

@media screen and (max-width: 725px) {
    .betlabel-bonus-product {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 520px) {
    .betlabel-bonus-product {
        width: 100%;
    }
}

.betlabel-bonus-product-link {
  display: flex;
align-items: flex-end;
  justify-content: space-between;
    height: 6.15rem;
    width: 100%;
  background-image: linear-gradient(90.87deg, #333944 30.19%, #23272E 102.14%);
  border-radius: 10px;
  border: 1px solid rgb(78 165 34 / 60%);
  text-decoration: none!important;
   }

.betlabel-product-title {
 margin-bottom: .625rem;
  margin-left: .9375rem;
  font-size: 1.15rem;
    line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
    overflow: hidden;
  color: #fff;
  transition: transform .3s;
}

.betlabel-product-img {
  transition: transform .3s;
  min-height: 7.5rem;
    min-width: 7.5rem;
  position: relative; 
    overflow: visible;
}

.betlabel-product-img img {
  width: 90px;
  position: absolute;
}

.betlabel-bonus-product-link:hover .betlabel-product-img {
  transform: translateY(-.625rem);
}

.betlabel-bonus-product-link:hover .betlabel-product-title {
  transform: translateY(-.125rem);
}

/*Блок с промокодом*/
.text-promo-box {
	display: flex;
	flex-direction: column;
}

.betlabel-promo-code-box {
  background-image: linear-gradient(90.87deg, #333944 30.19%, #23272E 102.14%);
  border-radius: 12px;
  display: flex;
  gap: 30px;
  padding: 40px 25px;
	align-items: center;
	margin: 25px;
	border: 1px solid rgb(78 165 34 / 60%);
	width: 58vw;
}

.betlabel-promo-code-info .info__btn {
	margin-top: 0px;
}

.betlabel-promo-code-block {
	display: flex;
	justify-content: center;
	
}

.betlabel-promo-code-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
	width: 25%;
}

.betlabel-promo-code-info {
  text-align: center;
  color: #fff;
	width: 35%;
}

.betlabel-promo-code-info .info__btn button {
	max-width: 200px;
}

.betlabel-promo-code-field {
  display: flex;
  align-items: center;
  position: relative;
	width: 40%;
	justify-content: center;
}

.betlabel-bonus-code {
  border: 2px #4EA522;
	border-style: solid none solid solid;
  color: #4EA522;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 16px;
  width: 100%;
	border-radius: 10px 0 0 10px;
}

.betlabel-bonus-code-copy {
  background: #4EA522;
    border: none;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    outline: none;
    padding: 15px 15px;
}

.betlabel-block-text-code {
  display: flex;
  gap: 20px;
	align-items: center;
}

@media screen and (max-width: 890px) {
    .betlabel-promo-code-box {
    flex-direction: column;
		max-width: 400px;
    align-items: center;
    }
	.betlabel-promo-code-title, .betlabel-promo-code-info, .betlabel-promo-code-field {
		width: 80%;
	}
	.betlabel-promo-code-box {
		width: 70vw;
	}
	.text-promo-box {
	flex-direction: column-reverse;
}
}

.ctc-inline-copy-icon .copy-icon, .ctc-inline-copy-icon .check-icon {
    height: 26px;
    width: 26px;
    color: #fff;
	margin-left: -4px
}

/*Блок бонуса на первом экране*/
.textp-field {
	display: flex;
	gap: 20px;
	align-items: center;
}

.textbox, .bonusbox {
	width: 50%;
}

.bonusbox {
	background: linear-gradient(90.87deg, #333944 30.19%, #23272E 102.14%);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 1.4rem;
	padding-left: 1.4rem;
	padding-top: 1.9rem;
	padding-bottom: 1.9rem;
  text-align: right;
	position: relative;
}

.bonusbox-title {
	font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
  z-index: 1;
	text-transform: uppercase;
}

.bonusbox-bonus {
	font-size: 34px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #4EA522;
  z-index: 1;
	text-transform: uppercase;
}

.bonusbox .info__btn {
	justify-content: right;
	z-index: 1;
}

.bonusbox-comment {
	z-index: 1;
}

.bonusbox-bg {

background-image: url(http://betlabel.games/wp-content/uploads/2025/07/bonus-box-2.webp);
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
	background-position: left bottom;
	opacity: 0.4;	
	background-size: 35%
}

@media screen and (max-width: 650px) {
	.textp-field {
		flex-direction: column;
	}
	.textbox {
	width: 100%;
}
	.bonusbox {
	width: 90%;
}
}


/*fast links*/
.fast-links-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fast-links-block a {
    border: 1px solid rgb(78 165 34 / 40%);
    padding: 0 0 0 1rem;
	text-decoration: none;
}

.link-button {
    -webkit-box-shadow: -5px 4px 10px rgba(0, 0, 0, .09);
    box-shadow: -5px 4px 10px rgba(0, 0, 0, .09);
    background: linear-gradient(90.87deg, #333944 30.19%, #23272E 102.14%);
    height: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(25% - 18px);
    text-align: left;
    cursor: pointer;
    padding-left: 20px;
}

.link-button span {
    color: #28F19D;
    font-size: 10px;
    text-align: left;
    margin: 0;
}

.link-button strong {
	color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}

.link-button img {
    width: auto;
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 980px) {
    .link-button {
        width: calc(33.3% - 12px);
    }
	.slots-item {
		width: calc(33.3% - 20px);
	}
}

@media (max-width: 768px) {
    .link-button {
        width: calc(50% - 12px);
    }
}

@media (max-width: 560px) {
    .link-button {
        width: 100%;
    }
}

.link-button:hover {
  transform: scale(1.05);
}

/*********Winners**********/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-290px * 7));
  }
}
.slider {
  background: #333944;
  box-shadow: 0 20px 10px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 120px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 45s linear infinite;
  display: flex;
  width: calc(290px * 14);
}
.slider .slide {
  height: 100px;
  width: 270px;
}

.slide:hover {
	background: #23272E;
}

.winner-item {
    display: flex;
    gap: .5rem;
    align-items: center;
    padding: .5rem;
  border-right: 1px solid rgb(78 165 34 / 60%);
  justify-content: space-between;
	height: 85px;
}

.winner-image {
  width: 85px;
}

.winner-image img {
   height: 100%;
    width: 100%;
	border-radius: 8px
}

.winner-name {
    display: flex;
    flex-direction: column;
    width: 35%;
}

.winner-nickname {
    font-size: .85rem;
    line-height: 140%;
    color: #fff;
    flex: 1 1;
}

.winner-date {
    color: #28F19D;
    font-size: .75rem;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.winner-count {
    font-size: 1.175rem;
	font-weight: 700;
    line-height: 110%;
    color: #48D039;
}

.slider a {
	text-decoration: none;
}

/*API блок*/
.event-cards.view-1 .event-card {
	 border: 1px solid rgb(78 165 34 / 30%);
}

.view-1 .event-card .bet-btn {
	border: none;
}

.view-1 .bet-btn {
  font-size: 16px;
}

.slider-1 .custom-nav {
	background: #202020;
}