/*
Theme Name: AeroSpread
Author: GoodPixel
Author URI: http://goodpixel.co.nz
Description: Custom WordPress theme for AeroSpread
Version: 1.0-wpcom
Text Domain: aerospread
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
  5.1 - Links
  5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
  10.1 - Posts and pages
  10.2 - Asides
  10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
  12.1 - Captions
  12.2 - Galleries
13.0 - Project
  13.1 - Project Plugins
  13.2 - Project Pages
14.0 - Other
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset (normalize.css v3.0.1)
--------------------------------------------------------------*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}
dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}
img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}
optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background: #ddd;
  background-color: rgba(0,0,0,.1);
}
html {
  background: #e3dad6;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #444;
  color: rgba(0,0,0,.75);
  -webkit-font-smoothing: antialiased;
  font: .9em/1.5 'proxima nova', sans-serif;
}
body {
  padding: 0 1em 1em;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 .25em;
}
h2 { font-size: 1.6em; }
h3, h4 {
  color: #f60;
}
h3 {
  font-size: 1.4em;
}
abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  border: 0;
  height: 1px;
  margin: 1.5em 0;
  background-color: #ccc;
}
ul, ol { margin: 0 0 1.5em; }
dt { font-weight: 700; }
dd { margin: 0 1.5em 1.5em; }
img {
  height: auto;
  max-width: 100%;
}
table {
  width: 100%;
  margin: 0 0 1.5em;
}
th { font-weight: 700; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
fieldset {
  border: 0;
  padding: 0;
}
button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, .8);
  cursor: pointer;
  -webkit-appearance: button;
/*
  font-size: 12px;
  font-size: 1.2rem;
*/
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
              inset 0 15px 17px rgba(255, 255, 255, 0.8),
              inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  outline: 0;
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"], input[type="radio"] { padding: 0; }
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"], textarea, select {
  color: #111;
  padding: .25em;
  line-height: 1.4;
  font-size: inherit;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}
textarea {
  width: 100%;
  overflow: auto;
  line-height: 1.2;
  vertical-align: top;
}
.req label { font-weight: 700; }
.req.error label { color:#c33; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #f60;
  transition: color .2s;
  text-decoration: none;
}
  a:hover,
  a:focus { color: #d60; }
  a:active {}
  a:visited {}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
nav ul {
  padding: 0;
  list-style-type: none;
}
.main-pri .comment-navigation, .main-pri .paging-navigation, .main-pri .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.cf, .clear, .entry-content, .comment-content { *zoom: 1; }
  .cf:before, .cf:after,
  .clear:before, .clear:after,
  .entry-content:before, .entry-content:after,
  .comment-content:before, .comment-content:after {
    content: ' ';
    display: table;
  }
  .cf:after,
  .clear:after,
  .entry-content:after,
  .comment-content:after {
    clear: both;
  }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  _margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed, iframe, object {
  max-width: 100%;
}
.popup-youtube {
    top: 65%;
    left: 50%;
    z-index: 1;
    font-size: 18px;
    color: #fff;
    width: 4em;
    height: 4em;
    background: rgba(255,255,255,.3);
    line-height: 4.25em;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    margin: -1em 0 0 -2em;
    transition: .3s background;
    box-shadow: 0 0 0 3px rgba(255,255,255,.7);
}
.popup-youtube:hover {
    color: #fff;
    background: #f60;
}
.popup-youtube::after {
    content: "WATCH VIDEO";
    display: block;
    line-height: 1;
    font-size: 14px;
    width: 8em;
    margin-left: -1.5em;
    padding-top: .5em;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
img.round, img.rounded {
  border-radius: 100%;
}
.gallery { margin-bottom: 1.5em; }
  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 0 1em;
    padding: .5em;
    width: 100%;
  }
  .gallery-icon {
    padding: .2em;
    display: block;
    line-height: 0;
    background: #fff;
    box-shadow: 1px 2px 3px rgba(0,0,0,.1);
  }
  .gallery-columns-2 .gallery-item { max-width: 50%; }
  .gallery-columns-3 .gallery-item { max-width: 33.33%; }
  .gallery-columns-4 .gallery-item { max-width: 25%; }
  .gallery-columns-5 .gallery-item { max-width: 20%; }
  .gallery-columns-6 .gallery-item { max-width: 16.66%; }
  .gallery-columns-7 .gallery-item { max-width: 14.28%; }
  .gallery-columns-8 .gallery-item { max-width: 12.5%; }
  .gallery-columns-9 .gallery-item { max-width: 11.11%; }
  .gallery-caption { display: block; }

/*--------------------------------------------------------------
13.0 Project
--------------------------------------------------------------*/
.menu-pri #menu-primary {
    padding-left: 4.5em !important;
    padding-right: 4.5em !important;
}
.head-pri,
.menu-pri ul,
.path-pri,
.main-pri,
.foot-pri {
  z-index: 10;
  padding: 2em;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
}

.head-pri {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  transition: height .5s ease-in-out;
}
  .head-pri h1 {
    float: left;
    line-height: 1;
    font-size: 2em;
    margin: -.35em 0 1em;
    padding: .2em 0 0;
  }
    .head-pri h1 img {
      width: 200px;
      height: auto;
    }
    /*.head-pri h1 a {
      color: #fff;
      background: #000;
      background: linear-gradient(rgb(0,0,0) 75%, rgba(0,0,0,0));
      padding: 1em .75em 1.25em;
    }*/
	.head-pri h1 a {
		background: transparent;
		padding: 0 10px 0;
		display: block;
	}
      .head-pri h1 a:hover,
      .head-pri h1 a:focus {
        color: #fff;
      }
  .head-pri .widget-area {
    float: right;
  }
  .head-pri .widget {
    float: left;
    margin-left: 3em;
  }
  .head-pri .widget,
  .head-pri .widget h1,
  .head-pri .widget h2,
  .head-pri .widget h3,
  .head-pri .widget h4 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
  }
.hero-pri {}
  .hero-pri .subject,
  .hero-pri .overlay {
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 20em;
    position: absolute;
  }
  .hero-pri .overlay {
    z-index: 1;
    background: transparent;
    background: linear-gradient(rgba(0,0,0,0) 70%, #e3dad6);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
    .hero-pri .subject { background: #6ba1d8 !important; }
    .hero-show .head-pri { height: 15em; }
.path-pri {
  display: none;
  padding-top: 1em;
  padding-bottom: 1em;
}
  .path-pri a {
    color: #999;
    margin: 0 .5em;
    display: inline-block;
  }
    .path-pri a:hover,
    .path-pri a:focus { color: #444; }
    .path-pri a.home { margin-left: 0; }
    .path-pri a[rel=home] { display: none; }
.menu-pri {
  left: 0;
  right: 0;
  z-index: 20;
  clear: both;
  position: relative;
}
  .menu-pri ul { background: transparent; }
    .menu-pri li {
      font-size: 1.15em;
      text-align: center;
    }
    .menu-pri a {
      font-weight: 700;
      padding: .75em .5em;
      display: inline-block;
      transition: color .15s ease-out,
                  background-color .25s ease-out;
    }
      .menu-pri a:hover,
      .menu-pri a:focus {
        background-color: #444;
        background-color: rgba(0,0,0,.5);
      }
      .menu-pri a:active { color: #f90; }
      .menu-pri li.current_page_item a { background-color: #000; }
    .menu-pri .tgl {
      display: none;
      cursor: pointer;
    }
    .menu-pri a { color: #fff; }
.main-pri {
  box-shadow: 0 .5em .5em .25em rgba(0,0,0,.05);
}
.foot-pri {
  background: none;
  padding-top: 1em;
  text-align: center;
  padding-bottom: 2em;
  color: rgba(0,0,0,.5);
}

@media (max-width: 479px) {
  .head-pri,
  .path-pri,
  .main-pri,
  .foot-pri { padding: 1em; }
}

@media (max-width: 799px) {
  body { padding: .25em 0 0; }
.head-pri,
  .path-pri,
  .main-pri,
  .foot-pri { max-width: 40em; }
  .head-pri {
    clear: both;
    padding: .5em 0;
  }
    .head-pri h1 a {
      font-size: .75em;
    }
    .head-pri h1 img {
      margin-bottom: -.5em;
    }
  .head-pri .widget-area { display: none; }
  .menu-pri {}
    .menu-pri a { display: block; }
    .menu-pri label.tgl {
      top: .5em;
      right: 1em;
      width: 3em;
      height: 3em;
      color: #ccc;
      z-index: 40;
      padding: .5em;
      display: block;
      position: fixed;
      background: #333;
      background: rgba(0,0,0,.5);
      font-weight: 700;
      text-align: center;
      transition: color .25s ease-out;
    }
    .menu-pri label.tgl:hover { color: #fff; }
    .menu-pri label.tgl:after {
      font-size: 2em;
      line-height: 1;
      content: "\2630";
    }
    .menu-pri input.tgl ~ ul {
      width: 0;
      height: 0;
      opacity: 0;
      padding: 0;
      transition: opacity .5s ease-out,
                  padding 0 ease-out .5s,
                  height 0 ease-out .5s,
                  width 0 ease-out .5s;
    }
    .menu-pri input.tgl ~ ul li {
      top:-1em;
      position: relative;
      transition: top .25s ease-out;
    }
    .menu-pri .tgl:checked + label.tgl { background: none; }
      .menu-pri .tgl:checked + label.tgl:after {
        font-size: 3em;
        content: "\00d7";
        line-height: .75;
      }
    .menu-pri .tgl:checked ~ ul {
      opacity: 1;
      width: 100%;
      height: 100%;
      padding: 5em 2em;
      transition: opacity .5s,
        height 0 0,
        width 0 0;
    }
    .menu-pri .tgl:checked ~ ul li { top: 0; }
    .menu-pri ul {
      top: 0;
      left: 0;
      margin: 0;
      z-index: 30;
      color: #ccc;
      overflow: auto;
      position: fixed;
      background: #666;
      background: rgba(0,0,0,.75);
    }
    .menu-pri li { margin-bottom: .5em; }
  .main-pri {}
  .foot-pri { background: none; }
    .foot-pri .wrap {
      font-size: .9em;
      text-align: center;
    }
}

@media (min-width: 800px){
  .head-pri,
  .path-pri,
  .menu-pri ul,
  .main-pri,
  .foot-pri {
    max-width: 60em;
    padding-left: 3em;
    padding-right: 3em;
  }
  .head-pri {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1em;
    transition: height .5s ease-out;
  }
    .hero-short .head-pri { height: 5em !important; }
  .hero-pri {}
    .hero-pri .subject,
    .hero-pri .overlay { height: 35em; }
      .hero-show .head-pri { height: 20em; }
      .hero-short .hero-pri .subject,
      .hero-short .hero-pri .overlay { height: 24em !important; }
  .menu-pri {
    background: #000;
    background: rgba(0,0,0,.65);
    margin: 0 -1em 2em;
    border-bottom: .5em solid #000;
  }
    .menu-pri ul {
      padding: 0 0 0 3em;
    }
    .menu-pri li { display: inline-block; }
  .main-pri {
    z-index: 10;
    position: relative;
    padding: 2em 3em 3em;
  }
    .main-pri:after,
    .main-pri:before {
      top: 10px;
      left: 5px;
      width: 2em;
      height: 9em;
      z-index: -1;
      content: "";
      display: none;
      position: absolute;
      transform: skew(4deg, 0deg);
      background-color: rgba(0,0,0,.2);
      box-shadow: 0 0 10px 10px rgba(0,0,0,.2);
    }
    .main-pri:before {
      left: auto;
      right: 5px;
      transform: skew(-4deg, 0deg);
    }
    /* Main top corner shadows, z-index messed up
    .main-pri:before {
      position: absolute;
      z-index: -10;
      content: "";
      top: -5px;
      right: -5px;
      width: 50px;
      height: 200px;
      border-radius: 0 15% 0 0;
      box-shadow: 10px -15px 15px rgba(0,0,0,0.5);
      transform: rotate(-2deg) translate(-15px,20px) skew(-5deg);
    }
    .main-pri:after {
      position: absolute;
      z-index: -10;
      content: "";
      top: -5px;
      left: -5px;
      width: 50px;
      height: 200px;
      border-radius: 15% 0 0 0;
      box-shadow: -10px -15px 15px rgba(0,0,0,0.5);
      transform: rotate(2deg) translate(15px,20px) skew(5deg);
    }
    .main-col {
      width: 65%;
      float: left;
    }
    .side-col {
      width: 30%;
      float: right;
    }
    */
}
@media (min-width: 1200px){
  body { padding: 0 5em 1em; }
  .head-pri,
  .path-pri,
  .main-pri,
  .menu-pri ul,
  .foot-pri {
    max-width: 72em;
    padding-left: 5em;
    padding-right: 5em;
  }
  .head-pri {
    padding-left: 0;
    padding-right: 0;
  }
    .hero-show .head-pri { height: 25em; }
    .hero-show .hero-pri .subject,
    .hero-show .hero-pri .overlay { height: 40em; }
    .hero-short .head-pri { height: 5em; }
      .hero-short .hero-pri .subject,
      .hero-short .hero-pri .overlay { height: 20em; }
  .menu-pri { margin: 0 -5em 2em; }
    .menu-pri li { font-size: 1.25em; }
      .menu-pri li a { padding: .7em; }

  .main-pri {
    padding-top: 3em;
  }
}

/*--------------------------------------------------------------
13.1 Project Plugins
--------------------------------------------------------------*/
@media (max-width: 799px){
  label { display: block; }
  select,
  textarea,
  input[type="text"] {
    width: 100%;
    padding: .2em;
    font-size: 16px;
    line-height: 1.4;
  }
  textarea { height: 6em; }
    input.sm,
    select.sm { width: 25%; }
    input.md,
    select.md { width: 45%; }
}

@media (min-width: 800px){
  .form-inline label {
    width: 10em;
    text-align: right;
    margin-right: .5em;
    display: inline-block;
  }
  .form-inline select,
  .form-inline textarea,
  .form-inline input[type="text"] {
    width: 100%;
    max-width: 16em;
  }
  .form-inline textarea {
    height: 6em;
    max-width: 30em;
  }
}

.contact-form .grunion-field-label { display: block; }
.contact-form div {
  clear: both;
  margin-bottom: 1em;
}
.contact-form br {
  display: none;
}
.contact-form label {
  width: 12em;
  float: left;
  font-weight: 700;
  margin: .25em;
}
  .contact-form label span {
    color: #888;
    font-size: .8em;
    font-weight: 400;
    margin-left: .5em;
    text-transform: uppercase;
  }
.contact-form textarea { height: 10em; }
.contact-submit {
    text-align: right;
}



/*--------------------------------------------------------------
13.2 Project Pages
--------------------------------------------------------------*/
/*.page-id-31 iframe {
  padding: 4px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
}*/



/*--------------------------------------------------------------
14 Other
--------------------------------------------------------------*/

/* */
.video-tutorial {
  position: absolute;
  top: -10em;
  left: 10em;
  right: 10em;
  border-radius: .4em;
  padding: 0 9em 9em 9em;
  background: #f60 url('/content/uploads/tutorial_video.jpg');
  background-size: cover;
  border: 1px solid #f60;
}
.video-tutorial .popup-youtube {
  margin-top: -3.5em;
}
.video-tutorial .popup-youtube:after {
  width: 250%;
  font-weight: 700;
  margin-left: -75%;
  text-shadow: 0 1px 4px #000;
  text-shadow: 0 1px 3px rgba(0,0,0,.75);
  content: "Watch our NEW mapping tutorial video";
}
@media (min-width: 800px){
  .video-tutorial {
    top: 2em;
    right: 3em;
    left: auto;
  }
}
@media (min-width: 1200px){
  .video-tutorial {
    right: 6em;
  }
}

/* GoKML Enquiries */
.enquiry-address,
.enquiry-address input.txt-address,
.enquiry-address input.txt-address:focus {
  background: #fff;
}
.stepy-header div {
  color: #666;
  line-height: 1;
  font-size: .85em;
}
.stepy-header span {
  font-size: 1.2em;
  font-weight: 700;
}
  .stepy-header li:hover div { color: #f60; }
  .stepy-header .stepy-active div { color: #222; }
  .stepy-header .stepy-active span { color: #f60; }

.admin-bar > .site {
  margin-top: 12px !important;
}

/* Mailchimp Form */
#mce-EMAIL {
	width: 100%; margin-bottom: 8px;
}
.page-id-31 .origin-widget.origin-widget-button-simple-orange a {
    background: #FC6621 !important;
    text-shadow: unset;
    border: unset;
    box-shadow: unset;
}
.page-id-31 .origin-widget.origin-widget-button-simple-orange a:hover {
	background: #E3DAD6 !important;
    text-shadow: unset;
    border: unset;
    box-shadow: unset;
}
#mc-embedded-subscribe {
    background: #FC6621;
    border: unset;
    text-shadow: unset;
    color: #fff;
    box-shadow: unset;
    padding: 12px 40px;
}
#mc-embedded-subscribe:hover {
	background: #E3DAD6;
}
input.gform_button {
    background: #FC6621;
    text-shadow: unset;
    color: #fff;
    box-shadow: unset;
    border: unset;
    padding: 12px 40px;
}
input.gform_button:hover {
    background: #E3DAD6;
	box-shadow: unset;
}

#menu-primary li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
    position: absolute;
    font-size: 0.9em;
    background-color: #000;
    padding-top: 5px;
    transition: color .15s ease-out, background-color .25s ease-out;
}
#menu-primary .sub-menu {
    display: none;
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 799px) {
	#menu-primary .sub-menu {
		display: block;
		padding: 0;
		position: relative;
		background-color: transparent;
		width: 100%;
	}
	#menu-primary li.menu-item-has-children:hover > ul.sub-menu {
	    display: inline !important;
    	position: relative;
	}
	.sub-menu li {
	    margin-bottom: 0;
	}
	.sub-menu li > a {
	    font-size: 0.9em;
	}
	.sub-menu li > a:hover {
	    font-size: 0.9em;
	}
}

.page-id-788 .byline,
.single-post .byline{
    display: none;
}
iframe.mc-campaign {
	margin-top: 40px;
    border: 1px solid #d9d9d9;
}
.read-more-button-container {
    margin-top: 30px;
}
.read-more-button {
    background: #FC6621;
    border: unset;
    text-shadow: unset;
    color: #fff;
    box-shadow: unset;
    padding: 12px 40px;
	border-radius: 3px;
}
.read-more-button:hover {
    background: #E3DAD6;
	color: #fff;
}
.mc-news-signup {
    padding: 2em;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    background: url(https://www.aerospread.co.nz/content/plugins/siteorigin-panels/widgets/img/textures/light-dashed.png) repeat #F6F6F6;
}

.page-id-874 .sow-tabs-title { font-size: 15px; }
#gform_6 .gfield_radio li label {
    max-width: 100%;
}