/*
Theme Name: Score BBall
Theme URI: http://www.scorebball.com
Version: 1.0
Author: 425 Design
Author URI: http://www.425design.com
*/
html{ background: #111; }
body {
	/*background: #0b5b93 url(/wp-content/themes/score/images/landing_bg_site.png) repeat-x center top;*/
background: rgb(68,68,68); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(17,17,17,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(17,17,17,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(17,17,17,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(68,68,68,1) 0%,rgba(17,17,17,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
color: rgba(68,68,68,1);
}

#landing {
  position: relative;
  margin: 15px auto 0 auto;
  width: 970px;
  min-height: 625px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px #092542;
  box-sizing: border-box;
  border: 5px solid #fff;
}

#landing_left {
	position: absolute;
	top: 0;
	left: 0;
/* 	background: url(/wp-content/themes/score/images/landing_bg_left.png) no-repeat left top; */
	width: 578px;
	min-height: 580px;
	border-top-left-radius: 15px;
}

#landing_background {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
}

#landing_background img {
  border-radius: 15px 0 0 0;
}

#landing_brand {
  position: relative;
  top: 0px;
  left: 60px;
  margin: 40px 0;
}


#landing_offer {
  position: absolute;
  top: 175px;
  left: 15px;
  background: url(https://scorebball.com/wp-content/themes/score/images/bg-landing-content.png) no-repeat top center;
  box-sizing: border-box;
  padding: 10px 40px 20px;
  width: 560px;
  height: 350px;
}

#starburst {
  position: relative;
  right: 30px;
  float: left;
  z-index: 2;
}

#landing_offer_headline {
    position: relative;
    top: 4px;
    right: 20px;
    width: 500px;
    font: bold 26px/33px Arial, sans-serif;
    color: #1f1f1f;
    text-shadow: 0 2px #fff;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 32px;
}

#landing_offer_price {
  position: relative;
  bottom: 20px;
  right: 23px;
  width: 514px;
  margin: 0 auto -30px;
  z-index: 0;
}
#landing-content {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  font-family: 'proxima-nova','proxima nova', sans-serif;
  position: relative;
  bottom: 8px;
}
#landing-content p {
  font-size: 24px;
  color: #e90000;
  margin-bottom: 0;
}
#landing-content ul {
  margin: 7px 0;
}
#landing-content li {
  margin: 10px;
  color: #333;
  background: none;
  padding-left: 10px;
  list-style: disc;
  margin-left: 20px;
}

#seen-on {
  position: relative;
  right: 40px;
  top: 10px;
}


#landing-testimonial{
  position: absolute;
  bottom: 0;
  border-radius: 0 0 15px 15px;
  background-size: cover;
  width: 100%;
  height: 90px;
  display: block;
  background: url(/wp-content/uploads/2015/07/bg-landing-testimonial.jpg) no-repeat center bottom;
}

#landing-testimonial img {
  position: relative;
  top: 10px;
  left: 22px;
}

#landing_promo {
	position: absolute;
	top: 430px;
	left: 40px;
	background: url(/wp-content/themes/score/images/landing_bg_promo.png) no-repeat center top;
	width: 488px;
	height: 90px;
	max-height: 90px;
	text-transform: uppercase;
}

#landing_promo p {
	position: absolute;
	top: 0;
	left: 300px;
	font: bold 34px/30px Arial, sans-serif;
	color: #295b8f;
}

#landing_as-seen-on {
	position: absolute;
	top: 530px;
	left: 0;
}

#landing_right {
  position: absolute;
  top: 0;
  left: 593px;
  background: none !important;
  width: 370px;
}

#landing_form {
  background: url(/wp-content/uploads/2015/07/bg-landing-form.png) no-repeat right center; /*rgba(255,255,255,.7);*/
  width: 300px;
  margin: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  min-height: 270px;
  padding: 60px 20px 10px;
}

#landing_form h4 {
    color: #333;
    text-transform: uppercase;
    font-family: "Bebas Neue";
    font-size: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#landing_phone {
  position: relative;
  left: 23px;
}

#landing_video {
  position: absolute;
  top: 355px;
  left: 25px;
  width: 341px;
  border-top: 0;
  padding: 20px 0 0 0;
}

.gform_wrapper {
  position: relative;
  width: 100%;
}

.gform_wrapper .top_label .gfield_label {
	display: none;
}

/*
.gform_body {
  position: absolute;
  top: 63px;
  left: 23px;
}
*/

.gform_wrapper .gform_footer {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
}
.gform_wrapper .gform_footer input[type="submit"] {
  border: 0;
  border-radius: 3px;
  background-color: #ed1c24;
  color: #fff;
  width: 263px;
  height: 37px;
  text-shadow: 0 2px rgba(0,0,0,.6);
  font-size: 20px;
  font-weight: 700;
  font-family: 'proxima-nova','proxima nova',sans-serif;
  margin-top: 0px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
  text-transform: uppercase;
}

#landing .gform_fields {
  padding: 0 !important;
  margin: 0;
}

#landing_form .gform_fields li {
  list-style: none;
  margin: 10px 0;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100%;
  border-radius: 3px;
  border: none;
  line-height: 25px;
  font: normal 16px/25px 'proxima-nova','proxima nova',arial, sans-serif;
  color: #333;
  height: 30px;
  box-shadow: 1px 2px 1px rgba(0,0,0,0.3);
  padding-left: 7px;
}

.gform_wrapper .top_label input, .gform_wrapper .top_label select {
    width: 100%;
    border-radius: 3px;
    border: none;
    line-height: 25px;
    font: normal 16px/25px 'proxima-nova','proxima nova',arial, sans-serif;
    color: #333;
    height: 30px;
    box-shadow: 1px 2px 1px rgba(0,0,0,0.3);
    padding-left: 7px;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
	margin: 9px 0 0 0;
}




/*
	*	Individual Page Styles
*/

.page-id-1505 #landing_form {
  background: url(/wp-content/uploads/2015/07/bg-landing-form2.png) no-repeat right center;
}

.page-id-1505 #landing_offer_headline {
    position: relative;
    margin-top: 0px;
    font: bold 35px/33px Arial, sans-serif;
}

.page-id-1511 #landing_offer_headline {
    line-height: 20px;
    position: relative;
    margin-top: 0px;
    font: bold 22px/29px Arial, sans-serif;
}

.page-id-1511 #landing-content{
	bottom: 18px;
}




.page-id-1643 #landing_phone, .page-id-1654 #landing_phone, .page-id-1656 #landing_phone, .page-id-1660 #landing_phone{
display:none;
}

.page-id-1643 #landing_form, .page-id-1654 #landing_form, .page-id-1656 #landing_form {
  background: url(/wp-content/uploads/2015/08/bg-landing-form3.png) no-repeat right center;
}

.page-id-1660 #landing-content li {
    margin: 5px 10px;
}

.page-id-1660 #landing_form {
  background: url(/wp-content/uploads/2015/08/bg-landing-form4.png) no-repeat right center;
}


.page-id-1723 #landing_offer_price {
    position: relative;
    bottom: 37px;
    right: 0;
    margin: 0 auto -40px;
    z-index: 0;
}

.page-id-1723 #landing_offer_price img {
    width: 479px;
}

.page-id-1723 #landing-content {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    font-family: 'proxima-nova','proxima nova', sans-serif;
    position: relative;
    bottom: 20px;
}

.page-id-1723 #landing-content li {
    margin: 2px 0 0 20px;
}
#landing_form {
    background: rgba(255,255,255,0.9);
    padding: 20px;
    min-height: 100%;
}

.page-id-1723 #landing_form h4 {
    color: #333;
    text-transform: uppercase;
    font-family: "Bebas Neue";
    font-size: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
}

/*********************/
/*** LANDING PAGES ***/
/*********************/
.landing-full .container {
	width: 100%;
	max-width: 980px;
}
.landing-full #mid {
    width: 100%;
    height: 450px;
    background: #fff;
    display: block;
    background-size: cover;
    position: relative;
    margin-bottom: 0;
}

	.landing-full #messaging {
	    width: 100%;
	    max-width: 980px;
	    margin: 0 auto;
	    height: 100%;
	    position: relative;
	    top: 0;
	}
		.landing-full #messaging_headline {
		    position: absolute;
		    bottom: 0;
		    background: #000;
		    max-width: 500px;
		    border-radius: 8px;
		    padding: 20px 10px 10px;
		    color: #ea212d;
		    box-sizing: border-box;
		    width: 100%;
		}
			
			#price {
			    width: 35%;
			    float: left;
			    font-size: 28px;
			    font-family: "proxima-nova","proxima nova", sans-serif;
			    font-weight: 600;
			}
		
				#price span {
				    color: #fff;
				    position: relative;
				    display: inline-block;
				    margin-right: 10px;
				}
				
					#price span:after {
					    content: "";
					    display: block;
					    position: absolute;
					    bottom: 15px;
					    border-bottom: 4px solid #fff;
					    width: 70px;
					    left: 50%;
					    margin-left: -35px;
					}
					
			#dates {
			    width: 60%;
			    text-align: right;
			    float: right;
			    color: #fff;
			    font-size: 20px;
			    font-weight: 300;
			}
						
			.landing-full #messaging_headline h2 {
			    background: #fff;
			    border-radius: 8px;
			    position: relative;
			    margin-top: 45px;
			    padding: 20px;
			    box-sizing: border-box;
			    width: 100%;
			    color: #d00;
			    text-shadow: none;
			    text-align: left;
			    text-transform: none;
			    font-weight: 500;
			    line-height: 100%;
			}


		
.landing-full #content {
    width: 980px;
    float: none;
    margin: 30px auto;
}


	.landing-full #content-left {
	    width: 600px;
	    float: left;
	    position: relative;
	    color: #fff;
	}
	
/*
		.landing-full #content-left:after {
		    content: "";
		    display: block;
		    border-right: 3px solid #777;
		    height: 90%;
		    position: absolute;
		    right: 0;
		    top: 7%;
		}
*/
	
		.landing-full #content-left h4 {
		    font-size: 26px;
		    margin: 10px 0 0;
		    padding-top: 0;
		}
		
		.landing-full hr {
		    height: 0;
		    border-top: 2px solid #d00;
		    margin: 0;
		}
		
		#content-left hr:first-of-type + p {
		    color: #fff;
		    font-size: 21px;
		    top: 15px;
		    position: relative;
		    float: left;
		    width: 100%;
		    margin-bottom: 5px;
		}
		
		#content-left img:first-of-type {
		    max-width: 100%;
		    height: auto;
		    margin: -5px 0 20px;
		    float: right;
		}
		
		.landing-full #content-left ul {
		    margin-top: 20px;
		    padding-left: 5px;
		    color: #fff;
		    -webkit-column-count: 2;
		    -moz-column-count: 2;
		    column-count: 2;
		    font-size: 18px;
		}
		
			.landing-full #content-left li {
			    list-style: disc;
			    margin-left: 0;
			    padding-left: 0;
			    color: #fff;
			    margin: 5px 20px;
		        background: none;
			}

	.landing-full #content-right {
	    width: 340px;
	    float: right;
	    padding-top: 25px;
	    position: relative;
	    z-index: 2;
	    text-align: center;
	    margin-top: -120px;
	}
	
		.landing-full #content-right:after {
		    content: "";
		    display: block;
		    clear: both;
		}

			.landing-full #landing-form {
			    position: relative;
			    background: #f2f2f2;
			    width: 100%;
			    border-radius: 4px;
			    padding: 20px;
			    box-sizing: border-box;
			    color: #777;
			}

				.landing-full #landing-form p {
				    font-size: 16px;
				    text-align: center;
				    margin: 0 auto;
				
				}

				.landing-full #landing-form h4 {
				    font-size: 17px;
				    text-align: center;
				    margin: 0 auto;
				    text-transform: none;
				    color: #333;
				    font-weight: 300;
				    padding-top: 0;
				}
					
					#landing-form h4 span {
					    font-size: 24px;
					    display: block;
					    font-weight: 700;
					}

				
				.landing-full #landing-form label {
				    display: none;
				}
				
				.landing-full #landing-form input {
				    height: 37px;
				    border-radius: 2px;
				    border: none;
				    padding: 8px;
				    margin: 5px auto;
				    box-shadow: none;
				    width: 100%;
				    min-width: 100px;
				    box-sizing: border-box;
				    background: #ddd;
				    box-shadow: none;
				    font-weight: 100;
				    font-family: "open sans","open-sans", sans-serif;
				}
				
				.landing-full .gform_wrapper .gform_footer {
				    padding: 0 !important;
				    margin: 6px 0 0 !important;
				    clear: both;
				}
				
				.landing-full #landing-form input[type=submit] {
				    width: 100%;
				    min-height: 35px;
				    margin-bottom: 0;
				    background-color: #d00;
				    color: #fff;
				    font-weight: 600;
				    font-size: 20px;
				    font-family: "proxima-nova","proxima nova", sans-serif;
				    text-transform: uppercase;
				    text-shadow: 1px 2px 0 rgba(0,0,0,.5);
				    padding: 0.5em !important;
				    line-height: 100%;
				    border-radius: 2px;
				}

			#testimonial {
			    color: #fff;
			    font-style: italic;
			    font-size: 18px;
			    position: relative;
			    max-width: 350px;
			    padding: 20px;
			    box-sizing: border-box;
			    font-weight: 300;
			    font-family: "open-sans","open sans",sans-serif;
			}
				#testimonial img {
				    margin: 20px 0;
				
				}
				
				#testimonial p {
				    margin-bottom: 0;
				}
				
					#testimonial span {
					    display: block;
					    font-style: normal;
					    font-weight: 700;
					    font-size: 20px;
					    line-height: 24px;
					    margin-top: 10px;
					    text-transform: uppercase;
					    color: #fff;
					    font-family: "proxima nova","proxima-nova", "open sans", sans-serif;
					}


.landing-full #as-seen {
    position: relative;
    margin: 20px auto;
    width: 310px;
    z-index: 0;
    overflow: hidden;
    top: 0;
}

.landing-full .btn {
    margin-top: 20px;
}



@media screen and (max-width: 480px){
	#landing {
	    width: 100%;
	    height: auto;
        min-height: 685px;
	}
	#landing_left {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
        min-height: 680px;
	}
		#landing_offer {
		    width: 90%;
		    border-radius: 10px;
		    position: relative;
		    margin: 0 auto 20px;
		    height: auto;
		    left: 0;
		    padding: 10px 15px 20px;
		    background: rgba(255,255,255,.9);
			background-image: none;
		}
		#starburst {
		    position: relative;
		    right: 30px;
		    float: none;
		    z-index: 2;
		    margin-top: -30px;
		}
		#landing_offer_price {
		    left: 0;
		    right: 0;
		    width: 100%;
		    height: auto;
		    bottom: 0;
		    margin: 0 auto;
		    text-align: center;
		}
		#landing_offer_price img {
		    width: 100%;
		}
	
	#landing_right {
	    position: relative;
	    top: 0;
	    left: 0;
	    background: none !important;
	    width: 100%;
	}
		#landing_brand {
		    position: absolute;
		    top: -660px;
		    left: 20px;
		}
		.page-id-1488 #landing_brand, .page-id-1511 #landing_brand{
		    left: 190px;
		    top: -710px;
		}
		#landing_brand img {
		    max-width: 110px;
		}
		
		#landing_form {
		    width: 300px;
		    margin: 0 auto 70px;
		}
		#landing_phone {
		    position: relative;
		    left: 0;
		    margin-bottom: 120px;
		    margin-top: -50px;
		    width: 100%;
		    text-align: center;
		}
	#landing-testimonial {
	    background-position: -495px;
	    background-size: 260%;
	}
		#landing-testimonial img {
		    display: none;
		}

	
/* 	.page-id-1505  */
	#landing_offer_headline {
	    position: relative;
	    margin-top: 10px;
	    font: bold 24px/33px Arial, sans-serif;
	    width: 100%;
	    padding: 0;
	    right: 0;
	    left: 0;
	    text-indent: 0;
	}

        .page-id-1660 #landing_offer_headline, .page-id-1643 #landing_offer_headline, .page-id-1654 #landing_offer_headline, .page-id-1656 #landing_offer_headline {
    		position: relative;
   		 margin-top: -50px;
   		 font: bold 33px/33px Arial, sans-serif;
   		 width: 100%;
   		 padding: 0;
  		  margin-bottom: 30px;
  		  right: 0;
  		  left: 0;
  		  text-indent: 70px;
  		  text-align: right;
	}


.page-id-1723 #landing_offer_price {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}

.page-id-1723 #landing_offer_price img {
    width: 100%;
}

.page-id-1723 #landing_offer_headline {
    position: relative;
    margin-top: -50px;
    font: bold 24px/33px Arial, sans-serif;
    width: 100%;
    padding: 0;
    right: 0;
    left: 0;
    text-indent: 0;
    margin-left: 70px;
}
}