/*
Theme Name: 1xBet
Theme URI: https://thejema.ru/branded/1xbet/
Author: theJema
Author URI: https://shop.thejema.ru
Description: Шаблон под 1xBet
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 1xbet
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import "assets/css/normalize.css";
@import "assets/slick/slick.css";
@import "assets/slick/slick-theme.css";
@import "assets/css/home.css";


.icon_sport{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.post_parent{
    padding: 35px 30px;
    display: flex;
    flex-wrap: wrap;
}

.post_item{
    width: 285px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.post_title a{
    color: #4F4F4F;
    font-weight: 700;
    margin-bottom: 15px;
}
.post_img{
    max-width: 285px;
}
.post_more{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post_more span{
    color: #939393;
    font-size: 14px;
}
.post_more a{
    text-decoration: underline;
    color: #007f3d;
    font-size: 14px;
}

.place_a_bet a{
    background: #92c738;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
    width: 266px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.table__th.table__right{
    cursor:pointer;
}
.wp-block-table td{
    color: #4F4F4F;
}

.main__content ol{
	list-style-type: auto;
    padding: 18px;
}
.main__content ol > li{
	font-size: 16px;
	color: #4F4F4F;
	padding-bottom: 12px;
	line-height: 1.5;
}

.reg{
	    background-color: #ffbc00;
    color: #000000;
}

.log{
	    background-color: #ffbc00;
    color: #000;
}


.sidebare-right__box form button, .sidebare-right__box .btn{
	    background-color: #ffbc00;
    color: #000;
	display:block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
	text-align: center;
}

.sidebare-right__toggle button{
	  background-color: #D4DEE8;
    color: #000;
}



.activebtn {
    background: #ffbc00 !important;
}

.reg-type{
    display: block;
    background: #ffbc00;
    color: #000;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
	&:hover{
	 background: #f8c944;	
	}
}
.reg-type svg{
    width: 10px;
}

.footer__social .footer__cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    justify-content: center;
}

.l-bonus-item{
	font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
	display:block;
	&:hover{
		color:red;
	}
}

.l-bonus-item svg{
	width:10px; 
	margin-right:5px;
	fill:#ffbc00;
}

.sidenav > ul {
    width: 100%;
    display: flex;
}

.slaider__text{
	    background: #000000c2;
    padding: 20px;
    border-radius: 10px;
}

.slaider__text a{
	background: #ffbc00;
	color: #000;
	&:hover{
	 background: #f8c944;	
	}
}

.w-100{
	width:100% !important;
	img{
		width:100% !important;
		border-radius: 5px;
	}
}
