/*
Theme Name: Images Unlimited
Theme URI: imagesunlimited.co.nz
Author: Sam Meni | Rising Tide Design
Author URI: risingtide.design
Description: Custom theme for Images Unlimited.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: images-unlimited, parallax, single-page
Text Domain: imagesunlimited

Images Unlimited Theme, Copyright 2015 Imagesunlimited.co.nz
Images Unlimited Theme is distributed under the terms of the GNU GPL
*/
/**
 *    1.0 - Reset (Normalise.css)
 * ----------------------------------------------------------------------------
 */
html {
  box-sizing: border-box;
  height: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a,
p,
h1,
h2,
h3,
h4,
ul,
li,
ul li,
img,
button {
  margin: 0;
  padding: 0;
  outline: none;
  background: none;
  list-style: none;
  border: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
html {
  font-family: 'Open Sans', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #FFFFFF;
}
button:focus {
  outline: 0;
}
img {
  border-width: 0px;
}
#submit_button:focus {
  outline: 0;
}
/**
 *    2.0 - Basic Structure
 * ----------------------------------------------------------------------------
 */
/* stops navigation blocking links */
:target:before {
  content: "";
  display: block;
  height: 70px;
  /* fixed header height*/
  margin: -70px 0 0;
  /* negative fixed header height */
}
body {
  height: 100%;
}
#container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
h2 {
  text-align: center;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #333;
  max-width: 700px;
  padding-left: 45px;
  padding-right: 45px;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: center;
}
.pages {
  position: relative;
  padding-bottom: 50px;
}
.about-us {
  background: #47a3da url('images/about_bkgd.svg') no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
.about-us p {
  color: #fff !important;
}
.about-us h3,
.process h3 {
  text-align: center !important;
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
}
.about-us h3 {
  color: #002f62;
}
.process h3 {
  color: #19ccff;
  margin-top: 30px;
}
/**
 *    3.0 - Gallery
 * ----------------------------------------------------------------------------
 */
.tiled-gallery {
  margin: 0 auto !important;
  max-width: 800px;
  margin-bottom: 25px !important;
  margin-top: 30px !important;
}
.tiled-gallery-caption {
  background: rgba(0, 152, 217, 0.7) !important;
  color: #FFF !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 2px solid #fFF;
  border-left: 2px solid #fFF;
  border-right: 2px solid #fFF;
  border-top: none;
}
/**
 *    4.0 - Parallax Headers
 * ----------------------------------------------------------------------------
 */
.parallax-window {
  min-height: 300px;
  background: transparent;
}
#iu-design-logo,
#iu-signage-logo,
#iu-logistics-logo {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.parallax-logos {
  margin: 0 auto;
  height: 100px;
  position: relative;
  bottom: 200px;
}
.open-div {
  max-width: 960px;
  margin: 0 auto;
}
.open-div p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 300;
  max-width: 700px;
  padding-left: 10%;
  padding-right: 10%;
  margin: 0 auto;
  line-height: 1.8em;
  text-align: center;
  margin-top: 20px;
}
.open-div h2 {
  font-weight: 300;
  color: #666;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 30px;
}
@media (max-width: 599px) {
  .parallax-window {
    min-height: 150px;
  }
  .parallax-logos {
    height: 60px;
    bottom: 110px;
  }
}
/**
 *    5.0 - Contact
 * ----------------------------------------------------------------------------
 */
.contact {
  background: #002f62 url('images/contact_bkgd.svg') no-repeat center center;
  background-size: cover;
  position: relative;
  height: 775px;
}
#contact-area {
  max-width: 960px;
  padding-top: 40px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto;
}
#contact-form {
  color: #FFF;
  width: 100%;
  padding-left: 20px;
}
#google-maps {
  float: right;
  max-width: 480px;
  padding-right: 20px;
}
#contact-form p {
  text-align: left;
  padding: 0;
  color: #fff;
}
#contact-form a {
  text-decoration: none;
  color: #19CCFF;
}
#contact-form a:hover {
  color: #FFF;
}
#contact_form {
  margin-top: 30px;
  max-width: 500px;
}
#contact-form h4 {
  font-weight: 700;
  padding-top: 15px;
}
#contact-form h3 {
  font-weight: 300;
  font-size: 2em;
  text-transform: uppercase;
  color: #FFF;
}
#social h3 {
  font-weight: 300;
  font-size: 1em;
  color: #FFF;
}
#social img {
  margin-top: 10px;
  margin-right: 10px;
}
.input {
  background: #FFF;
  width: 100%;
  outline: none;
  color: #666;
  font-size: 0.8em;
  padding: 0.5em;
  border: none;
  resize: none;
  -moz-box-shadow: inset 0 0 10px #777;
  -webkit-box-shadow: inset 0 0 10px #777;
  box-shadow: inset 0 0 10px #777;
  margin-bottom: 15px;
}
.input:active {
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
#submit_button {
  background: none;
  border: 1px solid;
  font-size: 0.8em;
  color: #19ccFF;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Open Sans', sans-serif;
  width: 75px;
}
input#submit_button:hover {
  color: #FFF;
}
.button {
  background: none;
  border: 1px solid;
  font-size: 0.8em;
  margin-top: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  left: 0;
  font-family: 'Open Sans', sans-serif;
  margin-right: 2em;
}
.leftbutton {
  color: #0070af;
}
.rightbutton {
  color: #47a3da;
}
.button:hover {
  color: #FFF;
}
.button:active {
  color: #0070af;
}
#map2 {
  display: none;
}
@media (min-width: 960px) {
  .map {
    width: 400px;
    height: 350px;
  }
  #contact-form {
    max-width: 50%;
    float: left;
  }
  .pin {
    display: none;
  }
  #social {
    float: right;
    width: 420px;
    padding-right: 20px;
    margin-top: 30px;
  }
}
@media (min-width: 700px) and (max-width: 959px) {
  .map {
    width: 320px;
    height: 280px;
  }
  #contact-form {
    max-width: 50%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
  }
  .pin {
    display: none;
  }
  #social {
    float: right;
    width: 345px;
    padding-right: 20px;
    margin-top: 30px;
  }
}
@media (min-width: 600px) and (max-width: 699px) {
  .map {
    width: 280px;
    height: 245px;
  }
  #contact-form {
    max-width: 40%;
    float: left;
  }
  .pin {
    display: none;
  }
  #social {
    float: right;
    width: 305px;
    padding-right: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  #google-maps {
    display: none;
  }
  #contact-form {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 10%;
    padding-right: 10%;
  }
  .pin {
    position: absolute;
    left: 225px;
    padding-left: 10%;
  }
  .akld-pin {
    top: 115px;
  }
  .chch-pin {
    top: 225px;
  }
  .contact {
    height: 855px;
  }
  #social {
    float: left;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 30px;
  }
}
/**
 *    6.0 - News
 * ----------------------------------------------------------------------------
 */
.news {
  background: rgba(168, 214, 246, 0.5) url('images/news_bkgd.svg') no-repeat right bottom / 800px;
}
#facebook {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 2%;
  padding-bottom: 5%;
}
#facebook p {
  text-align: left !important;
}
#facebook h3 {
  text-align: center !important;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #1199d6;
}
#cff .cff-item {
  border-bottom: 1px dashed rgba(100, 100, 100, 0.5);
}
.cff-lightbox-data .cff-lightbox-caption {
  text-align: left !important;
}
/**
 *    7.0 - Footer
 * ----------------------------------------------------------------------------
 */
footer {
  height: 30px;
  width: 100%;
  margin: 0 auto;
  background: #002850;
  position: absolute;
}
footer p {
  color: #FFF;
  font-size: 13px;
  line-height: 30px;
}
@media (max-width: 599px) {
  footer p {
    font-size: 8px;
  }
}
