/**
 * Theme Name: Frame
 * Theme URI: http://www.themezilla.com/themes/frame
 * Description: Frame is a minimal grid-based portfolio theme designed for photographers and curators. It's simple, sleek, and powerfully flexible, pairing chiseled aesthetics with crystal-clear organization.
 * Author: Themezilla
 * Author URI: http://www.themezilla.com/
 * Version: 1.1
 * Tags: black, light, dark, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, featured-images, flexible-header, infinite-scroll, rtl-language-support, sticky-post, theme-options, translation-ready, art, artwork, blog, craft, design, fashion, journal, magazine, photoblogging, photography, portfolio, clean, contemporary, dark, elegant, light, minimal, modern, professional, simple, sophisticated, urban
 * License: GNU General Public License version 3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 */
/*! normalize.css v3.0.1 | 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, 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: 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 {
  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 */
  /* 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; }

/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */
x-object-fit {
  position: relative !important;
  display: inline-block !important; }

x-object-fit > .x-object-fit-taller, x-object-fit > .x-object-fit-wider {
  position: absolute !important;
  left: -100% !important;
  right: -100% !important;
  top: -100% !important;
  bottom: -100% !important;
  margin: auto !important; }

.x-object-fit-none > .x-object-fit-taller, .x-object-fit-none > .x-object-fit-wider {
  width: auto !important;
  height: auto !important; }

.x-object-fit-fill > .x-object-fit-taller, .x-object-fit-fill > .x-object-fit-wider {
  width: 100% !important;
  height: 100% !important; }

.x-object-fit-contain > .x-object-fit-taller {
  width: auto !important;
  height: 100% !important; }

.x-object-fit-contain > .x-object-fit-wider {
  width: 100% !important;
  height: auto !important; }

.x-object-fit-cover > .x-object-fit-taller, .x-object-fit-cover > .x-object-fit-wider {
  max-width: none !important;
  max-height: none !important; }

.x-object-fit-cover > .x-object-fit-taller {
  width: 100% !important;
  height: auto !important;
  max-width: none !important; }

.x-object-fit-cover > .x-object-fit-wider {
  width: auto !important;
  height: 100% !important;
  max-width: none !important; }

.x-object-position-top > .x-object-fit-taller, .x-object-position-top > .x-object-fit-wider {
  top: 0 !important;
  bottom: auto !important; }

.x-object-position-right > .x-object-fit-taller, .x-object-position-right > .x-object-fit-wider {
  left: auto !important;
  right: 0 !important; }

.x-object-position-bottom > .x-object-fit-taller, .x-object-position-bottom > .x-object-fit-wider {
  top: auto !important;
  bottom: 0 !important; }

.x-object-position-left > .x-object-fit-taller, .x-object-position-left > .x-object-fit-wider {
  left: 0 !important;
  right: auto !important; }

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.woff?l6p4wg') format('woff');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-angle-left-thin:before {
  content: "\e602"; }

.icon-angle-right-thin:before {
  content: "\e603"; }

.icon-angle-left:before {
  content: "\e600"; }

.icon-angle-right:before {
  content: "\e601"; }

.icon-spinner11:before {
  content: "\e984"; }

.icon-link:before {
  content: "\e9cb"; }

.icon-loop2:before {
  content: "\ea2e"; }

/* Maximum sizes for devices/screens */
/* Tablets and phones */
/* Include retina assets */
.site-header {
  background-position: 50%;
  background-size: cover;
  position: relative;
  /* Ensure old browsers get styled. */ }
  @media only screen and (min-width: 769px) {
    .no-touch .site-header {
      width: 22%;
      min-width: 270px;
      height: 100%;
      position: fixed;
      float: left;
      border-right: 1px solid #ececec;
      border-right: 1px solid rgba(208, 209, 208, 0.4);
      left: 0;
      top: 0; }
      .no-touch .site-header.inverted {
        border-right: 0; } }
  .lt-ie9 .site-header {
    width: 22%;
    min-width: 270px;
    height: 100%;
    position: fixed;
    float: left;
    border-right: 1px solid #ececec;
    border-right: 1px solid rgba(208, 209, 208, 0.4);
    left: 0;
    top: 0; }
    .lt-ie9 .site-header.inverted {
      border-right: 0; }
  @media only screen and (max-width: 768px) {
    .site-header {
      width: 100%;
      margin: 0 0 91px 0;
      padding: 0;
      border-bottom: 1px solid #ECECEC;
      position: relative; }
      .site-header .contact {
        width: 100%; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .site-header {
      width: 100%;
      margin: 0 0 91px 0;
      padding: 0;
      border-bottom: 1px solid #ECECEC;
      position: relative; }
      .touch .site-header .contact {
        width: 100%; } }
  .site-header.no-sticky {
    overflow-y: auto; }
    @media only screen and (max-width: 768px) {
      .site-header.no-sticky {
        overflow: hidden;
        padding-bottom: 0; } }
    @media only screen and (max-device-width: 99999px) {
      .touch .site-header.no-sticky {
        overflow: hidden;
        padding-bottom: 0; } }

.site-header-dimmer {
  /* Ensure old browsers get styled. */ }
  @media only screen and (min-width: 769px) and (max-width: 1020px) {
    .no-touch .site-header-dimmer {
      padding: 24px; } }
  @media only screen and (min-width: 769px) {
    .no-touch .site-header-dimmer {
      padding: 3.125vw 2.5vw;
      height: 100%; } }
  .lt-ie9 .site-header-dimmer {
    padding: 3.125vw 2.5vw;
    height: 100%; }
  @media only screen and (max-width: 768px) {
    .site-header-dimmer {
      padding: 75px 5%; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .site-header-dimmer {
      padding: 75px 5%; } }
  .no-sticky .site-header-dimmer {
    height: auto; }
  .site-header-dimmer.twenty {
    background-color: rgba(0, 0, 0, 0.2); }
    .lt-ie9 .site-header-dimmer.twenty {
      background-image: url('images/twenty.png'); }
  .site-header-dimmer.forty {
    background-color: rgba(0, 0, 0, 0.4); }
    .lt-ie9 .site-header-dimmer.forty {
      background-image: url('images/forty.png'); }
  .site-header-dimmer.sixty {
    background-color: rgba(0, 0, 0, 0.6); }
    .lt-ie9 .site-header-dimmer.sixty {
      background-image: url('images/sixty.png'); }
  .site-header-dimmer.eighty {
    background-color: rgba(0, 0, 0, 0.8); }
    .lt-ie9 .site-header-dimmer.eighty {
      background-image: url('images/eighty.png'); }

.navigation-toggle-wrap {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: -68px;
  width: 100%;
  z-index: 300;
  display: none; }
  @media only screen and (max-width: 768px) {
    .navigation-toggle-wrap {
      display: block; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .navigation-toggle-wrap {
      display: block; } }

.navigation-toggle {
  display: inline-block;
  cursor: pointer;
  width: 41px;
  height: 37px;
  background-color: #F5F5F5;
  position: relative; }
  .navigation-toggle.active {
    background-color: #0e0e0e; }

.navigation-icon {
  border-top: 3px solid #666666;
  border-bottom: 3px solid #666666;
  height: 15px;
  width: 19px;
  position: absolute;
  top: 11px;
  left: 11px; }
  .navigation-icon:after {
    content: '';
    display: block;
    background-color: #666666;
    width: 19px;
    height: 3px;
    position: absolute;
    top: 3px; }
  .navigation-toggle:hover .navigation-icon {
    border-color: #333333; }
    .navigation-toggle:hover .navigation-icon:after {
      background-color: #333333; }
  .active .navigation-icon {
    border-top: 0;
    border-bottom: 0; }
    .active .navigation-icon:after {
      content: "\00d7";
      color: #FFFFFF;
      font-size: 43px;
      font-weight: 200;
      top: -11px;
      left: -11px;
      right: -11px;
      bottom: -11px;
      line-height: 33px;
      text-align: center;
      width: auto;
      height: auto;
      background-color: transparent; }

.site-branding {
  /* Ensure old browsers get styled. */ }
  @media only screen and (min-width: 769px) {
    .no-touch .site-branding {
      padding-bottom: 34px;
      border-bottom: 1px solid #ECECEC;
      margin-bottom: 20px;
      margin-top: -6px; } }
  .lt-ie9 .site-branding {
    padding-bottom: 34px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;
    margin-top: -6px; }
  .inverted .site-branding {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  @media only screen and (max-width: 768px) {
    .site-branding {
      text-align: center; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .site-branding {
      text-align: center; } }

.site-title {
  margin: 0 0 8px 0;
  line-height: 1.3em;
  letter-spacing: -1.67;
  color: #111111;
  font-weight: 400;
  /* Ensure old browsers get styled. */ }
  .inverted .site-title {
    color: #FFFFFF; }
  @media only screen and (max-width: 768px) {
    .site-title {
      font-size: 32px; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .site-title {
      font-size: 32px; } }
  @media only screen and (min-width: 769px) and (max-width: 1020px) {
    .no-touch .site-title {
      font-size: 32px; } }
  @media only screen and (min-width: 1021px) and (max-width: 1270px) {
    .no-touch .site-title {
      font-size: 32px; } }
  .lt-ie9 .site-title {
    font-size: 32px; }
  @media only screen and (min-width: 1271px) {
    .no-touch .site-title {
      font-size: 36px; } }
  @media only screen and (min-width: 1451px) {
    .no-touch .site-title {
      font-size: 42px; } }
  .site-title .textFitted {
    line-height: 1.3em;
    display: block;
    width: 100%; }
  .site-title a {
    color: inherit; }
  .site-title .logo-image {
    text-decoration: none;
    border: none;
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }

.site-description {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  color: #A9AAAA;
  line-height: 18px;
  word-wrap: break-word; }
  .inverted .site-description {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.9); }
  .site-description.centered {
    width: 100%;
    text-align: center; }
  @media only screen and (max-width: 768px) {
    .site-description {
      padding: 0; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .site-description {
      padding: 0; } }

.contact {
  margin-bottom: 26px;
  /* Ensure old browsers get styled. */ }
  @media only screen and (min-width: 769px) {
    .no-touch .contact {
      position: fixed;
      left: 0;
      bottom: 0;
      padding: 0 3% 3% 3%;
      margin: 0;
      width: 22%;
      min-width: 270px; } }
  .lt-ie9 .contact {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0 3% 3% 3%;
    margin: 0;
    width: 22%;
    min-width: 270px; }
  @media only screen and (max-width: 768px) {
    .contact {
      margin: 30px 0 0; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .contact {
      margin: 30px 0 0; } }
  .no-sticky .contact {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
    width: 100%;
    margin-top: 30px;
    min-width: 100%; }
  .contact .contact-field {
    color: #C1C1C1;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .contact .contact-field {
        text-align: center; } }
    @media only screen and (max-device-width: 99999px) {
      .touch .contact .contact-field {
        text-align: center; } }
    .contact .contact-field .email-link.inverted:hover {
      /* Ensure old browsers get styled. */ }
      @media only screen and (min-width: 769px) {
        .no-touch .contact .contact-field .email-link.inverted:hover {
          color: #FFFFFF; } }
      .lt-ie9 .contact .contact-field .email-link.inverted:hover {
        color: #FFFFFF; }
    .contact .contact-field .email-link:hover {
      color: #888; }
  .contact .contact-field-label {
    font-weight: 700; }

.primary-navigation {
  /* Ensure old browsers get styled. */ }
  .primary-navigation.active {
    display: block;
    z-index: 2; }
  @media only screen and (min-width: 769px) {
    .no-touch .primary-navigation {
      margin-top: 0px !important;
      font-size: 15px;
      line-height: 24px;
      opacity: 1 !important;
      -webkit-filter: none !important;
              filter: none !important; } }
  .lt-ie9 .primary-navigation {
    margin-top: 0px !important;
    font-size: 15px;
    line-height: 24px;
    opacity: 1 !important;
    -webkit-filter: none !important;
            filter: none !important; }
  @media only screen and (max-width: 768px) {
    .primary-navigation {
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, 0.95);
      padding: 60px 5%;
      display: none;
      font-weight: 300;
      line-height: 1.5;
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 200; }
      .primary-navigation.active {
        display: block; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .primary-navigation {
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, 0.95);
      padding: 60px 5%;
      display: none;
      font-weight: 300;
      line-height: 1.5;
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 200; }
      .touch .primary-navigation.active {
        display: block; } }
  @media only screen and (max-width: 500px) {
    .primary-navigation {
      font-size: 25px; } }
  @media only screen and (min-width: 501px) and (max-width: 768px) {
    .primary-navigation {
      font-size: 30px; } }
  @media only screen and (min-width: 501px) and (max-device-width: 99999px) {
    .touch .primary-navigation {
      font-size: 30px; } }
  .primary-navigation.expanded .sub-menu-wrap {
    height: auto !important; }
    .primary-navigation.expanded .sub-menu-wrap .children, .primary-navigation.expanded .sub-menu-wrap .sub-menu {
      position: static !important; }
  .primary-navigation > div > ul {
    padding: 0;
    list-style-type: none; }
  .primary-navigation .sub-menu-wrap {
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .primary-navigation .sub-menu-wrap {
        height: auto !important; } }
    @media only screen and (max-device-width: 99999px) {
      .touch .primary-navigation .sub-menu-wrap {
        height: auto !important; } }
  .primary-navigation .sub-menu-wrap ul {
    display: block; }
  .primary-navigation.expanded ul ul {
    position: static; }
  .primary-navigation ul ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
    /* Ensure old browsers get styled. */ }
    @media only screen and (min-width: 769px) {
      .no-touch .primary-navigation ul ul {
        padding-left: 10px; } }
    .lt-ie9 .primary-navigation ul ul {
      padding-left: 10px; }
    @media only screen and (max-width: 768px) {
      .primary-navigation ul ul {
        position: static !important;
        padding-left: 20px; } }
    @media only screen and (max-device-width: 99999px) {
      .touch .primary-navigation ul ul {
        position: static !important;
        padding-left: 20px; } }
    .primary-navigation ul ul ul {
      position: static; }
    .primary-navigation ul ul .sub-menu-border {
      position: absolute;
      left: 0;
      background-color: #eeeeee;
      /* Ensure old browsers get styled. */ }
      .inverted .primary-navigation ul ul .sub-menu-border {
        /* Ensure old browsers get styled. */ }
        @media only screen and (min-width: 769px) {
          .no-touch .inverted .primary-navigation ul ul .sub-menu-border {
            background-color: rgba(255, 255, 255, 0.2); } }
        .lt-ie9 .inverted .primary-navigation ul ul .sub-menu-border {
          background-color: rgba(255, 255, 255, 0.2); }
      @media only screen and (min-width: 769px) {
        .no-touch .primary-navigation ul ul .sub-menu-border {
          top: 6px;
          bottom: 6px;
          width: 1px; } }
      .lt-ie9 .primary-navigation ul ul .sub-menu-border {
        top: 6px;
        bottom: 6px;
        width: 1px; }
      @media only screen and (max-width: 768px) {
        .primary-navigation ul ul .sub-menu-border {
          top: 15px;
          bottom: 15px;
          width: 2px; } }
      @media only screen and (max-device-width: 99999px) {
        .touch .primary-navigation ul ul .sub-menu-border {
          top: 15px;
          bottom: 15px;
          width: 2px; } }
    .primary-navigation ul ul .children .sub-menu-border, .primary-navigation ul ul .sub-menu .sub-menu-border {
      width: 0; }
  .primary-navigation .menu-label:after {
    /* Ensure old browsers get styled. */ }
    @media only screen and (min-width: 769px) {
      .no-touch .primary-navigation .menu-label:after {
        content: '\00a0\25be';
        font-size: 60%;
        position: absolute;
        padding: 1px 0 0 2px; } }
    .lt-ie9 .primary-navigation .menu-label:after {
      content: '\00a0\25be';
      font-size: 60%;
      position: absolute;
      padding: 1px 0 0 2px; }
  .primary-navigation a {
    word-wrap: break-word;
    /* desktop nav link colours */
    /* Ensure old browsers get styled. */
    /* inverted desktop nav link colours */
    /* mobile nav link colours */ }
    @media only screen and (min-width: 769px) {
      .no-touch .primary-navigation a:link, .no-touch .primary-navigation a:visited {
        color: #888; }
      .no-touch .primary-navigation a:hover {
        color: #333; } }
    .lt-ie9 .primary-navigation a:link, .lt-ie9 .primary-navigation a:visited {
      color: #888; }
    .lt-ie9 .primary-navigation a:hover {
      color: #333; }
    .inverted .primary-navigation a {
      /* Ensure old browsers get styled. */ }
      @media only screen and (min-width: 769px) {
        .no-touch .inverted .primary-navigation a:link, .no-touch .inverted .primary-navigation a:visited {
          color: #ffffff;
          color: rgba(255, 255, 255, 0.8);
          font-weight: 200; }
        .no-touch .inverted .primary-navigation a:hover {
          color: #ffffff;
          color: white; } }
      .lt-ie9 .inverted .primary-navigation a:link, .lt-ie9 .inverted .primary-navigation a:visited {
        color: #ffffff;
        color: rgba(255, 255, 255, 0.8);
        font-weight: 200; }
      .lt-ie9 .inverted .primary-navigation a:hover {
        color: #ffffff;
        color: white; }
    @media only screen and (max-width: 768px) {
      .primary-navigation a:link, .primary-navigation a:visited {
        color: #888; }
      .primary-navigation a:hover {
        color: #333; } }
    @media only screen and (max-device-width: 99999px) {
      .touch .primary-navigation a:link, .touch .primary-navigation a:visited {
        color: #888; }
      .touch .primary-navigation a:hover {
        color: #333; } }

#sidebar {
  display: inline-block;
  overflow: visible;
  max-width: 100%;
  /* Ensure old browsers get styled. */ }
  @media only screen and (min-width: 1271px) {
    .no-touch #sidebar {
      width: 230px;
      padding: 0 0 0 30px;
      border-left: 1px solid #ececec;
      border-left: 1px solid rgba(208, 209, 208, 0.4);
      position: absolute;
      top: 6px;
      right: 0; }
      .no-touch #sidebar:after {
        content: '';
        display: block;
        position: absolute;
        height: 50px;
        right: 0;
        bottom: -50px;
        left: 0; } }
  @media only screen and (min-width: 1021px) and (max-width: 1270px) {
    .no-touch #sidebar {
      width: 230px;
      padding: 0 0 0 30px;
      border-left: 1px solid #ececec;
      border-left: 1px solid rgba(208, 209, 208, 0.4);
      position: absolute;
      top: 6px;
      right: 0; }
      .no-touch #sidebar:after {
        content: '';
        display: block;
        position: absolute;
        height: 50px;
        right: 0;
        bottom: -50px;
        left: 0; } }
  .lt-ie9 #sidebar {
    width: 230px;
    padding: 0 0 0 30px;
    border-left: 1px solid #ececec;
    border-left: 1px solid rgba(208, 209, 208, 0.4);
    position: absolute;
    top: 6px;
    right: 0; }
    .lt-ie9 #sidebar:after {
      content: '';
      display: block;
      position: absolute;
      height: 50px;
      right: 0;
      bottom: -50px;
      left: 0; }
  @media only screen and (min-width: 769px) and (max-width: 1020px) {
    .no-touch #sidebar {
      margin: 0px 0px 0 0;
      width: 100%; } }
  @media only screen and (min-width: 769px) and (max-width: 1020px) {
    .no-touch #sidebar {
      border-top: 1px solid #eee;
      padding-top: 10px;
      margin-top: 20px; } }
  @media only screen and (min-width: 501px) and (max-width: 768px) {
    #sidebar {
      border-top: 1px solid #eee;
      padding-top: 10px;
      margin-top: 20px; } }
  @media only screen and (min-width: 501px) and (max-device-width: 99999px) {
    .touch #sidebar {
      border-top: 1px solid #eee;
      padding-top: 10px;
      margin-top: 20px; } }
  @media only screen and (max-width: 768px) {
    #sidebar {
      width: 100%;
      margin: 10px 0 0 0;
      padding: 10px 5% 30px 5%;
      border-top: 1px solid #eee; } }
  @media only screen and (max-device-width: 99999px) {
    .touch #sidebar {
      width: 100%;
      margin: 10px 0 0 0;
      padding: 10px 5% 30px 5%;
      border-top: 1px solid #eee; } }
  @media only screen and (max-width: 500px) {
    #sidebar {
      padding: 5px 20px 5px 20px;
      margin-bottom: 5px; } }
  #sidebar .widget {
    font-size: 13px;
    line-height: 21px;
    color: #888888; }
    @media only screen and (min-width: 769px) and (max-width: 1020px) {
      .no-touch #sidebar .widget {
        font-size: 14px;
        line-height: 22px; } }
    @media only screen and (min-width: 501px) and (max-width: 768px) {
      #sidebar .widget {
        font-size: 14px;
        line-height: 22px; } }
    @media only screen and (min-width: 501px) and (max-device-width: 99999px) {
      .touch #sidebar .widget {
        font-size: 14px;
        line-height: 22px; } }
    #sidebar .widget:before {
      content: '';
      display: block;
      border-bottom: 1px solid #ececec;
      border-bottom: 1px solid rgba(208, 209, 208, 0.4);
      clear: both;
      margin: 25px 0; }
    #sidebar .widget:first-child:before {
      display: none; }
    @media only screen and (min-width: 769px) and (max-width: 1020px) {
      .no-touch #sidebar .widget {
        margin-top: 20px; } }
    @media only screen and (min-width: 501px) and (max-width: 768px) {
      #sidebar .widget {
        margin-top: 20px; } }
    @media only screen and (min-width: 501px) and (max-device-width: 99999px) {
      .touch #sidebar .widget {
        margin-top: 20px; } }
    #sidebar .widget a {
      border-bottom: 1px solid #ccc; }
    #sidebar .widget a:hover {
      color: #444;
      border-color: inherit; }
    #sidebar .widget form p {
      color: #888; }
    #sidebar .widget.grofile h4 {
      font-size: 13px;
      font-weight: 400;
      color: #888888;
      letter-spacing: 0px; }
      #sidebar .widget.grofile h4 a {
        color: inherit; }
    #sidebar .widget label {
      margin-right: 3px; }
  #sidebar .widget-title {
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    text-transform: none;
    line-height: 16px; }
  #sidebar select {
    max-width: 100%; }
  #sidebar ul {
    list-style-type: none;
    padding-left: 0px; }
    #sidebar ul ul {
      margin: 0; }
  #sidebar table {
    width: 100%; }
  #sidebar abbr {
    border-bottom: 0; }
  #sidebar .widget_search {
    margin-bottom: 27px; }
    @media only screen and (min-width: 769px) and (max-width: 1020px) {
      .no-touch #sidebar .widget_search {
        width: 100%;
        height: 30px;
        margin-bottom: 20px;
        padding-right: 0 !important; } }
    @media only screen and (min-width: 501px) and (max-width: 768px) {
      #sidebar .widget_search {
        width: 100%;
        height: 30px;
        margin-bottom: 20px;
        padding-right: 0 !important; } }
    @media only screen and (min-width: 501px) and (max-device-width: 99999px) {
      .touch #sidebar .widget_search {
        width: 100%;
        height: 30px;
        margin-bottom: 20px;
        padding-right: 0 !important; } }
    @media only screen and (max-width: 500px) {
      #sidebar .widget_search {
        margin-top: 25px; } }
    #sidebar .widget_search form {
      display: block; }

article {
  border-top: 1px solid #ececec;
  border-top: 1px solid rgba(208, 209, 208, 0.4);
  margin: 40px 0;
  padding-top: 36px; }
  @media only screen and (max-width: 768px) {
    article {
      padding: 30px 5% 0 5%; } }
  @media only screen and (max-device-width: 99999px) {
    .touch article {
      padding: 30px 5% 0 5%; } }
  @media only screen and (max-width: 500px) {
    article {
      padding: 30px 20px 0; } }
  article h1, article h2, article h3, article h4, article h5, article h6 {
    margin: 30px 0 20px 0; }
  article .post-bottom {
    max-width: 700px;
    margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    article .post-content, article .post-header {
      max-width: 700px;
      margin: auto; } }
  @media only screen and (max-device-width: 99999px) {
    .touch article .post-content, .touch article .post-header {
      max-width: 700px;
      margin: auto; } }
  article .post-content {
    font-size: 15px;
    line-height: 1.55em; }
    article .post-content > *:first-child {
      margin-top: 30px; }
    article .post-content iframe, article .post-content object, article .post-content embed {
      max-width: 100%;
      display: block;
      margin-top: 20px;
      margin-bottom: 20px; }
    article .post-content img {
      max-width: 100%; }
    article .post-content blockquote {
      border-left: 2px solid #ECECEC;
      padding-left: 14px;
      margin-left: 1em; }
    article .post-content a {
      color: #000;
      border-bottom: 1px solid transparent; }
      article .post-content a:link, article .post-content a:active {
        color: #222222; }
      article .post-content a:hover {
        color: #000;
        border-color: #000; }
    article .post-content .wp-caption {
      line-height: 1.6em;
      background-color: #eee;
      font-size: 13px;
      color: #888888;
      margin: 30px 0; }
      article .post-content .wp-caption img {
        width: 100%;
        display: block;
        margin-bottom: 0;
        margin-top: 0; }
    article .post-content .wp-caption-text {
      padding: 10px 12px;
      margin: 0; }
    article .post-content .alignright, article .post-content .alignleft {
      margin: 15px 18px; }
    article .post-content .alignleft {
      float: left;
      margin-left: 0; }
    article .post-content .alignright {
      float: right;
      margin-right: 0; }
  article table {
    width: 100%;
    border: 0;
    border-collapse: collapse; }
    article table th, article table td {
      border: 1px solid #ececec;
      padding: 5px 10px; }
  article .post-title {
    margin-top: 0; }
    article .post-title a:hover {
      color: #555; }
  article:first-child, #permalinks article {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }
  article:nth-of-type(1) {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }
  article ol, article ul, article p {
    margin: 20px 0; }
  article .wp-caption {
    max-width: 100%; }
  article .tags-links {
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #AAAAAA;
    font-weight: regular;
    font-size: 11px; }
    article .tags-links p span {
      font-weight: bold;
      font-size: 11px; }
    article .tags-links a {
      color: inherit; }
  article div.sharedaddy div.sd-block {
    border: 0; }
  article div.sharedaddy div.sd-content {
    width: 100%;
    float: none;
    margin: 0; }
  article .sharedaddy-wrap {
    position: relative; }
    article .sharedaddy-wrap .share-wrap {
      width: 240px; }
      article .sharedaddy-wrap .share-wrap > a, article .sharedaddy-wrap .share-wrap .show-more {
        border-right: 1px solid #EFEFEF;
        width: 45px; }
        article .sharedaddy-wrap .share-wrap > a .label, article .sharedaddy-wrap .share-wrap .show-more .label {
          opacity: 0; }
  article .share-wrap, article .likes-wrap {
    padding: 15px;
    position: absolute;
    display: none;
    border-radius: 6px;
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.12); }
    article .share-wrap.active, article .likes-wrap.active {
      display: block; }
    article .share-wrap .arrow, article .likes-wrap .arrow {
      position: absolute;
      width: 0;
      height: 0;
      bottom: -8px;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 8px solid white; }
      article .share-wrap .arrow:before, article .likes-wrap .arrow:before {
        content: '';
        display: block;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #DDDDDD;
        z-index: -1;
        left: 50%;
        position: absolute;
        margin-left: -9px;
        top: -7px; }
  article .share-wrap {
    width: 168px;
    right: -20px;
    bottom: 15px; }
    article .share-wrap > a, article .share-wrap .show-more {
      border-top: 1px solid #EFEFEF;
      width: 100%;
      height: 44px;
      overflow: hidden;
      display: block;
      line-height: 40px;
      -webkit-transition: width 100ms;
      transition: width 100ms; }
      article .share-wrap > a:hover .label, article .share-wrap .show-more:hover .label {
        color: #333333; }
      article .share-wrap > a.hidden, article .share-wrap .show-more.hidden {
        border-top: 0; }
        article .share-wrap > a.hidden span, article .share-wrap .show-more.hidden span {
          opacity: 0; }
      article .share-wrap > a:first-of-type, article .share-wrap .show-more:first-of-type {
        border: 0; }
      article .share-wrap > a .label, article .share-wrap .show-more .label {
        font-size: 14px;
        color: #777777;
        line-height: 44px;
        -webkit-transition: opacity 100ms, color 100ms ease-in;
        transition: opacity 100ms, color 100ms ease-in; }
    article .share-wrap .icon {
      margin: 12px 12px 9px 12px;
      width: 22px;
      height: 22px;
      display: inline-block;
      float: left; }
    article .share-wrap .sd-content .share-icon.no-text {
      width: 22px;
      height: 22px; }
      article .share-wrap .sd-content .share-icon.no-text span {
        box-sizing: content-box;
        padding: 2px; }
    article .share-wrap .facebook-button .icon {
      background-image: url('images/share-box-icons.png');
      background-position: 0px 0px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        article .share-wrap .facebook-button .icon {
          /* on retina, use image that's scaled by 2 */
          background-image: url('images/share-box-icons-2x.png');
          background-size: 166px 46px; } }
    article .share-wrap .facebook-button:hover .icon {
      background-image: url('images/share-box-icons.png');
      background-position: 0px -24px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        article .share-wrap .facebook-button:hover .icon {
          /* on retina, use image that's scaled by 2 */
          background-image: url('images/share-box-icons-2x.png');
          background-size: 166px 46px; } }
    article .share-wrap .twitter-button .icon {
      background-image: url('images/share-box-icons.png');
      background-position: -24px 0px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        article .share-wrap .twitter-button .icon {
          /* on retina, use image that's scaled by 2 */
          background-image: url('images/share-box-icons-2x.png');
          background-size: 166px 46px; } }
    article .share-wrap .twitter-button:hover .icon {
      background-image: url('images/share-box-icons.png');
      background-position: -24px -24px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        article .share-wrap .twitter-button:hover .icon {
          /* on retina, use image that's scaled by 2 */
          background-image: url('images/share-box-icons-2x.png');
          background-size: 166px 46px; } }
    article .share-wrap .pinterest-button .icon {
      background-image: url('images/share-box-icons.png');
      background-position: -48px 0px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        article .share-wrap .pinterest-button .icon {
          /* on retina, use image that's scaled by 2 */
          background-image: url('images/share-box-icons-2x.png');
          background-size: 166px 46px; } }
    article .share-wrap .pinterest-button:hover .icon {
      background-image: url('images/share-box-icons.png');
      background-position: -48px -24px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        article .share-wrap .pinterest-button:hover .icon {
          /* on retina, use image that's scaled by 2 */
          background-image: url('images/share-box-icons-2x.png');
          background-size: 166px 46px; } }
    article .share-wrap .show-more {
      cursor: pointer; }
      article .share-wrap .show-more .icon {
        background-image: url('images/share-box-icons.png');
        background-position: -72px 0px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          article .share-wrap .show-more .icon {
            /* on retina, use image that's scaled by 2 */
            background-image: url('images/share-box-icons-2x.png');
            background-size: 166px 46px; } }
      article .share-wrap .show-more:hover .icon {
        background-image: url('images/share-box-icons.png');
        background-position: -72px -24px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          article .share-wrap .show-more:hover .icon {
            /* on retina, use image that's scaled by 2 */
            background-image: url('images/share-box-icons-2x.png');
            background-size: 166px 46px; } }
      article .share-wrap .show-more.active .icon {
        background-image: url('images/share-box-icons.png');
        background-position: -96px -24px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          article .share-wrap .show-more.active .icon {
            /* on retina, use image that's scaled by 2 */
            background-image: url('images/share-box-icons-2x.png');
            background-size: 166px 46px; } }
    article .share-wrap .arrow {
      right: 25px; }
  article .likes-wrap {
    width: 236px;
    bottom: 15px;
    right: -20px; }
    article .likes-wrap .arrow {
      right: 54px; }
    article .likes-wrap .post-likes-widget {
      float: left; }
  article .share-button, article .like-button {
    width: 22px;
    margin-left: 7px;
    height: 22px;
    float: right;
    display: none;
    cursor: pointer; }
  article .share-button {
    background-image: url('images/share-box-icons.png');
    background-position: -144px 0px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      article .share-button {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/share-box-icons-2x.png');
        background-size: 166px 46px; } }
    article .share-button.active {
      background-image: url('images/share-box-icons.png');
      background-position: -144px -24px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        article .share-button.active {
          /* on retina, use image that's scaled by 2 */
          background-image: url('images/share-box-icons-2x.png');
          background-size: 166px 46px; } }
  article .like-button {
    background-image: url('images/share-box-icons.png');
    background-position: -120px 0px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      article .like-button {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/share-box-icons-2x.png');
        background-size: 166px 46px; } }
    article .like-button.active {
      background-image: url('images/share-box-icons.png');
      background-position: -120px -24px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        article .like-button.active {
          /* on retina, use image that's scaled by 2 */
          background-image: url('images/share-box-icons-2x.png');
          background-size: 166px 46px; } }
  article .sd-title {
    display: none; }
    article .sd-title:before {
      border-top: none !important; }
  @media only screen and (max-width: 768px) {
    article .regular-post {
      margin: 10px 5% 0 5%;
      max-width: 90%; } }
  @media only screen and (max-device-width: 99999px) {
    .touch article .regular-post {
      margin: 10px 5% 0 5%;
      max-width: 90%; } }
  @media only screen and (max-width: 500px) {
    article .regular-post {
      padding: 10px 20px 7px 20px; } }

#page #content #main .sharedaddy, #page #infinite-footer #main .sharedaddy {
  border-radius: 5px !important; }

@media only screen and (min-width: 769px) and (max-width: 1020px) {
  .no-touch .full-image {
    max-width: 100%;
    margin-left: 0 !important; } }
@media only screen and (max-width: 768px) {
  .full-image {
    max-width: 100%;
    margin-left: 0 !important; } }
@media only screen and (max-device-width: 99999px) {
  .touch .full-image {
    max-width: 100%;
    margin-left: 0 !important; } }
.full-image img, .full-image img.alignleft, .full-image img.alignright {
  max-width: 100%;
  float: none;
  margin: 40px auto 30px auto; }
.full-image a:first-child img, .full-image a:first-child img.alignleft, .full-image a:first-child img.alignright {
  margin-top: 0; }

article:not(.portfolio-post) .full-image {
  margin-left: 0 !important;
  width: auto !important;
  max-width: 100%; }

.aligncenter {
  margin: auto;
  display: block; }

.sticky {
  /* Empty selector for Wordpress */ }

.gallery-caption {
  /* Empty selector for Wordpress */ }

.infinite-wrap article:first-child {
  border-top: 1px solid #ececec;
  border-top: 1px solid rgba(208, 209, 208, 0.4);
  margin: 40px 0;
  padding-top: 33px; }

.js .page-template-page-cover #page, .js .page-template-portfolio #page, .js .tax-portfolio-type #page {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out; }
.js .pace-done #page {
  opacity: 1; }

#content, #infinite-footer {
  word-wrap: break-word;
  /* Ensure old browsers get styled. */ }
  @media only screen and (min-width: 769px) {
    .no-touch #content, .no-touch #infinite-footer {
      margin: 0 0 0 270px;
      padding: 2.5vw 1.875vw 1.875vw; } }
  .lt-ie9 #content, .lt-ie9 #infinite-footer {
    margin: 0 0 0 270px;
    padding: 2.5vw 1.875vw 1.875vw; }
  @media only screen and (min-width: 1271px) {
    .no-touch #content, .no-touch #infinite-footer {
      margin: 0 0 0 22%; } }
  .page-template-portfolio #content, .page-template-portfolio #infinite-footer, .tax-portfolio-type #content, .tax-portfolio-type #infinite-footer, .single-portfolio #content, .single-portfolio #infinite-footer, .page-template-page-cover #content, .page-template-page-cover #infinite-footer {
    padding: 0; }

#main {
  position: relative;
  margin: 0 auto;
  max-width: 700px;
  display: block; }
  .page-template-portfolio-php #main, .tax-portfolio-type #main, .page-template-page-cover #main {
    max-width: none; }
  #main img {
    max-width: 100%;
    height: auto; }
  #main footer.post-meta {
    margin: 30px 0 0; }
    #main footer.post-meta p {
      margin: 0; }
  #main .page-header {
    padding-top: 6px; }
  #main .page-title {
    font-size: 14px;
    color: #999999;
    line-height: 17px;
    font-weight: normal;
    background: #F8F8F8;
    background: rgba(0, 0, 0, 0.025);
    padding: 10px 14px;
    margin: 0; }
    @media only screen and (min-width: 501px) and (max-width: 768px) {
      #main .page-title {
        margin: 0 5%; } }
    @media only screen and (min-width: 501px) and (max-device-width: 99999px) {
      .touch #main .page-title {
        margin: 0 5%; } }
  #main .post-title {
    font-size: 24px;
    line-height: 1.25em;
    word-wrap: break-word; }
  #main .post-meta {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px; }
    #main .post-meta a {
      border-bottom: 1px solid #ccc; }
    #main .post-meta a:hover {
      color: #444;
      border-color: inherit; }
  #main footer.post-meta a {
    border-bottom: 0; }
  #main .post-meta-wrap {
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      #main .post-meta-wrap {
        max-width: 700px;
        margin: auto; } }
    @media only screen and (max-device-width: 99999px) {
      .touch #main .post-meta-wrap {
        max-width: 700px;
        margin: auto; } }
    .archive #main .post-meta-wrap, .category #main .post-meta-wrap {
      margin-top: 20px; }
  #main div.post-meta {
    color: #AAAAAA;
    float: left;
    margin-top: 2px;
    width: 80%; }
  #main footer.post-meta ~ .post-meta-wrap {
    margin-top: 10px; }
  #main .post-title {
    margin-bottom: 0; }
  #main .gallery-item img {
    border: none; }
  #main .jetpack_subscription_widget #subscribe-field {
    padding: 8px !important;
    margin-bottom: 0;
    font-size: 13px; }
  #main fieldset {
    padding: 0;
    border: none;
    margin: 1em 0; }
  #main fieldset, #main form {
    color: #222;
    margin-top: 20px; }
    #main fieldset textarea, #main fieldset input[type='text'], #main fieldset input[type='email'], #main fieldset input[type='password'], #main form textarea, #main form input[type='text'], #main form input[type='email'], #main form input[type='password'] {
      width: 100%;
      margin-bottom: 19px;
      max-width: 100%;
      background: #FBFBFB;
      border: 1px solid #E3E3E3;
      outline: 0;
      font-size: 15px;
      padding: 10px;
      color: #666666; }
    #main fieldset input[type='password'], #main form input[type='password'] {
      width: 185px;
      padding: 6px;
      margin: 0 10px; }
    #main fieldset input[type='submit'], #main form input[type='submit'] {
      position: relative;
      top: -2px; }
    #main fieldset input[type='checkbox'], #main fieldset input[type='radio'], #main form input[type='checkbox'], #main form input[type='radio'] {
      margin-right: 6px;
      margin-left: 1px; }
    #main fieldset textarea:focus, #main fieldset input[type='text']:focus, #main fieldset input[type='email']:focus, #main fieldset input[type='password']:focus, #main form textarea:focus, #main form input[type='text']:focus, #main form input[type='email']:focus, #main form input[type='password']:focus {
      box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.12);
      border-color: #C5C5C5; }
    #main fieldset label, #main form label {
      font-weight: normal; }
    #main fieldset div label input, #main form div label input {
      height: 15px; }
    #main fieldset div textarea, #main form div textarea {
      resize: none;
      height: 140px; }
    #main fieldset div input, #main form div input {
      height: 40px; }
    #main fieldset input[type='submit'], #main form input[type='submit'] {
      border-radius: 40px;
      background: #222222;
      font-size: 15px;
      color: #FFFFFF;
      line-height: 33px;
      border: 0;
      padding: 0 30px;
      -webkit-transition: background 100ms ease-in;
              transition: background 100ms ease-in; }
      #main fieldset input[type='submit']:hover, #main form input[type='submit']:hover {
        background: #444; }

.post.aside .post-title {
  display: none; }
.post.quote {
  font-style: italic;
  font-size: 26px;
  line-height: 37px; }
.post.link .post-title span {
  height: 19px;
  width: 30px;
  display: inline-block; }

.gallery {
  margin: 20px -10px !important; }
  .gallery .gallery-item {
    padding: 10px 10px 0;
    margin: 10px 0 0; }
    .gallery .gallery-item dt a {
      border: none !important; }
  .gallery .gallery-item img {
    margin: 0;
    width: 100%; }
  .gallery .gallery-caption {
    padding: 0; }

.jetpack-slideshow .zilla-slideshow-slide {
  max-width: 100%; }

.tiled-gallery .tiled-gallery-item img {
  margin: 0 !important; }

.has-sidebar #main {
  /* Ensure old browsers get styled. */
  max-width: 960px; }
  @media only screen and (min-width: 1271px) {
    .no-touch .has-sidebar #main {
      padding-right: 260px; } }
  @media only screen and (min-width: 1021px) and (max-width: 1270px) {
    .no-touch .has-sidebar #main {
      padding-right: 260px; } }
  .lt-ie9 .has-sidebar #main {
    padding-right: 260px; }

/* Make sure smilies are always display: inline; */
.wp-smiley {
  display: inline !important;
  max-width: 100%;
  width: auto !important;
  margin: 0 !important; }

#page #main form .search-submit {
  background: url('images/search.png') no-repeat;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  width: 18px;
  color: transparent;
  text-indent: -4000px;
  float: left;
  position: relative;
  top: -21px;
  left: 10px;
  width: 13px;
  height: 13px;
  padding: 0; }
  @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    #page #main form .search-submit {
      /* on retina, use image that's scaled by 2 */
      background-image: url('images/search-2x.png');
      background-size: 13px 13px; } }
#page #main form .search-field {
  outline: 0;
  border-radius: 94px;
  background: #FBFBFB;
  border: 1px solid #E3E3E3;
  font-size: 13px;
  color: #CCCCCC;
  line-height: 16px;
  height: 30px;
  width: 100%;
  padding-left: 30px;
  padding-right: 10px;
  -webkit-transition: color 100ms ease-in;
          transition: color 100ms ease-in;
  box-sizing: border-box; }
  #page #main form .search-field:focus {
    border: 1px solid #c5c5c5; }
  #page #main form .search-field.placeholder {
    color: inherit;
    font-weight: inherit; }
  #page #main form .search-field:-moz-placeholder {
    color: inherit;
    font-weight: inherit; }
  #page #main form .search-field::-moz-placeholder {
    color: inherit;
    font-weight: inherit; }
  #page #main form .search-field:-ms-input-placeholder {
    color: inherit;
    font-weight: inherit; }
  #page #main form .search-field::-webkit-input-placeholder {
    color: inherit;
    font-weight: inherit; }
  #page #main form .search-field:focus {
    color: #666666; }
    #page #main form .search-field:focus.placeholder {
      color: #CCCCCC; }
    #page #main form .search-field:focus:-moz-placeholder {
      color: #CCCCCC; }
    #page #main form .search-field:focus::-moz-placeholder {
      color: #CCCCCC; }
    #page #main form .search-field:focus:-ms-input-placeholder {
      color: #CCCCCC; }
    #page #main form .search-field:focus::-webkit-input-placeholder {
      color: #CCCCCC; }
#page #main form .screen-reader-text {
  display: none; }
#page #main form.search-form label {
  display: block;
  max-width: 375px; }

.grav-clone {
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important; }

.edit-link {
  display: block;
  color: #aaa;
  font-size: 13px;
  margin: 10px 0 0; }
  @media only screen and (max-width: 768px) {
    .edit-link {
      max-width: 700px;
      margin: auto; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .edit-link {
      max-width: 700px;
      margin: auto; } }
  .edit-link a:hover {
    color: #000; }

#content .zilla-button, #infinite-footer .zilla-button, #content .zilla-button:visited, #infinite-footer .zilla-button:visited {
  background: transparent;
  border: 1px solid transaprent !important;
  box-shadow: none !important;
  font-family: 'Karla', sans-serif;
  text-shadow: none !important; }
  #content .zilla-button.square, #infinite-footer .zilla-button.square, #content .zilla-button:visited.square, #infinite-footer .zilla-button:visited.square {
    border-radius: 0 !important; }
  #content .zilla-button.grey, #infinite-footer .zilla-button.grey, #content .zilla-button:visited.grey, #infinite-footer .zilla-button:visited.grey {
    border: 1px solid #999 !important;
    color: #999 !important; }
    #content .zilla-button.grey:hover, #infinite-footer .zilla-button.grey:hover, #content .zilla-button:visited.grey:hover, #infinite-footer .zilla-button:visited.grey:hover {
      background: #999;
      color: #ffffff !important; }
  #content .zilla-button.blue, #infinite-footer .zilla-button.blue, #content .zilla-button:visited.blue, #infinite-footer .zilla-button:visited.blue {
    border: 1px solid #3981e6 !important;
    color: #3981e6 !important; }
    #content .zilla-button.blue:hover, #infinite-footer .zilla-button.blue:hover, #content .zilla-button:visited.blue:hover, #infinite-footer .zilla-button:visited.blue:hover {
      background: #3981e6;
      color: #ffffff !important; }
  #content .zilla-button.red, #infinite-footer .zilla-button.red, #content .zilla-button:visited.red, #infinite-footer .zilla-button:visited.red {
    border: 1px solid #f2505d !important;
    color: #f2505d !important; }
    #content .zilla-button.red:hover, #infinite-footer .zilla-button.red:hover, #content .zilla-button:visited.red:hover, #infinite-footer .zilla-button:visited.red:hover {
      background: #f2505d;
      color: #ffffff !important; }
  #content .zilla-button.orange, #infinite-footer .zilla-button.orange, #content .zilla-button:visited.orange, #infinite-footer .zilla-button:visited.orange {
    border: 1px solid #f2a150 !important;
    color: #f2a150 !important; }
    #content .zilla-button.orange:hover, #infinite-footer .zilla-button.orange:hover, #content .zilla-button:visited.orange:hover, #infinite-footer .zilla-button:visited.orange:hover {
      background: #f2a150;
      color: #ffffff !important; }
  #content .zilla-button.light-blue, #infinite-footer .zilla-button.light-blue, #content .zilla-button:visited.light-blue, #infinite-footer .zilla-button:visited.light-blue {
    border: 1px solid #50bcf2 !important;
    color: #50bcf2 !important; }
    #content .zilla-button.light-blue:hover, #infinite-footer .zilla-button.light-blue:hover, #content .zilla-button:visited.light-blue:hover, #infinite-footer .zilla-button:visited.light-blue:hover {
      background: #50bcf2;
      color: #ffffff !important; }
  #content .zilla-button.purple, #infinite-footer .zilla-button.purple, #content .zilla-button:visited.purple, #infinite-footer .zilla-button:visited.purple {
    border: 1px solid #b45cf2 !important;
    color: #b45cf2 !important; }
    #content .zilla-button.purple:hover, #infinite-footer .zilla-button.purple:hover, #content .zilla-button:visited.purple:hover, #infinite-footer .zilla-button:visited.purple:hover {
      background: #b45cf2;
      color: #ffffff !important; }
  #content .zilla-button.black, #infinite-footer .zilla-button.black, #content .zilla-button:visited.black, #infinite-footer .zilla-button:visited.black {
    border: 1px solid #54544d !important;
    color: #54544d !important; }
    #content .zilla-button.black:hover, #infinite-footer .zilla-button.black:hover, #content .zilla-button:visited.black:hover, #infinite-footer .zilla-button:visited.black:hover {
      background: #54544d;
      color: #ffffff !important; }
  #content .zilla-button.green, #infinite-footer .zilla-button.green, #content .zilla-button:visited.green, #infinite-footer .zilla-button:visited.green {
    border: 1px solid #78cc4e !important;
    color: #78cc4e !important; }
    #content .zilla-button.green:hover, #infinite-footer .zilla-button.green:hover, #content .zilla-button:visited.green:hover, #infinite-footer .zilla-button:visited.green:hover {
      background: #78cc4e;
      color: #ffffff !important; }

#content .zilla-tabs .zilla-nav li a, #infinite-footer .zilla-tabs .zilla-nav li a {
  background: #f7f7f7;
  border: 1px solid #d9d9d9 !important;
  border-bottom: none !important;
  color: #999 !important; }
#content .zilla-tabs .zilla-nav .ui-tabs-selected a, #infinite-footer .zilla-tabs .zilla-nav .ui-tabs-selected a, #content .zilla-tabs .zilla-nav .ui-tabs-active a, #infinite-footer .zilla-tabs .zilla-nav .ui-tabs-active a {
  background: #ffffff;
  border: 1px solid #d9d9d9 !important;
  border-bottom: none !important;
  color: #000 !important; }
#content .zilla-tabs .zilla-tab, #infinite-footer .zilla-tabs .zilla-tab {
  border: 1px solid #d9d9d9; }
#content .zilla-toggle .zilla-toggle-title, #infinite-footer .zilla-toggle .zilla-toggle-title {
  padding-left: 40px;
  background: #f7f7f7;
  border-color: #d9d9d9;
  font-weight: 700; }
#content .zilla-toggle-inner, #infinite-footer .zilla-toggle-inner {
  padding-right: 40px;
  padding-left: 40px;
  border: 1px solid #d9d9d9;
  border-top: none; }

@media only screen and (max-width: 600px) {
  .zilla-one-half, .zilla-one-third, .zilla-two-third, .zilla-three-fourth, .zilla-one-fourth, .zilla-one-fifth, .zilla-two-fifth, .zilla-three-fifth, .zilla-four-fifth, .zilla-one-sixth, .zilla-five-sixth {
    width: 100% !important; } }

.site-footer {
  font-size: 11px;
  line-height: 23px;
  clear: both;
  /* Ensure old browsers get styled. */ }
  @media only screen and (min-width: 769px) {
    .no-touch .site-footer {
      margin-top: 20px; } }
  .lt-ie9 .site-footer {
    margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .site-footer {
      padding: 40px 5% 5% 5%;
      border-top: 1px solid #ececec;
      border-top: 1px solid rgba(208, 209, 208, 0.4); } }
  @media only screen and (max-device-width: 99999px) {
    .touch .site-footer {
      padding: 40px 5% 5% 5%;
      border-top: 1px solid #ececec;
      border-top: 1px solid rgba(208, 209, 208, 0.4); } }
  @media only screen and (max-width: 500px) {
    .site-footer {
      padding: 20px; } }
  .is-portfolio-permalink .site-footer {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto; }
  .site-footer .site-info-wrap {
    /* Ensure old browsers get styled. */ }
    @media only screen and (min-width: 769px) {
      .no-touch .site-footer .site-info-wrap {
        margin: auto; } }
    .lt-ie9 .site-footer .site-info-wrap {
      margin: auto; }
    @media only screen and (max-width: 768px) {
      .site-footer .site-info-wrap {
        margin: auto;
        text-align: center;
        max-width: 100%; } }
    @media only screen and (max-device-width: 99999px) {
      .touch .site-footer .site-info-wrap {
        margin: auto;
        text-align: center;
        max-width: 100%; } }
  .site-footer .site-info {
    color: #BBBBBB;
    font-size: 11px; }
    .site-footer .site-info a, .site-footer .site-info p {
      color: #C1C1C1;
      display: inline; }
    .site-footer .site-info a:hover {
      color: #888; }
  .page-template-portfolio .site-footer, .tax-portfolio-type .site-footer, .single-portfolio .site-footer, .page-template-page-cover .site-footer {
    /* Ensure old browsers get styled. */ }
    @media only screen and (max-width: 768px) {
      .page-template-portfolio .site-footer, .tax-portfolio-type .site-footer, .single-portfolio .site-footer, .page-template-page-cover .site-footer {
        margin-top: 40px; } }
    @media only screen and (max-device-width: 99999px) {
      .touch .page-template-portfolio .site-footer, .touch .tax-portfolio-type .site-footer, .touch .single-portfolio .site-footer, .touch .page-template-page-cover .site-footer {
        margin-top: 40px; } }
    @media only screen and (min-width: 769px) {
      .no-touch .page-template-portfolio .site-footer, .no-touch .tax-portfolio-type .site-footer, .no-touch .single-portfolio .site-footer, .no-touch .page-template-page-cover .site-footer {
        padding: 1.875vw; } }
    .lt-ie9 .page-template-portfolio .site-footer, .lt-ie9 .tax-portfolio-type .site-footer, .lt-ie9 .single-portfolio .site-footer, .lt-ie9 .page-template-page-cover .site-footer {
      padding: 1.875vw; }

.navigation {
  width: 100%;
  /* Ensure old browsers get styled. */ }
  @media only screen and (max-width: 768px) {
    .navigation {
      padding: 20px 5%; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .navigation {
      padding: 20px 5%; } }
  @media only screen and (max-width: 500px) {
    .navigation {
      padding-right: 20px;
      padding-left: 20px;
      border-bottom: 1px solid #ececec;
      border-bottom: 1px solid rgba(208, 209, 208, 0.4); } }
  @media only screen and (min-width: 769px) {
    .no-touch .navigation {
      margin: 50px auto 40px auto;
      max-width: 700px; } }
  .lt-ie9 .navigation {
    margin: 50px auto 40px auto;
    max-width: 700px; }
  .lt-ie9 .navigation {
    max-width: none !important; }
  .navigation div {
    display: inline; }
  .navigation a {
    font-size: 15px;
    color: #555555;
    line-height: 23px;
    margin-bottom: 26px; }
    .navigation a:hover {
      color: #666666; }
  .navigation .divider {
    color: #555555; }

#infinite-handle {
  margin: 50px auto 40px auto; }
  #infinite-handle span {
    background: none;
    padding: 0;
    font-size: 15px;
    color: #555555;
    line-height: 23px;
    margin-bottom: 26px; }
    #infinite-handle span:hover {
      color: #666666; }
  @media only screen and (min-width: 501px) and (max-width: 768px) {
    #infinite-handle {
      margin-left: 30px;
      margin-right: 30px; } }
  @media only screen and (min-width: 501px) and (max-device-width: 99999px) {
    .touch #infinite-handle {
      margin-left: 30px;
      margin-right: 30px; } }
  @media only screen and (max-width: 500px) {
    #infinite-handle {
      margin-left: 20px;
      margin-right: 20px; } }

.infinite-scroll .navigation {
  display: none; }

#infinite-footer {
  position: fixed !important;
  background: none;
  /* Ensure old browsers get styled. */ }
  @media only screen and (min-width: 769px) {
    .no-touch #infinite-footer {
      width: calc(100% - 270px);
      padding: 0 3% !important; } }
  .lt-ie9 #infinite-footer {
    width: calc(100% - 270px);
    padding: 0 3% !important; }
  @media only screen and (min-width: 1271px) {
    .no-touch #infinite-footer {
      width: 78%; } }
  .has-sidebar #infinite-footer {
    /* Ensure old browsers get styled. */ }
    @media only screen and (min-width: 769px) {
      .no-touch .has-sidebar #infinite-footer {
        padding-right: calc(3% + 260px) !important; } }
    .lt-ie9 .has-sidebar #infinite-footer {
      padding-right: calc(3% + 260px) !important; }
    @media only screen and (min-width: 769px) and (max-width: 1020px) {
      .no-touch .has-sidebar #infinite-footer {
        padding-right: 3% !important; } }
  #infinite-footer .container {
    border: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.0980392);
    /* Ensure old browsers get styled. */ }
    @media only screen and (min-width: 769px) {
      .no-touch #infinite-footer .container {
        max-width: 700px; } }
    .lt-ie9 #infinite-footer .container {
      max-width: 700px; }
    @media only screen and (max-width: 768px) {
      #infinite-footer .container {
        padding: 0 5%; } }
    @media only screen and (max-device-width: 99999px) {
      .touch #infinite-footer .container {
        padding: 0 5%; } }
  #infinite-footer .blog-info a {
    color: #111;
    font-size: 14px;
    font-weight: bold; }
  #infinite-footer .blog-credits {
    color: #888;
    font-size: 12px;
    text-align: right; }
    #infinite-footer .blog-credits a {
      color: inherit; }

.comments-area {
  max-width: 700px;
  margin: 30px auto;
  padding-top: 30px;
  border-top: 1px solid #ECECEC; }
  .has-sidebar .comments-area {
    max-width: auto; }
  .comments-area #cancel-comment-reply-link {
    color: #AAA;
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
    margin-left: 5px; }
  .comments-area h2, .comments-area h2 a {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase; }
    .comments-area h2 .post-name, .comments-area h2 a .post-name {
      font-style: italic; }
  .comments-area ul, .comments-area ol {
    list-style: none; }
  .comments-area .comment-list {
    padding: 0; }
    .comments-area .comment-list .children {
      padding: 0 0 0 60px; }
  .comments-area .comment {
    position: relative; }
    .comments-area .comment .comment-content {
      font-size: 15px;
      line-height: 24px; }
      .comments-area .comment .comment-content p:first-child {
        margin-top: 10px; }
      .comments-area .comment .comment-content p:last-child {
        margin-bottom: 15px; }
  .comments-area .bypostauthor > .comment-body {
    background: #F8F8F8;
    background: rgba(0, 0, 0, 0.025); }
  .comments-area .comment-body {
    margin-left: -16px;
    margin-top: 23px;
    margin-bottom: 31px;
    padding: 12px 0 19px 76px;
    /* The reply to comment link */ }
    .comments-area .comment-body a:link {
      color: #222222; }
    .comments-area .comment-body a:hover {
      color: #AAAAAA; }
    .comments-area .comment-body .reply {
      font-size: 13px; }
      .comments-area .comment-body .reply:link, .comments-area .comment-body .reply:active {
        color: #AAAAAA; }
      .comments-area .comment-body .reply:hover {
        color: #666666; }
  .comments-area .comment-metadata a time {
    color: #AAA; }
  .comments-area .comment-author, .comments-area .comment-author a {
    font-weight: 700;
    font-size: 15px;
    color: #222222;
    line-height: 18px; }
    .comments-area .comment-author cite, .comments-area .comment-author a cite {
      font-style: normal;
      font-weight: bold; }
    .comments-area .comment-author span, .comments-area .comment-author a span {
      font-style: italic; }
    .comments-area .comment-author .avatar, .comments-area .comment-author a .avatar {
      position: absolute;
      top: 12px;
      left: 0;
      width: 42px;
      height: 42px; }
  .comments-area .comment-metadata {
    font-size: 13px;
    color: #AAAAAA;
    line-height: 2em;
    margin: 2px 0 0 0; }
  .comments-area .comment-box {
    width: 100%;
    height: 115px;
    outline: none;
    background: #FBFBFB;
    border: 1px solid #C8C8C8;
    resize: none;
    font-size: 15px;
    line-height: 17px;
    padding: 11px 14px; }
  .comments-area .comment-button {
    font-weight: 700;
    font-size: 14px;
    border-radius: 40px;
    background: #222222;
    line-height: 17px;
    width: 124px;
    height: 32px;
    border: none;
    float: right;
    margin: 25px 12px; }
  .comments-area .login {
    font-size: 13px;
    padding: 22px 0px;
    background: #F8F8F8; }
    .comments-area .login p {
      line-height: 16px;
      margin: 0 0 0 54px; }
  .comments-area #respond {
    margin-top: 60px; }
    .comments-area #respond a:hover {
      color: #000; }
  .comments-area #respond:first-child {
    margin-top: 0; }
  .comments-area #commentform iframe {
    width: 100%; }
  .comments-area #reply-title {
    margin-top: 0; }
  .comments-area .comments-title {
    margin-top: 0; }
    .comments-area .comments-title span {
      font-style: italic; }
  .comments-area .comment-form .form-allowed-tags, .comments-area .comment-form .comment-notes {
    display: none; }
  .comments-area .comment-form label {
    margin-bottom: 7px;
    display: block; }
  .comments-area .comment-form p {
    margin: 0; }
  .comments-area .comment-form .comment-form-author {
    margin-top: 20px; }
  .comments-area .comment-form .required {
    color: #DF1B1B; }
  .comments-area .comment-form .logged-in-as {
    color: #AAAAAA;
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: -10px; }
  .comments-area .comment-form .comment-subscription-form {
    font-size: 15px;
    color: #666; }
  .comments-area .comment-form script + .comment-subscription-form {
    margin-top: 20px; }
  .comments-area .comment-form .comment-subscription-form + .comment-subscription-form {
    margin-top: 5px; }

#gallery {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 1.875vw;
  padding-top: 50px;
  -webkit-transition: padding 0.3s ease-out;
          transition: padding 0.3s ease-out;
  /* Ensure old browsers get styled. */ }
  @media only screen and (max-width: 500px) {
    #gallery {
      padding-right: 1.875vw; }
      #gallery .gallery-title {
        text-align: center; } }
  @media only screen and (min-width: 501px) and (max-width: 768px) {
    #gallery {
      padding-right: 5%;
      padding-left: 5%; } }
  @media only screen and (min-width: 501px) and (max-device-width: 99999px) {
    .touch #gallery {
      padding-right: 5%;
      padding-left: 5%; } }
  @media only screen and (min-width: 769px) {
    .no-touch #gallery {
      padding-left: 1.875vw;
      padding-right: 1.875vw;
      padding-bottom: 1.875vw; } }
  .lt-ie9 #gallery {
    padding-left: 1.875vw;
    padding-right: 1.875vw;
    padding-bottom: 1.875vw; }
  #gallery:not(.active) .gallery-inner div.featured {
    width: 100%; }
    #gallery:not(.active) .gallery-inner div.featured .gallery-tile {
      max-height: 66vh; }
  #gallery .gallery-inner {
    padding: 0 0 0 0;
    margin: 0;
    /* Ensure old browsers get styled. */ }
    @media only screen and (min-width: 1271px) {
      .no-touch #gallery .gallery-inner {
        margin-left: -1.875vw; } }
    @media only screen and (min-width: 1021px) and (max-width: 1270px) {
      .no-touch #gallery .gallery-inner {
        margin-left: -1.875vw; } }
    .lt-ie9 #gallery .gallery-inner {
      margin-left: -1.875vw; }
    @media only screen and (min-width: 769px) and (max-width: 1020px) {
      .no-touch #gallery .gallery-inner {
        margin-left: -1.875vw; } }
    @media only screen and (min-width: 501px) and (max-width: 768px) {
      #gallery .gallery-inner {
        margin-left: -1.875vw; } }
    @media only screen and (min-width: 501px) and (max-device-width: 99999px) {
      .touch #gallery .gallery-inner {
        margin-left: -1.875vw; } }
    #gallery .gallery-inner .type-portfolio {
      display: block;
      float: left;
      margin: 0;
      padding: 0;
      /* Ensure old browsers get styled. */ }
      @media only screen and (min-width: 769px) and (max-width: 1020px) {
        .no-touch #gallery .gallery-inner .type-portfolio {
          width: 50%; } }
      @media only screen and (min-width: 1021px) and (max-width: 1270px) {
        .no-touch #gallery .gallery-inner .type-portfolio {
          width: 50%; } }
      .lt-ie9 #gallery .gallery-inner .type-portfolio {
        width: 50%; }
      @media only screen and (min-width: 1271px) {
        .no-touch #gallery .gallery-inner .type-portfolio {
          width: 33.33333%; } }
      @media only screen and (max-width: 768px) {
        #gallery .gallery-inner .type-portfolio {
          width: 50%; } }
      @media only screen and (max-device-width: 99999px) {
        .touch #gallery .gallery-inner .type-portfolio {
          width: 50%; } }
    #gallery .gallery-inner .gallery-tile {
      margin-left: 1.875vw;
      margin-bottom: 1.875vw;
      background-color: #eee;
      position: relative; }
      .js #gallery .gallery-inner .gallery-tile {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out;
                transition: opacity 0.3s ease-out; }
        .js #gallery .gallery-inner .gallery-tile.reveal {
          opacity: 1; }
      #gallery .gallery-inner .gallery-tile .thumb-responsive img {
        position: absolute;
        top: 0;
        overflow: hidden;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      #gallery .gallery-inner .gallery-tile .hidden {
        visibility: hidden;
        height: 0;
        float: left; }
      #gallery .gallery-inner .gallery-tile .gallery-tile-padder {
        padding: 75% 0 0 0; }
      #gallery .gallery-inner .gallery-tile .gallery-tile-padder.portrait {
        padding: 133% 0 0 0; }
      #gallery .gallery-inner .gallery-tile .gallery-tile-padder.square {
        padding: 100% 0 0 0; }
    #gallery .gallery-inner .dimmer {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.84);
      -webkit-transition: opacity 0.2s ease-out;
              transition: opacity 0.2s ease-out;
      opacity: 0;
      cursor: pointer; }
      #gallery .gallery-inner .dimmer:hover {
        opacity: 1; }
        #gallery .gallery-inner .dimmer:hover .post-title {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); }
      @media only screen and (max-width: 768px) {
        #gallery .gallery-inner .dimmer {
          opacity: 0 !important; } }
      @media only screen and (max-device-width: 99999px) {
        .touch #gallery .gallery-inner .dimmer {
          opacity: 0 !important; } }
    #gallery .gallery-inner .post-title {
      text-transform: none;
      font-size: 15px;
      font-weight: 500;
      padding-right: 25px;
      color: #151515;
      line-height: 18px;
      position: relative;
      top: 11px;
      left: 14px;
      margin: 0;
      display: block; }
  #gallery .jetpack-gallery, #gallery iframe, #gallery .tiled-gallery {
    display: none; }
  #gallery .sharedaddy iframe {
    display: block; }
  .gapless-portfolio #gallery {
    margin: 0;
    padding: 0; }
    .gapless-portfolio #gallery .gallery-inner {
      margin: 0; }
      .gapless-portfolio #gallery .gallery-inner .gallery-tile {
        margin: -1px; }
  .no-filters #gallery {
    padding-top: 0; }

.page-template-portfolio-php .navigation {
  display: block !important;
  margin: 0 0 40px;
  clear: both; }

#permalinks {
  margin: auto;
  overflow: hidden; }
  #permalinks .portfolio-post .tiled-gallery, #permalinks .portfolio-post .slideshow-window {
    display: none; }
  #permalinks.active {
    /* Ensure old browsers get styled. */ }
    @media only screen and (min-width: 769px) {
      .no-touch #permalinks.active {
        padding-top: 2.5vw; } }
    .lt-ie9 #permalinks.active {
      padding-top: 2.5vw; }

.page-template-portfolio-php main, #main.portfolio-post {
  max-width: 100%; }

#main .portfolio-post {
  display: none;
  width: 100%;
  margin: 5px 0 10px 0; }
  #main .portfolio-post:first-child .prev, #main .portfolio-post:first-child .prev span, #main .portfolio-post:last-child .next, #main .portfolio-post:last-child .next span {
    color: #AAAAAA;
    cursor: default; }
    #main .portfolio-post:first-child .prev:hover i[class^="icon-"], #main .portfolio-post:first-child .prev span:hover i[class^="icon-"], #main .portfolio-post:last-child .next:hover i[class^="icon-"], #main .portfolio-post:last-child .next span:hover i[class^="icon-"] {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  @media only screen and (max-width: 768px) {
    #main .portfolio-post .post-header {
      max-width: none; } }
  @media only screen and (max-device-width: 99999px) {
    .touch #main .portfolio-post .post-header {
      max-width: none; } }
  @media only screen and (max-width: 500px) {
    #main .portfolio-post .post-header {
      text-align: center; } }
  #main .portfolio-post .post-header .featured-image {
    margin: 0; }
    #main .portfolio-post .post-header .featured-image .thumb-responsive {
      display: block;
      line-height: 0; }
  .single-portfolio #main .portfolio-post .post-header {
    text-align: center;
    padding-top: 2.5vw; }
  #main .portfolio-post .post-title {
    /* Ensure old browsers get styled. */ }
    @media only screen and (min-width: 769px) {
      .no-touch #main .portfolio-post .post-title {
        margin-left: 1.875vw; } }
    .lt-ie9 #main .portfolio-post .post-title {
      margin-left: 1.875vw; }
  #main .portfolio-post .featured-media, #main .portfolio-post .featured-video {
    margin: 2.5vw auto;
    padding: 0 1.875vw;
    max-width: 100%;
    display: block; }
    #main .portfolio-post .featured-media > div, #main .portfolio-post .featured-video > div {
      margin: 0 auto; }
    #main .portfolio-post .featured-media .entry-audio, #main .portfolio-post .featured-video .entry-audio {
      margin-top: 1.875vw; }
    #main .portfolio-post .featured-media .thumb-responsive img, #main .portfolio-post .featured-video .thumb-responsive img {
      display: block;
      margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      #main .portfolio-post .featured-media, #main .portfolio-post .featured-video {
        padding: 0; } }
    @media only screen and (max-device-width: 99999px) {
      .touch #main .portfolio-post .featured-media, .touch #main .portfolio-post .featured-video {
        padding: 0; } }
    .gapless-portfolio #main .portfolio-post .featured-media, .gapless-portfolio #main .portfolio-post .featured-video {
      padding: 0; }
  #main .portfolio-post .permalink-navigation {
    margin-top: 5px;
    margin-bottom: 10px;
    float: right;
    /* Ensure old browsers get styled. */ }
    @media only screen and (max-width: 500px) {
      #main .portfolio-post .permalink-navigation {
        float: none; } }
    @media only screen and (min-width: 769px) {
      .no-touch #main .portfolio-post .permalink-navigation {
        margin-right: 1.875vw; } }
    .lt-ie9 #main .portfolio-post .permalink-navigation {
      margin-right: 1.875vw; }
    #main .portfolio-post .permalink-navigation span {
      line-height: 21px;
      cursor: pointer;
      color: #555;
      font-size: 14px; }
      #main .portfolio-post .permalink-navigation span span {
        display: none; }
        @media only screen and (min-width: 1271px) {
          .no-touch #main .portfolio-post .permalink-navigation span span {
            display: inline-block; } }
      #main .portfolio-post .permalink-navigation span i {
        position: relative;
        top: 1px;
        display: inline-block;
        -webkit-transition: -webkit-transform 0.2s ease-out;
                transition: transform 0.2s ease-out; }
    #main .portfolio-post .permalink-navigation .prev {
      margin-right: 40px; }
      #main .portfolio-post .permalink-navigation .prev i {
        margin-right: 10px; }
      #main .portfolio-post .permalink-navigation .prev:hover i {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); }
    #main .portfolio-post .permalink-navigation .next i {
      margin-left: 10px; }
    #main .portfolio-post .permalink-navigation .next:hover i {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
  #main .portfolio-post .post-summary, #main .portfolio-post .static-permalink, #main .portfolio-post .post-meta-wrap {
    max-width: 700px;
    margin: auto;
    /* Ensure old browsers get styled. */ }
    @media only screen and (min-width: 769px) {
      .no-touch #main .portfolio-post .post-summary, .no-touch #main .portfolio-post .static-permalink, .no-touch #main .portfolio-post .post-meta-wrap {
        padding: 0 1.875vw; } }
    .lt-ie9 #main .portfolio-post .post-summary, .lt-ie9 #main .portfolio-post .static-permalink, .lt-ie9 #main .portfolio-post .post-meta-wrap {
      padding: 0 1.875vw; }
    #main .portfolio-post .post-summary img, #main .portfolio-post .static-permalink img, #main .portfolio-post .post-meta-wrap img {
      max-width: 100%;
      height: auto; }
  #main .portfolio-post .static-permalink {
    margin-bottom: 35px;
    float: left; }
    #main .portfolio-post .static-permalink .filed-under:before {
      content: '\0000a0\0000a0/\0000a0';
      color: #ddd; }
    #main .portfolio-post .static-permalink a {
      color: #aaa;
      font-size: 13px;
      border-bottom: 1px solid #CCC; }
      #main .portfolio-post .static-permalink a:hover {
        color: #444; }
    #main .portfolio-post .static-permalink .edit-link-wrap {
      margin-top: 10px; }
      #main .portfolio-post .static-permalink .edit-link-wrap a {
        border-bottom: none; }
  #main .portfolio-post .filed-under {
    display: inline-block;
    color: #aaa;
    font-size: 13px; }
    #main .portfolio-post .filed-under a {
      color: #aaa;
      font-size: 13px;
      border-bottom: 1px solid #CCC; }
      #main .portfolio-post .filed-under a:hover {
        color: #444; }

.zilla-gallery {
  overflow: hidden; }
  .zilla-gallery figure {
    margin: 0;
    height: 100%;
    width: 100%; }
    .zilla-gallery figure figcaption {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 1vw;
      font-size: 13px;
      text-align: center; }
      @media only screen and (max-width: 500px) {
        .zilla-gallery figure figcaption {
          font-size: 11px;
          padding: 2vw; } }
      .zilla-gallery figure figcaption.no-caption {
        display: none; }
      .zilla-gallery figure figcaption.dark {
        color: #000;
        background: rgba(255, 255, 255, 0.66); }
      .zilla-gallery figure figcaption.light {
        color: #fff;
        background: rgba(0, 0, 0, 0.66); }
      .zilla-gallery figure figcaption .description:before {
        content: '- '; }
  .zilla-gallery picture {
    width: 100%;
    height: 100%; }
  .zilla-gallery img {
    margin: 0 auto;
    width: 100%; }
  .zilla-gallery .cycle-prev, .zilla-gallery .cycle-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 500;
    cursor: pointer;
    font-size: 3em;
    opacity: 0.2;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
    .zilla-gallery .cycle-prev i, .zilla-gallery .cycle-next i {
      color: #fff; }
  .zilla-gallery .cycle-prev {
    left: 1.875vw; }
  .zilla-gallery .cycle-next {
    right: 1.875vw; }
  .zilla-gallery:hover .cycle-prev, .zilla-gallery:hover .cycle-next {
    opacity: 0.9; }
  .zilla-gallery.slideshow img {
    display: inherit;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden; }
  .zilla-gallery.stacked {
    margin-top: 1.875vw;
    clear: left; }
    .zilla-gallery.stacked figure {
      position: relative;
      margin-bottom: 1.875vw; }
      .zilla-gallery.stacked figure:last-child {
        margin-bottom: 0; }
    .zilla-gallery.stacked .cycle-prev, .zilla-gallery.stacked .cycle-next {
      display: none; }

.portfolio-entry-meta dd, .portfolio-entry-meta dt {
  display: inline-block;
  font-size: 13px; }
.portfolio-entry-meta dd {
  margin: 0 10px 0 0;
  color: #aaa; }

.btn-wrap {
  width: 100% !important; }

.btn-load-more {
  margin: 0 auto;
  display: block;
  background: none;
  border: none;
  font-size: 14px;
  padding: 1.875vw 0 !important;
  text-align: center;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease; }
  @media only screen and (max-width: 768px) {
    .btn-load-more {
      padding: 40px 0 !important; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .btn-load-more {
      padding: 40px 0 !important; } }
  .btn-load-more:hover {
    color: #000; }
  .btn-load-more:focus, .btn-load-more:active {
    outline: none; }
  .btn-load-more i {
    vertical-align: middle; }

.filter-spacer {
  width: 100% !important;
  top: auto !important;
  bottom: 100% !important;
  right: 0 !important;
  left: 0 !important; }

.portfolio-filters {
  position: absolute;
  bottom: 0 !important;
  width: 100%;
  z-index: 1;
  background: #fff;
  padding: 1.875vw 110px 1.875vw 1.875vw;
  -webkit-transition: -webkit-transform 0.3s ease-out;
          transition: transform 0.3s ease-out; }
  @media only screen and (min-width: 501px) and (max-width: 768px) {
    .portfolio-filters {
      padding: 5% 120px 5% 5%; } }
  @media only screen and (min-width: 501px) and (max-device-width: 99999px) {
    .touch .portfolio-filters {
      padding: 5% 120px 5% 5%; } }
  .portfolio-filters.show {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
    .portfolio-filters.show .filter-toggle {
      bottom: 50%;
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%); }
      .portfolio-filters.show .filter-toggle .close {
        display: inline; }
      .portfolio-filters.show .filter-toggle .open {
        display: none; }
    .portfolio-filters.show .filter-terms-list {
      opacity: 1; }
  .portfolio-filters.pinned {
    top: auto !important;
    bottom: 100% !important;
    right: 0 !important;
    width: auto;
    /* Ensure old browsers get styled. */ }
    @media only screen and (min-width: 769px) {
      .no-touch .portfolio-filters.pinned {
        left: 270px !important; } }
    .lt-ie9 .portfolio-filters.pinned {
      left: 270px !important; }
    @media only screen and (min-width: 1271px) {
      .no-touch .portfolio-filters.pinned {
        left: 22% !important; } }
  .portfolio-filters .filter-toggle {
    display: block;
    position: absolute;
    bottom: -29px;
    right: 1.875vw;
    background: #fff;
    border: none;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
    @media only screen and (min-width: 501px) and (max-width: 768px) {
      .portfolio-filters .filter-toggle {
        right: 5%; } }
    @media only screen and (min-width: 501px) and (max-device-width: 99999px) {
      .touch .portfolio-filters .filter-toggle {
        right: 5%; } }
    .portfolio-filters .filter-toggle:hover {
      color: #000; }
    .portfolio-filters .filter-toggle:focus {
      outline: none; }
    .portfolio-filters .filter-toggle .close {
      display: none; }
  .portfolio-filters .filter-terms-list {
    list-style: none;
    max-width: 600px;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
            transition: opacity 0.3s ease-out; }
    .portfolio-filters .filter-terms-list li {
      display: inline-block;
      margin-bottom: 5px; }
      .portfolio-filters .filter-terms-list li:not(:last-child) {
        margin-right: 4px; }
        .portfolio-filters .filter-terms-list li:not(:last-child):after {
          content: ','; }
      .portfolio-filters .filter-terms-list li input[type="checkbox"] {
        visibility: hidden;
        position: absolute; }
        .portfolio-filters .filter-terms-list li input[type="checkbox"]:checked + label {
          text-decoration: underline; }
      .portfolio-filters .filter-terms-list li label {
        cursor: pointer; }
        .portfolio-filters .filter-terms-list li label:hover {
          color: #000; }

.archive article, .search article {
  margin: 30px 0; }
  .archive article:first-child, .search article:first-child {
    margin-top: 0; }
.archive .infinite-scroll .sharedaddy, .search .infinite-scroll .sharedaddy {
  display: none; }
.archive main div.post-meta, .search main div.post-meta {
  margin-bottom: 0; }
.archive .archive-item, .search .archive-item {
  padding-top: 30px; }
  .archive .archive-item .post-summary, .search .archive-item .post-summary {
    line-height: 1.6em;
    font-size: 15px; }
.archive .archive-item:last-of-type, .search .archive-item:last-of-type {
  margin-bottom: 30px; }
.archive .sharedaddy-wrap, .search .sharedaddy-wrap {
  float: right;
  top: -20px; }
  .archive .sharedaddy-wrap .share-wrap, .archive .sharedaddy-wrap .likes-wrap, .search .sharedaddy-wrap .share-wrap, .search .sharedaddy-wrap .likes-wrap {
    bottom: 35px; }
.archive .has-image .post-header, .archive .has-image .post-summary, .archive .has-image .edit-link, .search .has-image .post-header, .search .has-image .post-summary, .search .has-image .edit-link {
  float: right;
  /* Ensure old browsers get styled. */ }
  @media only screen and (min-width: 769px) {
    .no-touch .archive .has-image .post-header, .no-touch .archive .has-image .post-summary, .no-touch .archive .has-image .edit-link, .no-touch .search .has-image .post-header, .no-touch .search .has-image .post-summary, .no-touch .search .has-image .edit-link {
      width: 60%; } }
  .lt-ie9 .archive .has-image .post-header, .lt-ie9 .archive .has-image .post-summary, .lt-ie9 .archive .has-image .edit-link, .lt-ie9 .search .has-image .post-header, .lt-ie9 .search .has-image .post-summary, .lt-ie9 .search .has-image .edit-link {
    width: 60%; }
  @media only screen and (max-width: 768px) {
    .archive .has-image .post-header, .archive .has-image .post-summary, .archive .has-image .edit-link, .search .has-image .post-header, .search .has-image .post-summary, .search .has-image .edit-link {
      width: 60%; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .archive .has-image .post-header, .touch .archive .has-image .post-summary, .touch .archive .has-image .edit-link, .touch .search .has-image .post-header, .touch .search .has-image .post-summary, .touch .search .has-image .edit-link {
      width: 60%; } }
  @media only screen and (max-width: 500px) {
    .archive .has-image .post-header, .archive .has-image .post-summary, .archive .has-image .edit-link, .search .has-image .post-header, .search .has-image .post-summary, .search .has-image .edit-link {
      width: 100%; } }
.archive .continue-link, .search .continue-link {
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  line-height: 15px;
  background: #222;
  color: white;
  padding: 4px 7px;
  border-radius: 4px;
  display: inline-block; }
  .archive .continue-link:first-child, .search .continue-link:first-child {
    margin-top: 20px; }
  .archive .continue-link:hover, .search .continue-link:hover {
    background: #444; }
.archive .featured-image-wrap, .search .featured-image-wrap {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  /* Ensure old browsers get styled. */ }
  @media only screen and (min-width: 769px) {
    .no-touch .archive .featured-image-wrap, .no-touch .search .featured-image-wrap {
      width: 35%;
      height: 0;
      padding-top: 35%;
      max-width: 240px;
      max-height: 240px;
      overflow: hidden;
      float: left; } }
  .lt-ie9 .archive .featured-image-wrap, .lt-ie9 .search .featured-image-wrap {
    width: 35%;
    height: 0;
    padding-top: 35%;
    max-width: 240px;
    max-height: 240px;
    overflow: hidden;
    float: left; }
  .lt-ie9 .archive .featured-image-wrap, .lt-ie9 .search .featured-image-wrap {
    max-width: none !important;
    max-height: none !important; }
  @media only screen and (max-width: 768px) {
    .archive .featured-image-wrap, .search .featured-image-wrap {
      width: 35%;
      height: 0;
      padding-top: 35%;
      max-width: 240px;
      max-height: 240px;
      overflow: hidden;
      float: left; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .archive .featured-image-wrap, .touch .search .featured-image-wrap {
      width: 35%;
      height: 0;
      padding-top: 35%;
      max-width: 240px;
      max-height: 240px;
      overflow: hidden;
      float: left; } }
  @media only screen and (max-width: 500px) {
    .archive .featured-image-wrap, .search .featured-image-wrap {
      width: 100%;
      height: 0;
      padding-top: 100%;
      max-width: 100%;
      max-height: 100%;
      overflow: visible;
      float: none;
      margin-bottom: 40px; } }

.archive-image {
  display: none; }

.no-results .page-content {
  margin: 35px 0; }

.social-icons {
  position: relative;
  margin-bottom: 20px;
  /* Ensure old browsers get styled. */ }
  @media only screen and (min-width: 769px) {
    .reduce-margin .no-touch .social-icons {
      margin-bottom: -4px; } }
  .reduce-margin .lt-ie9 .social-icons {
    margin-bottom: -4px; }
  @media only screen and (max-width: 500px) {
    .social-icons {
      text-align: center; }
      .social-icons .outer {
        position: relative;
        left: 18px; } }
  .social-icons.no-pop-up .show-all {
    display: none; }
  .social-icons.no-pop-up .outer {
    left: 3px; }
  .social-icons.showing .inner {
    display: block; }
  @media only screen and (max-width: 768px) {
    .social-icons.showing .outer {
      display: none; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .social-icons.showing .outer {
      display: none; } }
  .social-icons a {
    display: inline-block; }
  .social-icons .show-all {
    display: inline-block;
    cursor: pointer;
    text-indent: -1000000px; }
  .social-icons .outer {
    /* Ensure old browsers get styled. */ }
    @media only screen and (min-width: 769px) {
      .no-touch .social-icons .outer {
        min-width: 135px; } }
    .lt-ie9 .social-icons .outer {
      min-width: 135px; }
  .social-icons .inner {
    display: none;
    background-color: #fff;
    font-size: 0; }
    .social-icons .inner h3 {
      margin: 0 0 19px 0;
      font-size: 15px;
      color: #838383; }
      .social-icons .inner h3:after {
        content: ":"; }
  .social-icons a {
    width: 24px;
    height: 24px;
    text-indent: -100000px;
    margin: 0 4px 4px 0;
    opacity: 0.42; }
    .social-icons a:hover {
      opacity: 1; }
  .social-icons .inner {
    width: 246px;
    bottom: -17px;
    left: -22px;
    position: absolute;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.09);
    padding: 17px 14px 17px 22px; }
    .social-icons .inner h3 {
      font-size: 13px;
      margin-bottom: 15px; }
    .social-icons .inner .close-button {
      display: none;
      background-color: #0e0e0e;
      width: 26px;
      height: 26px;
      position: absolute;
      top: -13px;
      right: -13px;
      border-radius: 26px;
      color: #fff;
      font-size: 25px;
      font-weight: 200;
      line-height: 24px;
      text-indent: 6px;
      cursor: pointer; }
  .social-icons .youtube {
    background-image: url('images/social-icons.png');
    background-position: -96px 0px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .youtube {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .vimeo {
    background-image: url('images/social-icons.png');
    background-position: -120px 0px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .vimeo {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .svpply {
    background-image: url('images/social-icons.png');
    background-position: -144px 0px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .svpply {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .steam {
    background-image: url('images/social-icons.png');
    background-position: -168px 0px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .steam {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .twitter {
    background-image: url('images/social-icons.png');
    background-position: -192px 0px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .twitter {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .stumbleupon {
    background-image: url('images/social-icons.png');
    background-position: -216px 0px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .stumbleupon {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .spotify {
    background-image: url('images/social-icons.png');
    background-position: -240px 0px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .spotify {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .soundcloud {
    background-image: url('images/social-icons.png');
    background-position: -264px 0px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .soundcloud {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .skype {
    background-image: url('images/social-icons.png');
    background-position: -288px 0px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .skype {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .rdio {
    background-image: url('images/social-icons.png');
    background-position: -312px 0px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .rdio {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .pinterest {
    background-image: url('images/social-icons.png');
    background-position: -336px 0px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .pinterest {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .pinboard {
    background-image: url('images/social-icons.png');
    background-position: -360px 0px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .pinboard {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .myspace {
    background-image: url('images/social-icons.png');
    background-position: -96px -24px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .myspace {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .linkedin {
    background-image: url('images/social-icons.png');
    background-position: -120px -24px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .linkedin {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .lastfm {
    background-image: url('images/social-icons.png');
    background-position: -144px -24px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .lastfm {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .instagram {
    background-image: url('images/social-icons.png');
    background-position: -168px -24px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .instagram {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .google-plus {
    background-image: url('images/social-icons.png');
    background-position: -192px -24px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .google-plus {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .github {
    background-image: url('images/social-icons.png');
    background-position: -216px -24px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .github {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .foursquare {
    background-image: url('images/social-icons.png');
    background-position: -240px -24px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .foursquare {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .flickr {
    background-image: url('images/social-icons.png');
    background-position: -264px -24px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .flickr {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .facebook {
    background-image: url('images/social-icons.png');
    background-position: -288px -24px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .facebook {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .etsy {
    background-image: url('images/social-icons.png');
    background-position: -312px -24px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .etsy {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .dribbble {
    background-image: url('images/social-icons.png');
    background-position: -360px -24px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .dribbble {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .digg {
    background-image: url('images/social-icons.png');
    background-position: -96px -48px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .digg {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .deviantart {
    background-image: url('images/social-icons.png');
    background-position: -120px -48px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .deviantart {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .delicious {
    background-image: url('images/social-icons.png');
    background-position: -144px -48px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .delicious {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .behance {
    background-image: url('images/social-icons.png');
    background-position: -168px -48px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .behance {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .social-icons .bandcamp {
    background-image: url('images/social-icons.png');
    background-position: -192px -48px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .social-icons .bandcamp {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .youtube {
    background-image: url('images/social-icons.png');
    background-position: -96px -312px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .youtube {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .vimeo {
    background-image: url('images/social-icons.png');
    background-position: -120px -312px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .vimeo {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .svpply {
    background-image: url('images/social-icons.png');
    background-position: -144px -312px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .svpply {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .steam {
    background-image: url('images/social-icons.png');
    background-position: -168px -312px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .steam {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .twitter {
    background-image: url('images/social-icons.png');
    background-position: -192px -312px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .twitter {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .stumbleupon {
    background-image: url('images/social-icons.png');
    background-position: -216px -312px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .stumbleupon {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .spotify {
    background-image: url('images/social-icons.png');
    background-position: -240px -312px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .spotify {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .soundcloud {
    background-image: url('images/social-icons.png');
    background-position: -264px -312px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .soundcloud {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .skype {
    background-image: url('images/social-icons.png');
    background-position: -288px -312px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .skype {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .rdio {
    background-image: url('images/social-icons.png');
    background-position: -312px -312px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .rdio {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .pinterest {
    background-image: url('images/social-icons.png');
    background-position: -336px -312px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .pinterest {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .pinboard {
    background-image: url('images/social-icons.png');
    background-position: -360px -312px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .pinboard {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .myspace {
    background-image: url('images/social-icons.png');
    background-position: -96px -336px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .myspace {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .linkedin {
    background-image: url('images/social-icons.png');
    background-position: -120px -336px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .linkedin {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .lastfm {
    background-image: url('images/social-icons.png');
    background-position: -144px -336px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .lastfm {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .instagram {
    background-image: url('images/social-icons.png');
    background-position: -168px -336px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .instagram {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .google-plus {
    background-image: url('images/social-icons.png');
    background-position: -192px -336px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .google-plus {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .github {
    background-image: url('images/social-icons.png');
    background-position: -216px -336px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .github {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .foursquare {
    background-image: url('images/social-icons.png');
    background-position: -240px -336px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .foursquare {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .flickr {
    background-image: url('images/social-icons.png');
    background-position: -264px -336px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .flickr {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .facebook {
    background-image: url('images/social-icons.png');
    background-position: -288px -336px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .facebook {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .etsy {
    background-image: url('images/social-icons.png');
    background-position: -312px -336px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .etsy {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .email {
    background-image: url('images/social-icons.png');
    background-position: -336px -336px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .email {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .dribbble {
    background-image: url('images/social-icons.png');
    background-position: -360px -336px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .dribbble {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .digg {
    background-image: url('images/social-icons.png');
    background-position: -96px -360px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .digg {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .deviantart {
    background-image: url('images/social-icons.png');
    background-position: -120px -360px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .deviantart {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .delicious {
    background-image: url('images/social-icons.png');
    background-position: -144px -360px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .delicious {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .behance {
    background-image: url('images/social-icons.png');
    background-position: -168px -360px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .behance {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons .bandcamp {
    background-image: url('images/social-icons.png');
    background-position: -192px -360px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .inverted .social-icons .bandcamp {
        /* on retina, use image that's scaled by 2 */
        background-image: url('images/social-icons-2x.png');
        background-size: 384px 768px; } }
  .inverted .social-icons a {
    opacity: 1; }
    .inverted .social-icons a:hover {
      opacity: 0.75; }
  @media only screen and (max-width: 768px) {
    .social-icons {
      text-align: center; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .social-icons {
      text-align: center; } }

.no-touch .page-template-page-cover:before {
  content: '';
  background: #fff;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%; }
.page-template-page-cover.static .site-header-inner, .page-template-page-cover.static .site-footer, .page-template-page-cover.static .btn-scroll {
  display: none !important; }
.page-template-page-cover.static .site-header {
  width: 100%;
  margin: 0;
  border: 0; }
.page-template-page-cover.static .site-header-dimmer {
  height: 100vh; }
.page-template-page-cover.static #content, .page-template-page-cover.static #infinite-footer {
  margin-left: 0; }
.page-template-page-cover.static .cover-widgets {
  position: fixed;
  bottom: 10vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1; }
.page-template-page-cover .entry-audio {
  margin-top: 1.875vw; }

.page-template-page-cover #page {
  overflow: hidden;
  min-height: 100%; }
  .page-template-page-cover #page .featured-image {
    margin: 0; }
    .page-template-page-cover #page .featured-image .thumb-responsive img {
      width: 100%;
      display: block; }
  .page-template-page-cover #page .post-title {
    text-align: center; }
  .page-template-page-cover #page .post-bottom {
    margin-top: 1.875vw; }
    @media only screen and (max-width: 500px) {
      .page-template-page-cover #page .post-bottom {
        margin-top: 30px; } }

.page-template-page-cover #content, .page-template-page-cover #infinite-footer {
  position: relative;
  z-index: 11; }
  @media only screen and (max-width: 768px) {
    .page-template-page-cover #content, .page-template-page-cover #infinite-footer {
      position: static; } }
  @media only screen and (max-device-width: 99999px) {
    .touch .page-template-page-cover #content, .touch .page-template-page-cover #infinite-footer {
      position: static; } }

@media only screen and (max-width: 768px) {
  .has-scroll #cover-content {
    display: none; } }
@media only screen and (max-device-width: 99999px) {
  .touch .has-scroll #cover-content {
    display: none; } }
.page-template-page-cover #cover-content {
  opacity: 0; }
.pace-done #cover-content {
  opacity: 1; }
#cover-content header {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 80%; }
  @media only screen and (max-width: 500px) {
    #cover-content header {
      top: 20%; } }
  #cover-content header .site-title {
    font-size: 50px; }
  #cover-content header .site-description {
    font-size: 22px; }
#cover-content .btn-scroll {
  position: fixed;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  color: #000;
  font-size: 40px;
  width: 40px;
  display: block; }
  #cover-content .btn-scroll i {
    display: block;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease; }
  #cover-content .btn-scroll:hover i {
    -webkit-transform: translateY(30%) rotate(-90deg);
        -ms-transform: translateY(30%) rotate(-90deg);
            transform: translateY(30%) rotate(-90deg); }
.has-bg #cover-content .site-title, .has-bg #cover-content .site-description {
  color: #F5F5F5; }
.has-bg #cover-content .btn-scroll {
  color: #fff; }

.cover-widgets {
  clear: left;
  max-width: 700px;
  margin: 0 auto; }
  @media only screen and (max-width: 500px) {
    .cover-widgets {
      width: 80%; } }
  .cover-widgets .widget-title {
    text-align: center; }
  .cover-widgets ul {
    list-style: none;
    padding: 0;
    text-align: center; }
  .cover-widgets li {
    display: inline-block;
    vertical-align: top; }
    .cover-widgets li li {
      display: block;
      margin-left: 10px; }
    @media only screen and (max-width: 500px) {
      .cover-widgets li {
        margin: 0 0 15px 0;
        width: 100%;
        display: block; } }
    .cover-widgets li:hover {
      color: #000; }
    .cover-widgets li a {
      display: block;
      padding: 6px 10px;
      border: 1px solid;
      margin: 0 5px 5px; }
      @media only screen and (max-width: 768px) {
        .cover-widgets li a {
          padding-top: 10px;
          padding-bottom: 10px; } }
      @media only screen and (max-device-width: 99999px) {
        .touch .cover-widgets li a {
          padding-top: 10px;
          padding-bottom: 10px; } }
    .cover-widgets li.secondary {
      color: #aaa; }
      .cover-widgets li.secondary:hover {
        color: #8d8d8d; }
    .static.has-bg .cover-widgets li {
      color: #fff; }
      .static.has-bg .cover-widgets li:hover {
        opacity: 0.8; }
      .static.has-bg .cover-widgets li.secondary {
        color: #b3b3b3; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Karla', sans-serif;
  color: #666666;
  background-color: #FFFFFF; }
  body.custom-background.pace-running {
    background: transparent !important; }

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-weight: 700; }

h1 {
  font-size: 24px;
  line-height: 30px; }

h2 {
  font-size: 22px;
  line-height: 27px; }

h3 {
  font-size: 18px;
  line-height: 22px; }

h4 {
  font-size: 16px;
  line-height: 19px; }

h5 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px; }

h6 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ECECEC; }

hr {
  margin: 20px 0;
  border: 0;
  height: 0;
  border-top: 1px solid #ECECEC; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 100ms ease-in, border-color 100ms ease-in;
  transition: color 100ms ease-in, border-color 100ms ease-in; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid;
  box-shadow: none;
  padding: 3px 24px 3px 6px;
  background: url(images/iconfont/angle-down.svg) 94% 10px no-repeat; }

iframe {
  max-width: 100%; }

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

.clearfix:after {
  clear: both; }

#wpstats {
  display: none; }

.touch textarea, .touch input[type="text"], .touch input[type="email"], .touch input[type="search"], .touch input[type="password"] {
  -webkit-appearance: caret;
  -moz-appearance: caret;
  /* mobile firefox too! */ }

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }

  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }

  100% {
    opacity: 0.0; } }

.spinner-ring {
  display: inline-block;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #000;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
          animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8); }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
  -webkit-transition: -webkit-transform 0.1s linear;
          transition: transform 0.1s linear; }
