/*
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
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: rookie
*/

/* 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 .curren