@charset "UTF-8";
/*!
Theme Name: Amber Interiors
Description: A Wordpress theme developed by Alchemy + Aim.
Version: 1.10
Author: Alchemy + Aim
Author URI: http://www.alchemyandaim.com
*/
/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Flex Grid Gutter Space */
/* Container Widths */
/* Flex Layout Padding */
/* Flex Layout Container Width */
/***************************************
Mixins
contains global mixins, functions, helper selectors, etc.
***************************************/
/* Simple clearfix */
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
*, :after, :before {
  box-sizing: border-box; }

.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; }

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

/* Adjust containers and rows padding for Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

/* Frontend Admin Dashboard Icon
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.admin-bar #wpadminbar ul#wp-admin-bar-root-default > li#wp-admin-bar-custom_menu a:before {
  color: rgba(240, 245, 250, 0.6);
  content: "\f226";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1.25;
  vertical-align: top;
  -moz-osx-font-smoothing: grayscale;
  font-family: "dashicons";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-align: center; }

.admin-bar {
  top: 32px; }
  @media (max-width: 782px) {
    .admin-bar {
      top: 46px; } }

/*-----------------------------------------------------------------------------------*/
/*  MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
/* -- MOBILE FIRST MEDIA QUERIES -- */
/* Core element styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

img.aligncenter {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto; }

img.alignright {
  display: inline-block;
  padding-left: 1.6%;
  float: right;
  max-width: 100%;
  height: auto; }

img.alignleft {
  display: inline-block;
  padding-right: 1.6%;
  float: left;
  max-width: 100%;
  height: auto; }

hr {
  margin: 4.5% auto;
  border-width: 0;
  border-top: 1px solid #343332;
  clear: both; }

.clr:after {
  content: '';
  display: table;
  clear: both; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 2% 0 2% 4.5%;
  font-size: 100%; }

li {
  margin-bottom: 2%; }

/* 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: 2%; }

input,
textarea,
select,
fieldset {
  margin-bottom: 3.5%; }

pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 5%; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  margin: 0 5px;
  padding: 2px 10px;
  font-size: 90%;
  white-space: nowrap;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 5px 15px;
  white-space: pre; }

html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

body {
  line-height: 1.6;
  color: #343332;
  letter-spacing: 0.015em;
  font-size: 16px;
  font-weight: 400;
  font-family: "futura-pt", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  color: #91938b;
  font-family: "Merriweather", serif;
  font-weight: 400; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 15px; }

p {
  margin-top: 0; }

span.color-black {
  color: #343332; }

span.color-white {
  color: #F5F5F1; }

span.color-grey {
  color: #cccccc; }

span.color-gray {
  color: #343332; }

span.color-blue {
  color: #91938b; }

span.color-gold {
  color: #AE8231; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #91938b; }

a:hover {
  color: #343332; }

.container-content a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* Heading for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
span.text-heading {
  font-family: "europa", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.25em;
  color: #343332; }

/* Colors for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.color-black {
  color: #343332; }

.color-white {
  color: #F5F5F1; }

/* Weights for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.weight-light {
  font-weight: 300; }

.weight-regular {
  font-weight: 400; }

.weight-medium {
  font-weight: 500; }

.weight-bold {
  font-weight: 700; }

.weight-black {
  font-weight: 900; }

/* Underline for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-underline {
  text-decoration: underline; }

/*-----------------------------------------------------------------------------------*/
/*  GENERIC
/*-----------------------------------------------------------------------------------*/
.sr, .scroll, .scroll-200, .scroll-400, .scroll-600, .scroll-800, .scroll-1000 {
  visibility: hidden; }

#outer-wrapper {
  overflow: hidden;
  min-height: calc(100vh - 91px); }

.content-area {
  float: left;
  width: 62%;
  margin-bottom: 25px;
  word-wrap: break-word; }

.aside {
  float: right;
  width: 32.2%;
  margin-right: 10px;
  word-wrap: break-word; }

@media (max-width: 767px) {
  .content-area {
    float: none;
    width: 100%; }
  .aside {
    float: none;
    width: 98%;
    margin-top: 50px; } }

.container {
  max-width: 1540px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 35px;
  position: relative; }
  @media (max-width: 1023px) {
    .container {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .container {
      max-width: 960px; } }

.container-content {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative; }
  @media (max-width: 767px) {
    .container-content {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .container-content {
      max-width: 960px; } }

.js .fade-on-load, .js .fade-on-load-2 {
  opacity: 0; }

.fade-in {
  opacity: 1 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.error404 #content-wrapper .container {
  max-width: 1000px;
  margin-bottom: 100px; }

.error404 h1 {
  color: #343332;
  font-family: "ITCBlair-Medium", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 60px; }

.error404 p {
  font-size: 16px; }

.error404 #s {
  color: #343332;
  border-bottom: 1px solid #343332;
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  padding-left: 0;
  text-indent: 0;
  margin-left: 5px;
  font-family: "futura-pt", sans-serif;
  padding-bottom: 5px;
  letter-spacing: 0.015em;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 30px #F5F5F1 inset; }

/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION
/*-----------------------------------------------------------------------------------*/
.stamp-logo {
  width: 95px;
  height: auto; }

#menu-main-menu {
  list-style: none;
  margin: 234px 25px 0 25px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) {
    #menu-main-menu {
      margin-top: 170px; } }
  #menu-main-menu li {
    margin-bottom: -1px; }
  #menu-main-menu .current-menu-item a {
    color: #F5F5F1;
    border-top: 1px solid #F5F5F1;
    border-bottom: 1px solid #F5F5F1;
    z-index: 2;
    position: relative; }
    #menu-main-menu .current-menu-item a:after {
      opacity: 1; }
  #menu-main-menu a {
    font-family: "europa", sans-serif;
    text-transform: uppercase;
    color: #cccccc;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.25em;
    text-decoration: none;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: block;
    padding: 16px 0;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    #menu-main-menu a:hover {
      color: #F5F5F1;
      border-top: 1px solid #F5F5F1;
      border-bottom: 1px solid #F5F5F1;
      z-index: 2;
      position: relative; }
      #menu-main-menu a:hover:after {
        opacity: 1; }
    #menu-main-menu a:after {
      content: '';
      background: url(_static/images/caret.png) no-repeat;
      background-size: 100% auto;
      display: block;
      width: 5px;
      height: 10px;
      float: right;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      margin-top: 1px; }

#home-bottom {
  float: right;
  color: #cccccc; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) {
    #home-bottom {
      bottom: 45px; } }
  #home-bottom li {
    display: inline; }
    #home-bottom li:after {
      content: ' /'; }
    #home-bottom li:last-of-type:after {
      display: none; }
    #home-bottom li a {
      color: #cccccc;
      font-family: "europa", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      line-height: 1;
      letter-spacing: 0.25em;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      margin-right: 0; }
      #home-bottom li a:hover {
        color: #F5F5F1; }

#social-links {
  position: absolute;
  bottom: 35px;
  right: 25px;
  width: 305px;
  padding-top: 7px;
  border-top: 1px solid #cccccc; }
  @media (max-width: 767px) {
    #social-links {
      width: auto;
      left: 20px;
      right: 20px; }
      #social-links a:hover {
        color: red; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) {
    #social-links {
      position: relative;
      margin-top: 60px;
      margin-bottom: 20px;
      bottom: inherit;
      left: 25px;
      right: 25px;
      width: calc(100% - 50px); } }
  #social-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 18px;
    margin-right: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #social-links a:hover {
      color: #F5F5F1; }

.touch #social-links a:hover {
  color: #F5F5F1 !important; }

#menu-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 51, 50, 0.7) !important;
  position: fixed !important;
  z-index: 3 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#home-info {
  position: absolute;
  z-index: 8;
  width: 355px;
  background-color: #343332;
  left: -355px;
  height: 100%;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
  @media (max-width: 767px) {
    #home-info {
      display: none; } }

.home-info-slide-right {
  left: 0 !important; }

#main-menu-container {
  position: fixed;
  width: 355px;
  padding-left: 0;
  z-index: 6;
  background-color: #91938b;
  left: -355px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  height: 100%;
  top: 0; }
  @media (max-width: 767px) {
    #main-menu-container {
      width: 100%;
      left: -100%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) {
    #main-menu-container {
      height: 100%;
      overflow-y: scroll; } }

.home #main-menu-container {
  width: 710px;
  padding-left: 355px;
  left: -710px; }
  @media (max-width: 767px) {
    .home #main-menu-container {
      width: 100%;
      left: -100%;
      padding-left: 0; } }

#main-menu {
  padding: 0; }

.slide-right {
  left: 0 !important; }

/*-----------------------------------------------------------------------------------*/
/*  FORMS AND FIELDS
/*-----------------------------------------------------------------------------------*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 12px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }

textarea {
  min-height: 84px; }

select:not([multiple]) {
  padding-right: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 10px; }
  select:not([multiple]):-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select:not([multiple]) option:not(:checked) {
    color: #343332; }

label,
legend {
  display: block;
  margin-bottom: 10px;
  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: 10px;
  font-weight: normal; }

::placeholder {
  opacity: 0.5;
  color: #343332; }

:focus::placeholder {
  opacity: 0.15;
  color: #343332; }

form br {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  BUTTONS
/*-----------------------------------------------------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 35px;
  padding: 0 22px;
  color: #cccccc;
  line-height: 33px;
  letter-spacing: 0.25em;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #cccccc;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: "europa", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0; }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    color: #343332;
    border-color: #F5F5F1;
    background-color: #F5F5F1;
    outline: 0; }
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    color: #91938b;
    border-color: #91938b;
    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: #91938b;
  border-color: #91938b; }
  .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 {
    color: #fff;
    background-color: #AE8231;
    border-color: #AE8231; }
  .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: #AE8231;
    border-color: #AE8231; }

/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/
#header-wrapper {
  width: 100%;
  background-color: #fff;
  padding: 31px 0 82px; }

body:not(.home) #top-header {
  padding-top: 35px;
  margin-bottom: 85px; }
  @media (max-width: 767px) {
    body:not(.home) #top-header {
      padding-top: 20px;
      margin-bottom: 45px; } }

.logo {
  height: auto;
  width: 250px;
  max-width: 75%;
  float: left; }

#nav-logo {
  position: absolute;
  top: 35px;
  left: 35px; }
  @media (max-width: 767px) {
    #nav-logo {
      top: 20px;
      left: 20px; } }

#slideout-trigger-nav {
  position: absolute;
  top: 0;
  right: 35px;
  font-family: "europa", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: #343332;
  z-index: 5;
  line-height: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 767px) {
    #slideout-trigger-nav {
      right: 20px;
      z-index: 10; } }

.home #slideout-trigger-nav {
  top: 35px !important;
  color: #F5F5F1; }
  @media (max-width: 767px) {
    .home #slideout-trigger-nav {
      top: 20px !important; } }

.menu-open {
  color: rgba(0, 0, 0, 0) !important; }

.menu-open:after {
  content: '';
  z-index: 8;
  color: #F5F5F1 !important;
  background: url(_static/images/x-light.png) top right no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
  display: block;
  top: 0;
  right: 0;
  position: absolute; }
  @media (max-width: 1023px) {
    .menu-open:after {
      z-index: 100000 !important;
      top: 30px !important;
      right: 20px; } }

/*-----------------------------------------------------------------------------------*/
/*  BACK TO TOP LINK
/*-----------------------------------------------------------------------------------*/
#back-to-top-wrapper {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #back-to-top-wrapper .back-to-top-container {
    max-width: 1600px;
    box-sizing: border-box;
    padding: 0 35px;
    position: relative; }
    @media (max-width: 1023px) {
      #back-to-top-wrapper .back-to-top-container {
        padding: 0 20px; } }
  @media (max-width: 767px) {
    #back-to-top-wrapper {
      bottom: 20px; } }
  #back-to-top-wrapper #back-to-top {
    font-family: "europa", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.25em;
    color: #343332;
    text-decoration: none;
    float: right; }
    @media (max-width: 767px) {
      #back-to-top-wrapper #back-to-top {
        width: 100%;
        text-align: right;
        float: none;
        display: inline-block; } }

.back-to-top-bump {
  bottom: 70px !important; }
  @media (max-width: 767px) {
    .back-to-top-bump {
      bottom: 120px !important; } }

/* --------------------------------
			Breadcrumbs
-------------------------------- */
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden; }
  #breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
    #breadcrumbs li a {
      text-decoration: none; }
      #breadcrumbs li a:hover {
        color: #fff; }
  #breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc; }

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
  padding: 20px 0;
  margin-top: 20px; }
  footer #credits {
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #343332;
    font-size: 11px;
    font-family: "Lato", sans-serif; }
    footer #credits a {
      color: #343332;
      text-decoration: none; }
      footer #credits a:hover {
        color: #AE8231; }
    footer #credits .footer-left {
      width: 50%;
      text-align: left; }
      @media (max-width: 767px) {
        footer #credits .footer-left {
          width: 100%;
          text-align: center; } }
    footer #credits .footer-right {
      width: 50%;
      text-align: right; }
      @media (max-width: 767px) {
        footer #credits .footer-right {
          width: 100%;
          text-align: center; } }
  footer .social-links a {
    font-size: 14px; }
    footer .social-links a i, footer .social-links a svg {
      width: 32px !important; }
  footer .footer-contact h4 {
    font-family: "europa", sans-serif;
    font-size: 12px;
    letter-spacing: 0.25em;
    color: #343332;
    font-weight: bold;
    text-transform: uppercase;
    display: inline;
    margin-right: 20px; }
    footer .footer-contact h4 a {
      font-size: 12px; }
    @media (max-width: 767px) {
      footer .footer-contact h4 {
        display: block;
        margin: 0; } }
  footer .footer-contact a {
    text-decoration: none;
    color: #343332;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    footer .footer-contact a:hover {
      color: #91938b; }
  @media (max-width: 767px) {
    footer .footer-contact {
      text-align: center;
      width: 100%;
      display: block; } }
  footer .menu-footer-container li {
    list-style: none;
    display: inline; }
    footer .menu-footer-container li a {
      font-family: "europa", sans-serif;
      font-size: 12px;
      letter-spacing: 0.25em;
      color: #343332;
      font-weight: bold;
      text-transform: uppercase;
      display: inline;
      margin-left: 20px;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      footer .menu-footer-container li a:hover {
        color: #91938b; }
      @media (max-width: 767px) {
        footer .menu-footer-container li a {
          margin: 15px 0 0 0;
          display: block; } }
  @media (max-width: 767px) {
    footer .u-pull-right {
      float: none;
      text-align: center; } }
  @media (max-width: 767px) {
    footer .u-pull-left {
      width: 100%;
      margin-bottom: 15px; } }
  footer #credits {
    position: fixed;
    bottom: -200px;
    width: 100%;
    background-color: #343332;
    color: #F5F5F1;
    padding: 80px 0 0 0;
    height: 200px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
    @media (max-width: 767px) {
      footer #credits {
        height: 280px;
        bottom: -280px; } }
    footer #credits .credit-content {
      width: 50%;
      margin: 0 auto;
      float: left;
      text-align: center;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        footer #credits .credit-content {
          width: 100%; } }
      footer #credits .credit-content h3 {
        font-family: "europa", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.25em;
        color: #F5F5F1;
        margin-bottom: 9px; }
      footer #credits .credit-content a {
        font-family: "futura-pt", sans-serif;
        color: #F5F5F1;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 0.015em;
        line-height: 1.3;
        margin-bottom: 14px;
        text-transform: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        footer #credits .credit-content a:hover {
          color: #91938b; }
  footer .credits-up {
    bottom: 0 !important; }
  footer #credit-close {
    background: url(_static/images/x-light.png) top right no-repeat;
    background-size: 100% auto;
    width: 25px;
    height: 25px;
    display: block;
    top: -40px;
    right: 39px;
    position: absolute; }
    @media (max-width: 1023px) {
      footer #credit-close {
        right: 20px;
        top: -50px; } }
  footer .credit-wrap {
    max-width: 800px;
    margin: 0 auto; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/*-----------------------------------------------------------------------------------*/
/*  Slick Slider
/*-----------------------------------------------------------------------------------*/
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.post {
  margin-bottom: 2%; }

.entry-meta {
  margin-bottom: 3%; }
  .entry-meta .meta-category ul.post-categories {
    list-style: none;
    display: inline; }
    .entry-meta .meta-category ul.post-categories li {
      display: inline; }

/*-----------------------------------------------------------------------------------*/
/*	BLOG SINGLE
/*-----------------------------------------------------------------------------------*/
blockquote {
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  font-size: 18px;
  font-style: italic; }
  blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -20px; }
  blockquote cite {
    font-size: 14px;
    display: block;
    margin-top: 5px; }
    blockquote cite::before {
      content: "\2014 \2009"; }

/*-----------------------------------------------------------------------------------*/
/*	SHARE LINKS
/*-----------------------------------------------------------------------------------*/
.share-buttons {
  text-align: center; }
  .share-buttons div {
    display: inline;
    padding: 0 5px; }

/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/
#navigation {
  display: table;
  width: 100%;
  margin-bottom: 30px; }
  #navigation .pagination .nav-previous {
    float: right; }
  #navigation .pagination .nav-next {
    float: left; }

/*-----------------------------------------------------------------------------------*/
/*	ABOUT AUTHOR
/*-----------------------------------------------------------------------------------*/
#about_author {
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 30px 30px 5px;
  margin: 25px 0; }
  #about_author img {
    float: left;
    height: 106px;
    border-radius: 50%;
    margin-right: 20px;
    padding: 10px;
    width: 106px; }
  #about_author .author_text h4 {
    margin-bottom: 0; }
  #about_author .author_text a {
    text-decoration: none;
    color: #91938b; }

/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR & WIDGETS
/*-----------------------------------------------------------------------------------*/
#sidebar h3 {
  letter-spacing: 0.5px;
  font-size: 20px;
  text-transform: lowercase;
  text-align: left; }

#sidebar .widget {
  margin-bottom: 30px;
  padding: 0 0 10px;
  border-bottom: thin solid #AE8231; }
  #sidebar .widget ul {
    list-style: none; }
  #sidebar .widget:last-child {
    border-bottom: none; }

#sidebar .widget.social {
  padding-bottom: 20px; }
  #sidebar .widget.social .social-title {
    letter-spacing: 0.5px; }
  #sidebar .widget.social a {
    font-size: 18px;
    margin-left: 3%;
    text-decoration: none; }
    #sidebar .widget.social a:hover {
      color: #AE8231; }

#sidebar #search_form {
  position: relative; }
  #sidebar #search_form input {
    letter-spacing: 0.5px;
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    text-indent: 30px;
    text-transform: lowercase; }
  #sidebar #search_form .fa-search {
    position: absolute;
    top: 23%;
    left: 10px;
    font-size: 18px; }

#sidebar .widget-subtitle {
  color: #ccc;
  font-style: italic;
  margin: -20px auto 20px; }

/*-----------------------------------------------------------------------------------*/
/*	RELATED POSTS
/*-----------------------------------------------------------------------------------*/
#related_posts h3 {
  font-size: 20px; }

#related_posts ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  #related_posts ul li {
    text-align: center;
    box-sizing: border-box;
    width: 32.26%;
    margin-right: 1.6%; }
    #related_posts ul li:last-child {
      margin-right: 0; }

#related_posts .relatedcontent h3 {
  text-transform: none;
  font-size: 16px !important;
  text-align: center;
  margin-bottom: 0; }
  #related_posts .relatedcontent h3 a {
    color: #000; }
    #related_posts .relatedcontent h3 a:hover {
      text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
  clear: both;
  border-top: thin solid #e1e1e1;
  padding-top: 30px; }
  #comments h4 {
    margin: 0 0 20px;
    letter-spacing: 0.5px;
    line-height: 1.4em;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left; }
  #comments ul#comment-block {
    margin: 0;
    padding-bottom: 10px; }
    #comments ul#comment-block li.comment {
      padding: 15px 0;
      list-style: none;
      overflow: hidden;
      border-bottom: 1px solid #AE8231; }
      #comments ul#comment-block li.comment ul.children {
        margin: 0 0 0 15%; }
        #comments ul#comment-block li.comment ul.children li.comment {
          border-bottom: none;
          padding-bottom: 0;
          margin-top: 15px;
          border-top: 1px solid #AE8231; }
      #comments ul#comment-block li.comment .user {
        float: left;
        width: 75px;
        height: 75px;
        margin-right: 20px; }
        #comments ul#comment-block li.comment .user img {
          border-radius: 50%; }
      #comments ul#comment-block li.comment .message {
        overflow: hidden;
        padding: 0 20px 0 20px;
        position: relative; }
        #comments ul#comment-block li.comment .message .reply-link {
          position: absolute;
          right: 20px;
          top: 20px;
          line-height: 1;
          font-size: 14px;
          text-transform: lowercase; }
        #comments ul#comment-block li.comment .message .info {
          margin-bottom: 12px; }
      #comments ul#comment-block li.comment .comment-author {
        font-size: 18px;
        letter-spacing: 0.1px; }
      #comments ul#comment-block li.comment .comment-time {
        letter-spacing: 0.1px;
        font-size: 14px;
        text-transform: uppercase; }
        #comments ul#comment-block li.comment .comment-time a {
          color: #343332; }
          #comments ul#comment-block li.comment .comment-time a:hover {
            color: #AE8231;
            text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENT FORM
/*-----------------------------------------------------------------------------------*/
#respond {
  padding: 30px 0 0;
  clear: both;
  overflow: hidden; }

/*  Home
..........................*/
html, body {
  height: 100%; }

html {
  background-color: #F5F5F1; }

.home #outer-wrapper, .home #content-wrapper, .home .opening-image, .home .slick-list, .home .slick-track {
  height: 100%;
  position: relative; }

.home #overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(52, 51, 50, 0.3);
  top: 0;
  left: 0;
  position: absolute; }

.home #home-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.home .single-slide {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }

.home .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 435px;
  height: auto;
  z-index: 2;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden; }

.home #slideout-trigger-home {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5; }

.home #home-info {
  padding: 35px; }

.home #home-content {
  margin-top: 85px;
  margin-left: 25px;
  margin-right: 25px; }

.home #home-info p {
  letter-spacing: 0.02em;
  line-height: 24px;
  margin-bottom: 25px; }

.home .button {
  margin-top: 10px; }

/*  About
..........................*/
.page-template-template_about .entry-title {
  color: #343332;
  font-family: "ITCBlair-Medium", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.15em;
  display: block;
  float: left;
  margin-top: 4px;
  width: 29%; }
  @media (max-width: 1024px) {
    .page-template-template_about .entry-title {
      width: 25%; } }
  @media (max-width: 1023px) {
    .page-template-template_about .entry-title {
      width: 100%; } }

.page-template-template_about .entry-content {
  display: block;
  float: right;
  width: 71%;
  margin-bottom: 50px; }
  .page-template-template_about .entry-content:after {
    content: '';
    display: table;
    clear: both; }
  .page-template-template_about .entry-content p {
    line-height: 1.6; }
  @media (max-width: 1024px) {
    .page-template-template_about .entry-content {
      width: 75%; } }
  @media (max-width: 1023px) {
    .page-template-template_about .entry-content {
      width: 100%; } }

.page-template-template_about .full-width-image {
  margin-bottom: 57px;
  width: 100%;
  height: auto; }

.page-template-template_about .service-heading, .page-template-template_about .team-member-name {
  font-family: "europa", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: #91938b;
  padding: 15px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  margin-bottom: 0; }
  .page-template-template_about .service-heading:hover, .page-template-template_about .team-member-name:hover {
    color: #343332; }
    .page-template-template_about .service-heading:hover:after, .page-template-template_about .team-member-name:hover:after {
      opacity: 1; }
  .page-template-template_about .service-heading:after, .page-template-template_about .team-member-name:after {
    content: '';
    background: url(_static/images/caret-down.png) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 10px;
    height: 7px;
    float: right;
    opacity: 0.55;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 5px;
    margin-right: 1px; }

.page-template-template_about .service-item {
  border-top: 1px solid #91938b;
  border-bottom: 1px solid #91938b;
  margin-bottom: -1px;
  position: relative; }
  .page-template-template_about .service-item:hover {
    border-color: #343332;
    z-index: 4; }

.page-template-template_about .service-content, .page-template-template_about .team-member-bio {
  display: none;
  overflow: hidden; }

.page-template-template_about .service-item-active, .page-template-template_about .team-member-active {
  border-color: #343332;
  z-index: 4; }
  .page-template-template_about .service-item-active .service-heading, .page-template-template_about .service-item-active .team-member-name, .page-template-template_about .team-member-active .service-heading, .page-template-template_about .team-member-active .team-member-name {
    color: #343332; }
    .page-template-template_about .service-item-active .service-heading:after, .page-template-template_about .service-item-active .team-member-name:after, .page-template-template_about .team-member-active .service-heading:after, .page-template-template_about .team-member-active .team-member-name:after {
      opacity: 1;
      transform: rotate(180deg);
      transform-origin: 50% 25%; }
  .page-template-template_about .service-item-active .service-content, .page-template-template_about .service-item-active .team-member-bio, .page-template-template_about .team-member-active .service-content, .page-template-template_about .team-member-active .team-member-bio {
    border-color: #343332;
    color: #343332; }

.page-template-template_about .team-member-active {
  border-color: #343332 !important; }

.page-template-template_about #services .entry-content {
  margin-top: 8px; }

.page-template-template_about #team {
  margin-top: 25px; }
  .page-template-template_about #team #amber-bio-image {
    margin-top: 7px;
    margin-bottom: 16px; }

.page-template-template_about #the-team {
  margin-top: 50px; }

.page-template-template_about .team-member {
  width: 48.5%;
  float: left;
  border-bottom: 1px solid #91938b;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .page-template-template_about .team-member {
      width: 100%;
      float: none; } }

.page-template-template_about .team-member:nth-of-type(odd) {
  clear: both;
  margin-right: 3%; }
  @media (max-width: 767px) {
    .page-template-template_about .team-member:nth-of-type(odd) {
      margin-right: inherit; } }

/*  Press
..........................*/
.page-template-template_press h1 {
  color: #343332;
  font-family: "ITCBlair-Medium", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 60px; }

.page-template-template_press .press-item {
  width: 23.25%;
  margin-right: 2.332%;
  margin-bottom: 2.332%;
  height: 215px;
  float: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }
  .page-template-template_press .press-item:nth-of-type(4n) {
    margin-right: 0; }
  @media (max-width: 1023px) {
    .page-template-template_press .press-item {
      width: 31%;
      margin-right: 3.5%;
      margin-bottom: 3.5%; }
      .page-template-template_press .press-item:nth-of-type(4n) {
        margin-right: 3.5%; }
      .page-template-template_press .press-item:nth-of-type(3n) {
        margin-right: 0; } }
  @media (max-width: 767px) {
    .page-template-template_press .press-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
      height: 70vw; } }

.page-template-template_press .press-item article {
  width: 100%;
  height: 100%;
  background-color: #343332;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .page-template-template_press .press-item article .press-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%; }
    .page-template-template_press .press-item article .press-content h2 {
      font-family: "futura-pt", sans-serif;
      color: #F5F5F1;
      font-weight: normal;
      font-size: 16px;
      letter-spacing: 0.015em;
      margin-bottom: 5px; }
    .page-template-template_press .press-item article .press-content h3 {
      font-family: "europa", sans-serif;
      font-weight: bold;
      font-size: 12px;
      letter-spacing: 0.250em;
      color: #F5F5F1;
      margin-bottom: 0; }
  .page-template-template_press .press-item article:hover {
    opacity: 1; }

/*  Contact
..........................*/
.page-template-template_contact {
  /* Calendar */ }
  .page-template-template_contact h1 {
    color: #343332;
    font-family: "ITCBlair-Medium", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.15em;
    display: block;
    margin-bottom: 60px; }
  .page-template-template_contact .container-content a {
    color: #343332; }
    .page-template-template_contact .container-content a:hover {
      color: #91938b; }
  .page-template-template_contact #gform_wrapper_1 label {
    display: none; }
  .page-template-template_contact #gform_wrapper_1 input {
    color: #343332;
    border-bottom: 1px solid #343332;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0;
    text-indent: 0;
    margin-bottom: 6px;
    min-height: 37px !important;
    width: 100%;
    font-family: "futura-pt", sans-serif;
    padding-bottom: 5px;
    letter-spacing: 0.015em;
    font-size: 16px;
    -webkit-box-shadow: 0 0 0 30px #F5F5F1 inset; }
  .page-template-template_contact #gform_wrapper_1 li.gfield {
    margin-bottom: 0; }
  .page-template-template_contact #gform_wrapper_1 #field_1_13 {
    padding-top: 15px;
    display: block;
    clear: both; }
  .page-template-template_contact #gform_wrapper_1 #field_1_13 label, .page-template-template_contact #gform_wrapper_1 #field_1_14 label {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.015em; }
  .page-template-template_contact #gform_wrapper_1 #field_1_17 {
    margin-bottom: 20px; }
  .page-template-template_contact #gform_wrapper_1 textarea {
    background-color: transparent;
    border: 1px solid #343332;
    height: 90px;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-family: "futura-pt", sans-serif;
    letter-spacing: 0.015em;
    font-size: 16px; }
  .page-template-template_contact #gform_wrapper_1 #gform_submit_button_1 {
    border: 1px solid #343332;
    padding: 0;
    float: right;
    font-family: "europa", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.25em;
    color: #343332;
    padding: 0 60px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: auto;
    margin: 25px 0 50px 0;
    -webkit-box-shadow: none; }
    .page-template-template_contact #gform_wrapper_1 #gform_submit_button_1:hover {
      background: #343332;
      color: #F5F5F1; }
    @media (max-width: 767px) {
      .page-template-template_contact #gform_wrapper_1 #gform_submit_button_1 {
        width: 100%; } }
  .page-template-template_contact #gform_wrapper_1 ::-webkit-input-placeholder {
    opacity: 1; }
  .page-template-template_contact #gform_wrapper_1 ::-moz-placeholder {
    opacity: 1; }
  .page-template-template_contact #gform_wrapper_1 :-ms-input-placeholder {
    opacity: 1; }
  .page-template-template_contact #gform_wrapper_1 :-moz-placeholder {
    opacity: 1; }
  .page-template-template_contact #gform_wrapper_1 ul {
    list-style: none;
    margin-bottom: 0; }
  .page-template-template_contact #gform_wrapper_1 .gf_left_half {
    width: 48.5%;
    float: left; }
  .page-template-template_contact #gform_wrapper_1 .gf_right_half {
    width: 48.5%;
    float: right; }
  @media (max-width: 767px) {
    .page-template-template_contact #gform_wrapper_1 .gf_left_half, .page-template-template_contact #gform_wrapper_1 .gf_right_half {
      width: 100%; } }
  .page-template-template_contact .ginput_container_phone .instruction {
    display: none !important; }
  .page-template-template_contact .validation_message {
    font-style: italic;
    color: #e76565; }
  .page-template-template_contact .gform_confirmation_wrapper {
    margin-bottom: 100px !important; }
  .page-template-template_contact .ui-datepicker {
    background-color: #91938b; }
    .page-template-template_contact .ui-datepicker th, .page-template-template_contact .ui-datepicker td {
      width: 40px; }
    .page-template-template_contact .ui-datepicker a {
      text-decoration: none;
      margin: 0;
      padding: 0; }
  .page-template-template_contact .ui-datepicker .ui-icon {
    position: relative; }
  .page-template-template_contact #ui-datepicker-div {
    display: none; }
  .page-template-template_contact a.ui-datepicker-prev, .page-template-template_contact a.ui-datepicker-next {
    float: left;
    width: 1em;
    height: 1em;
    margin-top: .45em;
    cursor: pointer; }
  .page-template-template_contact a.ui-datepicker-next {
    float: right; }
  .page-template-template_contact #ui-datepicker-div {
    background: #F5F5F1;
    padding: .5em; }
  .page-template-template_contact .ui-datepicker {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
  .page-template-template_contact table.ui-datepicker-calendar th, .page-template-template_contact table.ui-datepicker-calendar td {
    padding: .25em; }
  .page-template-template_contact a.ui-datepicker-next.ui-corner-all {
    float: right;
    margin-right: 15px;
    cursor: pointer; }
  .page-template-template_contact .ui-datepicker-title {
    text-align: center; }
  .page-template-template_contact .ui-datepicker-title select {
    padding: .5em 1em;
    margin: 0 .15em; }
  .page-template-template_contact td.ui-datepicker-week-end {
    background: #efefef; }
  .page-template-template_contact table.ui-datepicker-calendar td {
    padding: .25em;
    text-align: center; }
  .page-template-template_contact select[multiple] + .chosen-container li.result-selected {
    padding-left: .75em;
    background: black;
    color: white; }
  .page-template-template_contact td.ui-datepicker-current-day a.ui-state-active {
    display: block;
    border-radius: 50%;
    width: 1.5em; }
  .page-template-template_contact input.datepicker_with_icon + img {
    width: 1.5em;
    position: relative;
    left: .5em;
    top: .25em; }
  .page-template-template_contact .container-content {
    max-width: 1200px; }
    @media (max-width: 767px) {
      .page-template-template_contact .container-content {
        padding-left: 0; } }
  .page-template-template_contact .left-half {
    width: 48.5%;
    float: left;
    line-height: 22px; }
    @media (max-width: 767px) {
      .page-template-template_contact .left-half {
        width: 100%; } }
  .page-template-template_contact .right-half {
    width: 48.5%;
    float: right;
    margin-bottom: 35px;
    line-height: 22px; }
    @media (max-width: 767px) {
      .page-template-template_contact .right-half {
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }
  .page-template-template_contact #contact-form {
    clear: both;
    margin-top: 12px; }
    .page-template-template_contact #contact-form:after {
      content: '';
      display: table;
      clear: both; }
  .page-template-template_contact hr {
    margin: 0 0 50px 0; }
    .page-template-template_contact hr:after {
      content: '';
      display: table;
      clear: both; }

/*  Projects Overview
..........................*/
.post-type-archive-project .project-entry {
  height: 420px;
  margin-bottom: 30px; }
  .post-type-archive-project .project-entry:after {
    content: '';
    display: table;
    clear: both; }
  @media (max-width: 767px) {
    .post-type-archive-project .project-entry {
      height: auto; } }

.post-type-archive-project .project-left {
  width: 33%;
  background-color: #343332;
  height: 100%;
  float: left;
  padding: 33px 33px 15px 33px;
  position: relative; }
  @media (max-width: 1023px) {
    .post-type-archive-project .project-left {
      width: 40%; } }
  @media (max-width: 767px) {
    .post-type-archive-project .project-left {
      width: 100%;
      height: auto;
      padding: 20px; } }
  .post-type-archive-project .project-left .client-heading {
    font-family: "europa", sans-serif;
    font-size: 11px;
    letter-spacing: 0.25em;
    color: #F5F5F1;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 14px;
    display: block; }
  .post-type-archive-project .project-left h1 {
    font-family: "ITCBlair-Medium", sans-serif;
    font-size: 15px;
    letter-spacing: 0.150em;
    color: #F5F5F1;
    line-height: 1.7;
    text-transform: uppercase; }
  .post-type-archive-project .project-left .button {
    text-transform: uppercase;
    color: #F5F5F1;
    border-color: #F5F5F1;
    position: absolute;
    bottom: 33px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media (max-width: 767px) {
      .post-type-archive-project .project-left .button {
        position: relative;
        display: inline-block;
        margin-top: 30px;
        bottom: 0; } }

.post-type-archive-project .project-right {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.post-type-archive-project .project-right-wrapper {
  position: relative;
  width: 67%;
  height: 100%;
  float: right;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .post-type-archive-project .project-right-wrapper {
      width: 60%; } }
  @media (max-width: 767px) {
    .post-type-archive-project .project-right-wrapper {
      width: 100%;
      height: 400px;
      height: 50vw; } }

.post-type-archive-project .project-link:hover .button {
  background-color: #F5F5F1;
  color: #343332; }

.post-type-archive-project .project-link:hover .project-right {
  transform: scale(1.05); }

/*  Project Single
..........................*/
.single-project .container {
  margin: inherit;
  max-width: 1600px; }
  @media (max-height: 650px) {
    .single-project .container {
      position: inherit; }
      .single-project .container #slideout-trigger-nav {
        top: 35px; } }
  .single-project .container #menu-logo {
    display: none; }
    @media (max-width: 767px) {
      .single-project .container #menu-logo {
        display: block;
        margin-top: 20px;
        margin-left: 20px; } }
  @media (max-width: 767px) {
    .single-project .container {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .single-project .container #slideout-trigger-nav {
        top: 20px; } }

.single-project footer {
  display: none; }

.single-project .container-content {
  width: 100%; }
  @media (max-height: 650px) {
    .single-project .container-content {
      position: inherit; } }

@media (max-width: 767px) {
  .single-project #top-header {
    padding-top: 0 !important;
    margin-bottom: 0 !important; } }

.single-project #content-wrapper .container {
  max-width: 1200px;
  margin-left: 400px; }
  @media (max-width: 1024px) {
    .single-project #content-wrapper .container {
      margin-left: 350px; } }
  @media (max-width: 767px) {
    .single-project #content-wrapper .container {
      margin-left: 0; } }

.single-project #side-info {
  background-color: #343332;
  color: #F5F5F1;
  position: fixed;
  top: 0;
  left: 0;
  width: 355px;
  height: 100%;
  padding: 35px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 767px) {
    .single-project #side-info .stamp-logo {
      display: none; } }
  @media (max-height: 650px) {
    .single-project #side-info {
      position: absolute;
      height: auto; } }
  @media (max-width: 767px) {
    .single-project #side-info {
      position: relative;
      width: 100%;
      height: auto;
      padding: 20px;
      z-index: 5;
      top: inherit !important;
      margin-top: 30px; } }

.single-project .bottom-of-page {
  top: -80px !important; }

.single-project .heading {
  font-family: "europa", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: #F5F5F1;
  border-top: 1px solid #F5F5F1;
  width: 100%;
  display: block;
  padding-top: 13px;
  margin-bottom: 9px; }

.single-project .first-heading {
  margin-top: 93px; }
  @media (max-width: 767px) {
    .single-project .first-heading {
      margin-top: 20px; } }

.single-project h1, .single-project h3, .single-project .share-links {
  font-family: "futura-pt", sans-serif;
  color: #F5F5F1;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.015em;
  line-height: 1.3;
  margin-bottom: 14px; }
  .single-project h1 a, .single-project h3 a, .single-project .share-links a {
    color: #F5F5F1;
    border: none !important; }
    .single-project h1 a:hover, .single-project h3 a:hover, .single-project .share-links a:hover {
      color: #91938b; }

.single-project .navigation {
  position: absolute;
  bottom: 30px;
  border-top: 1px solid #F5F5F1;
  width: 285px;
  padding-top: 5px; }
  @media (max-height: 650px) {
    .single-project .navigation {
      position: relative;
      bottom: inherit;
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .single-project .navigation {
      position: relative;
      bottom: inherit;
      width: 100%;
      margin-top: 50px;
      margin-bottom: 20px; } }
  .single-project .navigation a {
    font-family: "europa", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.25em;
    color: #F5F5F1; }
    .single-project .navigation a:hover {
      color: #91938b; }
  .single-project .navigation [rel="next"] {
    display: inline-block;
    float: right; }
  .single-project .navigation [rel="prev"] {
    display: inline-block;
    float: left; }

.single-project .image-gallery {
  margin-bottom: 50px; }
  .single-project .image-gallery img {
    vertical-align: bottom; }
  @media (max-width: 767px) {
    .single-project .image-gallery {
      padding: 50px 20px 0 20px; } }

.single-project .lightbox {
  position: relative;
  max-height: 500px;
  max-height: 70vh;
  margin-top: 50px;
  margin-top: 19vh;
  margin-right: 30px;
  max-width: 500px;
  max-width: 80vw;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .single-project .lightbox:focus {
    outline: 0; }
  .single-project .lightbox:hover .lightbox-pinterest {
    opacity: 1; }
  @media (max-width: 1024px) {
    .single-project .lightbox {
      max-height: 60vh;
      margin-top: 22vh; } }
  @media (max-width: 767px) {
    .single-project .lightbox {
      margin-top: 120px;
      margin-right: 15px;
      max-width: 85vw;
      max-height: 55vh; } }
  .single-project .lightbox img {
    height: 70vh;
    opacity: 1;
    object-fit: cover;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden; }
    @media (max-width: 767px) {
      .single-project .lightbox img {
        object-fit: contain;
        object-position: top center;
        height: auto; } }

.single-project .previous-arrow, .single-project .next-arrow {
  width: 50px;
  height: 50px;
  background-color: #F5F5F1;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.3s;
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: center center; }
  .single-project .previous-arrow:focus, .single-project .next-arrow:focus {
    outline: 0; }
  @media (max-width: 767px) {
    .single-project .previous-arrow, .single-project .next-arrow {
      display: none !important; } }

.single-project .previous-arrow {
  left: -79px;
  background-image: url(_static/images/caret-left.png); }

.single-project .next-arrow {
  right: -79px;
  background-image: url(_static/images/caret-right.png); }

.single-project .slick-current .previous-arrow, .single-project .slick-current .next-arrow {
  opacity: 1; }

.single-project .lightbox:not(.slick-current) .previous-arrow, .single-project .lightbox:not(.slick-current) .next-arrow {
  opacity: 0; }

.single-project .lightbox:not(.slick-current) img {
  opacity: 0.3; }

.single-project .slider {
  display: none;
  position: fixed;
  background-color: #F5F5F1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: none; }

.single-project .back-to-project {
  position: fixed;
  top: 92%;
  top: 92vh;
  left: 50%;
  margin-left: -80px;
  z-index: 1000;
  width: 190px;
  display: block;
  color: #343332;
  border-color: #343332;
  font-size: 12px;
  font-family: "europa", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  border: 1px solid #343332;
  display: inline-block;
  height: 35px;
  line-height: 33px;
  letter-spacing: 0.25em;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .single-project .back-to-project:hover {
    background-color: #343332;
    color: #F5F5F1; }
  @media (max-width: 1024px) {
    .single-project .back-to-project {
      top: 85vh; } }
  @media (max-width: 767px) {
    .single-project .back-to-project {
      top: inherit;
      bottom: 3vh;
      width: 50%;
      left: 25%;
      margin-left: 0; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) {
    .single-project .back-to-project {
      display: none !important; } }

.single-project .lightbox-title {
  position: fixed;
  top: 15%;
  top: 15vh;
  text-align: center;
  z-index: 1000;
  width: 100%;
  left: 0;
  color: #343332;
  font-size: 12px;
  font-family: "europa", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.25em; }
  @media (max-width: 1024px) {
    .single-project .lightbox-title {
      top: 17vh; } }
  @media (max-width: 767px) {
    .single-project .lightbox-title {
      top: 80px;
      padding-left: 20px;
      padding-right: 20px; } }

.single-project #lightbox-header {
  position: fixed;
  z-index: 1000;
  top: 35px;
  left: 0;
  width: 100%;
  padding-left: 0; }
  @media (max-width: 1024px) {
    .single-project #lightbox-header {
      left: 35px; } }
  @media (max-width: 767px) {
    .single-project #lightbox-header a {
      display: none !important; } }

.single-project .lightbox-hide {
  display: none; }

.single-project .lightbox-pinterest {
  opacity: 0;
  position: absolute;
  z-index: 1001;
  top: 25px;
  right: 25px;
  color: #F5F5F1;
  border-color: #F5F5F1; }
  .single-project .lightbox-pinterest:hover {
    background-color: #343332;
    border-color: #343332; }

.single-project #close-lightbox {
  position: absolute;
  background: url(_static/images/x-dark.png) top right no-repeat;
  background-size: 25px auto;
  width: 25px;
  height: 25px;
  top: -25px;
  right: -25px;
  cursor: pointer;
  padding: 50px;
  background-position: center center; }
  @media (max-width: 1024px) {
    .single-project #close-lightbox {
      right: 35px; } }
  @media (max-width: 767px) {
    .single-project #close-lightbox {
      top: -40px;
      right: 15px; } }

.single-project .slider h3 {
  background: #fff;
  color: #3498db;
  font-size: 36px;
  line-height: 100px;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center; }

.single-project .one-image .one {
  width: 100%;
  height: auto;
  margin-bottom: 3.1%; }

.single-project .two-images {
  margin-bottom: 3.1%; }
  .single-project .two-images:after {
    content: '';
    display: table;
    clear: both; }
  .single-project .two-images .one {
    width: 48.8%;
    height: auto;
    float: left; }
    .single-project .two-images .one img {
      width: 100%;
      height: auto; }
    @media (max-width: 767px) {
      .single-project .two-images .one {
        width: 100%;
        float: none;
        margin-bottom: 3.1%; } }
  .single-project .two-images .two {
    width: 48.8%;
    height: auto;
    float: right; }
    .single-project .two-images .two img {
      width: 100%;
      height: auto; }
    @media (max-width: 767px) {
      .single-project .two-images .two {
        width: 100%;
        float: none; } }

.single-project .three-images {
  margin-bottom: 3.1%; }
  .single-project .three-images:after {
    content: '';
    display: table;
    clear: both; }
  .single-project .three-images .one {
    margin-bottom: 3.7%; }
    @media (max-width: 767px) {
      .single-project .three-images .one {
        margin-bottom: 3.1%; } }
  .single-project .three-images .three-left-wrap {
    width: 48.8%;
    float: left; }
    @media (max-width: 767px) {
      .single-project .three-images .three-left-wrap {
        width: 100%;
        float: none;
        margin-bottom: 3.1%; } }
  .single-project .three-images .three {
    width: 48.8%;
    height: auto;
    float: right; }
    @media (max-width: 767px) {
      .single-project .three-images .three {
        width: 100%;
        float: none; } }

.single-project .gallery-image-wrapper {
  position: relative; }
  .single-project .gallery-image-wrapper:hover .gallery-pinterest {
    opacity: 1; }
  .single-project .gallery-image-wrapper .gallery-pinterest {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
    color: #F5F5F1;
    border-color: #F5F5F1;
    opacity: 0; }
    .single-project .gallery-image-wrapper .gallery-pinterest:hover {
      background-color: #343332;
      border-color: #343332; }

/*  Regular Page
..........................*/
.page-template-default .entry-title {
  color: #343332;
  font-family: "ITCBlair-Medium", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 60px; }

/*# sourceMappingURL=style.css.map */