/*	
	Theme Name: Splash - Child Theme
	Theme URI: http://basketball.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Splash Child theme
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: splash-child
    Template: splash

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/


/*
--------------------------------------------------
HOME PAGE
--------------------------------------------------
*/

/* next match: logos */

body.home .stm-next-match-opponents .stm-command-logo {
	max-width: 100px !important;
}

body.home .stm-next-match-opponents .stm-command-logo img {
  object-fit: cover;
  border-radius: 50%;
	width: 100px !important;
	height: 100px !important;
}


/*
--------------------------------------------------
BIG 8 LEAGUE STANDINGS
--------------------------------------------------
*/

/*  hide table columns */

table.sp-league-table th.data-rank,
table.sp-league-table td.data-rank {
	display: none !important;
}

/* mobile: hide table columns */

@media only screen and (max-width: 650px) {

	table.sp-league-table th.data-pf,
	table.sp-league-table td.data-pf {
		display: none !important;
	}

}

/* cell indendation */

table.sp-league-table th,
table.sp-league-table td {
	text-indent: 0 !important;
}

/* desktop: cell padding */

@media only screen and (min-width: 650px) {

	table.sp-league-table td {
		padding: 10px 5px !important;
	}

}

table.sp-league-table th.data-name,
table.sp-league-table td.data-name {
	padding-left: 1em !important;
	padding-right: 1em !important;
}

table.sp-league-table td.data-name img {
  object-fit: cover;
  border-radius: 50%;
	width: 65px !important;
	height: 65px !important;
	margin-right: 1em !important;
}

