* {
  box-sizing: border-box; }

/*
Theme Name: Ami Vitale 2016
Theme URI: http://amivitale.com
Author: Nick Harbaugh
Author URI: http://nickharbaugh.com
Description: The Wordpress site of photographer Ami Vitale
Version: 1.0
Text Domain: ami-vitale-2016
*/
/*--------------------------------------------------------------
# Sass Variables
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px; }

  .page-template-template-video .container {
    width: 1200px; }

  .home .container {
    width: 1170px; } }
.align-center {
  text-align: center; }

ul {
  margin-bottom: 1.8em; }

ul li {
  line-height: 24px;
  margin-bottom: 1em; }

h2 {
  font-size: 24px;
  line-height: 40px; }

h2.subtitle {
  font-family: "garamond-premier-pro",serif;
  font-size: 31px;
  line-height: 1.35em;
  text-transform: uppercase;
  padding: 1em 0 1.1em 0;
  letter-spacing: 0.02em; }

h2.subtitle.black {
  color: #222;
  padding: 0.2em 0 0.2em 0; }

h3.insta-intro {
  margin-top: 60px;
  margin-bottom: 40px; }

h4 {
  font-weight: bold;
  margin-bottom: 1.65em; }

h4 a {
  font-weight: normal;
  color: #222;
  line-height: 1.5em; }

p {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #222; }

.home h2, .ps-text-container h2 {
  font-family: "garamond-premier-pro-display",serif;
  font-size: 48px;
  line-height: 48px;
  color: black;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .home h2, .ps-text-container h2 {
      font-size: 38px; } }

.stories-container h2 {
  margin: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "garamond-premier-pro", serif;
  margin: 10px 0;
  hyphens: none; }

p {
  margin-bottom: 1.5em; }

a {
  color: #BA7A23; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern", "liga";
  -moz-font-feature-settings: "kern", "liga";
  font-feature-settings: "kern", "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  overflow-x: hidden; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  font-family: "museo-sans", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #222;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  background: #fff; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

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

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*! 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"],
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; }

/* ==========================================================================
   Video
   ========================================================================== */
.video-container {
  padding: 40px 0;
  border-bottom: 1px solid #eee; }

.video-container .page-media {
  margin: 0; }

.video-meta h3 {
  margin: 0 0 20px;
  font-family: "museo-sans", sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase; }

@media screen and (max-width: 992px) {
  .video-meta h3 {
    margin-top: 20px; } }
.video-meta p {
  margin: 0; }

.video-container.first-of-type {
  padding-top: 0; }

.video-container:last-of-type {
  border: none; }

.play-button {
  color: white;
  font-size: 30px;
  padding: 20px;
  /*border: 2px solid #fff;*/
  position: absolute;
  /*height: 50px;*/
  /*width: 50px;*/
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  background: #bb7b12;
  opacity: 0.9; }

.col-md-6 .play-button {
  font-size: 20px;
  padding: 15px;
  margin-top: -30px;
  margin-left: -30px; }

/* ==========================================================================
   Metaslider
   ========================================================================== */
.head-wrapper {
  width: 100%;
  z-index: 99; }

.header-container {
  background-color: white;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid #e4e2e2;
  color: #bfbfc2; }

.header-padding {
  padding-left: 45px;
  padding-right: 45px; }

.header-menu {
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  /*background-color: orange;*/
  height: 46px; }

.header-menu a {
  color: #bfbfc2;
  text-decoration: none; }

.header-menu span {
  font-family: "museo-sans",sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-left: 17px;
  color: #222; }

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

.header-utility {
  text-align: right;
  font-family: "museo-sans",sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  height: 46px;
  line-height: 46px; }

.header-utility a {
  font-family: "museo-sans",sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  color: #222;
  letter-spacing: 1.2px; }

.header-utility a i {
  padding-right: 7px; }

.header-drop {
  padding: 20px;
  background-color: white;
  text-align: center;
  display: none; }

ul.header-drop-nav {
  list-style: none;
  padding: 0px;
  margin: 0px; }

ul.header-drop-nav li {
  display: inline-block;
  margin-right: 23px;
  margin-left: 23px;
  line-height: 14px; }

ul.header-drop-nav li a {
  font-family: "museo-sans",sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  color: #444;
  letter-spacing: 2px; }

/* New Header Nav Test */
/* -------------------------------- 

Main components 

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

.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  height: 90px;
  padding-bottom: 10px;
  width: 100%;
  z-index: 3;
  border-bottom: 3px solid #f0f0f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }

.cd-header a {
  font-family: "museo-sans",sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-left: 17px;
  color: #222; }

.cd-header a:hover, .cd-header a:active {
  text-decoration: none; }

.cd-header a i {
  color: #BA7A23;
  margin-top: 5px;
  font-size: 22px; }

@media only screen and (min-width: 768px) {
  .cd-header {
    height: 90px;
    background: #fff;
    box-shadow: none; } }
/*@media only screen and (min-width: 1170px) {*/
/* nh-change */
@media only screen and (min-width: 10px) {
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

  .cd-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -100px;
    background-color: rgba(2, 23, 37, 0.96);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    /* nh-change */
    background-color: inherit;
    top: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }

  .cd-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    /* nh-change */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .cd-header.menu-is-open {
    /* add a background color to the header when the navigation is open */
    background-color: #fff; } }
.cd-logo {
  display: inline-block;
  width: 255px; }

.cd-logo img {
  display: block; }

@media only screen and (min-width: 768px) {
  .cd-logo {
    position: relative;
    margin: 0 auto; } }
.cd-secondary-nav {
  position: absolute;
  top: 40%;
  bottom: auto;
  right: 2.6em;
  /* hidden on small devices */
  display: none; }

.cd-secondary-nav li {
  display: inline-block;
  margin-left: 1.3em; }

.cd-secondary-nav a {
  display: inline-block;
  text-transform: uppercase; }

@media only screen and (min-width: 768px) {
  .cd-secondary-nav {
    display: block; } }
.cd-primary-nav-trigger {
  position: absolute;
  left: 30px;
  text-decoration: none !important;
  line-height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.cd-primary-nav-trigger span {
  color: #777;
  font-weight: bold;
  vertical-align: top;
  line-height: 2.9em;
  margin-left: 5px; }

@media screen and (max-width: 768px) {
  .cd-primary-nav-trigger {
    left: 10px; } }
.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: white;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */ }

.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s; }

.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -5px; }

.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 5px; }

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0); }

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: white; }

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg); }

@media only screen and (min-width: 768px) {
  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block; }

  .cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%); } }
.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  z-index: 2;
  text-align: center;
  margin: 0;
  padding: 10px 0 40px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  list-style-type: none;
  /* nh-change */
  /*padding: 10px 0 15px 0;*/
  padding: 105px 0 15px 0;
  height: inherit; }

.cd-primary-nav li {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 1em;
  text-transform: uppercase;
  font-family: "museo-sans","garamond-premier-pro-display",serif;
  list-style-type: none;
  display: inline; }

.cd-primary-nav a {
  display: inline-block;
  padding: .4em 1em;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  color: #222;
  text-decoration: none; }

.cd-primary-nav a:hover {
  color: #BA7A23;
  text-decoration: none; }

.cd-primary-nav .cd-label {
  color: #444;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em; }

.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 .4em; }

.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("../img/cd-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.cd-primary-nav .cd-facebook a {
  background-position: 0 0; }

.cd-primary-nav .cd-instagram a {
  background-position: -44px 0; }

.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0; }

.cd-primary-nav .cd-twitter a {
  background-position: -132px 0; }

/* nh-change */
.cd-header + nav .cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

/* nh-change */
.cd-header.is-fixed + nav .cd-primary-nav.is-visible {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

/* nh-change */
.cd-header.is-fixed.is-visible + nav .cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    /*padding: 105px 0 40px 0;*/
    /* nh-change */
    padding: 105px 0 15px 0; } }
@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    font-size: 13px; }

  .cd-primary-nav .cd-label {
    font-size: 16px;
    font-size: 1rem; } }
.cd-intro {
  position: relative;
  height: 100%;
  background: url("../img/cd-background-img.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cd-intro h1 {
  position: absolute;
  width: 90%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .cd-intro h1 {
    font-size: 30px;
    font-size: 1.875rem; } }
@media only screen and (min-width: 1170px) {
  .cd-intro {
    height: 700px; } }
.cd-main-content {
  position: relative;
  z-index: 1; }

.cd-main-content p {
  line-height: 1.6;
  margin: 2em 0; }

@media only screen and (min-width: 1170px) {
  .cd-main-content p {
    font-size: 20px;
    font-size: 1.25rem; } }
.flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev {
  display: none; }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /* ~~~~~~~~~~~~~~~~~~~
  Header items ~ */
  .header-container {
    padding-top: 0; }

  .header-menu {
    line-height: 1em;
    display: block;
    width: 100%;
    text-align: center; }

  ul#menu-av-primary {
    margin-left: 0;
    padding-left: 0; }

  ul.header-drop-nav li {
    /*display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;*/
    /* nh-change */ }

  .header-utility {
    text-align: center;
    padding-top: 20px;
    display: none; }

  .header-utility a {
    font-size: 11px; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .cd-logo {
    display: block !important;
    float: right !important;
    width: 215px !important;
    margin-top: 10px !important; }

  .cd-logo img {
    width: 180px !important;
    height: auto !important; }

  .cd-secondary-nav {
    display: none !important; }

  .cd-menu-text {
    display: none; }

  i.fa.fa-bars {
    font-size: 18px !important; } }
/* ==========================================================================
   Footer
   ========================================================================== */
.footer-container {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px; }

/* Footer menu
   ============================================= */
#menu-footer-menu {
  padding: 0;
  margin: 0; }

.footer-container ul.header-drop-nav {
  text-align: center;
  margin-bottom: 30px; }

.footer-container ul.header-drop-nav li a {
  font-size: 11px; }

@media screen and (max-width: 992px) {
  .footer-container ul.header-drop-nav {
    text-align: center;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0;
    padding-left: 0 !important; }

  .footer-container ul#menu-av-primary-1 {
    margin-left: 0;
    padding-left: 0; }

  .footer-container ul.header-drop-nav li a {
    font-size: 11px; } }
/* Nikon logo / disclaimer
   ============================================= */
.nikon p {
  font-family: "museo-sans",sans-serif;
  font-size: 12px;
  line-height: 12px; }

.nikon-logo {
  width: 300px;
  margin-bottom: 10px;
  margin-left: -5px; }

.nikon-disclaimer {
  color: #ccc !important;
  text-align: left;
  margin-top: 40px; }

ul.footer-social {
  list-style: none;
  padding: 0px;
  margin: 0px; }

ul.footer-social li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px; }

ul.footer-social li a {
  font-size: 22px;
  color: black; }

.footer-scroll {
  text-align: right; }

@media screen and (max-width: 992px) {
  .nikon,
  ul.footer-social,
  .footer-scroll {
    text-align: center; }

  ul.footer-social {
    margin-top: 20px;
    margin-bottom: 20px; } }
/* Footer social / subscribe
   ============================================= */
.footer-top-container {
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eee; }

.footer-subscribe {
  margin-top: 30px; }

/* Twitter feed
   ============================================= */
.twitter-tile {
  position: relative;
  padding-bottom: 10px; }

.twitter-tile i.fa-twitter {
  color: #000;
  font-size: 21px;
  z-index: 1.5;
  position: absolute;
  top: 30px; }

.twitter-tile .tweet-bit {
  border-left: 2px solid #e1e1e1;
  margin-top: -4px;
  margin-left: 10px;
  padding: 35px;
  color: #777;
  line-height: 1.8em; }

.tweet-bit ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0; }

.tweet-bit ul li {
  list-style-type: none !important;
  margin-left: 0;
  padding: 0; }

.footer-container .tweet-bit ul li p {
  color: #777;
  font-weight: 300; }

.footer-container .tweet-bit ul li p a {
  color: #000; }

/* Subscribe
   ============================================= */
.subscribe-label {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 2px; }

.subscribe-for {
  font-size: 11px; }

.footer-top-container input {
  margin: 10px 0px;
  background: #999;
  border: none;
  padding: 15px;
  color: #eee;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #eee; }

.footer-top-container input[type="submit"] {
  background: #eee;
  padding: 8px;
  border: 1px solid #999;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #444;
  background: #eee !important; }

.footer-top-container input[type="submit"]:hover, .footer-top-container input[type="submit"]:active {
  border: 1px solid #000;
  color: #000; }

.footer-fine-print p {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #777; }

.custom-post-pagination {
  width: 100%;
  display: block;
  text-align: center; }

/* Fine print
   ============================================= */
.footer-fine-print {
  font-family: "museo-sans",sans-serif;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: #666;
  letter-spacing: 1.2px; }

.footer-fine-print span {
  margin-left: 8px;
  margin-right: 8px; }

/* ==========================================================================
   Base page styles
   ========================================================================== */
.site-content {
  padding-top: 90px; }

.home .site-content {
  padding: 0; }

.page-section {
  margin-bottom: 80px; }

.page-section:last-of-type {
  margin-bottom: 0; }

.feature-section {
  background: #f0f0f0;
  margin-bottom: 100px; }

.feature-divider {
  max-width: 140px;
  border: 1px solid #BA7A23;
  margin: 0;
  margin-bottom: 40px; }

.feature-section-media {
  padding-left: 0; }

@media screen and (max-width: 992px) {
  .feature-section-media {
    padding-right: 0; } }
.feature-section-content {
  padding: 20px; }

@media screen and (max-width: 992px) {
  .promo-link {
    margin-bottom: 80px; }

  .promo-link:last-of-type {
    margin-bottom: 0; } }
.page-header {
  border: none;
  margin: 70px 0 30px; }

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

.page-title {
  font-size: 42px;
  line-height: 50px;
  margin-top: 60px;
  margin: 0 0 30px;
  color: #111; }

.blurb-container {
  padding: 0; }

.blurb {
  font-family: "garamond-premier-pro",serif;
  font-size: 20px;
  line-height: 30px;
  color: #222;
  margin-top: -2px;
  margin-bottom: 30px;
  font-weight: 500;
  font-style: italic; }

.title-bar {
  width: 15%;
  height: 1px;
  background-color: #ccc; }

.page-header-center .title-bar {
  margin: 0 auto; }

.page-copy ul {
  margin-left: 18px;
  padding-left: 0; }

.page-copy ul li {
  margin-left: 5px;
  padding-left: 0;
  list-style-type: circle; }

.page-media {
  margin-bottom: 20px; }

.page-media img {
  max-width: 100%;
  height: auto; }

.media img {
  max-width: 100%;
  height: auto; }

.watermark {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  pointer-events: none; }

.watermark h4 {
  font-size: 20px;
  opacity: 0.7;
  font-weight: bold;
  color: #fff;
  margin: 0; }

/* ==========================================================================
   Learn
   ========================================================================== */
/* ==========================================================================
   Masonry Grid (home, blog, shop)
   ========================================================================== */
.masonry-grid {
  margin: -10px; }

.grid-tile {
  padding: 10px;
  text-align: center; }

.grid-tile-inner {
  background: #f0f0f0;
  padding: 50px 20px; }

.grid-tile,
.grid-sizer {
  width: 50%; }

.post-date {
  font-size: 12px;
  letter-spacing: 1px; }

.grid-tile h3 {
  font-family: "garamond-premier-pro",serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 10px 30px;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.45em; }

.grid-tile a {
  color: #BA7A23; }

.grid-tile p {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #222; }

@media screen and (max-width: 992px) {
  .grid-tile,
  .grid-sizer {
    width: 50%; } }
@media only screen and (max-width: 650px) {
  .grid-tile,
  .grid-sizer {
    width: 100%; } }
/* ==========================================================================
   Gear
   ========================================================================== */
.gear-img {
  padding: 0 10% 100px 0; }

.gear-bit .gear-img {
  height: 250px;
  width: auto;
  margin: 0 auto; }

.gear-bit {
  padding: 40px 0 40px 0; }

.gear-bit h2 {
  font-family: "garamond-premier-pro",serif;
  font-size: 33px;
  padding: 1em 0 1.1em 0;
  letter-spacing: 0.02em; }

.gear-bit img {
  margin-top: 40px; }

p.caption {
  font-size: 12px;
  color: #777; }

/* ==========================================================================
   Resources
   ========================================================================== */
.faq-container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white; }

.faq-row {
  padding-top: 30px;
  padding-bottom: 30px; }

.faq-question p {
  font-family: "museo-sans",sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.8em;
  text-transform: uppercase; }

.faq-answer p, .event-desc {
  font-family: "museo-sans",sans-serif;
  font-weight: 300;
  font-size: 14px; }

.cat-filters ul {
  width: 100%;
  margin-left: 0;
  padding-left: 0; }

.cat-filters ul li {
  display: inline-block;
  width: auto;
  margin: 20px 25px 20px 0;
  font-size: 11px; }

.cat-filters ul li.subscribe {
  text-align: right; }

.cat-filters ul li a, .cat-filters ul a li {
  font-family: "museo-sans",sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-bottom: 2px solid #BA7A23;
  padding-bottom: 6px;
  color: black;
  text-decoration: none; }

.cat-filters ul a li.subscribe-rss {
  border-bottom: none; }

.cat-filters ul a li.subscribe-rss i.fa-rss {
  color: #999; }

/* ==========================================================================
   Fine art
   ========================================================================== */
.fine-art-container {
  padding-top: 80px; }

.fine-art-item .moretext {
  display: none; }

.fine-art-item:hover, .fine-art-item:active {
  background-color: #fff;
  border: 1px solid #e6e6e6; }

.fine-art-item-padding {
  padding: 30px; }

.fine-art-item h3 {
  font-family: "garamond-premier-pro",serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 10px 30px;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.45em; }

h3.subheader {
  font-family: "garamond-premier-pro",serif;
  text-transform: uppercase;
  margin: 5px 60px 30px 0;
  letter-spacing: 0.04em;
  font-size: 26px;
  line-height: 37px;
  color: #111; }

.fine-art-item h3 a {
  color: #BA7A23; }

.grid-tile .fine-art-price {
  margin-top: 30px;
  font-style: italic;
  font-family: "garamond-premier-pro-display", serif;
  letter-spacing: 2px;
  margin-bottom: 20px; }

.fine-art-price span {
  font-style: normal; }

.fine-art-item h4 {
  font-family: "museo-sans",sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 10px; }

.fine-art-item img, img.post-image, img.wp-post-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; }

.fine-art-parent {
  position: relative; }

.fine-art-item {
  background-color: #eee;
  margin-bottom: 25px;
  text-align: center;
  width: 45%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 20px 0;
  border: 1px solid #eee; }

.fine-art-item .tile-excerpt p {
  text-align: left;
  font-size: 14px; }

/* ==========================================================================
   Single fine art
   ========================================================================== */
.single-fine-art h2 {
  font-family: "garamond-premier-pro-display",serif;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
  font-size: 28px; }

.product-description {
  /*text-align: center;*/
  /*padding: 80px 100px 40px 100px;*/
  /* nh-change */
  padding: 40px 100px 40px 100px; }

.sizes {
  text-align: center;
  padding: 10px 150px 40px 150px; }

.btn.buy-product, .button.product_type_simple {
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 18px 32px;
  border: 1px solid #666;
  font-size: 17px;
  margin: 80px 0 50px 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s; }

.btn.buy-product:hover, .btn.buy-product:active {
  border: 1px solid #BA7A23; }

.single-fine-art .featured-image img {
  width: 100%;
  height: auto; }

.single-fine-art .product-description {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center; }

.single-fine-art .product-description h3 {
  font-family: "museo-sans",sans-serif;
  font-size: 24px;
  margin-bottom: 20px; }

/* nh-change */
.product-description h3 {
  display: none; }

.single-fine-art .sizes {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center; }

.single-fine-art .sizes h3 {
  font-family: "museo-sans",sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold; }

.single-fine-art .sizes-row {
  font-family: "museo-sans",sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold; }

.single-fine-art .sizes-row span {
  font-weight: 300;
  font-family: "garamond-premier-pro",serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none; }

.purchase-fine-art-container h3 {
  font-family: "museo-sans",sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center; }

.purchase-fine-art-container p {
  text-align: center;
  margin-bottom: 30px; }

.purchase-fine-art-container p span a {
  color: black;
  border-bottom: 1px solid brown;
  padding-bottom: 5px; }

.single-fine-art .form-control {
  background-color: #eee;
  border: 0px;
  border-radius: 0px; }

.single-fine-art .form-group {
  margin-bottom: 30px;
  text-align: left; }

.single-fine-art .form-group p {
  font-family: "museo-sans",sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: left; }

.breadcrumbs {
  margin-bottom: 10px; }

/* ------- ABOUT ------- */
/* nh-change */
.home .about-container {
  padding-top: 20px; }

.about-container
.home-feature {
  font-family: "museo-sans",sans-serif;
  line-height: 1.7em;
  margin-bottom: 20px;
  margin-top: 25px; }

/* ------ CLIENTS ----- */
.clients-container {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #eee; }

.clients-container h3 {
  color: black;
  font-family: "garamond-premier-pro-display",serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px; }

.clients-bar {
  width: 5%;
  height: 2px;
  background-color: #ccc;
  margin-bottom: 30px; }

.entry-header .wp-post-image {
  margin-bottom: 70px; }

.post-date, .post-meta {
  font-size: 12px;
  letter-spacing: 1px; }

.post-footer {
  display: none; }

.post-date a {
  color: #BA7A23; }

.post-meta a {
  color: #444;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.3px;
  display: block;
  line-height: 22px;
  font-weight: 600; }

.blog-post p {
  max-width: 600px;
  float: right;
  clear: both; }

.blog-post h2 {
  font-family: "garamond-premier-pro-display",serif;
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  clear: both;
  padding-top: 40px;
  margin-bottom: 60px; }

.blog-post h3 {
  font-family: "museo-sans",Helvetica,sans-serif;
  font-size: 20px;
  color: #000;
  display: block;
  width: 100%;
  clear: both;
  padding-top: 30px;
  margin-bottom: 48px; }

.blog-post pullquote {
  font-family: "garamond-premier-pro",serif;
  font-size: 24px;
  color: #000;
  line-height: 30px;
  display: block;
  border-left: 3px solid #e4e4e4;
  max-width: 600px; }

.blog-post pullquote p {
  font-family: "garamond-premier-pro",serif;
  font-size: 24px;
  color: #000;
  line-height: 30px; }

.post-suggest {
  margin-top: 80px;
  padding: 80px 50px;
  background: #eee; }

.post-suggest img.wp-post-image {
  margin-bottom: 40px; }

.post-suggest a {
  color: #222; }

/* ----- coming soon ----*/
.special-form input {
  background-color: #aaa;
  color: #FFF;
  font-size: 12px; }

.special-form ::-webkit-input-placeholder {
  color: #FFF; }

.special-form :-moz-placeholder {
  /* Firefox 18- */
  color: #FFF; }

.special-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF; }

.special-form :-ms-input-placeholder {
  color: #FFF; }

.front-page-submit {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px; }

/* CONTACT */
h3.blurb a {
  color: #BA7A23; }

h3.blurb em a {
  color: #BA7A23; }

.contact-form {
  margin-top: 30px; }

.contact-form input, .contact-form textarea {
  background: #eee;
  border: 0;
  padding: 15px;
  margin-bottom: 20px; }

.contact-form input[type="submit"] {
  font-family: "museo-sans",sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  background: #fff;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #BA7A23;
  padding-bottom: 10px;
  color: black;
  text-decoration: none; }

.contact-form input[type="submit"]:hover, .contact-form input[type="submit"]:active {
  color: #BA7A23; }

.contact-form label {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 13px;
  line-height: 2.4em;
  word-spacing: 10px;
  color: #000; }

.contact-form .ninja-forms-req-symbol {
  color: #444;
  font-family: "garamond-premier-pro",serif;
  font-style: italic;
  text-transform: none; }

.contact-form .ninja-forms-error-msg, .contact-form .ninja-forms-field-error p {
  text-align: right;
  font-size: 11px;
  color: red; }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /* ~~~~~~~~~~~~~~~~~~~
  PRODUCT ITEM in masonry ~ */
  .fine-art-item {
    background-color: #eee;
    margin-bottom: 20px;
    text-align: center;
    width: 90%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding: 20px 0;
    border: 1px solid #eee; }

  /* ~~~~~~~~~~~~~~~~~~~
  PRODUCT Page ~ */
  .product-description, .sizes {
    /*padding: 30px 10px;*/
    /* nh-change */
    padding: 30px 0; }

  .btn.buy-product {
    margin: 30px 10px; }

  /* ~~~~~~~~~~~~~~~~~~~
  SUBNAV Helper Box ~ */
  .about-subnav {
    display: none; }

  /* ~~~~~~~~~~~~~~~~~~~
  Blog Single Post ~ */
  .post-meta a {
    display: inline; }

  /* ~~~~~~~~~~~~~~~~~~~
  CONTACT form ~ */
  .contact-form {
    width: 86%;
    margin-left: 5%;
    margin-right: 5%; } }
/* ==========================================================================
   Home - Hero slider
   ========================================================================== */
.home .flexslider {
  border: none;
  margin-top: 0; }

.home .flexslider li .photo-cover {
  background-position: center; }

.home .flexslider li:nth-of-type(2) .photo-cover,
.home .flexslider li:nth-of-type(5) .photo-cover,
.home .flexslider li:nth-of-type(6) .photo-cover {
  background-position: center bottom; }

.home .flexslider li:nth-of-type(3) .photo-cover,
.home .flexslider li:nth-of-type(4) .photo-cover,
.home .flexslider li:nth-of-type(7) .photo-cover {
  background-position: center top; }

.photo-cover {
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  margin: 0;
  position: relative; }

@media screen and (max-width: 992px) {
  .photo-cover {
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    margin: 0;
    position: relative; }

  .home .photo-cover {
    height: 89vh; } }
.photo-cover .invite-container {
  height: 100%;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: none;
  position: absolute;
  top: 0; }

.photo-cover .invite {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.photo-cover .lead {
  text-align: center; }

.photo-cover .lead h2 {
  font-family: "garamond-premier-pro-display", serif;
  color: #fff;
  font-size: 60px;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 20px; }

@media screen and (max-width: 992px) {
  .photo-cover .invite-container .lead h2 {
    font-size: 40px; } }
.photo-cover .viewstory {
  font-family: "museo-sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
  color: #fff;
  text-decoration: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }

.photo-cover .viewstory:hover, .photo-cover .viewstory:active {
  font-family: "museo-sans",sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #BA7A23;
  color: #BA7A23; }

@media screen and (max-width: 992px) {
  .photo-cover .invite-container {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background: none; }

  .photo-cover .invite-container .lead {
    width: 80%;
    margin: 0 10%;
    padding: 550px 0 50px 0;
    text-align: center; }

  .photo-cover .invite-container .lead p {
    margin-bottom: 40px;
    font-size: 12px; } }
/* ==========================================================================
   Home - Ami locator
   ========================================================================== */
.ami-locator {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px; }

.ami-locator a {
  padding-left: 5px;
  font-size: 14px;
  font-family: "garamond-premier-pro-display", serif;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #E2E2E2;
  text-decoration: none;
  color: #4A4A56;
  font-weight: 800;
  letter-spacing: 0.18em;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }

.ami-locator a:hover {
  border-color: #BA7A23; }

/* ==========================================================================
   Home - About
   ========================================================================== */
.home-event {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2; }

.home-event:first-of-type {
  padding-top: 0; }

.home-event:last-of-type {
  border-bottom: none; }

.home-event h3 {
  font-family: "museo-sans", sans-serif;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold; }

.home-about-container .tile-excerpt p {
  /*font-size: 12px;*/
  margin-bottom: 15px; }

.home-about-container .tile-excerpt a {
  display: inline-block;
  color: #BA7A23;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold; }

.home-about-container .tile-excerpt a.moretext {
  display: inline; }

.home-subtitle h3 {
  font-family: "garamond-premier-pro-display", serif;
  font-size: 24px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #BA7A23; }

.home-bio {
  margin-bottom: 25px; }

.home-bio-container h3 {
  font-size: 22px;
  font-family: "museo-sans", sans-serif;
  line-height: 1.7em;
  margin-top: 25px;
  margin-bottom: 20px; }

/* ==========================================================================
   Call to action (cta) links
   ========================================================================== */
p.cta a, .gear-page a.learn-more {
  font-family: "museo-sans",sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #BA7A23;
  padding-bottom: 10px;
  color: black;
  text-decoration: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s; }

p.cta a:hover, .gear-page a.learn-more:hover {
  border-bottom: 2px solid #444; }

a.cta {
  font-family: "museo-sans",sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #BA7A23;
  padding-bottom: 10px;
  color: black;
  text-decoration: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }

a.cta:hover {
  border-bottom: 2px solid #444; }

.cta.home-subtitle {
  margin-bottom: 30px; }

@media screen and (max-width: 992px) {
  p.cta a {
    text-align: center;
    margin-bottom: 20px; } }
/* ==========================================================================
   Home - Featured stories
   ========================================================================== */
.photo-featured-container {
  background-color: #eee;
  margin-top: 60px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden; }

.photo-featured-container .photo-cover {
  height: 450px;
  margin-bottom: 30px; }

@media screen and (max-width: 992px) {
  .photo-featured-container .photo-cover {
    height: 400px; } }
.photo-featured-container .invite-container {
  background: rgba(0, 0, 0, 0.35); }

.photo-featured-container .invite-container .lead h2 {
  font-family: "museo-sans", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 9em; }

/* ==========================================================================
   Home - Featured
   ========================================================================== */
/* ==========================================================================
   Featured news
   ========================================================================== */
/* ==========================================================================
   Home - Instagram
   ========================================================================== */
/* ==========================================================================
   Photo stories page
   ========================================================================== */
.stories-header {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center; }

.stories-grid {
  margin: 0; }

.story-tile,
.gallery-tile {
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0.5%; }

.story-tile a,
.gallery-tile a {
  position: relative;
  display: block; }

.story-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.story-thumb img {
  margin: 0; }

.text-overlay {
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity .3s ease; }

.text-overlay h2,
.text-overlay p {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  color: #fff; }

.text-overlay h2 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px; }

.story-tile.lg .text-overlay h2 {
  font-size: 22px; }

.text-overlay hr {
  max-width: 100px;
  border: 1px solid #BA7A23;
  margin: 5px auto 20px; }

.center-vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 70%;
  margin: 0 auto; }

.overlay-border {
  position: absolute;
  border: 5px solid rgba(255, 255, 255, 0.3);
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  transform: scale(1.1);
  transition: transform .3s ease; }

.story-tile:hover .text-overlay,
.gallery-tile:hover .text-overlay {
  opacity: 1; }

.story-tile:hover .overlay-border,
.gallery-tile:hover .overlay-border {
  transform: scale(1); }

.stories-grid-sizer,
.story-tile {
  width: 33.333%; }

.story-tile.lg {
  width: 66.666%; }

.story-tile a {
  padding-bottom: 66.666%; }

.story-tile.lg a {
  padding-bottom: 67.2%; }

@media screen and (max-width: 992px) {
  .stories-grid-sizer,
  .story-tile {
    width: 50%; } }
@media screen and (max-width: 768px) {
  .stories-grid-sizer,
  .story-tile {
    width: 100%; } }
/* ==========================================================================
   Single story page
   ========================================================================== */
.single-story-container {
  margin: 0 auto;
  padding-top: 70px; }

.story-header {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px; }

.story-blurb p {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 0;
  color: #222;
  text-align: left;
  display: none; }

.story-blurb p.cta {
  display: block;
  text-align: center;
  outline: 0; }

.story-blurb .expander {
  display: none;
  outline: 0; }

.story-blurb .expander.visible {
  display: inline-block; }

.story-blurb .expander::after {
  content: 'Read More';
  outline: 0; }

.story-blurb p:first-of-type {
  display: block; }

.story-blurb.expanded p {
  display: block; }

.story-blurb.expanded .expander::after {
  content: 'Show Less'; }

.story-header .title-bar {
  width: 20%;
  margin: 0 auto;
  border-top: 2px solid #BA7A23; }

/* ==========================================================================
   Story gallery (masonry grid)
   ========================================================================== */
.story-gallery {
  margin: 0;
  opacity: 0.0001;
  transition: opacity 800ms; }

.grid {
  list-style: none;
  padding: 0; }

.grid li {
  display: block;
  float: left; }

.story-gallery.loaded {
  opacity: 1; }

.gallery-tile {
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 5px; }

.gallery-tile .fa {
  color: #fff;
  font-size: 18px; }

.gallery-grid-sizer,
.gallery-tile {
  width: 33.333%; }

.gallery-tile.lg {
  width: 50%; }

@media screen and (max-width: 1100px) {
  .gallery-grid-sizer,
  .gallery-tile {
    width: 33.333%; } }
@media screen and (max-width: 700px) {
  .gallery-grid-sizer,
  .gallery-tile {
    width: 50%; } }
.gallery-tile img {
  width: 100%;
  height: auto;
  transition: opacity .3s ease-in; }

.gallery-tile img.loaded {
  opacity: 1; }

.gallery-caption {
  display: none; }

.masonry-loader {
  position: relative;
  height: 800px;
  width: 100%;
  padding-top: 50px; }

.masonry-loader p {
  text-align: center;
  color: #aaa;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.5em; }

.masonry-loader.loaded {
  display: none; }

/* ==========================================================================
   Related content links
   ========================================================================== */
.related-links {
  margin-top: 80px; }

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

.related-bar {
  margin: 0 auto;
  margin-bottom: 40px; }

/* ==========================================================================
   Lazy loading animations
   ========================================================================== */
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -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; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
.pswp {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none; }

/* ==========================================================================
   1. Buttons
   ========================================================================== */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(css/vendor/photoswipe/light-skin/dark-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

.pswp__button--show--caption {
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: auto;
  padding: 0 10px;
  color: #888; }
  @media screen and (max-width: 768px) {
    .pswp__button--show--caption {
      display: none !important; } }

.pswp--svg .pswp__button--show--caption {
  background: transparent !important; }

.pswp__button--show--caption:before {
  content: "Show Caption"; }

.pswp__button--show--caption.active:before {
  content: "Hide Caption"; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(css/vendor/photoswipe/light-skin/dark-skin.svg); }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }
.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/* ==========================================================================
   2. Share modal/popup and links
   ========================================================================== */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/* ==========================================================================
   3. Index indicator ("1 of X" counter)
   ========================================================================== */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/* ==========================================================================
   4. Caption
   ========================================================================== */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 40px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  display: relative;
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px 15px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/* ==========================================================================
   5. Loading indicator (preloader)
   ========================================================================== */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(css/vendor/photoswipe/light-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
/* ==========================================================================
   6. Additional styles
   ========================================================================== */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  /*background-color: rgba(0, 0, 0, 0.5);*/
  background: rgba(255, 255, 255, 0.9); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  /*background-color: rgba(0, 0, 0, 0.3);*/
  background: rgba(255, 255, 255, 0.9); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

.pswp__ui--idle .pswp__caption,
.pswp__ui--idle .pswp__button--show--caption {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* ==========================================================================
   7. NH custom code
   ========================================================================== */
.pswp__bg {
  background: #fff; }

.pswp__caption {
  transform: translate3d(0, 0, 0);
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .pswp__caption {
      display: none !important; } }

.pswp__caption.active {
  transform: translate3d(0, -44px, 0); }

.pswp--zoomed-in .pswp__caption,
.pswp--zoomed-in .pswp__button--show--caption {
  display: none !important; }

.pswp__caption__center {
  position: relative;
  max-width: 750px;
  color: #111;
  max-height: 30px;
  overflow: hidden;
  padding-right: 40px; }

.pswp__caption__center:after {
  content: '[ ... ]';
  position: absolute;
  top: 9px;
  right: 15px; }

.pswp__caption.active .pswp__caption__center {
  max-height: inherit;
  padding-right: 15px; }

.pswp__caption.active .pswp__caption__center:after {
  display: none; }

.pswp__ui--fit .pswp__top-bar {
  /*background-color: rgba(0, 0, 0, 0.9);*/
  background-color: #fff; }

.pswp__counter {
  color: #999;
  /*font-weight: bold;*/ }

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


/* ==========================================================================
   7. WooCommerce
   ========================================================================== */


.postid-3235 h4, .postid-3235 .buy-product
{ display: none; }


.product_type_simple {

}

.page-id-3233 #primary {
margin-left:50px;
margin-right:50px;
}

.woocommerce-cart .masonry-grid
{ display: none; }


.woocommerce-cart #text-4, .woocommerce-checkout #text-4 {

margin-left: 50px;
margin-right: 50px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
float: left;
width:100%;
padding: 40px 100px 40px 100px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
width:100%;
}

.woocommerce button.button {
background-color: #ebe9eb;
text-decoration: none;
background-image: none;
color: #222;
text-transform: uppercase;
letter-spacing: 0.07em;
padding: 18px 32px;
border: 1px solid #666;
font-size: 17px;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}

.woocommerce div.product form.cart {
left: 50%;
margin:5% 25% 5% 35%;

}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, woocommerce button.button.alt:hover, .woocommerce button.button.alt {
background-color:#EBE9EB;
color:#515151;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #EBE9EB;
color: #222;
}
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
background-color:#EBE9EB;
color:#515151;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {

background-color:#EBE9EB;
color:#515151;
}
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background-color:#EBE9EB;
color:#515151;
}
#secondary.widget-area{margin-left: 8%;}

p.cta a {line-height: 3;} 

.photo-cover .lead {
margin-top: 300px;
}

.sib-default-btn {
text-decoration: none;
background-image: none;
color: #222;
text-transform: uppercase;
letter-spacing: 0.07em;
padding: 12px 24px;
border: 1px solid #666;
font-size: 17px;
}
.sign-up-form {
	border: 1px solid #666;
	padding:10px;
}
.sign-up-form-int {
	padding:10px 10px 0;
}
.sib-FIRSTNAME-area {font-weight: normal;}
.sib-LASTNAME-area {font-weight: normal;}
