/*
Theme Name: 1206-wp
*/
/*------------------------------------*    CONTENTS
\*------------------------------------*/
/**
 *
 * DEFAULT_VARS       Variables.
 * UTIL       Functions and mixins.
 * 
 * BASE_STYLES/     Basic/generic styles.
 *
 * OBJECTS/  Modular styles.
 * 
 */
/* default text body color. Why not? */
/*------------------------------------*    RESET
\*------------------------------------*/
/*
via http://csswizardry.com/2011/10/reset-restarted/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-weight: 400; }

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

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

strong, b, mark {
  font-weight: bold;
  font-style: inherit; }

em, i, cite, q, address, dfn, var {
  font-style: italic;
  font-weight: inherit; }

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted; }

ins {
  border-bottom: 1px solid; }

a, u, ins {
  text-decoration: none; }

del, s {
  text-decoration: line-through; }

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

small {
  font-size: 0.80em; }

img {
  border: none;
  font-style: italic; }

input,
select,
textarea {
  font: inherit; }

/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.center {
  text-align: center; }

.hidden {
  display: none; }

/***********************************
 * Spacing / Layout
 ***********************************/
.wrapper-full {
  position: fixed;
  padding: 0;
  width: 100%;
  z-index: 999;
  background-color: white; }

/***********************************
 * Typography
 ***********************************/
body {
  color: #5a5a5a;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400; }

p {
  margin: 0 0 2rem;
  color: #5a5a5a;
  font-family: Georgia, serif;
  font-size: 1.07143rem;
  line-height: 1.469265; }
  p strong, p b {
    font-family: bold, Georgia, serif; }
  p em, p i {
    font-family: italic, Georgia, serif; }

blockquote p {
  color: #333;
  font-family: bold, Georgia, serif; }

a {
  color: #E9680A; }
  a:hover {
    text-decoration: underline; }

/***********************************
 * Navigation
 ***********************************/
nav[role="main"] {
  padding-top: 2.5rem; }
  nav[role="main"] ul.menu a {
    color: #999;
    padding: 0 1rem; }
  nav[role="main"] ul.menu a:hover {
    color: black; }
  nav[role="main"] ul.menu li.current-menu-ancestor a,
  nav[role="main"] ul.menu li.current-menu-item a {
    color: black; }
  nav[role="main"] ul.menu ul.sub-menu {
    display: none; }

nav[role='global-nav'] {
  text-align: right;
  text-transform: uppercase; }
  nav[role='global-nav'] #menu-global li {
    display: inline-block;
    padding: 0 0.5rem; }

/***********************************
 * Links
 ***********************************/
a {
  color: #999;
  text-decoration: none;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all; }

.active-link {
  color: black; }

nav[role='global-nav'] a {
  color: black;
  font-size: .7rem; }

/***********************************
 * Lists
 ***********************************/
ul {
  list-style-type: none; }

#menu-main {
  text-align: right; }
  #menu-main li {
    display: inline-block; }
    #menu-main li a {
      padding: 0 1rem; }

/***********************************
 * Alignment
 ***********************************/
.footer-title {
  text-align: center; }

/***********************************
 * Images
 ***********************************/
img, object, embed, video, .wp-caption {
  max-width: 100%;
  height: auto; }

/***********************************
 * Meta
 ***********************************/
time {
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase; }

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-style: normal;
  margin: 2rem 0 0; }

.wysiwyg {
  font-size: 100%; }
  .wysiwyg .wp-caption img {
    margin: 0rem; }

#mc_embed_signup form#mc-embedded-subscribe-form {
  width: 100%; }

/* ==========================================================================
   Typography
   ========================================================================== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-style: normal;
  font-weight: 400;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #5a5a5a; }

p {
  margin-bottom: 1rem; }

blockquote p {
  padding: 2rem;
  font-size: 1.3rem; }

/***********************************
 * Quotes, Captions, etc.
 ***********************************/
caption,
.caption,
.wp-caption-text {
  font-size: 75%;
  padding-bottom: 2rem; }

/***********************************
 * Headings
 ***********************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-style: normal;
  margin: 0 0 1rem 0; }

h1, .h1 {
  font-size: 32px;
  font-size: 2rem; }

h2, .h2 {
  font-size: 28px;
  font-size: 1.75rem; }

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem; }

/***********************************
 * Lists
 ***********************************/
.wysiwyg ul {
  margin: 1rem;
  list-style-type: disc;
  font-size: 90%; }
  .wysiwyg ul li {
    padding: 0 0 1rem; }

/***********************************
 * Rules
 ***********************************/
hr {
  clear: both;
  border-top: solid #999;
  border-width: 1px 0 0;
  margin: 2rem 0; }
  hr.hr-small {
    margin: 1rem 0; }
  hr.hr-flush {
    margin: 0; }
  hr.hr-clear {
    border-top: 0 none; }
  hr.hr-bottom {
    margin: 0 0 1rem 0; }

/*------------------------------------*    $GRID BASICS
\*------------------------------------*/
.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 1em;
  max-width: 1206px; }

.row, .row-uniform {
  max-width: 1146px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 0; }

.row:after,
.row-uniform:after,
.row-no-gutters:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.row-uniform .span1:nth-child(12n),
.row-uniform .span2:nth-child(6n),
.row-uniform .span3:nth-child(4n),
.row-uniform .span4:nth-child(3n),
.row-uniform .span6:nth-child(2n),
.row-uniform .span12 {
  margin-right: 0; }

.row-uniform img {
  width: 100%; }

.row-no-gutters {
  max-width: 1206px;
  width: 100%;
  margin: 0;
  padding: 0; }

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
  margin-right: 2.6178%;
  float: left;
  min-height: 1px; }
  .span1 img, .span2 img, .span3 img, .span4 img, .span5 img, .span6 img, .span7 img, .span8 img, .span9 img, .span10 img, .span11 img, .span12 img {
    max-width: 100%; }

.last {
  margin-right: 0; }

/*------------------------------------*    $COLUMNS
\*------------------------------------*/
.row .span1, .row-uniform .span1 {
  width: 5.93368%; }

.row .span2, .row-uniform .span2 {
  width: 14.48517%; }

.row .span3, .row-uniform .span3 {
  width: 23.03665%; }

.row .span4, .row-uniform .span4 {
  width: 31.58813%; }

.row .span5, .row-uniform .span5 {
  width: 40.13962%; }

.row .span6, .row-uniform .span6 {
  width: 48.6911%; }

.row .span7, .row-uniform .span7 {
  width: 57.24258%; }

.row .span8, .row-uniform .span8 {
  width: 65.79407%; }

.row .span9, .row-uniform .span9 {
  width: 74.34555%; }

.row .span10, .row-uniform .span10 {
  width: 82.89703%; }

.row .span11, .row-uniform .span11 {
  width: 91.44852%; }

.row .span12, .row-uniform .span12 {
  width: 100%; }

.row-no-gutters .span1 {
  width: 5.93368%; }

.row-no-gutters .span2 {
  width: 14.48517%; }

.row-no-gutters .span3 {
  width: 23.03665%; }

.row-no-gutters .span4 {
  width: 31.58813%; }

.row-no-gutters .span5 {
  width: 40.13962%; }

.row-no-gutters .span6 {
  width: 48.6911%; }

.row-no-gutters .span7 {
  width: 57.24258%; }

.row-no-gutters .span8 {
  width: 65.79407%; }

.row-no-gutters .span9 {
  width: 74.34555%; }

.row-no-gutters .span10 {
  width: 82.89703%; }

.row-no-gutters .span11 {
  width: 91.44852%; }

.row-no-gutters .span12 {
  width: 100%; }

/*------------------------------------*    $OFFSETS
\*------------------------------------*/
.row .offset1, .row-uniform .offset1 {
  padding-left: 8.55148%; }

.row .offset2, .row-uniform .offset2 {
  padding-left: 17.10297%; }

.row .offset3, .row-uniform .offset3 {
  padding-left: 25.65445%; }

.row .offset4, .row-uniform .offset4 {
  padding-left: 34.20593%; }

.row .offset5, .row-uniform .offset5 {
  padding-left: 42.75742%; }

.row .offset6, .row-uniform .offset6 {
  padding-left: 51.3089%; }

.row .offset7, .row-uniform .offset7 {
  padding-left: 59.86038%; }

.row .offset8, .row-uniform .offset8 {
  padding-left: 68.41187%; }

.row .offset9, .row-uniform .offset9 {
  padding-left: 76.96335%; }

.row .offset10, .row-uniform .offset10 {
  padding-left: 85.51483%; }

.row .offset11, .row-uniform .offset11 {
  padding-left: 94.06632%; }

/***********************************
 * Lists
 ***********************************/
nav[role="main"] ul.menu, .inline-list {
  list-style: none; }
  nav[role="main"] ul.menu > li, .inline-list > li {
    display: inline-block; }

.image-list li {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto; }

/**
 * Evenly spaced list with 3 elements.
 */
.button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #999;
  padding: 0.75em 1em;
  text-decoration: none; }
  .button:hover {
    background-color: black; }

.active-button {
  background-color: pink; }

/**
 * A full width element with background image.
 */
.block-full {
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/**
 * Fixed position header at the top of the site. 
 */
/*
Ex:
<header role="site-header" class="header-fixed">

  <div class="row">

    <div id="branding" class="span6">
      <img class="logo">
    </div>

    <nav class="main-nav span6 last">
    </nav>
    
  </div> <!-- /.row -->
</header>
*/
/**
 * Add .shrink class via JS for a shrinking nav bar.
 */
/*
Ex markup:
<header role="site-header">

  <div class="row">

    <div id="branding" class="span6">
      <img class="logo">
    </div>

    <nav class="main-nav span6 last">
    </nav>
    
  </div> <!-- /.row -->
</header>
*/
/**
 * Add .shrink class via JS for a shrinking nav bar.
 */
/*
Ex markup:
<header role="site-header">

  <div class="row">

    <div id="branding" class="span6">
      <img class="logo">
    </div>

    <nav class="main-nav span6 last">
    </nav>
    
  </div> <!-- /.row -->
</header>
*/
/**
 * _vars.scss
 * 
 * Use this to override any of the default variables in 1206-base/_default_vars,
 * or include new, project-sepcific variables.
 * 
 */
/*------------------------------------*    Overrides
\*------------------------------------*/
/*------------------------------------*    Custom
\*------------------------------------*/
/**
 * Place any project specific variables here.
 */
/* =-=-=-=-=- COLORS -=-=-=-=-=-= */
/* 
	white = in default
	$lightGray = in default
	$medGray = in default
	$darkGray = in default 
	black = in default 

	Add new project color variables below.
*/
/* =-=-=-=-=-=- STRUCTURE -=-=-=-=-=-= */
.row, .row-uniform, .row-uniform {
  padding: 0; }

.row-no-gutters {
  z-index: 998; }

body {
  background-color: white; }

header[role="site-header"] {
  background-color: white;
  padding: 0; }
  header[role="site-header"] a.logo {
    float: left;
    display: inline-block;
    text-indent: -9999px;
    background: transparent url("images/logo-nikkiV2.jpg") no-repeat 0 25px;
    background-size: 100%;
    width: 375px;
    height: 100px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all; }
    header[role="site-header"] a.logo:hover {
      opacity: .5;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      -o-transition: 0.5s all;
      transition: 0.5s all; }
  header[role="site-header"] nav[role="main"] {
    padding: 2.6rem 0 0.5rem; }
  header[role="site-header"] nav[role="mobile"] {
    display: none; }

section[role="main"] {
  position: relative;
  padding-top: 12%;
  background-color: #fff; }

.page-template-page-about section[role="main"] {
  padding-top: 12%; }

header[role="article-header"] {
  margin: 2rem 0;
  border-left: 1px solid #999;
  padding-left: 1rem;
  position: relative;
  left: -3%; }

article {
  margin: 5rem 0; }

.home article {
  margin: 0; }

.span9.last.about-text {
  width: 72%;
  padding-left: 2%;
  margin: 1.4rem 0 0; }

aside {
  position: relative;
  padding-bottom: 2%;
  padding-top: 2%; }
  aside .widget {
    margin: 1.5rem 4rem 0 0;
    padding: 2rem 1.5rem;
    border-bottom: 1px solid #999; }
    aside .widget:last-of-type {
      border-bottom: none; }
    aside .widget h3 {
      padding: 0;
      line-height: 2rem;
      text-transform: uppercase; }

.single .post-header .row, .single .post-header .row-uniform {
  padding-bottom: 0; }
  .single .post-header .row .post-meta, .single .post-header .row-uniform .post-meta {
    margin-top: 1rem;
    padding: 1rem;
    text-align: right;
    border-right: 1px solid #999; }

.featured {
  padding-bottom: 3rem; }

.review-block {
  float: right;
  padding: 5% 0; }
  .review-block .quote-author {
    text-align: right; }

.acf-map {
  width: 100%;
  height: 400px; }

footer[role="site-footer"] {
  position: relative;
  padding-top: 3rem;
  padding: 10rem 0;
  width: 100%; }
  footer[role="site-footer"] .copyright-line p {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: .8rem;
    line-height: 1.6;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: .3rem; }
    footer[role="site-footer"] .copyright-line p strong {
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      font-weight: 800; }
    footer[role="site-footer"] .copyright-line p span {
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      text-transform: none;
      font-size: .9rem; }
  footer[role="site-footer"] .copyright-line p.meta {
    font-size: .6rem;
    text-transform: uppercase; }
    footer[role="site-footer"] .copyright-line p.meta a {
      font-size: .6rem;
      color: #5a5a5a;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      -o-transition: 0.5s all;
      transition: 0.5s all; }
      footer[role="site-footer"] .copyright-line p.meta a:hover {
        color: #CB333B;
        text-decoration: underline;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all; }

.row.about, .about.row-uniform, .row.instagram, .instagram.row-uniform {
  padding: 3rem 0; }

hr {
  margin: 3rem 0;
  border-top: 1px solid #e2e2e2; }

/* =-=-=-=-=- TYPOGRAPHY -=-=-=-=-= */
body {
  color: #39370F;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400; }

p,
.wysiwyg p {
  margin: 0 0 2rem;
  color: #4C636A;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6; }
  p p strong,
  p p b,
  p strong,
  p b,
  .wysiwyg p p strong,
  .wysiwyg p p b,
  .wysiwyg p strong, .wysiwyg p b {
    font-weight: 800;
    font-family: inherit; }
  p em,
  p i,
  .wysiwyg p em, .wysiwyg p i {
    font-family: italic, "ltc-bodoni-175", Georgia, serif; }

.index p,
.index .wysiwyg p,
.single p,
.single .wysiwyg p {
  font-size: .9875rem; }

blockquote p {
  color: #274048;
  font-family: "ltc-bodoni-175", Georgia, serif;
  font-weight: bold; }

a {
  color: #CB333B;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    transition: 0.1s all; }

a.publisher {
  color: #274048;
  font-size: .75rem;
  text-decoration: none;
  text-transform: uppercase; }
  a.publisher:hover {
    text-decoration: underline;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    transition: 0.1s all; }

aside a {
  color: #5a5a5a; }

aside #menu-main-2 li.current-menu-item > a,
aside #menu-main-2 li.current-menu-ancestor > a {
  font-family: bold, "ltc-bodoni-175", Georgia, serif; }

h1 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 200;
  text-transform: capitalize; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

h1.page-header {
  display: none; }

h2 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 300;
  color: black;
  margin-bottom: 1.5rem; }

h3 {
  font-family: "proxima-nova",sans-serif;
  font-weight: 100; }

h4 {
  font-family: "ltc-bodoni-175", Georgia, serif;
  color: #274048;
  margin: 0 0 0; }

h5 {
  font-family: "proxima-nova",sans-serif;
  font-weight: 700;
  margin: 0 0 0;
  text-transform: uppercase; }

h6 {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase; }
  h6 a {
    font-weight: bold; }

aside h3 {
  font-family: bold, "ltc-bodoni-175", Georgia, serif;
  font-size: 1.1rem;
  font-weight: bold; }

.blog h2 {
  margin: 0 0 0.2rem; }

.tagline {
  padding-top: 1.2rem;
  text-align: right; }
  .tagline h6 {
    color: #fff;
    font-size: .95rem;
    font-weight: 300; }
  .tagline a {
    color: #fff; }

footer[role="site-footer"] p, footer[role="site-footer"] ul {
  color: #5a5a5a;
  font-size: .75rem; }

caption,
.caption,
.wp-caption-text {
  padding-bottom: 1rem;
  color: #5a5a5a;
  font-family: "proxima-nova", sans-serif; }

.caption {
  padding: 0; }
  .caption p.caption-text {
    padding: 0.5rem 1rem 1rem; }

#primary-reviews blockquote {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5; }

.quote-author {
  padding-top: 1rem;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #FFF; }

.row.instagram h5, .instagram.row-uniform h5 {
  text-align: center;
  text-transform: uppercase; }

.row.instagram p, .instagram.row-uniform p {
  text-align: center; }

.row.instagram #simple-instagram-wrap
.simple-instagram-list
.simple-instagram-list-item, .instagram.row-uniform #simple-instagram-wrap
.simple-instagram-list
.simple-instagram-list-item {
  width: 180px !important; }

.row.instagram #simple-instagram-wrap .si-follow-me a, .instagram.row-uniform #simple-instagram-wrap .si-follow-me a {
  font-size: .9rem !important;
  padding: 1px 15px 0 !important;
  background-color: #274048 !important; }
  .row.instagram #simple-instagram-wrap .si-follow-me a:hover, .instagram.row-uniform #simple-instagram-wrap .si-follow-me a:hover {
    background-color: #CB333B !important; }

/* =-=-=-=-=-=- NAVIGATION -=-=-=-=-=-= */
nav[role='work'] {
  position: relative;
  top: -2.5rem;
  float: left; }
  nav[role='work'] li {
    display: inline-block; }
  nav[role='work'] a {
    padding-right: 1.5rem;
    color: #274048;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 200;
    text-decoration: none; }
    nav[role='work'] a:hover {
      color: #CB333B;
      text-decoration: underline; }
  nav[role='work'] li.current-menu-item a {
    color: #CB333B;
    text-decoration: underline;
    font-weight: 800; }

nav[role='main'] ul.menu {
  float: right; }
  nav[role='main'] ul.menu li a {
    padding: 0 0.75rem;
    color: #5a5a5a;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: .9rem;
    text-decoration: none;
    text-transform: uppercase; }
    nav[role='main'] ul.menu li a:hover {
      color: #CB333B; }
  nav[role='main'] ul.menu li:hover .sub-menu {
    display: block; }
    nav[role='main'] ul.menu li:hover .sub-menu li {
      display: block; }
      nav[role='main'] ul.menu li:hover .sub-menu li .sub-menu {
        display: none; }
  nav[role='main'] ul.menu li.current-menu-item a,
  nav[role='main'] ul.menu li.current_page_parent a {
    color: #CB333B;
    text-decoration: none;
    font-weight: 800; }

nav[role='main'] #menu-main li:last-of-type a {
  padding-right: 0; }

nav[role='main'] #menu-main li.search a {
  position: relative;
  top: -.75rem;
  font-size: 0;
  display: block;
  height: 18px;
  width: auto;
  background: transparent url("images/icon-search.png") no-repeat 0 0; }

.toggle {
  display: none;
  float: right;
  z-index: 100000;
  width: 30px;
  position: relative;
  top: 11px; }
  .toggle a.button-hamburger {
    width: 30px;
    height: 17px;
    background: transparent url("images/icon-hamburger-blk-2x.png") no-repeat 0 0;
    background-size: 100%; }
  .toggle a.button-hamburger.active {
    width: 30px;
    height: 17px;
    background: transparent url("images/icon-hamburger-wht-2x.png") no-repeat 0 0; }

a.twitter {
  display: inline-block;
  width: 31px;
  height: 24px;
  background: transparent url("images/icon-twitter.png") no-repeat 0 0;
  font-size: 0;
  margin: 1.4rem 0 0 2rem; }

a.instagram {
  display: inline-block;
  width: 31px;
  height: 24px;
  background: transparent url("images/icon-instagram.png") no-repeat 0 0;
  font-size: 0;
  margin: 1.4rem 0 0 1rem; }

nav[role="mobile"].drop-block {
  display: block;
  position: fixed;
  bottom: 0;
  right: -400px;
  top: 0;
  width: 0;
  z-index: 1000;
  background-color: #C7D7E4;
  font-size: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }

nav[role="mobile"].drop-block.active {
  right: 0;
  width: 80%;
  font-size: 1rem;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all; }
  nav[role="mobile"].drop-block.active .menu-mobile-container {
    margin: 4rem 2rem; }
    nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item a {
      color: #274048;
      font-size: 1.6rem;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif; }
    nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item .sub-menu {
      display: block;
      position: relative;
      text-align: left;
      padding: 0 0 0.7rem 0;
      margin-left: 0; }
      nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item .sub-menu li:after {
        content: ","; }
      nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item .sub-menu li {
        display: inline-block;
        line-height: 1.3; }
      nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item .sub-menu a {
        font-size: 1rem;
        font-family: "proxima-nova-alt-condensed", sans-serif;
        font-weight: 300;
        padding: 0; }
    nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item.current-menu-item > a {
      font-family: "proxima-nova-alt-condensed", sans-serif;
      font-weight: 300;
      padding: 0;
      color: #CB333B;
      text-decoration: underline; }
    nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item.current-menu-item .sub-menu a {
      color: #274048;
      text-decoration: none; }
    nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item.current-menu-parent > a {
      text-decoration: underline; }

/* MAYBE DELETE 

nav[role="sub-navigation"] li a {
	display: block;
	padding: 4% 11%;

	color: #6C691D;

	&:hover {
		background-color: #6C691D;
		color: #fff;
	}

}

nav[role="sub-navigation"] li.current-menu-item a {
	background-color: #6C691D;
	color: #fff;
}

*/
.page-parent.page-child .sub-menu li .sub-menu {
  display: block; }

.page-template-default aside .sub-menu .sub-menu li {
  display: none; }

/* Hide third .sub-menu when page is not current item - SlowClouds */
.page-template-page-conservation-area aside {
  /* Display third .sub-menu when page current item - SlowClouds */ }
  .page-template-page-conservation-area aside #menu-main-2 li.current-menu-ancestor .sub-menu li.current-menu-ancestor .sub-menu li.menu-item .sub-menu {
    display: none; }
  .page-template-page-conservation-area aside #menu-main-2 li.current-menu-ancestor .sub-menu li.current-menu-ancestor .sub-menu li.current-menu-item .sub-menu {
    display: block; }

/* Hide third .sub-menu when page is not current item - SlowClouds */
.page-template-page-properties aside {
  /* Display third .sub-menu when page current item - SlowClouds */ }
  .page-template-page-properties aside #menu-main-2 li.current-menu-ancestor .sub-menu li.current-menu-ancestor .sub-menu li.menu-item .sub-menu {
    display: none; }
  .page-template-page-properties aside #menu-main-2 li.current-menu-ancestor .sub-menu li.current-menu-ancestor .sub-menu li.current-menu-ancestor .sub-menu {
    display: block; }

aside {
  /* 	IMPORTANT - if the same menu is called more than once on a page, 
			a number will be added after the menu name. I discovered this after 
			adding the #menu-main a third time for mobile. This changed the sidebar 
			from #menu-main-1 to #menu-main-2 - SlowClouds */
  /* Target 1st link in that nested .current-menu-ancestor */ }
  aside #menu-main-2 > li.menu-item {
    display: none; }
  aside #menu-main-2 > li.menu-item a {
    color: #5a5a5a;
    font-size: 1rem; }
    aside #menu-main-2 > li.menu-item a:hover {
      text-decoration: underline; }
  aside #menu-main-2 > li.menu-item.current-menu-ancestor {
    display: block; }
    aside #menu-main-2 > li.menu-item.current-menu-ancestor a {
      font-size: 1.3rem; }
      aside #menu-main-2 > li.menu-item.current-menu-ancestor a:hover {
        text-decoration: underline; }
    aside #menu-main-2 > li.menu-item.current-menu-ancestor .sub-menu li.current-menu-item a {
      font-weight: 700; }
  aside #menu-main-2 li.menu-item.current-menu-ancestor .sub-menu li.current-menu-item a {
    font-size: 1rem; }
  aside #menu-main-2 li.menu-item.current-menu-ancestor .sub-menu li.current-menu-ancestor {
    display: block; }
    aside #menu-main-2 li.menu-item.current-menu-ancestor .sub-menu li.current-menu-ancestor > a {
      font-weight: 700; }
    aside #menu-main-2 li.menu-item.current-menu-ancestor .sub-menu li.current-menu-ancestor .sub-menu li {
      display: block; }
  aside #menu-main-2 li.menu-item.current-menu-ancestor .sub-menu li a {
    color: #5a5a5a;
    font-family: "proxima-nova-alt-condensed",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 0;
    text-transform: capitalize; }
  aside #menu-main-2 li.menu-item.current-menu-ancestor .sub-menu li .sub-menu li {
    padding-left: .5rem; }
    aside #menu-main-2 li.menu-item.current-menu-ancestor .sub-menu li .sub-menu li a {
      color: #5a5a5a; }
  aside #menu-main-2 li.menu-item.current-menu-ancestor .sub-menu li .sub-menu li.current-menu-item > a {
    color: black; }
  aside #menu-main-2 li.menu-item.current-menu-item {
    display: block; }
    aside #menu-main-2 li.menu-item.current-menu-item > a {
      font-size: 1.3rem;
      text-transform: uppercase;
      font-weight: bold; }
    aside #menu-main-2 li.menu-item.current-menu-item .sub-menu {
      display: block;
      padding-left: .5rem; }
      aside #menu-main-2 li.menu-item.current-menu-item .sub-menu li.menu-item {
        display: block;
        padding: .1rem 0; }
        aside #menu-main-2 li.menu-item.current-menu-item .sub-menu li.menu-item a {
          font-family: "proxima-nova-alt-condensed",sans-serif;
          font-size: 1rem;
          font-weight: 400;
          line-height: 0;
          text-transform: capitalize; }
      aside #menu-main-2 li.menu-item.current-menu-item .sub-menu li.current-menu-item a {
        font-size: 1rem;
        line-height: 1; }
      aside #menu-main-2 li.menu-item.current-menu-item .sub-menu .sub-menu {
        display: none; }

footer[role="site-footer"] .sub-menu {
  display: none; }

footer[role="site-footer"] .facebook {
  text-indent: -9999px;
  margin: 1rem 0;
  width: 30px; }
  footer[role="site-footer"] .facebook a {
    background: transparent url("images/icon-facebook.png") no-repeat 0 0;
    display: block;
    width: 26px;
    height: 26px; }
    footer[role="site-footer"] .facebook a:hover {
      background: transparent url("images/icon-facebook-hvr.png") no-repeat 0 0; }

footer[role="site-footer"] nav li:first-child a {
  font-size: .8rem;
  font-weight: bold;
  /* TEMP */ }
  footer[role="site-footer"] nav li:first-child a:hover {
    text-decoration: none; }

footer[role="site-footer"] a {
  font-size: .75rem;
  /* TEMP */
  text-decoration: none; }
  footer[role="site-footer"] a:hover {
    color: #CB333B;
    text-decoration: underline; }

.icon-facebook {
  display: inline-block;
  width: 33px;
  height: 33px;
  text-indent: -9999px;
  background: #000 url("images/icon-facebook.png") no-repeat 0 0;
  opacity: 1; }
  .icon-facebook:hover {
    opacity: .6; }

/* =-=-=-=-=- BUTTONS -=-=-=-=-= */
.button-hamburger {
  display: block;
  width: 57px;
  height: 57px;
  background: url(images/icon-hamburger.png) no-repeat scroll 0 0px transparent;
  text-indent: -9999px; }

.button-hamburger.active {
  background: url(images/icon-hamburger-active.png) no-repeat scroll 0 0px transparent; }

.button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 0.75rem 0.3rem;
  color: #CB333B;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  background-color: white;
  border: 1px solid #CB333B;
  text-transform: capitalize; }
  .button:hover {
    background-color: #CB333B;
    color: white;
    text-decoration: none; }

/* =-=-=-=-=- Lists =-=-=-=-=-= */
.wysiwyg ul li {
  margin: 1rem;
  padding: 0 0 0.5rem;
  color: #274048;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  list-style-type: disc; }

/* =-=-=-=-=- IMAGES -=-=-=-=-= */
.row-no-gutters img {
  width: 100%; }

.single .featured-image {
  max-height: 31.81rem;
  overflow: hidden; }

.single .row-no-gutters img.span4 {
  width: 33.1%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-right: 0; }

.blog .featured-image a, .category .featured-image a {
  display: block;
  line-height: 0;
  background-color: #e2e2e2; }

.blog .featured-image img, .category .featured-image img {
  min-height: 245px;
  border-bottom: 1px solid white; }

.blog .featured-image-originals, .category .featured-image-originals {
  max-height: 246px;
  /* current version (doesn't require positioning) */
  -webkit-clip-path: inset(0px 0px 46px 0px);
  -moz-clip-path: inset(0px 0px 46px 0px);
  -ms-clip-path: inset(0px 0px 46px 0px);
  -o-clip-path: inset(0px 0px 46px 0px);
  clip-path: inset(0px 0px 46px 0px);
  /* values are from-top, from-right, from-bottom, from-left */ }
  .blog .featured-image-originals a, .category .featured-image-originals a {
    display: block;
    line-height: 0; }
  .blog .featured-image-originals img, .category .featured-image-originals img {
    min-height: 285px;
    border-bottom: 1px solid white; }

.category .featured-image-originals {
  max-height: 285px;
  /* current version (doesn't require positioning) */
  -webkit-clip-path: inset(0px 0px 0px 0px);
  -moz-clip-path: inset(0px 0px 0px 0px);
  -ms-clip-path: inset(0px 0px 0px 0px);
  -o-clip-path: inset(0px 0px 0px 0px);
  clip-path: inset(0px 0px 0px 0px);
  /* values are from-top, from-right, from-bottom, from-left */ }

img.icon-phone {
  position: relative;
  top: 4px; }

.si_feed .si_item {
  padding: 0 0.05rem;
  width: 16.4%; }

/* =-=-=-=-=- Forms -=-=-=-=-= */
.email-signup {
  background-color: #999; }
  .email-signup #mc_embed_signup form#mc-embedded-subscribe-form {
    float: left;
    margin: 0 1rem; }
  .email-signup #mc_embed_signup form label {
    font-size: 1.3rem;
    line-height: 1.7; }
  .email-signup #mc_embed_signup p {
    font-size: 1rem;
    line-height: 1.3;
    color: #333;
    margin-bottom: 0; }
  .email-signup #mc_embed_signup input#mce-EMAIL {
    width: 90.72%;
    font-size: .85rem;
    line-height: 1.3;
    padding: 1rem; }
  .email-signup #mc_embed_signup input.button {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    margin-bottom: 3rem;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-size: .75rem;
    font-weight: 700;
    border: none;
    color: #FFF;
    letter-spacing: .5px;
    background-color: #999;
    /* Fall back */
    /* will be "on top", if browser supports it */
    background-image: linear-gradient(#999, #00636e);
    background: -moz-linear-gradient(top, #396f82 0%, #00636e);
    background: -webkit-gradient(linear, left top, left bottom, from(#396f82), to(#00636e));
    /* -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
		
		-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
		
		box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);

		*/
    text-shadow: 0px -1px 0px rgba(28, 62, 75, 0.4), 0px 1px 0px rgba(28, 62, 75, 0.3);
    position: relative;
    top: 0rem;
    padding: 0.71rem 4rem;
    font-size: 1.3rem; }
    .email-signup #mc_embed_signup input.button:hover {
      background-color: #333;
      /* Fall back */
      background: -moz-linear-gradient(top, #00636e 0%, #00636e);
      background: -webkit-gradient(linear, left top, left bottom, from(#00636e), to(#00636e)); }

/* =-=-=-=-=- Page Specifics -=-=-=-=-= */
.home h1, .home h4 {
  margin: 0 0 0.5rem 0;
  text-align: left; }

.home blockquote {
  margin-top: 100%; }

.single-post .post-meta {
  padding: 0.5rem 0 0rem;
  font-size: .8rem;
  text-transform: uppercase; }

.single-post blockquote p {
  font-family: "ltc-bodoni-175", Georgia, serif;
  font-size: 1.4rem;
  padding: 2rem 0 0; }

.blog .row .span3, .blog .row-uniform .span3, .category .row .span3, .category .row-uniform .span3 {
  margin-right: 0;
  width: 24.75%;
  border-right: 1px solid white; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

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

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

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

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

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

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 0px;
  background: #fff;
  /*border: 4px solid #fff;*/
  position: relative;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;*/
  /*-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);*/
  zoom: 1; }

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

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

.flexslider .slides {
  zoom: 1; }

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

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

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 45px;
  height: 45px;
  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;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

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

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

.flexslider:hover .flex-prev {
  background: url("images/icon-left-arrow.png") no-repeat 0px 0px;
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  background: url("images/icon-right-arrow.png") no-repeat 0px 0px;
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

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

/* Pause/Play */
.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'; }

/* Control Nav  */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: right; }

.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-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -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);
  color: transparent; }

.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%;
  display: block;
  opacity: .7;
  cursor: pointer; }

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

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

/* Captions */
.flex-caption {
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  left: 0;
  bottom: 45px !important;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 18px; }

.flex-caption h2 span {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 3px; }

.home .flex-caption h2 span {
  line-height: 0; }

.flex-caption p {
  font-style: italic; }

.home .flex-control-nav {
  display: none; }

.furniture-item-main .flexslider {
  margin: 0 0 10%; }
  .furniture-item-main .flexslider .flex-direction-nav {
    display: none; }

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

/*  #1280 - 1800
================================================== */
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  html {
    font-size: 105%; } }

/*  #Tablet (Portrait)
================================================== */
@media only screen and (min-width: 768px) and (max-width: 850px) {
  html {
    font-size: 85%; }
  .blog .featured-image img, .category .featured-image img {
    min-height: 160px;
    border-bottom: 1px solid white; }
  .blog .featured-image-originals, .category .featured-image-originals {
    max-height: 161px;
    /* current version (doesn't require positioning) */
    -webkit-clip-path: inset(0px 0px 30px 0px);
    -moz-clip-path: inset(0px 0px 30px 0px);
    -ms-clip-path: inset(0px 0px 30px 0px);
    -o-clip-path: inset(0px 0px 30px 0px);
    clip-path: inset(0px 0px 30px 0px);
    /* values are from-top, from-right, from-bottom, from-left */ }
    .blog .featured-image-originals a, .category .featured-image-originals a {
      display: block;
      line-height: 0; }
    .blog .featured-image-originals img, .category .featured-image-originals img {
      min-height: 185px;
      border-bottom: 1px solid white; } }

/*  #Tablet (Landscape)
================================================== */
@media only screen and (min-width: 851px) and (max-width: 1024px) {
  html {
    font-size: 95%; }
  section[role="main"] {
    padding-top: 15%; }
  .blog .featured-image img, .category .featured-image img {
    min-height: 213px;
    border-bottom: 1px solid white; }
  .blog .featured-image-originals, .category .featured-image-originals {
    max-height: 214px;
    /* current version (doesn't require positioning) */
    -webkit-clip-path: inset(0px 0px 30px 0px);
    -moz-clip-path: inset(0px 0px 30px 0px);
    -ms-clip-path: inset(0px 0px 30px 0px);
    -o-clip-path: inset(0px 0px 30px 0px);
    clip-path: inset(0px 0px 30px 0px);
    /* values are from-top, from-right, from-bottom, from-left */ }
    .blog .featured-image-originals a, .category .featured-image-originals a {
      display: block;
      line-height: 0; }
    .blog .featured-image-originals img, .category .featured-image-originals img {
      min-height: 185px;
      border-bottom: 1px solid white; }
  header[role="site-header"] {
    padding: 0rem 0; }
    header[role="site-header"] nav[role="main"] {
      padding: 3.5rem 0 0.5rem; }
    header[role="site-header"] a.logo {
      width: 400px; } }

/*  #Mobile (Portrait) Structure
================================================== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  html {
    font-size: 95%; }
  .row .span1,
  .row-uniform .span1,
  .row .span2,
  .row-uniform .span2,
  .row .span3,
  .row-uniform .span3,
  .row .span4,
  .row-uniform .span4,
  .row .span5,
  .row-uniform .span5,
  .row .span6,
  .row-uniform .span6,
  .row .span7,
  .row-uniform .span7,
  .row .span8,
  .row-uniform .span8,
  .row .span9,
  .row-uniform .span9,
  .row .span10,
  .row-uniform .span10,
  .row .span11,
  .row-uniform .span11,
  .row .span12, .row-uniform .span12 {
    width: 100%; }
  .row-no-gutters .span1,
  .row-no-gutters .span2,
  .row-no-gutters .span3,
  .row-no-gutters .span4,
  .row-no-gutters .span5,
  .row-no-gutters .span6,
  .row-no-gutters .span7,
  .row-no-gutters .span8,
  .row-no-gutters .span9,
  .row-no-gutters .span10,
  .row-no-gutters .span11,
  .row-no-gutters .span12 {
    width: 100%; }
  .row-no-gutters .span4,
  .single .row-no-gutters img.span4 {
    width: 100%; }
  .row .offset1, .row-uniform .offset1 {
    padding-left: 0 !important; }
  .row .offset2, .row-uniform .offset2 {
    padding-left: 0 !important; }
  .row .offset3, .row-uniform .offset3 {
    padding-left: 0 !important; }
  .row .offset4, .row-uniform .offset4 {
    padding-left: 0 !important; }
  .row .offset5, .row-uniform .offset5 {
    padding-left: 0 !important; }
  .row .offset6, .row-uniform .offset6 {
    padding-left: 0 !important; }
  .row .offset7, .row-uniform .offset7 {
    padding-left: 0 !important; }
  .row .offset8, .row-uniform .offset8 {
    padding-left: 0 !important; }
  .row .offset9, .row-uniform .offset9 {
    padding-left: 0 !important; }
  .row .offset10, .row-uniform .offset10 {
    padding-left: 0 !important; }
  .row .offset11, .row-uniform .offset11 {
    padding-left: 0 !important; }
  footer {
    text-align: center;
    padding-bottom: 0 !important; }
  .span9.last.about-text {
    border-left: none;
    width: 100%;
    padding-left: 0;
    margin: 1.4rem 0 0; }
  .home h1, .home h4 {
    margin: 0 0 0.5rem 0;
    text-align: center; }
  .home blockquote {
    margin-top: 0; }
  header[role="site-header"] {
    padding: 1rem 0; }
    header[role="site-header"] a.logo {
      display: block;
      position: relative;
      text-indent: -9999px;
      background: transparent url("images/logo-nikkiV2.jpg") no-repeat 0 0;
      background-size: 100%;
      width: 230px;
      height: 36px; }
    header[role="site-header"] nav[role="main"] {
      display: none; }
    header[role="site-header"] .toggle {
      display: block; }
    header[role="site-header"] nav[role="mobile"].drop-block {
      display: block; }
  section[role="main"] {
    padding-top: 17%; }
    section[role="main"] nav[role="work"] {
      display: none; }
  .page-template-page-about section[role="main"] {
    padding-top: 17%; }
  hr {
    margin: 0; }
  .si_feed .si_item {
    padding: 0 0.1rem;
    width: 32%; }
  .blog .row .span3,
  .blog .row-uniform .span3,
  .category .row .span3, .category .row-uniform .span3 {
    margin-right: 0;
    width: 100%;
    border-right: none; }
  .gform_wrapper input,
  .gform_wrapper .top_label input.medium {
    width: 100% !important; }
  .blog .featured-image-originals, .category .featured-image-originals {
    /* current version (doesn't require positioning) */
    -webkit-clip-path: inset(0px 0px 0px 0px);
    -moz-clip-path: inset(0px 0px 0px 0px);
    -ms-clip-path: inset(0px 0px 0px 0px);
    -o-clip-path: inset(0px 0px 0px 0px);
    clip-path: inset(0px 0px 0px 0px);
    /* values are from-top, from-right, from-bottom, from-left */ } }

/*  #Mobile (iPhone6 & 6 Plus)
================================================== */
@media only screen and (min-width: 375px) and (max-width: 414px) {
  html {
    font-size: 90%; }
  header[role="site-header"] {
    padding: 1rem 0; }
    header[role="site-header"] a.logo {
      width: 280px;
      height: 45px; } }

/*  #Mobile (iPhone6 & 6 Plus)
================================================== */
@media only screen and (min-width: 375px) and (max-width: 414px) {
  html {
    font-size: 90%; }
  header[role="site-header"] {
    padding: 1rem 0; }
    header[role="site-header"] a.logo {
      width: 280px;
      height: 45px; } }

/*  #Mobile (iPhone5)
================================================== */
@media only screen and (min-width: 320px) and (max-width: 374px) {
  html {
    font-size: 92%; }
  .page-template-page-about section[role="main"] {
    padding-top: 21%; } }

/*  #Mobile (iPhone5 - landscape)
================================================== */
@media only screen and (min-width: 568px) and (max-width: 666px) {
  html {
    font-size: 92%; }
  header[role="site-header"] {
    padding: 1rem 0; }
    header[role="site-header"] a.logo {
      width: 280px;
      height: 41px; }
  .page-template-page-about section[role="main"] {
    padding-top: 10%; }
  .blog section[role="main"], .category section[role="main"] {
    padding-top: 23%; }
  .blog .featured-image-originals, .category .featured-image-originals {
    max-height: none;
    /* current version (doesn't require positioning) */
    -webkit-clip-path: inset(0px 0px 0px 0px);
    -moz-clip-path: inset(0px 0px 0px 0px);
    -ms-clip-path: inset(0px 0px 0px 0px);
    -o-clip-path: inset(0px 0px 0px 0px);
    clip-path: inset(0px 0px 0px 0px);
    /* values are from-top, from-right, from-bottom, from-left */ } }
