/*
Theme Name: SD Intensity
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'News Cycle', sans-serif;
	font-size: 18px;
	background: #000;
	color: #f6f6f6;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #56A0D3;
	text-decoration: none;
}
a:hover, a:active {
	color: #be0000;
}
a.email, a[rel="tel"] {
	color: #fff;
	font-family: 'News Cycle', sans-serif;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
	margin: 0 50px 20px 0;
}
.float-right {
	float: right;
	margin: 0 0 20px 50px;
}
.half, .third, .fourth {
	margin: 0 1%;
	float: left;
	color: #242424;
	min-height: 225px;
	margin-bottom: 30px;
	border-bottom: 2px solid #000;
	background: #ccc;
	}
.half {
	width: 48%;
}
.third {
	width: 31%;
}
.fourth {
	width: 23%;
}
.half:hover, .third:hover, .fourth:hover {
	background: #fefefe;
}

img.affiliations {
	margin: 10px 20px 10px 0;
}
 .half h3,
 .third h3,
 .fourth h3 {
	margin-top: 0 !important;
	color: #fff !important;
	background: #000;
	padding: 2px 10px 5px;
	font-size: 1.05em;
}
 .half p,
 .third p,
 .fourth p {
	padding: 5px 10px;
	margin-bottom: 5px;
	line-height: 1.25em;
	font-size: 1em;
}
.content-container {
	position: relative;
	min-height: 250px;
	clear: both;
	background: #f6f6f6;
	color: #333333;
	padding: 0 24px;
}
.content-container:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
h1 {
	font-size: 2.25em;
}
 h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #56A0D3;
	margin-bottom: 5px;
	margin-top: 60px;
	padding-top: 45px;
	border-top: 2px dashed #454545;
	clear: both;
}
 h2 span {display: none;}

 h2.first {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none !important;
}
 p {
	margin: 0px 0px 25px;
}
 h3 {
	margin-bottom: 0px;
	font-size: 1.25em;
}
 h4 {
	margin-bottom: 0px;
}
 ul {
	padding: 0px;
	margin: 0px 0px 5px;
}
 li {
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.nav {
	height: 46px;
	line-height: 26px;
	margin: 50px 0 0;
	text-align: center;
	float: right;
}
.nav a:first-child {
	display: none;
}
.nav p {
	color: #000;
	font-size: 1.2em;
	font-weight: 700;
	display: inline;
}
.nav a {
	color: #000;
	padding: 7px 10px;
	margin: 0;
	height: 28px;
	display: inline-block;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: -.1px;
	border-radius: 5px;
}
.nav a:hover {
	background: #be0000;
	color: #fff;
}
#home {
	background: url(images/basketball-floor.jpg) top center;
	background-size: cover;
	padding: 0 5%;
	min-height: 130px;
	z-index: 10;
	box-shadow: 0 3px 15px #151515;
}
#home.fixed {
	top: 0px;
	width: 100%;
	z-index: 999;
	box-shadow: 0 3px 15px #151515;
	background: url(images/basketball-floor-lowres.jpg) top center;
	border-top: 5px solid #56A0D3;
	margin: 0;
	position: fixed;
	height: 46px;
	min-height: 0;
	padding: 0;
}
#home .sd-intensity {
	width: 200px;
	padding: 15px 0;
	float: left;
}
#home.fixed .sd-intensity {
	display: none;
}
#home.fixed .nav {
	float: none;
	margin-top: 0;
}
#home.fixed .nav a{
	height: 32px;
	border-radius: 0;	
}
#home.fixed .nav a:first-child {
	display: inline-block;
}
#home .sd-intensity img {
	width: 100%;
	display: block;
}
/*team*/
.team {
	color: #f6f6f6;
	text-align: center;
	box-shadow: 0 0px 15px #151515;
	z-index: 9;
}
#slideshow {
	background: #242424;
	background-size: cover;
	padding: 0;
	position: relative;
	height: 750px;
	overflow: hidden;
}
 h1{
	position: absolute;
	bottom: 20px;
	left: 0px;
	z-index: 9;
	padding: 5px 10px 15px 25px;
	background: #242424;
	margin: 0;
	text-align: left;
	display: none;
	}
	h1.home-h1 {
		position: relative;
		bottom: auto;
		left: auto;
		z-index: 9;
		padding: 0;
		background: transparent;
		margin: 0 0 10px;
		color: #56A0D3;
		}
#slideshow .images {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
}
#slideshow .images img {
	width: 100%;
}
#slideshow .indicators {
	bottom: 0px;
	left: 50%;
	position: absolute;
	z-index: 99;
}
#slideshow .indicators div {
	background: rgba(255, 255, 255, .65);
	border-radius: 10px;
	cursor: pointer;
	display: block;
	float: left;
	height: 12px;
	margin: 5px;
	width: 12px;
}
#slideshow .indicators .active {
	background-color: #fff;
}
#team-5thpoint {
	background: #242424 url(../images/5thpoint.jpg) center;
	background-size: cover;
}

#team-take {
	background: #242424 url(../images/defense-5th.jpg) center;
	background-size: cover;
}
#team-essentials {
	background: #242424 url(../images/essentials.jpg) center;
	background-size: cover;
}
#team-vegaspregame{
	background: #242424 url(../images/vegas-postgame.jpg) center;
	background-size: cover;
	}
#team-waterbreak {
	background: #242424 url(../images/waterbreak.jpg) center;
	background-size: cover;
}
#team-sol {
	background: #242424 url(../images/stack.jpg) center;
	background-size: cover;
}
#team-schedule {
	background: #242424 url(../images/sdsu-group.jpg) center;
	background-size: cover;
}
#team-team {
	background: #242424 url(../images/tournament.jpg) center;
	background-size: cover;
}
#team-defense {
	background: #242424 url(../images/defense.jpg) center;
	background-size: cover;
}
#team-salma {
	background: #242424 url(../images/salmavseastsiders.jpg) center;
	background-size: cover;
}
.team a.join {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	color: #fff;
	background: url(../images/black-trans.png);
	font-weight: bold;
	margin-top: 8%;
	display: inline-block;
}
.team a.join:hover {
	background: #000;
}


/*kicks*/
#kicks {padding-top: 0;}
#kicks form{margin-top: 20px;}
#kicks label {
	width: 100px;
	float: left;
	margin-right: 3px;
}
#kicks label span{
	color: #888;
	font-style: italic;
	font-size: 11px;
}
#kicks input,
#kicks select{
	width: 200px;
	border: none;
	padding: 3px 5px;
	border: none;
	background: #333;
	color: #fff;
	height: 18px;
	}
	#kicks select{
		width: 209px;
		height: 24px;
	}
	#kicks input.purchase{
		margin: 20px 0;
		padding: 10px 20px;
		border: none;
		background: #56A0D3;
		height: auto;
		text-align: center;
		cursor: pointer;
		text-transform: uppercase;
		width: 313px;
		}
	
#kicks ol li{
	margin: 5px;
	padding: 5px;
	background: #555;
	}
	#kicks ol li.winner{
		background: #00aeef;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		font-size: 18px;
		text-shadow: 1px 1px 3px #00668c;
		border: 1px solid #fff;
		letter-spacing: 1px;
	}


#kicks ol {
	margin: 20px 0;
	padding: 15px 15px 15px 30px;
	background: #333;
	border: 2px solid #56A0D3;
	}

#kicks .owl-carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}

#kicks .randomize{
	cursor: pointer;
	padding: 5px 20px 7px;
	line-height: 1.5em;
	border: 1px solid #fff;
	border-radius: 5px;
	display: inline-block;
	}
#kicks .randomize:hover,
#kicks .randomize:active{
	background: #56A0D3;
	color: #000;
	border: 1px solid #fff;
	}

/* Player */
.player {
	width: 30%;
	float: left;
	padding: 10px .75%;
	margin: .75%;
	background: #333;
	cursor: pointer;
	position: relative;
	}
	.player:hover{
		background: #56A0D3;
		z-index: 9;
		box-shadow: 0px 0px 5px #121212;
		}
.player h3{
	float:left;
	margin-top: 0;
	width: 65%;
	line-height: 1.35em;
	color: #dcdcdc;
	}
		.player:hover h3{color: #000;}

	@media (min-width: 601px){
		.player:nth-child(3n+1){
			clear: left;
		}
		}
.player span{
	display: block;
	}
.player span.number{
	color: #fff;
	float: right;
	font-size: 2.35em;
	font-weight: bold;
}
.player span.position{
	clear: left;
	float:left;
	color: #cce1f1;
}
		.player:hover span.position{color: #242424;}

.player .details{
	clear: both;
	position: absolute;
	width: 91%;
	top: 10px;
	left: 2.25%;
	padding: 1% 2.285%;
	transition:  0.6s ease;
	opacity: 0;
	font-size: 1.2em;
	text-shadow: 0px 1px 2px #333;
}
/*.player:hover .details{display: block;}*/
.player span.height:before{ content: "Height: ";}
.player span.age:before{ content: "Age: ";}
.player span.grade:before{ content: "Grade: ";}

.player img {
	max-width: 100%;
	transition:  0.5s ease;
	}
.player:hover img{
	opacity: .2;
}
.player:hover .details{
	opacity: 1;
}

/* Merch */
.merch-item{
	float: left;
	width: 32%;
	text-align: center;
	margin: .5%;
	background: #333;
}
.selector{display: none;}
#productSelector {display: block;}

.product-item,
.design-item{
	float: left;
	width: 47%;
	text-align: center;
	margin: .5%;
	padding: 1%;
	background: #333;
	cursor: pointer;
}
.product-item:hover,
.design-item:hover{background: #444;}
.product-item label,
.design-item label{
	height: 125px;
	display: block;
	cursor: pointer;
	}
.product-item label span,
.product-item input,
.design-item label span,
.design-item input{ display: none;}

.product-item img,
.design-item img,
.merch-item img{
	max-height: 100%;
	max-width: 100%;
	}		
	
	 .order-display {
		position: relative;
	 }
	 #merch-display{
		display: none;
		}
	#merch-builder {
		width: 1000px;
		margin: 0 auto;
		}
	#merch-builder h2 {
		margin-top: 0px;
		padding-top: 0px;
		border-top: none !important;
		}
		
	#merch-builder input,
	#merch-builder select {
		background: #333;
		border: none;
		width: 300px;
		padding: 5px;
		color: #fff;
		height: 20px;
		}
	#merch-builder select {
		height: 30px;
		}
	#merch-builder .next,
	#merch-builder .prev,
	#merch-builder .startover{
		border: 2px solid #56A0D3;
		color: #56A0D3;
		text-transform: uppercase;
		text-align: center;
		cursor: pointer;
		margin: 20px 0px 0px;
		padding: 3px 2px;
		height: 30px;
		display: inline-block;
		clear: both;
		width: 175px;
		}
	#merch-builder .purchase-order{
		border: 2px solid #56A0D3;
		background: #56A0D3;
		color: #000;
		text-transform: uppercase;
		text-align: center;
		cursor: pointer;
		margin: 5px 0px 0px;
		padding: 3px 2px 7px;
		width: 362px;
		}
	#merch-builder .purchase-order:hover{
		background: #000;
		color: #56A0D3;
		}
	#productSelector .next,
	#designSelector .next,
	#sizeSelector .next{display: none;}
	
	#merch-builder .next:hover,
	#merch-builder .startover:hover{
		background: #56A0D3;
		color: #000;
		}
		
	#merch-builder .prev{
		border: 2px solid #bcbcbc;
		color: #bcbcbc;
		}
	#merch-builder .prev:hover{
		background: #bcbcbc;
		color: #000;
		}
	#purchaseSelector span {font-weight: 600;}
		
	#sizeSelector .onesize{display: none;}
		
	.product {	
		width: 95%;
		padding: 2.5%;
	}
	
	.product span, 
	.design span {display: none;}

	.product > img {
		width: 100%;
		}
	.design{	
		position: absolute;
		top: 20%;
		left: 35%;
		width: 36%;
		text-align: center;
	}
	.design > img {
		max-width: 100%;
		}
	#merch .submit {
		display: block;
		color: #56A0D3;
		border: none;
		margin: 10px auto 0;
		text-transform: uppercase;
		cursor: pointer;
		}

table {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-bottom: 10px;
	width: 80%;
}
table td, table th {
	padding: 5px 10px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
table th {
	text-align: left;
	color: #000;
	background: #999;
}

 .half {
	width: 49%;
	float: left;
	}
	 .half:first-child {
		margin-right: 2%;
	}
	
.accordion {cursor: pointer; margin-top: 5px;}
.accordion:before{content: "+ ";}	
.accordion.active:before{content: "- ";}	

.accordion + div, .accordion + ul, .accordion + p{
	display: none;
	}
@media (max-width: 1500px) and (min-width: 1200px) {
#slideshow {
	height: 575px
}
}
@media (max-width: 1200px) and (min-width: 920px) {
#slideshow {
	height: 450px
}
}

@media (max-width: 920px) and (min-width: 751px) {
#slideshow {
	height: 375px
}
#home {
	padding: 0 5%;
}
}

@media (max-width: 750px) and (min-width: 601px) {
#slideshow {
	height: 295px
}
#home {
	padding: 0 3%;
}
#home .sd-intensity {
	width: 150px;
	padding: 25px 0;
}
.nav a {
	font-size: 1em;
	padding: 7px 5px;
}
}


@media (max-width: 600px) {
#slideshow {
	height: 215px;
	min-height: 0;
}
#team-take {
	background: #242424 url(../images/defense-5th-lowres.jpg) center;
	background-size: cover;
}
#team-essentials {
	background: #242424 url(../images/essentials-lowres.jpg) center;
	background-size: cover;
}
#team-sol {
	background: #242424 url(../images/stack-lowres.jpg) center;
	background-size: cover;
}

#team-schedule {
	background: #242424 url(../images/sdsu-group-lowres.png) center;
	background-size: cover;
}
#team-team {
	background: #242424 url(../images/tournament-lowres.jpg) center;
	background-size: cover;
}
#team-defense {
	background: #242424 url(../images/defense-lowres.jpg) center;
	background-size: cover;
}
img {
	max-width: 100%;
}
#home {
	height: auto;
	min-height: 0;
}
#home.fixed {
	height: auto;
}
#home .sd-intensity {
	width: 40%;
	float: none;
	padding: 0 30%;
}
.nav {
	height: 50px;
	width: 95%;
	padding: 0 2.5%;
	margin: 0;
	display: none;
}
.nav.fixed {
	display: block;
}
.nav.fixed a:first-child {
	margin-left: 0;
}
.nav a {
	padding: 10px 7px;
	margin: 0;
}
.nav.fixed, #home {
	background: url(../images/basketball-floor-lowres.jpg) top center;
}
#home.fixed .nav{
	width: 96%;
	padding: 0 2%;
	}

/*#home .sd-intensity {
		width: 80%;
		padding: 35% 10%;
		}*/
h1 {
	font-size: 1.75em;
}
 h2 {
	font-weight: normal;
}

 h3,  strong {
	margin-bottom: 0px;
	}
.float-left, .float-right {
	float: none;
	margin: 15px 20%;
	text-align: center;
	width: 60%
}
.half, .third, .fourth {
	float: none;
	width: 100%;
	margin: 10px 0;
	min-height: 115px;
}
.hide-mobile {
	display: none;
}

 .half {
	width: 100%;
	float: none;
	}
	 .half:first-child {
		margin-right: 0%;
	}
.merch-item{
	float: left;
	width: 49%;
	text-align: center;
	margin: .5%;
	background: #333;
}
.player{
	width: 95%;
	margin: 2.5% 0;
	padding: 2.5%;
}
.player h3 {
	width: 70%;
	line-height: 1.25em;
	}
}
@media screen and (max-width: 405px) {
#slideshow {
	height: 150px;
	min-height: 0;
}

}

.date-top {color: #fff;}

