}
#primary {
	float: left;
	margin: 0 -1% 0 0;
	width: 120%;
	padding: 10px;
}

.single-post #primary {
margin: 0;
}
.single-post #content {
margin: 0 -10%;
width: 120%;
}


/* Flexbox container */
#content {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
}

section-services group {
   order: 1;
}
featuretext_top {
   order: 2;
}
#team {
   order: 2;
}
#testimonials {
   order: 3;
}
#latestnews {
   order: 5;
}
#contact {
   order: 6;
}
#footer {
   order: 7;
}
#content {
    margin: 0 0% 0 0;
}
