/*
Theme Name: Unseen Theme
Description:  Theme for Unseen
Version:  2
Author:  Sam Tripp
Author URI:  http://samtripp.com/
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  min-height:100vh;
  max-width:1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing:border-box;
}
  
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

.section {
  padding-bottom:97px;
}

/* For devices larger than 400px */
@media (max-width: 400px) {
  .section {
    padding-bottom:77px;
  }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  /*font-weight: 400;*/
  font-family: 'Sorts Mill Goudy', serif;
  /*-webkit-font-smoothing:antialiased;*/
  color: #939393; 
  background:#000;}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; 
  font-family: 'Josefin Sans', sans-serif;
}

h1 { font-size: 5.0rem; }
h2 { font-size: 2rem; letter-spacing:0.26rem; line-height:3rem;}
h3 { font-size: 1.6rem; letter-spacing:0.22rem; text-transform: uppercase; line-height: 2.5rem;}
h4 { font-size: 1.3rem; letter-spacing:0.17rem;}
h5 { font-size: 2.4rem; }
h6 { font-size: 1.5rem; }
p {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.13rem;
}

/* Larger than phablet */
@media (max-width: 550px) {
  html {
    font-size: 50%;
  }
}

.center-title-overlay {
	width:100%;
	height:100%;
	text-align: center;
  position:absolute;
  z-index:200;
  top:0px;
  left:0px;
}

.center-title-table {
	display:table;
	width:100%;
	height:100%;
}

.center-title-cell {
	display:table-cell;
	vertical-align: middle;
}

.center-text {
  text-align: center;
}

.blurb {
  padding: 67px 0px;
  text-transform: uppercase;
}

.blurb h2{
  font-family: 'Sorts Mill Goudy', serif;
}

.divider-left {
  width:26px;
  border-bottom:solid 1px #5f5f5f;
  margin:34px 0px 34px;
}

.divider-center {
  width:26px;
  border-bottom:solid 1px #5f5f5f;
  margin:-7px auto 0px;
}

.section-title {
  text-align:center;
}

@media (max-width: 400px) {
  .blurb {
    text-align: left;
    padding:40px 0px 30px;
  }

  .center-text {
    text-align: left;
  }
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: inherit;
  text-decoration: none; 
  -webkit-transition:.2s;
  transition:.2s;}
a:hover {
  color: #939393;
  text-decoration: none }

.underline-link {
  border-bottom:solid 1px;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 45px;
  padding: 0 38px;
  color: #5f5f5f;
  text-align: center;
  font-size: 1.3rem;
  line-height: 47px;
  letter-spacing: 0.22rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid;
  cursor: pointer;
  box-sizing: border-box; 
  font-family: 'Josefin Sans', sans-serif;
  -webkit-transition:.2s;
  transition:.2s;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #939393;
  border-color: #939393;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 9px 14px 7px;
  background-color: #5f5f5f;
  border: 0px;
  box-shadow: none;
  box-sizing: border-box;
  color: #191919;
  font-size: 1.3rem;
  letter-spacing: 0.17rem;
  font-family: 'Josefin Sans', sans-serif;
  webkit-transition:background 0.3s;
  transition:background 0.3s;
  border-radius:0px;}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 300px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 0px;
  outline: 0; 
  background:#666;}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

::-webkit-input-placeholder {
   color: #191919;
}

:-moz-placeholder { /* Firefox 18- */
   color: #191919;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #191919;  
}

:-ms-input-placeholder {  
   color: #191919;  
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.8rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.navigation {
	width:100%;
	padding:91px 20px 86px;
	box-sizing:border-box;
	max-width:1200px;
	margin:0 auto;
  font-family: 'Josefin Sans', sans-serif;
}

.logo {
	width:199px;
	height:23px;
	margin:0px auto 54px;
  text-align: center;
}

.logo img {
  width:100%;
}

.nav {
	text-align:center;
	width:100%;
  letter-spacing: 0.32rem;
  opacity: 0.5;
  font-size: 1.3rem;
}

.nav span {
	margin:0 10px;
}

.nav span a:hover {
  color:#f5f5f5;
}

.scroll-header {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  background:#3d3d3d;
  height:50px;
  overflow: hidden;
  -webkit-transition:0.3s ease-out;
  transition:0.3s ease-out;
  z-index:-1;
  opacity:0;
  -webkit-transform:translateZ(0px);
  transform:translateZ(0px);
}

.scroll-header .navigation {
  padding:45px 20px 86px;
}

.scroll-header.scrolled {
  z-index: 999;
  opacity:1;
}

.scroll-header .navigation .nav span {
  opacity:0;
  -webkit-transform:translateY(40px) translateZ(0px);
  transform:translateY(40px) translateZ(0px);
  -webkit-transition:0.3s ease-out;
  transition:0.3s ease-out;
}

.scroll-header.expand {
  height:200px;
  background:#2a2a2a;
}

.scroll-header.expand .navigation .nav span {
  opacity:1;
  -webkit-transform:translateY(0px);
  transform:translateY(0px);
}

.scroll-header.expand .navigation .nav span a:hover {
  color:#f5f5f5;
}

.small-circle {
  float: left;
  width: 29px;
  height: 29px;
  border: solid 1px;
  border-radius: 29px;
  position: absolute;
  top: 9px;
}

/* Icon 1 */

#nav-icon1 {
  width: 26px;
  height: 20px;
  position: relative;
  margin: 15px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease--out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
  cursor: pointer;
}

#nav-icon1 span{
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #939393;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2),#nav-icon1 span:nth-child(3) {
  top: 10px;
}

#nav-icon1 span:nth-child(4) {
  bottom: 0px;
}


#nav-icon1.switch span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon1.switch span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon1.switch span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon1.switch span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon1.switch span {
  height:1px;
}

@media (max-width: 400px) {
  .static-navigation .nav {
    display:none;
  }
  .static-navigation {
    padding: 112px 0px 16px;
  }
  .scroll-header {
    opacity:1 !important;
    z-index: 999 !important;
  }
  .scroll-header .navigation .nav span {
    display:block;
    margin-bottom:20px;
  }
  .scroll-header.expand {
    height:100vh;
  }
  #nav-icon1 {
    float:right;
    margin:15px 20px;
  }
  .scroll-header .nav {
    margin-top:20px;
  }
}


/* Pace
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
  opacity:0;
  -webkit-transition:opacity 0.5s;
  transition:opacity 0.5s;
}

body.pace-done .container{
  opacity:1;
}

.pace {
  display:none;
  opacity:1;
}

.ip-loader {
  position: absolute;
  left: 0;
  width: 100%;
  cursor: default;
  pointer-events: none;
  z-index:200;
  webkit-transition:all 400ms ease-out;
  transition:all 400ms ease-out;
  opacity:1;
}

.ip-loader {
  bottom: 50%;
  margin-bottom:-30px;
}

.ip-inner {
  display: block;
  margin: 0 auto;
}

.ip-loader svg path {
  fill: none;
  stroke-width: 2;
}

.ip-loader svg path.ip-loader-circle {
  transition: stroke-dashoffset 0.2s;
  stroke: #939393;
  display:none;
}

.ip-loader.done {
  opacity:0;
}

/* Home
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.enter {
	height:100vh;
	width:33.33%;
	transition:width 600ms, height 300ms, opacity 0.4s;
	-webkit-transition:width 600ms, height 300ms, opacity 0.4s;
	cursor:pointer;
	text-align:center;
	overflow:hidden;
  position:relative;
  opacity:0;
}

.enter p {
  margin-bottom:0px;
}

.enter.in {
  opacity:1;
}

.enter-unseen {
	background:#212121;
	float:left;
	color:#5f5f5f;
}

.enter-unseen::before, .enter-unseen::after, .enter-emporium::before, .enter-emporium::after, .enter-essence::before, .enter-essence::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.enter-unseen::before {
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.enter-unseen::after {
  border-right: 1px solid #939393;
  border-left: 1px solid #939393;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

.enter-unseen:hover::before, .enter-unseen:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.enter-emporium::before {
  border-top: 1px solid #504E4E;
  border-bottom: 1px solid #504E4E;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.enter-emporium::after {
  border-right: 1px solid #504E4E;
  border-left: 1px solid #504E4E;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

.enter-emporium:hover::before, .enter-emporium:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.enter-essence::before {
  border-top: 1px solid rgba(255,255,255,0.75);
  border-bottom: 1px solid rgba(255,255,255,0.75);
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.enter-essence::after {
  border-right: 1px solid rgba(255,255,255,0.75);
  border-left: 1px solid rgba(255,255,255,0.75);
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

.enter-essence:hover::before, .enter-essence:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.enter.open::before,  .enter.open::after, .enter.close::before,  .enter.close::after{
  display:none;
}

.enter-emporium {
	background:#f5f5f5;
	float:left;
  color:#5f5f5f;
}

.enter-essence {
  background: #732706;
  float:left;
  color:rgba(255,255,255,0.75);
}

.enter-background {
  background-image:url(images/covernstill.jpg);
  background-size:cover;
  position:absolute;
  width:110%;
  height:110%;
  background-position:center;
  left:-5%;
  top:-5%;
  opacity:0.2;
}

.expand-width {
	width:54%;
}

.decrease-width {
	width:46%;
}

.hover-border {
  position:absolute;
}


.open {
	width:100%;
  cursor:default;
}

.close {
	width:0%;
}

.skip {
	position:fixed;
	width:100%;
	bottom:30px;
	-webkit-transform:translateY(100px);
	transform:translateY(100px);
	transition:0.4s;
	-webkit-transition:0.4s;
  z-index:300;
}

.skip .button {
  color:#969696;
}

.skip.in {
  transition-delay:0.4s;
  -webkit-transition-delay:0.4s;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
}

.back {
  position: fixed;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  z-index: 300;
  top: 50%;
  left: 30px;
}

.back.in {
  -webkit-transform:translateX(0px);
  transform:translateX(0px);
   transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.back img {
  width:25px;
}

.enter-unseen .center-title-cell, .enter-essence .center-title-cell {
  -webkit-transform:translateY(60px);
  transform:translateY(60px);
  opacity:0;
  transition:0.5s ease-out;
  -webkit-transition:0.5s ease-out;
  /*transition-delay:0.1s;
  -webkit-transition-delay:0.1s;*/
}

.enter-unseen .center-title-cell img, .enter-essence .center-title-cell img {
  width:210px;
}

.enter-emporium .center-title-cell {
  -webkit-transform:translateY(-60px);
  transform:translateY(-60px);
  opacity:0;
  transition:0.5s ease-out;
  -webkit-transition:0.5s ease-out;
  /*transition-delay:0.1s;
  -webkit-transition-delay:0.1s;*/
}

.enter-emporium .center-title-cell.in, .enter-unseen .center-title-cell.in, .enter-essence .center-title-cell.in {
  opacity:1;
  -webkit-transform:translateX(0px);
  transform:translateX(0px);
}

.enter:hover .center-title-cell{
  /*-webkit-transform:translateY(-20px);
  transform:translateY(-20px);*/
}

.enter-unseen video {
  opacity:0;
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto;
  transition:opacity 0.5;
  -webkit-transition:opacity 0.5s;
}

.enter-unseen video.in {
  transition-delay:600ms;
  -webkit-transition-delay:600ms;
  opacity:1;
  z-index:201;
}

.enter .center-title-cell img {
  margin-bottom:20px;
}

.enter-overlays {
  width:100%;
  height:100vh;
  z-index:999;
  top:0px;
  left:0px;
  pointer-events:none;
  position:fixed;
}

.emporium-overlay {
  width:50%;
  height:100%;
  float:left;
  display:none;
  background-size:cover;
  background-repeat: no-repeat;
  background-position:center;
}

.unseen-overlay {
  width:50%;
  height:100%;
  float:right;
  display:none;
  background-size:cover;
  background-repeat: no-repeat;
  background-position:center;
}


@media (max-width: 770px) {
  .enter {
    height: 33.33vh;
    width: 100%;
  }
  .enter-unseen::before, .enter-unseen::after, .enter-emporium::before, .enter-emporium::after, .enter-essence::before, .enter-essence::after {
    display:none;
  }
  .enter.open {
    height:100vh;
  }
}

/* Enter
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body.page1 {
  background:#212121;
}

.hero-section {
  position:relative;
  margin-bottom:86px;
  color:#f2f2f2;
}

.hero-img {
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  width:100%;
  height:600px;
  opacity:0.5;
}

.hero-section h2 {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 2.6rem;
  letter-spacing: 0.5rem;
  margin-bottom: 5px;
}

.hero-section h4 {
  margin-bottom: 11px;
}

.hero-section h3 {
  margin-bottom: 0px;
}

.hero-section .slide-link {
  position:absolute;
  bottom:80px;
  width:100%;
  text-align:center;
  z-index:201;
  width:60px;
  height:60px;
  border:solid 1px;
  border-radius: 60px;
  left:50%;
  margin-left:-30px;
}

.hero-section .slide-link .button {
  color:#f2f2f2;
  /*border:0px;*/
}

.circle-button {
  width: 70px;
  height: 70px;
  background-image: url(images/tworightarrows.svg);
  background-position: -59px center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 300;
  cursor: pointer;
  opacity: 0.8;
  background-size: 107px;
  bottom: 140px;
  left: 50%;
  margin-left: -35px;
  -webkit-transition:0.5s;
  transition:0.5s;
  overflow:hidden;
}

.circle-button svg circle {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  fill: none;
  stroke: #f4f4f4;
  stroke-width: 0.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dashoffset: 49.1030931756;
  stroke-dasharray: 49.1030931756 49.1030931756;
  -webkit-transition: stroke-dashoffset 0.6s;
  transition: stroke-dashoffset 0.6s;
  -ms-transition: stroke-dashoffset 0.6s;
  -o-transition: stroke-dashoffset 0.6s;
  -moz-transition: stroke-dashoffset 0.6s;
}

.circle-button:hover svg circle {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  stroke-dashoffset: 147.309279527;  /*~ length of circle path (pi*2r)*/ 
}

.hero-section a:hover {
  color:#f2f2f2;
}

.hero-section a:hover .circle-button svg circle {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  stroke-dashoffset: 147.309279527;
}

.circle-button:hover {
  background-position: 24px center;
}

.hero-section a:hover .circle-button {
  background-position: 24px center;
}

.grid-thumb {
  margin-top:67px;
  margin-bottom:67px;
}

.grid-thumb img{
  width:100%;
  height:auto;
}

.house-section video, .house-section img {
  width:100%;
  padding:67px 0px;
}

.house-section img {
  display:none;
}

.latest-section .grid-thumb {
  position:relative;
}

.latest-section .grid-thumb h4 {
  margin:0px;
  color:#f0f0f0;
}

.latest-section .grid-thumb img {
  transition:0.3s;
}

.latest-title {
  /*display:none;*/
  opacity:0;
  -webkit-transform:translateY(10px);
  transform:translateY(10px);
  transition:0.3s;
}

.latest-section .grid-thumb:hover .latest-title {
  opacity:1;
  -webkit-transform:translateY(0px);
  transform:translateY(0px);
}

.latest-section .grid-thumb:hover img {
  opacity:0.6;
}

@media (max-width: 400px) {
  .hero-img {
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    width:100%;
    height:200px;
    opacity:0.7;
  }

  .hero-section h2 {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 2rem;
    letter-spacing: 0.5rem;
    margin-bottom: 5px;
  }

  .grid-thumb {
    margin-top:17px;
    margin-bottom:17px;
  }

  .grid-thumb:nth-of-type(1) {
    margin-top:47px;
    margin-bottom:17px;
  }

  .latest-section .center-text {
    text-align:center;
  }
  .circle-button {
    display:none;
  }
}

@media (max-width: 640px) {
  .house-section video {
    display:none;
  }

  .house-section img {
    display:block;
  }
}

/* Enquiries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.form-six {
  width:48%;
}

.form-one {
  width:100%;
  margin-left:0px;
}

.form-six:nth-child(2) {
  margin-left: 0;
}

.enquiries-section input[type="submit"] {
  float:right;
}

.enquiries-section input[type="text"],
.enquiries-section input[type="email"], 
.enquiries-section select,
.enquiries-section textarea {
  width:100%;
}

.wpcf7-form-control-wrap {
  padding-bottom: 20px;
  display: block;
}

.selectboxit-container {
  width:100%;
  margin-bottom: 20px;
}

.selectboxit-container .selectboxit {
  width:100% !important;
  border-radius:0px;
  padding: 10px 10px;
  height: 38px;
  padding: 5px 5px 0px;
  background-color: #5f5f5f;
  background: #5f5f5f;
  border: 0px;
  box-shadow: none;
  box-sizing: border-box;
  color: #191919;
  font-size: 1.3rem;
  letter-spacing: 0.17rem;
  font-family: 'Josefin Sans', sans-serif;
  webkit-transition:background 0.3s;
  transition:background 0.3s;
  border-radius:0px;
}

.selectboxit-container * {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.3rem; 
}

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
  color: #191919;
  background-color: #5f5f5f;
}

.selectboxit-container .selectboxit-options {
  width:100% !important;
  min-width:100% !important;
  border-radius: 0px;
  background:#6E6E6E;
  letter-spacing: 0.17rem;
  border:0px;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #939393;
  background-color: #333;
  background-image:none;
}

.selectboxit-container .selectboxit-options a {
  padding-left:5px;
  height:38px;
  line-height: 41px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #191919;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin-top: -2px;
}

div.wpcf7-validation-errors {
  border:0px;
  font-family: 'Josefin Sans', sans-serif;
  text-transform:uppercase;
  font-size: 1.3rem;
  letter-spacing: 0.17rem;
  color: #B20202;
}

div.wpcf7-response-output {
  margin:0px;
  padding:0px;
}

span.wpcf7-not-valid-tip {
  font-family: 'Josefin Sans', sans-serif;
  text-transform:uppercase;
  font-size: 1.3rem;
  letter-spacing: 0.17rem;
    color: #B20202;
}

div.wpcf7-mail-sent-ok {
    border:none !important;
}

@media (max-width: 400px) {

  .form-six {
    width:100%;
  }

  .enquiries-section input[type="submit"] {
    float:none;
  }

}

/* Archive
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.masonry-container {
  padding-top:67px;
}

.item { 
  width: 30.6666666667%; 
  margin-bottom:4%;
  min-width:280px;
}

.item h4 {
  margin-top:15px;
  color:#5f5f5f;
  margin-bottom:7px;
}

.item h3 {
  margin-top:7px;
  -webkit-transition:.2s;
  transition:.2s;
}

.item p {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.13rem;
  color:#5f5f5f;
}

.item img {
  width:100%;
  height:auto;
  -webkit-transition:.2s;
  transition:.2s;
}

.item img:hover {
  opacity:0.6;
}

.continue {
  -webkit-transition:.2s;
  transition:.2s;
}

.responsive-vid{
  width:100%; 
  height:0px; 
  padding-bottom:56.25%; 
  position:relative;
  margin-bottom:20px;
}

.responsive-vid iframe{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}

/* Press
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.press-section .row {
  padding-top:67px;
}

.press-links {
  list-style: none;
  width:100%;
  padding-top:34px;
  text-align: center;
}

.press-links li {
  display: inline-block;
  margin: 30px 20px 30px;
  vertical-align: middle;
  opacity: 0.7;
  width: 100px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

.press-links li a img {
  width: 100%;
  height: auto;
}

.press-links li img {
  width: 100%;
  height: auto;
}

.press-links li:hover {
  opacity:1;
}

@media (max-width: 400px) {
  .press-links li {
    width: 80px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
}

/* Single
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.single-section {
  padding-bottom: 64px;;
}

.single-section img {
  width:100%;
  height:auto;
  margin-bottom:4%;
}

.single-images img:last-of-type {
  margin-bottom:0px;
}

.single-title {
  text-transform: uppercase;
  font-family: 'Sorts Mill Goudy', serif;
}

.single-copy {
  position:relative;
}

.divider-left.no-bottom {
  margin-bottom:0px;
}

.stick {
  position:absolute;
  width:100%;
  left:0px;
  top: 0px;
}

.stick .container {
  min-height:0px;
}

.bottom-stick {
  bottom:20px;
  position:fixed;
  left:0px;
  top: auto !important;
}

.top-stick {
  top:20px;
  position:fixed;
  left:0px;
}

.next-prev {
  padding:64px 0px;
}

.single-back-to-archive {
  margin-top: 77px;
}

.next-prev-thumb {
  position:relative;
}

.next-prev-thumb img {
  opacity:0.6;
  width:100%;
  height:auto;
}

.next-prev-thumb h4 {
  margin:0px;
  color:#e2e2e2;
}

.next-prev-thumb .next-prev-title .center-title-table .center-title-cell {
  -webkit-transform:translateY(0px);
  transform:translateY(0px);
  -webkit-transition:0.3s ease-out;
  transition:0.3s ease-out;
}

.next-prev-post-title .center-title-table .center-title-cell {
  -webkit-transform:translateY(20px);
  transform:translateY(20px);
  opacity:0;
  -webkit-transition:0.3s ease-out;
  transition:0.3s ease-out;
}

.next-prev-thumb:hover .next-prev-title .center-title-table .center-title-cell {
  -webkit-transform:translateY(10px);
  transform:translateY(10px);
  opacity:0;
}

.next-prev-post-title:hover .center-title-table .center-title-cell {
  -webkit-transform:translateY(0px);
  transform:translateY(0px);
  opacity:1;
}

/*.next-prev-title::after {
  content:attr(data-post-title);
  position:absolute;
  width:100%;
  color:#f5f5f5;
  text-align: center;
}*/
@media (max-width: 400px) {
  .single-copy {
    margin-top:47px;
  }
  .next-prev .center-text {
    text-align: center
  }
  .single-back-to-archive {
    margin:47px 0px;
  }
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer {
  border-top: solid 1px #5f5f5f;
  padding: 100px 0px 25px;
  margin-top: 57px;
}

.footer .button {
  float:right;
  height: 38px;
  padding: 0 27px;
  line-height: 39px;
}

.footer h4 {
  color:#c7c7c7;
  margin:0px 0px 37px;
}

.footer p, .small-print p {
  font-size: 1.3rem; 
  letter-spacing:0.17rem;
  color:#5f5f5f;
  font-family: 'Josefin Sans', sans-serif;
  margin:0px;
}


.foot-nav p {
  line-height:0.2rem;
  margin-bottom: 2.8rem;
}

.foot-nav h4 {
  margin-bottom:46px;
}

.small-print p, .footer .underline-link {
  line-height: 1.8rem;
}

#mce-responses {
  clear: both;
  margin-top: 56px;
}

.follow-links {
  list-style: none;
  padding:0px;
}

.follow-links li {
  display: inline-block;
  padding: 0px 15px 0px 0px;
  top: -10px;
  position: relative;
}

.follow-links li a:link {
  opacity:0.5;
}

.follow-links li a:hover {
  opacity:1;
}

.small-print {
  padding: 0px 0px 74px;
}

.footer-circle {
  width:40px;
  height:40px;
  border-radius: 40px;
  border:solid 1px #939393;
  clear:both;
  float:right;
  margin-top:60px;
}

.short {
  display:none;
}

@media (max-width: 990px) {
  .long {
    display: none;
  }
  .short {
    display:block;
  }
}

@media (max-width: 400px) {
  .footer {
    margin-top: 17px;
    padding: 40px 0px 5px;
  }

  .footer .columns {
    margin-bottom:17px;
  }

  .footer .button {
    float:none;
  }
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

.mobile {
  display:none;
}

@media (max-width: 640px) {
  .mobile {
    display:block;
  }
  .hide-mobile {
    display:none;
  }
}

/* Larger than mobile */
@media (max-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {}

/* Larger than tablet */
@media (max-width: 750px) {}

/* Larger than desktop */
@media (max-width: 1000px) {}

/* Larger than Desktop HD */
@media (max-width: 1200px) {}

