/*
Theme Name: BlankSlate
Theme URI: http://wordpress.org/themes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2014 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

/*** BASICS ***/
html{
	height: 100%;
}
body{
	background: silver;
	height: 100%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, arial;
	font-size: 15px;
	line-height: 1.5;

}
h2{
	font-size: 24px;
	margin-top: 36px;
	margin-bottom: 12px;
}
h3{
	font-size: 18px;
}
.clear{
	clear: both;
}
article h2:first-child{
	margin-top: 0;
}
p{
	margin: 0 0 16px 0;
}
#logo{
	width: 200px;
	margin: 50px 0 20px 50px;
}
#right{
	float: right;
	width: 100%;
	max-width: 342px;
	background: #fff;
	min-height: 100%;
	position: relative;
	z-index: 40;
}
#right article{
	padding: 50px 50px 244px 50px;
}
#left{
	height: 100%;
	background: url(images/emelie.jpg) no-repeat center center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
}
.page-id-70 #left{
	background-image: url(images/webshop.jpg);
}

.page-id-78 #left{
	background-image: url(images/storage.jpg);
}

.page-id-74 #left{
	background-image: url(images/customerservice.jpg);
}

.page-id-80 #left{
	background-image: url(images/billing.jpg);
}

.page-id-72 #left{
	background-image: url(images/distribution.jpg);
}

.page-id-76 #left{
	background-image: url(images/rolls.jpg);
}

.page-id-14 #left{
	background: #fff;
}

.page-id-12 #left{
	background-image: url(images/branding.jpg);
}

#right footer{
	padding: 75px 50px;
	background: #f7f7f6;
	position: absolute;
	bottom: 0;
	left: 0;
}
#footer{
	position: fixed;
	bottom: 0;
	z-index: 20;
	padding: 25px 5%;
	width: 90%;
	background: #eeeded;
	font-size: 12px;
	letter-spacing: 1.2px;
}

/*** MENU ***/
#menu li{
	width: 100%;
}
#menu li a{
	color: #6F6F6E;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.8px;
	font-size: 12px;
	width: 85%;
	display: block;
	padding: 3px 0 2px 15%;
}
#menu li.current_page_item a{
	background: #6F6F6E;
	color: #fff;
}
#menu li a:hover{
	background: #6F6F6E;
	color: #fff;
}

/*** SERVICES PAGE ***/
.page-template-page-services #left{
	background: none;
}
#topimg{
	height: 37%;
	width: 100%;
	background: #ccc;
}
div.imgbutton{
	width: 50%;
	height: 21%;
	position: relative;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url(images/rolls.jpg) no-repeat center center;
	background-size: cover;
}

.imgbutton a {
	color: #fff;
	text-decoration: none;
}

.imgbutton.inverted a {
	color: #000;
}

.imgbutton.inverted span {
	border-color: #000;
}

.imgbutton span:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.imgbutton span {
	font-size: 24px;
	text-transform: uppercase;
	border: 1px solid #fff;
	color: #fff;
	padding: 4px 8px;
	position: relative;
	min-width: 160px;
	display: inline-block;
	margin-top: 16%;
}

#right .wpcf7 {
	padding: 0 50px;
	margin-top: -200px;
}

.contact-form {
	width: 200px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	right: 50px;
	bottom: 40px;
	padding: 30px 40px 0 40px;
	z-index: 100;
}

.contact-form p {
	font-size: 10px;
	font-style: italic;
	margin: 5px 0;
}

.page-id-14 .contact-form {
	top: 40px;
	bottom: auto;
}

.wpcf7 input {
	width: 100%;
	width: calc(100% - 20px);
	color: #6F6F6E;
	border: 1px solid #6F6F6E;
	margin-bottom: 5px;
	padding: 10px;
}

.wpcf7 input[type="submit"] {
	width: 100%;
	width: calc(100% + 2px);
}

.wpcf7 textarea {
	width: 100%;
	width: calc(100% - 20px);
	color: #6F6F6E;
	border: 1px solid #6F6F6E;
	padding: 10px;
}

.page-template-page-services #topimg {
	background: url('/wp-content/uploads/2015/12/ipad1.jpg');
	background-size: cover;
	background-position-y: 30%;
}

/*
.imgbutton:Hover span{
	background: #fff;
	color: #000;
	border-radius: 3px;
	border-color: #fff !important;
}
*/
#webshop-link{
	background-image: url(images/webshop.jpg);
}
#storage-link{
	background-image: url(images/storage.jpg);
}
#customerservice-link{
	background-image: url(images/customerservice.jpg);
}
#billing-link{
	background-image: url(images/billing.jpg);
}
#distribution-link{
	background-image: url(images/distribution.jpg);
}

/* CONTACT PAGE */
div.contactbox{
	width: 50%;
	height: 21%;
	position: relative;
	display: block;
	float: left;
	text-align: center;
	color: #221E1F;
	text-decoration: none;
	background: url(images/books.jpg) no-repeat center center;
	background-size: cover;
}
.contactbox p{
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
}
.contactbox p span{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	margin: 0;
}
.contactbox a{
	text-decoration: none;
	color: #221E1F;
}
div.contactbox:nth-child(3){
	background: #9fcfef;
}
div.contactbox:nth-child(4){
	background: #bad7bd;
}
div.contactbox:nth-child(5){
	background: #edcb66;
}
div.contactbox:nth-child(6){
	background: #edeae0;
}
div.contactbox:nth-child(7){
	background: #ee5c5c;
}
div.contactbox:nth-child(8){
	background: #ee5ca5;
}
.page-template-page-contact #right article p{
	font-size: 18px;
	line-height: 1.3;
}
.page-template-page-contact #right article h3{
	font-size: 13px;
}

/* TWEAKED SLIDER */
#wds_slide_container_0,
#wds_container1_0,
#wds_container2_0,
.wds_slideshow_image_wrap_0,
#wds_slideshow_image_container_0{
	height: 100% !important;
	width: 100% !important;
}
#wds_slide_container_0 a{
	text-decoration: none !important;
}
.wds_slideshow_image_0{
	background-position: center center;
}
.wds_slideshow_image_spun1_0,
.wds_slideshow_image_spun2_0,
.wds_slideshow_image_0{
	height: 100% !important;
	display: block !important;
}
#wds_0_slide4_layer1{
	width: 80% !important;
	top: auto !important;
	bottom: 85px !important;
	left: 50% !important;
	margin-left: -40% !important;
	transform: none !important;
}

.none.animated,
.wds_layer_2,
.wds_slideshow_image_0 > span{
	width: 80% !important;
	top: auto !important;
	bottom: 50% !important;
	left: 50% !important;
	margin-left: -40% !important;
	font-weight: 300;
	transform: translateY(50%) !important;
}
.none.animated h3,
.wds_layer_2 h3{
	width: 100%;
	margin: 0;

}
#wds_container1_0 #wds_container2_0 div.wds_slideshow_dots_container_0{
	bottom: 17px;
}

@media (min-width: 1600px){
	#topimg{
		height: 54%;
	}
	div.imgbutton,
	div.contactbox{
		width: 33.3333333%;
		height: 23%;
	}
}

/*** MOBILE ***/
@media (max-width: 770px){
	#left, #right{
		float: none;
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
		position: relative;
	}
	#wds_container1_0{
		display: none;
	}
	#right footer{
		width: 100%;
		padding: 20px 0;
		text-align: center;
		clear: both;
		display: none;
		position: relative;
	}
	#right article{
		padding: 50px 10%;
	}
	#menu li a{
		width: 80%;
		padding: 3px 10% 2px 10%;
	}
	#logo{
		margin-left: 10%;
		width: 80%;
	}
	div.imgbutton,
	div.contactbox,
	#topimg{
		width: 100%;
		height: 200px;
	}
	#footer{
		display: none;
	}
}

/* Rectangle Out */
.hvr-rectangle-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.hvr-rectangle-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.35);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
	color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}