/*
Theme Name: 68gamebai
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.02111111111
*/
:root{
    --main-color: #fb0d1c;
}
body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    font-family: "Tahoma", sans-serif;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Tahoma", sans-serif;
    color: #000;
}
b, strong{
    font-weight: bold;
}
a {
    color: #fb0d1c;
}
a:hover {
    color: #00d084;
}
.box-text h5:hover{
    color: #00d084!important;
}
ol, ul {
    margin-left: 25px;
}
td {
    color: #000;
}
th, td {
    border-bottom: 1px solid #000;
    font-size: 1em;
}
blockquote {
    background: rgba(0, 0, 0, 0.1);
    border-left: 6px solid rgba(0, 0, 0, 0.2);
    padding: 0.5em 10px;
    font-size: 1em;
    font-style: unset;
}
#wrapper, #main{
    background-color: transparent;
}
.is-divider {
    display: none;
}
#content {
    line-height: 130%;
    font-size: 18px;
}
.page-wrapper{
    padding-top: 0;
}
.page-wrapper > .row .large-9{
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
}
@media screen and (max-width: 700px) {
    #content {
        font-size: 17px;
    }
}
@media only screen and (min-width: 542px) {
    .page-wrapper > .row{
        max-width: 1210px;
    }
    .page-wrapper > .row .large-3{
        padding-right: 0;
    }
}
@media only screen and (max-width: 541px) {
    .page-wrapper > .row .large-9 {
        margin-bottom: 15px;
    }
}
.absolute-footer{
    border-top: 1px solid #fff;
    color: #fff !important;
}
.widget ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    margin-bottom: 0;
}
.footer-wrapper{
    font-size: 14px;
}
.footer-wrapper .dark{
    color: #ffffff;
}
div#wide-nav ul li.active a.nav-top-link, div#wide-nav ul li a:hover{
    background-color: #fb0d1c;
	position: relative;
    border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
    border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
/*.nav>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav-dropdown li.active>a, .nav-column li.active>a, .nav-dropdown>li>a:hover, .nav-column li>a:hover, .nav-vertical-fly-out>li>a:hover {
	color: #fb0d1c!important;
}*/
/*game blog*/
:root {--star-size: 20px;--star-color: #ccc;--star-background: #fc0;}
.Stars {--percent:calc(var(--rating) / 100 * 100%);display: inline-block;font-size: var(--star-size);font-family: Times;line-height: 1}
.Stars::before {font-size: 16px;content: '★★★★★';letter-spacing: 0;background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));-webkit-background-clip: text;-webkit-text-fill-color: transparent}
.rating {display: flex;justify-content: left;align-items: center;height: auto}
.game_blog.style-top {
    color: #eee;
    margin: 20px auto;
    font-size: 17px;
}
.list-item {
     margin-top: 10px;
     background: #282828;
     box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
 }
.list-content {
  display: flex;
  position: relative;
  padding:8px;
}
/*#masthead .list-content{
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(157,30,4,1) 30%, rgba(99,17,0,1) 63%);
    border: 1px solid #7d4410;
}*/
#masthead .list-item{
    margin-top: 0;
}
#masthead .game_blog.style-top{
    margin: 0;
}
#masthead a.odds-now{
    background: var(--main-color);
    color: #000;
}
.logo-brand {
   float: left;
   width: 88px;
   margin-right: 10px;
}
.logo-brand img {
    width: 100%;
    border-radius: 50%;
}
.top-info {
    width: 150px;
    float: left;
    margin-right: 10px;
}
.top-action {
    width: 150px;
    float: right;
    margin-left: 10px;
}
.gift-text {
    display: inline-block;
    width: calc(100% - 418px);
}
.top-info span {
    display: block;
    font-size: 14px;
}
.top-action a {
    display: block;
}
.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #ccc;
    color: #000;
    border-radius: 0 0 23px 0;
    padding-left: 5px;
}
span.brand-name {
    font-size: 23px;
    font-weight: bold;
}
a.odds-now, a.review {
    width: 90%;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
    margin: 5px auto;
    border-radius: 50px;
    font-weight: bold;
}
a.odds-now{
    background: var(--main-color);
    color: #fff;
    padding: 7px 0;
}
a.review {
    border-color: #ccc;
	background: #eeee22;
    color: #fb0d1c;
    /*font-weight: normal;*/
    border: none;
}
a.odds-now:hover {
    background: var(--main-color);
    color: #000;
}
a.review:hover {
    text-decoration: underline;
}
.gift-text span {
    display: block;
    text-align: center;
}
span.gift-number {
    font-size: 20px;
    font-weight: bold;
    color: #09d025;
}
div.list-review {
    color: #000;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
}
.widget .list-content {
    height: 220px;
}
.widget .gift-text {
    width: 95%;
    position: absolute;
    bottom: 5px;
    border-top: 1px solid #cccccc5e;
}
.widget a.odds-now, .widget a.review{
    font-size: 70%;
}
span.widget-title {
    color: var(--main-color);
    font-size: 1.2rem;
    padding-bottom: 0.3rem;
    margin: 0.7rem 0;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 2px var(--main-color) solid;
    display: block;
}
@media(min-width:850px){
    .widget .logo-brand{
        width: 70px;
    }
    .widget span.brand-name{
        font-size: 15px;
    }
    .widget .top-info span{
        font-size: 14px;
    }
    .widget .gift-text span{
        font-size: 15px;
    }
    .widget span.gift-number{
        font-size: 16px;
    }
    .widget .top-action{
        width: 120px;
    }
}
@media(max-width:570px){
    .list-content {
        height: 189px;
    }
    .gift-text {
         width: 95%;
         position: absolute;
         bottom: 5px;
         border-top: 1px solid #cccccc5e;
     }
    a.odds-now, a.review{
        font-size: 70%;
    }
    .header-bottom .flex-row .flex-col:last-child{
        width: 100%;
    }
    .header-bottom .flex-row .flex-col:last-child ul.header-bottom-nav,
    .header-bottom .flex-row .flex-col:last-child ul.header-bottom-nav li.html{
        display: block;
    }
    span.brand-name{
        font-size: 20px;
    }
    .logo-brand{
        width: 70px;
    }
    .top-info span{
        font-size: 13px;
        line-height: 20px;
    }
    .gift-text span{
        font-size: 15px;
    }
    span.gift-number{
        font-size: 18px;
    }
    .top-action{
        width: 100px;
    }
}
/*end game blog*/
/*single*/
.nutchoingay {
    color: #fff;
    background: var(--main-color);
    padding: 14px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: -1px 11px 24px -10px rgb(94 94 94 / 75%);
    font-weight: bold;
}
.box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6, .box-text a:not(.button){
    color: var(--main-color);
}
.box-text h1:hover, .box-text h2:hover, .box-text h3:hover, .box-text h4:hover, .box-text h5:hover, .box-text h6:hover, .box-text a:not(.button):hover{
    color: #000;
}
.social-icons{
	display: inline-flex !important;
	padding-top: 10px;
	font-size: 1em;
}
.sp-brands{
	margin-bottom: 20px;
}
.sp-title {
    font-size: 29px;
    line-height: 1.2;
	font-weight: 700;
    color: var(--main-color);
    padding-bottom: 0.3rem;
    margin: 0.7rem 0;
    text-transform: capitalize;
    border-bottom: 2px var(--main-color) solid;
    display: block;
}
.sp-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dfe6e9;
    margin-top: 20px;
    padding: 20px 0 0;
}
.sp-item > span{
	padding: 5px 15px 6px;
    margin-right: 4px;
    margin-bottom: 8px;
    border-radius: 16px;
    background-color: #f1f3f4;
}
.sp-item > span:nth-child(1) {
    display: inline-block;
    line-height: 30px;
    min-width: 125px;
	background: none;
	font-size: 16px;
	font-weight: bold;
}
.sp-item img{
	width: 40px;
	height: 40px;
}
/*end single*/
/*author*/
.about-author .about-author__title {
    background: #31980A1C;
    border-radius: 4px;
    padding: 0.5rem;
    color: var(--main-color);
}
.about-author__description {
    background: 0.5rem;
    max-height: 164px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    margin-bottom: 0;
    margin-top: 1rem;
}
.about-author__description img {
    float: left;
    margin-right: 10px;
}
.author-content{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    padding: 1rem;
    margin-bottom: 1rem;
}
.author-content .description img {
    float: right;
    border-radius: 50%;
}
/*end author*/
/*content category*/
.content-head p {
    font-size: 1rem;
    font-weight: 600;
    background: var(--main-color);
    color: white;
    /*display: inline-block;
    margin: 0;*/
    padding: 15px 150px 15px 15px;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/*end content categoy*/
/*breadcrumb*/
.breadcrumb-ctn{
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.breadcrumb-ctn .container{
    max-width: 1210px;
    padding: 10px 15px;
    background: #ffffff;
    border-radius: 5px;
}
.breadcrumb-ctn p{
    margin-bottom: 0;
}
.breadcrumb_last{
    font-weight: normal;
}
#breadcrumbs > span,
#breadcrumbs > span > span{
    vertical-align: middle;
}
/*end breadcrumb*/
/*TOC*/
#ez-toc-container {display:block !important;}
/*End TOC*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}
.widget_media_image{
	display:flex;
	justify-content:center;
	
}