@charset "UTF-8";

/*
    Theme Name: Basic Themes
    Theme URI: https://kaio.net/
    Author: Kaio
    Author URI: https://kaio.net/
    Description: Basic Themes Basic Themes Basic Themes Basic Themes Basic Themes.
    Requires at least: 5.3
    Tested up to: 5.6
    Requires PHP: 5.6
    Version: 1.0
*/

html{
    font-family: 'Arial';
	scroll-behavior: smooth;
}body {
    margin: 0;
}.main_padding {
    padding: 15px;
}.main_box{
    background: #f2f2f2;
    width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 21px rgb(0 0 0 / 44%);
    box-shadow: 0 0 21px rgb(0 0 0 / 44%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}.container{
    overflow: hidden;
}.center_box {
    width: calc(70% - 19px);
    float: left;
}.right_box {
    width: 30%;
    float: right;
}.top_logo {
    background: #901b11;
    padding: 5px;
    overflow: hidden;
}.top_logo a{
    float: left;
}.top_logo .icon_menumobile {
    float: right;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/basictheme/images/menu.svg) no-repeat;
    margin-top: 12px;
    background-size: 30px;
    display: none;
}.top_logo img {
    max-height: 55px;
    width: auto;
    display: block;
}#nav-mobile {
    margin: auto;
    height: 50px;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}#nav-mobile .sub-menu {
    display: none;
}#nav-mobile li {
    float: left;
    list-style: none;
    line-height: 46px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 4px solid #e2e0e0;
}#nav-mobile li:nth-child(1) {
    border-left: 1px solid #e1e1e1;
}#nav-mobile li a {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}#nav-mobile li:hover .sub-menu {
    display: block;
}#nav-mobile .sub-menu {
    position: absolute;
    top: 49px;
    z-index: 9;
    width: 200px;
    padding: 0;
    border: 1px solid #e1e1e1;
    background: #f2f2f2;
}#nav-mobile .sub-menu li {
    border: 0;
    line-height: 36px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}#nav-mobile .sub-menu li:nth-last-child(1) {
    border: 0;
}#nav-mobile .sub-menu li:hover {
    background: #fff;
}#nav-mobile .sub-menu li a {
    text-transform: inherit;
}#nav-mobile .sub-menu .sub-menu {
    display: none;
    position: absolute;
    left: 199px;
    top: 0;
    width: 400px;
}#nav-mobile .sub-menu .sub-menu li {
    width: 199px;
    float: left;
}#nav-mobile li:hover .sub-menu .sub-menu {
    display: none;
}#nav-mobile li .sub-menu li:hover .sub-menu {
    display: block;
}#nav-mobile .menu-item-has-children i {
    position: absolute;
    display: block;
    border: 1px solid #ccc;
    width: 37px;
    height: 37px;
    right: 5px;
    top: 4px;
    display: none;
}#nav-mobile .menu-item-has-children i:after {
    content: "";
    width: 4px;
    height: 5px;
    position: absolute;
    right: 11px;
    top: 8px;
    border: solid gray;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .5s ease-in-out;
}#nav-mobile .menu-item-has-children i.active:after {
    right: 11px;
    top: 13px;
    border: solid #44be4c;
    border-width: 0 2px 2px 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}.title_page {
    margin: 0 auto 15px;
    color: #0083b9;
    font-size: 25px;
}.boxstyle{
    background: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 0 #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5;
    margin-bottom: 15px;
}.news_list {
    padding: 0;
    margin: 0;
}.news_list li {
    list-style: none;
    clear: both;
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}.news_list .the_title {
    font-size: 22px;
    color: #0083b9;
    text-decoration: none;
    font-weight: bold;
}.news_list .the_title:hover {
    color: #333;
}.news_list .the_meta span {
    color: #c6c6c6;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #c6c6c6;
}.news_list .the_meta {
    margin: 5px 0 12px 0;
}.news_list .the_meta span:nth-last-child(1) {
    border-right: 0
}.news_list .the_thumbnail {
    float: left;
    margin-right: 15px;
    width: 179px;
    height: 120px;
}.news_list .the_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}.news_list .read-more {
    outline: none;
    border: none;
    margin: 0;
    background: #0083b9;
    color: #fff;
    padding: 5px 10px 6px;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
}.news_list .the_excerpt {
    line-height: 1.5;
}.paginate_links a, .paginate_links span {
    padding: 5px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    text-decoration: none;
}.content_text p {
    line-height: 1.5;
}.content_text p:nth-child(1) {
    margin-top: 0;
}.content_text p:nth-last-child(1) {
    margin-bottom: 0;
}.content_text img, .content_text .wp-caption {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}.wp-caption-text {
    margin: auto;
    text-align: center;
}.content_text ul {
    padding-left: 20px;
}.content_text ul li {
    line-height: 1.5;
    margin-bottom: 5px;
}.content_text table td {
    border: 1px solid #ccc;
    padding: 3px;
}


/* TOPLOST CASINO */
/* css star rating */
:root{--star-size:24px;--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: 20px;content:'★★★★★';letter-spacing:0px;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}
.rating span{line-height:28px;height:24px}
*{position:relative;box-sizing:border-box}
#top_casino {
    padding: 0 15px 0;
}#top_casino table {
    width: 100%;
    border-spacing: 0px;
}#top_casino .casino_item {
    background: #f1f3f4;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    margin-bottom: 8px;
    padding: 10px 0;
    overflow: hidden;
}.stt {
    float: left;
    width: 10%;
    margin-top: 30px;
}.logo {
    float: left;
    width: 15%;
}.name_rate {
    float: left;
    width: 20%;
}.desc {
    float: left;
    width: 35%;
    line-height: 100px;
}.action {
    float: left;
    width: 20%;
    padding-top: 22px;
}.name_rate span.name {
    margin-top: 31px;
    display: block;
}#top_casino .stt span {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 28px;
    border: 7px solid #303840;
    border-radius: 50%;
    margin: auto;
}#top_casino .logo img {
    width: 100px;
    /* margin: auto; */
    display: block;
	border-radius: 50%;
}#top_casino .name a {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}#top_casino .desc span {
    font-size: 17px;
    font-weight: bold;
    color: #333;
}#top_casino .action .btn {
    font-weight: 700;
    color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(#FA2828),to(#CF142B));
    background: -webkit-linear-gradient(top,#FA2828 0,#CF142B 100%);
    background: -o-linear-gradient(top,#FA2828 0,#CF142B 100%);
    background: linear-gradient( 180deg ,#0d6185 0,#59abcf 100%);
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    padding: 10px;
    border-radius: 20px;
    border: 0;
    display: block;
    margin: auto;
    cursor: pointer;
}#top_casino .detail a {
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 5px;
}#top_casino .link {
    color: #333;
}#top_casino .link:hover {
    color: #dd3333;
}#top_casino .action button.btn:hover{
    background: -webkit-gradient(linear,left top,left bottom,from(#374cbd),to(#24317b));
    background: -webkit-linear-gradient(top,#374cbd 0,#24317b 100%);
    background: -o-linear-gradient(top,#374cbd 0,#24317b 100%);
    background: linear-gradient(180deg,#374cbd 0,#24317b 100%);
}.tit_list_casino {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}


.footer_bottom {
    background: #333;
    padding: 15px;
    color: #ccc;
	overflow: hidden;
}.copyrights {
    float: left;
}.menu-footer {
    float: right;
}.menu-footer a {
    color: #fff;
    margin: 5px;
    display: inline-block;
}.link_bottom{
    color: #ccc;
    text-decoration: none;
}.link_bottom:hover{
    color: #dd3333;
}.footer_top {
    border-top: 4px solid #333;
    padding: 0 15px;
    overflow: hidden;
    background: #e6e5e5;
    color: #333;
	display: flex
}.ftt_item {
    width: 25%;
    float: left;
    border-right: 1px solid #333;
    padding: 15px;
}.ftt_item:nth-child(1) {
    border-left: 1px solid #333;
    /* width: calc(25% - 32px); */
}.ft_title {
    margin: auto;
    color: #dd3333;
}.tablecontent {
    background: #3593ba;
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}.table_of_content {
    margin: auto;
    border: 2px solid #3593ba;
    padding-left: 40px !important;
}.table_of_content li {
    margin: 10px 0;
    list-style: none;
}.table_of_content li a {
    font-weight: normal;
    color: inherit;
    text-decoration: none;
    font-size: 18px;
}.table_of_content li a:hover {
    color: #3593ba;
}.table_of_content li a:before {
    content: "";
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    background: url(/wp-content/themes/basictheme/images/down-arrow.svg) no-repeat;
    background-size: 12px;
    background-position: center;
    margin-right: 5px;
    margin-top: 6px;
}.related {
    border-top: 1px solid #ccc;
    overflow: hidden;
}.related_item {
    width: 25%;
    float: left;
    padding: 0 5px;
}.related_item h3 {
    margin: 10px 0;
}.related_item h3 a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: inherit;
}.related_item h3 a:hover{
    color: #dd3333;
}a.relatedimg img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.top5_new_item {
    overflow: hidden;
    margin-bottom: 14px;
}.top5_new .top5_new_item:nth-last-child(1) {
    margin-bottom: 0;
}.top5_new h2 {
    margin-top: 0;
    margin-bottom: 15px;
}.top5_new_item h3 {
    line-height: 1;
    margin: auto;
    margin-left: 90px;
}.top5_new_item h3 a {
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    color: inherit;
}.top5_new_item h3 a:hover {
    color: #dd3333;
}a.top5_new_img {
    width: 80px;
    height: 55px;
    float: left;
    margin-right: 10px;
}a.top5_new_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}.atp_ct {
    display: none;
}#atp_ct1 {
    display: block;
}


@media only screen and (max-width: 992px) and (min-width: 300px){
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
    }main {
        margin-top: 51px;
    }section.main_box {
        width: 100%;
    }.main_padding {
        padding: 0px;
    }.center_box {
        width: 100%;
        float: none;
    }.right_box {
        width: 100%;
        float: none;
    }.top_menu {
        width: 100%;
        overflow-y: auto;
    }#top_casino {
        padding: 5px;
    }.content_text {
        padding: 5px;
    }#nav-mobile li:nth-child(1) {
        border-left: 5px solid #333;
    }ul#nav-mobile li {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #e1e1e1;
        border-left: 5px solid #333;
    }ul#nav-mobile {
        padding: 0;
        height: auto;
        max-height: 0;
        overflow-y: auto;
    }.top_logo .icon_menumobile {
        display: block;
        margin-top: 5px;
    }#nav-mobile .sub-menu {
        position: unset;
        top: 0;
        z-index: 9;
        width: 100%;
        padding: 0;
        border: 0;
        background: unset;
        overflow: hidden;
        max-height: 0;
        display: block;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }#nav-mobile .sub-menu li {
        background: #eee;
        border-left: 0;
        padding-left: 20px;
    }#nav-mobile .menu-item-has-children i{
        display: block;
    }.top_logo img {
        max-height: 40px;
    }.ftt_item {
        width: 100% !important;
        border: 0 !important;
        padding: 0;
    }.ft_title {
        margin-top: 15px;
    }.footer_bottom {
        margin-top: 10px;
    }.related_item {
        width: 50%;
    }.top5_new {
        padding: 5px;
    }.footer_top {
        padding: 0 5px;
		display: block
    }#nav-mobile .sub-menu li i {
        display: none;
    }#nav-mobile li:hover .sub-menu .sub-menu {
        display: block;
        position: inherit;
        left: -10px;
    }#nav-mobile li:hover .sub-menu .sub-menu li {
        background: #fff;
        padding: 0;
        width: 180px;
    }#nav-mobile li:hover .sub-menu .sub-menu li a {
        font-weight: normal;
    }
}

@media only screen and (max-width: 600px) and (min-width: 300px){
    .stt {
        width: 50px;
        margin-top: 20px;
    }#top_casino .stt span {
        width: 30px;
        height: 30px;
        line-height: 28px;
        border: 2px solid #303840;
    }.logo {
        width: 70px;
    }.name_rate {
        width: calc(100% - 225px);
        padding-left: 10px;
    }.desc {
        width: 100%;
        text-align: center;
        line-height: 1.8;
    }.action {
        width: 105px;
        position: absolute;
        right: 0;
        top: 15px;
        padding: 0;
    }#top_casino .logo img {
        width: 70px;
    }.name_rate span.name {
        margin-top: 10px;
    }
}

.cachlayso {
    border: 2px dashed red;
	padding: 5px;
	border-radius: 10px;
	background: #f7ffb2;
}.cachlayso #content_layso {
    display: none;
}.cachlayso .tit {
    padding: 5px;
    text-align: center;
	font-size: 20px;
	font-weight: bold;
}.cachlayso .btn_layso {
    width: 200px;
    text-align: center;
    background: #c00;
    text-transform: uppercase;
    padding: 15px;
    margin: 5px auto;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
}.cachlayso .btn_layso:hover {
    background: #ff9800;
    color: #000;
}.cachlayso #content_layso {
    padding: 10px;
}.cachlayso #countdown {
    color: red;
    text-align: center;
    margin: 10px;
}.number-tk span {
    display: inline-block;
    background: #ff9800;
    padding: 5px 16px;
    margin: 5px 5px 5px 0;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}