/*
Theme Name: 	PSI (Pump Specialist Inc)
Theme URI: 		http://PSISnyder.com
Author: 		LocalEdge
Author URI: 	http://LocalEdge.com
Description:	Child Theme for Betheme - PSI (Pump Specialist Inc)
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.title{
	text-transform: uppercase;
}
.off-color-wrap h2, .off-color-wrap p{
	color:white;
}
.off-color-wrap a , .off-color-wrap a:hover {
	text-decoration:underline;
	color:white;
}
.left-bar{
	border-left: 5px solid white;
	padding-left: 5px;
}
.left-bar-blue{
	border-left: 5px solid #184b8d;
	padding-left: 5px;
}
.off-color-wrap h2{
	margin-top: 25px;
	text-transform: uppercase;
}


.custom-list ul li{
	width: 50%;
    float: left;
    display: list-item;
	color: #5d5e5f;
	
}
.custom-list ul{
	list-style-type: disc;
	
}
.custom-list h4{
	color: #5d5e5f;
}
.right-list{
	width: 50%;
	float: right;
}
.left-list{
	width: 50%;
	float: left;
}
.right-list > strong, .left-list > strong{
	margin-bottom:10px;
	display: block;
}
/*
 *	contact us page styles 
 **/
.contact-form-contact-us .gform_footer input{
	border: 2px solid white !important;
	float: right !important;
}
.contact-form-contact-us input[type="text"], .contact-form-contact-us input[type="email"], .contact-form-contact-us input[type="number"], .contact-form-contact-us input[type="tel"]{
	height: 48px;
	
}
.contact-form-contact-us input[type="text"], .contact-form-contact-us input[type="email"], .contact-form-contact-us input[type="number"], .contact-form-contact-us input[type="tel"], .contact-form-contact-us textarea{
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.8) !important;
}
.contact-form-contact-us input[type="text"]:focus, .contact-form-contact-us input[type="email"]:focus, .contact-form-contact-us input[type="number"]:focus, .contact-form-contact-us input[type="tel"]:focus, .contact-form-contact-us textarea:focus{
	background-color: rgba(255, 255, 255, 0.8) !important;
}

/*
 * 
 * sitemap styles here
 * 
 **/
 
#sitemap {
text-align:center;
}
#sitemap ul > li > ul {
	margin-left: 50px;
}

#sitemap li {
	text-transform: uppercase;
}
#sitemap > ul {
	list-style-type: disc;
	display: inline-block;
	text-align:left;
}
#sitemap > ul ul{
	list-style-type: circle;
}
.button_label {
	text-align: center;
}
@media only screen and (max-width: 767px) {

	.parallax-section{
		padding-top: 20px !important;
	}
	.too-much-space > div{
		padding-top: 0px !important;
	}
}
