/*
Theme Name: Brandspank
Version: 1.0
Theme URI: http://www.luxe.net.nz
Author: Luxe Interactive
Author URI: http://www.luxe.net.nz
Description: Brandspank is a custom responsive theme developed by Luxe for Brandspank
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, light, one-column, two-columns, responsive-layout, minimal
*/
/*
* General page styles
*/

/*
* General page styles
*/


/* Common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    position: relative;
    min-height: 100%;
}

body { 
	background-color: #f1f2f2;
	font-family: FFDINWebPro;
	font-size: 14px;
	line-height: 28px;
	/* margin: 0 0 90px;  bottom = footer height (moved to container class) */
	-webkit-overflow-scrolling: touch;
	
}
ul, ul li {
	list-style-type: none;
}
ul {
	font-family: SabonLTPro-Roman;
	text-transform: none;
	font-size: 22px;
	line-height: 43px;
	letter-spacing: .1px;
}

h1, h2, h3, h5, .img-caption, .side-nav { 
	font-family: FFDINWebProCondBold; 
	font-weight: normal; 
	font-style: normal; 
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 1rem;
}
.img-caption, .side-nav {
	line-height: 18px;
}
h3, h3 a, .img-caption, .grey, .grey a {
	color: #a4a4a4;
}

h4 {
	font-family: SabonLTPro-Roman;
	font-size: 23px;
	line-height: 28px;
	margin-top: 80px;
	letter-spacing: .1px;
}

.img-caption, .side-nav {
	font-size: 12px;
}
.whiteblock .img-caption {
	margin-top: 12px;
}
.service-list .item a .img-caption {
   	height: 36px;
}
.rightalign {
	float: right;
}

.colour {
	color: #fc6120;
}

img {
	width: 100%;
	height: auto;
}
.lazy img {
  opacity: 0;
  transition: opacity .3s ease-in;
}

.bodycopy a {
	border-bottom: 1px solid #60fa06;
}
.bodycopy a.noline {
	border-bottom: none;
}
.container {
	margin-bottom: 40px;
}

.smallscreen, .mediumscreen {
	display: none;
}
em {
	font-family: SabonLTPro-Italic !important;
}
.hero blockquote, .hero p {
	font-family: SabonLTPro-Roman;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.5px;
	width: 85%;
	margin: 0 auto;
}


.centred {
	text-align: center;
}

.page {
	overflow: visible;
}


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer {
    position: absolute;
    left: 0;
    bottom: 0;
	margin: 0 auto;
    height: 40px;
	width: 100%;
	
}

footer ul{
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	text-align: center;
}

footer li{
    display: inline-block;
	width: 33%;
}




/* Logo
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.brandspank-logo {
	position: absolute;
	width: 29px;
	height: 246px;
	left: 30px;
	/* top: 1000px; */
	bottom: 35%;
	opacity: 0.5;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
.brandspank-logo-flipped {
	display: none;
}
.page-template-home .brandspank-logo-flipped {
	display: block;
	position: absolute;
	width: 29px;
	height: 246px;
	right: 30px;
	/* top: 1000px; */
	bottom: 35%;
	opacity: 0.5;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
.page-template-home .brandspank-logo, .page-template-home .brandspank-logo-flipped {
	top: 50%;
	margin-top: -123px;
}
.page-template-home .brandspank-logo a, .page-template-home .brandspank-logo-flipped a{
	display: block;
}
.brandspank-logo-mobile {
	display: none;
}



/* Main Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.mobile-nav.mobile-menu { 
	background-color: #FFF;
	border-left: 1px solid #303030;
	z-index: 990;
}

.mobile-nav ul {
	text-align: center;
	margin-top: 60px; 
}

.hamburger .bar {
	height: 3px;
}

.mobile-menu a:hover {
	border-bottom: 1px solid #60fa06;
}

/* Service Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.service-nav ul li{ 
	list-style:none;
	text-align: center;
	line-height: 43px; /* 48px with padding 5px for border bottom */
	font-size:22px;
	cursor: pointer;
}
.service-nav ul li.active a{
	color: #a4a4a4;
	border-bottom: 1px solid #60fa06;
}
.service-list img {
	/* -webkit-filter: grayscale(100%); */
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%) brightness(120%) contrast(100%);
}
.service-list {
	margin-bottom: 80px;
}
.service-list li a{
	display: block;
}
.service-list.row{
	margin: 30px 0;
}
.service-list.row:first-child {
    margin-left: 0.25%; }
.service-list.row .columns {
	margin-left: 0.25%;
	margin-right: 0.25%;
	margin-bottom: 30px;
}
.service-list.row .three.columns {
    width: 24.5%;
}
.service-list .item a .img-caption {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.service-list .item a:hover .img-caption {
	opacity: 100;
}
.service-list .item a:hover img {
	-webkit-filter: none;
	filter: none;
}

/* Side Nav - Case Studies
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.side-nav { 
	position: fixed;
	top: 350px;
	width: 100%;
	z-index: 10;
}
.side-nav a {
	cursor: pointer;
}

.scroll-up {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.scroll-down {
	opacity: 100;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
}


.side-nav .navbox { 
	background-color: #FFF;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	width: 50px;
	height: 280px;
	position: absolute;
	cursor: pointer;
}
.side-nav .navbox .navtext{ 
	width: 150px;
    text-align: center;
	cursor: pointer;
	position: relative;
	top: 50%;
	 -ms-transform-origin: 50% 50%; /* IE 9 */
	    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
	    transform-origin: 50% 50%;
}
.side-nav .left-nav.navbox { 
	border-right: 1px solid #303030;
	left: 0;
}
.side-nav .right-nav.navbox { 
	border-left: 1px solid #303030;
	right: 0;
}
.side-nav .left-nav.navbox .navtext{ 
	-ms-transform: rotate(270deg); /* IE 9 */
	    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	    transform: rotate(270deg);
	left: -40px;
	
}
.side-nav .right-nav.navbox .navtext{ 
	-ms-transform: rotate(90deg); /* IE 9 */
	    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	    transform: rotate(90deg);
	left: -60px;
}

/* Case Studies
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.row.whiteblock .eight.columns.lazy {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 0;
}
.row.whiteblock .four.columns.right {
	padding-right: 30px;
}
.row.whiteblock .four.columns.left {
	padding-left: 30px;
}
.row.whiteblock {
	background-color: #FFF;
}

/* Homepage
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body.home .page {
	overflow: hidden;
}

.date h2 {
	opacity: 0.5;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	text-align: center;
	margin-bottom: 80px;
}

.date {
	width: 100%;
}

/* Slideshow
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.slider-extra {
    position: absolute;
    z-index: 8;
    top: 260px;
    width: 100%;
}
.slider-nav li {
  color: #303030;
  cursor: pointer;
  margin: 0 2px;
  overflow: hidden;
  text-align: center;
  display: block;
	padding: 0 10%;
	border-bottom: 1px solid transparent;
	font-size: 44px;
	line-height: 60px;
	text-transform: uppercase;
	font-family: SabonLTPro-BoldItalic;
}

.slider-nav .slider-item-selected span{ border-bottom: 1px solid #60fa06; }

.colour .sy-pager li.sy-active a {
  background-color: #fc6120; }


.overflow--hidden {
    overflow: hidden;
}

#home-slider {
    margin-top: 60px;
}
.slider--image {
    position: absolute;
}

.slider--quote {
	font-size: 44px;
	line-height: 60px;
	text-transform: uppercase;
	font-family: SabonLTPro-BoldItalic;
	color: #303030;
	text-align: center;
	top: 360px;
	max-height: 300px;
	overflow: hidden;
}
.slider--quote p{
	width: 60%;
	margin: 0 auto;
	
}


/*.slider--quote {
	position: absolute;
	top: 360px;
}*/

/* Case Studies
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
	margin-top: 80px;
}
.homepage .container {
	margin-top: 0px;
}
.container.cs .row {
	margin-bottom: 75px;
}

.videoWrapper {
	position: relative;
	/*padding-bottom: 56.25%;*/ /* 16:9 */
	padding-bottom: 54%; 
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Clients
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#client-slider img {
	max-width: 800px;
	margin: 5% auto;
}

/* Contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#gmap_canvas { height:680px;width:100%; }
#gmap_canvas img{max-width:none!important;background:none!important}

.googlemap {
  	overflow:hidden;
	height:680px;
	width:100%;
}


.feature.map iframe, #gmap_canvas {
  height: 100%;
  width: 100%;
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(95%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}


/* Desktop */
@media (max-width: 1600px) {

	
	.date h2 {
	    margin-bottom: 60px;
	}
	
	.slider-extra {
	    top: 200px;
	}
	.slider--quote {
		top: 280px;
	}
	
}


/* Small Desktop */
@media (max-width: 1440px) {

	
	.slider-nav li, .slider--quote {
	    font-size: 38px;
	    line-height: 50px;
	}

	
	.side-nav {
	    top: 200px;
	}
}


/* Small Desktop */
@media (max-width: 1380px) {

	.slider--quote {
		top: 240px;
	}
	
	.slider-extra {
	    top: 160px;
	}
}


/* Laptop */
@media (max-width: 1240px) {

	body {
	    font-size: 13px;
	    line-height: 21px;
	}
	.hero blockquote, .hero p {
	    font-size: 24px;
	    /* line-height: 50px; */
	}
	
	
	
	
	
	.slider--quote {
		top: 180px;
	}
	.slider-extra {
	    top: 120px;
	}
	.slider-nav li, .slider--quote {
	    font-size: 36px;
	}
	.date h2 {
	    margin-bottom: 40px;
	}
	
	
	.container {
	    margin-bottom: 40px;
	}
	footer li{
	    padding: 0 2%;
		margin: 0;
		width: auto;
	}
	footer ul{
	    line-height: 20px;
	}
	
	
	.service-nav ul li {
	    line-height: 30px;
	}
	
	.service-list.row .columns {
	    margin-bottom: 10px;
	}
	
	.side-nav {
	    top: 150px;
	}
}


/* Laptop */
@media (max-width: 1024px) {

	.slider-nav li, .slider--quote {
	    font-size: 28px;
	}
	
	.mobile-nav ul {
	    text-align: center;
	    margin-top: 30px;
	}
	
	.mediumscreen {
		display: block;
	}
	.largescreen, .smallscreen {
		display: none;
	}
	
}



/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	/*.slider-extra {
	    margin-top: 60px;
		position: static;
	}*/
	.container {
	    margin-top: 40px;
	}
	
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.container {
	    margin-top: 30px;
	}
	.service-nav ul li{ 
		line-height: 24px; 
		font-size:18px;
	}
	h2, h3 {
	    font-size: 12px;
		letter-spacing: 1px;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.container {
	    width: 90%;
	}
	footer h3{
		margin-bottom: 0;
	}
	.brandspank-logo {
	    left: 4px;
	}
	.brandspank-logo img{
	    width: 80%;
	}
	.container.cs .row {
		margin-bottom: 40px;
	}
	h4 {
	    margin-top: 40px;
	}
	h1, h2, h3, h5 { 
		font-size: 14px;
	}
	.img-caption, .side-nav {
	    font-size: 10px;
		letter-spacing: 1px;
	}
	
	
	.slider-nav li, .slider--quote {
	    font-size: 28px;
	}
	.slider-extra {
	    top: 80px;
	}
	.slider--quote {
		top: 136px;
	}
	
	
	
	
	
	.hero blockquote, .hero p {
	    font-size: 18px;
	    /* line-height: 42px; */
	}
	
	
	.service-list.row .three.columns {
	    width: 32.5%;
	}
	
	ul#filterOptions {
		margin-bottom: 10px;
	}
	.service-list.row {
	    margin: 10px 0;
	}
	
	
	.service-nav ul li{ 
		line-height: 24px; /* 48px with padding 5px for border bottom */
		font-size:18px;
	}
	.service-list.row .columns {
	    margin-bottom: 0px;
	}
	
	
	.side-nav .navbox { 
		background-color: #FFF;
		border: 1px solid #303030;
		border-bottom: none;
		width: 50%;
		height: 32px;
		position: fixed;
	}
	.side-nav .navbox .navtext{ 
		width: auto;
	    text-align: center;
		cursor: pointer;
	}
	.side-nav .left-nav.navbox { 
		bottom: 0;
	}
	.side-nav .right-nav.navbox { 
		bottom: 0;
	}
	.side-nav .navbox .navtext {
	    position: static;
		padding-top: 5px;
		-ms-transform-origin: none; /* IE 9 */
		    -webkit-transform-origin: none; /* Chrome, Safari, Opera */
		    transform-origin: none;
			
			transform: none;
	}
	.side-nav .right-nav.navbox .navtext {
	   	-ms-transform: rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
		transform: rotate(0deg);
	}
	.side-nav .left-nav.navbox .navtext {
	   	-ms-transform: rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
		transform: rotate(0deg);
	}
	
	.googlemap, #gmap_canvas {
	    height: 380px;
	}
	
	.brandspank-logo, .page-template-home .brandspank-logo-flipped{
		display: none;
	}
	.brandspank-logo-mobile {
		display: block;
		position: absolute;
		left: 30px;
		/* top: 1000px; */
		bottom: 10%;
		opacity: 0.5;
		filter: alpha(opacity=40); /* For IE8 and earlier */
	}
	
	.row.whiteblock .four.columns.right {
	    padding-left: 30px;
	}
	.row.whiteblock .four.columns.left {
	    padding-right: 30px;
	}
	
}

/* Mobile Small */
@media (max-width: 700px) {
	
	.casestudy .container {
		margin-bottom: 130px;
	}
	.casestudy footer {
		height: 130px;
	}
	
	.hero blockquote, .hero p {
	    font-size: 18px;
	    line-height: 30px;
		width: 100%;
	}
	
	.helper {
		display: block;
	}
	.mob-hide {
		display: none;
	}
	.mobile-nav ul li {
	    line-height: 36px;
	}
	.service-nav ul li {
	    line-height: 21px;
	}
	.service-list.row .three.columns {
	    width: 49.5%;
	}
	
	.slider-nav li, .slider--quote {
	    padding: 0;
		font-size: 18px;
		line-height: 36px;
	}
	
	.smallscreen {
		display: block;
	}
	.largescreen, .mediumscreen {
		display: none;
	}
	

}

/* Mobile Portrait */
@media only screen and (max-width: 700px) and (orientation: portrait) {
	
	.page-template-page-clients .sy-box {
	
	}
	.page-template-page-clients .sy-box img{
		
	}
	
}

/* Mobile Landscape */
@media only screen and (max-width: 700px) and (orientation: landscape) {
	
	.page-template-page-clients .sy-box {
		margin-top: -10%;
	}
	.container {
	    margin-top: 20px;
	}
	body.home .container {
	    margin-top: 0px;
	}
	/*#home-slider, .slider--quote, .slider--image {
		overflow: hidden;
		width: 80%;
		margin: 0 auto;
	}*/
	.date h2 {
	    margin-bottom: 30px;
	}
}



/* Mobile Small */
@media (max-width: 450px) {
	
	/*.slider-extra {
	    top: 0px;
	}
	.slider--image {
	    margin-top: 40px;
		max-width: 100%;
	}
	#home-slider, .slider-extra, .slider--quote, .slider--image {
		overflow: hidden;
		width: 90%;
	}*/
	
	#home-slider {
	    margin-top: 80px;
	}
	
	.date h2 {
	    margin-bottom: 50px;
	}
	
	.slider-extra {
	    top: 140px;
	}
	.slider--quote {
	    top: 196px;
	}
	
	.container {
	    width: 95%;
	}
	
	footer {
	    position: static;
		margin-bottom: 20px;
		height: 70px;
	}
	.page-template-home footer {
	    position: absolute;
		margin-bottom: 0;
	}
	.container {
	    margin-bottom: 10px;
	}

}
