/*
Theme Name: Storefront StVBC
Version: 1.0
Description: A child theme of Storefront
Author: gobrien@yupon.com
Template: storefront
*/

@import url("../storefront/style.css");

.site-header {
    background-color: #ffffff;
	margin-bottom: unset !important;
}

.site-header .site-branding {
	width: unset;
}

.woocommerce-breadcrumb {
	margin-bottom: unset;
}

.single-product div.product .woocommerce-product-gallery {
	width: 30%;
}

.single-product div.product .summary {
    width: 64%;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]{
	vertical-align: top;
	margin-top: 5px;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: unset !important;
}

a{
	color: blue;
}

.single-team-content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.score-board{
  font-family: 'Days One', sans-serif;
  list-style: none;
  padding:0;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  border-radius: 5px 5px 30px 30px;
  color: #0E1326;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
}

.game-photo{
	/* margin: 0 auto; */
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	width:300px;
	float:left;
}

.game-report h1,h2,h3,h4{
	clear: unset;
	margin-top: unset !important;
}

.score-board li{display: inline-block;}
    
.score-board img{
	max-height: 50px;
	position: absolute;
	top: 0;
}
  
.team-home{
	float: left;
	left: 0;
	padding-left: 15px;
	border-radius: 5px 5px 5px 30px;
}

.score{
	color: white;
	border-radius: 10px 10px 100px 100px;
	background: #3b679e; /* Old browsers */
	background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C */
}

.team-visitor{
	float: right;
	right: 0;
	padding-right: 15px;
	border-radius: 5px 5px 30px 5px;
}

.time{
	color: white;
	clear: both;
	position: absolute;
	left: 50%;
	font-size: 60%;
	border-radius: 5px 5px 50px 50px;
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
}


@media (min-width:568px) {  
	.score-board{
		  font-size: 28px;
		  width: 550px;
		  height: 50px;
	}
	
	.score{
		padding: 0px 30px;
	}
	
	.time{
		width: 270px;
		margin-left: -135px;
		top: 50px;
	}
}

@media (max-width:568px) {
	.score-board{
		  font-size: 15px;
		  width: 300px;
		  height: 25px;
	}
	
	.score{
		padding: 0px 10px;
	}
	
	.time{
		width: 150px;
		margin-left: -75px;
		top: 25px;
	}
}

.display-posts-listing{
	font-size: 1.25em;
}

.display-posts-listing a { color: unset;}

.team-photo{
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	float:left;
}


@media (min-width:568px) {  
	.team-photo{
		width:400px;
	}
}

@media (max-width:568px) {  
	.team-photo{
		width: unset;
	}	
}

.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox{
	width:unset !important
}