@charset "UTF-8";
/*
Theme Name: Live Theme
Theme URI: livetheme.info
Author: livetheme
Author URI: livetheme.info
Description: 
Version: 1.0
*/
a{color: #ffb400;}
.col-12.main-menu {
    background: #2c2c2c;
}
body {
    background: #000;
    color: #fff;
    font-family: 'Inter', sans-serif;
}.banner-top img, .banner_logo img{
    max-width: 100%;
    margin: 5px auto;
}img.custom-logo {
    max-width: 200px;
    height: auto;
}ul#ul_main_menu {
    padding: 0;
    overflow: hidden;
    margin: 10px auto;
}ul#ul_main_menu li {
    list-style: none;
    float: left;
}ul#ul_main_menu li a {
    display: block;
    margin: 5px;
    padding: 6px 10px;
    text-decoration: none;
    color: #000;
    background-color: #ffb400;
    border-color: #ffb400;
    border-radius: 3px;
}.home_content {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    margin: 20px auto;
    padding: 0 10px;
}
.home_content::-webkit-scrollbar {
    width: 5px;/* width *//* Track */
}
.home_content::-webkit-scrollbar-track {
    background: #f1f1f1; /* Handle */
}
.home_content::-webkit-scrollbar-thumb {
    background: #ffb400; 
}
.home_content::-webkit-scrollbar-thumb:hover {
    background: #555; /* Handle on hover */
}

.banner_sub_menu {
    margin-bottom: 20px;
}.banner_sub_menu img {
    max-width: 100%;
    margin: 5px auto;
}

/* entry_content */
.entry_content {
    word-wrap: break-word;
}.entry_content h2{
    font-size: 24px;
    font-weight: bold;
    margin: 20px auto;
    color: #ffb400;
}.entry_content h3{
    font-size: 21px;
    font-weight: bold;
    margin: 15px auto;
}.entry_content h4{
    font-size: 20px;
    font-weight: bold;
    margin: 15px auto;
}.entry_content h5{
    font-size: 18px;
    font-weight: bold;
    margin: 15px auto;
}.entry_content table {
    width: 100%;
    margin: 20px auto;
}.entry_content table tr td, .entry_content table tr th {
    border: 1px solid #ccc;
    padding: 5px;
}
.entry_content img{
    border-radius: 5px;
}
section.banner-top {
    margin: 20px auto;
}.entry_content img, .entry_content .wp-caption {
    display: block;
    margin: auto;
    max-width: 100%;
    margin: 2px auto;
    border-radius: 0px;
}.entry_content .wp-caption p {
    text-align: center;
    color: #5e5e5e;
    font-size: 14px;
}.entry_content blockquote {
    background: #ffd70017;
    padding: 5px 10px;
    border-left: 3px solid #ef8903;
    margin: 20px auto;
}.entry_content blockquote p {
    font-size: 15px;
    margin-bottom: 5px;
}.page_title{
	/* color: #ffb400; */
    margin: 20px auto;
    font-size: 26px;
    font-weight: bold;
}

/* custom mit live */
.mit-live-title h2 {
    font-size: inherit;
    font-weight: bold;
    margin: auto;
    color: unset;
}.mit-live {
    margin-left: -10px;
    margin-right: -10px;
}h1.live-match-title-cust {
    color: #ffb400;
    margin: 20px auto;
    font-size: 26px;
    font-weight: bold;
}p#breadcrumbs a.breadcrumbs-custom {
    background: #ffb400;
    font-size: 16px;
    color: #fff;
    margin: 15px 0;
    display: block;
    width: max-content;
    height: 35px;
    line-height: 33px;
    text-decoration: none;
    border-radius: 3px;
    padding: 0 15px;
}.mit-livestream-header {
    background: #333 !important;
    width: 100%;
    float: left;
    margin-top: 0px;
    border-radius: 3px;
}.mit-livestream-mediaplayer {
    background: #565656 !important;
    padding: 5px;
}.mit-in-match-banner {
    margin: 20px auto;
}.mit-in-match-banner img {
    margin: auto;
    display: block;
    width: auto;
}.video-not-found {
    border: 5px solid #565656 !important;
}.desc-mit-live {
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
    margin: 0px auto 20px auto;
    color: #ffffff;
    background-color: #333;
    border-color: #212529;
    border-radius: 3px;
}.desc-mit-live p {
    margin: auto;
}.mit-live-banner-sidebar {
    margin-bottom: 20px;
}.mit-live-banner-sidebar img {
    max-width: 100%;
    border-radius: 3px;
    margin: auto;
    display: block;
}.mit-livestream-mediaplayer {
    width: 100%;
}h3.sidebar_title {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 5px 0px 5px;
    color: #ffb400;
    text-align: center;
}