/*
Extra CSS for Hours Knit & Stitch site
*/

#gts-testimonials {
	width: 90%;
	margin:10px auto;
	/**border: #666 thin dashed;*/
	padding: 5%;
}

#gts-testimonials h5,
.gts-company {
	float: right;
	font-size:85%
}



#gts-testimonials .gts-company {
	clear: right;
	margin-top: 10px;
}



.contact {
	clear:left;
	margin-top: 20px;
	margin-top: 2.0 rem;
}

/** partner logos
*/

.logo-display {
	width: 100%;
	 display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
}

.logo-item {
	box-flex: 1;
	width: 24%; /** 32%; /**31.623931623931625%;	*/
	margin-bottom: 15px;
}


@media only screen and (max-width: 768px) {
	
	.logo-item {
		width: 50%;
	}
	
}

@media 
only screen and (max-width: 480px),
(min-device-width: 320px) and (max-device-width: 480px)  {
	
	.logo-item {
		width: 100%;
	}
	
	
}
