/*
Theme Name: Atlantic League Stats
Theme URI: stats.atlanticleague.com
Author: Infinity Sports and Entertainment - Adam Ankeli, Sunny Subbaramoney
Author URI: https://createdbyinfinity.com/
Description: MLB Stats Theme
Version: 1.1.0
Tags: Created - 16/04/2019__Launched - 22/04/2019

*/

/*Screen Readers*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/*End Screen Readers*/
/*WP Standard Classes*/
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*End WP Standard Classes*/

/* Comments*/
.postComments {
    margin-top: 1.6em;
    color: #2a2a2a;
		/*display: flex;*/
		border-top: 2px solid gray;
}
.commentsTitle {
    font-size: 1.4em;
    margin-bottom: 0.3em;
		background-color: #C0C0C0;
		padding: 0.3em;
}
.commentTopNav {
    display: flex;
    padding-left: 1em;
}
.commentBottomNav {
    display: flex;
    padding-left: 1em;
    border-top: 2px solid silver;
		margin-bottom: 0.5em;
}
.commentNavNext {
    margin-left: 1em;
}
.commentsList {
    margin-left: 4em;
    margin-top: 2em;
}
.commentsList li {
    margin-top: 0.5em;
		margin-bottom: 0.9em;
}
.comment-meta {
    border-top: 2px solid silver;
    border-bottom: 2px solid silver;
}
.comment-content {
    margin-left: 0.3em;
    margin-top: 0.3em;
}
.reply{
	margin-left: 0.3em;
	margin-top: 0.3em;
}
.form-submit #submit {
    border: none;
    padding: 0.3em 1.9em;
    margin: 0.3em 0;
    background-color: #708090;
    color: white;
    font-size: 1.2em;
		transition: all 0.6s ease;
}
.form-submit #submit:hover{
	color: #000;
}
.comment-form-comment textarea {
    width: 100%;
		border: 2px solid silver;
}
/* End Comments*/
/* Search Form */
.search-form {
    display: flex;
    align-items: center;
}
.search-submit {
    margin-left: 1em;
}
/* end search form */

/* Default Widget Styling*/
.widget, .widget ul, .widget ul > li{
	list-style: none;
}
.widget ul > li{
	margin-left: 0.6em;
}
.widget h2{
	font-size: 1.8em;
  color: #808080;
  border-bottom: 5px solid #de1c25;
}
/* End Default Widget Styling*/

/* Main site*/
.statsHeaders{
  list-style: none;
  border-bottom: 1px solid black;
  margin-top: 1.5em;

}
.tableWrapper{
  /* border-bottom: 1px solid black; */
  /* margin-top: 1.5em;align-content: ; */
}
/* js sorting css */
/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}
/* end js sorting css */
/* End Main site*/
/* Widgets */
.scoreboardWidgetScores {
    display: flex;
}
.scoreboardWidgetTeams {
    flex: 0.5;
}
.scoreboardWidgetTeamScores {
    flex: 0.5;
}
.scoreboardWidgetAnchor:hover {
    text-decoration: none;
      color: white;
}
.uk-slider-container a{
  color: white;
}
.uk-slider-container {
    background-color: #01467d;
    color: white;
}
.scoreboardWidgetTeams img {
    width: 14px;
}
.scoreboardWidgetTeams figure {
    display: flex;
}
/* End Widgets */

/*Media Queries*/
@media screen and (max-width: 1025px) {
	.flexSwitch{
		flex-direction: column;
		width:98%;
	}
	.flexOff{
		display: none;
	}
	/*Navigation Toggles*/


	/*End Navigation Toggles*/

}/*End 1025*/
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 530px) {

}
