/**
Theme Name: Folio
Theme URI: http://www.press75.com/
Author: Press75
Author URI: http://www.press75.com/
Description: Folio Theme by Press75
Version: 3.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: folio
Tags:
*/
/* Variables
----------------------------------------- */
/* Colors */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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;
}

/* Mixins
-------------------------------------------------------------- */
/* Clearfix */
/* Font Size */
/* Transition */
/* Grid System
----------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* Basic Setup
----------------------------------------------- */
body {
  background: #3c3c3f;
  font-family: 'Lato', sans-serif;
  height: auto;
  width: auto;
  word-wrap: break-word;
}

* {
  box-sizing: border-box;
}

img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

a img.alignright {
  float: right;
  margin: 5px 0 5px 20px;
  width: auto;
}

a img.alignnone {
  margin: 5px 20px 5px 0;
  width: auto;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 5px 0;
  width: auto;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.wp-caption {
  background: none;
  border: none;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 10px 4px 5px;
}

.sticky,
.gallery-caption,
.bypostauthor {
  margin: 0;
  padding: 0;
}

/**
 * Form styling
 */
/* Gravity Forms */
.gfield .textarea,
.gfield input,
.gform_button.button {
  color: #000;
}

.gform_button.button {
  margin: 0;
  padding: 10px 0;
}

/* Jetpack Forms */
.pushbutton-wide,
.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"] {
  color: #000;
  padding: 5px 0;
}

.pushbutton-wide {
  border: none;
  border-radius: 0;
  padding: 10px 20px;
}

/* Contact Form 7 */
.wpcf7-form-control {
  color: #000;
  padding: 5px 0;
}
.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
}
.wpcf7-form-control.wpcf7-submit {
  border: none;
  border-radius: 0;
  padding: 10px 20px;
}

/* Ninja Forms */
.ninja-forms-field {
  color: #000;
  padding: 5px 0;
}
.ninja-forms-field[type="submit"] {
  border: none;
  border-radius: 0;
  padding: 10px 20px;
}

/* Typography
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 10px 0 5px;
  padding: 0;
}

h1 {
  color: #e1e1e1;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.5em;
}

h6 {
  text-transform: uppercase;
}

p {
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 10px 0 15px 0;
  padding: 0;
}

a {
  color: #b3b3b3;
  font-weight: 400;
}

ul li, ol li {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

blockquote {
  font-style: italic;
  line-height: 1.4;
  text-align: center;
  font-size: 1.8em;
}

/* Comments
----------------------------------------------- */
.comments-area {
  margin: 30px auto;
  max-width: 700px;
  width: 100%;
}

.comments-title {
  color: #ffffff;
  font-weight: 400;
  margin: 20px 0 10px;
  padding: 20px 0 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.2em;
}

.comment-body {
  border-bottom: 1px solid #3c3c3f;
  color: #e1e1e1;
  font-weight: 300;
  margin: 0 auto;
  width: 100%;
}

.comment-entry {
  float: left;
  width: 100%;
}

.comment-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.avatar {
  border-radius: 50%;
  float: left;
  height: auto;
  padding: 10px;
  width: 100px;
}
.avatar::after:before, .avatar::after:after {
  content: " ";
  display: table;
}
.avatar::after:after {
  clear: both;
}

.comment-author {
  color: #e1e1e1;
  margin: 0;
  padding: 20px 0 0;
}

.comment-date {
  color: #e1e1e1;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
}

.logged-in-as {
  color: #e1e1e1;
  font-weight: 300;
  font-size: 0.9em;
}
.logged-in-as a {
  color: #e1e1e1;
}

.commentmetadata a {
  color: #e1e1e1;
  text-decoration: none;
  font-size: 0.8em;
}

/* Comment Respond */
.comment-reply-title {
  color: #e1e1e1;
  font-size: 1em;
}
.comment-reply-title small {
  font-weight: 300;
  font-size: 1em;
}

#cancel-comment-reply-link {
  color: white;
}

.comment-respond {
  margin: 60px auto;
  width: 100%;
}

.comment-form {
  width: 100%;
}

.form-control {
  background: #3c3c3f;
  border: none;
  color: #e6e6e6;
  display: block;
  font-weight: 300;
  margin: 8px 0 0;
  outline: none;
  overflow: hidden;
  padding: 10px 13px;
  width: 70%;
  z-index: 1;
  font-size: 1em;
}

textarea.form-control {
  width: 100%;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-comment label {
  color: #e1e1e1;
  font-weight: 300;
  padding: 0 0 20px;
}

.comment-form-comment label {
  color: #e1e1e1;
  font-weight: 300;
  padding: 0 0 20px;
}
.comment-form-comment textarea {
  background: #3c3c3f;
  border-radius: 0;
}

.comment-notes {
  color: #e1e1e1;
  font-weight: 300;
  padding-bottom: 30px;
  font-size: 1em;
}

.required {
  color: #e1e1e1;
}

.btn-primary {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 8px 0;
  text-align: center;
  transition: all 0.15s linear;
  width: 100%;
}
.btn-primary:hover {
  background: #3c3c3f;
}

.reply {
  clear: both;
  margin: 20px 0;
  text-align: right;
  text-transform: uppercase;
  font-size: 1em;
}
.reply a {
  text-decoration: none;
}
.reply a:hover {
  color: #ffffff;
}

cite.fn {
  font-style: normal;
}

.children {
  list-style: none;
}

/* Header
----------------------------------------------- */
.site-header {
  position: relative;
  background: #3c3c3f;
  padding: 15px 0;
}
.site-header::after:before, .site-header::after:after {
  content: " ";
  display: table;
}
.site-header::after:after {
  clear: both;
}

.site-title {
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
}
.site-title a {
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}
.site-title a:hover {
  color: white;
}

.site-branding {
  margin: 0 20px 0 0;
}

.custom-logo {
  max-width: 80px;
}

.logo {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  max-width: 400px;
  width: auto;
}

.site-description,
.site-description-nologo {
  color: #666667;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0;
  text-align: center;
  font-size: 0.7em;
}

/* filters */
.filter-group {
  background: #37373a;
  text-align: center;
  width: 100%;
}
.filter-group button {
  background: none;
  border: none;
  color: #c5c5c6;
  outline: none;
  letter-spacing: 0.05em;
  margin-right: 15px;
  padding: 20px 0 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
}
.filter-group button.active {
  color: white;
}
.filter-group button.active::after {
  border: 1px solid white;
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 90%;
}

/* Navigation
----------------------------------------------- */
.main-navigation {
  display: none;
  z-index: 800;
}
.main-navigation ul {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}
.main-navigation ul li {
  display: block;
  margin: 0 5px;
  padding: 15px 0;
}
.main-navigation ul li:last-child {
  margin-right: 0;
}
.main-navigation ul li a {
  color: #c5c5c6;
  letter-spacing: 0.15em;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
  font-size: 0.8em;
}
.main-navigation ul li a:hover {
  color: #f4f4f4;
}
.main-navigation ul li a.active {
  color: #f4f4f4;
}
.main-navigation ul li a.active-loader {
  position: relative;
}
.main-navigation ul li a.active-loader:after {
  background: url("../folio/assets/images/puff.svg") no-repeat;
  background-size: 20px 20px;
  margin-left: -12px;
  position: absolute;
  top: -25px;
  left: 50%;
  content: '';
  height: 20px;
  width: 20px;
}
.main-navigation ul li .children,
.main-navigation ul li .dropdown-menu {
  display: block;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.main-navigation ul li .children li,
.main-navigation ul li .dropdown-menu li {
  display: block;
  float: none;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
  font-size: 0.8em;
}
.main-navigation ul li .children a,
.main-navigation ul li .dropdown-menu a {
  color: #9e9ea0;
}

.ajax-pages-loader {
  display: none;
  position: absolute;
  top: 35px;
  right: 50px;
  z-index: 999999;
}
.ajax-pages-loader img {
  background: #3c3c3f;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

/* menu icon */
.js-menu-icon {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 999999;
  font-size: 2em;
}

/* Primary
----------------------------------------------- */
.site::after:before, .site::after:after {
  content: " ";
  display: table;
}
.site::after:after {
  clear: both;
}

.content-area {
  height: 100%;
  position: relative;
}
.content-area::after:before, .content-area::after:after {
  content: " ";
  display: table;
}
.content-area::after:after {
  clear: both;
}

/* load pages */
.js-load-pages {
  background: rgba(204, 204, 204, 0.98);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.load-page-title {
  color: #3c3c3f;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 20px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
}

.single-content-area {
  background: #525256;
  padding: 40px 20px 100px;
}

.page-content-area {
  background: rgba(204, 204, 204, 0.98);
  padding: 40px 20px 100px;
}

.load-page-content {
  color: #666667;
  font-weight: 200;
  line-height: 2;
  margin: 0 auto;
  padding: 20px 20px 40px;
  max-width: 700px;
  width: 100%;
}
.load-page-content a {
  color: #3c3c3f;
}

.post-edit-link {
  color: #b3b3b3;
}

.entry-header {
  padding: 20px 30px;
}

.entry-title,
.page-title {
  color: #e1e1e1;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
}
.entry-title a,
.page-title a {
  text-decoration: none;
}

.entry-content {
  color: #e1e1e1;
  font-weight: 200;
  line-height: 2;
  margin: 0 auto;
  padding: 0 0 20px;
  max-width: 700;
  width: 100%;
}

.featured-image {
  margin: 50px 0 30px;
}

.entry-footer,
.page-footer {
  color: white;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto;
  padding: 20px 30px;
  text-align: center;
  width: 100%;
}

.btn-email {
  background: none;
  border: 1px solid #3c3c3f;
  color: #3c3c3f;
  display: block;
  font-weight: 600;
  margin: 20px auto 0;
  outline: none;
  padding: 2px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  width: 130px;
  font-size: 1.2em;
}

.close {
  border-radius: 50%;
  color: #3c3c3f;
  cursor: pointer;
  height: 38px;
  position: absolute;
  top: 20px;
  right: 5px;
  width: 38px;
  font-size: 1.2em;
}

.icon-close {
  fill: #616166;
  height: 30px;
  width: 30px;
}

.dashicons {
  color: white;
  margin-bottom: 5px;
}

/* infinite scroll loader */
#infscr-loading {
  background: url(../folio/assets/images/puff.svg) no-repeat;
  background-size: 100%;
  border: none;
  height: 60px;
  margin-left: -30px;
  outline: none;
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 60px;
}

.not-found {
  padding: 50px 0;
  text-align: center;
}

.attachment-meta {
  color: #e1e1e1;
  font-weight: 300;
}

.entry-meta {
  color: white;
  text-align: center;
}

.button {
  border: 2px solid #e1e1e1;
  color: #e1e1e1;
  display: block;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin: 40px auto 20px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 120px;
  font-size: 0.75em;
}

.load-page-content .button {
  border: 2px solid #3c3c3f;
  color: #3c3c3f;
}

/* Footer
----------------------------------------------- */
.footer {
  background: #3c3c3f;
  border-top: 1px solid #666667;
  padding: 5px 0 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.footer-left p {
  color: #666667;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 0.7em;
}
.footer-left a {
  color: #666667;
  text-decoration: none;
}

.footer-right {
  padding: 0;
  text-align: center;
}

.icon-behance,
.icon-facebook,
.icon-twitter,
.icon-instagram,
.icon-pinterest,
.icon-vimeo,
.icon-linkedin {
  fill: #666667;
  height: 20px;
  margin-right: 10px;
  transition: all 0.15s ease-in-out;
  width: 20px;
}
.icon-behance:hover,
.icon-facebook:hover,
.icon-twitter:hover,
.icon-instagram:hover,
.icon-pinterest:hover,
.icon-vimeo:hover,
.icon-linkedin:hover {
  fill: #f4f4f4;
}

.icon-behance {
  border-radius: 4px;
}

.icon-youtube {
  fill: #666667;
  height: 23px;
  margin-right: 10px;
  position: relative;
  top: 1px;
  transition: all 0.15s ease-in-out;
  width: 23px;
}
.icon-youtube:hover {
  fill: #f4f4f4;
}

.icon-linkedin {
  border-radius: 4px;
  margin-right: 10px;
}

/* Isotope
----------------------------------------------- */
.isotope {
  display: none;
  height: auto;
  margin: 0 auto;
  padding-bottom: 120px;
  overflow: hidden;
  width: 100%;
}
.isotope::after:before, .isotope::after:after {
  content: " ";
  display: table;
}
.isotope::after:after {
  clear: both;
}

.no-js .isotope {
  display: block;
}

.isotope-load {
  background: url(../folio/assets/images/puff.svg) no-repeat;
  background-size: 100%;
  border: none;
  height: 60px;
  margin-left: -30px;
  outline: none;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 60px;
}

#masonry-fit-width .isotope {
  margin: 0 auto;
}

/* .item */
.item {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}
.item::after:before, .item::after:after {
  content: " ";
  display: table;
}
.item::after:after {
  clear: both;
}

.item-content-container {
  background: rgba(60, 60, 63, 0.7);
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
}

.item:hover .item-content-container {
  opacity: 1;
}

.item-content {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100%;
}
.item-content p {
  color: #ffffff;
  display: block;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 0.8em;
}

.icon-video-icon,
.icon-pictures,
.icon-single-picture {
  display: block;
  fill: #ffffff;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 20px;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  transition-duration: 0s;
}

/* Basic Setup
----------------------------------------------- */
#gallery-1 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 100% !important;
}

#gallery-1 img {
  border: none !important;
}

/* Widgets
----------------------------------------------- */
.widget-area {
  color: #666667;
  margin: 100px 0 0 0;
  padding: 0 40px;
}
.widget-area ul a {
  color: #666667;
  text-decoration: none;
}

.widget-title {
  color: #666667;
}

.screen-reader-text {
  display: block;
  margin: 5px 0;
}

.searchform input {
  background: #666667;
  border: none;
}

.searchform input[type="submit"] {
  background: #666667;
  border: none;
  color: #3c3c3f;
  font-size: 0.9em;
}

/* Magnific Popup CSS */
.slide {
  padding: 40px 0px;
  background: none;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow, .mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.3s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-ready .mfp-arrow {
  opacity: 0.6;
}
.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow, .mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-description {
  color: #7a7a7b;
  font-weight: 200;
  text-align: left;
  line-height: 1.2;
  padding: 5px 0 0 0;
  position: absolute;
  top: 100%;
  word-wrap: break-word;
  padding-right: 36px;
  font-size: 0.8em;
}
.mfp-description p {
  margin: 0;
  padding: 0;
}

.mfp-description-video {
  color: #7a7a7b;
  font-weight: 200;
  text-align: left;
  line-height: 1.2;
  padding: 35px 0 0 0;
  position: absolute;
  top: 100%;
  word-wrap: break-word;
  padding-right: 36px;
  font-size: 0.8em;
}
.mfp-description-video p {
  margin: 0;
  padding: 0;
}

.mfp-title {
  color: #7a7a7b;
  line-height: 1.6;
  padding: 10px 0 0 0;
  top: 100%;
  text-align: left;
  font-size: 0.8em;
}

.mfp-title-video {
  position: absolute;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

button.mfp-arrow {
  background: #666667;
  transition: all 0.55s ease-in-out;
}
button.mfp-arrow:hover {
  background: #4d4d4d;
  transition: all 0.55s ease-in-out;
}

.mfp-close {
  width: auto;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-weight: 200;
  font-size: 1em;
}
.mfp-close::after {
  content: "X";
  padding-left: 10px;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 0px;
}

.mfp-close-btn-in .mfp-close {
  color: #ffffff;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

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

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: none;
}

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

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: none;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-image-holder .mfp-content {
  max-width: 90%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

@media (min-width: 768px) {
  /* Tablet
  ----------------------------------------------- */
  .site-header {
    margin: 0 auto;
    padding: 25px 0;
  }

  .site-branding {
    margin: 0;
    padding-left: 30px;
  }

  .logo {
    display: inline-block;
    margin: 0 50px 0 10px;
  }
  .logo img {
    display: block;
  }

  .site-description,
  .site-description-nologo {
    text-align: left;
  }

  .main-navigation {
    display: block !important;
    padding-right: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .main-navigation ul {
    margin: 0;
    text-align: right;
  }
  .main-navigation ul li {
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
  }
  .main-navigation ul li a {
    padding: 0;
  }
  .main-navigation ul li .children,
  .main-navigation ul li .dropdown-menu {
    background: #666667;
    border: 1px solid #3c3c3f;
    display: none;
    margin-top: 10px;
    padding: 5px;
    position: absolute;
    width: 130px;
    overflow: hidden;
  }
  .main-navigation ul li .children li,
  .main-navigation ul li .dropdown-menu li {
    display: block;
    float: none;
    padding: 5px;
    text-align: left;
    font-size: 0.8em;
  }
  .main-navigation ul li .children a,
  .main-navigation ul li .dropdown-menu a {
    color: #c5c5c6;
  }
  .main-navigation ul li .children a.active-loader,
  .main-navigation ul li .dropdown-menu a.active-loader {
    position: relative;
  }
  .main-navigation ul li .children a.active-loader:after,
  .main-navigation ul li .dropdown-menu a.active-loader:after {
    background: url("../folio/assets/images/puff.svg") no-repeat;
    background-size: 10px 10px;
    float: right;
    position: relative;
    top: 5px;
    left: auto;
    right: -5px;
    content: '';
    height: 10px;
    width: 10px;
  }
  .main-navigation ul li:hover ul {
    display: block;
  }

  .js-menu-icon {
    display: none;
  }

  .item {
    width: 50%;
  }

  .item-content-container {
    opacity: 0;
  }

  .item:hover .item-content-container {
    opacity: 1;
  }

  .close {
    right: 40px;
  }

  .single-content-area {
    padding: 40px 0 100px;
  }

  .btn-primary {
    max-width: 180px;
    width: 100%;
  }

  .pagination {
    padding: 0;
  }

  .footer {
    padding: 15px 0 5px;
  }

  .footer-left p {
    text-align: left;
  }

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

  .comment-form {
    width: 70%;
  }

  .mfp-image-holder .mfp-content {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  /* Tablet Landscape
  ----------------------------------------------- */
  .site-header {
    margin: 0 auto;
  }

  .item {
    width: 25%;
  }

  .entry-content {
    width: 800px;
  }

  .entry-footer {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  /* Screens larger than 1600px wide
  ----------------------------------------------- */
  .js-load-pages {
    top: 0;
    left: 0;
  }

  .footer {
    height: 65px;
  }
}
