/*
Theme Name: Scoreline
Theme URI: https://wpclubmanager.com/themes/
Version: 2.1.5
Description: A WP Club Manager compatible theme for any sport
Author: Clubpress
Author URI: https://wpclubmanager.com
Tags:

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use the custom.css file or a child theme to add your styles. You can copy a style from this file and paste it in custom.css or the child theme's style.css and it will override the style in this file.
*/

/* ------------------------------------------------------------------------- *
 *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 * ------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, 
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 
section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }


/* ------------------------------------------------------------------------- *
 *  Base Styles
/* ------------------------------------------------------------------------- */
body { background: #eaeaea; font-size: 100%; line-height: 1.5em; color: #444; font-weight: 300; }
::selection { background: #3498db; color: #fff; }
::-moz-selection { background: #3498db; color: #fff; }
a { color: #3498db; text-decoration: none; outline: 0; }
a:hover { color: #222; }
img { max-width: 100%; height: auto; }
a,
a:before,
a:after {
-webkit-transition-property: background color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
-moz-transition-property: background color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease;
-o-transition-property: background color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease;
transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease; }
a img {
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease; }
address,cite,em { font-style: italic; }
strong { font-weight: 600; }
.left,.alignleft { float: left; }
.right,.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; }
.wpcm_map_canvas img { max-width: none !important; }

/*  base : clear
/* ------------------------------------ */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { zoom: 1; }

/*  base : font awesome square size
/* ------------------------------------ */
.fa { width: 1em; text-align: center; }

/*  base : fonts
/* ------------------------------------ */
body { font-family: "SourceSansPro", Arial, sans-serif; }

@font-face {
	font-family: 'SourceSansPro';
	src: url('fonts/SourceSansPro-Light.eot');
	src: url('fonts/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg'),
		 url('fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/SourceSansPro-Light.woff') format('woff'),
		 url('fonts/SourceSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro';
	src: url('fonts/SourceSansPro-LightIt.eot');
	src: url('fonts/SourceSansPro-LightIt.svg#SourceSansPro-LightIt') format('svg'),
		 url('fonts/SourceSansPro-LightIt.eot?#iefix') format('embedded-opentype'),
		 url('fonts/SourceSansPro-LightIt.woff') format('woff'),
		 url('fonts/SourceSansPro-LightIt.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'SourceSansPro';
	src: url('fonts/SourceSansPro-Regular.eot');
	src: url('fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg'),
		 url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/SourceSansPro-Regular.woff') format('woff'),
		 url('fonts/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro';
	src: url('fonts/SourceSansPro-It.eot');
	src: url('fonts/SourceSansPro-It.svg#SourceSansPro-It') format('svg'),
		 url('fonts/SourceSansPro-It.eot?#iefix') format('embedded-opentype'),
		 url('fonts/SourceSansPro-It.woff') format('woff'),
		 url('fonts/SourceSansPro-It.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
    font-family: 'SourceSansPro';
    src: url('fonts/SourceSansPro-Semibold.eot');
    src: url('fonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg'),
         url('fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Semibold.woff') format('woff'),
         url('fonts/SourceSansPro-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

/*  base : forms
/* ------------------------------------ */
input, textarea, button, select, label { font-family: inherit; }
.cp-form input,
.cp-form textarea,
.cp-form button,
.cp-form select,
.cp-form label { font-size: 0.875em; }
.cp-form input::-moz-focus-inner, 
.cp-form button::-moz-focus-inner { border: 0; padding: 0; }
.cp-form input[type="text"],
.cp-form input[type="password"],
.cp-form input[type="email"],
.cp-form input[type="submit"],
.cp-form button, 
.cp-form textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; }
.cp-form input, 
.cp-form textarea, 
.cp-form button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.cp-form input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
.cp-form input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
.cp-form label { font-weight: 600; color: #222; }
.cp-form input[type="text"], 
.cp-form input[type="password"], 
.cp-form input[type="email"], 
.cp-form textarea { background: #fff; border: 2px solid #ddd; color: #555; display: block; max-width: 100%; outline: none; padding: 7px 8px; }
.cp-form input[type="text"]:focus, 
.cp-form input[type="password"]:focus, 
.cp-form input[type="email"]:focus, 
.cp-form textarea:focus { border-color: #ccc; color: #222; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1); }
.cp-form label .required { color: #3498db; }
.cp-form input[type="submit"],
.cp-form button[type="submit"] { background: #fff; color: #222; padding: 8px 14px; font-weight: 400; display: inline-block; border: 1px solid #ddd; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; }
.cp-form input[type="submit"]:hover,
.cp-form button[type="submit"]:hover { background: #535353; border: 1px solid #535353; color: #fff; }

.cp-form.searchform div { position: relative; }
.cp-form.searchform div input { padding-left: 26px; line-height: 20px; }
.cp-form.searchform div:after { color: #ccc; line-height: 24px; font-size: 0.875em; content: "\f002"; position: absolute; left: 10px; top: 6px; font-family: FontAwesome; }

select::-ms-expand { display: none; }
@-moz-document url-prefix() {
  select { background: #fbfbfb; }
  select:hover { background: #f3f3f3; }
}
select { -webkit-appearance: none !important; background-color: #fbfbfb; background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg=="); background-repeat: no-repeat; background-position: 97% center; border: 1px solid #ddd; padding: 2px 15px 2px 10px; font-size: 0.875em; -webkit-border-radius: 0; border-radius: 0; }
select:hover { background-color: #f3f3f3; border-color: #ccc; }
select { margin: 0 0 1em 0; }
.page-title select { margin: 1px 0 0; }

/*  base : tables
/* ------------------------------------ */
table { font-size: 0.938em; margin-bottom: 1em; overflow: auto; }
caption { font-size: 1em; font-weight: 600; text-align: left; text-transform: uppercase; padding-bottom: 10px; }
table tr th,
table tr td { padding: 0.4em 0.5em 0.5em; min-width: 19px; vertical-align: middle; }
table tbody tr td,
table tbody tr th { border: 1px solid #eee; }
table thead tr th,
table thead tr td,
table tfoot tr td { font-weight: 600; }
table tbody tr th,
table tfoot tr th { font-weight: 600; text-align: left; }
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td { display: table-cell; line-height: 1.125; }

/*  base : entry
/* ------------------------------------ */
.entry { line-height: 1.6em; }
.entry p,
.entry dd { margin-bottom: 1em; }
.entry dt { color: #444; }
.entry ol,
.entry ul { margin: 0 0 15px 30px; }
.entry ul.group { margin: 0; }
.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol { margin-bottom: 0; }
.entry li { margin: 0; }
.entry li.grid { margin-right: 3.2%; }
.entry li.grid:nth-child(4n) { margin-right: 0; }
.entry ul li,
.entry ol ul li { list-style: square; }
.entry ol li,
.entry ol ul ol li { list-style: decimal; }
.entry dt { font-weight: 600;}
.entry address { margin-bottom: 1em; }
.entry blockquote { position: relative; color: #666; font-style: italic; margin: 0 0 20px 0; padding-left: 50px; }
.entry blockquote p { margin-bottom: 0.75em; }
.entry blockquote:before { content: "\f10d"; color: #ccc; font-size: 2em; font-style: normal; font-family: FontAwesome; text-align: center; position: absolute; left: 0; top: 0; }
.entry blockquote.twitter-tweet:before { content: "\f099"; }
.entry code, .entry pre { font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; font-size: 0.688em; }
.entry pre { background: url(img/pre.png) repeat top; padding: 18px 20px; margin: 30px 0; border: 1px solid #ddd; line-height: 19px; white-space: pre-wrap; word-wrap: break-word; overflow-x: auto; overflow-y: hidden; }
.entry code { background: #eee; padding: 0 3px; }
.entry ins { background: #fff486; }
.entry sub,
.entry sup { font-size: 62.5%; }
.entry sub { vertical-align: sub; }
.entry sup { vertical-align: super; }

/* image position & caption */
.entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry attachment img { max-width: 100%; height: auto; }
.entry img.alignleft { margin: 18px 20px 18px 0; }
.entry img.alignright { margin: 18px 0 18px 20px; }
.entry img.aligncenter { margin: 18px auto; clear: both; display: block; }
.entry img .size-full { width: 100%!important; }
.entry .gallery img, .entry img.wp-smiley { margin: 0; }
.entry .wp-caption { background: #f1f1f1; max-width: 100%; margin-bottom: 14px; padding-top: 5px; text-align: center; }
.entry .wp-caption-text { font-style: italic; }
.entry .wp-caption a { border-bottom: none; }
.entry .wp-caption img { margin: 0; max-width: 100%; height: auto; }
.entry .wp-caption.alignleft { margin-right: 20px; }
.entry .wp-caption.alignright { margin-left: 20px; }
.entry .wp-caption.alignnone { width: 100%!important; overflow: hidden; }
.entry .wp-caption.alignnone img { margin: 0 auto; max-width: 100%!important; }
.entry .wp-caption-text { color: #999; font-size: 0.813em; padding: 0 0 8px 0; margin: 0; }

/* default gallery */
.entry .gallery { clear: both; overflow: hidden; width: 100%; margin: 15px 0!important; }
.entry .gallery img { display: block; width: 100%; height: auto; border-width: 1px 2px!important; border-color: transparent!important; }
.entry .gallery .gallery-item { position: relative; overflow: hidden; border-color: transparent; margin-top: 0!important; }
.entry .gallery .gallery-caption { background: rgba(255,255,255,0.8); color: #333; font-size: 0.813em; line-height: 1.4em; padding: 10px 0; text-align: left; text-indent: 10px; font-style: normal; margin: 0; bottom: -44px; left: 2px; right: 2px; overflow: hidden; position: absolute; text-overflow: ellipsis; white-space: nowrap; width: 100%;
transition: all .2s ease;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease; }
.entry .gallery .gallery-item:hover .gallery-caption  { bottom: 0; }
.entry .gallery-columns-5 .gallery-caption,
.entry .gallery-columns-6 .gallery-caption,
.entry .gallery-columns-7 .gallery-caption,
.entry .gallery-columns-8 .gallery-caption,
.entry .gallery-columns-9 .gallery-caption { display: none!important; }

/*  base : headings
/* ------------------------------------ */
h1, h2, h3, h4, h5, h6 { color: #333; font-weight: 600; -ms-word-wrap: break-word; word-wrap: break-word; }
.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span { color: #bbb; }
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6  { margin-bottom: 14px; font-weight: 400; line-height: 1.3em; }
.entry h1 { font-size: 2.375em; letter-spacing: -1px; }
.entry h2 { font-size: 2.125em; letter-spacing: -0.7px; }
.entry h3 { font-size: 1.75em; letter-spacing: -0.5px; }
.entry h4 { font-size: 1.5em; letter-spacing: -0.3px; }
.entry h5 { font-size: 1.25em; font-weight: 600; }
.entry h6 { font-size: 1.125em; font-weight: 600; text-transform: uppercase; }

.heading,
#reply-title { font-weight: normal; font-size: 1.125em; text-transform: uppercase; font-weight: 600; margin-bottom: 1em; }
.heading i { font-size: 1.375em; margin-right: 6px; }


/* ------------------------------------------------------------------------- *
 *  Base Structure
/* ------------------------------------------------------------------------- */

/*  base : layout
/* ------------------------------------ */
#wrapper { min-width: 1024px; height: 100%; }
.container { padding: 0 20px; }
.container-inner { max-width: 1380px; min-width: 1380px; width: 100%; margin: 0 auto; }
.main { background-color: #fff!important; position: relative; -webkit-box-shadow: 0 -1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
box-shadow: 0 -1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1); }
.main-inner { position: relative; min-height: 600px; /* instead of sticky footer */ }
.content { width: 100%; position: relative; }
.pad { padding: 30px 30px 20px; }

/* boxed */
.boxed #wrapper { max-width: 1380px; margin: 0 auto;
-webkit-box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04);
box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04); }
.boxed .container { padding: 0; }
.boxed #page { background: #eaeaea; padding-bottom: 1px; }

/*  base : layout columns
/* ------------------------------------ */

/* 2 column, content left */
.col-2cl .main-inner { background: url(img/sidebar/s-right-s1.png) repeat-y right 0; padding-right: 320px; }
.col-2cl .s1 { float: right; margin-right: -320px; }
.col-2cl .content { float: left; }

/* 2 column, content right */
.col-2cr .main-inner { background: url(img/sidebar/s-left.png) repeat-y left 0; padding-left: 320px; }
.col-2cr .s1 { float: left; margin-left: -320px; }
.col-2cr .content { float: right; }

/* 3 column, content middle */
.col-3cm .main { background: url(img/sidebar/s-right-s2.png) repeat-y right 0; }
.col-3cm .main-inner { background: url(img/sidebar/s-left.png) repeat-y left 0; padding-left: 320px; padding-right: 280px; }
.col-3cm .s1 { float: left; margin-left: -320px; }
.col-3cm .s2 { float: right; margin-right: -280px; /* ingenuity! */ position: relative; right: -100%; }
.col-3cm .content { float: right; }

/* 3 column, content left */
.col-3cl .main { background-image: none; }
.col-3cl .main-inner { background: url(img/sidebar/s-right-dual-full-expand.png) repeat-y right 0; padding-right: 600px; }
.col-3cl .s1 { float: right; margin-right: -600px; }
.col-3cl .s2 { float: right; margin-right: -280px; }
.col-3cl .content { float: left; }

/* 3 column, content right */
.col-3cr .main { background-image: none; }
.col-3cr .main-inner { background: url(img/sidebar/s-left-dual-full-expand.png) repeat-y left 0; padding-left: 600px; }
.col-3cr .s1 { float: left; margin-left: -600px; }
.col-3cr .s2 { float: left; margin-left: -280px; }
.col-3cr .content { float: right; }

/*  base : sidebar
/* ------------------------------------ */
.sidebar { padding-bottom: 20px; position: relative; z-index: 2; margin-top: -1px; }
.sidebar .pad { padding-left: 20px; padding-right: 20px; }
.sidebar-toggle { display: none; text-align: center; cursor: pointer; width: 100%; height: 50px;
-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1); }
.sidebar-toggle i { font-size: 2.375em; color: #fff; padding: 5px 0; }
.s1-expand .s1,
.s2-expand .s2 {-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }

/* sidebar tables */
.sidebar table,
.sidebar table tr th,
.sidebar table tr td { padding: 0.6em 0.5em 0.7em; }

/* toggle icon */
.icon-sidebar-toggle:before { font-family: FontAwesome; }
.col-2cl .s1 .icon-sidebar-toggle:before,
.col-3cl .s1 .icon-sidebar-toggle:before,
.col-3cm .s2 .icon-sidebar-toggle:before,
.col-3cl .s2 .icon-sidebar-toggle:before { content: "\f060"; }
.col-2cr .s1 .icon-sidebar-toggle:before,
.col-3cm .s1 .icon-sidebar-toggle:before,
.col-3cr .s1 .icon-sidebar-toggle:before,
.col-3cr .s2 .icon-sidebar-toggle:before { content: "\f061"; }

/* sidebar primary */
.s1 { width: 320px; z-index: 2; }
.s1:hover { z-index: 98; /* social icons tooltip above header nav */ }
.s1 .sidebar-toggle { background: #3498db; }
@media only screen and (min-width: 479px) and (max-width: 960px) {
	.social-links .social-tooltip { color: #666; }
}

/* sidebar secondary */
.s2 { width: 280px; z-index: 1; }
.s2 .sidebar-toggle { background: #ff4444; }

/*  base : grid
/* ------------------------------------ */
.grid { margin-right: 3.2%; float: left; display: inline; position: relative; }
.last { clear: right; margin-right: 0!important; }

.one-full { margin-right: 0; width: 100%; overflow: hidden; }
.one-half { width: 48.4%; }
.one-third { width: 31.2%; }
.two-third { width: 65.6%; }
.one-fourth { width: 22.6%; }
.three-fourth { width: 74.2%; }
.one-fifth { width: 17.4%; }
.two-fifth { width: 38.1%; }
.three-fifth { width: 58.7%; }
.four-fifth { width: 79.4%; }


/* ------------------------------------------------------------------------- *
 *  Common Elements
/* ------------------------------------------------------------------------- */

/*  common : clubpress tables
/* ------------------------------------ */
.cp-table-wrap,
.wpcm-pa-table-wrap { float: left; margin-bottom: 30px; width: 100%; overflow: auto; }
.cp-table-full { width: 100%; }
table.cp-table { background: #fbfbfb; border-collapse: separate; border-spacing: 3px; font-size: 0.875em; margin: 0 auto 15px; min-width: 86%; vertical-align: middle; }
table.wpcm-pa-table { margin: 0 0 15px !important;width: 100% !important; }
table.cp-table caption { text-align: left; }
table.cp-table td { text-align: center; vertical-align: middle; }
table.cp-table td,
table.cp-table th { border: 0; }
table.cp-table tbody tr td,
table.cp-table tbody tr th { background: #fff; }
table.cp-table tbody tr:nth-of-type(even) td { background: #fdfdfd; }
table.cp-table tfoot th,
table.cp-table tfoot td { background: #f9f9f9; }
table.cp-table thead tr th.cp-stats,
table.cp-table thead tr th.cp-player-stat,
table.cp-table thead tr th.cp-match-stat { background-color: #3498db; color: #fff; padding: 9px 4px; }
table.cp-table td.pos { background-color: #3498db !important; color: #fff; font-weight: 600; padding: 9px 4px; }
table.cp-table thead tr th a { color: #fff; }
table.cp-table .name,
table.cp-table .position,
table.cp-table .club,
table.cp-table .opponent,
table.cp-table .wpcm-date,
table.cp-table td.notes { text-align: left; }
table.cp-table td.pts { background: #f9f9f9 !important; font-weight: 600; }
table.cp-table thead tr th.thumb,
table.cp-table thead tr th.flag,
table.cp-table thead tr th.name,
table.cp-table thead tr th.number,
table.cp-table thead tr th.position,
table.cp-table thead tr th.age,
table.cp-table thead tr th.height,
table.cp-table thead tr th.weight,
table.cp-table thead tr th.team,
table.cp-table thead tr th.season,
table.cp-table thead tr th.dob,
table.cp-table thead tr th.hometown,
table.cp-table thead tr th.joined,
table.cp-table thead tr th.experience { background-color: transparent !important; color: #444; }
table.cp-table span.sub { color: #aaa; margin-left: 8px; font-size: 0.875em; font-style: italic; }
table.cp-table tr td.club-thumb img { height: 25px; }
table.cp-player-stats-table tbody tr th { min-width: 100px; }
table.cp-table tr td.result { font-weight: 600; }
table.cp-table tr td.result.win { color: #4ec14e; }
table.cp-table tr td.result.loss { color: #f16162; }
table.cp-table tr td.result.draw { color: #535353; } 
table.cp-table td.notes .yellowcard,
table.cp-table td.notes .redcard,
table.cp-table td.notes .greencard { display: inline-block; width: 12px; height: 18px; background: url(img/notes.png) no-repeat; margin-right: 5px; margin-top: 4px; overflow: hidden; text-indent: -100px; }
table.cp-table td.notes .greencard { background-position: -24px 0; }
table.cp-table td.notes .yellowcard { background-position: 0 0; }
table.cp-table td.notes .redcard { background-position: -12px 0; }
table.cp-table th.name span.mvp { color: #e5c100; margin-left: 16px; }
table.cp-table .thumb a img:hover { opacity: 0.75; }
table.cp-table .thumb a img { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.entry table.cp-table th { border: 0; }
.entry table.cp-table tr td.name,
.entry table.cp-table tr th.name,
.entry table.cp-table tr td.opponent,
.entry table.cp-table tr td.club { font-weight: 600; min-width: 180px; }
.entry table.cp-table tr td.pos,
.entry table.cp-table tr td.thumb,
.entry table.cp-table tr td.flag,
.entry table.cp-table tr td.number,
.entry table.cp-table tr td.venue,
.entry table.cp-table tr td.club-thumb { min-width: 40px; }
.entry table.cp-table tr td.wpcm-date { min-width: 90px; }
.widget .cp-table-wrap { margin-bottom: 0; }
.widget table.cp-table caption { display: none; }
.sidebar table.cp-table { background: transparent; border: none; border-collapse: collapse; border-spacing: 0; font-size: 0.875em; border-collapse: separate; border-spacing: 1px 0; overflow: auto; }
.sidebar table.cp-table thead tr th { border-bottom: 1px solid #eee; }
.sidebar table.cp-table thead tr th.cp-stats { background-color: transparent !important; color: #444; }
.sidebar table.cp-table tbody tr td.cp-stats { background-color: #fff !important; }
.sidebar table.cp-table tbody tr td.thumb,
.sidebar table.cp-table tbody tr td.flag,
.sidebar table.cp-table tbody tr td.name,
.sidebar table.cp-table tbody tr td.number,
.sidebar table.cp-table tbody tr td.position,
.sidebar table.cp-table tbody tr td.age,
.sidebar table.cp-table tbody tr td.height,
.sidebar table.cp-table tbody tr td.weight,
.sidebar table.cp-table tbody tr td.team,
.sidebar table.cp-table tbody tr td.season,
.sidebar table.cp-table tbody tr td.dob,
.sidebar table.cp-table tbody tr td.hometown,
.sidebar table.cp-table tbody tr td.joined,
.sidebar table.cp-table tbody tr td.experience { background-color: transparent !important; }
.sidebar table.cp-table thead tr th a { color: #444; }
.sidebar table.cp-table tbody tr td,
.sidebar table.cp-table tbody tr th { background: transparent; border: 0; border-bottom: 1px solid #eee; }
.s1 table.cp-table td.pos { background-color: #ff4444 !important; color: #fff; padding: 9px 4px; }

#footer table.cp-table { background: transparent; border: none; border-collapse: separate; border-spacing: 2px; }
#footer table.cp-table td,
#footer table.cp-table th { background: transparent; }
#footer table.cp-table tbody tr td.cp-stats { background-color: rgba(0,0,0,0.1) !important; }
#footer table.cp-table tbody tr td.thumb,
#footer table.cp-table tbody tr td.flag,
#footer table.cp-table tbody tr td.name,
#footer table.cp-table tbody tr td.number,
#footer table.cp-table tbody tr td.position,
#footer table.cp-table tbody tr td.age,
#footer table.cp-table tbody tr td.height,
#footer table.cp-table tbody tr td.weight,
#footer table.cp-table tbody tr td.team,
#footer table.cp-table tbody tr td.season,
#footer table.cp-table tbody tr td.dob,
#footer table.cp-table tbody tr td.hometown,
#footer table.cp-table tbody tr td.joined,
#footer table.cp-table tbody tr td.experience { background-color: transparent !important; }
#footer table.cp-table caption { display: none; }
#footer table.cp-table td.pos { background-color: rgba(0,0,0,0.1) !important; color: #fff !important; }
#footer table.cp-table thead tr th { color: #fff; }

img.lineup-thumb { margin: 0 5px; vertical-align: middle; width: 32px; }

/*  common : responsive videos
/* ------------------------------------ */
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*  common : responsive image + caption
/* ------------------------------------ */
.image-container { position: relative; }
.image-container img { display: block; width: 100%; height: auto; }
.image-caption { background: rgba(0,0,0,0.7); color: #fff; font-size: 0.813em; line-height: 1.3em; font-style: italic; padding: 8px 10px; position: absolute; bottom: 8px; left: 8px; margin-right: 8px;
-webkit-border-radius: 2px; border-radius: 2px; 
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03); }

/*  common : social links
/* ------------------------------------ */
.social-links { float: right; position: relative; }
.social-links li { display: inline-block; margin-left: 8px; line-height: 1; }
.social-links li a { display: block!important; position: relative; text-align: center; }
.social-tooltip { color: #fff; color: rgba(255,255,255,0.7); font-size: 1.75em; display: inline; position: relative; z-index: 9; }
.social-tooltip:hover { color: #fff; text-decoration: none; }

/*  common : page title
/* ------------------------------------ */
.page-title { background: #fff; position: relative; padding-top: 18px; padding-bottom: 17px; border-bottom: 1px solid #eee; color: #555; font-size: 1em; font-weight: 600; text-transform: uppercase; line-height: 24px; }
.page-title a { color: #aaa; }
.page-title a:hover { color: #222; }
.page-title span { color: #aaa; }
.page-title i { margin-right: 8px; }
.page-title h1,
.page-title h2,
.page-title h4 { color: #444; }
.page-title .meta-single li { float: left; margin-right: 14px; }
.page-title .meta-single li.comments { float: right; margin-right: 0; }

/*  common : notebox
/* ------------------------------------ */
.notebox { background: #f0f0f0; position: relative; padding: 12px 15px; color: #888; margin-bottom: 30px; }
.notebox:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #f1f1f1; position: absolute; top: -8px; left: 13px; }
.notebox:after { content:''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #f1f1f1; position: absolute; top: -5px; left: 15px; }
.notebox span { font-weight: 600; }
.notebox .search-again { margin-top: 10px; }
.notebox input[type="text"] { width: 100%; }

/*  common : page image
/* ------------------------------------ */
.page-image { overflow: hidden; position: relative; margin: 0 0 30px 0; }
.page-image-text { position: absolute; top: 50%; margin-top: -35px; width: 100%; text-align: center; }
.page-image-text .caption { color: #fff; font-size: 2.75em; line-height: 70px; text-transform: uppercase; font-weight: 600; text-shadow: 0 0 20px rgba(0,0,0,0.3); }
.page-image-text .description { display: block; color: #fff; font-size: 0.938em; line-height: 36px; font-weight: 300; }
.page-image-text .description i { background: rgba(0,0,0,0.7); opacity: 0.9; font-style: normal; padding: 6px 10px; -webkit-border-radius: 2px; border-radius: 2px; }

/*  common : pagination
/* ------------------------------------ */
.pagination { margin-bottom: 15px; }
.pagination a { font-size: 1.125em; font-weight: 600; }

/*  common : thumb icon
/* ------------------------------------ */
.thumb-icon { background: rgba(0,0,0,0.7); color: #fff; text-align: center; display: block; width: 32px; height: 32px; position: absolute; bottom: 10px; left: 0;
-moz-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
box-shadow: 0 0 2px rgba(255,255,255,0.4); }
.thumb-icon i { font-size: 1.125em; padding: 7px 0; }
.thumb-icon .fa-play { margin: 1px 0 0 2px; }
.thumb-icon.small { width: 24px; height: 24px; position: absolute; bottom: 14px; left: 14px;
-webkit-border-radius: 4px; border-radius: 4px; }
.thumb-icon.small .fa { font-size: 0.875em; line-height: 16px; padding: 5px 0; }
.thumb-icon.small .f-play { margin: 1px 0 0 2px; }

/*  common : nav
/* ------------------------------------ */
.nav-container { background: #888; z-index: 99; position: relative; }
.nav-toggle { display: none; background: #777; cursor: pointer; float: right; height: 50px; width: 60px; color: #fff; text-align: center; }
.nav-toggle i { font-size: 1.813em; padding: 10px 0; }
.nav-text { display: none; float: right; font-size: 1em; line-height: 24px; padding: 13px 20px; }
.nav li > a:after,
.nav > li > a:after { font-family: FontAwesome; display: inline-block; }

@media only screen and (min-width: 720px) {
	
	.nav-wrap { height: auto!important; }
	/* common */
	.nav { position: relative; }
	.nav li a { color: #ccc; display: block; line-height: 20px; }
	/* dropdown arrows */
	.nav li > a:after { content: "\f0da"; float: right; opacity: 0.5; }
	.nav > li > a:after {content: "\f0d7"; float: none; margin-left: 6px; font-size: 0.875em; }
	.nav li > a:only-child:after {content: ""; margin: 0; }
	#footer .nav li > a:after { content: "\f0da"; }
	#footer .nav > li > a:after { content: "\f0d8"; }
	#footer .nav li > a:only-child:after { content: ""; }
	/* level 1 */
	.nav > li { font-size: 1em; border-right: 1px solid #999; display: inline-block; position: relative; }
	.nav > li > a { padding: 15px 14px; }
	.nav > li > a:hover, 
	.nav > li:hover > a { background: #777; }
	.nav li > a:hover, 
	.nav li:hover > a, 
	.nav li.current_page_item > a, 
	.nav li.current-menu-item > a,
	.nav li.current-menu-ancestor > a,
	.nav li.current-post-parent > a { color: #fff; }
	/* level 2 & 3 */
	.nav li:hover > ul { display: block; }
	.nav ul { display: none; background: #777; position: absolute; left: 0; top: 50px; width: 220px; padding: 10px 0; z-index: 2; -webkit-transform: translateZ(0);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px rgba(0,0,0,0.15); }
	.nav ul li { font-size: 0.875em; position: relative; display: block; padding: 0; }
	.nav ul li a { padding: 10px 20px; }
	.nav ul li:last-child { border-bottom: 0!important; }
	/* level 3 */
	.nav ul ul { position: absolute; top: -10px; left: 180px; }
	
}
@media only screen and (max-width: 719px) {
	
	.nav { font-weight: 600; }
	.nav-container { text-transform: none; }
	.nav-toggle,
	.nav-text { display: block; }
	.nav-wrap { position: relative; float: left; width: 100%; height: 0; overflow: hidden; }
	.nav-wrap.transition {
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease; }
	.expand .nav-wrap { height: auto; }
	/* common */
	.nav { float: left; width: 100%; }
	.nav li a { line-height: 20px; display: block; padding: 8px 20px; }
	.nav li li a { padding-left: 15px; padding-right: 15px; }
	/* dropdown arrows */
	.nav li > a:after { content: '\f0d7'; opacity: 0.5; margin-left: 6px; }
	.nav > li > a:after { content: '\f0d7'; font-size: 0.875em; }
	.nav li > a:only-child:after { content: ''; }
	/* level 1 */
	.nav > li { font-size: 0.938em; }
	.nav li > a:hover, 
	.nav li.current_page_item > a, 
	.nav li.current-menu-item > a,
	.nav li.current-post-parent > a { color: #fff; }	
	/* level 2 & 3 */
	.nav ul { display: block!important; margin-left: 40px; }
	.nav ul li { font-size: 0.813em; font-weight: 300; }
	.nav ul li a { padding-top: 6px; padding-bottom: 6px; }
	
}


/* ------------------------------------------------------------------------- *
 *  Section: Header
/* ------------------------------------------------------------------------- */
#header { background: #222222; position: relative; }
#header .pad { padding-top: 28px; padding-bottom: 30px; }
#header .container-inner { position: relative; }

.site-title { float: left; margin-top: 10px; }
.site-title a { display: block; color: #fff; max-width: 100%; }
.site-title a img { float: left; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 10px 0 0; -webkit-border-radius: 0; border-radius: 0; }
.site-title a .site-name { color: #fff; font-size: 2.625em; font-weight: 600; letter-spacing: -0.5px; padding: 10px 0; float: left; }
.site-description { font-size: 1em; font-style: italic; color: #fff; padding: 0; margin: 0; line-height: 1; }
.site-image { display: block; margin: 0 auto; max-height: 400px; }
.site-banner { float: right; margin-top: 10px; }

/*  header : search
/* ------------------------------------ */
.toggle-search { color: #fff; font-size: 1.125em; line-height: 24px; cursor: pointer; padding: 13px 20px; display: block; position: absolute; right: 0; top: -50px;
-webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.1);
box-shadow: -1px 0 0 rgba(255,255,255,0.1); }
.toggle-search:hover,
.toggle-search.active { background: rgba(0,0,0,0.15); color: #fff; }
.search-expand { display: none; background: #26272b; position: absolute; top: 0; right: 0; width: 340px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
box-shadow: 0 1px 0 rgba(255,255,255,0.1); }
.search-expand-inner { background: rgba(0,0,0,0.15); padding: 15px; }
.search-expand .cp-form input { width: 100%; border: 2px solid #e2e2e2; border-radius: 0; }
.search-expand .cp-form input:focus {  }

/*  header : nav topbar
/* ------------------------------------ */
#nav-topbar.nav-container { background: #171717;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15);
box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15); }
#nav-topbar .nav-toggle { background: transparent; color: #fff;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.06);
box-shadow: inset 1px 0 0 rgba(255,255,255,0.06); }
#nav-topbar .nav-text { color: #fff; color: rgba(255,255,255,0.7); }

@media only screen and (min-width: 1025px) {
	/* fixed nav */
	.full-width.topbar-enabled #header { padding-top: 50px; }
	.full-width #nav-topbar.nav-container { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; }
	.full-width.admin-bar #nav-topbar.nav-container { top: 32px; }
}

@media only screen and (min-width: 720px) {

	/* common */
	#nav-topbar .nav {  }
	#nav-topbar .nav li a { color: #fff; color: rgba(255,255,255,0.7); }	
	/* level 1 */
	#nav-topbar .nav > li { border-right: none; }
	#nav-topbar .nav > li > a:hover, 
	#nav-topbar .nav > li:hover > a { background-color: rgba(0,0,0,0.1); }
	#nav-topbar .nav li > a:hover, 
	#nav-topbar .nav li:hover > a, 
	#nav-topbar .nav li.current_page_item > a, 
	#nav-topbar .nav li.current-menu-item > a,
	#nav-topbar .nav li.current-menu-ancestor > a,
	#nav-topbar .nav li.current-post-parent > a { color: #fff; }
	/* level 2 & 3 */
	#nav-topbar .nav ul { background: #26272b url(img/opacity-10.png) repeat; }
	#nav-topbar .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
	#nav-topbar .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }
	
}
@media only screen and (max-width: 719px) {
	
	/* common */
	#nav-topbar .nav li a { color: #fff; color: rgba(255,255,255,0.8); border-top: 1px solid rgba(255,255,255,0.06); }	
	/* level 1 */
	#nav-topbar .nav li > a:hover { background: rgba(0,0,0,0.15); color: #fff; }
	#nav-topbar .nav li.current_page_item > a, 
	#nav-topbar .nav li.current-menu-item > a,
	#nav-topbar .nav li.current-post-parent > a { background: rgba(0,0,0,0.15); color: #fff; }
	
}

/*  header : nav header
/* ------------------------------------ */
#nav-header.nav-container { background: #222;/* border-bottom: 5px solid #3498db;*/ z-index: 97;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 -1px 0 rgba(0,0,0,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 -1px 0 rgba(0,0,0,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2); }
#nav-header .container { padding: 0 15px; }
#nav-header .nav-toggle { background: transparent; color: #fff;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2);
box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2); }
#nav-header .nav-text { color: #fff; color: rgba(255,255,255,0.7); }

@media only screen and (min-width: 720px) {

	/* common */
	#nav-header .nav {  }
	#nav-header .nav li a { color: #fff; color: rgba(255,255,255,0.7); }	
	/* level 1 */
	#nav-header .nav > li { border-right: none; }
	#nav-header .nav > li > a:hover, 
	#nav-header .nav > li:hover > a { background: rgba(0,0,0,0.1); }
	#nav-header .nav li > a:hover, 
	#nav-header .nav li:hover > a, 
	#nav-header .nav li.current_page_item > a, 
	#nav-header .nav li.current-menu-item > a,
	#nav-header .nav li.current-menu-ancestor > a,
	#nav-header .nav li.current-post-parent > a { color: #fff; }
	/* level 2 & 3 */
	#nav-header .nav ul { background: #222 url(img/opacity-10.png) repeat; }
	#nav-header .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
	#nav-header .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }
	
}
@media only screen and (max-width: 719px) {
	
	/* common */
	#nav-header.nav-container  { border-left: 0; border-right: 0; }
	#nav-header .container { padding: 0; }
	#nav-header .nav { padding-bottom: 20px; }
	#nav-header .nav li a { color: #fff; color: rgba(255,255,255,0.8); border-top: 1px solid rgba(255,255,255,0.06); }	
	/* level 1 */
	#nav-header .nav li > a:hover { background: rgba(0,0,0,0.15); color: #fff; }
	#nav-header .nav li.current_page_item > a, 
	#nav-header .nav li.current-menu-item > a,
	#nav-header .nav li.current-post-parent > a { background: rgba(0,0,0,0.15); color: #fff; }
	
}

/* ------------------------------------------------------------------------- *
 *  Section: Page
/* ------------------------------------------------------------------------- */
#page { padding-bottom: 60px; margin-top: 40px; }
.boxed #page { margin-top: 0; }
#page .container-inner { }


/* ------------------------------------------------------------------------- *
 *  Section: Footer
/* ------------------------------------------------------------------------- */
#footer { background: #222; color: #eee; width: 100%; }
#footer a { color: #777; }
#footer a:hover { color: #ccc; }
#footer .pad { padding-bottom: 30px; }

#footer-widgets{ padding-top: 20px; }

#footer-bottom { background: #151515; }
#footer-bottom .pad { padding-top: 30px; }
#footer-bottom a { color: #fff; color: rgba(255,255,255,0.7); }
#footer-bottom a:hover { color: #fff; }
#footer-bottom #footer-logo { display: block; float: left; margin: 0 20px 20px 0; max-height: 50px; -webkit-border-radius: 0; border-radius: 0; }
#footer-bottom #copyright,
#footer-bottom #credit { color: #fff; color: rgba(255,255,255,0.5); font-size: 0.813em; line-height: 1.5em; }
#footer-bottom #back-to-top { background: #222; color: #fff; overflow: hidden; text-align: center; width: 60px; height: 30px; display: block; margin: 0 auto; margin: -30px auto 0; 
-webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }
#footer-bottom #back-to-top i { font-size: 2.375em; position: relative; top: -5px; }
#footer-bottom #back-to-top:hover { color: #ddd; }

/*  footer : nav
/* ------------------------------------ */
#nav-footer.nav-container { background: #222; border-top: 1px solid #2c2c2c; }
#nav-footer .nav-toggle { background: transparent; color: #fff; border-left: 1px solid #2c2c2c; }

@media only screen and (min-width: 720px) {

	/* common */
	#nav-footer .nav { text-align: center; }
	#nav-footer .nav li a { color: #fff; }	
	/* level 1 */
	#nav-footer .nav > li > a { padding: 12px 18px; }
	#nav-footer .nav > li { border-right: 0; }
	#nav-footer .nav > li:first-child { border-left: 0; }
	#nav-footer .nav > li > a:hover, 
	#nav-footer .nav > li:hover > a { background: #151515; }
	#nav-footer .nav li > a:hover, 
	#nav-footer .nav li:hover > a, 
	#nav-footer .nav li.current_page_item > a, 
	#nav-footer .nav li.current-menu-item > a,
	#nav-footer .nav li.current-menu-ancestor > a,
	#nav-footer .nav li.current-post-parent > a { color: #fff; }
	/* level 2 & 3 */
	#nav-footer .nav ul { background: #f0f0f0; bottom: 44px; top: auto; text-align: left;
	-webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.05);
	box-shadow: 0 -2px 2px rgba(0,0,0,0.05); }
	#nav-footer .nav ul li { border-bottom: 1px solid #e4e4e4; }
	#nav-footer .nav ul ul { top: -10px; }	
	/* level 3 */
	#nav-footer .nav ul ul { position: absolute; top: auto; bottom: -10px; }
	
}
@media only screen and (max-width: 719px) {
	
	/* common */
	#nav-footer .nav li a { color: #fff; color: rgba(255,255,255,0.9); border-top: 1px solid #2c2c2c; }	
	/* level 1 */
	#nav-footer .nav li > a:hover { background: #151515; color: #fff; }
	#nav-footer .nav li.current_page_item > a, 
	#nav-footer .nav li.current-menu-item > a,
	#nav-footer .nav li.current-post-parent > a { background: #151515; color: #fff; }
	
}


/* ------------------------------------------------------------------------- *
 *  Post Entry
/* ------------------------------------------------------------------------- */
.content .post,
.content .page { position: relative; }

.blog .post,
.single .post,
.player .post,
.match .post,
.staff .post,
.archive .post,
.search .post,
.search .page { margin-bottom: 40px; }

.sticky {}

/*  post : search
/* ------------------------------------ */
.search .page.type-page .post-thumbnail,
.search .page.type-page .post-meta { display: none; }

/*  post : featured
/* ------------------------------------ */
#flexslider-featured .flex-control-nav { right: 30px; }

.featured { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
.featured .post { margin-bottom: 0; }
.featured .post-title { font-size: 2em; letter-spacing: -0.7px; line-height: 1.4em; }

.featured.flexslider { position: relative; margin: 0 0 5px; }
.featured.flexslider .post-thumbnail { margin: 0; }
.featured.flexslider a { color: #fff; }
.featured.flexslider .post-title-group { position: absolute; bottom: 0; background: rgba(0,0,0,0.7); color: #fff; margin: 0; padding: 20px 30px; width: 100%; }
.featured.flexslider .post-title { font-size: 1.5em; color: #fff; margin: 0; }
#flexslider-featured .post-hover:hover a { color: #fff !important; }

/*  post : custom loop
/* ------------------------------------ */
.post-list { margin-right: -30px; }
.post-list .post-row { margin-left: -30px; padding-left: 30px; float: left; width: 100%; border-bottom: 1px solid #eee; margin-bottom: 30px; position: relative; }
.post-list .post-row:last-child { border: none; margin-bottom: 0; }
.post-list .post,
.post-list .page { width: 50%; float: left; }
.post-list .post-inner { margin-right: 30px; }
.post-hover:hover .post-thumbnail { opacity: 0.75; }
.post-hover:hover .post-title a { color: #3498db; }
.post-hover:hover .thumb-icon { background: #fff; color: #111; }

.post-thumbnail { width: 100%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.post-thumbnail { position: relative; margin-bottom: 1em; }
.post-thumbnail img { display: block; width: 100%; height: auto; }

.post-comments { background: #ff4444; font-size: 0.875em; line-height: 24px; color: #fff; display: block; position: absolute; top: 10px; right: 0;
-webkit-box-shadow: inset -1px 0 1px rgba(0,0,0,0.2); 
box-shadow: inset -1px 0 1px rgba(0,0,0,0.2); }
.post-comments > span { display: block; position: relative; padding: 4px 9px; }
.post-comments i { margin-right: 3px; }
.post-comments:hover { color: #fff!important; padding-right: 4px; }

.post-meta { text-transform: uppercase; font-size: 0.875em; font-weight: 400; color: #bbb; margin-bottom: 0.3em; }
.post-meta .post-category { float: left; margin-right: 6px; }
.post-meta .post-date { float: left; }

.post-title { color: #222; font-weight: normal; margin-bottom: 10px; font-size: 1.375em; font-weight: 400; line-height: 1.5em; -ms-word-wrap: break-word; word-wrap: break-word; }
.post-title strong { font-weight: 600; }
.post-title i { font-style: italic; }
.post-title a { color: #222; }
.post-title a:hover { color: #3498db; }

.entry.excerpt { font-size: 0.938em; color: #444; }
.entry.excerpt p { margin-bottom: 0; }


/* ------------------------------------------------------------------------- *
 *  Single
/* ------------------------------------------------------------------------- */
.single .post-title { font-size: 2.375em; letter-spacing: -1px; line-height: 1.3em; }
.single .post-inner .post-thumbnail { margin-bottom: 2em; }
.post-byline { font-size: 0.75em; font-weight: 400; color: #aaa; text-transform: uppercase; margin-bottom: 1em; }

/*  single : sharrre
/* ------------------------------------ */
.sharrre-container { float: left; width: 100%; margin-top: 30px; }
.sharrre-container span { color: #aaa; display: block; text-transform: uppercase; font-size: 0.75em; }
.sharrre { display: inline-block;margin-right: 10px; width: 130px; }
.sharrre .box { display: block; padding: 8px 10px; }
.sharrre .count { background: #fff; float: right; font-size: 0.875em; font-weight: 600; line-height: 18px; padding: 0 4px; margin-top: 2px; text-align: center; -webkit-border-radius: 2px; border-radius: 2px; }
.sharrre .share { color: #fff; display: inline-block; font-size: 0.875em; font-weight: 400; line-height: 20px;  -webkit-transition: all .3s ease; transition: all .3s ease;}
.sharrre#twitter .box { background-color: #00acee; }
.sharrre#facebook .box { background-color: #3b5999; }
.sharrre#googleplus .box { background-color: #cd483c; }
.sharrre#twitter .box:hover { background-color: #0092cc; }
.sharrre#facebook .box:hover { background-color: #334d84; }
.sharrre#googleplus .box:hover { background-color: #b2392e; }
.sharrre#twitter .count { color: #00acee; }
.sharrre#facebook .count { color: #3b5999; }
.sharrre#googleplus .count { color: #cd483c; }

/*  single : post pages
/* ------------------------------------ */
.post-pages { font-weight: 600; margin-bottom: 20px; }

/*  single : tags
/* ------------------------------------ */
.post-tags { margin-bottom: 40px; }
.post-tags span { font-size: 0.875em; color: #999; display: inline-block; margin: 0 7px 0 0; }
.post-tags a { background: #f2f2f2; display: inline-block; line-height: 16px; white-space: nowrap; font-size: 0.75em; color: #999; padding: 3px 7px; margin: 0 5px 2px 0;
-webkit-border-radius: 2px; border-radius: 2px; }
.post-tags a:hover { background-color: #3498db; color: #fff; }

/*  single : author bio
/* ------------------------------------ */
.author-bio { border: 2px solid #eee; position: relative; padding: 15px 15px 10px 95px; color: #666; margin-bottom: 40px; }
.author-bio:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #eee; position: absolute; top: -8px; left: 13px; }
.author-bio:after { content:''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; position: absolute; top: -5px; left: 15px; }
.author-bio .bio-avatar { float: left; margin: 0 0 8px -80px; width: 64px; height: auto; position: relative; }
.author-bio .bio-avatar:after { background: #3498db; position: absolute; right: 0; bottom: 0; padding: 4px 4px; content: "\f040"; color: #fff; font-size: 0.75em; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; -webkit-border-radius: 3px; border-radius: 3px; }
.author-bio .bio-avatar img { display: block; width: 100%; height: auto; -webkit-border-radius: 3px; border-radius: 3px; }
.author-bio p { margin-bottom: 8px; }
.author-bio .bio-name { color: #444; font-weight: 600; margin-bottom: 4px; }
.author-bio .bio-desc { color: #888; font-size: 0.938em; line-height: 1.5em; }

/*  single : related posts
/* ------------------------------------ */
.related-posts { border-bottom: 2px solid #eee; margin-bottom: 40px; }
.related-posts li { width: 33.3%; float: left; display: inline; }
.related-posts .post { border-right: 1px solid transparent; margin-bottom: 0; padding-bottom: 10px; }
.related-posts li:nth-child(4) article { display: none; }
.related-posts li:nth-child(3) article { border-right-color: transparent; }
.related-posts .related-inner { padding: 0 20px 0 0; }
.single .related-posts .post-title { margin-bottom: 10px; font-size: 1.063em; font-weight: 300; line-height: 1.5em; letter-spacing: 0; display: block; }

/*  single : post-nav
/* ------------------------------------ */
.post-nav { border-top: 1px solid #eee; margin-bottom: 40px; }
.post-nav li a { position: relative; display: block; padding: 16px 40px 16px; }
.post-nav li i { color: #ccc; font-size: 1.125em; position: absolute; top: 50%; margin-top: -6px; }
.post-nav li a strong { display: block; font-size: 0.75em; color: #aaa; letter-spacing: 0.5px; font-weight: normal; text-transform: uppercase; }
.post-nav li a span { font-size: 0.938em; color: #666; }
.post-nav li a:hover span { color: #444; }
.post-nav li a:hover i { color: #3498db; }
.post-nav li.next { float: right; text-align: right; }
.post-nav li.next a { padding-left: 14px; }
.post-nav li.previous { float: left; }
.post-nav li.previous a { padding-right: 14px; }
.post-nav li.previous i { left: 0; }
.post-nav li.next i { right: 0; }
.post-nav li a span,
.post-nav li a i { 
-webkit-transition-property: background color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease-out;
-moz-transition-property: background color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease-out;
-o-transition-property: background color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease-out; 
transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease-out; }


/* ------------------------------------------------------------------------- *
 *  Players
/* ------------------------------------------------------------------------- */

/*  players : player profile
/* ------------------------------------ */
.page-title h2 { float: left; }
.cp-player-select { float: right; }

/*  players : player title
/* ------------------------------------ */
.cp-player-title { background-color: #fdfdfd !important; border-bottom: 1px solid #eee; margin: -30px -30px 30px; padding: 19px 30px; }
.cp-player-title h1 { font-size: 2.375em; font-weight: 400; letter-spacing: -1px; line-height: 1.3em; text-shadow: -1px -1px 0 #fdfdfd, 1px -1px 0 #fdfdfd, -1px 1px 0 #fdfdfd, 1px 1px 0 #fdfdfd; }
.cp-player-title-meta { font-size: 1.25em; }
.cp-player-number { margin-right: 10px; }
.cp-profile-flag { border: 2px solid #eee; height: 18px; margin-left: 13px; margin-bottom: -4px; }

/*  players : player image/meta
/* ------------------------------------ */
.cp-profile-image { float: left; margin-bottom: 30px; width: 33.333% }
.cp-profile-meta { float: right; margin-bottom: 30px; width: 58.333%; }

/*  players : related players
/* ------------------------------------ */
.cp-related-players { margin-bottom: 40px; }
.cp-related-players .post-title { border-bottom: 1px solid #eee; padding-bottom: 10px; font-size: 1.063em; font-weight: 300; line-height: 1.5em; letter-spacing: 0; display: block; }
.cp-related-players .post-title span { color: #aaa; font-size: 0.875em; margin-right: 4px; }
.cp-related-players li.grid:nth-child(4n) { margin-right: 0; }


/* ------------------------------------------------------------------------- *
 *  Matches
/* ------------------------------------------------------------------------- */

/*  match : match centre
/* ------------------------------------ */
.cp-match-centre {  border-bottom: 1px solid #eee; margin: 0; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
box-shadow: 0 1px 1px rgba(0,0,0,0.1); overflow: hidden; }
.cp-match-centre h2 { float: left; }
.cp-match-comp { color: #aaa; float: right; text-transform: uppercase; }

/*  match : match title
/* ------------------------------------ */
.cp-match-title { background-color: #fdfdfd !important; border-bottom: 1px solid #eee; margin: 0 -30px; padding: 16px 60px 17px; min-height: 80px; position: relative; }
.cp-match-title-meta { font-size: 1.25em; }
.cp-match-date { color: #666; margin-bottom: 8px; }
.cp-match-home-club,
.cp-match-away-club { color: #333; float: left; font-size: 2.375em; font-weight: 400; letter-spacing: -1px; line-height: 1.3em; position: relative; width: 50%; }
.cp-match-home-club { text-align: right; }
.cp-match-away-club { float: right; }
.cp-home-club-badge { float: left; }
.cp-away-club-badge { float: right; }
.cp-home-club-badge img,
.cp-away-club-badge img { max-width: 110px; }
.cp-match-home-club span,
.cp-match-away-club span { display: inline-block; margin-top: 3px; text-shadow: -1px -1px 0 #fdfdfd, 1px -1px 0 #fdfdfd, -1px 1px 0 #fdfdfd, 1px 1px 0 #fdfdfd; }
.cp-match-home-club span { padding-right: 90px; }
.cp-match-away-club span { padding-left: 90px; }
.cp-match-title-meta { color: #aaa; display: block; font-size: 0.421em; margin-top: -1em; margin-right: 2px; padding: 0 90px; }
.cp-home-score,
.cp-away-score { background-color: #3498db; color: #fff; float: right; font-size: 1.263em; font-weight: 600; height: 61px; line-height: 1; margin-right: 2px; min-width: 66px; padding-top: 5px; position: absolute; text-align: center; top: 0; }
.cp-home-score { right: 0; }
.cp-away-score { margin-left: 2px; left: 0; }
.cp-match-overtime { background-color: #ff4444; border: 1px solid #fdfdfd; color: #fff; font-size: 0.875em; font-weight: 600; height: 20px; width: 30px; top: 81px; left: 50%; line-height: 1.4; position: absolute; text-align: center; margin-left: -15px; margin-top: -10px; -webkit-border-radius: 2px; border-radius: 2px; }
.cp-match-shootout { float: left; text-align: center; width: 100%; margin-top: -10px; }

/*  match : match meta
/* ------------------------------------ */
.cp-match-meta { background: #fff; border-bottom: 1px solid #eee; color: #aaa; margin: 0; padding: 17px 30px; }
.cp-match-venue { font-weight: 600; margin-right: 8px; text-transform: uppercase; }
.cp-match-referee { float: right; }
.cp-match-venue-address { margin: 40px 0; }
.cp-match-report { margin-bottom: 40px; }
.cp-match-venue-info .wpcm_map_canvas { max-width: 100%; }

/*  match : stats table
/* ------------------------------------ */
table.cp-match-stats-table thead tr th.names { text-align: left; }
table.cp-match-stats-table th.name { min-width: 130px; }
table.cp-match-stats-table th.name span.mvp { color: #d4af37; font-size: 1.375em; line-height: 1; margin-left: 16px; margin-top: 2px; }

/* ------------------------------------------------------------------------- *
 *  Clubs
/* ------------------------------------------------------------------------- */

/*  clubs : club profile
/* ------------------------------------ */
.cp-club-details h1 img { margin-right: 15px; vertical-align: middle; }
.wpcm-club-map { margin-bottom: 1.5em; }
.wpcm-club-details table th { min-width: 100px; }


/* ------------------------------------------------------------------------- *
 *  Post Formats
/* ------------------------------------------------------------------------- */

/*  post format : common
/* ------------------------------------ */
.post-format { position: relative; margin-bottom: 2em; }
.post-format p { margin-bottom: 1em; }
.post-format .format-container { background: #f9f9f9; padding-bottom: 10px; border-bottom: 3px solid #3498db; }
.post-format .format-container .fa,
.post-format .format-container .fa { color: #ccc; font-size: 2.25em; float: right; margin: 0 0 20px 20px; }

/*  post format : image
/* ------------------------------------ */
.format-image { }

/*  post format : video
/* ------------------------------------ */
.format-video { }

/*  post format : quote
/* ------------------------------------ */
.format-quote .post-format {  }
.format-quote .post-format blockquote { font-size: 1.375em; font-weight: 400; line-height: 1.4em; font-style: italic; }
.format-quote .post-format .quote-author { font-style: italic; }

/*  post format : link
/* ------------------------------------ */
.format-link .post-format p { font-size: 1.375em; font-weight: 400; line-height: 1.4em; font-style: italic; }

/*  post format : chat
/* ------------------------------------ */
.format-chat .post-format p { font-style: italic; }

/*  post format : status
/* ------------------------------------ */
.format-status .post-title { display: none; }
.single .format-status .entry { font-size: 1.5em; line-height: 1.4em; }

/*  post format : aside
/* ------------------------------------ */
.format-aside .post-title { display: none; }

/*  post format : gallery
/* ------------------------------------ */
.format-gallery .post-format .flexslider { overflow: visible; padding-bottom: 30px; margin-bottom: -20px; }
.format-gallery .post-format .flexslider .slides { overflow: hidden; position: relative; }
.format-gallery .post-format .flexslider .slides img { max-height: 405px; width: auto; max-width: 100%; }
.format-gallery .post-format .flexslider .flex-control-nav { bottom: 1px; }  
.format-gallery .post-format .flex-direction-nav a:before { color: #fff; }

/* ------------------------------------------------------------------------- *
 *  Flexslider
/* ------------------------------------------------------------------------- */

/*  flexslider : resets
/* ------------------------------------ */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; } 

/*  flexslider : necessary styles
/* ------------------------------------ */
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; height: auto; display: block; margin: 0 auto; }
.flex-pauseplay span { text-transform: capitalize; }
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
html { -webkit-font-smoothing: antialiased; /* safari font rendering issue fix */ }
html[xmlns] .slides { display: block; } 
* html .slides { height: 1%;}
.no-js .slides > li:first-child { display: block; }

/*  flexslider : default theme
/* ------------------------------------ */
.flexslider { margin: 0 0 40px; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }
.carousel li { margin-right: 5px; }

/* direction nav */
.flex-direction-nav { *height: 0; position: absolute; top: 10px; right: 10px; z-index: 2; }
.flex-direction-nav li { float: left; margin-left: 4px; }
.flex-direction-nav li:first-child { float: left; }
.flex-direction-nav li:last-child { float: right; }
.flex-direction-nav a { background: rgba(0,0,0,0.9); opacity: 0.6; position: relative; width: 40px; height: 40px; margin: 0 0 0; display: block; cursor: pointer; text-indent: -999px; overflow: hidden; 
-webkit-transition: all .3s ease; transition: all .3s ease; }
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev { opacity: 0.8; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default; }

/* direction nav arrows */
.flex-direction-nav a:before { font-family: FontAwesome; font-size: 1.25em; line-height: 24px; position: absolute; text-align: center; left: 0; right: 0; top: 9px; text-indent: 0; }
.flex-direction-nav .flex-next:before { content:"\f054"; }
.flex-direction-nav .flex-prev:before { content: "\f053"; }

/* control nav */
.flex-control-nav { position: absolute; bottom: -25px; top: auto; text-align: center; }
.flex-control-nav li { margin: 0; padding: 0; margin-right: 3px; float: left; display: inline-block; zoom: 1; *display: inline; }
.flex-control-nav li a { background: #ddd; cursor: pointer; display: block; width: 14px; height: 14px; text-indent: -999px; overflow: hidden;
-webkit-border-radius: 0; border-radius: 0;
-webkit-box-shadow: none; box-shadow: none; }
.flex-control-nav li a:hover { background: #ccc; }
.flex-control-nav li a.flex-active { background: #3498db;  cursor: default; }
.s2 .flex-control-nav li a.flex-active { background: #ff4444; }
#footer .flex-control-nav li a.flex-active { background: #fff; }
.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: .7; right: 0; }
  .flex-direction-nav .flex-next { opacity: .7; right: 0; }
}


/* ------------------------------------------------------------------------- *
 *  Widgets
/* ------------------------------------------------------------------------- */
.widget { color: #555; font-size: 0.938em; overflow: hidden; padding: 0 10px; margin-bottom: 30px; }
.widget a { color: #555; }
.widget a:hover { color: #222; }
.widget > h3 { background: #3498db; color: #fff; font-size: 0.938em; font-weight: 400; text-transform: uppercase; margin: 0 -10px 20px; padding: 18px 20px; }
.s2 .widget > h3 { background: #ff4444; }
.widget > h3 a,
.widget > h3 a:hover { color: #fff; }
.widget > h3 a img { display: none; float: left; margin: 3px 7px 0 0; }
.widget select { border: 1px solid #ddd; color: #555; font-size: 0.938em; padding: 7px; width: 100%; max-width: 100%; }
#footer .widget select { border-color: #eee; }
/*.widget-content { padding: 20px 10px; }*/

.sidebar .widget { padding: 0 20px; }
.sidebar .widget > h3 { margin: 0 -20px 20px; }
/*.sidebar .widget-content { padding: 20px; }*/
#footer .widget { color: #fff; color: rgba(255,255,255,0.7); padding: 0; }
#footer .widget a { color: #fff; }
#footer .widget a:hover { color: #fff; color: rgba(255,255,255,0.7); }
#footer .widget > h3 { background: transparent; margin: 0 0 20px; padding: 0; }

/*  widgets : icons
/* ------------------------------------ */
.widget > ul li:before,
.widget > ul li a:before,
.widget > div > ul li a:before,
.widget_calendar caption:before { font-family: FontAwesome; font-size: 0.75em; margin-right: 6px; color: #ccc; display: inline-block!important; width: 1em; text-align: center; }
.widget > ul li a:hover:before { color: #999; }

.widget_archive > ul > li a:before { content: "\f073"; } 
.widget_categories > ul > li a:before { content: "\f07c"; }
.widget_links > ul > li a:before { content: "\f08e"; }
.widget_recent_comments > ul > li:before { content: "\f075"; }
.widget_recent_entries > ul > li a:before { content: "\f017"; }
.widget_calendar caption:before { content: "\f073"; }
.widget_meta > ul > li a:before,
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before { content: "\f0da"; }

/*  widgets : common
/* ------------------------------------ */
.widget_search > h3,
.widget_text > h3,
.widget_tag_cloud > h3,
.widget_calendar > h3 { margin-bottom: 1em; }

.widget_archive ul li, 
.widget_categories ul li, 
.widget_links ul li, 
.widget_meta ul li, 
.widget_recent_comments ul li, 
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.cp-tab li,
.cp-posts li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }

#footer .widget_archive ul li, 
#footer .widget_categories ul li, 
#footer .widget_links ul li, 
#footer .widget_meta ul li, 
#footer .widget_recent_comments ul li, 
#footer .widget_recent_entries ul li,
#footer .widget_rss ul li,
#footer .widget_pages ul li a,
#footer .widget_nav_menu ul li a,
#footer .cp-tab li,
#footer .cp-posts li,
#footer .widget_calendar th, 
#footer .widget_calendar td { border-color: rgba(0,0,0,0.2); box-shadow: 0 1px 0 #2c2c2c; }

#footer .widget_archive ul li:last-child, 
#footer .widget_categories ul li:last-child, 
#footer .widget_links ul li:last-child, 
#footer .widget_meta ul li:last-child, 
#footer .widget_recent_comments ul li:last-child, 
#footer .widget_recent_entries ul li:last-child,
#footer .widget_rss ul li:last-child,
#footer .widget_pages ul li:last-child a,
#footer .widget_nav_menu ul li:last-child a,
#footer .cp-tab li:last-child,
#footer .cp-posts li:last-child { border: 0; box-shadow: 0 1px 0 #2c2c2c; }

.widget_archive ul li:first-child, 
.widget_categories ul li:first-child, 
.widget_links ul li:first-child, 
.widget_meta ul li:first-child, 
.widget_recent_comments ul li:first-child, 
.widget_recent_entries ul li:first-child,
.widget_rss ul li:first-child,
.widget_pages ul li:first-child a,
.widget_nav_menu ul li:first-child a,
#footer .widget_pages ul li:first-child a,
#footer .widget_nav_menu ul li:first-child a,
.cp-tab li:first-child,
.cp-posts li:first-child { padding-top: 0; }

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li { color: #bbb; }

.widget_recent_comments ul li,
.widget_recent_entries ul li { color: #999; }
.widget_recent_entries .post-date { display: block; }

/*  widget : pages / custom menu
/* ------------------------------------ */
.widget_pages ul li a,
.widget_nav_menu ul li a { display: block; }
.widget_pages li li a,
.widget_nav_menu li li a { padding-left: 15px; }
.widget_pages li li li a,
.widget_nav_menu li li li a { padding-left: 30px; }
.widget_pages ul ul, 
.widget_pages ul ul ul,
.widget_nav_menu ul ul, 
.widget_nav_menu  ul ul ul { border: 0; }

/*  widget : rss
/* ------------------------------------ */
.widget_rss ul li a { display: block; }
.widget_rss ul li span.rss-date { color: #444; font-weight: 600; display: block; text-transform: uppercase; font-size: 0.75em; }
.widget_rss ul li cite { color: #999; }

.s1 .widget_rss ul li a { color: #3498db; }
.s2 .widget_rss ul li a { color: #ff4444; }

/*  widget : search
/* ------------------------------------ */
.widget_search input.search { color: #999; padding-left: 26px; width: 100%; }
.widget_search .screen-reader-text,
.widget_search #searchsubmit { display: none; }

/*  widget : text
/* ------------------------------------ */
.widget_text .textwidget p { margin-bottom: 1em; }

/*  widget : calendar
/* ------------------------------------ */
.widget_calendar a { font-weight: 600; }
.widget_calendar a:hover { color: #444!important; }
.widget_calendar #wp-calendar { width: 100%; }
.widget_calendar caption { color: #fff; padding: 5px 10px; }
.widget_calendar caption:before { color: #fff; color: rgba(255,255,255,0.7); font-size: 0.938em; }
.widget_calendar thead { -webkit-box-shadow: 0 1px 0 #eee; box-shadow: inset 0 -1px 0 #eee; }
.widget_calendar th { font-weight: 600; }
.widget_calendar th, 
.widget_calendar td { padding: 3px 0; text-align: center; border: 1px solid #eee; }
.widget_calendar .pad { padding: 0!important; }

.s1 .widget_calendar a { color: #3498db; }
.s1 .widget_calendar caption{ background-color: #3498db; }
.s2 .widget_calendar a { color: #ff4444; }
.s2 .widget_calendar caption { background-color: #ff4444; }

#footer .widget_calendar caption { background: transparent; }

/*  widget : cp matches (results & fixtures)
/* ------------------------------------ */
.wpcm-matches-widget ul { float: left; width: 100%; }
.wpcm-matches-widget .post-date { float: right; }
.wpcm-matches-widget .post-category { margin-right: 0; }
/*.wpcm-matches-widget .post-category { margin-top: 5px; }*/
.wpcm-matches-widget li { border-bottom: 1px solid #eee; clear: both; float: left; margin-bottom: 15px; padding-bottom: 20px; width: 100%; }
#footer .wpcm-matches-widget li { border-bottom: 1px solid rgba(255,255,255,0.1); }
.cp-club { clear: both; float: left; width: 100%; }
.cp-club-home { margin: 8px 0 10px; }
.cp-fixture-badge { float: left; height: 38px; margin: -2px 10px 0 0; width: 38px; text-align: center; }
.cp-club h4 { padding: 6px 0 0; text-transform: uppercase; }
#footer .cp-club h4 { color: #bbb; }
.cp-score { background-color: #3498db; color: #fff; float: right; font-size: 1.125em; height: 27px; margin-top: -2px; padding-top: 3px; text-align: center; min-width: 30px; }
.s2 .cp-score { background-color: #ff4444; }
#footer .cp-score { background: #fff; color: #444; }
.cp-blank-score { background: rgba(0,0,0,0.1); float: right; height: 30px; width: 30px; }

a.wpcm-view-link { float: right; font-size: 0.875em; margin: 0 0 20px; }
a.wpcm-view-link:before { content: "\f0a9"; font-family: FontAwesome; margin-right: 4px; display: inline-block!important; width: 1em; text-align: center; }

/*  widget : cp players
/* ------------------------------------ */
.cp-players-widget .post-comments { background-color: #3498db; font-size: 1.25em; line-height: 1; color: #fff; display: block; position: absolute; top: 10px; right: 0; font-weight: 600;
-webkit-box-shadow: inset -1px 0 1px rgba(0,0,0,0.2); 
box-shadow: inset -1px 0 1px rgba(0,0,0,0.2); }
.s2 .cp-players-widget .post-comments { background-color: #ff4444; }
.cp-players-widget .post-comments > span { display: block; position: relative; padding: 7px 12px; }
.cp-players-widget .post-comments i { margin-right: 3px; }
.cp-players-widget .post-comments:hover { color: #fff!important; padding-right: 4px; }
.cp-players-widget .post-title { margin: 10px 0; font-size: 1.063em; font-weight: 300; line-height: 1.5em; letter-spacing: 0; display: block; }
.featured-players,
.featured-players.flexslider { border-bottom: 1px solid #eee; }
#footer .featured-players.flexslider { border-bottom: 1px solid rgba(255,255,255,0.1); }

/*  custom widget : cp posts
/* ------------------------------------ */
.sidebar .cp-posts { margin: 0 0 10px; }
.cp-posts li { font-weight: 400; line-height: 1.4em; overflow: hidden; }
.cp-posts a { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
.cp-posts img { display: block; width: 100%; height: auto; }
.cp-posts .post-item-thumbnail { position: relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.cp-posts .post-item-category { color: #aaa; text-transform: uppercase; font-size: 0.813em; }
.cp-posts .post-item-title a { color: #444; }
.cp-posts .post-item-category a:hover { color: #444!important; }
#footer .cp-posts .post-item-category { color: #fff; text-transform: uppercase; font-size: 0.813em; }
#footer .cp-posts .post-item-title a { color: #fff; }
#footer .cp-posts .post-item-category a:hover { color: #fff!important; }
.cp-posts .post-item-title { margin: 2px 0; -ms-word-wrap: break-word; word-wrap: break-word; }
.cp-posts .post-item-date  { text-transform: uppercase; color: #aaa; font-size: 0.813em; }
.cp-posts li:hover .post-item-thumbnail { opacity: 0.75; }
.cp-posts li:hover .thumb-icon { background: #fff; color: #111; }
.s1 .cp-posts .post-item-category a,
.s1 .cp-posts li:hover .post-item-title a  { color: #3498db; }
#footer .cp-posts .post-item-category a,
#footer .cp-posts li:hover .post-item-title a { color: #fff; color: rgba(255,255,255,0.7); }
.s2 .cp-posts .post-item-category a,
.s2 .cp-posts li:hover .post-item-title a { color: #ff4444; }

.cp-posts .post-item-thumbnail { margin-bottom: 10px; }
.cp-posts .post-item-title { font-size: 1em; line-height: 1.5em; }

.s1 .cp-posts .post-item-title,
#footer .cp-posts .post-item-title { font-size: 1.125em; line-height: 1.4em; font-weight: 300; }
.s1 .cp-posts .post-item-category,
.s1 .cp-posts .post-item-date,
#footer .cp-posts .post-item-category,
#footer .cp-posts .post-item-date { font-size: 0.875em; }

/*  widget : birthdays
/* ------------------------------------ */
.wpcm-birthdays-widget li { float: left; margin-bottom: 1.5em; width: 100%; }
.wpcm-birthdays-widget li h3.happy-birthday { margin: 0; padding: 0; }
.wpcm-birthdays-widget li .birthday-post { width: 100%; }
.wpcm-birthdays-widget li .birthday-post,
.wpcm-birthdays-widget li .birthday-meta { overflow: hidden; _overflow: visible; zoom: 1; }
.wpcm-birthdays-widget li .birthday-post .birthday-image { float: left; margin: 3px 10px 0 0; }
.wpcm-birthdays-widget li .birthday-post .birthday-image img{  display: block; width: 30px; }
.wpcm-birthdays-widget li .birthday-meta h4 { margin: 0; padding: 0; width: 100%; }
.wpcm-birthdays-widget li .birthday-meta h4 span { float: right; }
.widget-area .widget p.birthdate,
.wpcm-birthdays-widget p.birthdate {float: left; font-size: .913em; margin: 0; padding: 0; }


/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
#comments { margin-top: 20px; }
#pinglist-container { display: none; }

.comment-tabs { border-bottom: 2px solid #eee; margin-bottom: 20px; }
.comment-tabs li { float: left; margin-bottom: -2px; }
.comment-tabs li a { font-weight: 600; padding: 0 10px 10px; display: block; color: #aaa; border-bottom: 2px solid #eee; }
.comment-tabs li a:hover { color: #444; border-color: #ccc; }
.comment-tabs li span { background-color: #eee; padding: 0 6px; margin-left: 8px; -webkit-border-radius: 4px; border-radius: 4px; }
.comment-tabs li i { margin-right: 6px; }
.comment-tabs li.active a { color: #3498db; border-bottom-color: #3498db; }

.commentlist, .pinglist { margin-bottom: 20px; }
.commentlist li, .pinglist li { padding-left: 60px; font-size: 0.938em; line-height: 22px; font-weight: 400; }
.commentlist .comment-body, .pinglist li { clear: both; position: relative; padding-bottom: 15px; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation { font-size: 1em; display: block; float: left; line-height: 20px; }
.commentlist .comment-author { margin-right: 6px; }
.commentlist .fn, .pinglist .ping-link { color: #444; font-size: 0.813em; font-style: normal; font-weight: 600; }
.commentlist .says { display: none; }
.commentlist .avatar { position: absolute; left: -60px; top: 0; width: 48px; height: 48px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist .comment-meta:before, .pinglist .ping-meta:before { color: #ccc; content: "\f017"; font-family: FontAwesome; font-size: 0.625em; margin-right: 3px; vertical-align: 4%; } 
.commentlist .comment-meta a, .pinglist .ping-meta { color: #aaa; }
.commentlist .reply { font-size: 0.813em; line-height: 16px; }
.commentlist .reply a { color: #aaa; }
.commentlist .reply a:hover { color: #444; }
.comment-awaiting-moderation { color: #3498db; font-style: normal; }

/* pings */
.pinglist li { padding-left: 0; }

/* comment text */
.commentlist .comment-body p { margin-bottom: 8px; color: #777; clear: both; }
.commentlist .comment-body strong { font-weight: bold; }
.commentlist .comment-body em { font-style: italic; }
.commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
.commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }

/* post author & admin comment */
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { background: #3498db; display: block; position: absolute; content: "\f040"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; }
.commentlist li.comment-author-admin > .comment-body:after { content: "\f005"; /* star for admin */ }
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { top: 32px; left: -28px; font-size: 0.625em; padding: 2px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist li li.bypostauthor > .comment-body:after,
.commentlist li li.comment-author-admin > .comment-body:after { top: 22px; left: -26px; font-size: 0.5em; padding: 1px; -webkit-border-radius: 2px; border-radius: 2px; }

/* child comment */
.commentlist li ul {  }
.commentlist li li { padding-left: 48px; margin: 0; }
.commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; }
.commentlist li li .comment-meta { left: 70px; }

/*  comments : nav
/* ------------------------------------ */
.comments-nav { margin-bottom: 20px; }
.comments-nav a { font-weight: 600; }
.comments-nav .nav-previous { float: left; }
.comments-nav .nav-next { float: right;  }

/*  comments : form
/* ------------------------------------ */
.logged-in-as,
.comment-notes, 
.form-allowed-tags { display: none; }
#respond { position: relative; }
#reply-title { margin-bottom: 20px; }
li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
#cancel-comment-reply-link { color: #999; display: block; position: absolute; bottom: 26px; right: 20px; font-size: 0.75em; }
#cancel-comment-reply-link:hover { color: #777; }
#commentform { background: #f9f9f9; padding: 10px 20px 20px; margin-bottom: 15px; -webkit-border-radius: 2px; border-radius: 2px; }
#commentform p.comment-form-author { width: 48%; float: left; }
#commentform p.comment-form-email { width: 48%; float: right; }
#commentform p.comment-form-url,
#commentform p.comment-form-comment { clear: both; }
#commentform label { padding: 6px 0; font-weight: 600; display: block; }
#commentform input[type="text"], 
#commentform textarea { max-width: 100%; width: 100%; }
#commentform textarea { height: 100px; }
#commentform p.form-submit { margin-top: 10px; }
.logged-in #reply-title { margin-bottom: 20px; }
.logged-in #commentform p.comment-form-comment { margin-top: 10px; }
.logged-in #commentform p.comment-form-comment label { display: none; }


/* ------------------------------------------------------------------------- *
 *  Child Menu
/* ------------------------------------------------------------------------- */
.child-menu { zoom: 1; position: relative; padding: 0; }
.child-menu a { color: #777; font-weight: 600; display: block; padding: 0 44px; }
.child-menu a:hover { color: #3498db; }
.child-menu .current_page_item > a { background: #fff; color: #3498db; border-right: 1px solid #fff; border-left: 1px solid #fff; }

/* show only current page items */
.child-menu > li { display: none; }
.child-menu > li.current_page_item, 
.child-menu > li.current_page_parent, 
.child-menu > li.current_page_ancestor { display: block; }
.child-menu > li.current_page_item > ul ul, 
.child-menu > li.current_page_parent > ul ul, 
.child-menu > li.current_page_ancestor > ul ul { display: none; }
.child-menu > li ul li.current_page_item ul, 
.child-menu > li ul li.current_page_parent ul, 
.child-menu > li ul li.current_page_ancestor ul { display: block; }

/* level 1 */
.child-menu > li > a { font-size: 1.25em; display: block; padding: 18px 20px 18px; }

/* level 2 */
.child-menu > li > ul { background: #f9f9f9; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 0; }
.child-menu > li > ul > li > a { font-size: 0.938em; background: #f7f7f7; border-bottom: 1px solid #eee; border-right: 1px solid #eee; border-left: 1px solid #eee; padding: 11px 20px; }
.child-menu > li > ul > li > a:before { font-family: FontAwesome; content: "\f0da"; font-weight: normal; font-size: 1.125em; margin-right: 8px; }

/* level 3 */
.child-menu > li ul ul { background: #f7f7f7; border-bottom: 1px solid #eee; border-top: 3px solid #ebebeb; border-left: 1px solid #eee; padding: 6px 0; }
.child-menu > li ul ul a { font-size: 0.938em; font-weight: 300; padding-top: 7px; padding-bottom: 7px; margin-bottom: 1px; }
.child-menu > li ul ul a:hover { background: #e9e9e9; }
.child-menu > li ul ul li.current_page_item > a { background: #fff; }

.child-menu > li > ul > li:last-child > a { border-bottom: 0; }

/* child menu for dual/right fix */
.col-2cl .child-menu > li > ul > li > a,
.col-3cr .child-menu > li > ul > li > a { /*border-left: 0;*/ border-right: 1px solid #eee; }
.col-2cl .child-menu > li ul ul,
.col-3cr .child-menu > li ul ul { border-left: 0; border-right: 1px solid #eee; }


/* ------------------------------------------------------------------------- *
 *  Plugins
/* ------------------------------------------------------------------------- */

/*  plugin : wp-pagenavi
/* ------------------------------------ */
.wp-pagenavi { text-align: right; font-weight: 600; line-height: 20px; float: none; margin-right: -2px; text-align: center; }
.wp-pagenavi a,
.wp-pagenavi span { color: #aaa; font-size: 1em; padding: 8px 12px; display: inline; margin: 0 2px; }
.wp-pagenavi span.pages { font-size: 0.938em; font-weight: 400; display: block; margin-bottom: 0.5em!important; border: none!important; }
.wp-pagenavi span.extend { border: none!important; border-bottom: 3px solid transparent; border-top: 1px solid transparent; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { color: #fff; }

.wp-pagenavi a { background: #3498db; color: #fff; border: none; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { background: #bbb; border: none; }

/*  plugin : contact form 7
/* ------------------------------------ */
.wpcf7 {  }
.wpcf7 p { color: #222; font-weight: 600; margin: 0 0 12px;  width: 100%; float: left; position: relative; }
.wpcf7 p span { font-weight: 400; color: #999; }
.wpcf7 label { display: block; float: left; width: 20%; margin: 9px 0 0 12px; text-align: left; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] { display: block; float: left; padding: 10px; width: 100%; }  
.wpcf7 textarea { display: block; float: left; padding: 10px; width: 100%; }  
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea { background: #f5f5f5; margin-top: 12px; }
.wpcf7 input[type="submit"] { width: 100%; padding: 10px 0; font-size: 1.125em; }
.wpcf7 div.wpcf7-validation-errors { border: none; margin: 0; padding: 0; }
.wpcf7 div.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-mail-sent-ng { border: none; }
.wpcf7 div.wpcf7-response-output { margin: 0; padding: 0; }
.wpcf7 span.wpcf7-form-control-wrap { display: block; position: relative; }
.wpcf7 span.wpcf7-not-valid-tip { background: #f2dede; border-color: #e3bfbf; color: #b94a48; padding: 4px 14px; font-size: 0.75em; line-height: 20px; position: absolute; left: 0; top: 12px; width: auto; right: 0; display: block; }


/* ------------------------------------------------------------------------- *
 *  qTip
/* ------------------------------------------------------------------------- */

/*  qtip : necessary styles
/* ------------------------------------ */
.qtip { position: absolute; left: -28000px; top: -28000px; display: none; max-width: 280px; min-width: 50px; font-size: 12px; line-height: 15px; direction: ltr; box-shadow: none; padding: 0; }
.qtip-content { position: relative; padding: 5px 9px; overflow: hidden; text-align: left; word-wrap: break-word; }
.qtip-titlebar { position: relative; padding: 5px 35px 5px 10px; overflow: hidden; border-width: 0 0 1px; font-weight: bold; }
.qtip-titlebar + .qtip-content { border-top-width: 0 !important; }
/* Default close button class */
.qtip-close { position: absolute; right: -9px; top: -9px; cursor: pointer; outline: medium none; border-width: 1px; border-style: solid; border-color: transparent; }
.qtip-titlebar .qtip-close { right: 4px; top: 50%; margin-top: -9px; }
* html .qtip-titlebar .qtip-close { top: 16px; } /* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon { display: block; text-indent: -1000em; direction: ltr; }
.qtip-icon,
.qtip-icon .ui-icon{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; text-decoration: none; }
.qtip-icon .ui-icon{ width: 18px; height: 14px; line-height: 14px; text-align: center; text-indent: 0; font: normal bold 10px/13px Tahoma,sans-serif; color: inherit; background: transparent none no-repeat -100em -100em; }

/*  qtip : cp styling
/* ------------------------------------ */
.qtip-cp{ background: #4A4A4A; background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black)); background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%); background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%); background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%); background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%); border-width: 0; color: #fff; -webkit-box-shadow: 0 0 3px #333; -moz-box-shadow: 0 0 3px #333; box-shadow: 0 0 3px #333; }
.qtip-cp .qtip-titlebar{ background-color: #4A4A4A; background-color: rgba(0,0,0,0); }
.qtip-cp .qtip-content{ padding: .65em; font-size: 14px; font-weight: 600; }
.qtip-cp .qtip-icon{ border-color: #222; }
.qtip-cp .qtip-titlebar .ui-state-hover{ border-color: #303030; }

/* ------------------------------------------------------------------------- *
 *  Shortcodes
/* ------------------------------------------------------------------------- */

/*  shortcode : players gallery
/* ------------------------------------ */
#cp-players-gallery { margin: 0 0 30px; }
.cp-pg-player { margin-bottom: 20px; }
#cp-players-gallery .post-title { border-bottom: 1px solid #eee; padding: 0 0 10px; font-size: 1.063em; font-weight: 300; line-height: 1.5em; letter-spacing: 0; display: block; }
#cp-players-gallery .post-title span { font-size: 0.875em; margin-right: 4px; }
.cp-players-gallery-shortcode h3 { font-size: 1.125em; text-transform: uppercase; font-weight: 600; margin-bottom: 1em; }

.cp-sponsor-link { margin-bottom: 30px; }

img.flag { border: 1px solid #eee; height: 16px; vertical-align: bottom; }
#footer img.flag { border-color: rgba(0,0,0,0.8); }
.wpcm-fixtures-shortcode tbody tr:hover { cursor: pointer; }

/*  shortcode : dropcap
/* ------------------------------------ */
.dropcap { color: #444; display: block; float: left; font-size: 5.875em; line-height: 0.9em; font-weight: 600; margin: 0 10px 0 0; }

/*  shortcode : pullquotes
/* ------------------------------------ */
.pullquote-left	{ color: #444; border-left: 6px solid #eee; float: left; margin: 0.78em 1em 0.78em 0; padding: 0 0 0 20px; font-weight: 600; width: 40%; }
.pullquote-right { color: #444; border-right: 6px solid #eee; float: right; margin: 0.78em 0 0.78em 1em; padding: 0 20px 0 0; font-weight: 600; width: 40%; }

/*  shortcode : highlights
/* ------------------------------------ */
.highlight { color: #222; border-bottom: 1px dotted #222; }

/*  shortcode : hr
/* ------------------------------------ */
hr, .hr { border: 0; background: #eee; border-bottom: 2px solid #eee; height: 1px; margin: 30px 0; }

/* ------------------------------------------------------------------------- *
 *  WPCM Extensions
/* ------------------------------------------------------------------------- */

/*  plugin : score summary
/* ------------------------------------ */
table.wpcm-ss-table {
	clear: both;
	margin: 1em auto 0;
}
table.wpcm-ss-table tbody {
	background: #fff;
}
table.wpcm-ss-table tbody td {
	text-align: center;
}
.wpcm-ss-halftime {
	margin: -30px auto 0;
	float: left;
	text-align: center;
	width: 100%;
}

/*  plugin : player appearances
/* ------------------------------------ */
.wpcm-player-appearances {
	margin-top: 2em;
}
.wpcm-player-appearances h3 {
	margin-bottom: 1.6em;
}
#wpcm-pa-season-tabs {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding-left: 6px;
}
#wpcm-pa-season-tabs li {
	background-color: #3498db;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -1px;
	position: relative;
}
#wpcm-pa-season-tabs li a {
	border: 1px solid #eee;
	color: #fff;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
}
#wpcm-pa-season-tabs a:focus {
	outline: 0;
}
#wpcm-pa-season-tabs #current a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	color: #444;
}
#wpcm-pa-season-content {
	height: auto;
	overflow: auto;
	border-bottom: 1px solid #eee;
	padding: 1.6em 0;
}

/* New matches shortcode list */
ul.wpcm-matches-list {
	list-style: none !important;
	margin-bottom: 1.6em;
	margin-left: 0 !important;
	padding: 0;
	width: 100%;
}
li.wpcm-matches-list-item {
	font-size: 1em;
	list-style: none !important;
	margin: 0 !important;
}
.wpcm-matches-list-col {
	display: table-cell;
	height: 36px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	white-space: no-wrap;
}
.wpcm-matches-list-link {
	display: table;
	outline: 0;
	table-layout: fixed;
	text-decoration: none;
	width: 100%;
}
.wpcm-matches-list-date {
	font-size: .85em;
	text-align: left;
	width: 7em;
}
.wpcm-matches-list-club1,
.wpcm-matches-list-club2 {
	text-overflow: ellipsis;
}
.wpcm-matches-list-club1 {
	text-align: right;
}
.wpcm-matches-list-club2 {
	text-align: left;
}
.wpcm-matches-list-status {
	border-left: .3em solid transparent;
	border-right: .3em solid transparent;
	padding: 0;
	width: 7em;
}
.wpcm-matches-list-time {
	font-size: .85em;
}
.wpcm-matches-list-result {
	border-radius: 3px;
	color: #fff;
	padding: 2px 4px;
}
.wpcm-matches-list-result.win {
	background: green;
}
.wpcm-matches-list-result.draw {
	background: #888;
}
.wpcm-matches-list-result.loss {
	background: red;
}
.wpcm-matches-list-info {
	font-size: .85em;
	text-align: right;
	width: 6.75em;
}
/* New Club head2heads */
.wpcm-h2h-list {
	display: table;
	border-collapse: separate;
	border-spacing:10px;
	list-style: none !important;
	margin: 10px auto;
}
.wpcm-h2h-list li {
	background: #f9f9f9;
	font-size: ;
	display: table-cell;
	list-style: none !important;
	padding: 20px;
	text-align: center;
}
.wpcm-h2h-list li span.wpcm-h2h-list-count {
	font-size: 2em;
	font-weight: 600;
}
.wpcm-h2h-list li span.wpcm-h2h-list-desc {
	font-size: 0.75em;
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
}
.wpcm-h2h-list li.p {

}
.wpcm-h2h-list li.w {

}
.wpcm-h2h-list li.d {

}
.wpcm-h2h-list li.l {

}


/* ------------------------------------------------------------------------- *
 *  IE Fixes
/* ------------------------------------------------------------------------- */
body.ie8,
.ie8.single .related-posts .post-title,
.ie8 .s1 .cp-posts .post-item-title, 
.ie8 #footer .cp-posts .post-item-title { font-weight: 400; }

.ie8 .author-bio .bio-avatar:after,
.ie8 .commentlist li.bypostauthor > .comment-body:after { display: none; }

.ie8 .nav li > a:after { content: ""!important; }
.ie8 .nav > li > a:after { content: ""!important; }
.ie8 #nav-topbar .nav > li > a:hover, 
.ie8 #nav-topbar .nav > li:hover > a,
.ie8 #nav-header .nav > li > a:hover, 
.ie8 #nav-header .nav > li:hover > a,
.ie8 .toggle-search:hover,
.ie8 .toggle-search.active,
.ie8 .search-expand-inner { background: url(img/opacity-10.png); }
.ie8 .thumb-icon,
.ie8 .image-caption,
.ie8 .page-image-text .description i,
.ie8 .flex-direction-nav a { background: url(img/ie/opacity-70.png); }
.ie8 .entry .gallery .gallery-caption { background: url(img/ie/opacity-80-light.png); }