/* ==========================================================================
   Base
   ========================================================================== */

#fullWrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}



* {
	margin: 0;
}
html,
body {
	 background: #fff;
   margin:0;
   padding:0;
   height:100%;
	 font-family: Arial, Helvetica, sans-serif;
	 margin-right: auto !important;
}

h1 {
  font-size: 30.5px;
}

h2 {
  font-size: 21.5px;
  margin: 0 0 ;
  line-height: 150%;
}

a {
  color: #006400;
  text-decoration: none;
}

a:hover {
	color: #333;
  text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}

[class*="span"] {
  margin-left: 40px;
}

.home [class*="span"] {
  margin-left: 0;
  margin-right: 0;
}

/* =============================================================================
   Header
   ========================================================================== */


.navbar .brand {
  color: #777777;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  margin-left: -33px;
  padding: 10px;
  text-shadow: 0 1px 0 #FFFFFF;
}

.strapline {
  color: #999999;
  float: left;
  font-size: 14px;
  font-style: italic;
  margin: 15px 0 0 0px;
  width: 500px;
}

.navbar .nav {
  display: block;
  float: left;
  left: 0;
  margin: 32px 10px 0 -511px;
  position: relative;
}

.navbar .btn-navbar {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: #FFFFFF;
  display: none;
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 10px;
  text-shadow: none;
}

.banner {
  background: #fff;
  height: 115px;
  padding: 0;
  width: 100%;
  z-index: 500;
}

.home .banner {
	display: none;
}

.navbar-inner {
  background: transparent;
  border: medium none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  margin: auto;
  min-height: 0;
  padding: 0;
}


.navbar .nav > li > a {
  color: #666;
  float: none;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding: 40px 12px;
  text-decoration: none;
  text-shadow: none;
}


.navbar .nav > li > a:hover {
  color: #006400;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #006400;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  background-color: transparent;
  box-shadow: none;
  color: red;
  text-decoration: none;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  box-shadow: none;
}


.ie7 .container {
  background-color: #000;
}

.navImages {
  width: 988px;
}

.navImages img {
  border: 0 none;
  height: auto;
  max-height: 122px;
  max-width: 186px;
  vertical-align: middle;
}

.navImages .item {
  float: left;
  margin: 10px 0 0 10px;
}

.navImages h2 {
  font-size: 17px;
  line-height: 150%;
  margin: -23px 0 0 3px;
}

.navImages .item a,
.navImages .item a:visited {
	color: #fff;
}

.navImages .item a:hover {
	color: #ccc;
}

/* ==========================================================================
   Content
   ========================================================================== */

.container {
  margin-left: auto;
  margin-right: auto;
 /* top: 113px; */
}

/* ==========================================================================
   Primary Content
   ========================================================================== */
.span12 {
  margin-bottom: 50px;
  width: 100%;
}

.main { }

.home .page-header {
	display: none;
}

.home .wrap.container {
	width: 100%;
}

#boxes .item h2 {
  bottom: 0;
  color: #ffffff;
  display: inline-table;
  float: left;
  font-size: 50px;
  line-height: 100%;
  margin: -52px 0 0 32px;
  position: relative;
}

#boxes .item a:hover h2 {
  color: #ccc;
}

#masonry1 .item {
	display: block;
	float: left;
	width: 300px;
	margin: 0 4px 4px 0;
}


#masonry1 .item img {
	width: 300px;
	height: auto;
}

#masonry1 .small,
#masonry1 .small img {
  width: 146px;
  height: auto;
}

#masonry1 .featured,
#masonry1 .featured img {
  width: 604px;
  height: auto;
}

.mobilePortrait,
.mobileLandscape { /* Hide on all devices except smartphone landscape and portrait */
	display: none;
}

.radio,
.press  {
  float: left;;
  width: 45%;
}

.radio {
  padding-right: 5%
}

.radio, .checkbox {
	padding-left: 0;
}

.teamMember {
  border-bottom: 1px dashed;
  margin: 0 0 23px;
  width: 100%;
}

.col1 {
  float: left;
  padding-right: 2%;
  width: 48%;
}

.col2 {
  border-bottom: 1px dotted #666666;
  float: left;
  margin-bottom: 15px;
  margin-right: 2%;
  height: 350px;
  padding: 0 0 10px;
  width: 48%;
}

.col3 {
  margin: -5px 0 15px;
}

h2 {
  font-size: 17px;
  line-height: 150%;
  margin: 0;
}

.col2 > p {
  color: #333333;
  font-size: 12px;
  margin-top: 5px;
}



.teamOneCol { /* Hide the team one column display on larger screens */
	display: none;
}

#contact .mainMap { /* Hack to get around ACF bug not showing HTML field */
	display: none;
}

#contact .contact .mainMap { /* Map is repeated twice, above is the wrong place this is the right one */
	display: block;
}



#clients ul {
 	column-count: 3;
  column-gap: 20px;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
}


#clients ul li {
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}




/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar { }



/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }

.wrap.container img {
	padding: 0 0 0 25px;
}

.page-header {
  border-bottom: 0 none;
  margin: 30px 0 10px;
  padding-bottom: 0;
}

.chrome

.page-header {
  margin: 50px 0 10px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.content-info { }


#footer {
  background-color: rgba(255, 255, 255, 0.70);
  bottom: 0;
  height: 60px;
  position: fixed;
  width: 100%;
}

#footer, .push{
	height: 4em;
}

#footer .container {
  border: 0 solid;
  margin: 0 auto;
  box-shadow: none;
  border: 0 none;	
}

.home #footer .container {
  border: 0 solid;
  margin: 0 0 0 50px;
  box-shadow: none;
  border: 0 none;	
	width: 100%;
}

#footer .logo {
  float: left;
  margin: 0 0 0 -23px;
  padding: 5px 0 0;
}

#footer ul {
	display: inline;
	margin: 15px 0 0;
  padding: 0;
}

#footer li {
  display: inline;
	padding: 0 0 0 15px;
	font-size: 1.2em;
}

#footer li {
  display: inline;
	padding: 0 0 0 10px;
	font-size: 1.2em;
}

#footer li a {
	color: #666;
	text-decoration: none;
}

#footer li a:hover {
	color: #006400;
}

footer h1 {
  display: inline-block;
  font-size: 23px;
  margin: 6px 0 0 8px;
}

.twitter {
  display: inline-flex;
	margin: -1px 0 0 10px;
}

.contactDetails {
	display: inline;
	font-size: 1.2em;
	color: #666;
}

.contactDetails span {
  display: inline-block;
	margin: 0 0 0 10px;
}



/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }


/* ==========================================================================
   Media Queries
   ========================================================================== */

.responsiveOnly {
	display: none !important;
}

@media (max-width: 767px) {
	.container {
		top: 0px;
	}
	
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 95%;
	}
	
	[class*="span"] {
		margin-left: 0px;
	}
			
	h2 {
		line-height: 120%;
	}

	.banner {
			display: none;
	}
	
	.wrap.container img {
		margin: 0 0 20px -7px;
		padding: 0;
	}
	
	.home #footer .container {
		border: 0 none;
		box-shadow: none;
		margin: 2px 0 0;
		width: 100%;
	}
	
	#boxes .item h2 {
		margin: -73px 0 0;
	}

	.page-header {
		margin: 20px 0 0;
		padding-bottom: 9px;
	}

	#footer, .push {
		height: 5em;
	}
	
	#footer .logo {
		margin: 1px 0 0 -42px;
	}	
	
	#menu-footernav {
		margin: -7px 0 0;
		padding: 0;
	}	
	
	#footer li {
		line-height: 170%;
	}

	#masonry1 .item {
		margin: 0 4px 4px 10px;
	}

	.shops .main.span12 img {
		display: none;
	}
	
	.logoImage {
		display: none
	}
	
	.responsiveOnly {
		display: inline !important;;
	}
	
	#footer {
		background-color: rgba(102, 102, 102, 0.9);
	}
	
	#footer .container {
		border: 0 none;
		box-shadow: none;
		margin: 10px 0 0 0px;
		width: 100%;
	}
	
	footer h1 {
		display: none;
	}
	
	#footer .twitter {
		display: none;
	}
	
	#menu-footernav {
		display: inline-table;
	}
	
	.contactDetails {
		color: #666666;
		display: inline-table;
		font-size: 1.2em;
		margin-top: 2px;
	}
	
	#footer .contactDetails,
	#footer .contactDetails a {
		color: #fff;
	}
	
	#footer li a {
		color: #fff;
		text-decoration: none;
	}

	#footer li {
		padding: 0 0 20px 10px;
		font-size: 1.2em;
	}
	
	#footer li:first-child {
		padding: 0 0 0 10px;
	}
	
	#footer li.menu-home {
		display: inline;
	}
	
	.email {
		display: none !important;
	}
	
	.phonePortrait {
		display: block !important;
	}
	
	.wrap.container {
		padding-bottom: 50px;
	}

}

@media (min-width: 480px) AND (max-width: 767px) AND (orientation: landscape) {
	.container {
		top: 0px;
	}
	
	.wrap.container img {
		padding: 0 0 0 25px;
		width: 50%;
	}
	
	#boxes {
		margin: 0 0 0 -50px;
	}
	
	#boxes .item h2 {
		margin: -73px 0 0 25px;
	}
	
	#footer li.menu-facebook {
		display: block;
		margin: 0 0 0 5px;
	}
	
	#footer li.menu-twitter {
		display: block;
		margin: -20px 0 0 95px;
	}	
	
	#footer, .push {
		height: 3em;
	}		
	
	#footer li,
	#footer .contactDetails {
		font-size: 14px;
	}
	
	.android #footer li {
		padding: 0 0 0 15px;
	}
	
	.android 	#footer .contactDetails {
		margin-left: 5px;
	}
	
	#masonry1 .item {
		width: 260px !important;
	}




}

@media (min-width: 768px) AND (max-width: 1024px) {

	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 88%;
	}
	
	.nav-collapse, .nav-collapse.collapse {
		height: 0;
		overflow: visible;
	}

	.nav-collapse {
		clear: none;
	}

	.navImages {
		width: 720px;
	}	
	
	.navImages img {
		max-height: 85px;
		max-width: 130px;
	}
	
	.wrap.container img {
		padding: 0 0 0 25px;
		max-width: 50%;
	}	
	
	.home .wrap.container img {
		padding: 0 0 0 25px;
		max-width: 100%;
	}	
		
	#footer {
		background-color: rgba(102, 102, 102, 0.9);
	}
	
	#footer, .push {
		height: 4em;
	}	
	
	#footer .container {
		margin: 0 0 0 10px;
		padding: 10px 0 0;
	}
	
	#footer .contactDetails,
	#footer .contactDetails a {
		color: #fff;
	}
	
	#footer li a {
		color: #fff;
		text-decoration: none;
	}
		
	.responsiveOnly {
		display: inline !important;;
	}
	
	footer h1,
	footer .logoImage {
		display: none;
	}
	
	footer .contactDetails {
		display: block;
	}
	
}


@media (min-width: 768px) AND (max-width: 1024px) AND (orientation: landscape) {

	.navImages {
		width: 960px;
	}	
	
	.navImages img {
		max-height: 120px;
		max-width: 180px;
	}
	
	.page-header {
		margin: 60px 0 30px;
	}

	footer .contactDetails {
		display: inline;
	}
	
	#footer, .push {
		height: 3em;
	}	

}
