/*
	Theme Name:  USSoccerPlayers2016
	Description: Simply is a very modern theme following the design trends set by the top bloggers.
	Author:      Bloom Blog Shop
	Author URI:  http://www.bloomblogshop.com
	Version:     1.0.2
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
	Text Domain: simplypro	
*/


/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
 * ========================================================================== */

html,
input[type="search"] {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
 * ========================================================================== */

.clear:before,
.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.content-sidebar-wrap:before,
.countries:before,
.comment-header:before,
.widget-wrap:before,
.blog .entry:before,
.featured:before,
.first-three:before,
.plain-list:before {
	content: " ";
	display: table;
}
.clear:after,
.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.content-sidebar-wrap:after,
.countries:after,
.comment-header:after,
.widget-wrap:after,
.blog .entry:after,
.featured:after,
.first-three:after,
.plain-list:after {
	clear: both;
	content: " ";
	display: table;
}

/* Utility
 * ========================================================================== */

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}
.text-center {
	text-align: center;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

@media only screen and (min-width: 767px) {
	.mobile-hide {
		visibility: visible;
		position: relative;
		display: block;
	}
	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}

/* Typography
 * ========================================================================== */

/* Fonts */

body {
	font-family: "Roboto", "Helvetica", Arial, Sans-Serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
h6,
.site-title,
.slide-excerpt-border h2,
.entry-title,
.entry-meta,
.widget-title,
.widgettitle,
.site-footer,
.genesis-nav-menu a,
.comment-meta,
.ui-tabs-nav li a,
.field-wrap label,
.post-navigation,
.wpcf7-form p,
.pagination a,
input,
select,
.entry-comments h3,
.comment-subscription-form,
.comment-respond h3 {
	font-weight: 600;
	text-transform: uppercase;
/*	letter-spacing: 0.1em; */
}
textarea {
	font-weight: 600;
}
body {
	background-color: #fff;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	font-weight: 400;
}
h1,
h1.entry-title {
	font-size: 28px;
}
h2,
.site-title,
.slide-excerpt-border h2 {
	font-size: 24px;
	line-height: 27px;
}
h3,
.comment-respond h3,
.entry-comments h3 {
	font-size: 18px;
}
.comment-respond h3,
.entry-comments h3 {
	font-size: 24px;
	font-weight: 200;
}
h4,
.pagination a {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6,
input,
select,
textarea,
.featuredpost article .entry-title,
.entry-meta,
.wpcf7-form p,
.input-small,
code,
pre,
.field-wrap label,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-meta a,
.comment-subscription-form,
.comment-reply-title small  {
	font-size: 12px;
}
h6,
.entry-meta,
.wpcf7-form p {
	margin-top: 0;
	margin-bottom: 20px;
}
blockquote,
.pagination a {
	font-style: italic;
}
p {
	margin: 0 0 1.625em;
	padding: 0;
	max-width: 90%;
}
.home p {
	max-width: none;	
}
strong {
	font-weight: 700;
}
blockquote {
	font-size: 24px;
	font-weight: 300;
	margin: 24px 0;
}
blockquote p:last-of-type {
	margin: 0;
}
code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	color: #333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}
code {
	padding: 2px 4px;
	white-space: nowrap;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}
pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}
cite {
	font-style: normal;
}
hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 30px;
	padding: 30px 0 0;
}
.left {
	float: left;
}
.right {
	float: right;	
}
.center {
	text-align: center;	
}

@media only screen and (min-width: 767px) {

	h1,
	h1.entry-title {
		font-size: 28px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 24px;
	}
	h5 {
		font-size: 16px;
	}
}


/* Links
 * ========================================================================== */

a {
	color: #333;
	text-decoration: none;
	outline: 0;
}
.entry-content a {
	color: #B70E11;
}
a:hover {
	color: #2d68b0;
}


/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}


/* Forms, Inputs & Buttons
 * ========================================================================== */

input,
select,
textarea {
	background-color: #fff;
	border: none;
	border: 1px solid #dcdcdc;
	color: #333;
	padding: 12px 16px 10px;
	width: 100%;
}
select {
	padding: 8px 12px 6px;
}
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}
input:focus,
textarea:focus {
	outline: none;
	border-color: #424243;
}
.input-large {
	font-size: 24px;
	padding: 15px;
}
select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}
.input-small {
	padding: 5px 10px;
}
.field-wrap {
	text-align: left;
}
.ninja-forms-cont {
	max-width: 540px;
	margin: 0 auto;
	text-align: center;
}
::-moz-placeholder {
	color: #d8d8d8;
	opacity: 1;
}
::-ms-input-placeholder,
::-webkit-input-placeholder {
	color: #d8d8d8;
}
input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color:transparent;
}
select option {
	padding: 6px;
}

/* Buttons */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: transparent;
	border: 1px solid #2d68b0;
	box-shadow: none;
	color: #2d68b0;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	outline: none;
	padding: 12px 28px 10px;
	text-decoration: none;
	width: auto;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-border:hover {
	text-decoration: none;
	background-color: #2d68b0;
	border: 1px solid #2d68b0;
	color: #fff;
}
.button.button-border {
	background: transparent;
	background: rgba( 255, 255, 255, 0 );
	border: 1px solid #424243;
	color: #424243;
}
.page-header .button.button-border {
	border: 1px solid #fff;
	color: #fff;
}
.page-header .button.button-border:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #424243;
}
.entry-content .button:hover {
	color: #fff;
}
.button i {
	font-size: 32px;
	line-height: 1;
}
.button.has-icon {
	line-height: 32px;
	padding: 6px 30px;
}
.button.button-block {
	display: block;
	width: 100%;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Gallery
 * ========================================================================== */

.gallery {
	margin: 0 auto 40px;
	overflow: hidden;
	width: 100%;
}
.gallery-item {
	float: left;
	margin: 10px 0 0;
	text-align: center;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-caption {
	margin-left: 0;
}


/* Tables
 * ========================================================================== */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 36px;
	font-size: 15px;
}
.table {
	width: 100%;
	margin-bottom: 36px;
}
table th {
	text-align: left;
}
table th,
table td {
	padding: 4px;
}
table tr:first-child {
	border-bottom: 1px solid #182F57;
}
table tr.even, 
table tr.alt,
table tr:nth-of-type(2n) {
	background-color: transparent;
}
table tr:nth-child(2n+3) {
	background-color: whitesmoke;
}
.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table th {
	font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}
.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}
.entry-content table {
	width: 100%;
}


/* Images
 * ========================================================================== */

.post-image {
	margin-bottom: 12px;
}
.alignleft .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone {
	margin-bottom: 12px;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}


/* Site Containers
 * ========================================================================== */

.site-container {
	overflow: hidden;
}

.wrap {
	padding: 0 4%;
}
.site-inner {
	clear: both;
	padding: 50px 0;
}
.content-sidebar-wrap {
	position: relative;
}
.full-width-content .content {
	width: 100%;
}


@media only screen and (min-width: 1024px) {

	.wrap {
		margin: 0 auto;
		max-width: 1200px;
		padding: 0 40px;
	}
	.content {
		float: right;
		width: 67%;
		margin-right: 33%;
	}
	.content-sidebar .content {
		float: left;
	}
	.sidebar-primary {
		float: right;
		width: 28%;
		max-width: 320px;
		margin-left: -100%;
	/*	left: calc(50% + 250px);*/
		position: relative;
		padding-top: 70px;
	}
	.sidebar-content .sidebar-primary {
		float: left;
	}
	.site-inner {
		padding: 40px 0;
	}
}

@media only screen and (min-width: 1280px) {

	.wrap {
		padding: 0;
	}

}


/* Grid
 * ========================================================================== */

@media only screen and (min-width: 767px) {

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3.448275862069%;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}
	.one-third,
	.two-sixths {
		width: 31.034482758621%;
	}
	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}
	.one-fourth {
		width: 22.413793103448%;
	}
	.three-fourths {
		width: 74.137931034483%;
	}
	.one-fifth {
		width: 17.241379310345%;
	}
	.two-fifths {
		width: 37.931034482759%;
	}
	.three-fifths {
		width: 58.620689655172%;
	}
	.four-fifths {
		width: 79.310344827586%;
	}
	.one-sixth {
		width: 13.793103448276%;
	}
	.five-sixths {
		width: 82.758620689655%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
	.site-header .nav-primary {
		border-top: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
	}
}


/* Site Header
 * ========================================================================== */

.site-header {
	background-color: #fff;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}
.site-header > .wrap {
	padding: 0 20px;
}
.title-area {
	width: 123px;
	display: block;
	position: absolute;
	right: 15px;
	top: 95px;
}
.site-title {
	margin: 0 auto;
	overflow: hidden;
	line-height: 60px;
}
.title-area .site-title a {
	display: block;
	border: 0;
	color: #1F3451;
	min-height: 110px;
	line-height: 100px;
	font-size: 22px;
	background-size: 110px auto !important;
	text-indent: -9999em;
	overflow: hidden;
}
.header-image .site-description {
	text-indent: -9999em;
	overflow: hidden;
	display: block;
}
.header-left {
	float: left;
	width: 240px;
	margin-bottom: 30px;
}
.header-widget-area {
	width: 28%;
	float: right;
	margin-top: 0;
}
.site-header .pretty-social-profiles {
	float: right;
	margin-bottom: 10px;	
}
.site-header .search-form input[type="search"] {
	max-width: 220px;
	padding: 6px 28px 6px 9px;
}
.featured {
	margin-bottom: 20px;	
}

@media only screen and (max-width: 460px) {

	.title-area {
		left: -10px;
		right: auto;
		top: 0;
		width: 120px;
		position: relative;
		float: left;
	}
	.header-image .site-description {
		margin-bottom: 0;
	}
	.header-widget-area {
		width: 120px;	
	}
	.header-left {
		margin: 0 auto 10px;
		float: none;
		display: block;
		clear: both;	
	}

}

@media only screen and (min-width: 600px) {
	.header-left {
		width: 240px;	
	}
	.header-widget-area {
		width: 34%;
		float: right;
		text-align: right;
	}
	.title-area .site-title a {
		font-size: 26px;
	}

}
@media only screen and (min-width: 860px) {
	.header-left {
		width: 34%;	
	}
}

@media only screen and (min-width: 1024px) {
	.site-header > .wrap {
		position: relative;
	}
	.site-header {
		z-index: 3;
		position: relative;
	}
	.header-image .title-area {
		margin: 0;
		z-index: 2;
		position: absolute;
		top: -4px;
		right: 0;
		left: auto;
		width: 28%;
		text-align: center;
	}
	.header-image .site-title {
  		height: 241px;
		width: 241px;
	}
	.title-area .site-title a {
		background-size: 100% !important;
		min-height: 241px;
		width: 241px;
	}
	.site-header .nav-primary {
		width: 100%;
	}
}
@media only screen and (min-width: 1280px) {
	.site-header > .wrap {
		padding: 0;
	}
}


/* Headhesive */

.headhesive {
	display: none;
}

@media only screen and (min-width: 1024px) {

	.headhesive {
	  	position: fixed;
	  	top: 0;
	  	width: 100%;
	  	padding: 12px 0 0;
	  	display: block;
	  	transform: translateY(-100%);
	  	-webkit-transform: translateY(-100%);
	  	-moz-transform: translateY(-100%);
	  	transition: all 150ms ease-out;
	  	-webkit-transition: all 150ms ease-out;
	  	-moz-transition: all 150ms ease-out;
	  	z-index: 999;
	}
	.admin-bar .headhesive {
		top: 32px;
	}
	.headhesive--stick {
		box-shadow: 0 0 25px -10px rgba(0,0,0,0.30);
	  	transform: translateY(0%);
	  	-webkit-transform: translateY(0%);
	  	-moz-transform: translateY(0%);
	}
}

/* Homepage */
.featured .widget {
	margin-bottom: 20px;
}

.home-middle-widget-area {
	margin-bottom: 30px;
}
.home-middle-widget-area.red-widget .widget {
	background-color: #b70e11;
	color: #fff;
	text-align: center;
	margin-bottom: 42px;
	padding: 15px 20px;
	overflow: hidden;
}
.home-middle-widget-area.red-widget .widget .widget-title {
	display: none;
}
.home-middle-widget-area.red-widget .widget h3 {
	color: #fff;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 25px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
}
.home-middle-widget-area.red-widget .widget a {
	color: #fff;
}
.home .content .entry-author {
    display: none;
}
#mc_embed_signup h3 {
	clear: none;
	width: 48%;
	float: left;
}
#mc_embed_signup form {
	width: 50%;
}
.home #mc_embed_signup form {
	float: right;
}
#mc_embed_signup label {
	display: none;
}
#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
	display: inline-block;
	float: left;
	width: 68%;
	padding: 9px 12px 7px;
}
#mc_embed_signup input[type="submit"] {
	float: right;
	width: 30%;
	display: inline-block;
	color: #fff;
	border: none;
	background: #910B0B;
	padding: 12px 15px 11px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: 	all 0.3s ease-in-out;
	transition: 		all 0.3s ease-in-out;
}
#mc_embed_signup input[type="submit"]:hover {
	background: #D11F22;
}

@media only screen and (max-width: 700px) {
	#mc_embed_signup h3 {
		width: 43%;
	}
	#mc_embed_signup form {
		width: 54%;
	}
	#mc_embed_signup input[type="submit"] {
		padding: 12px 5px 11px;	
	}
}

@media only screen and (max-width: 560px) {

	#mc_embed_signup h3 {
		clear: none;
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	#mc_embed_signup form {
		width: 100%;
	}
	.home #mc_embed_signup form {
		float: none;
	}	

}





/* Navigation
 * ========================================================================== */

.nav-primary {
	width: auto;
	margin: 0 0 20px;
	padding-top: 26px;
	background-color: #B70E11;
	display: block;
	clear: both;
}
.nav-primary .wrap {
	padding: 0;	
	text-align: center;
}
.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style: none;
	position: relative;
	text-align: center;	
}
.genesis-nav-menu li.right {
	float: right;
}
.genesis-nav-menu a {
	border: none;
	display: block;
	padding: 0 7px;
	position: relative;
	font-size: 13px;
	color: #fff;
	font-weight: 900;
}
.genesis-nav-menu a:hover {
	background-color: #182F57;
}
.genesis-nav-menu .sub-menu {
	background-color: #182F57;	
}
.genesis-nav-menu .sub-menu li {
	text-align: left;
}
.genesis-nav-menu .sub-menu a {
	font-size: 12px;
	line-height: 1.25;
}
.genesis-nav-menu .sub-menu a:hover {
	background-color: #2A4775;	
}
.genesis-nav-menu .menu-item.highlight a,
.genesis-nav-menu .menu-item.wpmenucartli a {
	background: #fff;
	border: 2px solid #424243;
	border-radius: 24px;
	color: #424243;
	line-height: 1;
	padding: 10px 20px 9px;
	margin: 0;
}
.genesis-nav-menu .menu-item.highlight a:hover,
.genesis-nav-menu .menu-item.wpmenucartli a:hover,
.woocommerce-cart .genesis-nav-menu .menu-item.wpmenucartli a,
.genesis-nav-menu .menu-item.highlight.current-menu-item a {
	background: #424243;
	color: #fff;
}
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
}
.genesis-nav-menu .home-item a {
	position: relative;	
}
.genesis-nav-menu .home-item a:after {
	content: "";
/*	content: "\f102";*/
	font: normal 20px/40px 'dashicons';
	vertical-align: middle;
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 9px;
	left: 10px;
	background: url("images/home-icon.png") no-repeat center center;
}
.genesis-nav-menu .home-item span {
	text-indent: -9999em;
	overflow: hidden;
	width: 20px;
	display: block;
}
/* Search in navbar */
.genesis-nav-menu .search-form {
	position: absolute;
	right: 0;
	top: 0;
}
.genesis-nav-menu .search-form input[type="search"] {
	width: 1px;
	background: transparent;
	border: none;
	transition: all 400ms ease 0s;
	padding: 10px 38px 10px 12px;
	font-size: 16px;
}
.genesis-nav-menu .search-form input[type="search"]:focus {
	width: 220px;
	background-color: #182F57;
	color: #fff;
}
.genesis-nav-menu .search-form input[type="submit"] {
	display: none;	
}
/* Social Profiles in navbar */
.genesis-nav-menu .pretty-social-profiles {
	margin-top: 8px;
}



@media only screen and (min-width: 768px) {
	.nav-primary {
		text-align: center;
		margin: 0;
		padding-top: 0;
	}
	.nav-primary .wrap {
		padding: 0 10px;
	}
	.genesis-nav-menu .menu-item:last-child a {
		margin-right: 0;
	}
	.genesis-nav-menu .sub-menu {
		width: 200px;
		z-index: 99;
		opacity: 0;
		position: absolute;
		left: -9999px;
		text-align: left;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}
	.genesis-nav-menu .sub-menu a {
		border-top: none;
		padding: 8px 14px;
		width: 200px;
		margin: 0;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -50px 0 0 198px;
	}

}
@media only screen and (min-width: 860px) {
	.genesis-nav-menu a {
		font-size: 14px;	
	}
}

@media only screen and (min-width: 1024px) {

	.genesis-nav-menu a {
		font-size: 15px;
		padding: 0 18px;
	}
	
}
	
@media only screen and (min-width: 1280px) {

	.nav-primary .wrap {
		padding: 0;
	}
	.genesis-nav-menu a {
		padding: 0 22px;
	}
	#mc_embed_signup h3 {
		line-height: 1.55;
	}	
}
	

/* Pagination */
.home .content,
.archive .content,
.search .content,
.single .content,
.page .content {
	padding-bottom: 40px;
	position: relative;
}
.pagination {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.pagination .pagination-next.alignright {
	float: none;	
}
.pagination .pagination-next a {
	display: block;
	width: 150px;
	margin: 0 auto;
	padding: 4px 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 0;
	color: #B70E11;
}

/* Nav Header */

@media only screen and (min-width: 768px) {
	.nav-primary .genesis-nav-menu > li > a {
		line-height: 42px;
	}
	.site-header {
		padding-bottom: 0;
	}
	.title-area {
		top: 62px;
		width: 130px;
	}
	.title-area .site-title a {
		background-size: 130px auto !important;
		min-height: 130px;
		margin: 0 auto;
		display: block;
		width: 130px;
	}
	.header-left {
		padding-top: 5px;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.header-widget-area {
		margin-top: 0;
		text-align: right;
		margin-right: 185px;
	}

}

@media only screen and (min-width: 860px) {

	.site-inner {
		padding-top: 62px;
	}
	.header-image .title-area {
		width: 165px;
		top: 38px;
	}
	.header-left {
		width: 380px;
	}
	.header-widget-area {
		width: 31%;
	}
	.header-widget-area {
		margin-right: 175px;
	}
	.title-area .site-title a {
		font-size: 32px;
		min-height: 165px;
		width: 165px;
		line-height: 165px;
	  	background-size: 165px auto !important;
		margin: 0 auto;	
	}

}
@media only screen and (min-width: 900px) {
	.genesis-nav-menu a {
		padding: 0 11px;
	}
}

@media only screen and (min-width: 1024px) {
	.header-left {
		width: 380px;
		margin-top: 0;
	}
	.header-widget-area {
		margin-right: 28%;
		margin-top: 4px;
	}
	.header-image .title-area {
		width: 28%;
		display: block;
		position: absolute;
		left: auto;
		right: 0;
		top: 0;
	}
	.title-area .site-title a {
		background-size: 100% auto !important;
    	min-height: 241px;
    	width: 241px;
	}
	.genesis-nav-menu a {
		padding: 0 12px;
	}
}

@media only screen and (min-width: 1080px) {
	.genesis-nav-menu a {
		padding: 0 13px;
	}
}


/* Responsive Nav */

.icon-responsive-nav {
	display: none;
}

@media only screen and (max-width: 767px) {

	.icon-responsive-nav {
		display: block;
		width: 100%;
		text-align: left;
		cursor: pointer;
		background-color: #B70E11;
		padding: 0 20px;
		transition: all 0.3s ease-in-out;
	}
	.icon-responsive-nav:before {
		content: "\f333";
		display: inline-block;
		font: normal 30px/40px 'dashicons';
		padding: 0;
		color: #fff;
	}
	.icon-responsive-nav.open {
		background-color: #182f57;
	}
	.icon-responsive-nav.open::before {
	  content: "\f335";
	}
	.responsive-nav .menu-item-has-children:before {
		content: "\f347";
		float: right;
		position: absolute;
		font: normal 16px/1 'dashicons';
		padding: 14px 8% 14px;
		right: 0;
		top: 0;
		text-align: left;
		z-index: 9999;
		color: #fff;
		cursor: pointer;
	}
	.responsive-nav .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	.responsive-nav .sub-menu {
		display: none;
	}
	.responsive-nav .genesis-nav-menu li.right {
		float: none;	
	}
	.responsive-nav .pretty-social-profiles {
		margin: 10px 20px;
		min-height: 24px;
	}
	.responsive-nav .sub-menu .sub-menu {
		margin: 0;
		padding: 0;
	}
	.responsive-nav {
		display: none;
		width: 100%;
		overflow: hidden;
	}
	.responsive-nav li,
	.responsive-nav li a {
		display: block;
		width: 100%;
		text-align: left;
		float: none;
	}
	.responsive-nav li a {
		padding: 10px 20px;
		margin: 0;
	}
	.resonsive-nav li:last-child {
		margin-bottom: 0;
	}
	.responsive-nav .sub-menu {
		padding-left: 20px;	
	}
	.genesis-nav-menu .home-item span {
		text-indent: 0;
		width: auto;
		overflow: visible;
	}
	.responsive-nav .home-item a:after {
		display: none;
	}

}

/* Entry Navigation */

.pagination {
	margin-top: 40px;
	text-align: left;
}
.pagination ul {
	display: inline-block;
	overflow: hidden;
}
.pagination li {
	border: 1px solid #aeaeae;
	border-radius: 4px;
	margin: 2px;
	list-style-type: none;
	display: block;
	float: left;
	overflow: hidden;
}
.pagination a i {
	line-height: 16px;
}
.pagination .pagination-omission {
	border: 0;
}
.pagination li a {
	display: block;
	font-size: 12px;
	color: #aeaeae;
	padding: 6px 12px 4px;
	text-decoration: none;
}
.pagination li a:hover,
.pagination li.active a {
	background: #eee;
	border-bottom: 0;
}
.pagination a span {
	display: block;
	clear: both;
}
#infscr-loading {
	text-align: center;	
	width: 100%;
}
#infscr-loading p {
	max-width: 100%;
}
#infscr-loading img {
	display: block;
	margin: 0 auto;
}

/* Post Navigation */

.post-navigation {
	margin: 40px 0 0;
	display: inline-block;
	width: 100%;
}
.post-navigation a {
	border: 0;
}
.post-navigation a i {
	font-size: 48px;
	width: auto;
	height: auto;
}
.post-navigation .prev,
.post-navigation .next,
.post-navigation .index {
	float: left;
	width: 33.33333334%;
}
.post-navigation .next {
	text-align: right;
}
.post-navigation .index {
	text-align: center;
}

/* Genesis Slider
 * ========================================================================== */

#genesis-responsive-slider {
	border: none !important;
	padding: 0 !important;
}
.slide-image {
	padding: 0;
}
#genesis-responsive-slider .slide-excerpt {
	opacity: 1;
	overflow: hidden;
    width: 400px;
    bottom: 0;
    left: 50%;
    margin-left: -200px;
    text-align: center;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.6);
}
#genesis-responsive-slider .slide-excerpt-border {
	border: 0;
	float: none;
	display: block;
	padding: 8px;
}
#genesis-responsive-slider .slide-excerpt-border h2,
#genesis-responsive-slider .slide-excerpt-border p {
	margin: 0;
}
#genesis-responsive-slider .slide-excerpt-border h2 {
	font-size: 22px;
	line-height: 27px;
	-webkit-text-shadow: 	0 0 5px #fff;
	-moz-text-shadow: 		0 0 5px #fff;
	text-shadow: 			0 0 5px #fff;
}
#genesis-responsive-slider .slide-excerpt-border > p {
	display: none;
}
#genesis-responsive-slider .slide-excerpt-border .button {
	background: none;
	border: 0;
	padding: 0;
}
.flex-direction-nav li a {
	background: none;
}
#genesis-responsive-slider .slide-excerpt-border .button:hover {
	color: inherit;
}
.genesis_responsive_slider .flex-direction-nav li .prev,
.genesis_responsive_slider .flex-direction-nav li .next {
	background: url("images/icons-sprite.png") no-repeat;
}
.genesis_responsive_slider .flex-direction-nav li .prev {
	left: -2px;
	background-position: center 6px;
}
.genesis_responsive_slider .flex-direction-nav li .next {
	right: -2px;
	background-position: center -43px;
}
.genesis_responsive_slider .flex-direction-nav li .prev:hover {
	background-position: center -91px;
}
.genesis_responsive_slider .flex-direction-nav li .next:hover {
	background-position: center -140px;
}
.featured-widget {
	margin-bottom: 40px;
	max-width: 804px;
}

@media only screen and (min-width: 1024px) {

	.featured-widget {
		z-index: 2;
		position: relative;
	}

}

/* Search
 * ========================================================================== */

/* Search Form */

.search-form {
	position: relative;
}
.entry-content .search-form {
	max-width: 350px;
}
.search-form:after {
	content: "\f179";
	position: absolute;
	right: 7px;
	top: -3px;
	font-family: dashicons;
	font-size: 30px;
	pointer-events: none;
	color: #fff;
}
.search-form input[type="search"] {
	width: 100%;
	padding: 10px 38px 9px 12px;
	font-size: 14px;
}
.search-form input[type="submit"] {
	position: absolute;
	right: 0;
	text-indent: -9999px;
	border-color: transparent;
	background: transparent;
}
.hilite {
	background: #ffc;
	color: #555;
}



/* Entries
 * ========================================================================== */

.entry {
	margin-bottom: 1em;
	font-size: 19px;
	line-height: 1.35;
}
.home .entry,
.archive .entry,
.category .entry,
.search .entry {
	font-size: 17px;	
}
.blog .entry,
.sidebar .entry,
.archive .entry,
.search .entry,
.single-post .entry {
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #f2f2f2;
}
.blog .entry {
	border-bottom: 0;	
}
.single .entry-header {
	margin-bottom: 24px;	
}
.post .entry-header .entry-title {
	margin: 0 0 7px;
	line-height: 1;
}
.entry .intro-image {
	margin-bottom: 24px;	
}
.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}
.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 24px;
}
.entry p:empty {
	margin-bottom: 0;	
}
.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}
.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}
.entry-content ol li {
	list-style-type: decimal;
}
.entry-content ul li {
	list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}
.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}
.entry .entry-meta {
	font-size: 12px;
	margin-bottom: 10px;
}
.entry-content .cf {
	text-align: right;
}
.cf .button.entry-meta {
	border: none;
	padding: 0;
	font-size: 13px;
	color: #B70E11;
	float: right;
	margin-top: 12px;
}
.cf .button.entry-meta:hover {
	background: none;
}
.entry-footer {
	margin: 20px 0 0;
	text-transform: uppercase;
	font-size: 12px;
}
.entry-meta .entry-categories {
	display: inline-block;
	color: #999;
}

/* Game Post type */



/* Author Box
 * ========================================================================== */

.author-box {
	border-top: 2px solid #f2f2f2;
	padding: 40px 0 0;
}
.author.archive .author-box {
	border-top: 0;
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 40px;
	padding-bottom: 40px;
	padding-top: 0;
}
.author-box-content {
	margin: 40px 0 20px;
}
.author-box h2 {
	margin: 16px 0 12px;
}
.author-box .avatar {
	border-radius: 6px;
}

@media only screen and (min-width: 767px) {

	.author-box .avatar {
		margin: 0 40px 40px 0;
	}
	.author.archive .author-box {
		margin-bottom: 80px;
		padding-bottom: 60px;
	}
}


/* Soccer History section */

.page-template-page_history .history .widget {
	margin-bottom: 36px;
	background-color: #f2f2f2;
	padding: 0 2%;
	-webkit-border-radius: 	0 0 15px 15px;
	-moz-border-radius: 	0 0 15px 15px;
	border-radius: 			0 0 15px 15px;
}
.page-template-page_history .entry-content .widget-title {
	text-align: center;
	font-size: 26px;
	border-bottom: 1px solid #d0d0d0;
	margin: 0 -2% 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #dedede;
}
.page-template-page_history .entry-content .embedmenu {
	margin-left: 0;
}
.page-template-page_history .first-three {
	text-align: center;
	margin: 0 0 20px;
	font-size: 15px;
}
.page-template-page_history .first-three .embedmenu li {
	list-style: none;
	width: 31.034482758621%;
	margin-right: 3.448275862069%;
	display: inline-block;
	float: left;
	min-height: 80px;
}
.page-template-page_history .first-three .embedmenu li:nth-child(3n+3) {
	margin-right: 0;
}
.page-template-page_history .plain-list {
	margin: 0 auto 20px;
	font-size: 15px;
	display: none;
	max-width: 500px;
}
.page-template-page_history .plain-list .embedmenu li {
	list-style: none;
	margin-bottom: 10px;
	line-height: 1.2;
}

.toggle-list {
	text-align: center;
}
.toggle-list span {
	height: 20px;
	text-transform: uppercase;
	cursor: pointer;
	color: #999;
	font-size: 14px;
	display: block;
	margin: 0 auto 6px;
	width: 120px;
	min-height: 42px;
	transition: all 0.3s ease-in-out;
}
.toggle-list.open span {
	color: #d4d4d4;
}
.toggle-list span:after {
	content: "\f347";
	font-family: "dashicons";
	font-size: 20px;
	text-align: center;
	line-height: 15px;
	display: block;
}
.toggle-list.open span:after {
	content: "\f343";
}


@media only screen and (max-width: 460px) {
	
	.page-template-page_history .first-three,
	.page-template-page_history .plain-list {
		font-size: 13px;
	}
	
}

/* Comments
 * ========================================================================== */

.entry-comments,
.entry-pings {
	padding: 10px 0;
}
.comment-respond h3 {
	padding-top: 20px;
}
p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 20px;
}
.entry-comments .comment,
.entry-comments .comment-reply {
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
}
.entry-comments .comment:last-child,
.entry-comments .comment-reply:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.entry-comments .comment:last-child {
	margin-bottom: 0;
}
.comment-list .comment-respond {
	padding-left: 0;
}
.comment-list p {
	margin: 0 0 1.025em;
	line-height: 1.4;
}
.comment-header {
	line-height: 1;
	margin-bottom: 10px;
}
.comment-list .comment-author,
.comment-list .comment-meta {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}
.comment-author {
	margin: 6px 0 2px;
}
.comment-author span,
.comment-author span a {
	font-weight: 700;
	margin-right: 6px;
	color: #245da2;
}
.comment-author span:first-of-type,
.comment-author .comment-meta {
	font-weight: 400;
	float: left;
}
.comment-author .avatar {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	-webkit-border-radius: 	6px;
	-moz-border-radius: 	6px;
	border-radius: 			6px;
	margin-top: -6px;
}
.comment-autor, .comment-meta a {
	text-transform: uppercase;
}
.comment-meta,
.comment-meta a {
	color: #aaa;
}
.comment-notes,
.entry-pings .reply,
.says {
	display: none;
}
.entry-comments .comment-reply {
	max-width: 720px;
	padding-top: 0;
	min-height: 12px;
}
.entry-comments .tc-frontend + p {
	margin-bottom: 0;
}
.comment-reply .comment-reply-link {
	float: right;
	text-transform: uppercase;
	color: #bf0000;
	font-size: 12px;
	font-weight: 700;
}
p.comment-form-comment {
	margin-bottom: 20px;
}
.comment-list li {
	list-style-type: none;
}
.comment-subscription-form {
	margin-bottom: 6px;
}

/* Sidebars
 * ========================================================================== */

.sidebar .widget {
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 13px;
}
.sidebar img {
	margin-bottom: 15px;
}
.sidebar .widget:last-child {
	border-bottom: 0;
}
.sidebar li {
	list-style-type: none;
}

/* Twitter Widget */
.sidebar .widget_twitter {
	font-size: 14px;
	margin-bottom: -30px;
}
.widget_twitter .widget-title:after {
	content: "\f301";
	font-family: "dashicons";
	font-size: 24px;
	color: #999;
	vertical-align: middle;
	margin-left: 6px;
	float: right;
	display: inline-block;
}
.widget_twitter ul li {
	margin-bottom: 12px;
	line-height: 1.35;
}
.widget_twitter .entry-content {
	display: block;
}
.widget_twitter .entry-content a {
	color: #2A4775;	
}
.widget_twitter .time-meta a,
.widget_twitter .from-meta,
.widget_twitter .from-meta a {
	color: #999;
	font-weight: 400;
}
#text-4 {
	padding-bottom: 0;
}
#text-4 .twitterwidget-title {
	text-transform: uppercase;
	color: #b70e11;
	font-weight: 700;
	float: right;
}

/* Genesis ENews */

.enews input {
	margin-top: 15px;
	width: 100%;
}

/* Featured Content */

.sidebar .featuredpost article {
	overflow: hidden;
	padding: 0 0 15px;
	margin: 0 0 25px;
}
.sidebar .featuredpost article:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: -20px;
}
.featuredpost .has-post-thumbnail > a {
	float: right;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	overflow: hidden;
	display: block;
	margin: 0 10px 0 0;
}
.sidebar .featuredpost .has-post-thumbnail img,
.sidebar .featuredpost .entry-content p {
	margin-bottom: 0;
}
.sidebar .featuredpost .has-post-thumbnail > a {
	border-radius: 0;
	width: auto;
	height: auto;
	max-width: 150px;
	float: right;
}
.sidebar .featuredpost .entry-content {
	font-size: 14px;
}
.featuredpost .has-post-thumbnail a img {
	width: 100%;
}
.featuredpost article .entry-header {
	text-align: left;
	margin-top: 0;
}
.sidebar .featuredpost .entry-meta {
	margin-bottom: 6px;
}
.sidebar .featuredpost .entry-meta,
.sidebar .featuredpost .entry-meta a {
	color: #b6b6b6;
}
.sidebar .featuredpost .entry-header .entry-title {
	font-size: 15px;
	margin-bottom: 0;
}
.featuredpost .more-from-category a {
	text-transform: uppercase;
	color: #b70e11;
	font-weight: 700;
	float: right;
}

/* Custom Widgets */
.widget-title {
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0;
}

/* Players Search Widget */
#player-search label {
	display: inline-block;
	width: 11.5%;
	text-transform: uppercase;
	float: left;
	line-height: 30px;
	color: #c2c2c2;
	padding: 0 5px;
}
#player-search input[type="text"] {
	display: inline-block;
	width: 69%;
	float: left;
	border: none;
	border-bottom: 1px solid #cfcfcf;
	font-size: 13px;
	margin-bottom: 14px;
	padding: 6px 4px 4px;
	color: #182f57;
	transition: all 0.3s ease-in-out;
}
#player-search input[type="text"]:focus {
	padding-left: 4px;
}
.select-wrap {
	overflow: hidden;
	float: left;
	width: 69%;
	border-bottom: 1px solid #cfcfcf;
	background: #fff url("images/icons-sprite.png") no-repeat scroll right -240px;
	margin-bottom: 14px;
}
.select-wrap select {
	background: none;
	border: none;
	width: 115%;
	font-size: 13px;
	padding: 0;
	color: #182f57;
}
.select-wrap select option {
	padding: 5px;
}
#player-search input[type="submit"] {
	width: 40px;
	margin: 0;
	padding: 8px 6px;
	display: inline-block;
	background-color: #ccc;
	border: none;
	font-size: 13px;
	color: #fff;
	float: right;
}
#player-search input[type="submit"]:hover {
	color: #fff;
	background-color: #182F57;
}

/* Next Game widget */
.widget.next_game {
	padding-bottom: 0;
	max-width: 380px;
}
.widget.next_game .widget-title {
	margin-bottom: 6px;
	color: #182F57;
	font-size: 13px;
	line-height: 1;
}
.widget.next_game .widget-title span {
	text-align: right;
	float: right;
}
.next_game .tvnetwork {
	display: block;
	width: 100%;
	color: #1F3451;
	margin-bottom: 6px;
}
.next_game ul {
    display: block;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
	border-top: 1px solid #ccc;
	padding-top: 4px;
}
.widget.next_game ul li {
	float: left;
	display: inline-block;
	line-height: 1;
	text-transform: uppercase;
	width: 33.333333333%;
}
.nextgame-links li.nextgame-links-middle {
	text-align: center;
}
.widget.next_game ul li.nextgame-right {
	margin-bottom: 0;
	text-align: right;
}
.widget.next_game ul li a {
	color: #999;
	font-size: 12px;
}
.widget.next_game ul li a:hover {
	color: #666;
}
.countries {
    line-height: 16px;
    color: #111;
}
.sidebar .countries img {
	margin-bottom: 0;	
}
.ng-flag {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 90px;
    font-size: 18px;
	line-height: 1.1;
	float: left;
}
.ng-flag img {
	max-width: 80px;
}
.nextgame-vs {
    display: inline-block;
    width: 28%;
	float: left;
    padding: 15px 0 0;
    text-align: center;
    font-size: 18px;
	color: #cfcfcf;
}
.ng-info {
    background: #e3e3e3;
    -webkit-border-radius: 	0 0 3px 3px;
    -moz-border-radius: 	0 0 3px 3px;
    border-radius: 			0 0 3px 3px;
    padding: 10px 0;
	display: block;
	clear: both;
}
.ng-rows {
    background-image: url("images/ng-icons.png");
    background-repeat: no-repeat;
    color: #111;
    display: block;
    font-size: 14px;
    line-height: 15px;
    margin: 0 20px 6px;
    min-height: 28px;
    padding: 2px 0 7px 40px;
    width: auto;
}
.ng-match-details {
	float: left;
	display: inline-block;
	width: 150px;
	font-size: 13px;
}
.ng-match-date {
	display: block;
	margin-bottom: 4px;
	color: #1f3451;
}
.ng-date {
    background-position: 0 1px;
}
.ng-place {
    background-position: 0 -35px;
}
.ng-time {
    background-position: 0 -72px;
}


/* Player Single page template */

.fv-player-data {
	margin-bottom: 24px;	
	background-color: #f2f2f2;
	padding: 12px 18px;
}
.fv-player-data > div {
	font-size: 16px;
	width: 100%;
}
.fv-player-data > div > ul {
	list-style: none;
	margin: 0;
}
.fv-player-data > div > ul li {
	list-style-type: none;
	margin-bottom: 6px;
}
.fv-player-data > div strong {
	display: inline-block;
	min-width: 150px;
}



@media only screen and (min-width: 680px) {
	.fv-player-data > div {
		float: left;
		width: 48%;
		margin-right: 2%;
	}
	.fv-player-data > div.fv-player-data-right strong {
		min-width: 100px;
	}
}


@media only screen and (min-width: 860px) {

	.next_game ul {
		display: inline-block;
		line-height: 20px;
		width: 100px;
		padding-left: 15px;
		float: right;
		border-top: none;
		border-left: 1px solid #dfdfdf;
	}
	.widget.next_game ul li {
		float: none;
		display: block;
		line-height: 1;
		text-transform: uppercase;
		margin-bottom: 16px;
		text-align: left !important;
	}
	.footer-widgets .widget-title {
		font-size: 20px;
	}
}
@media only screen and (min-width: 1024px) {
	.widget.next_game .widget-title {
		font-size: 16px;
		margin-bottom: 15px;
		line-height: 1;
	}
	.ng-match-details {
		font-size: 14px;
	}
	.ng-flag {
		width: 120px;
	}
	.ng-flag img {
		max-width: 110px;
	}
	.ng-match-date {
		font-size: 16px;
		margin-bottom: 10px;
	}
}


/* Player of the Week widget */

.player-card {
	background-color: #f2f2f2;	
	text-align: center;
	font-size: 14px;
	padding-bottom: 15px;
	-webkit-border-radius: 	0 0 8px 8px;
	-moz-border-radius: 	0 0 8px 8px;
	border-radius: 			0 0 8px 8px;
	max-width: 600px;
	margin: 0 auto;
}
.player-card a:hover {
	color: #000;
}
.players-widget h4 {
	background-color: #1F3451;
	color: #fff;
	margin: 0;
	padding: 4px;
	font-weight: 700;
}
.player-card:hover h4 {
	background-color: #2a4775;	
}
.players-widget .player-thumb img {
	margin-bottom: 0;
	display: block;
}
.players-widget div strong {
	display: block;
}
.players-widget .more-link {
	display: block;
	color: #B70E11;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto;
	width: 120px;
	text-align: center;
}
.players-widget .left,
.players-widget .right {
	width: 48%;	
	text-align: center;
	min-height: 50px;
	padding: 15px 0 5px;
	line-height: 1.35;
}
.players-widget .read-more {
	display: block;
	clear: both;
}
.players-widget .read-more:before {
	content: "\f347";
	font-family: "dashicons";
	font-size: 20px;
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 24px;
	color: #ccc;
}


/* ## Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin: 0;
}
.sharrre .share,
.sharrre:hover .share {
	color: #424243;
}
.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
	font-weight: 400;
}
.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #424243;
	border: 1px solid #424243;
	display: none;
}
.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #fff !important;
}

@media only screen and (min-width: 768px) {
	.share-after {
		float: left;
	}
.share-small .no-count .share {
       width: 0px;
	}

}

/* ## Simple Social Icons
--------------------------------------------- */

@media only screen and (min-width: 1024px) {

	aside .simple-social-icons {
		position: fixed;
		right: 0;
		width: 50px;
		bottom: 150px;
		padding: 0 !important;
		margin-bottom: 0 !important;
		border-bottom: 0 !important;
	}
	aside .simple-social-icons ul li a,
	aside .simple-social-icons ul li a:hover {
		background: transparent !important;
	}

}


/* Footer
 * ========================================================================== */

.footer-widgets {
	padding: 20px 0;
	background-color: #353535;
	color: #fff;
}
.footer-widgets li {
	margin: 5px 0;
}
.footer-widgets a {
	color: #fff;
}
.footer-widgets a:hover {
	color: #999;
}
.footer-widgets .widget-area {
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
}
.footer-widgets .widget-area:first-child {
	padding-left: 0;
}
.footer-widgets .widget_sp_image {
	text-align: center;
	line-height: 1.2;
}
.footer-widgets .widget_sp_image img {
	margin: 0 auto 6px;
}
.site-footer {
	text-align: center;
}
.site-footer {
	font-size: 12px;
	margin: 0;
	padding: 20px 0;
	background-color: #353535;
	color: #fff;
	text-align: center;
}
.site-footer p {
	margin-bottom: 0;
	max-width: 100%;
	color: #999;
}
.site-footer a {
	color: #fff;	
}
.footer-creds {
	margin-bottom: 10px;
	text-align: center;
}
.footer-menu ul li {
	display: inline-block;	
}
.footer-menu ul li a {
	padding: 0 6px;
}
#sticker.scroll-to-fixed-fixed {
    margin-top: 0px;
}

@media only screen and (min-width: 768px) {
	.footer-widgets .widget-area {
		width: 25%;
		float: left;
		padding-left: 30px;
		padding-bottom: 0;
		text-align: left;
	}
}


@media only screen and (min-width: 1024px) {
	.site-footer {
		padding: 40px 0;
		text-align: left;
	}
}




@media print {
    @page { 
        size: auto;
        margin: 20mm 25mm 20mm 25mm;
    }
    body {
        background: none !important; /* Brute force since user agents all print differently. */
        color: #2b2b2b;
        font-size: 11pt;
        letter-spacing: 0;
        margin: 0;
    }
    .site,
    .site-header,
    .hentry,
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content,
    .archive-header,
    .page-header,
    .site-inner,
    .contributor-info,
    .comments-area,
    .attachment .entry-attachment .attachment,
    .wrap {
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }
    #site-header img,
    .nav-primary,
    .site-content nav,
    .edit-link,
    .page-links,
    .widget-area,
    .more-link,
    .post-format-archive-link,
    .comment-respond,
    .comment-list .reply,
    .comment-reply-login,
    #secondary,
    #footer-widgets,
    .site-footer a[rel="nofollow"],
    .fv-sharing-top,
    .fv-sharing-bottom,
    .entry-background {
        display: none;
    }
    .site-header {
        position: relative;
        top: 0;
        background-color: transparent;
        background: none;
        page-break-after: avoid;
    }
    .title-area {
        padding: 10px 0;
        width: 100%;
    }
    .site-title a,
    .entry-meta,
    .entry-meta a {
        color: #666;
    }
    .site-inner,
    .page .site-inner, 
    .ambiance-landing.no-featured-image .site-inner, 
    .ambiance-landing .site-inner {
        margin-top: 10px;    
    }
    .entry-content {
        font-size: 14px;    
    }
    .entry-content a,
    .entry-summary a,
    .page-content a,
    .comment-content a {
        text-decoration: none;
    }
    .archive .author-box, .archive-description, .page .content, .single .content, .welcome-message .wrap {
        width: auto;    
    }

    .site-header,
    .post-thumbnail,
    a.post-thumbnail:hover,
    .site-content .entry-header,
    .site-footer {
        background: transparent;
    }
    .header-main {
        padding: 48px 10px;
    }
    .site-title {
        float: none;
        font-size: 19pt;
    }
    .content-area {
        padding-top: 0;
    }
    .entry-header {
        text-align: left;    
    }
    .post-thumbnail img {
        margin: 0 10px 24px;
    }
    .site-content .has-post-thumbnail .entry-header {
        padding-top: 0;
    }
    .site-content footer.entry-meta {
        margin: 24px auto;
    }
    .entry-meta .tag-links a {
        color: #fff;
    }
    .entry-title {
        font-size: 38px;    
    }
    .entry-content p {
        margin-bottom: 15px;    
    }
    .archive-title,
    .page-title {
        margin: 0 10px 48px;
    }
    .site-footer,
    .site-footer a {
        color: #999;
        font-size: 12px;
    }
}