/*
 Theme Name:   BHOF WordPress Theme
 Theme URI:    http://www.brandonbrotsky.com
 Description:  WordPress theme for BHOF 2014
 Author:       Brandon Brotsky
 Author URI:   http://www.brandonbrotsky.com
 Template:     wpthemeframework
 Version:      1.0.0
 Text Domain:  bhof
*/





@import url("../wpthemeframework/style.css");


html,
body,
label,
input {
	font-family: 'Lato';
}

a {
	color: #dc1d44;
}

a:hover {
	color: #416585;
}

ul.players {
	list-style-type: none;
	margin: 0;
	padding: 0;

	padding: 1em;
}

ul.players li {
	margin: 0;
	padding: 0;

	display: inline-block;
	width: 25%;

	margin-right: 1em;
	margin-bottom: 1em;
}

ul.players li a {
	color: inherit;
}

ul.players li div.photo {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

	height: 20em;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

ul.players li .photo img {
	vertical-align: middle;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

ul.players li div.info {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

	padding: 1em;
}

ul.players .name {
	font-size: 150%;
	font-weight: bold;
}

ul.players .teams {
	color: #ccc;
}

ul.players .position {
	color: #18D8E9;
	font-weight: bold;
	font-size: 120%;
}


ul.players li div.actions {
	background: #ccc;

	padding: 0.5em;
	text-align: center;

	font-weight: bold;
	font-size: 90%;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
	background: #113555;
	border: 0;
	border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
	color: white;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: white;
	color: #f00;
}

.navbar-brand {
	width: 143px;
}

.navbar-brand img {
	height: 80px;
	position: absolute;
	/* padding: 0; */
	top: 6px;
	z-index: 1000;
}

footer {
	background: #113555;
}

footer>.menu {
	padding-top: 1em;
	background: #dc1d44;
	color: white;
}

html body footer a {
	color: #fff;
	text-decoration: underline;
}

html body footer li a {
	text-decoration: none;
}

html body footer a:hover {
	color: #aaa;
}



footer #nav a:hover {
	color: #113555;
}

footer ul li a,
footer ul li a:hover,
footer ul li.current-menu-item a {
	color: white;
}



ul.social {
	text-align: center;
}

ul.social>li {
	text-align: center;
	margin: 0;
}

ul.social>li>a {
	padding: 0.25em 1em;

	display: block;
	color: white;
	font-size: 200%;
}

ul.social>li>a:hover {
	color: #dc1d44;
}


h1 {
	font-size: 100%;
	color: #113555;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #113555;

	margin-top: 1.25em;
	margin-bottom: 2em;
}

h1>span,
h2>span {
	font-size: 200%;
	padding-bottom: 0.1em;
	display: inline-block;
	border-bottom: 0.25em solid #dc1d44;
}

.quote {
	background:
		linear-gradient(rgba(255, 255, 255, 0.6),
			rgba(255, 255, 255, 0.6)),
		url(img/bat-ball-glove.jpg) center center no-repeat;

	background-size: cover;
	padding-top: 2em;
	padding-bottom: 2em;

	margin-top: 2em;
}

.quote p {
	margin: 0;
	text-shadow: 2px 2px 2px #000;
	color: white;
	font-size: 200%;
}

.quote p.citation {
	text-transform: none;
	display: block;
	text-align: right;
	padding: 1em 2em;
}

.top-image {
	background: url('img/stadium.jpg') center center no-repeat;
	background-size: cover;

	height: 400px;
}

.home .category {
	padding-bottom: 1em;
}

.home .category a {
	display: block;
	background: #113555;
}

.home .category a:hover {
	background: #dc1d44;
}

.home .categories h2 {
	color: white;

	margin: 0;
	padding: 0.5em 0.25em;
	text-transform: uppercase;
	font-size: 100%;
	text-align: center;
	height: 44px;
}

.row img {
	width: 100%;
	height: auto;
}

.stories,
.featured {
	padding-bottom: 2em;
}

.row table {
	width: 100%;
	height: 100%;

	padding: 0;
	margin: 0;
}

.row table td {
	padding: 0.4em 1em;
	max-width: 100px;
}

.row table td.stat {
	color: white;
	background: #102b46;

	font-weight: bold;

	text-align: center;
}

.row table td.value {
	color: #102b46;
	background: #e5eaee;

	text-align: left;
}

a.readmore {
	color: #dc1d44;
	text-transform: uppercase;
	font-weight: bold;

	display: block;
	text-align: right;
}

a.readmore:hover {
	color: #113555;
}




h4 {
	color: #102b46;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

a.button {
	background: #102b46;
	border: none;
	color: white;
	text-transform: uppercase;
	padding: 0.5em 1em;
	display: inline-block;
	margin: 1em auto;
}

.player-content {
	padding: 1em 0;
}

.player-content>p {
	padding-bottom: 0.5em;
}

table.profile td.stat {
	min-width: 10em;
	width: 25%;
	text-align: left;
}

.centered {
	text-align: center;
}

.filter {
	margin-bottom: 1em;
}

.filter label,
.sort {
	color: #dc1d44;
	text-transform: none;
	font-size: 100%;
	text-align: right;
}

.sort {
	float: right;
}

.filter label {
	display: block;
}

.filter select {
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
}


.profile {
	padding: 0em 1em 2em 0;
}

.profile .profile-inner {
	background: #eee;
	border-bottom: 2px solid #eee;

	text-align: center;
	height: 100%;
}

.profile:hover .profile-inner {
	background: #ddd;
	border-bottom: 2px solid #dc1d44;
}

.profile .image-container {
	width: 100%;
}



.profile-inner img {
	padding: 1em;
	padding-bottom: 0;

	width: auto;
	max-height: 100%;
	max-width: 100%;
}

.profile h3 {
	text-align: center;
	margin: 0;
	padding: 0.5em 0.25em;
	font-size: 125%;
	height: 3em;
}

.row.properties .profile h3 {
	font-size: 100%;
}

.navbar .navbar-form {
	padding: 0 15px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}


form input[type="checkbox"] {
	float: left;
}

.paging {
	margin: 0 0 10px;
}

.paging a {
	padding: 0.5em 1em;

	background: #113555;
	color: white;
	display: inline-block;
}

section {
	margin-top: 2em;
}

section:first-child {
	margin-top: 4em;
}

section.categories {
	margin-top: 1em;
}

.banner-side,
.banner-bottom {
	text-align: center;
	margin-top: 10px; 
}

.banner-bottom>img {
	width: initial;
	max-width: 100%;
}

.banner-side {
	width: 100%;
}

.no-results {
	padding-top: 2em;
	padding-bottom: 3em;
}

.no-results a {
	color: #dc1d44;
}

.no-results a:hover {
	color: #B67C88;
}

.loading {
	background: url('img/loading.gif') no-repeat center center;

	width: 100%;
	height: 15em;
}

#sidebar ul {
	padding: 0;
}

#sidebar ul li {
	list-style: none;
}


#sidebar h2 {
	width: 100%;
	border-bottom: 1px solid #113555;
}

#sidebar h2 span {
	font-size: 1.2em;
	padding-bottom: 0.1em;
	display: inline-block;
	border-bottom: 0.25em solid #dc1d44;
	font-weight: 700;
	padding-top: 1em;
}

#sidebar .sidebar-widget {
	background: #e5eaee;
	padding: 0 1em 1em;
	margin: 1em 0
}

#sidebar a {
	color: #dc1d44;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

#sidebar a:hover {
	color: #113555;
}

#sidebar .tagcloud {
	text-align: center;
}

#sidebar .tagcloud a {
	display: inline-block;
}

#content {
	margin-top: 50px;
}

.stat-link-button-container {
	margin: 2px;
}

.stat-link-button-container button {
	width: 75%;
}

table.profile {
	border: 2px solid #000;
}

.player-properties .property {
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
	background: #333;
	color: #000;
}

.player-properties .property .image-container {
	height: 250px;
	padding-bottom: 20px;
}

.player-properties .property img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.player-properties .property .caption-container {
	background: #fff;
	padding: 1em;
	border-top: 10px solid #333;
}

#post-content .thumbnail {
	width: 33%;
	float: left;
	margin: 0 1em 1em 0;
}

#video-poster {
	position: relative;
	cursor: pointer;
}

#video-poster i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 80px;
	margin: -40px 0 0 -40px;
	color: #dc1d44;
}

#video-poster:hover i {
	color: #000;
}

.navigation.pagination {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
}

.navigation.pagination .page-numbers {
	margin: 0 4px;
}

.navigation.pagination .prev.page-numbers {
	float: left;
}

.navigation.pagination .next.page-numbers {
	float: right;
}

.mobile-stats {
	border: 2px solid #000;
	padding: 5px;
}

.player-properties .modal-body a.button {
	display: none;
}


.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area ol {
	list-style: outside none none;
	margin: 0;
}

.comments-area ol.children {
	margin-left: 1.5em;
}

#comments input {
	width: 100%;
}

#comments {
	border-top: 1px dotted #999;
	padding-top: 20px;
}

#comments img.avatar {
	border-radius: 100px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	float: left;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	width: 33.2833%;
}

.comment-form-author,
.comment-form-email {
	padding-right: 0.5em;
}

.form-allowed-tags {
	display: none;
}

#reply-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
}

.comment-form-comment {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.comment-notes {
	font-size: 13px;
	font-style: italic;
}

#comments {
	border-top: 1px dotted #999;
	padding-top: 20px;
}

#commentform {
	margin-bottom: 40px;
}

h2.comments-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-top: 5px;
}

ol.comment-list {
	border-bottom: 1px dotted #999;
	list-style: outside none none;
	margin: 0 0 30px;
	padding-bottom: 30px;
}

li.comment article {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e6e7e8;
	margin-bottom: 8px;
	overflow: auto;
	padding: 15px;
}

footer.comment-meta {
	float: left;
	text-align: center;
	width: 30%;
}

div.comment-author {
	font-size: 16px;
	float: left;
	margin-right: 20px;
}

div.comment-author img {
	display: block;
	margin: 0 auto;
	width: 35px;
	border-radius: 50px;
}

div.comment-content {
	float: right;
	font-size: 16px;
	width: 70%;
}

.comment-metadata {
	font-size: 12px;
}

div.reply {
	display: block;
	font-size: 15px;
	overflow: auto;
	width: 100%;
	text-align: right;
}

div.reply a,
.comments-area #submit {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #102b46;
	color: #fff;
	float: right;
}

p.form-submit input.submit {
	padding: 15px;
}

ol.commentlist {
	padding: 0;
}

li.comment {
	border: 1px dotted #aaa;
	padding: 20px;
	list-style: none;
}

div.comment-author .says {
	display: none;
}

.comments-area form textarea {
	width: 100%;
}

.comments-area form p input[type=text] {
	width: 50%;
	margin-right: 5px;
}

.comments-area .children {
	margin-top: 20px;
	margin-bottom: -20px;
	margin-right: -20px;
}

.comments-area .children .comment {
	border-bottom: 0;
	border-right: 0;
}

.nocomments {
	display: none;
}

/* custom css */
@media (max-width: 452px) {

	.sort {
		margin-top: 15px
	}
}

.single-player-related .properties {
    margin: 0;
}



@media (max-width: 768px) {

.comment-details.comments-area form p input[type=text] {

    width: 100%;

}

}
 
 
@media (max-width: 576px) {

.comment-details .comment-form-author, .comment-details .comment-form-email, .comment-details .comment-form-url {

    width: 100%;
}

}

#player_results .row {
    margin: 0;
}
.player-list .profile-inner img{
 height: 260px;
}
.single-player-related .profile-inner img {
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
 
/* Responsive styles */
/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .single-player-related .profile-inner img {
   height: 150px;
  }
}
 
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .single-player-related .profile-inner img {
   height: 200px;
  }
  .player-list .profile-inner img{
 height: 250px;
}

}


 
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
 
    .single-player-related .profile-inner img {
   height: 220px;
  }
}