/*
Theme Name: FIFPlay 21
Theme URI: http://fifplay.com/
Author: Schahryar Fekri
Author URI: http://fifplay.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fifplay-21
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Layout
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 0.9rem;
}

body {
background-color: #fff;
font-family: "Open Sans",sans-serif,"Helvetica Neue",Helvetica,Arial,Gotham;
color: #292929;
margin: 0;
letter-spacing: 0.1px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
display: none;
height: 0;
}

[hidden],
template {
display: none;
}

a,
a:visited {
background-color: transparent;
text-decoration: none;
}

a:active,
a:hover {
outline: 0;
}

abbr[title] {
border-bottom: 1px dotted;
}

b,
strong {
font-weight: bold;
}

dfn {
font-style: italic;
}

mark {
background: #ff0;
color: #000;
}

small {
font-size: 85%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
margin:0 0 17px 0;
}

hr {
box-sizing: content-box;
height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.container-main {
margin: 65px 0 0 0;
}

.container-main .container {
margin-bottom:15px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
/*	font-size: 1rem;*/
	line-height: 1.5;
}

h1 {
	clear: both;
	color: #292929;
	padding: 0;
    margin: 0 0 15px 0;
	font-weight: 600;
	line-height: 120%;
}

h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color:#292929;
	padding:0;
    margin:0 0 7px 0;
	font-weight:bold;
}

h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited,
h6 a, h6 a:visited {
	color:#292929;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color:#c5000b;
}


p {
margin-bottom: 17px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 17px;
}

ul,
ol {
	margin:0 0 15px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	/* border-radius: 3px; */
	background: #e6e6e6;
	/* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	/* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	/* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); */
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	/* box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	/* border-radius: 3px; */
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
	padding: 5px 15px 5px 15px;
}

textarea {
	padding: 5px 15px 5px 5px;
	width: 100%;
}





/* Login / Signin / Signup / Register */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* Bootstrap customization */


/* Bootstrap Navbar */
.bg-black-fifplay {
background: #202020;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,l
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus, .uneditable-input:focus {   
border-color: none;
box-shadow: none;
outline: 0 none;
}




/* Navbar */
.navbar {
margin-bottom: 20px;
padding-top: 0 !important;
padding-bottom: 0 !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
min-height:48px;
font-size: 0.85em;
}

.navbar .dropdown:hover .dropdown-menu {
display: block;
margin-top: 0;
}

.navbar .dropdown-menu {
font-size: 0.88em;
background: #000;
border: none;
-webkit-border-radius: 0;
-moz-border-radius:0;
border-radius: 0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding-bottom: 8px;
margin: 0 0 0 -7px;
top:48px;
}

/* and this styles the dropdwon trigger link, when open */
.navbar .dropdown.show a { 
color:#e8e8e8;
}

.navbar .dropdown-menu a {
color: #e8e8e8;
}
.navbar .dropdown-menu a:hover {
background: #232323;
border-color: none;
color:#fff;
}

.navbar .dropdown-menu.right {
left:-100px;
}
.navbar-toggler {
width: 38px !important;
height:35px !important;
padding: 2px;
font-size: 1.2em;
}

.navbar-brand {
padding:0;
background: url('/img/layout/logo.svg') left top no-repeat;
width:70px; height:48px;
text-indent: -2000em;
opacity: 90%;
}
.navbar-brand:hover {
opacity: 100%;
}

.navbar .nav-item {
padding: 5px 7px 0px 7px;
margin:0;
min-height: 48px;
}
.navbar .nav-item:hover {
background:#000;
}


/* Colors for nav-link */
.navbar-custom .navbar-nav .nav-link {
color: #e9e9e9;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
color: #ffffff;
}

/* Change BG color of Navbar*/
.navbar-custom {
/*background-color: #ff5500;*/
}



/* SEARCH BOX */
.searchbox-nav {
position:absolute;
top:0px; width:71%;
max-width:708px;
margin-top:-6px;
margin-left:70px;
}
.searchbox-nav .container-div {
position: absolute;
width:80%;
max-width:750px;
z-index:100000;
top:9px; left:16px;
}


.searchbox-body {
width:100%;
max-width: 780px;
min-height:38px;
margin-bottom:30px;
position: relative;
z-index: 1;
}

.searchbox-body .container {
width: 100%;
max-width: 780px;
margin: 0;
padding: 5px 10px 5px 10px;
/*border: 1px solid rgba(223,225,229,1);*/
border: 1px solid rgba(210,210,210,1);
border-radius: 10px;
position: absolute;
background:#fff;
/*max-height:38px;*/
}
.searchbox-body .container:hover {
box-shadow: 0 1px 6px rgba(32,33,36,.32);
border-color: rgba(223,225,229,0);
}

.searchbox-body .button {
background: url('/img/icons/search.svg') center no-repeat;
opacity: 0.5;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border: none;
text-indent: -1000;
min-height: 26px;
min-width: 26px;
z-index: 3;
float:right;
margin-left:2px;
margin-top:4px;
}
.searchbox-body button:focus {
outline: none;
box-shadow: none;
}


.searchbox-body .search-keywords,
.searchbox-body .search-keywords:focus,
.searchbox-body .search-keywords:active,
.searchbox-body .search-keywords-nav,
.searchbox-body .search-keywords-nav:focus,
.searchbox-body .search-keywords-nav:active,
.searchbox-body input,
.searchbox-body input:active,
.searchbox-body input[type=text]:focus,
.searchbox-body [type=text]:focus {
width: 100%; height:auto;
max-width:620px;
max-height:30px;
outline: none;
border: 0;
box-shadow:0;
font-size: 16px;
/*float:left;*/
/*overflow: hidden;*/
}

.searchbox-body input:focus {
border-width:0px;
border:none;
outline: none;
}

.searchbox-body .search-results-list,
.searchbox-body .search-results-list-nav {
display: none;
width:100%;
max-width: 780px;
}

.searchbox-body ul {
width: 100%;
/*border-top: 1px solid #eaeaea;*/
z-index: 9;
background: #fff;
list-style: none;
padding:0px;
}
.searchbox-body ul li {
padding: 5px 18px 5px 18px;
clear: both;
border-top: 1px solid #e8e8e8;
}
.searchbox-body ul a,
.searchbox-body ul a:visited,
.searchbox-body ul li a,
.searchbox-body ul li a:visited {
font-size: 1rem;
color: #373737;
text-decoration: none;
}
.searchbox-body ul li:hover {
background: #eeeeee;
color: #111111;
}

.searchbox-body img.club {
float: left;
padding: 2px;
width: 25px;
}

.searchbox-body .search-results-list img.nation,
.searchbox-body .search-results-list-nav img.nation {
float: left;
padding: 8px 3px 3px 3px;
width: 25px;
}

.searchbox-body .search-results-list span.player-name,
.searchbox-body .search-results-list-nav span.player-name {
float: left;
padding: 2px;
width: auto;
text-align: left;
}

.searchbox-body .search-results-list span.ovr,
.searchbox-body .search-results-list-nav span.ovr {
font-size:0.9rem;
padding:4px;
font-weight:bold;
}

.searchbox-body .search-results-list span.card-stats,
.searchbox-body .search-results-list-nav span.card-stats {
float:right;
color:#fff;
}

.searchbox-body .search-results-list span.quality,
.searchbox-body .search-results-list-nav span.quality{
font-size:0.7rem;
color:#999;
}


/* Search Options */
.searchbox-body .search-options,
.searchbox-body .search-options-nav {
position: absolute;
width:100%;
max-width: 78px;
min-height: 30px;
z-index: 1;
font-size: 11.5px;
color: #ffffff;
background: #888888;
margin:1px;
border-radius: 18px;
text-align: center;
cursor: pointer;
text-transform: uppercase;
}

.searchbox-body .search-option-list {
display: inline-block;
margin: 6px 2px 3px 2px;
}
.searchbox-body .search-option-list-nav {
display: inline-block;
margin: 6px 2px 3px 2px;
}

.searchbox-body .arrow-down,
.searchbox-body .arrow-down-nav {
position: absolute;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #ffffff;
font-size: 0;
line-height: 0;
margin-top:9px;
margin-left:3px;
}
.searchbox-body .arrow-down:hover,
.searchbox-body .arrow-down a:hover,
.searchbox-body .arrow-down-nav:hover,
.searchbox-body .arrow-down-nav a:hover {
position: absolute;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #ffffff;
font-size: 0;
line-height: 0;
}

/* Category options list / players, articles etc. */
.searchbox-body .search-options-list,
.searchbox-body .search-options-list-nav {
z-index: 1;
width:78px;
min-height:40px;
padding:8px;
padding-top:8px;
border:none;
color: #ffffff;
margin-left:-3px;
}
.searchbox-body .search-options-list ul,
.searchbox-body .search-options-list ul li,
.searchbox-body .search-options-list ul li a,
.searchbox-body .search-options-list-nav ul,
.searchbox-body .search-options-list-nav ul li,
.searchbox-body .search-options-list-nav ul li a {
padding:0; margin:0;
padding-bottom: 3px;
list-style: none;
border:none;
background: #888888;
font-size: 0.95em;
color: #ffffff;
}



/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1968a6;
}

a:visited {
	color: #1968a6;
}

a:hover,
a:focus,
a:active {
	color:#c5000b;
	text-decoration:none;	
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.navigation {
font-size:0.8rem;
color:#377bb5;
font-weight:bold;
/* border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea; */
padding: 15px 0 15px 0;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


.nav-previous a,
.nav-next a {
background:#919191;
padding: 7px 15px 7px 15px;
color: #fff;
display:block;
display:-moz-inline-box;
display:inline-block;
min-width:92px;
text-align:center;
}

.nav-previous a:hover,
.nav-next a:hover {
text-decoration:underline;
}

.posts-navigation {
padding: 30px 0 15px 0;
height:auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
clear:both;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-header {
margin:0 0 15px 0;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}

.hr {
/*border-bottom:1px solid #e5e5e5; */
/* margin-bottom:15px; */
border-top:1px solid #e5e5e5;
width:100%;
box-sizing:border-box;
margin:17px 0px 17px 0px;
}

.hr-row {
/*border-bottom:1px solid #e5e5e5; */
/* margin-bottom:15px; */
border-top:1px solid #e5e5e5;
width:100%;
box-sizing:border-box;
margin-bottom:-9px;
}

.highlight {
padding:5px 15px 5px 15px;
background:#292929;
color:#fff; margin:0;
}

.border-top {
border-top:1px solid #e5e5e5;
padding: 5px 0 5px 0;
}

.border-bottom {
border-bottom:1px solid #e5e5e5;
padding: 5px 0 5px 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
margin: 0 0 0 0;
font-weight: bold;
font-size: 2.8rem;

}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment {
/*background:#eaeaea;*/
background:#e8e8e8;
border: 1px #cdcdcd solid;
border-left-style:none;
border-right-style:none;
list-style:none;
margin: 15px 0 0 0;
font-size:0.85rem;
}

#comments .depth-1,
#comments .depth-3,
#comments .depth-5,
#comments .depth-7,
#comments .depth-9,
#comments .depth-11 {
padding:15px;
/* margin:0; */
}

#comments .depth-2 {
background:#f6f6f6;
padding:15px;
}


#comments .children {
padding:0; margin:0;
}

.comment-list {
margin:0;
}

#comments ol {
padding:0; margin:0;
}

#comments .says {
display:none;
}

#comments .reply {
clear:both;
margin-bottom:15px;
}

#comments .reply a {
padding:9px;
background:#f6f6f6;
border:1px solid #cccccc;
color:#333333;
}

#comments .reply a:hover {
background:#fff;
}



#comments time a:hover {
text-decoration:underline;
}

#comments .comment-metadata {
margin: 5px 0 5px 0;
}

#comments .comment-metadata a {
font-size:0.75rem;
color:#808080;
text-decoration:underline;
}

#comments .comment-metadata a:hover {
text-decoration:none;
}


#comments .fn {
font-size:1.2rem;
}

#comments .fn b, 
#comments .fn h2, 
#comments .fn a,
#comments .fn a:visited {
color:#282828;
}

#respond {
margin:30px 0 30px;
}

#respond h3 {
margin: 15px 0 15px 0;
}

#respond label {
display:none;
}

#respond input {
padding: 0 15px 0 15px;
}

#comments {
}

#comments h3 {
margin:0 0 15px 0;
}

#comments .post {
border: 1px #cdcdcd solid;
border-left-style:none;
border-right-style:none;
margin:15px 0 15px 0;
}

#comments .padding {
padding:30px;
}

#comments .avatar {
float:right;
margin: 0 0 15px 15px;
border:1px #CCCCCC solid;
}

#comments nav {
margin:15px;
margin-left:0px;
margin-right:0px;
}


#comments h2 {
background:#292929;
color:#fff;
padding:5px;
text-align:center;
font-size:1.3rem;
}

#comments .comments-title {
display:none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.index-list {
margin-bottom:15px;
}


/*
a:hover {
color:#cc0000;
text-decoration:none;
}
*/





/* Custom
--------------------------------------------- */
*[hidden] { display: none; }




.sidebar {
font-size:0.9rem;
}

.sidebar h2 {
/* background:#0e0e0e; */
/* color:#f8f8f8; */
background:#e5e5e5;

border-bottom: 1px solid white;
color:#262626;
width:100%;
padding:12px 30px 12px 30px;
text-align:left;
font-size:0.8rem;
font-weight:bold;
text-transform:uppercase;
margin:0;
}

.sidebar .content {
padding:0;
}


.metadata {
font-size:0.8rem;
float:none;
}

.metadata p {
padding:0; margin:0;
text-align:left;
color:#737373;
}

.metadata .info {
float:left;
}

.metadata .info span {
margin-right:5px;
}

.metadata .share {
float:right;
}




/* reset webkit search input browser style */
input {
outline: none;
}

.search-nav input[type=search] {
margin:9px 15px 0 0;
-webkit-appearance: textfield;
/* -webkit-box-sizing: content-box; */
font-family: inherit;
font-size: 100%;
}

.search-nav input::-webkit-search-decoration,
.search-nav input::-webkit-search-cancel-button {
display: none; /* remove the search and cancel icon */
}

/* search input field */
.search-nav input[type=search] {
background: #0e0e0e url(img/icons.png) no-repeat 9px center;
border: solid 0px #ccc;
padding: 5px 10px 5px 35px;
width: 20px;

/* -webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
border-radius: 0.3em; */

-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}

#footer {
background-color: #3d3d3d;
margin: 0 0 0 0;
padding: 30px 0 0 0;
color: #bfbfbf;
}

#footer ul,
#footer li {
list-style:none;
margin:0;
padding:2px 0 2px 0;
font-size:0.8rem;
line-height:1.1rem;
}

#footer ul {
margin-bottom: 15px;
}

#footer a,
#footer a:visited {
color: #bfbfbf;
text-decoration: none;
}

#footer a:hover {
color: #fff;
}


#footer .copyright {
font-size:0.8rem;
}

#footer .branding {
max-width:180px;
}

#footer .container-footer {
background: #0e0e0e;
width: 100%;
margin: 0;
padding: 30px 0 1px 0;
margin-bottom: -15px;
}

#footer h4 {
color:#fff;
margin:0 0 7px 0;
}




.post article footer {
font-size:0.9em;
}


#footer hr
{
  background-color: #696969;
  border-color:#696969;
}

.bg-black {
background:#000;
}

.bg-white {
background:#fff;
}

.bg-grey {
background:#eaeaea;
background:#d9d9d9;
}

.bg-grey-light {
background:#f6f6f6;
}

.content-area article header {
margin:0; padding:0;
}

.content-area article header h1 {
font-size: 2.3rem;
font-weight: 600;
padding: 0;
}

.content-area article header h1 a, 
.content-area article header h1 a:visited {
color:#282828;
}

.content-area article header h1 a:hover {
color:#c5000b;
}



.padding-0 {
padding:0;
}

.padding-top-0 {
padding-top:0;
}



.margin-0 {
margin:0;
}


.padding-medium {
padding:30px;
}

.padding-small {
padding:15px;
}

.padding-small-top-0 {
padding:0 15px 15px 15px;
}


.padding-small {
padding:15px;
}

.padding-xsmall {
padding:7px;
}

.padding-xxsmall {
padding:3px;
}

.no-padding {
padding:0px;
}

.entry-meta {
font-size:0.75rem;
margin:0;
float:none;
clear:both;
overflow:hidden;
}

.entry-meta .glyphicon {
color:#999;
padding-right:3px;
padding-top:1px;
font-size:0.7rem;
}


.entry-meta-short {
font-size:0.7rem;
margin:5px 0 5px 0;
color:#bababa;
}

.entry-meta p {
padding:0; margin:0;
text-align:left;
color:#737373;
}

.entry-meta .sharer {
margin-top:5px;
text-align:right;
}


.entry-footer {
color:#737373;
font-size:0.8rem;
}

.entry-footer a, 
.entry-footer a:visited {
color:#737373;
font-size:0.8rem;
}

.entry-footer .glyphicon {
margin-right:5px;
color:#bababa;
}

.entry-footer a:hover {
text-decoration:underline;
}

.entry-footer p {
margin:1px 0 1px 0;
padding:0;
}


/*
a, a:visited {
color:#00699e;padding-
}

a:hover {
color:#d30c18;
}
*/


.textwidget {
/*padding: 30px;*/
}

.widget-area ul {
margin:0;
padding:0;
}

.widget-area li {
list-style:none;



/* border-bottom:1px solid white; */
padding: 1px 0 1px 0;

/* padding-bottom:5px;
margin-bottom:5px;
margin-left:30px;
border-bottom:1px solid #dadada;
padding:5px 30px 5px 30px; */
}


.widget-no-margin {
margin: -28px;
}

/* 
* {
border-radius: 0 !important;
} */

.width-full {
width:100%;
}

.font-small {
font-size:0.85rem;
color:#666;
}

.wp-polls-ul li {
padding:0; margin:0;
margin-bottom:5px;
padding-bottom:5px;
border-bottom: 1px solid #fff;
}

.wp-polls-ul input[type="radio"] {
	box-sizing: content-box;
	padding: 2px;
	size: 3px;
}


.sidebar .wp-polls {
padding:15px 30px 15px 30px;
}



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

.content-area article header h1 {
font-size:1.8rem;
font-weight:bold;
padding:0;
}

.entry-meta .sharer {
text-align:left;
}


h2 {
font-size:1.3rem;
}

}


.overflow-hidden {
overflow: hidden;
}

.overflow-auto {
overflow: auto;
}


.advertisement {
background:#f2f2f2;
padding:30px;
}

.font-lighter {
font-weight:lighter;
}


.social-bar {
text-align:center;
margin:0; padding:0;
overflow:hidden;
background:#e7e7e7;
}
.social-bar ul {
list-style-type: none;
margin:0; padding:15px 0 7px 0;
overflow: hidden;
text-align: center;
}
.social-bar ul li {
display: inline-block;
margin: 0; padding: 0;
}
.social-linkedin {
background: url(img/icon-linkedin.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}

.social-behance {
background: url(img/icon-behance.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-twitter {
background: url(img/icon-twitter.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-instagram {
background: url(img/icon-instagram.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-facebook {
background: url(img/icon-facebook.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-google-plus {
background: url(img/icon-google-plus.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-spottis {
background: url(img/icon-spottis.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-youtube {
background: url(img/icon-youtube.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-pinterest {
background: url(img/icon-pinterest.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}
.social-tumblr {
background: url(img/icon-tumblr.svg) no-repeat;
background-size:100%;
width:40px; height:40px;
float:left;
text-indent:-1000rem;
display:block;
margin-right:5px;
padding:0;
}



.related {
padding:15px 15px 0px 15px;
padding-bottom:1px;
font-size:smaller;
background:#f5f5f5;
margin:0 0 15px 0;
}

.related ul {
padding:0;
}

.related li {
list-style-position:inside;
margin:0;
text-align:left;
}

.font-bold, .bold {
font-weight:bold;
}

.table-vertical-middle td {
vertical-align: middle!important;
}

.dim {
background:#000;
width:100%; height:100%;
position: fixed;
z-index:1;
left:0; top:0;
opacity:0.6;
margin: 0; padding: 0;
display:none;
}


.login-icon {
padding: 10px 45px 0 0;
width: 25px; height: 25px;
cursor: pointer;
}

.pre-login,
.pre-login a,
.pre-login a:visited {
background: url('/img/icons/login-white.svg') center no-repeat;
background-size: contain;
height: 25px;
width: 38px;
margin-top:6px;
display: block;
text-indent: -9999px;
opacity: 0.6;
}
.pre-login:hover,
.pre-login a:hover {
background: url('/img/icons/login-white.svg') center no-repeat;
background-size: contain;
opacity: 1;
}

.post-login,
.post-login a,
.post-login a:visited {
background: url('/img/icons/user-white.svg') center no-repeat;
background-size: contain;
height: 25px;
width: 38px;
margin-top:6px;
display: block;
text-indent: -9999px;
opacity: 0.6;
}
.post-login:hover,
.post-login a:hover {
background: url(/img/icons/user-white.svg) center no-repeat;
background-size: contain;
opacity: 1;
}

.dropdown-menu.accounts {
margin: -15px 44px 0 0;
padding: 8px;
}



.search-icon {
height: 25px;
width: 38px;
overflow: hidden;
cursor: pointer;
}

.open-search {
background: url('/img/icons/search-white.svg') center no-repeat;
background-size:contain;
height: 25px;
width: 38px;
text-indent: -9999px;
opacity: 0.6;
}
.open-search:hover,
.open-search a:hover {
background: url('/img/icons/search-white.svg') center no-repeat;
background-size: contain;
opacity: 1;
}

.close-search {
background: url('/img/icons/close-white.svg') center no-repeat;
background-size:contain;
height: 25px;
width: 38px;
text-indent: -9999px;
opacity: 0.6;
display:none;
}
.close-search:hover,
.close-search a:hover {
background: url(/img/icons/close-white.svg) center no-repeat;
background-size: contain;
opacity: 1;
}

.search-box-container {
width:100%; height:auto;
margin:0;
position:absolute;
}

.search-box {
display:none;
z-index:2;
position:absolute;
left:86px; top:8px;
}

.search-box input[type=search] {
width:705px;
padding:5px 15px 5px 15px;
top:0;
max-height:30px;
}

.site-search-sm {
width:auto;
min-width:300px;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
margin:0 15px 0 15px;
}





.text-left {
text-align:left;
}
.text-right {
text-align:right;
}


.side-image {
max-width:250px;
float:right;
margin: 0 0 15px 15px;
}

@media only screen and (max-width: 767px) {
.side-image {
width:100%;
max-width:none;
}
}

.side-block {
display: inline-block;
}








/* Custom */

.pfpItem {
font-size:0.8rem;
}

.pfpItem .entry-meta {
display:none;
}

.pfpItem hr {
margin:30px 0 0 0;
}


.table-vert-align>thead>tr>th, .table-vert-align>tbody>tr>th, .table-vert-align>tfoot>tr>th, .table-vert-align>thead>tr>td, .table-vert-align>tbody>tr>td, .table-vert-align>tfoot>tr>td {
vertical-align: middle;
}


/*
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
*/

.color-white {
color:#fff;
}

div.entry-content p img {
min-width:100%;
background:#eaeaea url(/img/public/img-bg-fifplay.svg) no-repeat center;
background-size: 35%;
}

.plain, .plain a, plain a:active, plain a:visited, plain a:hover {
color:#404040;
text-decoration:none;
}





.caption-wrapper {
/* float:left; */
position:relative;
width:100%;
margin-bottom:15px;
min-height:120px;
height:auto;
background:#f2f2f2;
display:block;
max-height:310px;
overflow: hidden;
}

.caption-wrapper:before,
.caption-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
  clear:both;
}

div.caption-overlay {
position:absolute;
bottom:-1px;
/*left:0px;*/
width:100%;
height:100%;
min-height:120px;
/* background:#f2f2f2; */
color:#000;
/* opacity:0.9;
filter:alpha(opacity=90); */

margin:0px;
padding:15px;

filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
background-color:transparent;
background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,0.6));
background-image:linear-gradient(transparent,rgba(0,0,0,0.6));

cursor:pointer;
display:block;

max-height:310px;
overflow: hidden;
}

div.caption-overlay.main {
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
background-color:transparent;
background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,0.8));
background-image:linear-gradient(transparent,rgba(0,0,0,0.8));

min-height:250px;
max-height:310px;
overflow: visible;
}


div.caption-wrapper img {
position:relative;
display:block;
min-width:210px;
min-height:120px;
}


div.caption-overlay:hover {
box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

div.caption-overlay-text {
position:absolute;
bottom:0px;
left:0px;
width:100%;
color:#FFF;
margin:0px;
padding:15px;
display:block;
}

div.caption-overlay.top {
top:0px;
}


.caption-overlay-text p {  
color:#ddd;
font-size:0.9rem;
}  

div.caption-overlay-text h1,
div.caption-overlay-text h2 {
color:#fff;
font-size:1.6rem;
margin-bottom:7px;
}

div.caption-overlay-text h1 a,
div.caption-overlay-text h2 a {
	color:#fff;
}

.margin-bottom {
margin-bottom:17px;
}

.margin-bottom-x2 {
margin-bottom:32px;
}

.margin-bottom-5px {
margin-bottom:5px;
}

.margin-bottom-7px {
margin-bottom:7px;
}

.margin-bottom-m-15px {
margin-bottom:-15px;
}

#search_item_id {
max-height:300px;
overflow:scroll;
}


.parent-href {
}
.parent-href a {

/*  padding:10px; 
  margin-bottom:1px; */
}
.parent-href a:hover {
}


/* Grow Item */
.item-grow {
display:inline-block;
vertical-align:middle;
-webkit-transition-duration:.32s;transition-duration:.32s;
-webkit-transition-property:
-webkit-transform;transition-property:
-webkit-transform;transition-property:transform;transition-property:transform,
-webkit-transform
}

.item-grow:active,
.item-grow:focus,
.item-grow:hover {
-webkit-transform:scale(1.1);transform:scale(1.1)
}


.underline {
text-decoration: underline;
}

.float-left {
float:left;
}
.float-right {
float:right;
}


.hidden, .hide {
display: none;
}

