

.q_logo_vertical {
    text-align: center;
    margin-top: 75px;
    border-bottom: 3px solid white;
    padding-bottom: 45px;
}

p.big {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

p.middle-big {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}
h1,h2,h3,h4,h5,h6,p {
  text-align: center;
}

ul.products-list {
    list-style: none;
}

h2.who-are:before {
  content: "";
  padding: 20px 50px 20px 35px; 
  background: url('/wp-content/uploads/2016/05/info-icon.png') no-repeat left center; 
  vertical-align:middle;
}

h3.truck:before {
    content: "";
    padding: 20px 70px 20px 35px;
    background: url('/wp-content/uploads/2016/05/truck-icon.png') no-repeat left center;
    vertical-align: middle;
}

h3.wrench:before {
  content: "";
  padding: 20px 50px 20px 35px;
  background: url('/wp-content/uploads/2016/05/wrench-icon.png') no-repeat left center; 
  vertical-align:middle;
}

h2.products:before {
  content: "";
  padding: 20px 50px 20px 35px; 
  background: url('/wp-content/uploads/2016/05/products-icon.png') no-repeat left center; 
  vertical-align:middle;
}

h2.medal:before {
  content: "";
  padding: 20px 30px 20px 35px; 
  background: url('/wp-content/uploads/2016/05/medal-icon.png') no-repeat left center; 
  vertical-align:middle;
}

h2.location:before {
  content: "";
  padding: 20px 30px 20px 35px; 
  background: url('/wp-content/uploads/2016/05/location-icon.png') no-repeat left center; 
  vertical-align:middle;
}

h2.contact:before {
  content: "";
  padding: 20px 50px 20px 35px; 
  background: url('/wp-content/uploads/2016/05/contact-icon.png') no-repeat left center; 
  vertical-align:middle;
}

#responsive-form{
	max-width:1100px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

#back_to_top {
    bottom: 145px;
}