@charset "UTF-8";
/*!
Theme Name: Niftyfifty
Theme URI: https://motopress.com/products/niftyfifty/
Author: MotoPress
Author URI: https://motopress.com/
Description: WordPress photography theme.
Version: 1.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: niftyfifty
Tags:one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Niftyfifty is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grig
# Typography
# Elements
# Forms
# Vendors
# Navigation
  ## Links
  ## Menus
  ## Navigation
  ## Menu icons
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Header
  ## Posts and pages
  ## Comments
  ## Footer
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  text-decoration: underline dashed;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.29231;
  color: #373737;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5em;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0px solid;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

figure {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Grig
--------------------------------------------------------------*/
.wrapper {
  padding-left: 1.42857em;
  padding-right: 1.42857em;
  max-width: 1434px;
  margin: 0 auto;
}
@media screen and (min-width: 62em) {
  .wrapper {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}

@media (min-width: 62em) {
  body {
    padding: 0 5.1875em;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
*:focus {
  outline: none;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behniftyfifty; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  color: #888888;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  overflow-x: hidden;
  background: #0e0e0e;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

p, address, pre {
  margin: 0 0 1.6em 0;
}

dfn, cite, em, i {
  font-style: italic;
}

code, kbd, tt, var, pre {
  background: #202020;
  font-weight: 300;
  font-family: inherit;
}

pre {
  max-width: 100%;
  overflow: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  padding: 1.5em 1.875em;
}

code, kbd, tt, var, mark, ins {
  padding: 0.21429em;
  font-size: inherit;
}

abbr, acronym {
  text-decoration: underline dashed;
  cursor: help;
}

mark, ins {
  background: #fff;
  text-decoration: none;
  color: #0e0e0e;
}

big {
  font-size: 125%;
}

@media screen and (min-width: 48em) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }

  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  h6 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  p, address, pre {
    margin: 0 0 1.4em 0;
  }

  code, kbd, tt, var, mark, ins {
    padding: 0.1875em;
  }

  pre {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.42222;
    padding: 1.33333em 1.66667em;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
blockquote, q {
  quotes: "" "";
}

blockquote {
  quotes: "" "";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #fff;
  border-bottom: 2px solid #373737;
  padding: 0.35em 0 1.3em;
  margin: 1.1em 0 2.95em 0;
}
blockquote cite,
blockquote small {
  display: inline-block;
  color: #6d6d6d;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: normal;
}
blockquote p {
  margin: 0 0 0.75em;
}
blockquote > :last-child {
  margin-bottom: 0;
}

hr {
  border: 0;
  border-bottom: 2px solid #373737;
}

ul, .widget .textwidget ul, ol, .widget .textwidget ol {
  padding: 0;
  margin: 0 0 1.4em 0.92857em;
}
ul li + li, .widget .textwidget ul li + li, ol li + li, .widget .textwidget ol li + li {
  margin-top: 0.71429em;
}

ul, .widget .textwidget ul {
  list-style: disc;
}

ol, .widget .textwidget ol {
  list-style: decimal;
}

li > ul, .widget .textwidget li > ul,
li > ol, .widget .textwidget
li > ol {
  margin-bottom: 0;
  margin-top: 0.71429em;
  margin-left: 1em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.4em 1.21429em;
}

hr,
figure,
table {
  margin: 0 0 1.4em;
}

th,
td {
  border: 1px solid #373737;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: 400;
  text-align: left;
}

th {
  font-weight: 700;
  color: #fff;
}

th,
td {
  padding: 0.57143em;
  font-size: inherit;
}

@media screen and (min-width: 48em) {
  blockquote {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
    padding: 0.27273em 0 1.31818em;
    margin: 1.04545em 0 2.5em 0;
  }
  blockquote cite,
  blockquote small {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
  }
  blockquote p {
    margin: 0 0 0.72727em;
  }

  hr,
  figure,
  table {
    margin: 0 0 1.4em;
  }
}
@media screen and (min-width: 48em) {
  ul, .widget .textwidget ul, ol, .widget .textwidget ol {
    margin: 0 0 1.225em 0.8125em;
  }
  ul li + li, .widget .textwidget ul li + li, ol li + li, .widget .textwidget ol li + li {
    margin-top: 0.625em;
  }

  li > ul, .widget .textwidget li > ul,
  li > ol, .widget .textwidget
  li > ol {
    margin-top: 0.625em;
    margin-left: 0.875em;
  }

  dd {
    margin: 0 0 1.225em 1.0625em;
  }
}
@media screen and (min-width: 48em) {
  th,
  td {
    padding: 1em 1.25em;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid #6d6d6d;
  padding: 0.60786em 2.85714em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 2.85714em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: transparent;
  -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #0e0e0e;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}
button[disabled], fieldset[disabled] button,
.button[disabled], fieldset[disabled]
.button,
input[type="button"][disabled], fieldset[disabled]
input[type="button"],
input[type="reset"][disabled], fieldset[disabled]
input[type="reset"],
input[type="submit"][disabled], fieldset[disabled]
input[type="submit"] {
  cursor: not-allowed;
  color: #0e0e0e;
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}
button, .entry-content button,
.button, .entry-content
.button,
input[type="button"], .entry-content
input[type="button"],
input[type="reset"], .entry-content
input[type="reset"],
input[type="submit"], .entry-content
input[type="submit"] {
  text-decoration: none;
}

textarea {
  width: 100%;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.5em;
}

input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 1.1em 0.57143em 0;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 2.85714em;
  padding: 0.71429em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  background-color: #0e0e0e;
  background-image: none;
  border: 1px solid #373737;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out;
}
select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #fff;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
select:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
}
select::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}
select::-ms-expand,
input[type="text"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="range"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="week"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="datetime"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="color"]::-ms-expand,
textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}
select[disabled], select[readonly], fieldset[disabled] select,
input[type="text"][disabled],
input[type="text"][readonly], fieldset[disabled]
input[type="text"],
input[type="email"][disabled],
input[type="email"][readonly], fieldset[disabled]
input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly], fieldset[disabled]
input[type="url"],
input[type="password"][disabled],
input[type="password"][readonly], fieldset[disabled]
input[type="password"],
input[type="search"][disabled],
input[type="search"][readonly], fieldset[disabled]
input[type="search"],
input[type="number"][disabled],
input[type="number"][readonly], fieldset[disabled]
input[type="number"],
input[type="tel"][disabled],
input[type="tel"][readonly], fieldset[disabled]
input[type="tel"],
input[type="range"][disabled],
input[type="range"][readonly], fieldset[disabled]
input[type="range"],
input[type="date"][disabled],
input[type="date"][readonly], fieldset[disabled]
input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly], fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly], fieldset[disabled]
input[type="week"],
input[type="time"][disabled],
input[type="time"][readonly], fieldset[disabled]
input[type="time"],
input[type="datetime"][disabled],
input[type="datetime"][readonly], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly], fieldset[disabled]
input[type="datetime-local"],
input[type="color"][disabled],
input[type="color"][readonly], fieldset[disabled]
input[type="color"],
textarea[disabled],
textarea[readonly], fieldset[disabled]
textarea {
  background-color: #6d6d6d;
  opacity: 0.8;
}
select[disabled], fieldset[disabled] select,
input[type="text"][disabled], fieldset[disabled]
input[type="text"],
input[type="email"][disabled], fieldset[disabled]
input[type="email"],
input[type="url"][disabled], fieldset[disabled]
input[type="url"],
input[type="password"][disabled], fieldset[disabled]
input[type="password"],
input[type="search"][disabled], fieldset[disabled]
input[type="search"],
input[type="number"][disabled], fieldset[disabled]
input[type="number"],
input[type="tel"][disabled], fieldset[disabled]
input[type="tel"],
input[type="range"][disabled], fieldset[disabled]
input[type="range"],
input[type="date"][disabled], fieldset[disabled]
input[type="date"],
input[type="month"][disabled], fieldset[disabled]
input[type="month"],
input[type="week"][disabled], fieldset[disabled]
input[type="week"],
input[type="time"][disabled], fieldset[disabled]
input[type="time"],
input[type="datetime"][disabled], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled], fieldset[disabled]
input[type="datetime-local"],
input[type="color"][disabled], fieldset[disabled]
input[type="color"],
textarea[disabled], fieldset[disabled]
textarea {
  cursor: not-allowed;
}

textarea {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(images/angle-down.svg);
  background-repeat: no-repeat;
  background-position: right 0.35714em top 50%;
  -moz-background-size: 1.2rem;
  -o-background-size: 1.2rem;
  -webkit-background-size: 1.2rem;
  background-size: 1.2rem;
  padding-right: 1.85714em;
  overflow: auto;
}

.search-form {
  position: relative;
}
.search-form label {
  display: block;
  margin: 0;
}
.search-form .search-field {
  width: 100%;
  padding-right: 3em;
}
.search-form .search-submit {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 38px;
  border: 0;
  padding: 0.71429em;
  border-radius: 0;
}
.search-form .search-submit:hover {
  color: #fff;
  background: transparent;
}
body .search-form .search-submit {
  color: #888888;
}
body .search-form .search-submit:hover {
  color: #fff;
  background: transparent;
}
.search-form .fa {
  font-size: 16px;
  font-size: 1rem;
}
.not-found .search-form {
  margin-top: 2.3125em, 14;
}

label[for*="pwbox-"] {
  margin-bottom: 0;
  vertical-align: bottom;
}

form {
  margin: 0 0 1.4em;
}
@media (min-width: 48em) {
  form {
    margin: 0 0 1.225em;
  }
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode {
  margin: 0 -0.625em;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry {
  padding: 0 0.625em 1.25em;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  display: table;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry:hover .portfolio-entry-title {
  opacity: 1;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry:hover .portfolio-featured-image {
  opacity: 0.7;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-column-3,
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-column-2,
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-column-4,
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-column-5,
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-column-6,
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-column-1 {
  width: 100%;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
  page-break-inside: avoid;
  float: none;
}
@media (min-width: 62em) {
  body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode.column-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode.column-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode.column-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode.column-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode.column6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-title {
  -moz-transform: translate(0, -100%) translateZ(0);
  -ms-transform: translate(0, -100%) translateZ(0);
  -webkit-transform: translate(0, -100%) translateZ(0);
  transform: translate(0, -100%) translateZ(0);
  position: absolute;
  font-weight: 400;
  left: 2.14286em;
  right: 2.14286em;
  line-height: 1.4;
  padding-bottom: 0.85714em;
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0;
}
@media (min-width: 48em) {
  body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-title {
    line-height: 1.4;
    font-size: 16px;
    font-size: 1rem;
    left: 1.875em;
    right: 1.875em;
    padding-bottom: 0.75em;
  }
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-title,
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-featured-image {
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-featured-image, body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-featured-image img {
  display: block;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-content,
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-featured-image + .portfolio-entry-title,
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-title + .portfolio-entry-meta {
  margin: 0;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta {
  line-height: 1.29231;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #6d6d6d;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta > div {
  margin-top: 0.84615em;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta > div:first-child {
  margin-top: 2em;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta > div:last-child {
  margin-bottom: 3.23077em;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta a {
  color: #888888;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta a:hover {
  color: #fff;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta span, body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta a {
  font-size: inherit;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-content > :first-child {
  margin-top: 1.57143em;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-content > :last-child {
  margin-bottom: 3em;
}

#infinite-handle {
  margin: 3.9375em 0 0;
  font-weight: 600;
}
#infinite-handle span {
  background: transparent;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
  padding: 0;
}
#infinite-handle span button {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
#infinite-handle span button, #infinite-handle span button:focus, #infinite-handle span button:hover {
  height: 2.5em;
  width: 2.5em;
  text-align: center;
  white-space: nowrap;
  border-radius: 100%;
  text-indent: 3.75em;
  background: url("./images/icons.svg") no-repeat -5px -55px;
  -moz-background-size: 50px 200px;
  -o-background-size: 50px 200px;
  -webkit-background-size: 50px 200px;
  background-size: 50px 200px;
}
#infinite-handle span button:hover {
  background-position: -5px -105px;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  -moz-transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  color: #fff;
  text-decoration: none;
}
a:hover, a:active {
  outline: 0;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.footer-navigation a,
.top-navigation-right a,
.main-navigation a {
  display: block;
}
.footer-navigation li,
.footer-navigation li + li,
.top-navigation-right li,
.top-navigation-right li + li,
.main-navigation li,
.main-navigation li + li {
  margin: 0;
}
.footer-navigation ul,
.top-navigation-right ul,
.main-navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-navigation li,
.top-navigation-right li,
.main-navigation li {
  position: relative;
}
.footer-navigation .current_page_item > a,
.footer-navigation .current-menu-item > a,
.footer-navigation .current_page_ancestor > a,
.footer-navigation .current-menu-ancestor > a,
.top-navigation-right .current_page_item > a,
.top-navigation-right .current-menu-item > a,
.top-navigation-right .current_page_ancestor > a,
.top-navigation-right .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #888888;
}

.menu-primary-container {
  font-weight: 700;
  margin: 4.92857em 0;
}
@media (min-width: 48em) {
  .menu-primary-container {
    margin-top: 4.3125em;
  }
}
.menu-primary-container .menu > li > a {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
  padding: 0.47727em 0;
}
@media (min-width: 48em) {
  .menu-primary-container .menu > li > a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0.4375em 0;
  }
}
.menu-primary-container .menu > .menu-item-has-children > a {
  padding-right: 2.04545em;
}
@media (min-width: 48em) {
  .menu-primary-container .menu > .menu-item-has-children > a {
    padding-right: 1.875em;
  }
}
.menu-primary-container ul ul {
  padding-left: 1.38889em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (min-width: 48em) {
  .menu-primary-container ul ul {
    padding-left: 1.25em;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.menu-primary-container a {
  padding: 0.55556em 0;
}
@media (min-width: 48em) {
  .menu-primary-container a {
    padding: 0.5em 0;
  }
}
.menu-primary-container .menu-item-has-children > a {
  padding-right: 2.5em;
}
@media (min-width: 48em) {
  .menu-primary-container .menu-item-has-children > a {
    padding-right: 2.25em;
  }
}
.menu-primary-container .dropdown-toggle {
  position: absolute;
  top: 0.5em;
  right: -1em;
}

.sub-menu {
  display: none;
}

.sub-menu.toggled-on {
  display: block;
}

body .menu-top-right-container a {
  color: inherit;
}
body .menu-top-right-container a:hover {
  color: #fff;
  text-decoration: none;
}

.menu-top-right-container {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
.menu-top-right-container a {
  padding: 0.71429em 0;
}
@media (min-width: 48em) {
  .menu-top-right-container a {
    padding: 0.625em 0;
  }
}
.site-header-menu .menu-top-right-container {
  margin: 4.3125em 0;
}
@media screen and (min-width: 48em) {
  .site-header-menu .menu-top-right-container {
    display: none;
  }
}

.site-branding .menu-top-right-container {
  display: none;
  padding: 0.64286em 0;
}
@media (min-width: 48em) {
  .site-branding .menu-top-right-container {
    padding: 0.5625em 0;
    display: block;
  }
}
.site-branding .menu-top-right-container li {
  display: inline-block;
  margin: 0 0.85714em;
}
@media (min-width: 48em) {
  .site-branding .menu-top-right-container li {
    margin: 0 0.75em;
  }
}

.content-top-widgets {
  margin: 4.92857em 0;
}
@media (min-width: 48em) {
  .content-top-widgets {
    margin: 4.3125em 0;
  }
}

.footer-navigation li {
  display: inline-block;
}
.footer-navigation a {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 2px solid #6d6d6d;
  padding: 0.60786em 2.85714em;
  border-radius: 2.85714em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: transparent;
  -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
  margin: 0 0.57143em 1.35714em;
}
.footer-navigation a:hover {
  color: #0e0e0e;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.post-navigation {
  clear: both;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  margin: 5.625em 0 0;
}
.post-navigation a {
  display: block;
  background-repeat: no-repeat;
}
.post-navigation a:hover {
  text-decoration: none;
}
.post-navigation a:hover .post-title {
  text-decoration: underline;
}
.post-navigation .nav-next a,
.post-navigation .nav-previous a {
  position: relative;
}
.post-navigation .nav-next a:before,
.post-navigation .nav-previous a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  background: url("./images/icons.svg") no-repeat -5px -5px;
  -moz-background-size: 50px 200px;
  -o-background-size: 50px 200px;
  -webkit-background-size: 50px 200px;
  background-size: 50px 200px;
  height: 2.5em;
  width: 2.5em;
  border-radius: 100%;
}
.post-navigation .nav-previous a {
  padding-left: 3.75em;
}
.post-navigation .nav-previous a:before {
  background-position: -5px -55px;
}
.post-navigation .nav-previous a:hover:before {
  background-position: -5px -105px;
}
.post-navigation .nav-previous + .nav-next {
  margin-top: 2.625em;
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-previous + .nav-next {
    margin-top: 0;
  }
}
.post-navigation .nav-next {
  text-align: right;
}
.post-navigation .nav-next a {
  padding-right: 3.75em;
}
.post-navigation .nav-next a:before {
  right: 0;
  left: auto;
}
.post-navigation .nav-next a:hover:before {
  background-position: -5px -155px;
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-previous, .post-navigation .nav-next {
    width: 50%;
  }
  .post-navigation .nav-previous {
    padding-right: 0.625em;
    float: left;
  }
  .post-navigation .nav-next {
    padding-left: 0.625em;
    float: right;
  }
}
.post-navigation span {
  display: block;
}
.post-navigation .meta-nav {
  color: #888888;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.29231;
  margin: 0 0 0.46154em;
}

.pagination {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
  margin: 3.9375em -0.625em -0.625em;
  color: inherit;
}
.pagination .page-numbers {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  margin: 0 0.625em 1.25em;
  text-decoration: underline;
}
.pagination .page-numbers.current {
  color: #6d6d6d;
  text-decoration: none;
}
.pagination a.page-numbers:hover {
  text-decoration: underline;
  color: #fff;
}
.pagination a.prev,
.pagination a.next {
  height: 2.5em;
  width: 2.5em;
  text-align: center;
  overflow: hidden;
  border-radius: 100%;
  text-indent: -1000px;
  background: url("./images/icons.svg") no-repeat -5px -5px;
  -moz-background-size: 50px 200px;
  -o-background-size: 50px 200px;
  -webkit-background-size: 50px 200px;
  background-size: 50px 200px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.pagination a.prev:hover,
.pagination a.next:hover {
  text-decoration: none;
}
.pagination a.prev {
  background-position: -5px -55px;
}
.pagination a.prev:hover {
  background-position: -5px -105px;
}
.pagination a.next:hover {
  background-position: -5px -155px;
}

.post-thumbnail-navigation {
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
}
@media screen and (min-width: 62em) {
  .post-thumbnail-navigation {
    padding: 0 5.1875em;
  }
}
@media screen and (min-width: 48em) {
  .post-thumbnail-navigation {
    position: fixed;
    top: 5.125em;
    left: 0;
    right: 0;
    height: 0px;
    overflow: visible;
  }
  body.admin-bar .post-thumbnail-navigation {
    top: 7.125em;
  }
}
@media screen and (max-width: 61.9375em) {
  .post-thumbnail-navigation .wrapper {
    padding: 0 1.25em;
  }
}
@media screen and (max-width: 47.9375em) {
  .post-thumbnail-navigation .wrapper {
    padding: 0;
  }
}
.post-thumbnail-navigation .prev a, .post-thumbnail-navigation .next a,
.post-thumbnail-navigation .prev .empty, .post-thumbnail-navigation .next .empty,
.post-thumbnail-navigation a {
  float: left;
  display: block;
  height: 2.5em;
  width: 2.5em;
  text-align: center;
  border-radius: 100%;
  margin: 1.25em 0 0;
  position: relative;
  background: url("./images/icons.svg") no-repeat -5px -5px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 48em) {
  .post-thumbnail-navigation .prev a, .post-thumbnail-navigation .next a,
  .post-thumbnail-navigation .prev .empty, .post-thumbnail-navigation .next .empty,
  .post-thumbnail-navigation a {
    clear: both;
    float: right;
    margin: 0 0 1.875em;
  }
}
.post-thumbnail-navigation .prev a:hover .navigation-tooltip, .post-thumbnail-navigation .next a:hover .navigation-tooltip,
.post-thumbnail-navigation .prev .empty:hover .navigation-tooltip, .post-thumbnail-navigation .next .empty:hover .navigation-tooltip,
.post-thumbnail-navigation a:hover .navigation-tooltip {
  visibility: visible;
  opacity: 1;
}
.post-thumbnail-navigation .navigation-tooltip {
  position: absolute;
  bottom: -1.92308em;
  left: 50%;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.29231;
  background: #373737;
  white-space: nowrap;
  padding: 0.15385em 0.38462em;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.15s ease-in-out 0.5s;
  -o-transition: opacity 0.15s ease-in-out 0.5s;
  -webkit-transition: opacity 0.15s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition: opacity 0.15s ease-in-out 0.5s;
  display: none;
  color: #fff;
}
@media screen and (min-width: 62em) {
  .post-thumbnail-navigation .navigation-tooltip {
    display: block;
  }
}
.post-thumbnail-navigation .prev .empty, .post-thumbnail-navigation .next .empty,
.post-thumbnail-navigation a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.post-thumbnail-navigation .prev .empty .navigation-tooltip, .post-thumbnail-navigation .next .empty .navigation-tooltip,
.post-thumbnail-navigation a.disabled .navigation-tooltip {
  display: none;
}
.post-thumbnail-navigation .prev, .post-thumbnail-navigation .next {
  float: left;
}
.post-thumbnail-navigation .prev a + .empty, .post-thumbnail-navigation .next a + .empty {
  display: none;
}
@media screen and (min-width: 48em) {
  .post-thumbnail-navigation .prev, .post-thumbnail-navigation .next {
    clear: both;
    float: right;
  }
}
.post-thumbnail-navigation .prev .empty,
.post-thumbnail-navigation .prev a,
.post-thumbnail-navigation a[rel="prev"] {
  background-position: -5px -55px;
}
.post-thumbnail-navigation .prev a:not(.disabled):hover,
.post-thumbnail-navigation a[rel="prev"]:not(.disabled):hover {
  background-position: -5px -105px;
}
.post-thumbnail-navigation .next .empty,
.post-thumbnail-navigation .next a,
.post-thumbnail-navigation a[rel="next"] {
  float: right;
}
.post-thumbnail-navigation .next a:not(.disabled):hover,
.post-thumbnail-navigation a[rel="next"]:not(.disabled):hover {
  background-position: -5px -155px;
}
.post-thumbnail-navigation a.to-content {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  background: url("./images/icons.svg") no-repeat -5px -5px;
  -moz-background-size: 50px 200px;
  -o-background-size: 50px 200px;
  -webkit-background-size: 50px 200px;
  background-size: 50px 200px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 48em) {
  .post-thumbnail-navigation a.to-content {
    display: block;
  }
}
.post-thumbnail-navigation a.to-content:hover {
  background-position: -5px -155px;
}
.post-thumbnail-navigation a.to-content.to-top {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*--------------------------------------------------------------
# Menu icons
--------------------------------------------------------------*/
.site-branding .theme-social-menu a:before {
  border: 2px solid transparent;
  width: auto;
  height: auto;
}
.site-branding .theme-social-menu a[href*="twitter.com"] .menu-text, .site-branding .theme-social-menu a[href*="facebook.com"] .menu-text, .site-branding .theme-social-menu a[href*="google.com"] .menu-text, .site-branding .theme-social-menu a[href*="plus.google.com"] .menu-text, .site-branding .theme-social-menu a[href*="pinterest.com"] .menu-text, .site-branding .theme-social-menu a[href*="foursquare.com"] .menu-text, .site-branding .theme-social-menu a[href*="yahoo.com"] .menu-text, .site-branding .theme-social-menu a[href*="skype:"] .menu-text, .site-branding .theme-social-menu a[href*="yelp.com"] .menu-text, .site-branding .theme-social-menu a[href*="linkedin.com"] .menu-text, .site-branding .theme-social-menu a[href*="viadeo.com"] .menu-text, .site-branding .theme-social-menu a[href*="xing.com"] .menu-text, .site-branding .theme-social-menu a[href*="soundcloud.com"] .menu-text, .site-branding .theme-social-menu a[href*="spotify.com"] .menu-text, .site-branding .theme-social-menu a[href*="last.fm"] .menu-text, .site-branding .theme-social-menu a[href*="youtube.com"] .menu-text, .site-branding .theme-social-menu a[href*="vimeo.com"] .menu-text, .site-branding .theme-social-menu a[href*="vine.com"] .menu-text, .site-branding .theme-social-menu a[href*="flickr.com"] .menu-text, .site-branding .theme-social-menu a[href*="500px.com"] .menu-text, .site-branding .theme-social-menu a[href*="instagram.com"] .menu-text, .site-branding .theme-social-menu a[href*="tumblr.com"] .menu-text, .site-branding .theme-social-menu a[href*="reddit.com"] .menu-text, .site-branding .theme-social-menu a[href*="dribbble.com"] .menu-text, .site-branding .theme-social-menu a[href*="stumbleupon.com"] .menu-text, .site-branding .theme-social-menu a[href*="digg.com"] .menu-text, .site-branding .theme-social-menu a[href*="behance.net"] .menu-text, .site-branding .theme-social-menu a[href*="delicious.com"] .menu-text, .site-branding .theme-social-menu a[href*="deviantart.com"] .menu-text, .site-branding .theme-social-menu a[href*="play.com"] .menu-text, .site-branding .theme-social-menu a[href*="wikipedia.com"] .menu-text, .site-branding .theme-social-menu a[href*="apple.com"] .menu-text, .site-branding .theme-social-menu a[href*="github.com"] .menu-text, .site-branding .theme-social-menu a[href*="github.io"] .menu-text, .site-branding .theme-social-menu a[href*="windows.com"] .menu-text, .site-branding .theme-social-menu a[href*="tripadvisor."] .menu-text, .site-branding .theme-social-menu a[href*="slideshare.net"] .menu-text, .site-branding .theme-social-menu a[href*=".rss"] .menu-text, .site-branding .theme-social-menu a[href*="vk.com"] .menu-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.site-branding .theme-social-menu a[href*="twitter.com"]:before, .site-branding .theme-social-menu a[href*="facebook.com"]:before, .site-branding .theme-social-menu a[href*="google.com"]:before, .site-branding .theme-social-menu a[href*="plus.google.com"]:before, .site-branding .theme-social-menu a[href*="pinterest.com"]:before, .site-branding .theme-social-menu a[href*="foursquare.com"]:before, .site-branding .theme-social-menu a[href*="yahoo.com"]:before, .site-branding .theme-social-menu a[href*="skype:"]:before, .site-branding .theme-social-menu a[href*="yelp.com"]:before, .site-branding .theme-social-menu a[href*="linkedin.com"]:before, .site-branding .theme-social-menu a[href*="viadeo.com"]:before, .site-branding .theme-social-menu a[href*="xing.com"]:before, .site-branding .theme-social-menu a[href*="soundcloud.com"]:before, .site-branding .theme-social-menu a[href*="spotify.com"]:before, .site-branding .theme-social-menu a[href*="last.fm"]:before, .site-branding .theme-social-menu a[href*="youtube.com"]:before, .site-branding .theme-social-menu a[href*="vimeo.com"]:before, .site-branding .theme-social-menu a[href*="vine.com"]:before, .site-branding .theme-social-menu a[href*="flickr.com"]:before, .site-branding .theme-social-menu a[href*="500px.com"]:before, .site-branding .theme-social-menu a[href*="instagram.com"]:before, .site-branding .theme-social-menu a[href*="tumblr.com"]:before, .site-branding .theme-social-menu a[href*="reddit.com"]:before, .site-branding .theme-social-menu a[href*="dribbble.com"]:before, .site-branding .theme-social-menu a[href*="stumbleupon.com"]:before, .site-branding .theme-social-menu a[href*="digg.com"]:before, .site-branding .theme-social-menu a[href*="behance.net"]:before, .site-branding .theme-social-menu a[href*="delicious.com"]:before, .site-branding .theme-social-menu a[href*="deviantart.com"]:before, .site-branding .theme-social-menu a[href*="play.com"]:before, .site-branding .theme-social-menu a[href*="wikipedia.com"]:before, .site-branding .theme-social-menu a[href*="apple.com"]:before, .site-branding .theme-social-menu a[href*="github.com"]:before, .site-branding .theme-social-menu a[href*="github.io"]:before, .site-branding .theme-social-menu a[href*="windows.com"]:before, .site-branding .theme-social-menu a[href*="tripadvisor."]:before, .site-branding .theme-social-menu a[href*="slideshare.net"]:before, .site-branding .theme-social-menu a[href*=".rss"]:before, .site-branding .theme-social-menu a[href*="vk.com"]:before {
  margin-right: 0;
}

.theme-social-menu a:before {
  font: normal normal normal 1rem/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px;
  display: inline-block !important;
  margin-right: 1.11111em;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 2px solid;
  line-height: 36px;
  text-align: center;
}
.theme-social-menu a[href*="twitter.com"]:before {
  content: "";
}
.theme-social-menu a[href*="facebook.com"]:before {
  content: "";
}
.theme-social-menu a[href*="google.com"]:before {
  content: "";
}
.theme-social-menu a[href*="plus.google.com"]:before {
  content: "";
}
.theme-social-menu a[href*="/map"]:before {
  content: "";
}
.theme-social-menu a[href*="pinterest.com"]:before {
  content: "";
}
.theme-social-menu a[href*="foursquare.com"]:before {
  content: "";
}
.theme-social-menu a[href*="yahoo.com"]:before {
  content: "";
}
.theme-social-menu a[href*="skype:"]:before {
  content: "";
}
.theme-social-menu a[href*="yelp.com"]:before {
  content: "";
}
.theme-social-menu a[href*="linkedin.com"]:before {
  content: "";
}
.theme-social-menu a[href*="viadeo.com"]:before {
  content: "";
}
.theme-social-menu a[href*="xing.com"]:before {
  content: "";
}
.theme-social-menu a[href*="soundcloud.com"]:before {
  content: "";
}
.theme-social-menu a[href*="spotify.com"]:before {
  content: "";
}
.theme-social-menu a[href*="last.fm"]:before {
  content: "";
}
.theme-social-menu a[href*="youtube.com"]:before {
  content: "";
}
.theme-social-menu a[href*="vimeo.com"]:before {
  content: "";
}
.theme-social-menu a[href*="vine.com"]:before {
  content: "";
}
.theme-social-menu a[href*="flickr.com"]:before {
  content: "";
}
.theme-social-menu a[href*="500px.com"]:before {
  content: "";
}
.theme-social-menu a[href*="instagram.com"]:before {
  content: "";
}
.theme-social-menu a[href*="tumblr.com"]:before {
  content: "";
}
.theme-social-menu a[href*="reddit.com"]:before {
  content: "";
}
.theme-social-menu a[href*="dribbble.com"]:before {
  content: "";
}
.theme-social-menu a[href*="stumbleupon.com"]:before {
  content: "";
}
.theme-social-menu a[href*="digg.com"]:before {
  content: "";
}
.theme-social-menu a[href*="behance.net"]:before {
  content: "";
}
.theme-social-menu a[href*="delicious.com"]:before {
  content: "";
}
.theme-social-menu a[href*="deviantart.com"]:before {
  content: "";
}
.theme-social-menu a[href*="play.com"]:before {
  content: "";
}
.theme-social-menu a[href*="wikipedia.com"]:before {
  content: "";
}
.theme-social-menu a[href*="apple.com"]:before {
  content: "";
}
.theme-social-menu a[href*="github.com"]:before {
  content: "";
}
.theme-social-menu a[href*="github.io"]:before {
  content: "";
}
.theme-social-menu a[href*="windows.com"]:before {
  content: "";
}
.theme-social-menu a[href*="tripadvisor."]:before {
  content: "";
}
.theme-social-menu a[href*="slideshare.net"]:before {
  content: "";
}
.theme-social-menu a[href*=".rss"]:before {
  content: "";
}
.theme-social-menu a[href*="vk.com"]:before {
  content: "";
}
.theme-social-menu a[href*="tel:"]:before {
  content: "";
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 2.14286em;
}
@media screen and (min-width: 48em) {
  .alignleft {
    margin-right: 1.875em;
  }
}

.alignright {
  display: inline;
  float: right;
  margin-left: 2.14286em;
}
@media screen and (min-width: 48em) {
  .alignright {
    margin-left: 1.875em;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright, img.alignleft {
  margin-top: 0.28571em;
  margin-bottom: 1.57143em;
}
@media screen and (min-width: 48em) {
  img.alignright, img.alignleft {
    margin-top: 0.25em;
    margin-bottom: 1.375em;
  }
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.navigation:after,
.navigation:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.navigation:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #6d6d6d;
}
body .widget a {
  color: #888888;
}
body .widget a:hover {
  color: #fff;
  text-decoration: none;
}
.widget + .widget {
  margin-top: 4.9375em;
}
.widget .widget-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 1.6em;
  text-transform: lowercase;
}
.widget ol, .widget ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}
.widget ol li + li, .widget ul li + li {
  margin-top: 0.875em;
}
.widget ol ul, .widget ol ol, .widget ul ul, .widget ul ol {
  margin: 1.5em 0 0 1.28571em;
}
.widget.widget_calendar {
  max-width: 300px;
  color: #484848;
}
.widget.widget_calendar table {
  table-layout: auto;
  border: 1px solid #373737;
}
.widget.widget_calendar caption {
  border-top: 1px solid #373737;
  border-left: 1px solid #373737;
  border-right: 1px solid #373737;
  color: #fff;
  text-align: center;
  padding: 0.71429em 0;
}
.widget.widget_calendar thead {
  background: #202020;
  border: 1px solid #373737;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.15385em;
}
.widget.widget_calendar th, .widget.widget_calendar td {
  border-width: 0;
  width: 28px;
}
.widget.widget_calendar tbody {
  line-height: 2.35714em;
}
.widget.widget_calendar th {
  font-weight: 400;
  color: #666666;
}
.widget.widget_calendar th, .widget.widget_calendar td {
  text-align: center;
  padding: 0;
}
.widget.widget_calendar tbody a {
  color: #fff;
}
.widget.widget_calendar tbody a:hover {
  text-decoration: underline;
}
.widget.widget_calendar tbody tr td:first-child, .widget.widget_calendar tbody tr th:first-child, .widget.widget_calendar thead tr td:first-child, .widget.widget_calendar thead tr th:first-child {
  padding-left: 2.85714em;
}
@media (min-width: 62em) and (max-width: 93.3125em) {
  .widget.widget_calendar tbody tr td:first-child, .widget.widget_calendar tbody tr th:first-child, .widget.widget_calendar thead tr td:first-child, .widget.widget_calendar thead tr th:first-child {
    padding-left: 0;
  }
}
.widget.widget_calendar tbody tr td:last-child, .widget.widget_calendar tbody tr th:last-child, .widget.widget_calendar thead tr td:last-child, .widget.widget_calendar thead tr th:last-child {
  padding-right: 2.85714em;
}
@media (min-width: 62em) and (max-width: 93.3125em) {
  .widget.widget_calendar tbody tr td:last-child, .widget.widget_calendar tbody tr th:last-child, .widget.widget_calendar thead tr td:last-child, .widget.widget_calendar thead tr th:last-child {
    padding-right: 0;
  }
}
.widget.widget_calendar tfoot td {
  text-align: left;
  border-top: 1px solid #373737;
  padding: 0.71429em 1.42857em;
}
.widget.widget_calendar tfoot td:last-child {
  text-align: right;
}
.widget.widget_calendar #next {
  text-align: right;
}
.widget > :last-child {
  margin-bottom: 0;
}
.widget .tagcloud {
  margin: 0 0 -0.42857em 0;
}
.entry-content .widget .tagcloud {
  clear: both;
  margin-top: 3.85em;
}
.entry-content .widget .tagcloud:last-child {
  margin-bottom: 1.4em;
}
.widget .tagcloud a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0 0.5em 0.42857em 0;
  padding: 0;
  display: inline-block;
  background: transparent;
  -moz-transition: border-color 0.15s ease-in-out, background 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, background 0.15s ease-in-out, color 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, background 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, background 0.15s ease-in-out, color 0.15s ease-in-out;
}
.widget .tagcloud a:hover {
  color: #fff;
}
.widget.widget_googleplus_badge .widget-title + div, .widget.widget-grofile .widget-title + img,
.widget .widget-title + .milestone-content,
.widget .widget-title + .gr_custom_widget,
.widget .widget-title + figure,
.widget .widget-title + iframe, .widget.widget_media_image .widget-title + img,
.widget .widget-title + .search-form-wrapper,
.widget .widget-title + .calendar_wrap {
  padding-top: 0.28571em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
  padding-top: 1.28571em;
}
@media screen and (min-width: 48em) {
  .content-area {
    padding-top: 0.9375em;
  }
}
@media screen and (min-width: 62em) {
  .content-area {
    padding-top: 1.125em;
  }
  .content-area:not(.full-width) {
    float: left;
    width: 77.58%;
    max-width: 848px;
    padding-right: 5em;
  }
}

.site-content .widget-area {
  overflow: hidden;
  padding-top: 5em;
}
@media screen and (min-width: 62em) {
  .site-content .widget-area {
    padding-top: 1.125em;
    float: right;
    width: 22.42%;
    margin-top: 0;
  }
}

.site-content {
  padding-bottom: 7.14286em;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.dropdown-toggle,
.menu-toggle-wrapper .menu-toggle {
  border-radius: 0;
  border: 0px solid;
  width: 45px;
  padding: 0;
  height: 45px;
  position: relative;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}
.dropdown-toggle:hover,
.menu-toggle-wrapper .menu-toggle:hover {
  background: transparent;
}
.dropdown-toggle > span:not(.screen-reader-text),
.menu-toggle-wrapper .menu-toggle > span:not(.screen-reader-text) {
  width: 20px;
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  margin-left: 12px;
}
.dropdown-toggle > span:not(.screen-reader-text) span,
.menu-toggle-wrapper .menu-toggle > span:not(.screen-reader-text) span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #888888;
  opacity: 1;
  left: 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
}
.dropdown-toggle > span:not(.screen-reader-text) span:nth-child(1),
.menu-toggle-wrapper .menu-toggle > span:not(.screen-reader-text) span:nth-child(1) {
  top: 14px;
}
.dropdown-toggle > span:not(.screen-reader-text) span:nth-child(2), .dropdown-toggle > span:not(.screen-reader-text) span:nth-child(3),
.menu-toggle-wrapper .menu-toggle > span:not(.screen-reader-text) span:nth-child(2),
.menu-toggle-wrapper .menu-toggle > span:not(.screen-reader-text) span:nth-child(3) {
  top: 20px;
}
.dropdown-toggle > span:not(.screen-reader-text) span:nth-child(4),
.menu-toggle-wrapper .menu-toggle > span:not(.screen-reader-text) span:nth-child(4) {
  top: 26px;
}
.dropdown-toggle.toggled-on span span:nth-child(1),
.menu-toggle-wrapper .menu-toggle.toggled-on span span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 10px;
}
.dropdown-toggle.toggled-on span span:nth-child(2),
.menu-toggle-wrapper .menu-toggle.toggled-on span span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown-toggle.toggled-on span span:nth-child(3),
.menu-toggle-wrapper .menu-toggle.toggled-on span span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dropdown-toggle.toggled-on span span:nth-child(4),
.menu-toggle-wrapper .menu-toggle.toggled-on span span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 10px;
}
.dropdown-toggle:hover,
.menu-toggle-wrapper .menu-toggle:hover {
  background: transparent;
}
.dropdown-toggle:hover > span:not(.screen-reader-text) span,
.menu-toggle-wrapper .menu-toggle:hover > span:not(.screen-reader-text) span {
  background: #fff;
}

.dropdown-toggle > span:not(.screen-reader-text) span {
  background: #fff;
}

.dropdown-toggle span span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 10px;
}
.dropdown-toggle span span:nth-child(2) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.dropdown-toggle span span:nth-child(3) {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.dropdown-toggle span span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 10px;
}

body.toggled-on .site {
  overflow: hidden;
  height: 100vh;
}
body.toggled-on .site .site-content, body.toggled-on .site .site-footer {
  display: none;
}

.site-header-menu {
  height: 0;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  padding: 0.92857em 2.85714em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #0e0e0e;
  z-index: 100;
}
@media (min-width: 48em) {
  .site-header-menu {
    padding: 0.8125em 2.5em;
  }
}
.site-header-menu .wrapper-top,
.site-header-menu .main-navigation {
  max-width: 420px;
  margin: 0 auto;
}
.site-header-menu.toggled-on {
  overflow: auto;
  visibility: visible;
  opacity: 1;
  height: auto;
  min-height: 100%;
}

.site-branding {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.site-branding .site-logo-wrapper + .menu-toggle-wrapper,
.site-branding .top-navigation-right {
  margin: 0 0 0 auto;
}

.menu-toggle-wrapper {
  position: relative;
  z-index: 10000;
  padding: 1.28571em 0;
  margin-left: 1.14286em;
  margin-right: -0.78571em;
}
@media screen and (min-width: 48em) {
  .menu-toggle-wrapper {
    margin-left: 1em;
    padding: 1.125em 0;
    margin-right: -0.6875em;
  }
}

.site-logo-wrapper {
  padding: 1.64286em 0;
}
@media screen and (min-width: 62em) {
  .site-logo-wrapper {
    padding: 1.4375em 0;
  }
}

.site-header .site-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .site-header .site-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 62em) {
  .site-header .site-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.site-header .site-title a {
  color: #fff;
}
.site-header .site-title a:hover {
  text-decoration: none;
}
.site-header .site-description {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  margin: 0;
  overflow: hidden;
}

.custom-logo {
  max-width: 280px;
  display: block;
  margin: 0;
}

.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
}

.entry-meta {
  display: none;
  color: #6d6d6d;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.29231;
  padding-top: 0.30769em;
}
.entry-meta > div + div {
  margin-top: 0.84615em;
}
body .entry-meta a {
  color: #888888;
}
body .entry-meta a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .entry-meta {
    display: block;
  }
}
body.single .entry-wrapper + .entry-meta {
  margin-top: 4.21429em;
}
@media screen and (min-width: 48em) {
  body.single .entry-wrapper + .entry-meta {
    margin-top: 3.6875em;
  }
}
body.single .entry-meta {
  display: block;
  padding-top: 0;
}

.entry-content .sharedaddy {
  margin-top: 4.21429em;
}
@media screen and (min-width: 48em) {
  .entry-content .sharedaddy {
    margin-top: 3.6875em;
  }
}
.entry-content a {
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
}

.sticky-post {
  color: #fff;
  font-weight: 700;
}

.post-thumbnail {
  display: block;
  margin: 0 0 1.64286em;
}
@media screen and (min-width: 48em) {
  .post-thumbnail {
    margin: 0 0 2.125em;
  }
}
.post-thumbnail img {
  display: block;
  margin: 0 auto;
}
body.page .post-thumbnail {
  margin: 0 0 1.85714em;
}
@media screen and (min-width: 48em) {
  body.page .post-thumbnail {
    margin: 0 0 1.625em;
  }
}
body.single .post-thumbnail {
  position: relative;
}
body.single .post-thumbnail.post-thumbnail-empty {
  margin-bottom: 0;
}
body.single .post-thumbnail .post-thumbnail-wrapper img {
  margin: 0;
}
@media screen and (min-width: 48em) {
  body.single .post-thumbnail .post-thumbnail-wrapper {
    padding-right: 8.75em;
  }
}

body.page .entry-title, .page-title {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
  margin: -0.30556em 0 1.23529em;
}
@media screen and (min-width: 48em) {
  body.page .entry-title, .page-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.47778;
    margin: -0.30556em 0 1.16667em;
  }
}

body.single .entry-title,
body.blog .entry-title,
body.search .entry-title,
body.archive .entry-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
  margin: 0 0 1.54545em;
}
@media screen and (min-width: 48em) {
  body.single .entry-title,
  body.blog .entry-title,
  body.search .entry-title,
  body.archive .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.33077;
    margin: 0 0 1.30769em;
  }
}

body.search-no-results .page-content .form-search-wrapper,
body.error404 .page-content .form-search-wrapper {
  margin-top: 2.57143em;
}
@media screen and (min-width: 48em) {
  body.search-no-results .page-content .form-search-wrapper,
  body.error404 .page-content .form-search-wrapper {
    margin-top: 2.5em;
  }
}

.entry-row .entry-meta {
  text-align: right;
}
@media screen and (min-width: 48em) {
  .entry-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .entry-row .entry-meta {
    width: 22.92818%;
  }
  .entry-row .entry-wrapper {
    width: 77.07182%;
    padding-left: 4.6595%;
  }
}
@media screen and (min-width: 62em) {
  .entry-row .entry-meta {
    width: 23.92718%;
  }
  .entry-row .entry-wrapper {
    width: 76.07282%;
    padding-left: 8.54701%;
  }
}

.page-links {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

body.search article + article,
body.archive article + article,
body.blog article + article {
  margin-top: 6.64286em;
}
body.search article + article.has-post-thumbnail,
body.archive article + article.has-post-thumbnail,
body.blog article + article.has-post-thumbnail {
  margin-top: 7.14286em;
}
@media screen and (min-width: 48em) {
  body.search article + article,
  body.archive article + article,
  body.blog article + article {
    margin-top: 6.25em;
  }
}

.entry-author h1,
.textwidget h1,
.comment-content h1,
.archive-description h1,
.entry-content h1,
.entry-summary h1 {
  margin-top: 1.8125em;
  margin-bottom: 1.125em;
}
.entry-author h2,
.textwidget h2,
.comment-content h2,
.archive-description h2,
.entry-content h2,
.entry-summary h2 {
  margin-top: 2.07143em;
  margin-bottom: 1.28571em;
}
.entry-author h3,
.textwidget h3,
.comment-content h3,
.archive-description h3,
.entry-content h3,
.entry-summary h3 {
  margin-top: 2.5em;
  margin-bottom: 1.375em;
}
.entry-author h4,
.textwidget h4,
.comment-content h4,
.archive-description h4,
.entry-content h4,
.entry-summary h4 {
  margin-top: 2.72727em;
  margin-bottom: 1.5em;
}
.entry-author h5,
.textwidget h5,
.comment-content h5,
.archive-description h5,
.entry-content h5,
.entry-summary h5 {
  margin-top: 3em;
  margin-bottom: 1.6em;
}
.entry-author h6,
.textwidget h6,
.comment-content h6,
.archive-description h6,
.entry-content h6,
.entry-summary h6 {
  margin-top: 3.38889em;
  margin-bottom: 1.66667em;
}
@media screen and (min-width: 48em) {
  .entry-author h1,
  .textwidget h1,
  .comment-content h1,
  .archive-description h1,
  .entry-content h1,
  .entry-summary h1 {
    margin-top: 1.70588em;
    margin-bottom: 1.11765em;
  }
  .entry-author h2,
  .textwidget h2,
  .comment-content h2,
  .archive-description h2,
  .entry-content h2,
  .entry-summary h2 {
    margin-top: 1.9em;
    margin-bottom: 1.2em;
  }
  .entry-author h3,
  .textwidget h3,
  .comment-content h3,
  .archive-description h3,
  .entry-content h3,
  .entry-summary h3 {
    margin-top: 2.23077em;
    margin-bottom: 1.26923em;
  }
  .entry-author h4,
  .textwidget h4,
  .comment-content h4,
  .archive-description h4,
  .entry-content h4,
  .entry-summary h4 {
    margin-top: 2.45833em;
    margin-bottom: 1.375em;
  }
  .entry-author h5,
  .textwidget h5,
  .comment-content h5,
  .archive-description h5,
  .entry-content h5,
  .entry-summary h5 {
    margin-top: 2.72727em;
    margin-bottom: 1.45455em;
  }
  .entry-author h6,
  .textwidget h6,
  .comment-content h6,
  .archive-description h6,
  .entry-content h6,
  .entry-summary h6 {
    margin-top: 3em;
    margin-bottom: 1.5em;
  }
}
.entry-author h1:first-child,
.entry-author h2:first-child,
.entry-author h3:first-child,
.entry-author h4:first-child,
.entry-author h5:first-child,
.entry-author h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.archive-description h1:first-child,
.archive-description h2:first-child,
.archive-description h3:first-child,
.archive-description h4:first-child,
.archive-description h5:first-child,
.archive-description h6:first-child,
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child {
  margin-top: 0;
}
.entry-author > .gallery:first-child, .entry-author > .wp-caption:first-child, .entry-author > .gallery-caption:first-child, .entry-author > img.aligncenter:first-child, .entry-author > img.alignnone:first-child,
.textwidget > .gallery:first-child,
.textwidget > .wp-caption:first-child,
.textwidget > .gallery-caption:first-child,
.textwidget > img.aligncenter:first-child,
.textwidget > img.alignnone:first-child,
.comment-content > .gallery:first-child,
.comment-content > .wp-caption:first-child,
.comment-content > .gallery-caption:first-child,
.comment-content > img.aligncenter:first-child,
.comment-content > img.alignnone:first-child,
.archive-description > .gallery:first-child,
.archive-description > .wp-caption:first-child,
.archive-description > .gallery-caption:first-child,
.archive-description > img.aligncenter:first-child,
.archive-description > img.alignnone:first-child,
.entry-content > .gallery:first-child,
.entry-content > .wp-caption:first-child,
.entry-content > .gallery-caption:first-child,
.entry-content > img.aligncenter:first-child,
.entry-content > img.alignnone:first-child,
.entry-summary > .gallery:first-child,
.entry-summary > .wp-caption:first-child,
.entry-summary > .gallery-caption:first-child,
.entry-summary > img.aligncenter:first-child,
.entry-summary > img.alignnone:first-child {
  margin-top: 0.21429em;
}
@media screen and (min-width: 48em) {
  .entry-author > .gallery:first-child, .entry-author > .wp-caption:first-child, .entry-author > .gallery-caption:first-child, .entry-author > img.aligncenter:first-child, .entry-author > img.alignnone:first-child,
  .textwidget > .gallery:first-child,
  .textwidget > .wp-caption:first-child,
  .textwidget > .gallery-caption:first-child,
  .textwidget > img.aligncenter:first-child,
  .textwidget > img.alignnone:first-child,
  .comment-content > .gallery:first-child,
  .comment-content > .wp-caption:first-child,
  .comment-content > .gallery-caption:first-child,
  .comment-content > img.aligncenter:first-child,
  .comment-content > img.alignnone:first-child,
  .archive-description > .gallery:first-child,
  .archive-description > .wp-caption:first-child,
  .archive-description > .gallery-caption:first-child,
  .archive-description > img.aligncenter:first-child,
  .archive-description > img.alignnone:first-child,
  .entry-content > .gallery:first-child,
  .entry-content > .wp-caption:first-child,
  .entry-content > .gallery-caption:first-child,
  .entry-content > img.aligncenter:first-child,
  .entry-content > img.alignnone:first-child,
  .entry-summary > .gallery:first-child,
  .entry-summary > .wp-caption:first-child,
  .entry-summary > .gallery-caption:first-child,
  .entry-summary > img.aligncenter:first-child,
  .entry-summary > img.alignnone:first-child {
    margin-top: 0.1875em;
  }
}
.entry-author > *:first-child,
.textwidget > *:first-child,
.comment-content > *:first-child,
.archive-description > *:first-child,
.entry-content > *:first-child,
.entry-summary > *:first-child {
  margin-top: 0;
}
.entry-author > p:first-child .wp-caption, .entry-author > p:first-child .gallery-caption, .entry-author > p:first-child img.aligncenter, .entry-author > p:first-child img.alignnone,
.textwidget > p:first-child .wp-caption,
.textwidget > p:first-child .gallery-caption,
.textwidget > p:first-child img.aligncenter,
.textwidget > p:first-child img.alignnone,
.comment-content > p:first-child .wp-caption,
.comment-content > p:first-child .gallery-caption,
.comment-content > p:first-child img.aligncenter,
.comment-content > p:first-child img.alignnone,
.archive-description > p:first-child .wp-caption,
.archive-description > p:first-child .gallery-caption,
.archive-description > p:first-child img.aligncenter,
.archive-description > p:first-child img.alignnone,
.entry-content > p:first-child .wp-caption,
.entry-content > p:first-child .gallery-caption,
.entry-content > p:first-child img.aligncenter,
.entry-content > p:first-child img.alignnone,
.entry-summary > p:first-child .wp-caption,
.entry-summary > p:first-child .gallery-caption,
.entry-summary > p:first-child img.aligncenter,
.entry-summary > p:first-child img.alignnone {
  margin-top: 0.21429em;
}
@media screen and (min-width: 48em) {
  .entry-author > p:first-child .wp-caption, .entry-author > p:first-child .gallery-caption, .entry-author > p:first-child img.aligncenter, .entry-author > p:first-child img.alignnone,
  .textwidget > p:first-child .wp-caption,
  .textwidget > p:first-child .gallery-caption,
  .textwidget > p:first-child img.aligncenter,
  .textwidget > p:first-child img.alignnone,
  .comment-content > p:first-child .wp-caption,
  .comment-content > p:first-child .gallery-caption,
  .comment-content > p:first-child img.aligncenter,
  .comment-content > p:first-child img.alignnone,
  .archive-description > p:first-child .wp-caption,
  .archive-description > p:first-child .gallery-caption,
  .archive-description > p:first-child img.aligncenter,
  .archive-description > p:first-child img.alignnone,
  .entry-content > p:first-child .wp-caption,
  .entry-content > p:first-child .gallery-caption,
  .entry-content > p:first-child img.aligncenter,
  .entry-content > p:first-child img.alignnone,
  .entry-summary > p:first-child .wp-caption,
  .entry-summary > p:first-child .gallery-caption,
  .entry-summary > p:first-child img.aligncenter,
  .entry-summary > p:first-child img.alignnone {
    margin-top: 0.1875em;
  }
}
.entry-author > :last-child,
.textwidget > :last-child,
.comment-content > :last-child,
.archive-description > :last-child,
.entry-content > :last-child,
.entry-summary > :last-child {
  margin-bottom: 0;
}
.entry-author > .gallery:last-child,
.textwidget > .gallery:last-child,
.comment-content > .gallery:last-child,
.archive-description > .gallery:last-child,
.entry-content > .gallery:last-child,
.entry-summary > .gallery:last-child {
  margin-bottom: -1.42857em;
}
@media screen and (min-width: 48em) {
  .entry-author > .gallery:last-child,
  .textwidget > .gallery:last-child,
  .comment-content > .gallery:last-child,
  .archive-description > .gallery:last-child,
  .entry-content > .gallery:last-child,
  .entry-summary > .gallery:last-child {
    margin-bottom: -1.25em;
  }
}

.post-navigation .post-title,
.entry-title,
.comments-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.entry-author,
.comments-area {
  padding-top: 5.5em;
}
@media screen and (min-width: 48em) {
  .entry-author,
  .comments-area {
    padding-top: 6.125em;
  }
}

.comment-reply-title,
.comments-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .comment-reply-title,
  .comments-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.33077;
    margin-bottom: 0.15385em;
  }
}

.author-heading {
  overflow: hidden;
  padding-top: 0.57143em;
}
@media screen and (min-width: 48em) {
  .author-heading {
    padding-top: 0.5em;
  }
}

.author-avatar {
  float: left;
  margin: 0 2.14286em 2.14286em 0;
}
@media screen and (min-width: 48em) {
  .author-avatar {
    margin: 0 1.875em 1.875em 0;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body {
  padding-bottom: 0.64286em;
  padding-top: 2.28571em;
}
@media screen and (min-width: 48em) {
  .comment-body {
    padding-bottom: 0.5625em;
    padding-top: 2em;
  }
}

.comment-reply-title small {
  font-weight: 400;
}

.comment-list + .comment-respond {
  padding-top: 6.42857em;
}
@media screen and (min-width: 48em) {
  .comment-list + .comment-respond {
    padding-top: 5.625em;
  }
}
.comment-list + .comment-respond form {
  margin: 0;
}

.comment-reply-title {
  margin-bottom: 1.38462em;
}

.comment-list {
  list-style: none;
  margin: 0;
}
.comment-list li.comment + li {
  margin: 0;
}

.comment-list .children {
  list-style: none;
  margin: 0 0 0 1.14286em;
}

.comment-author .avatar {
  float: left;
  position: relative;
  height: 40px;
  width: 40px;
  margin: -0.64286em 1.42857em 0 0;
}
@media screen and (min-width: 48em) {
  .comment-author .avatar {
    margin: -0.5625em 1.25em 0 0;
    height: 60px;
    width: 60px;
  }
}
.comment-author .fn {
  font-weight: 600;
  display: block;
  margin-top: 0.78571em;
}

.comment-metadata > a,
.pingback .edit-link > a {
  margin-right: 1em;
}

.comment-meta {
  margin: 0 0 2.71429em 0;
}
@media screen and (min-width: 48em) {
  .comment-meta {
    margin: 0 0 2.375em 0;
  }
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-body + .comment-respond {
  padding-top: 2.71429em;
}
@media screen and (min-width: 48em) {
  .comment-body + .comment-respond {
    padding-top: 2.375em;
  }
}

.reply {
  margin-top: 1.42857em;
}
@media screen and (min-width: 48em) {
  .reply {
    margin-top: 1.25em;
  }
}

.comment-form {
  max-width: 100%;
}
.comment-form p.form-submit {
  margin-top: 2.85714em;
}
@media screen and (min-width: 48em) {
  .comment-form p.form-submit {
    margin-top: 2.5em;
  }
}

.comment-metadata,
.pingback .edit-link,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.comment-metadata a,
.pingback .edit-link a,
.comment-notes a,
.comment-awaiting-moderation a,
.logged-in-as a,
.form-allowed-tags a {
  color: inherit;
}
.comment-metadata a:hover,
.pingback .edit-link a:hover,
.comment-notes a:hover,
.comment-awaiting-moderation a:hover,
.logged-in-as a:hover,
.form-allowed-tags a:hover {
  color: #fff;
  text-decoration: none;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  margin-bottom: 2.23077em;
}

.form-submit {
  margin-bottom: 0;
}

.no-comments {
  margin-bottom: 0;
}

.page-template-template-full-width-grid-page .comment-list + .comment-respond p.form-submit,
.page-template-template-full-width-grid-page .comment-list > li:last-child .comment-body + .comment-respond p.form-submit, .page-template-template-full-width-grid-page .comment-form {
  margin-bottom: 0;
}
.page-template-template-full-width-grid-page .comment-list > li:last-child .comment-body + .comment-respond,
.page-template-template-full-width-grid-page .comment-list + .comment-respond {
  padding-bottom: 0;
}

 /*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 0 0 3.28571em;
}
.site-footer .footer-navigation, .site-footer .site-info {
  margin-bottom: 1.21429em;
}
@media screen and (min-width: 62em) {
  .site-footer {
    text-align: left;
  }
  .site-footer .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer .footer-navigation {
    -webkit-order: 1;
    order: 1;
    margin: 0  0 0 auto;
  }
  .site-footer .site-info {
    -webkit-order: 0;
    order: 0;
  }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.infinite-wrap {
  margin-top: 6.25em;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.site .avatar {
  border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
  display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0.28571em;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
  box-shadow: none;
}

embed,
iframe,
object,
video,
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  margin: 0 0 1.4em;
}

.wp-playlist.wp-audio-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 0.7142857143em;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.content-area .wp-caption, .content-area .gallery-caption, .content-area img.aligncenter, .content-area img.alignnone {
  margin-top: 2.5em;
  margin-bottom: 1.85714em;
  max-width: 100%;
}
.content-area .wp-caption.alignright, .content-area .wp-caption.alignleft, .content-area .gallery-caption.alignright, .content-area .gallery-caption.alignleft, .content-area img.aligncenter.alignright, .content-area img.aligncenter.alignleft, .content-area img.alignnone.alignright, .content-area img.alignnone.alignleft {
  margin-top: 0.28571em;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.29231;
  margin: 1.30769em 0 2.30769em;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-top: 3.07143em;
  margin-bottom: 2.14286em;
  margin-left: -1.42857em;
}
@media screen and (min-width: 48em) {
  .gallery {
    margin-top: 2.6875em;
    margin-bottom: 1.875em;
    margin-left: -1.25em;
  }
}
.gallery img {
  display: block;
  margin: 0 auto;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1.42857em;
  padding-left: 1.42857em;
}
@media screen and (min-width: 48em) {
  .gallery-item {
    margin-bottom: 1.25em;
    padding-left: 1.25em;
  }
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@media screen and (min-width: 48em) {
  embed,
  iframe,
  object,
  video,
  .wp-audio-shortcode,
  .wp-video,
  .wp-playlist.wp-audio-playlist {
    margin: 0 0 1.225em;
  }

  p > embed,
  p > iframe,
  p > object,
  p > video {
    margin-bottom: 0.25em;
  }
}
@media screen and (min-width: 48em) {
  .content-area .wp-caption, .content-area .gallery-caption, .content-area img.aligncenter, .content-area img.alignnone {
    margin-bottom: 1.5625em;
    margin-top: 2.125em;
  }
  .content-area .wp-caption.alignright, .content-area .wp-caption.alignleft, .content-area .gallery-caption.alignright, .content-area .gallery-caption.alignleft, .content-area img.aligncenter.alignright, .content-area img.aligncenter.alignleft, .content-area img.alignnone.alignright, .content-area img.alignnone.alignleft {
    margin-top: 0.25em;
  }

  .wp-caption-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    margin: 1.14286em 0 2.14286em;
  }
}
/*--------------------------------------------------------------
# Theme white
--------------------------------------------------------------*/
body.theme-white {
  background: #fff;
  color: #505050;
}
body.theme-white small {
  color: #505050;
}
body.theme-white .menu-primary-container .dropdown-toggle:hover,
body.theme-white .search-form .search-submit:hover {
  background: transparent;
}
body.theme-white h1, body.theme-white h2, body.theme-white h3, body.theme-white h4, body.theme-white h5, body.theme-white h6,
body.theme-white a, body.theme-white a:hover,
body.theme-white blockquote,
body.theme-white th,
body.theme-white .site-header .site-title a,
body.theme-white select,
body.theme-white input[type="text"],
body.theme-white input[type="email"],
body.theme-white input[type="url"],
body.theme-white input[type="password"],
body.theme-white input[type="search"],
body.theme-white input[type="number"],
body.theme-white input[type="tel"],
body.theme-white input[type="range"],
body.theme-white input[type="date"],
body.theme-white input[type="month"],
body.theme-white input[type="week"],
body.theme-white input[type="time"],
body.theme-white input[type="datetime"],
body.theme-white input[type="datetime-local"],
body.theme-white input[type="color"],
body.theme-white textarea,
body.theme-white .search-form .search-submit:hover {
  color: #080808;
}
body.theme-white blockquote,
body.theme-white hr {
  border-bottom-color: #f0f0f0;
}
body.theme-white th,
body.theme-white td {
  border-color: #adadad;
}
body.theme-white code, body.theme-white kbd, body.theme-white tt, body.theme-white var, body.theme-white pre {
  background: #f0f0f0;
}
body.theme-white mark, body.theme-white ins {
  background: #080808;
  color: #fff;
}
body.theme-white blockquote cite, body.theme-white blockquote small {
  color: #505050;
}
body.theme-white .footer-navigation a,
body.theme-white button,
body.theme-white .button,
body.theme-white input[type="button"],
body.theme-white input[type="reset"],
body.theme-white input[type="submit"] {
  border-color: #adadad;
  color: #080808;
  background-color: #fff;
}
body.theme-white .footer-navigation a:hover,
body.theme-white button:hover,
body.theme-white .button:hover,
body.theme-white input[type="button"]:hover,
body.theme-white input[type="reset"]:hover,
body.theme-white input[type="submit"]:hover {
  color: #fff;
  background-color: #080808;
  border-color: #080808;
}
body.theme-white button[disabled], fieldset[disabled] body.theme-white button,
body.theme-white .button[disabled], fieldset[disabled]
body.theme-white .button,
body.theme-white input[type="button"][disabled], fieldset[disabled]
body.theme-white input[type="button"],
body.theme-white input[type="reset"][disabled], fieldset[disabled]
body.theme-white input[type="reset"],
body.theme-white input[type="submit"][disabled], fieldset[disabled]
body.theme-white input[type="submit"] {
  color: #505050;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
body.theme-white select,
body.theme-white input[type="text"],
body.theme-white input[type="email"],
body.theme-white input[type="url"],
body.theme-white input[type="password"],
body.theme-white input[type="search"],
body.theme-white input[type="number"],
body.theme-white input[type="tel"],
body.theme-white input[type="range"],
body.theme-white input[type="date"],
body.theme-white input[type="month"],
body.theme-white input[type="week"],
body.theme-white input[type="time"],
body.theme-white input[type="datetime"],
body.theme-white input[type="datetime-local"],
body.theme-white input[type="color"],
body.theme-white textarea {
  background-color: #fff;
  border-color: #adadad;
}
body.theme-white select:focus,
body.theme-white input[type="text"]:focus,
body.theme-white input[type="email"]:focus,
body.theme-white input[type="url"]:focus,
body.theme-white input[type="password"]:focus,
body.theme-white input[type="search"]:focus,
body.theme-white input[type="number"]:focus,
body.theme-white input[type="tel"]:focus,
body.theme-white input[type="range"]:focus,
body.theme-white input[type="date"]:focus,
body.theme-white input[type="month"]:focus,
body.theme-white input[type="week"]:focus,
body.theme-white input[type="time"]:focus,
body.theme-white input[type="datetime"]:focus,
body.theme-white input[type="datetime-local"]:focus,
body.theme-white input[type="color"]:focus,
body.theme-white textarea:focus {
  border-color: #808080;
  color: #080808;
}
body.theme-white select[disabled], body.theme-white select[readonly], fieldset[disabled] body.theme-white select,
body.theme-white input[type="text"][disabled],
body.theme-white input[type="text"][readonly], fieldset[disabled]
body.theme-white input[type="text"],
body.theme-white input[type="email"][disabled],
body.theme-white input[type="email"][readonly], fieldset[disabled]
body.theme-white input[type="email"],
body.theme-white input[type="url"][disabled],
body.theme-white input[type="url"][readonly], fieldset[disabled]
body.theme-white input[type="url"],
body.theme-white input[type="password"][disabled],
body.theme-white input[type="password"][readonly], fieldset[disabled]
body.theme-white input[type="password"],
body.theme-white input[type="search"][disabled],
body.theme-white input[type="search"][readonly], fieldset[disabled]
body.theme-white input[type="search"],
body.theme-white input[type="number"][disabled],
body.theme-white input[type="number"][readonly], fieldset[disabled]
body.theme-white input[type="number"],
body.theme-white input[type="tel"][disabled],
body.theme-white input[type="tel"][readonly], fieldset[disabled]
body.theme-white input[type="tel"],
body.theme-white input[type="range"][disabled],
body.theme-white input[type="range"][readonly], fieldset[disabled]
body.theme-white input[type="range"],
body.theme-white input[type="date"][disabled],
body.theme-white input[type="date"][readonly], fieldset[disabled]
body.theme-white input[type="date"],
body.theme-white input[type="month"][disabled],
body.theme-white input[type="month"][readonly], fieldset[disabled]
body.theme-white input[type="month"],
body.theme-white input[type="week"][disabled],
body.theme-white input[type="week"][readonly], fieldset[disabled]
body.theme-white input[type="week"],
body.theme-white input[type="time"][disabled],
body.theme-white input[type="time"][readonly], fieldset[disabled]
body.theme-white input[type="time"],
body.theme-white input[type="datetime"][disabled],
body.theme-white input[type="datetime"][readonly], fieldset[disabled]
body.theme-white input[type="datetime"],
body.theme-white input[type="datetime-local"][disabled],
body.theme-white input[type="datetime-local"][readonly], fieldset[disabled]
body.theme-white input[type="datetime-local"],
body.theme-white input[type="color"][disabled],
body.theme-white input[type="color"][readonly], fieldset[disabled]
body.theme-white input[type="color"],
body.theme-white textarea[disabled],
body.theme-white textarea[readonly], fieldset[disabled]
body.theme-white textarea {
  color: #505050;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
body.theme-white select::-moz-placeholder,
body.theme-white input[type="text"]::-moz-placeholder,
body.theme-white input[type="email"]::-moz-placeholder,
body.theme-white input[type="url"]::-moz-placeholder,
body.theme-white input[type="password"]::-moz-placeholder,
body.theme-white input[type="search"]::-moz-placeholder,
body.theme-white input[type="number"]::-moz-placeholder,
body.theme-white input[type="tel"]::-moz-placeholder,
body.theme-white input[type="range"]::-moz-placeholder,
body.theme-white input[type="date"]::-moz-placeholder,
body.theme-white input[type="month"]::-moz-placeholder,
body.theme-white input[type="week"]::-moz-placeholder,
body.theme-white input[type="time"]::-moz-placeholder,
body.theme-white input[type="datetime"]::-moz-placeholder,
body.theme-white input[type="datetime-local"]::-moz-placeholder,
body.theme-white input[type="color"]::-moz-placeholder,
body.theme-white textarea::-moz-placeholder {
  color: #505050;
  opacity: 1;
}
body.theme-white select:-ms-input-placeholder,
body.theme-white input[type="text"]:-ms-input-placeholder,
body.theme-white input[type="email"]:-ms-input-placeholder,
body.theme-white input[type="url"]:-ms-input-placeholder,
body.theme-white input[type="password"]:-ms-input-placeholder,
body.theme-white input[type="search"]:-ms-input-placeholder,
body.theme-white input[type="number"]:-ms-input-placeholder,
body.theme-white input[type="tel"]:-ms-input-placeholder,
body.theme-white input[type="range"]:-ms-input-placeholder,
body.theme-white input[type="date"]:-ms-input-placeholder,
body.theme-white input[type="month"]:-ms-input-placeholder,
body.theme-white input[type="week"]:-ms-input-placeholder,
body.theme-white input[type="time"]:-ms-input-placeholder,
body.theme-white input[type="datetime"]:-ms-input-placeholder,
body.theme-white input[type="datetime-local"]:-ms-input-placeholder,
body.theme-white input[type="color"]:-ms-input-placeholder,
body.theme-white textarea:-ms-input-placeholder {
  color: #505050;
}
body.theme-white select::-webkit-input-placeholder,
body.theme-white input[type="text"]::-webkit-input-placeholder,
body.theme-white input[type="email"]::-webkit-input-placeholder,
body.theme-white input[type="url"]::-webkit-input-placeholder,
body.theme-white input[type="password"]::-webkit-input-placeholder,
body.theme-white input[type="search"]::-webkit-input-placeholder,
body.theme-white input[type="number"]::-webkit-input-placeholder,
body.theme-white input[type="tel"]::-webkit-input-placeholder,
body.theme-white input[type="range"]::-webkit-input-placeholder,
body.theme-white input[type="date"]::-webkit-input-placeholder,
body.theme-white input[type="month"]::-webkit-input-placeholder,
body.theme-white input[type="week"]::-webkit-input-placeholder,
body.theme-white input[type="time"]::-webkit-input-placeholder,
body.theme-white input[type="datetime"]::-webkit-input-placeholder,
body.theme-white input[type="datetime-local"]::-webkit-input-placeholder,
body.theme-white input[type="color"]::-webkit-input-placeholder,
body.theme-white textarea::-webkit-input-placeholder {
  color: #505050;
}
body.theme-white select {
  background-image: url(images/angle-down-lite.svg);
}
body.theme-white .dropdown-toggle > span:not(.screen-reader-text) span {
  background: #080808;
}
body.theme-white .widget {
  color: #808080;
}
body.theme-white .widget a:hover {
  color: #080808;
  text-decoration: underline;
}
body.theme-white .widget.widget_calendar {
  color: #505050;
}
body.theme-white .widget.widget_calendar table {
  border-color: #adadad;
}
body.theme-white .widget.widget_calendar caption {
  border-top-color: #adadad;
  border-left-color: #adadad;
  border-right-color: #adadad;
  color: #080808;
}
body.theme-white .widget.widget_calendar thead {
  background: #f0f0f0;
  border-color: #adadad;
}
body.theme-white .widget.widget_calendar th {
  color: #676767;
}
body.theme-white .widget.widget_calendar tbody a {
  color: #080808;
}
body.theme-white .widget.widget_calendar tfoot td {
  border-top-color: #adadad;
}
body.theme-white .entry-meta {
  color: #808080;
}
body.theme-white .entry-meta a {
  color: #505050;
}
body.theme-white .entry-meta a:hover {
  color: #080808;
  text-decoration: underline;
}
body.theme-white #infinite-handle span button, body.theme-white #infinite-handle span button:hover, body.theme-white #infinite-handle span button:focus {
  color: #808080;
}
body.theme-white .post-thumbnail-navigation a.to-content,
body.theme-white .pagination a.prev,
body.theme-white .post-thumbnail-navigation .prev .empty, body.theme-white .post-thumbnail-navigation .prev a, body.theme-white .post-thumbnail-navigation a[rel="prev"],
body.theme-white #infinite-handle span button, body.theme-white #infinite-handle span button:focus,
body.theme-white .pagination a.next,
body.theme-white .post-thumbnail-navigation .next .empty, body.theme-white .post-thumbnail-navigation .next a, body.theme-white .post-thumbnail-navigation a[rel="next"],
body.theme-white .post-navigation a:before {
  background-image: url("./images/icons-lite.svg");
}
body.theme-white .post-thumbnail-navigation .navigation-tooltip {
  background: #080808;
}
body.theme-white .comment-metadata a, body.theme-white .pingback .edit-link a, body.theme-white .comment-notes a, body.theme-white .comment-awaiting-moderation a, body.theme-white .logged-in-as a, body.theme-white .form-allowed-tags a,
body.theme-white .pagination .page-numbers.dots,
body.theme-white .pagination .page-numbers.current {
  color: #808080;
}
body.theme-white:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta a:hover,
body.theme-white .menu-top-right-container a:hover,
body.theme-white .comment-metadata a:hover, body.theme-white .pingback .edit-link a:hover, body.theme-white .comment-notes a:hover, body.theme-white .comment-awaiting-moderation a:hover, body.theme-white .logged-in-as a:hover, body.theme-white .form-allowed-tags a:hover,
body.theme-white .pagination a.page-numbers:hover {
  color: #080808;
}
body.theme-white .site-header-menu .theme-social-menu a:hover:before {
  border-color: #505050;
}
body.theme-white .site-header-menu {
  background: #fff;
}
body.theme-white:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta a,
body.theme-white .main-navigation .current_page_item > a, body.theme-white .main-navigation .current-menu-item > a, body.theme-white .main-navigation .current_page_ancestor > a, body.theme-white .main-navigation .current-menu-ancestor > a {
  color: #505050;
}
body.theme-white .dropdown-toggle:hover > span:not(.screen-reader-text) span, body.theme-white .menu-toggle-wrapper .menu-toggle:hover > span:not(.screen-reader-text) span {
  background: #080808;
}
body.theme-white .dropdown-toggle > span:not(.screen-reader-text) span, body.theme-white .menu-toggle-wrapper .menu-toggle > span:not(.screen-reader-text) span {
  background: #505050;
}
body.theme-white:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta {
  color: #808080;
}
body.theme-white:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry:hover .portfolio-featured-image {
  opacity: 0.9;
}
body.theme-white .menu-top-right-container a {
  color: inherit;
}
body.theme-white .portfolio-entry-title a, body.theme-white .portfolio-entry-title a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
body.page .alignwide, body.single .alignwide {
  width: auto;
  max-width: calc(100% + 1.42857em);
  margin-right: -.714285em;
  margin-left: -.714285em;
}
@media screen and (min-width: 62em) {
  body.page .alignwide, body.single .alignwide {
    max-width: 808px;
    margin-right: -40px;
    margin-left: 0;
  }
}
body.page .alignfull, body.single .alignfull {
  width: auto;
  max-width: calc(100% + 2.85714em);
  margin-right: -1.42857em;
  margin-left: -1.42857em;
}
@media screen and (min-width: 62em) {
  body.page .alignfull, body.single .alignfull {
    max-width: 848px;
    margin-right: -80px;
    margin-left: 0;
  }
}
@media screen and (min-width: 62em) {
  body.page-template-template-full-width-page .alignwide {
    max-width: calc(100% + 5em);
    margin-right: -2.5em;
    margin-left: -2.5em;
  }
}
@media screen and (min-width: 62em) {
  body.page-template-template-full-width-page .alignfull {
    max-width: calc(100% + 15em);
    margin-right: -7.5em;
    margin-left: -7.5em;
  }
}
@media screen and (min-width: 62em) {
  body.page-template-template-without-sidebar-page .alignwide, body.single .alignwide {
    max-width: calc(100% + 5em);
    margin-right: -5em;
  }
}
@media screen and (min-width: 62em) {
  body.page-template-template-without-sidebar-page .alignfull, body.single .alignfull {
    max-width: calc(100% + 12.5em);
    margin-right: -12.5em;
  }
}

.wp-block-quote.is-style-large {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 1.1em 0 2.95em 0;
  padding: 0.35em 0 1.3em;
}
@media screen and (min-width: 48em) {
  .wp-block-quote.is-style-large {
    padding: 0.27273em 0 1.31818em;
  }
}
.wp-block-quote.is-style-large cite {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .wp-block-quote.is-style-large cite {
    font-size: 16px;
    font-size: 1rem;
  }
}

.wp-block-pullquote {
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #373737;
}
.wp-block-pullquote blockquote {
  border: 0;
  padding: 0;
  margin: 0;
}
.wp-block-pullquote blockquote cite {
  color: inherit;
}
.wp-block-pullquote.is-style-solid-color {
  border: 0;
  padding: 1em;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin: 0 0 0.75em;
}
@media screen and (min-width: 48em) {
  .wp-block-pullquote.is-style-solid-color blockquote p {
    margin: 0 0 0.72727em;
  }
}

.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid #6d6d6d;
  padding: 0.60786em 2.85714em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 2.85714em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: transparent;
  -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus,
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
  color: #0e0e0e !important;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
  opacity: 1 !important;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #fff;
}

.editor-styles-wrapper .has-gray-background-color,
.entry-content .has-gray-background-color,
body.theme-white .entry-content .has-gray-background-color {
  background-color: #888;
}
.editor-styles-wrapper .has-gray-color,
.entry-content .has-gray-color,
body.theme-white .entry-content .has-gray-color {
  color: #888;
}
.editor-styles-wrapper .has-white-background-color,
.entry-content .has-white-background-color,
body.theme-white .entry-content .has-white-background-color {
  background-color: #fff;
}
.editor-styles-wrapper .has-white-color,
.entry-content .has-white-color,
body.theme-white .entry-content .has-white-color {
  color: #fff;
}
.editor-styles-wrapper .has-black-background-color,
.entry-content .has-black-background-color,
body.theme-white .entry-content .has-black-background-color {
  background-color: #0e0e0e;
}
.editor-styles-wrapper .has-black-color,
.entry-content .has-black-color,
body.theme-white .entry-content .has-black-color {
  color: #0e0e0e;
}
.editor-styles-wrapper .has-dark-gray-background-color,
.entry-content .has-dark-gray-background-color,
body.theme-white .entry-content .has-dark-gray-background-color {
  background-color: #6d6d6d;
}
.editor-styles-wrapper .has-dark-gray-color,
.entry-content .has-dark-gray-color,
body.theme-white .entry-content .has-dark-gray-color {
  color: #6d6d6d;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 600px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-code {
  background: #202020;
  font-weight: 300;
  font-family: inherit;
  max-width: 100%;
  overflow: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  padding: 1.5em 1.875em;
}

.wp-block-separator.is-style-dots:before {
  color: #fff;
}

div.wp-block-image {
  margin-bottom: 0;
}

.wp-block-embed figcaption,
.wp-block-image figcaption {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.29231;
  margin: 1.30769em 0 2.30769em;
  text-align: center;
  color: inherit;
}
@media screen and (min-width: 48em) {
  .wp-block-embed figcaption,
  .wp-block-image figcaption {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    margin: 1.14286em 0 2.14286em;
  }
}

.wp-block-gallery {
  margin-left: 0;
}

body.theme-white .wp-block-pullquote:not(.is-style-solid-color) {
  border-color: #f0f0f0;
}
body.theme-white .wp-block-pullquote blockquote cite {
  color: inherit;
}
body.theme-white .wp-block-button__link,
body.theme-white .wp-block-file__button {
  border-color: #adadad;
  color: #080808;
  background-color: #fff;
}
body.theme-white .wp-block-button__link:hover, body.theme-white .wp-block-button__link:focus,
body.theme-white .wp-block-file__button:hover,
body.theme-white .wp-block-file__button:focus {
  color: #fff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
}
body.theme-white .wp-block-code {
  background: #f0f0f0;
}
