/*
Theme Name: Marquee
Theme URI: https://www.themeboy.com/marquee/
Author: ThemeBoy
Author URI: https://www.themeboy.com
Description: Marquee 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.2.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: rookie
*/

/* Icons */

@font-face {
	font-family: 'marquee-icons';
	src:url('fonts/marquee-icons.eot?-lllko8');
	src:url('fonts/marquee-icons.eot?#iefix-lllko8') format('embedded-opentype'),
		url('fonts/marquee-icons.woff2?-lllko8') format('woff2'),
		url('fonts/marquee-icons.ttf?-lllko8') format('truetype'),
		url('fonts/marquee-icons.woff?-lllko8') format('woff'),
		url('fonts/marquee-icons.svg?-lllko8#marquee-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Basic Elements */

body {
	background: #f9f9f9;
	font-family: "Titillium Web", sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

h1,
h2 {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
}

h3,
h4,
h5,
h6 {
	font-weight: bold;
}

a {
	color: #0f8bca;
}

a:hover {
	color: #0b6897;
}

table {
	background: #fff;
}

table,
td,
th {
	border: 1px solid #c0c0c0;
}

td,
th {
	font-weight: bold;
	border-top-width: 0;
	border-bottom-width: 0;
	text-align: center;
	padding: 5px 8px;
}

th {
	border-color: #000;
	background-color: #000;
	color: #fff;
}

td {
	color: #666;
}

table thead {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}

table thead a,
table thead a:hover {
	color: inherit;
}

table tbody tr:nth-child(2n+1),
.sp-data-table tbody tr.odd {
	background: #f3f3f3;
}

table tbody tr:first-child td {
	border-top-width: 0;
}

table tfoot tr td {
	color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-right-width: 0;
}

blockquote,
q {
	color: #666;
}

blockquote:before,
q:before {
	content: "\f205";
	font-family: "dashicons";
	font-style: normal;
	position: absolute;
	left: -1.25em;
	font-size: 2em;
	top: -0.5em;
	color: #0f8bca;
}

cite:before {
	display: inline;
	content: "\2014 \0020";
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border-radius: 0;
	padding: 7px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
	background: #0f8bca;
	padding: 5px 15px;
	display: inline-block;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #2796cf;
}

/* Header */

.site-header {
	width: auto;
	margin-bottom: 54px;
	background: #0f8bca;
}

.header-area {
	background: #f9f9f9;
	margin-top: 14px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
}

.site-branding {
	position: relative;
	margin-top: 0;
	padding: 15px;
	text-align: center;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

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

.site-title,
.site-description {
	font-family: "Titillium Web", sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	text-transform: uppercase;
	display: inline;
	vertical-align: text-bottom;
}

.site-description {
	margin-left: 10px;
}

.site-widgets {
	padding: 0;
	width: auto;
}

.site-widgets .widget:last-child,
.site-widgets .sp-template {
	margin-bottom: 0;
}

/* Navigation */

.main-navigation {
	color: #fff;
	background: #000;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 auto;
	width: 970px;
	max-width: 100%;
	float: none;
	position: relative;
}

.main-navigation ul {
	margin: 0;
	float: right;
}

.main-navigation li {
	clear: both;
}

.main-navigation .current-menu-item:after,
.main-navigation .current-menu-parent:after,
.main-navigation .current-menu-ancestor:after,
.main-navigation .current_page_item:after,
.main-navigation .current_page_parent:after,
.main-navigation .current_page_ancestor:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #46befb;
	border-radius: 50%;
	position: absolute;
	bottom: 7px;
	left: 50%;
	margin-left: -2.5px;
	pointer-events: none;
}

.main-navigation a {
	color: #fff;
	padding-top: 30px;
	padding-bottom: 14px;
	font-size: 18px;
	clear: both;
}

.main-navigation a:hover {
	background: rgba(255, 255, 255, 0.1);
}

.main-navigation ul ul {
	background: none;
	opacity: 0.6;
}

.main-navigation ul ul a {
	padding: 10px 20px;
}

.main-navigation ul ul .current-menu-item:after,
.main-navigation ul ul .current-menu-parent:after,
.main-navigation ul ul .current-menu-ancestor:after,
.main-navigation ul ul .current_page_item:after,
.main-navigation ul ul .current_page_parent:after,
.main-navigation ul ul .current_page_ancestor:after {
	bottom: auto;
	left: 8px;
	top: 20px;
	margin-left: 0;
}

/* Menu Toggle */

.main-navigation .menu-toggle {
	height: 50px;
}

/* Search Box */

.search-form .search-field {
	border-right-width: 0;
}

.main-navigation .search-form .search-field,
.main-navigation .search-form .search-submit {
	padding: 5px 10px;
	font-size: 18px;
	height: 50px;
	border-radius: 0;
}

/* Widgets */

.widget {
	color: #666;
	margin-bottom: 40px;
}

.widget-title {
	color: #000;
	font-family: "Titillium Web";
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 0.25em;
	line-height: 1.25;
}

.widget_recent_entries ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_links ul li:before,
.widget_meta ul li:before {
	font-weight: normal;
}

.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_meta ul li {
	line-height: 1.25em;
}

/* Footer */

.site-footer {
	margin: 0;
	width: auto;
	background: #f3f3f3;
	padding-top: 40px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

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

.site-info {
	padding: 10px 20px;
	overflow: hidden;
	color: #666;
}

/* SportsPress */

.sp-template {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 40px;
}

.sp-data-table,
.sp-template h1,
.sp-template h2,
.sp-template h3,
.sp-template h4,
.sp-template h5,
.sp-template h6 {
	font-family: "Titillium Web", sans-serif;
	font-weight: bold;
}

.sp-view-all-link {
	margin-top: 5px;
}

.sp-highlight {
	color: #000;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.sp-heading,
.sp-heading:hover {
	color: #fff;
	background: #0f8bca;
}

/* Event Page */

.type-sp_event .entry-header {
	text-align: center;
}

.sp-template-event-logos {
	clear: both;
}

.sp-event-logos {
	font-size: 40px;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.sp-event-logos .sp-team-logo .sp-team-result {
	background: #fff;
	border: 1px solid #c0c0c0;
}

.sp-event-overview,
.sp-event-performance-tables {
	overflow: visible;
}

/* Calendars */

.widget_calendar caption,
.sp-table-caption {
	color: #fff;
	background: #0f8bca;
	font-size: 18px;
	line-height: 24px;
	padding: 15px;
	text-align: center;
	font-family: "Titillium Web", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

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

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

.widget_calendar tbody td,
.widget .sp-template-event-calendar tbody td {
	padding: 5px 0;
}

.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: 14.3%;
	height: 54px;
	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: "emblem-icons", dashicons;
	font-size: 20px;
	visibility: visible;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
}

.widget_calendar #prev a:before,
.sp-template-event-calendar #prev a:before {
	content: "\f341";
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.widget_calendar #next a:before,
.sp-template-event-calendar #next a:before {
	content: "\f345";
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.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 {
	background: rgba(255, 255, 255, 0.1);
}

.widget_calendar #today,
.sp-template-event-calendar #today {
	background: #0f8bca;
	border-color: #0f8bca;
	color: #fff;
}

.widget_calendar tr:last-child #today,
.sp-template-event-calendar tr:last-child #today {
	border-bottom-width: 1px;
}

.widget_calendar tfoot td,
.sp-template-event-calendar tfoot td {
	border: none;
}

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

.widget_calendar tbody .pad,
.sp-template-event-calendar tbody .pad {
	background: #e0e0e0;
}

/* Gallery */

.sp-player-gallery-wrapper {
	margin: 5px -5px -5px;
}

.sp-template .player-gallery-group-name {
	margin: 7px 5px;
}

.gallery dl {
	padding: 5px;
}

.gallery dd {
	color: #fff;
	background: #000;
	font-size: 14px;
	padding: 5px;
}

.gallery dd.has-number {
	padding-left: 40px;
}

.gallery dd strong {
	padding: 5px 0;
	background: #0f8bca;
	color: #fff;
	font-size: inherit;
	font-weight: bold;
	width: 35px;
}

.gallery img {
	border: 1px solid #c0c0c0;
	border-bottom: 0;
}

/* Event Blocks */

.sp-template-event-blocks .sp-event-title {
	text-align: center;
	font-size: 18px;
	padding-top: 0;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.sp-template-event-blocks .sp-event-title a {
	color: #000;
}

.sp-template-event-blocks .sp-event-results {
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
}

.sp-template-event-blocks .sp-event-results a {
	color: #000;
}

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

.sp-event-blocks .sp-event-results .sp-result {
	color: #000;
	background: #f3f3f3;
	border: 1px solid #c0c0c0;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Titillium Web", sans-serif;
	font-weight: bold;
	padding: 5px 10px;
	display: inline-block;
}

.sp-event-blocks .alternate .sp-event-results .sp-result {
	background: #fff;
}

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

/* Countdown */

.sp-template-countdown {
	background: #0f8bca;
	color: #fff;
}

.sp-template-countdown .event-name {
	text-align: center;
	font-size: 14px;
	font-family: "Titillium Web", sans-serif;
	font-weight: bold;
	background: #000;
	padding: 5px 8px;
	margin-bottom: 0;
}

.sp-template-countdown h5 {
	background: #fff;
	color: #000;
	border: none;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	text-align: center;
	padding: 5px 8px;
}

.sp-template-countdown .event-venue {
	background: #f3f3f3;
}

.sp-template-countdown a {
	color: inherit;
}

.sp-template-countdown time {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.sp-template-countdown time span {
	font-size: 40px;
	padding-bottom: 20px;
}

.sp-template-countdown .event-league .event-venue a {
	display: inline-block;
}

/* Players & Staff */

.sp-template-photo {
	border: 1px solid #c0c0c0;
}

.single-sp_player .entry-header .entry-title strong,
.single-sp_staff .entry-header .entry-title strong {
	background: #0f8bca;
	color: #fff;
	padding: 0 12px;
	font-weight: bold;
	margin-right: 5px;
}

.sp-player-details,
.sp-staff-details {
	background: #fff;
	border: 1px solid #c0c0c0;
}

/* Sponsors */

.sp-header-sponsors .sp-sponsors .sponsor {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.sp-header-sponsors .sp-sponsors .sponsor:hover {
	background: none;
}

/* Scoreboard */

.sp-scoreboard-wrapper {
	background: #0f8bca;
}

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

.sp-scoreboard-nav:hover {
	background: rgba(255, 255, 255, 0.1);
}

.sp-scoreboard .sp-highlight {
	background: #fff;
}

.site-widgets .sp-scoreboard-wrapper {
	background: #000;
}

.sp-header-scoreboard .sp-template-scoreboard {
	margin: 0;
}

/* Match Stats */

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

.sp-statistic-bar-fill {
	background: #0f8bca;
}

/* Sponsors */

.sp-footer-sponsors {
	margin: 0 -100%;
	background: #fff;
	border-top: 1px solid #c0c0c0;
}

/* Tournaments */

.sp-tournament-bracket {
	background: #f3f3f3;
}

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

.sp-tournament-bracket .sp-team-name {
	background: #fff;
}

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

.sp-tournament-bracket .sp-event {
	border-right-color: #fff !important;
}

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

/* Tab Menu */

.sp-tab-menu {
    border-bottom: 1px solid #c0c0c0;
}

.sp-tab-menu-item a {
    border-bottom: 1px solid transparent;
    margin: 0 5px -1px;
    padding: 8px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.sp-tab-menu-item-active a {
    border-bottom-color: #0f8bca;
}

/* BuddyPress */

#buddypress div.item-list-tabs ul li {
    color: #666;
    font-weight: 700;
    font-size: 14px;
}

#buddypress div.item-list-tabs ul li a {
    border: 1px solid transparent;
}

#buddypress div.item-list-tabs ul li a:hover {
    color: #000;
}

#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.selected a {
    color: #000;
	background: #fff;
	border-color: #c0c0c0;
}

#buddypress div.item-list-tabs#subnav {
    border-bottom: 1px solid #c0c0c0;
}

/* Mega Slider */

.mega-slider {
	font-weight: bold;
}

.mega-slider__sidebar {
	border: 0 solid #c0c0c0;
	border-bottom-width: 1px;
}

.mega-slider__row {
	background: #fff;
	border: none;
}

.mega-slider__row:nth-child(2n+1) {
	background: #f3f3f3;
}

.mega-slider__row:hover {
	background: #e9e9e9;
}

.mega-slider__row--active,
.mega-slider__row--active:nth-child(2n+1),
.mega-slider__row--active:hover {
	background: #0f8bca;
	color: #fff;
}

.mega-slider__row__date {
	opacity: 0.6;
}

.mega-slider__row__link {
	color: #0f8bca;
}

.mega-slider__row__link:hover {
	color: #0b6897;
}

.mega-slider__row--active .mega-slider__row__date,
.mega-slider__row--active .mega-slider__row__link {
	color: #fff;
}

/* News Widget */

.widget_news_widget {
	color: #000;
	margin-bottom: 0;
}

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

.news-widget--has-columns .news-widget__post {
	padding: 0 20px;
}

.news-widget__post__title {
	font-size: 20px;
	line-height: 1.25;
}

.news-widget__post__date {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

.news-widget__post__date a {
	color: #666;
}

.news-widget__post__excerpt {
	font-size: 16px;
}

/* Blog Article */

.entry-header {
	color: #000;
	position: static;
}

.entry-thumbnail img {
	margin-bottom: 0;
}

.entry-title {
	font-family: "Titillium Web";
	font-weight: bold;
	font-size: 30px;
	line-height: 1.25;
	margin-bottom: 20px;
}

.single-article {
	text-align: center;
}

.single-article .entry-title {
	margin: 0.35em 0;
}

.single-entry .entry-title {
	margin: 0.5em 0;
	text-align: center;
}

.entry-title a {
	color: inherit;
}

.article-content {
	font-size: 16px;
	font-weight: normal;
}

.article-content p {
	margin-bottom: 0.75em;
}

.entry-details {
	border-top: 1px solid #c0c0c0;
	margin: 0 0 20px;
	padding-top: 5px;
	text-align: center;
}

.entry-details .entry-meta,
.entry-details .posted-on {
	display: inline-block;
	margin: 0 8px;
}

.entry-meta a,
.posted-on a {
	display: inline-block;
	color: #666;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
}

.single .entry-content,
.page .entry-content {
	font-size: 18px;
	font-weight: normal;
}

.more-link {
	float: right;
}

.nav-links a {
	color: #fff;
	background: #0f8bca;
	padding: 8px 15px;
	display: inline-block;
}

.nav-links a:hover {
	background: #2796cf;
}

.nav-links .meta-nav {
	padding: 0;
	opacity: 0.5;
}

.nav-links a:hover .meta-nav {
	opacity: 1;
}

/* Archive */
.archive .content-area {
	font-size: 16px;
	font-weight: normal;
}

/* Footer Area */
.footer-widget-region {
	padding: 0 15px;
}

/* Responsive */

@media screen and (max-width: 600px) {
	.main-navigation.toggled .nav-menu {
		text-align: center;
		margin: 0;
		width: 100%;
	}
}

@media screen and (min-width: 601px) {
	.header-area,
	.content-area,
	.widget-area {
		padding: 0 15px;
	}
	
	.site-widgets,
	.site-banner {
		margin: 0 -15px;
	}

	.site-branding {
		text-align: right;
		height: 34px;
		padding: 5px 0;
	}

	.site-logo {
		position: absolute;
		top: 15px;
		left: 0;
		z-index: 10;
	}

	.site-description {
		margin-right: 10px;
	}
	
	.main-navigation,
	.main-navigation ul ul {
		background: #000;
	}
	
	.header-area-has-logo .main-navigation ul {
		padding-left: 140px;
	}

	.header-area-has-logo .main-navigation ul ul {
		padding-left: 0;
	}
	
	.main-navigation li {
		position: relative;
		clear: none;
	}
	
	.main-navigation li:hover {
		background: #000;
	}
	
	.main-navigation a {
		clear: none;
	}
	
	.main-navigation ul ul {
		opacity: 1;
		right: 0;
	}
	
	.main-navigation ul ul a {
		min-width: 0;
		white-space: nowrap;
	}
	
	.main-navigation ul ul ul {
		right: auto;
	}

	.main-navigation .search-form {
		position: absolute;
		top: -28px;
		right: 0;
	}

	.main-navigation .search-form .search-field,
	.main-navigation .search-form .search-submit {
		padding: 1px 6px;
		font-size: 12px;
		height: 22px;
	}

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

	.main-navigation .search-form .search-submit {
		width: 30px;
	}
	
	.content-area {
		width: 66%;
	}
	
	.content-area-full-width,
	.content-area-no-sidebar,
	.widecolumn {
		width: 100%;
	}
    
    .content-area-double-sidebar {
    	width: 50%;
        left: 25%;
    }

	.single-article {
		text-align: left;
	}

	.single-entry .entry-title {
		font-size: 40px;
	}
	
	.widget-area {
		width: 33%;
	}

	.widget-area-left {
		right: 66%;
	}

	.widget-area-narrow {
		width: 25%;
	}
    
    .widget-area-left.widget-area-narrow {
    	right: 50%;
    }
	
	.site-info {
		padding: 30px 15px;
	}

	.header-area-has-search .site-branding hgroup {
		padding-right: 200px;
	}

	.main-navigation .search-form {
		display: block;
	}

	.widget_calendar tbody td,
	.widget .sp-template-event-calendar tbody td {
		padding: 8px 0;
	}

	.sp-template-countdown time span {
		font-size: 30px;
	}
	
	.mega-slider-template {
		margin: 0 15px 40px;
	}
	
	.mega-slider__sidebar {
		border-left-width: 1px;
		border-right-width: 1px;
	}
	
	.mega-slider__row--active {
		margin: 0 -1px -1px;
		padding: 10px 11px 11px;
	}
	
	.news-widget--1-column .news-widget__post__title {
		font-size: 30px;
	}
	
	.news-widget--1-column .news-widget__post__excerpt {
		font-size: 20px;
	}
	
	.news-widget--2-columns .news-widget__post__excerpt {
		font-size: 18px;
	}
}

@media screen and (min-width: 783px) {
	.sp-template-countdown time span {
		font-size: 40px;
	}
	
	.mega-slider__stage {
		width: 65%;
	}
	
	.mega-slider__sidebar {
		width: 35%;
		border-left-width: 0;
		border-top-width: 1px;
	}
	
	.mega-slider__row--active {
		margin: -1px -1px -1px 0;
		padding: 11px 11px 11px 10px;
	}
}

@media screen and (min-width: 801px) {
	.site-footer .footer-widget-region:last-child {
		width: 33%;
	}
	
	.content-area-full-width .entry-title,
	.single-entry .entry-title {
		font-size: 50px;
	}
	
	.sp-widget-align-left {
		padding-right: 20px;
	}
	
	.sp-widget-align-right {
		padding-left: 20px;
	}
	
	.news-widget__post__title:hover {
		color: inherit;
	}
	
	.content-area-full-width .news-widget--1-column .news-widget__post__title {
		font-size: 40px;
	}
	
	.content-area-full-width .news-widget--2-columns .news-widget__post__title {
		font-size: 30px;
	}

	.sp-has-venue.sp-has-results .content-area-full-width .sp-template-event-details,
	.sp-has-venue.sp-has-results .content-area-full-width .sp-template-event-results {
		padding-right: 20px;
	}

	.sp-has-venue.sp-has-results .content-area-full-width .sp-template-event-venue {
		padding-left: 20px;
	}
}

@media screen and (min-width: 1025px) {
	.site-widgets .sp-scoreboard-wrapper {
		margin: 0 0;
	}
}
