/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.l-titlebar {
background-image:
linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
url('http://plumbing.tcsdevelopment.net/wp-content/uploads/header-image.jpg');
background-position: 50% -275px;
background-attachment: fixed;
}
.l-titlebar {
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
0 calc(100% - 1vw)
  );
}
.l-titlebar.color_alternate h1 {color:#fff !important;}
.at_right .w-text-h {text-align: center;}

#double li  { width:50%;float:left;}
#tripple {margin:0;}
#tripple li { width:32%;float:left;}
.needs li {text-align:center;background-color:#0d3d8c;color:#fff;list-style-type: none;padding:10px;margin:5px 5px;}

#two-column{
	width: 100%;
}
#two-column #left{
	width: 50%;
	float: left;
padding-right:10px;
margin: 0 0 1.5rem;
}
#two-column #right{
	width: 50%;
	float: right;
padding-left:10px;
margin: 0 0 1.5rem;
}
#two-column #right input[type="text"], #two-column #left input[type="text"]{width:100%;}

footer .l-section.height_small .l-section-h {
    padding: 1em 0;
}