.about-us{
	background:#e96656;
}
.our-team{
	padding-bottom:0px;
	margin-bottom:0px;
}

.red-btn{
	background-color: #e22f1a;
}

.green-btn{
	background-color: #05ba34 !important;
}


.about-us{
	background-color: #05ba34;
}

.separator-one{
	background-color: rgba(226, 47, 26, 0.8);
}

.testimonial{
	background-color: #d4b93a;
}

.purchase-now{
	background-color: #e22f1a;
}

.orderby{
	display: none;
}


/* increase font sizes */
p{
   font-size:24px;
	line-height:32px;
	max-width: 800px;
	
}
.focus-box p{
	font-size:20px;
	line-height:28px
}
.about-us p{
	font-size:24px;
	line-height:30px
}
.section-header .section-legend{
	font-size:24px;
}

.yellowbg{
	color:#ff1c00;
	font-weight:bold;
	background-color:#ffff00;
	padding:10px;
	font-size:20px;
}

.our-clients{
	display: none;
}

.redbg{
	background-color:#f92b12;
	padding:10px;
	color:#ffffff !important;
	font-size:24px;
	margin-top:20px;
	
}
.redbg.a{
	color:#ffffff;
}
.redbg.a:visited{
	color:#ffffff;
}

	.navbar-brand{
		padding-left:0px !important;
		padding-right:0px !important;
	}

#main-nav{
	position:fixed !important;
}

/* hide order comments field from checkout */
#order_comments_field {
  display: none;
}

/* hide qty column on cart */
.woocommerce table.cart td:nth-of-type(5), .woocommerce table.cart th:nth-of-type(5) {
	display: none;
}

/* hide quantity on checkout */
.product-quantity{
	display: none;	
}


.woocommerce-result-count{
	display:none;
}

.single_add_to_cart_button{
	margin-top:0px !important;
	padding-bottom: 7px !important;
	margin-right: 50px !important;
}

.woocommerce-shipping-destination{
	display:none;
}


.copyright{
	background-color: #e22f1a;
}

#zerif-copyright{
	color: #ffffff !important;
}
.zerif-copyright-box{
	color: #ffffff !important;
}
.zerif-copyright{
	color: #ffffff !important;
}



@media only screen and (min-width: 1000px) {
/* fixing horizontal align bug */

	.overview-text{
		margin-left:160px
	}
	
.textwidget.custom-html-widget{
	margin-left:170px;
}
	.client-list{
		margin-left: 20px;
	}
	.col-lg-12.col-md-12.column.zerif_about_us_center{
		margin-left:160px;
		
	}

	.textwidget{
		margin-left:170px;
	}


	
}

@media only screen and (max-width: 375px) {

	.contact-us{
	display:none;
}
	
}