/*  
Theme Name: Automotive Careers Theme
Theme URI: http://sww.co.nz/
Description: Custom theme by Stellar Web Works for Automotive Careers NZ Ltd.
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/


colours:

#86BF4D - bright green
#294962 - dark blue
#5F7789 - greyish blue
#DFE4E7 - light greyish blue

*/
html,body {
	margin:0;
	padding:0;
   background: #fff;
   text-align: center;
   font-family: Century Gothic,CenturyGothic,AppleGothic,Avant Garde,Avantgarde,sans-serif;
	font-family: "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-family : "Times New Roman", Times, serif;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-family: arial, helvetica, sans-serif;
   font-family: 'Open Sans', sans-serif;
   color: #5F6061;
}
body {
   /*
   12px	0.750em	75.0%	   9pt
   13px	0.813em	81.3%	   10pt
   14px	0.875em	87.5%	   11pt
   15px	0.938em	93.8%	   11pt
   16px	1.000em	100.0%	12pt
   17px	1.063em	106.3%	13pt
   18px	1.125em	112.5%	14pt
   19px	1.188em	118.8%	14pt
   20px	1.250em	125.0%	15pt
   21px	1.313em	131.3%	16pt
   22px	1.375em	137.5%	17pt
   23px	1.438em	143.8%	17pt
   24px	1.500em	150.0%	18pt
   */
   position: relative;
}
h1, h2, h3, h4 {
   color: #294962;
}
h1 {
   font-size: 1.5em;
}
h2 {
   font-size: 1.375em;
}
h3 {
   font-size: 1.125em;
}
h4 {
   font-size: 1em;
}
a {
   color: #5F7789;
}
a:hover {
   color: #294962;
}
h1 a, h2 a {
   text-decoration: none;
} 
img {
   border: 0;
}
div {
   text-align: left;
}
ul {
   overflow:hidden;
}
ul.strong {
   list-style-type: none;
   padding: 0px;
   margin: 7px 0 7px 15px;
}
ul.strong li {
   background-image: url(images/bullet.png);
   background-repeat: no-repeat;
   background-position: 0px 7px;
   line-height: 1.571em;
   padding-left: 20px;
   margin: 5px 0;
   color: #294962;
   font-weight: 600;
}
td {
   vertical-align:top;
}
blockquote {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
   background: #e9e9e9 url(images/quote.png) 8px 4px no-repeat;
   padding: 8px 8px 8px 46px;
}
blockquote p {
   margin: 0;
}
#slideshow {
   width: 100%;
   position: relative;
   z-index: 0;
   font-size: 0;
}
#slideshow div {
   font-size: 0;
}
#slideshow img {
   width: 100%;
}

#header {
   height: 195px;
   color: #fff;
   z-index: 10;
   position: absolute;
   top: 0;
   width: 100%;
   border-bottom: 4px solid #86BF4D;
}
#header.home {
}
#header.inner {
   background: url(images/headerbg.jpg) center center repeat-x;
   background-size: cover;
}
#header div.overlay {
   background: rgba(255,255,255,0.8);
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   z-index: 11;
}
#header.home div.overlay {
   background: rgba(255,255,255,0.6);
}   
#header div.contents {
   z-index: 12;
}

#logo {
   position: absolute;
   top: 0;
   width: 35%;
   min-width: 300px;
}
#logo img {
   padding: 10px 0;
}
#socialicons {
   text-align: right;
   padding: 20px 0 80px 0;
}
.social img {
   padding: 0 10px;
}
.social img:hover {
    transform: rotate(5deg) scale(1.05, 1.05);
}

#page, div.contents {
   margin: 0 auto;
   position: relative;
}
#page {
   position: relative;
   z-index: 9;
   padding-top: 195px;
   padding-bottom: 50px;
}
#page.homepage {
   top: -50px;
   margin-top: 0;
   padding-top: 0;
}
#statement {
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 660px;
   height: 100%;
   text-align: center;
   z-index: 2;
}
#statement div {
   position: absolute; 
   left: 0; 
   top: 0; 
   width: 100%; 
   height: 100%; 
   display: table; 
}
#statement p {
   font-size: 30px;
   color: #fff;
   text-align: center;
   margin: 0 auto;
   display: table-cell; 
   vertical-align: middle; 
   text-align: center;
   text-transform: uppercase; 
   text-shadow: 0px 0px 20px #000;
}
#slideoverlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   background-color: rgba(0,0,0,0.4);
}
#nav {
   text-align: right;
   line-height: 30px;
   overflow: hidden;
   padding-bottom: 12px;
}
#nav a {
   margin: 0 5px;
   color: #294962;
   text-decoration:none;
   font-weight: 600;
   font-size: 18px;
   display: inline-block;
   padding: 5px 15px;
   border-radius: 15px;
   text-transform: lowercase;
}
#nav a:hover, #nav li.current-menu-item a {
   background-color: #86BF4D;
   color: #fff;
}
#nav ul, #subnav ul, #footernav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#nav li, #subnav li, #footernav li {
   display: inline;
   list-style: none;
   margin: 0;
   padding: 0;
   background: none;
}
#subnav {
   text-align: center;
}
#subnav a {
   color: #999;
   text-decoration:none;
   font-weight: bold;
   font-size: 18px;
   display: inline-block;
   padding: 10px 20px;
   text-transform: lowercase;
}
#subnav a:hover, #subnav li.current-menu-item a, #subnav li.current-page-ancestor a {
   color: #cc0000;
}
#maincontent {
   overflow: hidden;
   padding: 20px 40px;
}
.clear {
   clear:both;
}
.centered {
   text-align:center;
}
div.divider {
   clear: both;
   margin: 50px 0 30px 0;
   border-bottom: 5px dotted #86BF4D;
}
div.block {
   background-color: #DFE4E7;
   padding: 20px;
   margin: 40px 0;
   color: #2F3031;
   border-radius: 20px;
}

#panelband {
   overflow: hidden;
   top: -100px;   
   position: relative;
}
.panel {
   float: left;
   width: 30%;
   margin-left: 5%;
   position: relative;
   background: rgba(41,73,98,0.75);
   padding-bottom: 40px;
}
#panel1 {
   margin-left: 0;
}
.panel .head {
   height: 100px;
   line-height: 100px;
   font-size: 30px;
   text-align: center;
}
.panel .head a {
   color: #86BF4D;
   text-decoration: none;
   text-align: center;
}
.panel .body {
   font-size: 18px;
   line-height: 1.6em;
   min-height: 160px;
   color: #fff;
   padding: 0 50px;
}
.panel li {
   margin: 0;
}
.panel ul {
   margin: 0 0 0 10px;
}
.panel .more {
   text-align: center;
   margin-top: 10px;
}
.more a {
   text-decoration:none;
   padding: 8px 50px;
   color: #fff;
   background: #294962 url(images/arrow.png) 90% center no-repeat;
   border-radius: 15px;
   font-weight: normal;
   font-size: 24px;
}
.more a:hover {
   background-color: #86BF4D;
}

#maincol {
   float: left;
   width: 70%;
   padding-right: 5%;
}
#sidebar {
   float: left;
   width: 25%;
}
.leftcol {
   float: left;
   width: 45%;
   padding-right: 10%;
}
.rightcol {
   float: left;
   width: 45%;
}
div.cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}



#footercontacts {
   background-color: #294962;
   color: #fff;
   overflow: hidden;
   padding: 25px 0;
   border-bottom: 2px solid #86BF4D;
}
#footercontacts .email {
   float: left;
   width: 25%;
   font-size: 22px;
   padding-top: 12px;
}
#footercontacts .calltoaction {
   float: left;
   width: 50%;
   font-size: 36px;
   text-align: center;
}
#footercontacts .calltoaction span {
   transform:scale(0.8,1); 
   display:inline-block;
}
#footercontacts a {
   color: #fff;
   text-decoration: none;
}
#footercontacts a:hover {
   color: #86BF4D;
}
#footercontacts .calltoaction a {
   color: #86BF4D;
   text-decoration: none;
}
#footercontacts .calltoaction a:hover {
   color: #fff;
}
#footercontacts .phone {
   float: right;
   width: 25%;
   font-size: 22px;
   text-align: right;
}
#footercontacts .phone small {
   font-size: 18px;
}

#footernav {
   background-color: #5F7789;
   color: #fff;
   padding-bottom: 20px;
}
#footernav .contents {
   overflow: hidden;
}
#footernav .left {
   float: left;
   width: 15%;
   padding-top: 40px;
}
#footernav .center {
   float: left;
   width: 70%;
}
#footernav .right {
   float: right;
   width: 15%;
   text-align: center;
   padding-top: 10px;
}
#time {
   text-align: center;
   padding: 0;
   max-width: 150px;
   margin: 0 auto;
   background-color: #294962;
   border-radius: 5px;
}
#clock {
   text-align: center;
   color: #86BF4D;
   font-family: 'Roboto Mono', monospace;
}
#footernav .right img {
   padding: 10px;
   max-width: 100px;
}

#footer {
   position: relative;
}
#footer .overlay {
   background: url(images/fern2.png) center center no-repeat;
   background-size: contain;
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   z-index: 11;
}
#footer .contents {
   z-index: 12;
}
#footernav a {
   color: #fff;
   text-decoration:none;
   font-weight: 600;
   font-size: 18px;
   display: inline-block;
   padding: 10px 20px;
   text-transform: lowercase;
}
#footernav a:hover, #footernav li.current-menu-item a {
   color: #86BF4D;
}
#footernav ul {
   text-align: center;
}
#footernav li {
   display: inline-block;
   vertical-align: top;
   padding: 20px 25px;
   text-align: left;
}
#footernav li a {
   padding: 10px 0;
}
#footernav ul.sub-menu li {
   display: block;
   padding: 0;
   line-height: 1.5em;
}
#footernav ul.sub-menu li a {
   font-size: 16px;
   font-weight: normal;
   padding: 0;
}
#footernav .social {
   text-align: center;
}
#tagline {
   text-align: center;
   font-family: 'Ranga', cursive;
   font-size: 30px;
   letter-spacing: 1px;
   color: #294962;
   background-color: #86BF4D;
   padding: 10px 0;
   margin: 0;
}
#tagline p {
   margin: 0 auto;
   text-align: center;
}
#credits {
   margin-top: 5px;
   padding: 10px;
   text-align: center;
   font-size: 0.786em;
   color: #999999;
}
#credits a {
   text-decoration: none;
   color: #999999;
}
#credits a:hover {
   text-decoration: underline;
   color: #666666;
}
img.leftalign {
   display: block;
   float: left;
   text-align: left;
   margin: 0 25px 5px 0;
}
img.rightalign {
   display: block;
   float: right;
   text-align: right;
   margin: 0 0 5px 15px;
}
img.centeralign {
   display: block;
   margin: 10px auto;
   text-align: center;
}
table.labels {
   width:50%;
   margin:10px auto;
}
table.labels th {
   text-align: right;
   padding-right: 30px;
}
div.rounded {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
div.shaddow {
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
div.opacity {
   opacity: 0.5;
   -moz-opacity: 0.5;
   filter:alpha(opacity=50);   
}

/* Jobs listings */
a.button {
   display: inline-block;
   width: auto;
   text-align: center;
   padding: 4px 20px;
   background-color: #294962;
   color: #fff;
   text-decoration: none;
   font-weight: 600;
   border-radius: 10px;
}
a.button:hover {
   background-color: #86BF4D;
}
a.arrow {
   padding: 4px 30px 4px 20px;
}
a.arrow:after {
   content: '';
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 8px 0 8px 8px;
   border-color: transparent transparent transparent #ffffff;
   position: absolute;
   margin: 4px 5px;
}
.positionsummary h2 {
   margin-top: 5px;
}
.location {
   font-size: 14px;
   font-weight: 600;
}
.searchandfilter ul {
   padding-left: 0;
}
#sidebar .searchandfilter li {
   display: block;
}
#sidebar .searchandfilter li.cat-item {
   display: inline-block;
}

input[type="submit"] {
   padding: 4px 20px;
   background-color: #86BF4D;
   color: #fff;
   font-size: 1rem;
   text-decoration: none;
   font-weight: 600;
   border-radius: 10px;
   border: 0;
   margin: 20px 0;
}
input[type="submit"]:hover {
   background-color: #294962;
}


/* WP Common Styles */
.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}
img.aligncenter, div.aligncenter {
   display: block;
   margin: 20px auto;
}
img.alignright, div.alignright {
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft, div.alignleft {
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
img.aligncenter {
   text-align: center;
}
img.alignright {
   text-align: right;
}
img.alignleft {
   text-align: left;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.more-link {
   display:block;
   text-align:right;
}
.linklove {
   display:none;
}
/* Comments */
#comments {
   margin-top: 100px;
   color: #333;
   background: #f3f3f3;
   padding: 10px 20px;
   clear:both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding-bottom: 24px;
}
.commentlist {
	list-style: none;
	margin: 0;
   padding: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Contact Form 7 */
div.wpcf7 {
   clear: both;
   overflow: hidden;
   background-color: #DFE4E7;
   border-radius: 10px;
   width: 464px;
   margin: 30px 0;
}
div.wpcf7 form {
   padding: 0 30px;
   margin: 0;
}
div.wpcf7-response-output {
   background: #fff;
}
span.wpcf7-not-valid-tip {
   font-size: 0.750em !important;
}
input.wpcf7-submit {
   background: #294962;
   color: #fff;
   font-size: 1.1em;
   border-radius: 3px;
   border: 0px;
   padding: 5px 20px;
}
input.wpcf7-submit:hover {
   background: #86BF4D;
}
input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea {
   border: 1px solid #aaa;
   width: 400px;   
   height: 26px;
}
textarea.wpcf7-textarea {
   height: 180px;
}
input.wpcf7-text:hover, input.wpcf7-captchar:hover, textarea.wpcf7-textarea:hover {
   border: 1px solid #999;
}
input.wpcf7-text:focus, input.wpcf7-captchar:focus, textarea.wpcf7-textarea:focus {
   border: 1px solid #666;
}
div.wpcf7 div.wpcf7-validation-errors {
    border: 2px solid #f00000;
}


/* ------------------------------------------------- Responsive Elements ------------------------------------------------- */

/* defaults: computer monitors, tablets in landscape, standard and large screens (typically wider than 1024px), old browsers */
   #scale { position:absolute; z-index: 11; top:0; width: 100%; height: 27px; background: url(images/scale.png) top left repeat-x; }
   #page, div.contents { width:90%; max-width: 1400px; min-width: 320px;}
   #mobile-menu-btn { display: none; }

   img {max-width: 100%; height: auto !important; }
   .maincontent img.alignleft, .maincontent img.alignright { max-width:50%; height:auto; }
   .responsive50 img, .responsive50 .wp-caption { max-width:50%; height:auto; }
   .responsive33 img, .responsive33 .wp-caption { max-width:33%; height:auto; }
   .responsive .wp-caption img, .responsive50 .wp-caption img, .responsive33 .wp-caption img { max-width:100%; }
   
/* MEDIUM-WIDE SCREEN */
/* width 800px - 1200px */
@media screen and (max-width: 1200px) {
   #nav a { font-size: 16px; margin: 0; border-radius: 13px; }
   #socialicons { padding-bottom: 90px; }

   #statement {
      width: 600px;
      padding-top: 35px;
   }
   #statement p {
      font-size: 28px;
   }
   
   .panel .head { font-size: 24px; }
   .panel .body {   font-size: 16px; padding: 0 30px;}
   .more a { font-size: 18px; padding: 8px 30px; background-position: 93% center;}   

   #footercontacts .calltoaction { font-size: 28px;}   
   #footernav li { padding: 0 5px; }
   #footernav li a { font-size: 16px; padding: 10px; }

   div.wpcf7 { width: 314px; } 
   input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea { width: 250px; }



}

/* MEDIUM-SMALL SCREEN */
/* width 500px - 800px */
@media screen and (max-width: 800px) {

   html,body {  }
   #page, div.contents { width:95%; }

   #header { height: 135px; }
   #socialicons { padding-bottom: 35px; }


   #statement {
      width: 460px;
   }
   #statement p {
      font-size: 20px;
   }

   #mobile-menu-btn { 
      display: block;
      width: 32px; 
      height: 32px;
      background: url(images/menu-icon.png) 0 0 no-repeat;
      position: absolute;
      top: 4px;
      right: 20px;
      cursor: pointer;
      z-index: 10;
   }
   #nav { min-height: 40px; position: absolute; width: 100%; z-index: 10; }
   #nav ul { display:none; }
   #nav ul.open {  
     width: 100%;  
     display: block;  
     height: auto;  
     padding-top: 40px;
     margin-top:0;
     background: rgba(256,256,256,0.85);
   }  
   #nav li {  
     width: auto;  
     float: none;  
     position: relative;  
   }  
   #nav li a {  
     display: block;
     margin: 0;
     padding: 3px 0px;
     border-bottom: 1px solid #d0d0d0;  
     border-radius: 0;
     text-align: left;  
     width: 100%;  
     text-indent: 25px;  
     line-height: 30px;
   }

   .panel, #panel1 {
      float: none;
      width: 280px;
      margin: 0 auto 20px auto;
   }
   .panel .head { background-color: #516B7F; }
   .panel .body { min-height: 100px; padding: 15px 50px; }
   #panel1 .head { background-color: transparent; }

   .leftcol, .rightcol, #maincol, #sidebar { float: none; width: auto;}
   
   #slideshow { padding: 0; }

   div.block { padding: 10px 20px; }


   #footercontacts .email { float: none; width: auto; text-align: center; }
   #footercontacts .calltoaction {  float: none; width: auto; font-size: 26px; padding: 20px 0; }   
   #footercontacts .phone { float: none; width: auto; text-align: center; }

   #footernav li { padding: 5px 5px;}
   #footernav li a { font-size: 16px; font-weight: normal; padding: 0; }
  
   #footernav { padding-bottom: 0; }
   
   #footernav .left, #footernav .center, #footernav .right {
      width: auto;
      float: none;
   }
   #footernav .left {
      text-align: center;
      padding-top: 20px;
   }
   #footernav .right { padding-top: 0;}
   
   div.wpcf7 { width: 414px; } 
   input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea { width: 350px; }
   .rightcol div.wpcf7 { margin:20px auto; } 
}

/* SMALLEST SCREEN */
/* width 320px - 500px */
@media screen and (max-width: 500px) {	

   #page, div.contents { width:97%; }

   #slideshow {
      top: 160px;
   }
   #header {
       height: 160px;
   }
   #logo {
      top: 15px;
   }
   
   #socialicons {
      display:none;
      /*padding: 4px 5px 80px 0;*/
   }
   .social img {
      /*padding: 0 2px;*/
   }
   
   #statement {
      width: 320px;
   }
   #statement p {
      font-size: 15px;
   }

   #nav { top: 120px; }

   
   #maincontent { padding: 10px 10px 50px 10px; }

   #panelband {
      top: 0;  
      padding-top: 20px; 
      margin-top: 160px;
   }   
   #page.homepage {
      top: 0;
   }   
   #panel1 .head { background-color: #516B7F; }   

   .panel .head {
       font-size: 22px;
       height: 80px;
       line-height: 80px;
   }

   #footercontacts .calltoaction { font-size: 20px;}   

   
   /* Contact Form 7 */
   div.wpcf7 { margin: 10px auto; width: 300px; }
   div.wpcf7 form { padding: 0 25px; }
   input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea { width: 246px; height: 20px; }
   textarea.wpcf7-textarea { height: 120px; }     
}


