/*
Theme Name: Shiseido New Zealand | Careers
Description: Shiseido New Zealand website for careers
Author: Kyle Wetton at Blackfoot (kyle@blackfoot.net.nz)
Version: 1.0
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

@font-face {
    font-family: 'readerbold';
    src: url('font/reader-bold-webfont.eot');
    src: url('font/reader-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/reader-bold-webfont.woff2') format('woff2'),
         url('font/reader-bold-webfont.woff') format('woff'),
         url('font/reader-bold-webfont.ttf') format('truetype'),
         url('font/reader-bold-webfont.svg#readerbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'readermedium';
    src: url('font/reader-medium-webfont.eot');
    src: url('font/reader-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/reader-medium-webfont.woff2') format('woff2'),
         url('font/reader-medium-webfont.woff') format('woff'),
         url('font/reader-medium-webfont.ttf') format('truetype'),
         url('font/reader-medium-webfont.svg#readermedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'readerregular';
    src: url('font/reader-regular-webfont.eot');
    src: url('font/reader-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/reader-regular-webfont.woff2') format('woff2'),
         url('font/reader-regular-webfont.woff') format('woff'),
         url('font/reader-regular-webfont.ttf') format('truetype'),
         url('font/reader-regular-webfont.svg#readerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
 font-family: 'readerregular';
}
body {
font-size: 14px;
 line-height:1;
}

i {
	 font-family: "foundation-icons";	
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
 display:block;
}
nav ul {
 list-style:none;
}
blockquote, q {
 quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content:'';
 content:none;
}
a {
 margin:0;
 padding:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
}
/* change colours to suit your needs */
ins {
 background-color:#ff9;
 color:#000;
 text-decoration:none;
}
/* change colours to suit your needs */
mark {
 background-color:#ff9;
 color:#000; 
 font-style:italic;
 font-weight:bold;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom:1px dotted;
 cursor:help;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
/* change border colour to suit your needs */
hr {
 display:block;
 height:1px;
 border:0; 
 border-top:1px solid #cccccc;
 margin:1em 0;
 padding:0;
}
input, select {
 vertical-align:middle;
}


/* =============================================================================
   Globals
   ========================================================================== */
   
   .fixed {
		position: fixed;   
   }
   
   .bold {
	font-family: 'readerbold';   
   }
   
   h2 {
	   font-family: 'readermedium';
	   font-size: 2.5rem;
   }
   
   strong {
	    font-family: 'readerbold';
   }
   .mobile-menu .closed {
	display: none;   
   }
   .mobile-menu .open {
		display: static;   
   }
   
 
   
   .four-pad-hor {
		padding: 0 4em;
   }
   
   .four-pad-ver {
		padding: 4em 0;
   }
   
   .view-button {
		  display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
	float: right;
    -moz-border-radius: 30px; /* or 50% */
    border-radius: 30px; /* or 50% */

    background-color: #c7102e;
    color: white;
    text-align: center;
	border: 2px solid white;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -webkit-transition: all 0.2s;
   }
   
   .view-button:hover {
	  background-color: white;
    color: #c7102e;
	border: 2px solid #c7102e; 
   }
/* =============================================================================
   Custom
   
   xxred: #c7102e
   ========================================================================== */

H1 {
	font-size: 2em;
	color: #FFFFFF;
	margin: 2em 0;
}


div#nav-container {
	width: 300px;
	background: #c7102e;
	height: 100%;
	left: 0;
	z-index: 9;
	padding: 2.7em;
	text-align: center;
	-webkit-box-shadow: 4px 0px 16px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 4px 0px 16px 0px rgba(0,0,0,0.31);
box-shadow: 4px 0px 16px 0px rgba(0,0,0,0.31);
}	

div.ast {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	background: #bd102c;
	left: 0;	
}

#container {
position: relative;
float: right;
    width: calc(100% - 300px);
    height: 100%;
	
}

div#header {
height: 150px;
width: calc(100% - 300px);
background: #f8f8f8;	
position: fixed;
top: 0;
z-index: 8;
padding: 2.7em;
}

div#loop-careers {
	float: left;
	width: 66.6%;

	background: #FFF;	
	margin-top: 150px;
	box-sizing: border-box;
	z-index: 2;
	position: relative;
	padding-bottom: 40px;	
	
}

div#filter-block {
	background: #efefef;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;	
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	z-index: 1;
}

div#featured-image {
	background-position:50% 50%; background-size:cover; background-image: url('img/featured-image.jpg');	
	width: 30%;
	height: calc(100% - 190px);
	position: fixed;
	right: 0;
	top: 150px;
	float: left;
}

div#footer {
	background: #f8f8f8;
	width: calc(100% - 300px);
	position: fixed;	
	right: 0;
	bottom: 0;
	height: 40px;
	padding: 12px;
	z-index: 8;
}

div#footer p {
font-size: 11px; color: #9c9c9c; float: right;	
}

span.cat-label {
	 font-family: 'readerbold'; 
	color: #c7102e;	
}

div.post {
	border-bottom: 1px solid #c7102e;	
}

div#theactualloop {
	padding-top: 36px;
	z-index: 2;
}

div.post .column {
	padding: 0;
}

.main-logo {
	max-height: 100%;
	width: auto;	
	float: right;
}

#camlogo {
	width: 85px;
	display: block;
	height: auto;
	margin: 0 auto;	
}

#nav-menu {
	border-top: 1px solid #951127;	
}
#nav-menu li {
		list-style-type: none;
		border-bottom: 1px solid #951127;
		position: relative;
}


#nav-menu li a {
	display: block;
	padding: 1.5em 0;
	height: 100%; width: 100%;
	text-transform: uppercase;
	color: #FFFFFF; 	
	transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -webkit-transition: all 0.2s;
}

#nav-menu li a:hover {
font-size: 1.15em;
text-shadow: 0px 1px 1px rgba(50, 50, 50, 1);
}

.region-selector {
	float: left;
	z-index: 1;
}
.region-selector.closed .region {
		list-style-type: none;
		display: none;
}

.region a {
	color: #222;	
}

.region a:hover {
font-family: 'readerbold';
}
.region.active a, .region-selector .region.single-active a {
	color: #c7102e;
	font-family: 'readerbold';
}

.region-selector.open .region {
		display: static;
}

.region.active span {
	display: none;	
}

.region.holder {
	font-family: 'readerbold';
}

.region-selector .region.active, .region-selector .region.single-active {
	display: inline;	
	
}

.region-dropdown {
	display: block;
	float: left;
	  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	
    margin-top: 4px;
    margin-left: 6px;
}

.region {
	list-style-type: none;	
}

.fi-social-facebook {
	font-size: 30px;
	position: absolute;
	left: 10px; top: 6px;
	color: #222;	
}

.cat-label a {
	color: #c7102e;
	font-family: 'readerbold';	
}

span.sep {
	color: #c7102e;
	font-family: 'readerbold';
}
span.sep:last-child {
	display: none;
}	

  .the-content {
	margin: 4em 0;   
   }
   
     .the-contact-content {
	margin: 2em 0;   
   }
   
   
   .the-content ul {
	padding-left: 2em;   
   }
   
  .apply-button {
	font-family: 'readerbold';
	border: 1px solid #c7102e;
	padding: 2em;
	border-radius: 5px;
	display: inline-block;
	color: #c7102e;
	font-size: 18px;  
	float: right;
	text-align: center;
	transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -webkit-transition: all 0.2s;
  }
  
    .apply-button:hover {
		background: #c7102e;
		color: #fff;	
	}
	
	a.apply-button:visited {
		color: #c7102e;	
	}
	
	
  .app-closes {
	margin-top: 3em;
    float: left;
    display: block;   
	   }


	  .single-career div.post, .page-template-page-contact div.post {
		border-bottom: 0;   
	   }
	   
	   div.bottom-border {
		background: repeating-linear-gradient(-45deg, #efefef, #efefef 5px, white 5px, white 10px);
		width: 100%;
		height: 10px;
		display: none;   
	   }
	   
	   .back-top {
		margin-bottom: 120px;
		font-size: 16px;
		text-align: center;
		width: 100%;
		font-family: 'readerbold';
	   text-transform: uppercase;
	   color: #c7102e;
	   }
	   
	   .post_count {
		background: #c7102e;
		border-radius: 50%;
		color: #FFF;
		display: inline-block;
		font-size: 10px;
		text-align: center;
		width: 15px;
		height: 15px; 
		margin-left: 5px;  
	   }
	   
	   
	   input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
		border: 1px solid #c7102e;   
		border-radius: 5px;
	   }
	   
	   input[type="submit"] {
			font-family: 'readerbold';
			background: #FFF;
	border: 1px solid #c7102e;
	padding: 1em 2em;
	border-radius: 5px;
	display: inline-block;
	color: #c7102e;
	font-size: 18px;  
	text-align: center;
	transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -webkit-transition: all 0.2s;
			   
	   }
	   
	   input[type="submit"]:hover {
		background: #c7102e;   
	   	color: #FFF;
	   }

/* =============================================================================
   Media Queries
   ========================================================================== */


   
   @media (max-width: 1100px) {
	 
	 div#loop-careers { 
	 	width: 100%;
	 }
	 
	 div#featured-image {
		display: none;	 
	 }
   }
   
      @media (min-width: 1600px) {
	   
	div#loop-careers {
		width: 50%;
	}
   }
   
    @media (max-width: 810px) {
    .apply-button {
	float: none;
	display: block	
	}

	 .app-closes {
			margin: 1em 0;
			float: none;   
	   }
	}
   
   @media (max-width: 640px) {
	   
	   .four-pad-hor {
		padding: 0 2em;   
	   }
	   
	   div#nav-container {
		display: none;   
	   }
	   div#container {
			width: 100%;   
	   }
	   
	   div#header {
			width: 100%;   
			height: auto;
			position: static;
	   }
	   
	   .main-logo {
		width: 270px;
		height: auto;
		max-height: 100%;
		margin: 0 auto;
		display: block;
		float: none;
	   }
	   
	   .mobile-menu {
		   
		   background: transparent; 
			text-align: center; 
	   }
	   
	   .mobile-menu #nav-menu {
		margin-top: 2em;   
	   }
	   
	   .mobile-menu #nav-menu a {
			color: #c7102e;   
	   }
	   
	   
	   div#loop-careers {
		   margin-top: 0;
			min-height: 100%;   
	   }
	   
	   .mobile-header {
			margin-top: 2em;   
	   }
	   
	   .mobile-header .column {
			padding: 0;   
	   }
	   
	   .mobile-header H2 {
		font-size: 18px;   
	   }
	   
	   div#footer {
			width: 100%;   
	   }
	   
	   div#footer p {
			font-size: 9px;   
	   }
	   
	   
	   .slave {
		   margin-top: 2em;
			height: 60px !important;   
	   }
	  
	   
	   
   }
