/*
Theme Name: Emblem
Theme URI: https://www.themeboy.com/emblem/
Author: ThemeBoy
Author URI: https://www.themeboy.com
Description: Emblem 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: 'emblem-icons';
	src:url('fonts/emblem-icons.eot?-lllko8');
	src:url('fonts/emblem-icons.eot?#iefix-lllko8') format('embedded-opentype'),
		url('fonts/emblem-icons.woff2?-lllko8') format('woff2'),
		url('fonts/emblem-icons.ttf?-lllko8') format('truetype'),
		url('fonts/emblem-icons.woff?-lllko8') format('woff'),
		url('fonts/emblem-icons.svg?-lllko8#emblem-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Structure */

body {
	background: #1e7613 url(images/background.png) repeat top center;
	font-family: "Titillium Web", sans-serif;
	font-weight: 300;
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

a {
	color: #57ec11;
}

a:hover {
	text-decoration: underline;
}

table {
}

caption,
th,
td {
	font-weight: 300;
}

th {
	padding: 10px 10px;
}

td {
	padding: 5px 10px;
}

th {
}

td {
}

thead th {
	font-weight: 600;
}

tbody tr td {
}

tbody tr:last-child td {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
}

input[type="submit"] {
}

input[type="submit"]:hover {
}

blockquote:before,
q:before {
	color: #41a62a;
}

.site-header {
    position: relative;
}

.site-logo {
	position: relative;
	z-index: 20;
	margin-left: -20px;
	height: 150px;
}

.site-logo img {
	max-width: 120px;
	max-height: 170px;
}

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

.site-branding hgroup {
	display: none;
}

.site-title,
.site-description {
	font-size: 16px;
	display: inline;
	margin-left: 15px;
}

.site-description {
	float: right;
}

.main-navigation {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#cdcdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#cdcdcd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#cdcdcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 2px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 2px 4px rgba(0, 0, 0, 0.15);
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.main-navigation .menu-toggle .dashicons {
	line-height: 24px;
}

.main-navigation li {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#cdcdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#cdcdcd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#cdcdcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
	padding: 6px;
}

.main-navigation li:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.main-navigation li:first-child:before {
	content: "";
	display: block;
	background: rgba(255, 255, 255, 0.7);
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -2px;
}

.main-navigation li:last-child:after {
	content: "";
	display: block;
	background: rgba(255, 255, 255, 0.7);
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -2px;
}

.main-navigation .current-menu-item,
.main-navigation .current-menu-parent,
.main-navigation .current-menu-ancestor,
.main-navigation .current_page_item,
.main-navigation .current_page_parent,
.main-navigation .current_page_ancestor {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1d1d1+0,dbdbdb+100 */
	background: #d1d1d1; /* Old browsers */
	background: -moz-linear-gradient(top,  #d1d1d1 0%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d1d1), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d1d1d1 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d1d1d1 0%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d1d1d1 0%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d1d1d1 0%,#dbdbdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.14);
	box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.14);
}

.main-navigation li.menu-item-has-children {
	padding-bottom: 7px;
}

.main-navigation li a {
	color: #434446;
	padding: 8px 22px;
	border-radius: 5px;
	border: 1px solid transparent;
	text-decoration: none;
	position: relative;
}

.main-navigation li a:hover {
	color: #252628;
}

.main-navigation li.menu-item-has-children:hover a,
.main-navigation li.menu-item-has-children ul {
	background: #41a62a;
	color: #fff;
	border-color: rgba(0, 0, 0, 0.15);
}

.main-navigation li.menu-item-has-children:hover a {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 40;
}

.main-navigation li.menu-item-has-children:hover a:after {
	content: "\f347";
	font-family: "emblem-icons", dashicons;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: -7px;
	left: 0;
	text-align: center;
	-webkit-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	-moz-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	display: block;
}

.main-navigation li.menu-item-has-children ul {
	margin-top: -1px;
	z-index: 30;
	padding: 10px 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.main-navigation li.menu-item-has-children ul li {
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}

.main-navigation li.menu-item-has-children ul li:first-child:before,
.main-navigation li.menu-item-has-children ul li:last-child:after {
	display: none;
}

.main-navigation li.menu-item-has-children ul li a {
	border-radius: 0;
	background: transparent;
	border: none;
}

.main-navigation li.menu-item-has-children ul li a:hover {
	background: rgba(0, 0, 0, 0.1);
}

.main-navigation li.menu-item-has-children ul li a:after,
.main-navigation li.menu-item-has-children:hover ul li a:after {
	content: none;
	display: none;
}

/* Menu Search */

.main-navigation .search-form {
	margin: 10px 10px 9px;
}

.main-navigation .search-form .search-field {
	height: 30px;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
}

.main-navigation .search-form .search-submit {
	padding: 4px 15px;
	margin-top: -1px;
}

/* Forms */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	padding: 10px 20px;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15);
	-webkit-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	-moz-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-align: center;
	background: #54af3f;
	-webkit-box-shadow: inset 0px -25px 50px -5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px -25px 50px -5px rgba(0,0,0,0.15);
	box-shadow: inset 0px -25px 50px -5px rgba(0,0,0,0.15);
	border-radius: 5px;
	position: relative;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border-radius: 5px;
	border: none;
	line-height: 24px;
	padding: 10px;
}

.search-form .search-submit {
	padding: 10px 0;
	line-height: 24px;
}

.search-form .search-field {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.search-form .search-submit {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* Blog */

.single-entry,
.single-article {
	overflow: hidden;
	margin-bottom: 30px;
}

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

.article-thumbnail img {
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 2px 4px rgba(0, 0, 0, 0.15);
}

.type-post .entry-header,
.type-post .article-header {
	background: #ebebeb;
	margin: 0;
}

.search-results .type-post .entry-header,
.search-results .type-post .article-header {
	background: transparent;
}

.entry-details,
.article-details,
.entry-footer {
	background: #41a62a;
	font-size: 11px;
	border-top: 1px solid #0e4d15;
}

.entry-details,
.article-details {
	margin: 0;
	border-bottom: 1px solid #0e4d15;
}

.entry-details *,
.article-details *,
.entry-footer * {
	display: inline;
}

.entry-details a,
.article-details a,
.entry-footer a {
	display: block;
	float: left;
	color: #fff;
	padding: 7px 10px;
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	margin-left: -1px;
}

.entry-details a:hover,
.article-details a:hover,
.entry-footer a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.1);
}

.entry-title a:hover {
	text-decoration: none;
}

.type-post .entry-title {
	color: #434446;
	font-size: 30px;
	margin: 0;
	padding: 20px 30px;
	font-weight: 600;
	line-height: 1.2;
}

.type-post .entry-title a {
	color: inherit;
	display: inline;
}

.type-post .entry-content {
	color: #434446;
	background: #ebebeb;
	padding: 20px 30px;
}

.type-post .entry-content a {
	color: #41a62a;
}

.single-article .entry-title,
.single-article .entry-content {
	padding-bottom: 0;
}

.comment-content {
	color: #434446;
	background: #ebebeb;
	border: none;
	border-radius: 5px;
}

.comment-content:before {
	display: none;
}

.comment-content:after {
	border-right-color: #ebebeb;
}

.comment-metadata a,
.comment-content a {
	display: inline-block;
	color: #41a62a;
}

/* Footer */

.footer-area {
	border-top: 1px solid rgba(65, 166, 42, 0.5);
	border-bottom: 1px solid rgba(65, 166, 42, 0.5);
	overflow: hidden;
	padding-top: 30px;
}

.site-info {
	padding: 0;
}

.site-info .info-area {
	font-size: 14px;
	line-height: 30px;
	padding: 10px 15px;
	overflow: hidden;
	display: block;
}

/* Widgets */

.widget-title {
	font-weight: 300;
	text-transform: none;
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	text-align: left;
	background: none;
	filter: none;
	border-radius: 0;
	margin-bottom: 10px;
}

.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 {
	color: #41a62a;
	opacity: 1;
}

/* Gallery */

.gallery {
	margin: 4px -4px;
}

.gallery dl {
	padding: 4px;
}

.gallery dl a {
	text-decoration: none;
}

.gallery dd {
	background: #0e4d15;
	padding: 4px;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}

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

.gallery dd strong {
	font-weight: 600;
	background: #41a62a;
	font-size: 16px;
	line-height: 20px;
	width: 30px;
}

.widget_sp_player_gallery .sp-template {
	margin-bottom: 4px;
}

.widget_sp_player_gallery .sp-view-all-link {
	margin: 4px 4px 0;
}

/* Calendar */

.widget_calendar caption,
.sp-template-event-calendar caption {
	padding-left: 20%;
	padding-right: 20%;
}

.widget_calendar table,
.sp-template-event-calendar table {
	position: relative;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody,
.sp-template-event-calendar tbody {
	color: #434446;
	background: #f2f2f2;
	font-size: 18px;
}

.widget_calendar tbody td,
.sp-template-event-calendar tbody td {
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
	border: 1px solid #ccc;
	font-weight: 600;
	padding: 0;
	line-height: 44px;
	font-size: 18px;
	width: 14.2857%;
	text-align: center;
	position: relative;
}

.widget_calendar thead,
.sp-template-event-calendar thead {
	background: #0e4d15;
	color: #fff;
}

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

.widget_calendar th,
.sp-template-event-calendar th {
	padding: 5px;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
}

.widget_calendar #today,
.sp-template-event-calendar #today {
	position: relative;
	z-index: 20;
	top: -5px;
	background: #fff;
	color: #434446;
	-webkit-box-shadow: 0px 5px 3px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 3px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 3px 1px rgba(0,0,0,0.15);
}

.widget_calendar tbody .pad,
.sp-template-event-calendar tbody .pad {
	background: #eeeeee;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.07);
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.07);
}

.widget_calendar tbody td a,
.sp-template-event-calendar tbody td a {
	font-weight: 600;
	background: #41a62a;
	color: #fff;
	-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
	-moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.14);
	box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.14);
	border-top-color: rgba(0, 0, 0, 0.15);
	margin: -1px;
	padding: 1px;
	display: block;
}

.widget_calendar tbody td a:hover,
.sp-template-event-calendar tbody td a:hover {
	background: #4a9c37;
	text-decoration: none;
}

.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: 20%;
	max-width: 50px;
	height: 50px;
	line-height: 50px;
	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: 30px;
	visibility: visible;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	-webkit-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	-moz-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
}

.widget_calendar #prev a:before,
.sp-template-event-calendar #prev a:before {
	content: "\f341";
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-top-left-radius: 5px;
}

.widget_calendar #next a:before,
.sp-template-event-calendar #next a:before {
	content: "\f345";
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-top-right-radius: 5px;
}

.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(0, 0, 0, 0.05);
}

/* SportsPress */

.widget_calendar caption,
.sp-table-caption {
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	padding: 13px;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), inset 0px -25px 50px -5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), inset 0px -25px 50px -5px rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), inset 0px -25px 50px -5px rgba(0,0,0,0.15);
	-webkit-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	-moz-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-align: center;
	background: #54af3f; /* Old browsers */
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin: 0;
}

.sp-data-table a {
	color: #fff;
}

.sp-data-table .sorting:after {
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}

.sp-data-table thead {
	background: #0e4d15;
	color: #fff;
}

.sp-data-table .sp-event-venue-address-row td {
	background: rgba(65, 166, 42, 0.25);
}

.sp-data-table .sp-total-row td {
	border-top: 1px solid rgba(65, 166, 42, 0.5);
	font-weight: bold;
}

.sp-data-table tbody tr.odd,
.sp-data-table tbody tr.alternate {
	background: rgba(65, 166, 42, 0.25);
}

.sp-data-table tbody tr.highlighted {
	background: #41a62a;
}

.sp-highlight,
.sp-heading {
	font-weight: 300;
}

.sp-heading {
	background: #41a62a;
}

.sp-view-all-link {
	margin: 0;
	padding-top: 10px;
	border-top: 1px solid rgba(65, 166, 42, 0.5);
}

.sp-template-logo {
	margin: 0 0 20px 20px;
}


.sp-template-event-logos .sp-team-result {
	background: rgba(65, 166, 42, 0.25);
}

.single-sp_team .entry-header {
	float: left;
}

.sp-template-countdown {
	overflow: visible;
}

.sp-template-countdown .event-name {
	background: #0e4d15;
	color: #fff;
	padding: 5px;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
}

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

.sp-template-countdown h5 {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.sp-template-countdown h5 {
	background: rgba(65, 166, 42, 0.25);
}

.sp-template-countdown h5:last-of-type {
	background: transparent;
}

.sp-template-countdown h5 a {
	color: #fff;
}

.sp-template-countdown time span {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	padding: 10px;
	margin-bottom: 20px;
	color: #fff;
	background: rgba(65, 166, 42, 0.25);
}

.sp-template-countdown time span small {
	text-transform: uppercase;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	padding: 0 3px;
	margin-top: 5px;
	font-size: 13px;
	text-align: center;
	background: #41a62a;
	color: #fff;
	border-radius: 5px;
	min-width: 40px;
	position: relative;
	z-index: 20;
}

.sp-event-blocks {
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	color: #434446;
}

.sp-event-blocks tr {
	background: rgba(65, 166, 42, 0.25);
}

.sp-event-blocks td {
	padding: 0;
	color: #fff;
	text-align: center;
}

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

.sp-event-blocks .sp-event-date {
	background: #0e4d15;
	color: #fff;
	margin: 0;
	font-size: 13px;
	padding: 5px;
}

.sp-event-blocks .sp-event-results {
	margin: 20px auto 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.sp-event-blocks .sp-event-results .sp-result {
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	background: #41a62a;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	margin: 0 5px;
	padding: 0 7px;
}

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

.sp-event-blocks .team-logo:nth-child(2n) {
	margin-left: 0;
}

.sp-event-blocks .team-logo:nth-child(2n-1) {
	margin-right: 0;
}

.single-sp_player .entry-header .entry-title {
	background: #0e4d15;
	-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
	-moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
}

.single-sp_player .entry-header .entry-title strong {
	font-weight: 600;
	background: #41a62a;
	-webkit-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	-moz-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
}

.sp-template-details dl {
	font-size: 16px;
	background: rgba(65, 166, 42, 0.25);
}

.sp-tournament-bracket .sp-team-name {
	background: rgba(65, 166, 42, 0.25);
}

.sp-tournament-bracket .sp-heading {
	background: #41a62a;
}

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

.sp-tournament-bracket .sp-event {
	border-color: rgba(65, 166, 42, 0.25) !important;
}

.sp-tournament-bracket .sp-team .sp-team-name:before {
	border-left-color: rgba(65, 166, 42, 0.25);
	border-right-color: rgba(65, 166, 42, 0.25);
}

.sp-statistic-label {
	margin-bottom: 0.5em;
}

.sp-statistic-value {
	background: #0e4d15;
	font-weight: bold;
}

.sp-statistic-ratio {
	padding: 0;
}

.sp-statistic-bar {
	height: 2.5em;
	background: rgba(65, 166, 42, 0.25);
}

.sp-statistic-bar-fill {
	background: #41a62a;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), inset 0px -20px 40px -5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), inset 0px -20px 40px -5px rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), inset 0px -20px 40px -5px rgba(0,0,0,0.15);
}

.sp-tab-menu {
    border-bottom: 1px solid rgba(65, 166, 42, 0.5);
}

.sp-tab-menu-item a {
    border-bottom: 1px solid transparent;
    margin: 0 5px -1px;
    padding: 10px;
}

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

.site .sp-footer-sponsors {
	background: rgba(65, 166, 42, 0.25);
	margin: 20px;
}

/* BuddyPress */

#buddypress #item-header-cover-image #item-header-avatar img.avatar {
	border-radius: 5px;
}

#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress a.button,
#buddypress button,
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress input[type=submit],
#buddypress ul.button-nav li a,
a.bp-title-button {
	color: #fff;
    background: #41a62a;
    font-size: 11px;
    border: 1px solid #0e4d15;
}

#buddypress div.item-list-tabs ul li a:hover {
	text-decoration: underline;
}

#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.selected a {
	color: #fff;
	background: rgba(65, 166, 42, 0.25);
}

#buddypress div.item-list-tabs#subnav {
	border-bottom: 1px solid rgba(65, 166, 42, 0.5);
}

#buddypress .profile-fields {
	background: rgba(65, 166, 42, 0.25);
}

/* Mega Slider */

.mega-slider {
	color: #434446;
}

.mega-slider__row {
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
}

.mega-slider__row--active, .mega-slider__row--active:hover {
	-webkit-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	-moz-text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	text-shadow: 0px -1px 1px rgba(0,0,0,0.25);
	background: #54af3f;
	-webkit-box-shadow: inset 0px -35px 70px -7px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px -35px 70px -7px rgba(0,0,0,0.15);
	box-shadow: inset 0px -35px 70px -7px rgba(0,0,0,0.15);
}

.mega-slider__row:last-child {
	border-bottom: none;
}

.mega-slider br,
.mega-slider p {
	display: none;
}

.mega-slider-template {
	margin: 0 10px 30px;
}

.mega-slider-template .mega-slider {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 600px) {
	.main-navigation {
		border-radius: 0;
	}

	.main-navigation li.menu-item-has-children a {
		background: #41a62a;
		color: #fff;
		border-color: rgba(0, 0, 0, 0.15);
	}

	.main-navigation li.menu-item-has-children a:after {
		display: block;
	}
	
	.main-navigation li.menu-item-has-children ul {
		border-top-right-radius: 0;
	}

	.main-navigation li.menu-item-has-children ul ul {
		border-radius: 0;
		border: none;
		background-color: rgba(0,0,0,0.07);
	}

	.main-navigation li.menu-item-has-children:hover ul a {
		background: transparent;
	}
	
	.footer-area {
		margin: 0 10px;
	}

	.footer-widgets {
		margin: 0 -10px;
	}

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

	.sp-header-sponsors {
		margin-left: 10px;
		background: rgba(65, 166, 42, 0.25);
	}
	
	.site .sp-footer-sponsors {
		margin: 20px 10px;
	}
}

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

	.site-branding {
		padding-left: 0;
		padding-right: 0;
	}

	.site-branding hgroup {
		display: block;
	}
	
	.main-navigation {
		margin-bottom: 40px;
	}

	.header-area-has-logo .main-navigation {
		margin-top: -140px;
		margin-bottom: 90px;
	}

	.header-area-has-logo .main-navigation {
		padding-left: 100px;
	}

	.content-area {
		width: 66%;
	}

	.content-area-full-width,
	.content-area-no-sidebar,
	.widecolumn {
		width: 100%;
	}
    
    .content-area-double-sidebar {
    	width: 50%;
        left: 25%;
    }

	.widget-area {
		width: 34%;
	}

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

	.widget-area-narrow {
		width: 25%;
	}
    
    .widget-area-left.widget-area-narrow {
    	right: 50%;
    }

	.widget_calendar tbody td,
	.widget .sp-template-event-calendar tbody td {
		font-size: 14px;
		line-height: 30px;
		padding: 0;
	}
	
	.footer-area {
		margin: 0 20px;
	}

	.footer-widgets {
		margin: 0 -20px;
	}

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

	.sp-header-sponsors {
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
	}

	.mega-slider-template {
		margin: 0 20px 40px;
	}
}

@media screen and (min-width: 801px) {
	th {
		padding: 10px 15px;
	}

	td {
		padding: 5px 15px;
	}

	.sp-template-event-calendar tbody td {
		line-height: 4;
	}

	.widget_calendar tbody td,
	.widget .sp-template-event-calendar tbody td {
		font-size: 16px;
		line-height: 44px;
		padding: 0;
	}

	.mega-slider__stage {
		width: 68.75%;
	}

	.mega-slider__sidebar {
		width: 31.25%;
	}
}

@media screen and (min-width: 1025px) {
	.has-post-thumbnail .sp-template-photo {
		width: 50%;
		float: left;
		padding-right: 10px;
		margin-right: 0;
	}

	.has-post-thumbnail .sp-template-details {
		width: 50%;
		float: right;
		padding-left: 10px;
	}

	.site-info .info-area {
		padding: 10px 20px 50px;
	}

}
