/*
Theme Name: Rookie - child
Author: Valerio
Author URI: https://www.launchmedia.ca
Description: Rookie child theme
Version: 1.0
Template:     rookie
*/
@import url("../rookie/style.css");


body{
	background:#143A63;
	background-image:url(images/player-bg2.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:top center;
}
/* header */

.site-branding {
	padding:0px;
	margin-top:20px;
	/* background-image:url(images/header-bg2.png);*/
	background-repeat:repeat-x;
	background-position:bottom;
	background-size:auto;
}
.main-navigation {
	display:none;
}
.site-title {

}
.site-credit {
	display: none;
}

.site-title a {
	display:block;
	text-indent: -99999999px;
	height:160px;
	width:226px;
	margin:0 auto;
	background-image:url(images/ids-logo.png);
	background-repeat:no-repeat;
}


h2.site-description {
	display:none;
}

/* footer */
.site-footer {
	background:none;
}
.site-info {
	padding:20px 15px;
	color:#369;
}

.footer-widget-region {
	display:none;
}

/* content area */
.content-area {
	box-shadow:none;
	border:1px #39688A solid;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
}

.site-content {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.0);
	background:none;
}

/* text formatting */
blockquote::before, q::before {
	content:"";
}

blockquote, q {
	margin:0px;
	padding:15px;
	background:rgba(134,210,234,.2);
	color:#fff;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-style:normal;
	font-weight:normal;

}
blockquote p {
	display:block;
	font-weight:300;
	font-size:14px;
}



/* accordion */

h3.accordion-title {
	color:#fff;
	font-size:16px;
}

.accordion-title {
	background: rgba(3,43,69,.6);
	padding:15px;
	background-image:url(images/ham-yellow.png);
	background-repeat:no-repeat;
	background-position: right 15px top 10px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

.accordion-title:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}



.accordion-title:hover::after {
	content:"(Table/Results)";
	text-transform:capitalize;
	float:right;
	font-size:12px;
	margin-right: 60px;
}


.accordion-title.open {
	opacity: 1.0;
	filter: alpha(opacity=100);
}



/* Sportpress */
.sp-table-caption {
	border-top: #000 2px solid;
}

.sp-table-caption{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/* Sportpress */
table {
	background:none;
}


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

	th, td {
		padding: 0.225em;
	}
	th {
		font-size:13px;
	}
	th.data-f, td.data-f, th.data-a, td.data-a {
		display:none;
	}

}
