


/* **********  Footer  ********** */

@media screen and (max-width: 750px) { 

#footer { text-align:center; }
#footerBottomCol3inner { display:inline-block; }

}


/* **********  Clients List  ********** */

@media screen and (max-width: 900px) { #clientsList .client { width:50%; } }
@media screen and (max-width: 480px) { #clientsList .client { width:100%; } }


/* **********  Team list  ********** */

@media screen and (max-width: 900px) { #teamWrapper .teamItem { width:50%; }  #teamWrapper .teamItem.optional { display:none; }  }
@media screen and (max-width: 480px) { #teamWrapper .teamItem { width:100%; } #teamWrapper .teamItem.optional { display:block; } }


/* **********  Featured Work  ********** */

@media screen and (max-width: 568px) { #featuredWorkWrapper .featuredWorkItem { width:100%; } }


/* **********  Portfolio list  ********** */

@media screen and (max-width: 900px) { #portfolioResults .portfolioItem { width:50%; } }
@media screen and (max-width: 480px) { #portfolioResults .portfolioItem { width:100%; } }
@media screen and (max-width: 642px) {
	#portfolioFilter .spacer { display:none; }
	#portfolioFilter .label { display:block; }

}


/* **********  News  ********** */
.newsItem4 { display:none; }


@media screen and (max-width: 900px) { 
	#newsList .newsItem { width:50%; } 
	.newsItem4 { display:block; }
}
@media screen and (max-width: 480px) { 
	#newsList .newsItem { width:100%; } 
	.newsItem4 { display:none; }
}



/* **********  Cookie Banner  ********** */

@media screen and (max-width:520px)  { #cookiebanner.f-ms { width:195px; } }

@media screen and (max-width:430px)  { #cookiebanner.f-ms { width:auto; left:3%; padding-top:70px; } }



/* **********  Misc  ********** */

@media screen and (max-width: 371px) { #iconlogofooter.f-ms { margin:8px 45px; } }

@media screen and (max-width: 568px) { p.pIntro2 { display:none; } }

@media screen and (max-width: 750px) { 
	#mailingListSignupTitle br { display:none; }
	p.pFooterAddress { text-align:left; }
}









