/*
 Theme Name:     Pacesetter Media child of Pacesetter Site Theme
 Theme URI:      http://www.pacesettermedia.com
 Description:    This CSS style sheet appears at the bottom on the html head. Child Theme by Pacesetter Media
 Author:         Dave Loebig
 Author URI:     http://www.pacesettermedia.com
 Template:       pacesettersite
 Version:        1.0.0
 Site:           CollegeTennis.com, Dec 2016
 
*/


/*Check Out Shopping Card*/

/*
.home .productsgridXXX {
	display: inline-block;
	max-widthxxx: 72%;
	margin: 0;
	}

.homeXXX div.productsgrid ul {
	margin: 0;
	}
*/


@media (max-width: 769px) {

#mobilehometext h1 {
	margin: 0;
	font-size: 22px;
}

.home .productsgrid {
	display: block;
	max-width: 100%;
	}

}

@media (max-width: 643px) {

#mobilehometext {
	bottom: 5px;
	left: 5px;
}


#mobilehometext h1 {
	font-size: 18px;
}

.slider-pro h2.sp-layer {
	min-width: 90%;
}
}

@media (max-width: 540px) {

#mobilehometext h1 {
	font-size: 16px;
}

}

@media (max-width: 440px) {
#mobilehometext {
	padding: 4px;
	bottom: 5px;
	left: 5px;
}
	
#mobilehometext h1 {
	font-size: 14px;
	
}

}