/*
Theme Name: Boxseat
Theme URI: https://www.themeboy.com/boxseat/
Author: ThemeBoy
Author URI: https://www.themeboy.com
Description: Boxseat is a fully responsive theme made for sports organisations looking to use the SportsPress plugin. Once you’ve installed the theme and SportsPress, you'll be able to select a preset for your sport and demo content to help you get started on building your sports website.
Version: 1.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: rookie
*/

/**
 * 1.0 - Basic Elements
 *   1.1 - Body
 *   1.2 - Headings
 *   1.3 - Links
 *   1.4 - Buttons
 *   1.5 - Inputs
 *   1.6 - Tables
 * 2.0 - Structure
 *   2.1 - Header
 *   2.2 - Header Widget Region
 *   2.3 - Main Navigation
 *   2.4 - Menu Search
 *   2.5 - Footer
 *   2.6 - Footer Widget Region
 *   2.7 - Content Area
 *   2.8 - Content Widget Region
 *   2.9 - Homepage Widget Region
 *   2.10 - Search Form
 * 3.0 - Widgets
 *   3.1 - List Widget
 *   3.2 - Search Widget
 *   3.3 - SportsPress Widget
 *   3.4 - Countdown Widget
 * 4.0 - Shared
 *   4.1 - Captions
 *   4.2 - Galleries
 *   4.3 Calendars
 * 5.0 - SportsPress
 *   5.1 - General Elements
 *   5.2 - View All Links
 *   5.3 - Tab Menus
 *   5.4 - Events
 *   5.5 - Event Lists
 *   5.6 - Event Blocks
 *   5.7 - Event Logos
 *   5.8 - Countdowns
 *   5.9 - Profile Details
 *   5.10 - League Table
 * 6.0 - SportsPress Pro
 *   6.1 - Sponsors
 *   6.2 - Tournaments
 *   6.3 - Match Stats
 *   6.4 - Scoreboard
 * 7.0 Included Plugins
 *   7.1 - News Widget
 *   7.2 - Mega Slider
 * 8.0 - Media Queries
 *   8.1 - Phone
 *   8.2 - Not Phone
 *   8.3 - Tablet
 *   8.4 - Desktop
 */

/* 1.0 - Basic Elements */

/* 1.1 - Body */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    font-family: "Nunito", sans-serif;
    color: #000111;
    background: #f0f2f2;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
}

/* 1.2 - Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.25;
}

/* 1.3 - Links */

a {
    color: #1ebbc1;
}

a:hover {
    color: #000111;
}

/* 1.4 - Buttons */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    background: #1ebbc1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #000111;
}

/* 1.5 - Inputs */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    border-radius: 0;
    border: none;
    box-shadow: inset 0 -2px 0 0 #e5e4e2;
    padding: 5px 0;
}

body:not(.home) .header-area {
    background: none !important;
}

[class^="sp-icon-"], [class*=" sp-icon-"] {
    font-family: sportspress, dashicons !important;
}

.dashicons, .dashicons-before:before {
    font-family: dashicons !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    box-shadow: inset 0 -2px 0 0 #1ebbc1;
}

/* 1.6 - Tables */

table {
    border-collapse: separate;
}

table thead {
    background: #dfdfdf;
}

th,
td {
    border: 1px solid #f1f1f1;
    border-color: rgba(0, 0, 0, 0.05);
    line-height: 20px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
}

thead th {
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    color: #828282;
    border-top: none;
    border-bottom: none;
    padding: 8px 12px;
}

tr:first-child td {
    border-top: none;
}

tr:last-child td {
    border-bottom: none;
}

tr th:first-child,
tr td:first-child {
    border-left: none;
}

tr th:last-child,
tr td:last-child {
    border-right: none;
}

/* 2.0 - Structure */

/* 2.1 - Header */

.header-area {
    background: #f0f2f2;
    padding: 50px 25px 25px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-inner {
    background: #fff;
    position: relative;
    margin: 0 auto;
    width: 1000px;
    max-width: 100%;
    box-shadow: 0 0 40px rgba(0,0,0,0.14);
}

.header-inner:before,
.header-inner:after {
    content: " ";
    display: table;
}

.header-inner:after {
    clear: both;
}

.site-branding {
    margin: 0;
    padding: 0;
}

.site-logo {
    background: #000111;
    padding: 20px;
    width: 100%;
    text-align: center;
}

.site-hgroup {
    padding: 30px 15px;
}

.site-title,
.site-description {
    font-size: 14px;
    margin: 5px 15px;
    display: inline-block;
}

.site-title {
    color: #000111;
}

.site-description {
    color: #9e9e9e;
}

/* 2.2 - Header Widget Region */

.site-widgets {
    margin: 0 -25px -50px;
    margin-top: 20px;
    padding: 45px 25px;
    width: auto;
    background: linear-gradient(rgba(240, 242, 242, 0.9), rgb(240, 242, 242));
}

.site-widgets .widget {
    padding-bottom: 0;
}

.site-widget-region {
    margin: 0 auto;
    width: 1000px;
    max-width: 100%;
}

/* 2.3 - Main Navigation */

.main-navigation ul {
    margin: 15px 30px;
    overflow: hidden;
}

.main-navigation ul ul {
    padding-left: 20px;
    border-left: 2px solid #e0e0e0;
}

.main-navigation li {
    float: left;
    clear: both;
}

.main-navigation a {
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000111;
    float: left;
    clear: both;
    padding: 0;
    margin: 15px 0;
}

.main-navigation li:hover > a {
    color: #000111;
    box-shadow: inset 0 -8px 0 0 #dfdfdf;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-parent > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_parent > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-item:hover > a,
.main-navigation .current-menu-parent:hover > a,
.main-navigation .current-menu-ancestor:hover > a,
.main-navigation .current_page_item:hover > a,
.main-navigation .current_page_parent:hover > a,
.main-navigation .current_page_ancestor:hover > a {
    color: #000111;
    box-shadow: inset 0 -8px 0 0 #1ebbc1;
}

/* 2.4 - Menu Search */

.main-navigation .search-form {
    margin: 0 30px 30px;
    position: relative;
}

.main-navigation .search-form .search-field {
    width: 100%;
}

/* 2.5 - Footer */

.site-footer {
    margin-bottom: 40px;
}

.site-footer .footer-widget-region {
    padding: 0 25px;
}

.footer-area {
    width: 1050px;
    max-width: 100%;
    margin: 0 auto;
}

.site-info {
    padding: 18px 25px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.site-info a {
    color: #aaabab;
    font-size: 15px;
    font-weight: 600;
}

.site-info a:hover {
    color: #000111;
}

.site-info .site-copyright {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1ebbc1;
}

.info-area {
    width: 1000px;
    margin: 0 auto;
}

/* 2.6 - Footer Widget Region */

.footer-widget-region .widget-title {
    background: none;
    box-shadow: none;
    text-align: left;
    text-transform: initial;
    font-weight: 600;
    padding-left: 0;
    line-height: 30px;
}

.footer-widget-region .widget {
    background: none;
    margin: 0;
}

/* 2.7 - Content Area */

.site-content {
    padding: 50px 25px;
}

.content-area, .widecolumn, .widget-area {
    padding: 0px;
}

.content-wrapper {
    margin: 0 auto;
    width: 1000px;
    max-width: 100%;
}

/* 2.8 - Content Widget Region */

.content-area .widget_sportspress,
.widget-area .widget_sportspress {
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.content-area .widget_sportspress .sp-template-gallery,
.widget-area .widget_sportspress .sp-template-gallery {
    background: transparent;
    box-shadow: none;
    margin-top: 20px;
}

/* 2.9 - Homepage Widget Region */

.homepage-widgets {
    overflow: visible;
}

.homepage-widgets:before,
.homepage-widgets:after {
    content: " ";
    display: table;
}

.homepage-widgets:after {
    clear: both;
}

/* 2.10 - Search Form */

.search-form {
    margin: 0;
}

.search-form .search-field {
    padding-right: 30px;
}

.search-form .search-submit {
    position: absolute;
    right: 0;
    background: transparent;
    width: 20px;
    height: 30px;
    padding: 0 5px;
    font-size: 24px;
    box-shadow: none;
    color: #1ebbc1;
    font-family: "boxseat-icons", dashicons;
}

.search-form .search-submit:hover {
    color: #000111;
    background: transparent;
}

/* 3.0 - Widgets */

.widget {
    position: relative;
    margin-bottom: 50px;
}

/* 3.1 - List Widget */

.widget_recent_entries ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul,
.widget_meta ul {
    margin-bottom: 0;
}

.widget_recent_entries ul li:last-child,
.widget_pages ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_links ul li:last-child,
.widget_meta ul li:last-child {
    margin-bottom: 0;
}

/* 3.2 - Search Widget */

.widget_search {
    padding: 0;
}

.widget_search .search-form .search-field {
    padding: 10px 20% 10px 10px;
    width: 100%;
    box-shadow: none;
}

.widget_search .search-form .search-submit {
    padding: 10px;
    height: 40px;
    text-align: right;
}

/* 3.3 - SportsPress Widget */

.widget_sportspress {
    padding: 0;
    background: transparent;
}

.widget_sportspress .sp-template {
    margin: 0;
}

/* 3.4 - Countdown Widget */

.widget_sp_countdown .widget-title {
    box-shadow: none;
}

/* 4.0 - Shared (WordPress + SportsPress) */

/* 4.1 - Captions */

.widget-title,
.widget_calendar caption,
.sp-table-caption {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
    padding: 15px 20px;
    overflow: hidden;
    position: relative;
}

.widget-title {
    padding: 15px 0;
    margin: 0;
}

/* 4.2 - Galleries */

.gallery dt {
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

.gallery dd,
.gallery dd.has-number {
    position: static;
    padding: 10px 5px;
    background: #000111;
    color: #fff;
}

.gallery dd strong {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 30px;
    margin: 10px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background: #1ebbc1;
}

.gallery dl:hover dd strong {
    background: #000111;
}

.sp-gallery-wrapper {
    margin: -10px;
}

.sp-template-gallery .gallery-item {
    padding: 10px;
}

.single-sp_player .entry-header .entry-title strong {
    background: #1ebbc1;
    color: #ffffff;
    font-weight: 600;
    padding: 2px 20px;
}

@media screen and (max-width: 601px) {
    .gallery-columns-4 .gallery-item {
        max-width: 50%;
    }
}

.sp-template-staff-gallery {
    margin-top: 5px;
}

.sp-template .player-gallery-group-name, .sp-staff-name {
    margin-left: 10px;
}

/* 4.3 Calendars */

.widget_calendar table,
.sp-template-event-calendar table {
    position: relative;
}

.sp-event-calendar caption {
    background: #fff;
    color: #000111;
    text-align: center;
    z-index: 0;
    box-shadow: none;
}

.widget_calendar #today,
.sp-template-event-calendar #today {
    background: #1ebbc1;
    color: #fff;
}

.widget_calendar #today a,
.sp-template-event-calendar #today a {
    color: #fff;
}

.widget_calendar #prev a, 
.sp-template-event-calendar #prev a, 
.widget_calendar #next a, 
.sp-template-event-calendar #next a {
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: 20;
    width: 17%;
    font-weight: 600;
    height: 54px;
    text-transform: uppercase;
    line-height: 54px;
    text-align: center;
}

.widget_calendar #prev a,
.sp-template-event-calendar #prev a {
    left: 0;
}

.widget_calendar #next a,
.sp-template-event-calendar #next a {
    right: 0;
}

.widget_calendar #prev a:before,
.sp-template-event-calendar #prev a:before,
.widget_calendar #next a:before,
.sp-template-event-calendar #next a:before {
    font-family: "boxseat-icons", dashicons;
    font-size: 20px;
    visibility: visible;
    color: #1ebbc1;
    position: absolute;
    width: 100%;
    font-weight: 400;
    height: 100%;
    right: 0;
    top: 0;
}

.widget_calendar #prev a:before,
.sp-template-event-calendar #prev a:before {
    content: "\f341";
    font-size: 26px;
}

.widget_calendar #next a:before,
.sp-template-event-calendar #next a:before {
    content: "\f345";
    font-size: 26px;
}

.widget_calendar #prev a:hover:before,
.sp-template-event-calendar #prev a:hover:before,
.widget_calendar #next a:hover:before,
.sp-template-event-calendar #next a:hover:before {
    color: #000111;
}

.widget_calendar tfoot,
.sp-template-event-calendar tfoot {
    width: 100%;
    position: absolute;
    top: 0;
}

/* 5.0 - SportsPress */

/* 5.1 - General Elements */

.sp-template,
.sp-table-caption {
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.sp-template {
    color: #000111;
    background: #fff;
    margin-bottom: 50px;
    clear: both;
}

.sp-template .sp-table-caption {
    box-shadow: none;
}

.sp-template-logo,
.sp-template-gallery,
.sp-template-event-calendar,
.sp-template-event-logos,
.sp-template-event-video,
.sp-template-profile-selector {
    background: none;
    box-shadow: none;
}

.sp-table-caption {
    color: #fff;
    background: #000111;
    text-align: center;
}

.sp-event-venue {
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.sp-calendar-wrapper {
    clear: both;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.sp-event-calendar th,
.sp-event-calendar td {
    border: none;
}

.widget_calendar .sp-event-calendar tbody td {
    padding: 10px 0;
}

/* 5.2 - View All Links */
.sp-view-all-link {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin: 15px 0 50px;
    color: #fff;
    background: #1ebbc1;
    line-height: 1.5;
    text-transform: uppercase;
    display: block;
    float: right;
}

.sp-view-all-link a {
    padding: 2px 11px 1px;
    display: block;
    color: #fff;
}

.sp-view-all-link a:hover {
    background: #000111;
}

/* 5.3 - Tab Menus */
.sp-tab-menu {
    margin: 0 0 50px;
    padding: 0 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.sp-tab-menu-item a {
    margin: 0 0 -2px;
    padding: 10px 15px;
    color: #828282;
    font-weight: 600;
    border: 2px solid transparent;
    border-bottom: none;
    opacity: 1;
}

.sp-tab-menu-item-active a {
    color: #000111;
    background: #f0f2f2;
    border-color: rgba(0, 0, 0, 0.1);
}

/* 5.4 - Events */

.single-sp_event .has-post-thumbnail .entry-header .entry-title {
    position: absolute;
    display: block;
    margin-bottom: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    text-align: left;
    padding: 20px 0 20px 25px;
    font-size: 31px;
    font-weight: 600;
}

.single-sp_event .sp-event-venue th {
    background-color: #1ebbc1;
    color: #fff;
}

.single-sp_event .sp-event-venue th a {
    color: #fff;
}

.single-sp_event .sp-table-caption {
    color: #000111;
    background-color: #fff;
}

.sp-event-venue-address-row, .sp-event-venue-address-row td {
    background-color: #fff;
}

.sp-event-performance-tables .sp-table-caption {
    background-color: #1ebbc1;
    color: #fff;
}

.sp-event-performance tbody tr.sub {
    background: rgba(0, 0, 0, 0.03);
}

.sp-total-row td {
    background: rgba(69, 142, 147, 0.1);
}

.sp-post-content {
    margin-bottom: 35px;
}

.sp-event-logos .sp-team-logo .sp-team-result {
    padding: 25px 15px;
    font-weight: 600;
    font-size: 30px;
    background-color: #1ebbc1;
    color: #fff;
}

.entry-thumbnail img {
    width: 100%;
}

.entry-title {
    margin: 0;
}

.entry-header {
    margin: 0 0 20px;
}

/* 5.5 - Event Lists */
.sp-event-list .data-article a,
.sp-event-list .data-venue a {
    color: #000111;
}

/* 5.6 - Event Blocks */
.sp-event-blocks td {
    font-weight: 600;
}

.sp-event-blocks .sp-result {
    background: #1ebbc1;
    color: #fff;
    padding: 3px 11px;
    text-transform: uppercase;
    font-size: 16px;
}

.sp-event-blocks a:hover .sp-result {
    background: #000111;
}

.sp-event-blocks .sp-event-results {
    margin-bottom: 25px;
}

.sp-template-event-blocks .sp-event-blocks .sp-event-title {
    font-size: 16px;
    font-weight: 500;
}

.sp-event-blocks .sp-event-title a {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    color: #000111;
}

.sp-event-blocks .sp-event-date {
    margin: 10px 0 0 1px;
    font-size: 14px;
    font-weight: 600;
}

.sp-event-blocks .sp-event-date a {
    color: #646464;
}

.sp-event-blocks .sp-event-league,
.sp-event-blocks .sp-event-season,
.sp-event-blocks .sp-event-venue {
    margin: 0 15px;
    color: #1ebbc1;
    padding: 0;
    font-weight: 600;
}

/* 5.7 - Event Logos */
.sp-template-event-logos .sp-team-result {
    padding: 3px 15px;
    line-height: 4px;
    background-color: #1ebbc1;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.sp-event-logos .sp-team-logo {
    margin: 25px 0;
}

/* 5.8 - Countdowns */

.sp-template-countdown {
    position: relative;
    font-family: "boxseat-icons", dashicons;
    background: #1ebbc1;
}

.sp-template-countdown .event-name {
    text-align: center;
    font-size: 18px;
    margin: 20px;
}

.sp-template-countdown .event-name a {
    color: #fff;
    font-weight: 600;
}

.sp-template-countdown h5 {
    color: #fff;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.sp-template-countdown .sp-countdown {
    margin: 20px 0;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
}

.sp-template-countdown time {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    margin: 0 -2.5%;
}

.sp-template-countdown time span {
    width: 20%;
    margin: 0 2.5%;
    padding: 5px 0;
    color: #000111;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
}

.sp-template-countdown time span small{
    font-weight: 600;
}

.widget_sp_countdown .sp-table-caption {
    background-color: #fff;
    color: #000111;
    font-weight: 600;
}

/* 5.9 - Profile Details */
.sp-template-details dl {
    padding: 0;
    margin: 0;
}

.sp-template-details dt {
    width: 100%;
    float: none;
    margin: 0;
}

.sp-template-details dd {
    width: 100%;
    float: none;
    margin: 0 0 0.5em;
    font-size: 20px;
    color: #1ebbc1;
}

.sp-template-details dd img {
    vertical-align: baseline;
}

.sp_player .sp-section-content-details,
.sp_staff .sp-section-content-details {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.sp-section-content-photo .sp-template-photo {
    margin: 0 0 20px;
}

.sp-section-content-selector .sp-template-profile-selector {
    margin-bottom: 10px;
    box-shadow: none;
    background-color: transparent;
}

.sp-profile-selector {
    border: 1px solid transparent;
    color: #000111;
}
/* 5.10 - League table */
.sp-event-overview, .sp-event-performance-tables {
    overflow: visible;
}
/* 6.0 - SportsPress Pro */

/* 6.1 - Sponsors */
.sp-footer-sponsors {
    margin: 0 -100%;
}

.sp-footer-sponsors .sp-sponsors {
    width: 33%;
}

.sp-footer-sponsors .sp-sponsors .sp-sponsors-title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
/* 6.2 - Tournaments */
.sp-template-tournament-bracket .sp-result {
    background: #1ebbc1;
    color: #fff;
    font-weight: 600;
}

.sp-tournament-bracket tbody tr:nth-child(2n+1) {
    background: transparent;
}

.sp-tournament-bracket .sp-team-name {
    background: #f0f2f2;
    color: #000111;
}

.sp-tournament-bracket .sp-team .sp-team-name:before {
    border-left-color: #f0f2f2;
}

.sp-tournament-bracket {
    padding: 10px 25px;
    background: #fff;
}

.sp-tournament-bracket .sp-event {
    border-right-color: #f0f2f2 !important;
    border-right-width: 4px !important;
}

.sp-tournament-bracket .sp-event-flip {
    border-left: 4px solid #f0f2f2 !important;
}

.sp-tournament-bracket .sp-team-flip .sp-team-name:before {
    border-right: 5px solid #f0f2f2 !important;
}

.sp-tournament-bracket .sp-heading,
.sp-tournament-bracket .sp-heading:hover {
    color: #fff;
    background: #1ebbc1;
}

.sp-tournament-bracket th {
    border: none;
    background: #fff;
    color: #000111;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 30px 0;
}

.sp_tournament .sp-event-date {
    color: #999;
    font-weight: 600;
    margin-bottom: 10px;
}

.sp-tournament-bracket .sp-last-round .sp-team-name:before {
    border-right: none !important;
    display: none !important;
}

/* 6.3 - Match Stats */
.sp-template-event-statistics {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    padding: 15px;
}

.sp-event-statistics {
    background: #fff;
    padding: 0;
    margin: 0 0 20px;
}

.sp-event-statistics td {
    padding: 0;
    border: none;
    font-weight: 600;
    background-color: #e5e5e5;
}

.sp-statistic-label {
    position: relative;
    padding: 0 10px;
    margin: 10px 0;
    background-color: #fff;
    font-weight: 600;
    color: #1ebbc1;
}

.sp-statistic-label:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}

.sp-statistic-value {
    width: 50px;
}

.sp-statistic-bar {
    background: #151515;
}

.sp-statistic-bar-fill {
    background-color: #1ebbc1;
}

/* 6.4 - Scoreboard */
.sp-scoreboard {
    color: #8e8e8e;
    background-color: #000111;
    font-size: 15px;
}

.sp-scoreboard td {
    border: 0;
}

.sp-scoreboard-event {
    padding: 20px;
}

.sp-scoreboard-event:hover {
    color: #fff;
}

.sp-header-scoreboard .sp-highlight {
    color: #fff;
    background: #1ebbc1;
}

.sp-scoreboard-date, 
.sp-scoreboard-time, 
.sp-scoreboard-league, 
.sp-scoreboard-season, 
.sp-scoreboard-venue {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}


.sp-scoreboard-date {
    margin-bottom: 10px;
}

.sp-scoreboard-wrapper{
    padding: 0 60px;
}

.sp-scoreboard-nav {
    font-family: "boxseat-icons", dashicons;
    font-size: 40px;
    text-align: center;
    width: 60px;
    color: #1ebbc1;
    background: transparent;
}

.sp-scoreboard-nav,
.sp-scoreboard-nav:hover,
.sp-scoreboard-nav:focus,
.sp-scoreboard-nav:active {
    background: transparent;
}

.sp-scoreboard-nav:hover {
    color: #fff;
}

.sp-scoreboard-nav:before {
    position: static;
    margin: 0;
}

.sp-scoreboard-nav-disabled {
    display: block;
    opacity: 0.15;
    color: #fff;
    cursor: default;
}

.sp-header-scoreboard .sp-template-scoreboard {
    background-color: #000111;
    margin-bottom: 0;
}

/* 7.0 Included Plugins */

/* 7.1 - News Widget */
.news-widget {
    margin: 0 -25px;
}

.news-widget__post__thumbnail {
    margin-bottom: 15px;
}

.news-widget__post__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.news-widget__post__date {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #828282;
}

.news-widget__post__excerpt {
    margin-top: 15px;
}

.news-widget__post__link {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}

.news-widget__post__link a {
    display: block;
    padding: 2px 5px 1px;
    color: #1ebbc1;
    background: #fff;
}

.news-widget__post__link a:hover {
    color: #fff;
    background: #1ebbc1;
}

.entry-date {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #828282;
}

.entry-title a {
    color: #000111;
}

.article-header {
    margin: 0 0 15px;
}

.article-header .entry-title {
    font-size: 28px;
}

.more-link {
    display: inline-block;
    padding: 2px 5px 1px;
    color: #1ebbc1;
    background: #fff;
}

.more-link .meta-nav {
    display: none;
}

/* 7.2 - Mega Slider */
.mega-slider {
    margin-bottom: 50px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.mega-slider__row {
    background: #fff;
}

.mega-slider__row:last-child {
    border-color: #fff;
}

.mega-slider__row--active,
.mega-slider__row--active:hover,
.mega-slider__row--active:last-child {
    background: #1ebbc1;
    border-color: #1ebbc1;
}

.mega-slider__row__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.mega-slider__row__date,
.mega-slider__row__link {
    opacity: 0.6;
}


/* 7.3 - Paginate */
.sp-table-wrapper .dataTables_paginate .paginate_button {
    font-weight: 600;
}

.sp-table-wrapper .dataTables_paginate .current {
    color: #ffffff;
    background: #1ebbc1;
    padding: 2px 4px;
}


/* 8.0 - Media Queries */

/* 8.1 - Phone */
@media screen and (max-width: 600px) {
    .sp-section-content-photo .sp-template-photo {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        box-shadow: none;
    }
}

/* 8.2 - Not Phone */
@media screen and (min-width: 601px) {
    .header-inner {
        padding: 30px 45px;
        min-height: 130px;
    }

    .header-area-has-logo .header-inner {
        padding-left: 215px;
    }

    .home .header-inner {
        margin-bottom: 300px;
    }

    .site-identity {
        text-align: right;
    }

    .header-area-has-search .site-identity {
        padding-right: 230px;
    }

    .site-hgroup {
        padding: 0;
    }

    .site-logo {
        width: 170px;
        height: 100%;
        min-height: 130px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .site-logo img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .site-menu {
        float: right;
        clear: both;
    }
    
    .main-navigation ul {
        margin: 0 0 0 -25px;
        overflow: visible;
    }
    
    .main-navigation li {
        margin: 0;
        padding: 25px 0 0 25px;
        clear: none;
    }
    
    .main-navigation a {
        margin: 0;
    }
    
    .main-navigation ul ul {
        margin: 0;
        padding: 15px 0;
        min-width: 200px;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9));
        border: none;
    }
    
    .main-navigation ul ul li {
        width: auto;
        padding: 10px 25px;
    }
    
    .main-navigation ul ul a {
        min-width: 0;
    }
    
    .main-navigation ul ul ul {
        top: -15px;
    }
    
    .main-navigation .search-form {
        position: absolute;
        top: 27px;
        right: 45px;
        margin: 0;
    }

    .main-navigation .search-form .search-field {
        width: 200px;
    }

    .widget-area {
        width: 33%;
        padding-left: 25px;
    }
    .content-area {
        width: 67%;
        padding-right: 25px;
    }

    .content-area-full-width {
        width: 100%;
        padding: 0;
    }

    .news-widget--has-columns {
        margin: 0 -25px;
    }

    .news-widget--has-columns .news-widget__post {
        padding: 0 25px;
        margin-bottom: 10px;
    }
    .mega-slider-template {
    
    }
}

/* 8.3 - Tablet */
@media screen and (min-width: 801px) {
    .sp-widget-align-left {
        padding-right: 25px;
    }

    .sp-widget-align-right {
        padding-left: 25px;
    }

    .sp-section-content-photo .sp-template-photo {
        max-width: 60%;
        margin: 0;
        padding: 20px;
        box-shadow: none;
    }

    .sp-scoreboard-wrapper{
        padding: 0 100px;
    }

    .sp-scoreboard-nav {
        width: 100px;
    }

    .sp-has-venue.sp-has-results .content-area-full-width .sp-section-content .sp-template-event-details, 
    .sp-has-venue.sp-has-results .content-area-full-width .sp-section-content .sp-template-event-results {
        float: left;
        width: 48%;
        padding-right: 0px;
        clear: none;
    }

    .sp-has-venue.sp-has-results .content-area-full-width .sp-section-content .sp-template-event-venue .sp-google-map {
        height: 228px;
    }

    .sp-has-venue.sp-has-results .content-area-full-width .sp-section-content .sp-template-event-venue {
        float: right;
        width: 48%;
        background: transparent;
        padding-left: 0px;
        clear: none;
    }
}

/* 8.4 - Desktop */
@media screen and (min-width: 1025px) {
    .site-header,
    .site-content,
    .site-footer,
    .site-info {
        width: auto;
        max-width: none;
    }
    
    .widget_calendar .sp-table-caption {
        background: #fff;
        color: #000111;
        font-weight: 600;
    }

    .sp-scoreboard-wrapper{
        padding: 0 140px;
    }

    .sp-scoreboard-nav {
        width: 140px;
    }
}
