/*   
Theme Name: This is Foundation 5 & Wordpress, Don't they make a lovely couple!
Description: A responsive framework for Wordpress brought to life by Nailed It Design.
Author: Jack Foster & Adam Jackson
Author URI: http://www.naileditdesign.com
Version: 1.1.0
*/


/* Typography
-------------------------------------------------- */

/* Heading */

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a { font-family: 'Roboto', sans-serif; }

h1 { font-size: 24px; }

h2 { font-size: 22px; }

h3 { font-size: 20px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 { font-size: 14px; }


.single h1 { 
	font-family: 'Roboto', sans-serif;
	color: #818285;	 }


/* Body Text */

p { font-size: 14px; color: #818285; }

footer input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
background: #818285;
box-shadow: none;
border: none;
color: white;
font-size: 12px;
padding: 5px 45px;
}

.center .innerCont p { 
	color: white; }

li, a, p, strong { font-family: 'Roboto', sans-serif; }

blockquote, blockquote p {
line-height: 1.6;
float: left;
width: 100%;
font-size: 14px;
font-weight: bold;
line-height: 21px;
}

blockquote { padding: 0.5625rem 1.25rem 0.5625rem 1.1875rem; }

blockquote p { margin: 0; }


header { 
	padding: 30px 0; }

header i { 
	font-style: italic;
	font-weight: bold; }

header .strapline { 
	float: right;
	text-align: right;
	width: 50%; }

.strapline h1 { 
	color: #818285;
	margin: 0;
	margin-bottom: 35px;
	font-family: 'PT Serif', serif; }	

.top-bar { 
	float: right;
	clear: both;
	height: auto; }
	
nav.tab-bar h1 { 
	text-align: center;
	font-family: 'PT Serif', serif; }	
	
	
.thankyouPage .post-content { padding-top: 200px; }	

.thankyouPage h1 { 
	font-family: 'PT Serif', serif; }

.socialFooter li a { 
	float: left; width: 100%; height: 20px; }


/* Slick Slider
-------------------------------------------------- */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url('img/slick/ajax-loader.gif') center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

#aboutUs { 
	padding: 50px 0;
	float: left;
	width: 100%; }


#aboutUs p {
color: #818285;
text-align: center;
}

#gallery h3 { 
	text-align: center;
	margin: 50px 0;
	float: left;
	width: 100%;
	color: #818285;
	font-family: 'PT Serif', serif;
 }

#gallery .texCont { 
	width: 50%;
	display: table;
	margin: auto;
	float: none;
	text-align: center;
	margin-bottom: 50px; } 


footer { 
	background: #fafafa;
	float: left;
	width: 100%;
	padding: 50px 0;
	position: relative; }
	
footer .btt { 
	position: absolute;
	right: 20px;
	top: 20px; }		

footer h2 { 
	background: url(img/black.gif) no-repeat bottom left; 
	padding-bottom: 20px; 
	margin-bottom: 20px;
	font-size: 18px;
	color: #818285;
	font-family: 'PT Serif', serif; }	

footer ul { 
	margin: 0; }

footer li, footer li a { 
	list-style: none;
	font-size: 12px;
	margin-bottom: 5px;
	color: #818285; }	

footer p.fifty { 
	float: left; 
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px; }

footer p.fiftytwo { 
	margin: 0;
	float: left; 
	width: 49%;
	margin-bottom: 10px; }	


footer input[type="email"],
footer input[type="text"] { 
	margin-bottom: 0; }	

footer input[type="email"],
footer input[type="text"],
textarea { 
	background: #eeeeee;
	border: none;
	box-shadow: none;
	font-size: 12px; }	


header{
  position: fixed;
  width: 100%;
  height: 180px;
  z-index: 99;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header .stickyTitle { 
	display: none; }

header.stuck {
  height: 48px;
  background: white;
  padding: 15px;

}

header.stuck .strapline { 
	 display: none; }

header.stuck .logo { 
	 display: none; }	 

header.stuck .stickyTitle { 
	display: block; }	

header.stuck .stickyTitle h2 {
	font-size: 18px;
	margin: 0;
	line-height: 18px;
	} 

.bottomGrey { 
	background: #ebebeb;
	padding: 10px 0;
	float: left;
	width: 100%; }

ul.socialFooter { 
	display: table;
	margin: 0;
	margin: auto;
	float: none; }

.socialFooter li { 
	float: left;
	width: 25px;
	height: 25px;
	background: url(img/greysocial.png);
	list-style: none;
	margin: 0 5px; }	

.socialFooter li.twitter { 
	background-position: -27px; }	



.socialFooter li:hover { 
	float: left;
	width: 25px;
	height: 25px;
	background: url(img/social.png);
	list-style: none;
	margin: 0 5px; }

.socialFooter li.twitter:hover { 
	background-position: -27px; }	

/* Top Banner */

.top-bar  {
	padding-top: 50px;
	}

.stuck .top-bar { 
		padding: 0; }

#topBanner, #singlePost { 
	padding-top: 230px; }


#topBanner h3 { 
	position: absolute; 
	top: 35%; 
	left: 5%; 
	z-index: 99;
	font-size: 56px;
	color: white;
	font-family: 'PT Serif', serif; }

#topBanner h3 b { 
	 float: left;
	 width: 100%;
	 padding-left: 20%;
	 font-family: 'PT Serif', serif; }	


.grey { 
	background: #f7f7f7;
	float: left;
	width: 100%;
	padding: 50px 0; }

#recentProjects h3 { 
	margin: 50px 0;
	text-align: center;
	color: #818285;
	font-family: 'PT Serif', serif; }	


.hoverCont { 
	position: absolute; 
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 99;
	opacity: 0; }

#recentProjects .slick-slide.hover .hoverCont {
	opacity: 1;
}	


.design h3 { 
	margin: 0 0 50px 0;
	text-align: center;
	color: #818285;
	font-family: 'PT Serif', serif; }	
	
	
.design .texCont {
width: 50%;
display: table;
margin: auto;
float: none;
text-align: center;
margin: 50px auto;
}	



.hoverCont h1 {
	background: url(img/white.gif) no-repeat bottom left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: white;
	font-size: 18px;
	font-family: 'PT Serif', serif;
	}


.hoverCont p { 
	font-size: 12px;
	line-height: 21px;
	color: white;
	padding-right: 20px; }	

#recentProjects .slick-slide img {
display: block;
width: 100%;
}

#recentProjects .slick-slide { 
	background: black; }


#recentProjects .slick-slide.hover img { 
	opacity: 0.2; }

.rowBig {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 75.000em
}


#recentProjects .slick-prev { 
	background: url(img/left.gif) no-repeat center;
	width: 20px;
	height: 20px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	top: -73px;
	position: absolute;
	right: 25px; }

#recentProjects .slick-next { 
	background: url(img/right.gif) no-repeat center;
	width: 20px;
	height: 20px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	top: -73px;
	position: absolute;
	right: 0px; }	

#recentDesc p {
	text-align: center;
	float: left;
	width: 100%;
	margin: 50px 0;
	font-size: 15px;
	}	


.center .slick-active { 
	margin: 0 10px; }

.center .innerCont {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	display: table;
	margin: auto;
	z-index: 99;
	text-align: center;
	color: white;
	background: none;
	padding: 0 80px;
	}

.center	.slick-slide.slick-active img { 
	-webkit-filter: grayscale(100%); filter: grayscale(100%); }
	
.center	.slick-slide.slick-active:hover img { 
	-webkit-filter: grayscale(0); filter: grayscale(0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }
		
.center	.slick-slide.slick-active .innerCont { 
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }		

.center	.slick-slide.slick-active:hover .innerCont { 
	opacity: 0; }

.center .innerCont h2 {
	font-size: 46px;
	font-weight: normal;
	color: white;
	text-shadow: 1px 1px 2px #6E6E6E;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	}

.center .innerCont p {
	font-size: 18px;
	line-height: 21px;
	margin: 0;
	font-size: 2.3125rem;
	line-height: 1.4;
	color: white;
	width: 100%;
	font-weight: 300;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	letter-spacing: -2px;
	}

.center .innerCont p:last-of-type { margin: 0; }		

.center .slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
height: 870px;
}		


.center .slick-slide img { 
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }

.center .slick-slide.slick-active img { 
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }	


#services .slick-prev,
#gallery .slick-prev { 
	background: url(img/left.gif) no-repeat center;
	width: 20px;
	height: 20px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	top: 5px;
	position: absolute;
	right: 145px; }

#services .slick-next,
#gallery .slick-next { 
	background: url(img/right.gif) no-repeat center;
	width: 20px;
	height: 20px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	top: 5px;
	position: absolute;
	right: 125px; }	
	
#gallery .slick-prev,
#gallery .slick-next { 
	top: -205px; }	



.design .slick-prev { 
	background: url(img/left.gif) no-repeat center;
	width: 20px;
	height: 20px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	top: -75px;
	position: absolute;
	right: 145px; }

.design .slick-next { 
	background: url(img/right.gif) no-repeat center;
	width: 20px;
	height: 20px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	top: -75px;
	position: absolute;
	right: 125px; }	



#services h3 { 
	margin: 0 0 50px 0;
	float: left;
	width: 100%;
	text-align: center;
	color: #818285;
	font-family: 'PT Serif', serif; }
	
	
.logoSmall { 
	float: left;
	width: 100%;  }


.menuIcon {
width: 60px;
height: 60px;
background: url(img/menuicon.png) #a3a5a8 no-repeat center;
float: right;
z-index: 20;
position: absolute;
top: 0;
right: 0;
background-size: 50%;
}

.topMenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background: white;
	z-index: 1;
	width: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.topMenu.active { 
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }

.topMenu ul { 
	margin: 0; }
		
.topMenu li { 
	list-style: none;
	border-bottom: solid 1px #a3a5a8;
	padding: 5px 0 5px 20px; }	

.topMenu li a { 
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #a3a5a8; }

.topMenu .logoTop {
	height: 60px;
	background: #f1f1f1;
	}	


/* 

Header

--------------------- */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  height: 5rem;
  width: 5rem;

  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 0;
  right: .5rem;
  content: attr(data-progress-text);
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
  text-align: right;
  color: rgba(0, 0, 0, 0.19999999999999996);
}


.top-bar, 
.top-bar-section ul, 
.top-bar-section ul li:hover, 
.top-bar-section li a:not(.button), 
.top-bar-section li a:not(.button):hover, 
.no-js .top-bar-section ul li:hover>a { 
	background: none; 
	color: #818285;
	line-height: 20px; }


header { 
	background: #f7f7f7; }


/* Global Images For Wordpress
-------------------------------------------------- */

img.alignright {float:right; margin:0 0 1em 1em;  height:auto; padding-bottom:10px;}
img.alignleft {float:left; margin:0 1em 1em 0; border:none; height:auto;   }
img.aligncenter {display: block; margin-left: auto; margin-right: auto; }
img.alignnone { height:auto; }
a img.alignright {float:right; margin:0 0 1em 1em; height:auto; padding-bottom:10px; }
a img.alignleft {float:left; margin:0 1em 1em 0; border:none;  height:auto;  }
a img.aligncenter {display: block;  margin-left: auto; margin-right: auto;   height:auto;}


/* Internet Explorer Fixes
-------------------------------------------------- */

.lt-ie10 .left-off-canvas-menu {
  left: -250px; }
.lt-ie10 .right-off-canvas-menu {
  right: -250px; }
.lt-ie10 .move-left > .inner-wrap {
  right: 250px; }
.lt-ie10 .move-right > .inner-wrap {
  left: 250px; }




/* Responsive Fixes
-------------------------------------------------- */


@media (max-width: 1024px) {

#topBanner {
	padding-top: 0; }
	
section.tab-bar-section.middle h1 a { 
	color: white;
	font-size: 16px; }	
	
}

.logoTop img {
display: table;
margin: auto;
padding-top: 10px;
}	

nav.tab-bar {
	background: white;
	height: 60px;
	padding-top: 60px; }
	
.tab-bar img {
	display: table;
	margin: auto;
	padding: 10px;
	}
	

@media (max-width: 800px) {
	

#gallery .slick-prev, #gallery .slick-next {
top: -140px;
}




#topBanner h3 { 
	top: 20%; }	

#recentProjects .slick-slide.hover img { 
	opacity: 1; }

.center .slick-list {
height: 530px;
}

#recentProjects .slick-prev, #recentProjects .slick-next { top: -50px; }	


		

.hoverCont {
position: absolute;
bottom: 0;
left: 0;
padding: 10px 20px;
z-index: 99;
opacity: 1;
background: rgba(0,0,0,0.6);
top: auto;
}


#services h3 {
	margin: 0 0 25px 0;	}

.grey {
	padding: 25px 0;
	}	

#recentProjects h3 {
	margin: 25px 0;
	color: #818285; }
	
#gallery h3 {
	margin: 25px 0;
	color: #818285; }

#gallery .texCont { 
	margin-bottom: 25px; }

}	


@media (max-width: 600px) {

.logoTop img {
padding-top: 10px;
padding-left: 75px;
float: left;
}


h3 {
font-size: 18px;
}


.center .innerCont p { 
	display: none; }

.center .slick-list	{
	height: 230px;
}

 
}


@media (max-width: 320px) {

#gallery .slick-prev {
top: -35px;
right: 30px;
}	

#gallery .slick-next {
top: -35px;
right: 10px;
}	
	
	
.logoTop img {
width: 240px;
padding-top: 17px;
padding-left: 15px;
float: left;
}
	
	
#gallery .slick-prev, #gallery .slick-next {
top: -35px;
}		

#topBanner {
	display: none; }

#aboutUs {
padding: 25px 0; }

#gallery .texCont {
width: 90%;
}

.design .texCont {
width: 90%;
}

footer .columns { 
	margin-bottom: 25px; }

.center .innerCont p { 
	display: none; }

.center .innerCont {
	position: absolute;
	width: 100%;
	padding: 5px;
	}

.center .innerCont h2 {
	font-size: 16px; }	

.center .slick-list {
height: 190px;
}


#recentProjects .slick-slide {
	background: none;
	}	

.hoverCont {
	position: initial;
	top: 0;
	left: 0;
	padding: 20px 0;
	z-index: 99;
	opacity: 1;
	color: black;
	background: none;
	}

.hoverCont h1,
.hoverCont p { 
	color: #818285;
	text-align: center; }	

.hoverCont h1 {
	background: url(img/black.gif) no-repeat bottom center;
	}



#recentDesc { 
	display: none; }	


}