@charset "UTF-8";
/*
Theme Name: Siputih
Theme URI: https://zehan.id
Description: Tema Wordpress Biasa dan Bisa anda Pakai Sesuka Hati
Author: Zehan - ID
Author URI: http://zehan.id
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siputih
*/
:root {
  --white: #ffffff;
  --black: #000000;
  --gray: #a0a0a0;
  --dark: #111111;

  --link: #222222;
  --linkhover: #575760;
  --headerbg: #ffffff;
  --bodybgcolor: #f2f2f2;
  --bodyfontcolor: #212529;
  --border: #e7e7e7;

  --font: var(--bs-font-sans-serif);
}

body {
  background-color: var(--white);
  color: var(--bodyfontcolor);
  font-family: var(--font);
}

a {
  color: var(--link);
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--linkhover);
  text-decoration: none;
}

/* match height */
.match-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.match-height .col-match-height {
  display: flex;
  flex-direction: column;
}

/* Animation */
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

/* Header */
.bola-navbar-main, .bola-navbar-mobile {
  background-color: var(--headerbg);
}
.bola-navbar-main.fixed-top {
  animation: slide-down 0.7s;
}

.navbar {
  padding: 0.5rem 0rem;
}
.navbar-brand img {
  max-width: 180px;
  max-height: 30px;
}

.navbar-toggler {
	border: none;
	border-radius: 0;
	padding: 0 0;
}
.navbar-toggler:focus {
	border: none;
	border-radius: 0;
	padding: 0 0;
	box-shadow: none;
}

.navbar .navbar-nav .nav-link {
  color: var(--link);
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus, .dropdown-item.active,
.dropdown-item:active  {
  color: var(--linkhover);
}

/* Dropdown */
.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
}


/* Mobile Menu - Dreamlike Menu */
.navmob-button {
	
}

.navmob-logo img {
	height: 30px;
	max-width: 180px;
}

.navmob-wrapper {
	overflow: hidden;
	overflow-x: auto;
	scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.navmob-wrapper::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.navmob-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.navmob-menu ul li {
	white-space: nowrap;
}
.navmob-menu ul li a {
	margin: 0;
	padding: 5px 10px;
}

/* Mobile Menu - Sidebar Menu */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1040;
	top: 0;
	left: 0;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	transition: all .2s ease;
	background: #f1f1f1;
}

.sidenav-header {

}
.mlogo img {
	height: 30px;
	max-width: 180px;
}

.sidenav hr {
	background-color: #ccc;
}

/* Sidenav Menu Button */
.btn-sidenav {
	margin-left: 10px;
}
.btn-sidenav a {
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}

/* search box */
.mobsearch {
	position: relative;
}
.mobsearch .btn-mobsearch {
	--bs-border-radius: .2rem;

	position: absolute;
	top: 3px;
	right: 3px;
	background-color: var(--gray);
	color: #ffffff;
	border: none;
	box-shadow: none;
	height: 32px;
	width: 40px;
	text-align: center;
}

/* The navigation menu links */
.bola-moblist {
	overflow: hidden;
	overflow-y: auto;
	padding: 0;
}
.bola-moblist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bola-moblist ul li {
    padding: 6px 0 6px 0;
	position: relative;
}

.bola-moblist ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2px;
    height: 42px;
    border-radius: 0 3px 3px 0;
}

.bola-moblist ul li a {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
	display: block;
}
.bola-moblist ul li:hover:before {
	background-color: var(--satu);
}
.bola-moblist ul li:hover li::before {
	background-color: transparent;
}

.bola-moblist ul li.break:after{content:'';display:block;width:100%;border-bottom:1px solid #ebeced;margin-top:20px;}

/* Dropdown */
.bola-moblist ul.sub-menu {
	display: none;
	padding-left: 15px;
}
.bola-moblist ul li.active ul.sub-menu {
	display: block;
}

/* The carret */
.bola-moblist ul li.menu-item-has-children a:after {
	font-family: 'FontAwesome';
	color: #999;
	content: '\f107';
	float: right;
	padding-right:10px;
}
.bola-moblist ul li.menu-item-has-children.active a:after {
	font-family: 'FontAwesome';
	color: #999;
	content: '\f106';
	float: right;
	padding-right: 10px;
}
.bola-moblist ul li.menu-item-has-children li a:after, .bola-moblist ul li.menu-item-has-children.active li a:after {
	content: '';
}

.sidenav .copyright {
	font-size: 90%;
}

/* BreadCrumb */
.breadcrumb {
  background-color: transparent;
  padding: 0 0 0.75rem 0;
  border-radius: 0;
  font-size: 0.8rem;
  margin-bottom: 0.5em;
}
.current {
  color: var(--bs-secondary);
}

/*** Main Content ***/
.bola-main .container {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

/***** WordPress *****/
.divider {
	border-top: 1px solid var(--border); 
}

.excerpt {
  transition: all 0.4s;
  overflow: hidden;
}

.post-thumbnail {
  position: relative;
}

.media-info {
  position: absolute;
  top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 12;
  transition: all 0.45s ease;
  width: 100%;
}
.post-edit,
.play-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.media-meta {
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
}
.media-meta > * {
  opacity: 1;
  display: inline-block;
  position: relative;
  font-weight: 400;
}
.media-meta-category {
}
.media-meta-category a,
.post-edit,
.play-button {
  display: inline-block;
  transition: 0.4s;
  line-height: 24px;
  font-weight: 700;
  font-size: 12px;
  color: var(--white);
  padding: 0 10px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: rgba(49, 49, 49, 0.8);
}
.post-edit a {
  color: var(--white);
}

.excerpt .post-title, .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: var(--link);
}
.excerpt .post-title:hover {
  color: var(--linkhover);
}

.post-meta {
	color: var(--gray);
	font-size: .9rem;
}

.post-meta .nav-link {
  padding-left: 0;
}

.post-meta-with-avatar {
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.author-avatar img {
  border-radius: 50% !important;
  margin-right: 5px;
  max-width: 34px;
  display: inline-block;
}
.author-name a {
  color: var(--linkalt);
  font-weight: 600;
  text-transform: capitalize;
}
.author-name a:hover {
  color: var(--linkalthover);
}

.excerpt.list .post-content {
  padding: 0 0;
}

.excerpt .post-body {
  font-size: 16px;
  padding-bottom: 10px;
}

/* Excerpt - Video */
.play-button {
  top: 15px;
  bottom: auto;
}

.duration-text {
  display: block;
  position: absolute;
  left: 3px;
  bottom: 3px;
  color: var(--white);
  font-size: small;
}
.duration-text a {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  margin-right: 2px;
  padding: 0 10px;
  color: var(--white);
}

/* excerpt-1.php - card */
.card-title {
  font-size: 18px;
}
.card-meta {
	color: var(--gray);
	font-size: 90%;
}
.card-meta .sep {
	font-size: 80%;
}
.card-meta a {
	color: var(--gray);
}

/* owl card */
.owl-carousel .card-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 2;
}
.owl-carousel .card-body {
	position: absolute;
	bottom: 0;
	padding-bottom: 0;
	z-index: 3;
}
.owl-carousel .card-title a, .owl-carousel .card-meta {
	color: var(--white);
}



/* Homepage */
.block-wrapper {
	position: relative;
}
.block-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.block-title::after {
  content: " ";
  margin-left: 30px;
  flex: 1 1 auto;
  border-top: 2px solid #F1F1F1;
  background: #F1F1F1;
}
.block-more {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	padding-left: 50px;
}

.block-more.insidecolumn {
	right: 15px;
	padding-left: 35px;
}

.block-more a {
  padding: 4px 15px !important;
  font-size: 13px !important;
  background: #fff !important;
  color: var(--link) !important;
  border: 1px solid var(--link);
  line-height: 28px;
  border-radius: 20px;
}

.post-meta.position-absolute {
	background: rgba(0,0,0,.5);
	color: var(--white);
	padding: 3px 10px;
	border-top-left-radius: 0.375rem;
}

/* Archives - Page - Single Post */
.archive-title {
  margin-bottom: 1.5rem;
}

.tpl-single .post-title {
  font-size: 34px;
  font-weight: 700;
}

.embed-responsive-item {
	width: 100%;
	height: 300px;
}

.post .post-body, .page .post-body {
	font-size: 16px;
}


/* Owl Carousel */
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-nav {
	position: absolute;
    top: 50%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: translateY(-50%);
}

.owl-next span, .owl-prev span {
	font-size: 40px;
	width: 40px;
	height: 40px;
	display: block;
	background-color: var(--reveal);
	margin: 0;
	padding: 0;
	line-height: 30px;
	border-radius: 40px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

/*PostImage*/
.post-body img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 10px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 10px;
}

.wp-caption {
  margin-bottom: 10px;
  max-width: 100% !important;
}

.wp-caption .wp-caption-text {
  font-size: 10px;
  margin: 10px;
  text-align: center;
}

/* WordPress Gallery */
.gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 10px;
  text-align: center;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33333333333333%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66666666666667%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28571428571429%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11111111111111%;
}

.gallery .gallery-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.gallery-caption {
  font-size: smaller;
}

/* Post Sharer */
.bola_sharelist{float: none; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start}.bola_share_button{margin-bottom: 20px}.bola_share_button a, .bola_share_button button{float: left;width: auto !important;max-width: none !important;height: 32px;line-height: 32px; white-space: nowrap; padding: 0 10px; color: #ffffff; background: #212121; margin: 0 5px 5px 0; border-radius: 0; text-align: center; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1; -ms-flex: 1; flex: 1; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: .2s; -o-transition: .2s; transition: .2s;}.bola_share_button button{border: none;}.bola_share_button a:last-child{margin-right: 0;}.bola_share_button a:hover{opacity: .9;}.bola_share_button a > span{display: none; font-size: 13px; font-weight: 700; margin-left: 10px;}.bola_share_button span.count{font-weight: 400; margin-left: 3px; padding: 2px 5px; background: rgba(0, 0, 0, .15); border-radius: 4px;}.bola_share_button .fab, .bola_share_button .fas{font-size: 18px; color: #ffffff; line-height: inherit;}.bola_share_button .bola_btn-toggle{background: #bdbdbd;}.bola_share_button .bola_btn-facebook{background: #45629f;}.bola_share_button .bola_btn-twitter{background: #5eb2ef;}.bola_share_button .bola_btn-google-plus{background: #df5443;}.bola_share_button .bola_btn-linkedin{background: #0083bb;}.bola_share_button .bola_btn-pinterest{background: #cf2830;}.bola_share_button .bola_btn-reddit{background: #5f99cf;}.bola_share_button .bola_btn-stumbleupon{background: #ff4e2e;}.bola_share_button .bola_btn-telegram{background: #54a9e9;}.bola_share_button .bola_btn-comments{background: #63c37e;}.bola_share_button .bola_btn-toggle{background: #bdbdbd;}.bola_share_button .bola_btn-tumbrl{background: #314358;}.bola_share_button .bola_btn-buffer{background: #333333;}.bola_share_button .bola_btn-vk{background: #4c75a3;}.bola_share_button .bola_btn-whatsapp{background: #075e54;}.bola_share_button .bola_btn-wechat{background: #7bb32e;}.bola_share_button .bola_btn-qrcode{background: #bd0000;}.bola_share_button .bola_btn-email{background: #eb4d3f;}.bola_share_button .bola_btn-line{background: #00b900;}.bola_share_button .bola_btn-hatena{background: #039be5;}.bola_share_button .bola_btn-line .fab{background-image: url(https://basasunda.com/wp-content/themes/siputih/img/line-share.png); background-size: 22px; background-color: #00b900;}.bola_share_button .bola_btn-hatena>span,.bola_share_button .bola_btn-line>span{margin-left: 0;}.bola_share_button.share-float .bola_btn-hatena .fas,.bola_share_button.share-float .bola_btn-line .fab{height: 38px; margin-top: 5px; margin-left: -1.5px;}.bola_share_button.share-monocrhome .bola_btn-hatena .fas,.bola_share_button.share-monocrhome .bola_btn-line .fab{background-color: transparent;}.share-secondary{display: none;}.show-secondary .share-secondary{display: block; margin-right: 5px;}.bola_btn-toggle .fa{-webkit-transition: transform .2s ease; -o-transition: transform .2s ease; transition: transform .2s ease;}.show-secondary .bola_btn-toggle .fab{-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}.bola_share_button.share-bottom{margin: 1.75em auto 0;}

/* Sidebar - Widgets */
.widget {
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}

.widget-title, .wp-block-heading {
	font-size: 1.25rem;
}

.widget ul, .widget ol,
.fwidget ul, .fwidget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li, .widget ol li,
.fwidget ul li, .fwidget ol li {
  font-size: 14px;
  padding: 5px 0;
}

.widget.widget_recent_comments li a {
  font-weight: 600;
}

/**Calendar**/
table#wp-calendar {
  width: 100%;
}

table caption {
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}

table#wp-calendar td#prev {
  text-align: left;
  padding-left: 3px;
}

table#wp-calendar td#next {
  text-align: right;
  padding-right: 3px;
}

table#wp-calendar th,
table#wp-calendar td {
  padding: 5px;
  text-align: center;
  border: 1px solid var(--border);
}

/***** Comments *****/
.comment-list {
  list-style-type: none;
}

.children {
  margin-top: 1em;
  list-style-type: none;
}

.comment-list li.comment {
  margin-bottom: 30px;
}

.comment-body,
.comment-meta,
.cancel-comment-reply {
  margin-bottom: 10px;
}
.avatar {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
.comment-metadata {
  font-size: smaller;
}

.comment-reply-link {
  padding: 5px 10px;
  background-color: var(--dark);
  color: var(--white) !important;
  font-size: 0.8em;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
}

.comment-reply-link:hover {
  background-color: var(--gray);
}

#commentform input,
#commentform textarea,
.widget select,
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid var(--border);
  -moz-box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  -webkit-box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#commentform textarea {
  height: calc(8em + 0.75rem + 2px);
}
#commentform input:focus,
#commentform textarea:focus,
.widget select:focus,
.form-control:focus {
  background-color: var(--white);
  border-color: var(--border);
  outline: 0;
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.4) inset;
}

#commentform .btn-primary {
  background-color: var(--dark);
  color: var(--white) !important;
  box-shadow: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border);
  padding: 0.5em 1.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
#commentform .btn-primary:hover {
  background-color: var(--gray);
}

/* Pagination */
.navigation {
  padding-top: 1em;
  padding-bottom: 1em;
}
.navigation:after {
  content: "";
  display: table;
  clear: both;
}

.navigation-single {
  font-size: 1.3em;
}

.prev-posts {
  float: left;
  width: 48%;
  text-align: left;
}

.next-posts {
  float: right;
  width: 48%;
  text-align: right;
}

.pagination {
  align-items: center;
  justify-content: center;
}
.page-item {
  margin: 0 0;
}

.page-link {
  font-weight: 700;
  box-shadow: none;
  color: var(--link);
  background-color: var(--border);
  border: 1px solid var(--border);
}
.page-link:focus {
  color: var(--white);
}

.page-item.active .page-link {
  color: var(--link);
  background-color: var(--white);
  border-color: var(--border);
}
.page-link:hover {
  color: var(--white);
  background-color: var(--linkhover);
  border-color: var(--linkhover);
}


/* Footer */
.bola-footer {
	background-color: var(--dark);
	color: #efefef;
}

.bola-footer a {
	color: #efefef;
}
.bola-footer a:hover, .bola-footer a:focus {
	color: var(--white);
}

.socmed li a {
	font-size: 20px;
}

.bola-footer .copyright {
	border-top: 1px solid #292929;
	padding-top: 1rem;
}

.back-to-top {
	position: fixed;
	bottom: 1em;
	right: 1em;
	text-decoration: none;
	color: var(--link);
	background-color: transparent;
	border: 1px solid var(--link);
	font-size: 0.9em;
	padding: 0.3em .6em;
}
.back-to-top:hover {
	background-color: var(--link);
	border: 1px solid var(--link);
	color: var(--white);
}

.widget-about img {
	max-width: 200px;
	max-height: 60px;
}

.fwidget ul li {
	overflow: hidden;
}
.fwidget ul li a {
	position: relative;
	-webkit-transition: all .3s cubic-bezier(.36,.8,.41,1);
	transition: all .3s cubic-bezier(.36,.8,.41,1);
}
.fwidget ul li a::after {
  font-size: 8px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  margin-left: 7px;
  content: '.................................................';
  -webkit-transition: all .3s cubic-bezier(.36,.8,.41,1);
  transition: all .3s cubic-bezier(.36,.8,.41,1);
  letter-spacing: .75em;
  opacity: .4;
}

/*** Miscelaneous ***/
.clip-2 {
  -webkit-line-clamp: 2;
}
.clip-3 {
  -webkit-line-clamp: 3;
}
.clip-4 {
  -webkit-line-clamp: 4;
}
.clip-5 {
  -webkit-line-clamp: 5;
}

/*** Plugins ***/
.quads-location img {
	max-width: 100%;
}

.post-tags a {
  margin-right: 5px;
}
.post-tags a::before {
	content: "#";
	margin-right: 3px;
}

.breadcrumb {
	flex-wrap: initial;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* Related Posts */
.excerpt-related .post-title {
  font-size: 16px;
}

/* Baca Juga */
.bj-2 {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.fs-7 {
  font-size: .9rem !important;
}

.bola-wfooter {
	display: none;
}



/***** Media Queries *****/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* Navbar Auto Dropdown  */
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }

  .navbar-brand img {
	  max-width: 200px;
	  max-height: 40px;
	}

  .embed-responsive-item {
		height: 400px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/*livescore*/


#lsc_app {
  padding-top: 5px;
}

#lsc_app > section {
  padding-top: 15px;

}

.lsc_p_lr_20 {
  padding-left: 20px;
  padding-right: 20px;
}



/** Start Section Header **/
#lsc_header {
  background: #ffffff;
  

  background: #f8f8f8;
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#372786",
      endColorstr="#3f29b0",
      GradientType=1
    );
}

.lsc_series_meta_row {
  color: #000;
  padding-bottom: 30px;
}

.lsc_series_meta_row span {
  display: block;
  text-align: center;
}

.lsc_series_meta_detail {
  font-size: 12px;
  color: #000;
}

.lsc_series_meta_title {
  font-weight: bold;
  text-transform: uppercase;
}

.lsc_match_meta_row {
  text-align: center;
  font-size: 16px;
  color: #000000;
}

.lsc_team_icon {
  width: 60px;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
}

.lsc_team_left {
  text-align: center;
}

.lsc_team_right {
  text-align: center;
}

.lsc_match_meta_row ul {
  padding: 0;
  padding-top: 15px;
}

.lsc_match_meta_row li {
  list-style: none;
}

.lsc_match_score_meta span {
  color: #ff0808;
}

.lsc_match_score {
  display: block;
  font-size: 40px;
  font-weight: bold;

}

.lsc_match_time {
  display: inline-block;
  background-color: #ffffff;
  padding: 5px 11px;
  border-radius: 10px;
  border-color: #000;

  font-size: 12px;
  margin-top: 4px;

}

.lsc_page_tabs {
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.07);

  background: rgba(255, 255, 255, 0.06);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(237, 237, 237, 0.06) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0.12)),
    color-stop(100%, rgba(237, 237, 237, 0.06))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(237, 237, 237, 0.06) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(237, 237, 237, 0.06) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(237, 237, 237, 0.06) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(237, 237, 237, 0.06) 100%
  );
}

.lsc_page_tabs ul {
  padding: 0;
}

.lsc_page_tabs ul li {
  float: left;
  list-style: none;
  width: 33.33%;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  padding: 14px 0;
  font-size: 14px;
}

.lsc_page_tabs ul li span {
  position: relative;
  display: inline-block;
}

.lsc_page_tabs ul li.active {
  color: #000;
}

.lsc_page_tabs ul li.active span:after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 4px;
  background: #c92c2b;
  width: inherit;
  width: 100%;
  left: 0;
  bottom: -14px;
}
/** End Section Header **/

/** Start Section Body **/
#lsc_body {
  padding-bottom: 15px !important;
  background: #f8f8f8;
}

.lsc_match_stats_row {
  text-align: center;
  margin: 0;
  background: #fff;
  padding: 15px 0;
  border-radius: 5px;
  margin-bottom: 18px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.lsc_match_stat_num {
  background: #c92c2b;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
}

.lsc_match_stat_desc i {
  display: block;
  font-size: 25px;
  color: rgba(0, 0, 0, 0.55);
}

.lsc_match_stat_desc span {
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
}
/** End Section Body **/


.featured-post-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}