@charset "UTF-8";
/*!
Theme Name: Creatista
Theme URI: https://motopress.com/products/creatista/
Author: MotoPress
Author URI: https://motopress.com/
Description: Pixel-perfect space for the works of designers, illustrators and artists. A multi-concept portfolio theme to impress and inspire.
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: creatista
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.

Creatista 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: #d0d0d0;
}

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: 1368px;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .wrapper {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
.wrapper.main-wrapper {
  max-width: 1360px;
}

/*--------------------------------------------------------------
# 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 behcreatista; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  color: #606060;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  overflow-x: hidden;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  line-height: 1.4;
  color: #3a3a3a;
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

p, address, pre {
  margin: 1.42857em 0;
}

dfn, cite, em, i {
  font-style: italic;
}

code, kbd, tt, var, pre {
  background: #f6f6f6;
  font-weight: 400;
  color: #3a3a3a;
  font-family: inherit;
  font-size: inherit;
}

pre {
  max-width: 100%;
  overflow: auto;
  padding: 1.64286em 2.14286em;
  line-height: 1.85714;
}

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: #080808;
}

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: 38px;
    font-size: 2.375rem;
  }

  h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  h4 {
    font-size: 26px;
    font-size: 1.625rem;
  }

  h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  p, address, pre {
    margin: 1.4em 0;
  }

  code, kbd, tt, var, mark, ins {
    padding: 0.1875em;
  }

  pre {
    line-height: 1.75;
    padding: 1.5em 1.875em;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
blockquote, q {
  quotes: "" "";
}

blockquote {
  quotes: "" "";
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #3a3a3a;
  padding: 0.6em 1em 1.4em;
  margin: 1.15em 0 1.3em 0;
  background: #f6f6f6;
}
blockquote:before {
  content: '\201C';
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
  color: #d0d0d0;
  display: block;
  font-weight: 400;
  margin-bottom: -0.31429em;
}
blockquote cite,
blockquote small {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block;
  color: #606060;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.29231;
  font-style: normal;
  font-weight: 400;
}
blockquote p {
  margin: 0 0 0.6em;
}
blockquote > :last-child {
  margin-bottom: 0;
}

hr {
  border: 0;
  border-bottom: 1px solid #d0d0d0;
}

ul, .widget .textwidget ul, ol, .widget .textwidget ol {
  padding: 0;
  margin: 0 0 1.42857em 0.92857em;
}
ul li + li, .widget .textwidget ul li + li, ol li + li, .widget .textwidget ol li + li {
  margin-top: 0.78571em;
}

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.78571em;
  margin-left: 1em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.42857em 1.21429em;
}

hr,
figure,
table {
  margin: 0 0 1.42857em;
}

th,
td {
  border: 1px solid #d0d0d0;
}

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: #3a3a3a;
}

th,
td {
  padding: 0.57143em;
  font-size: inherit;
}

@media screen and (min-width: 48em) {
  blockquote {
    position: relative;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6;
    padding: 1.04545em 0.90909em 1.27273em 3.5em;
    margin: 1.54545em 0 1.63636em 0;
  }
  blockquote cite,
  blockquote small {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  blockquote p {
    margin: 0 0 0.59091em;
  }
  blockquote:before {
    position: absolute;
    top: 0.15714em;
    left: 0.31429em;
  }

  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.25em 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.25em 1.0625em;
  }
}
@media screen and (min-width: 48em) {
  th,
  td {
    padding: 1.125em 1.25em;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid #3a3a3a;
  padding: 0.4375em 1.125em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #3a3a3a;
  -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: #fff;
  background-color: #606060;
  border-color: #606060;
  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: #b5b5b5;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
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: #3a3a3a;
  background-color: #f6f6f6;
  background-image: none;
  border: 1px solid #f6f6f6;
  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 #606060;
  color: #3a3a3a;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
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: #606060;
  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: #606060;
}
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: #606060;
}
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: #f6f6f6;
  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 0.625em;
  border-radius: 0;
  line-height: 1;
}
body .search-form .search-submit {
  color: #606060;
  background: transparent;
}
body .search-form .search-submit:hover {
  color: #3a3a3a;
  background: transparent;
}
.search-form .fa {
  font-size: 18px;
  font-size: 1.125rem;
}

label[for*="pwbox-"] {
  margin-bottom: 0;
  vertical-align: bottom;
}

form {
  margin: 0 0 1.42857em;
}
@media (min-width: 48em) {
  form {
    margin: 0 0 1.25em;
  }
}

/*--------------------------------------------------------------
# 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 .portfolio-entry,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry,
body.archive.tax-jetpack-portfolio-type .portfolio-entry,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry {
  padding: 0 0.625em 2.1875em;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
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,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-column-3,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-column-2,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-column-4,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-column-5,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-column-6,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-column-1,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-column-3,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-column-2,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-column-4,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-column-5,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-column-6,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-column-1,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-column-3,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-column-2,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-column-4,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-column-5,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-column-6,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-column-1 {
  width: 100%;
  float: none;
}
@media (min-width: 62em) {
  body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-column-4:nth-of-type(4n+1),
  body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-column-4:nth-of-type(4n+1),
  body.archive.tax-jetpack-portfolio-type .portfolio-entry-column-4:nth-of-type(4n+1),
  body.archive.tax-jetpack-portfolio-tag .portfolio-entry-column-4:nth-of-type(4n+1) {
    clear: both;
  }
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-title,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-title,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-title,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-title {
  font-weight: 400;
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 1.15em 0;
}
@media (min-width: 48em) {
  body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-title,
  body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-title,
  body.archive.tax-jetpack-portfolio-type .portfolio-entry-title,
  body.archive.tax-jetpack-portfolio-tag .portfolio-entry-title {
    line-height: 1.4;
    font-size: 22px;
    font-size: 1.375rem;
    margin: 1.04545em 0;
  }
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-title a,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-title a,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-title a,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-title a {
  text-decoration: none;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-title a:hover,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-title a:hover,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-title a:hover,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-title a:hover {
  text-decoration: underline;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-featured-image,
body.archive.post-type-archive-jetpack-portfolio .portfolio-featured-image,
body.archive.tax-jetpack-portfolio-type .portfolio-featured-image,
body.archive.tax-jetpack-portfolio-tag .portfolio-featured-image {
  position: relative;
  padding-top: 66.83%;
  overflow: hidden;
}
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,
body.archive.post-type-archive-jetpack-portfolio .portfolio-featured-image,
body.archive.post-type-archive-jetpack-portfolio .portfolio-featured-image img,
body.archive.tax-jetpack-portfolio-type .portfolio-featured-image,
body.archive.tax-jetpack-portfolio-type .portfolio-featured-image img,
body.archive.tax-jetpack-portfolio-tag .portfolio-featured-image,
body.archive.tax-jetpack-portfolio-tag .portfolio-featured-image img {
  display: block;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-featured-image img,
body.archive.post-type-archive-jetpack-portfolio .portfolio-featured-image img,
body.archive.tax-jetpack-portfolio-type .portfolio-featured-image img,
body.archive.tax-jetpack-portfolio-tag .portfolio-featured-image img {
  position: absolute;
  top: 0;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  object-fit: cover;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-meta,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-meta,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-meta {
  line-height: 1.29231;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #959595;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta > div,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-meta > div,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-meta > div,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-meta > div {
  margin-top: 0.84615em;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta > div:first-child,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-meta > div:first-child,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-meta > div:first-child,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-meta > div:first-child {
  margin-top: 1.92308em;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta > div:last-child,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-meta > div:last-child,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-meta > div:last-child,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-meta > div:last-child {
  margin-bottom: 1.53846em;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta a,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-meta a,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-meta a,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-meta a {
  color: #606060;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-meta a:hover,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-meta a:hover,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-meta a:hover,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-meta a:hover {
  color: #3a3a3a;
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-content > :last-child,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-content > :last-child,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-content > :last-child,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-content > :last-child {
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-content > :last-child,
  body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-content > :last-child,
  body.archive.tax-jetpack-portfolio-type .portfolio-entry-content > :last-child,
  body.archive.tax-jetpack-portfolio-tag .portfolio-entry-content > :last-child {
    margin-bottom: 1.25em;
  }
}
body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode .portfolio-entry-title + .portfolio-entry-meta,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-title + .portfolio-entry-meta,
body.archive.tax-jetpack-portfolio-type .portfolio-entry-title + .portfolio-entry-meta,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-title + .portfolio-entry-meta {
  margin: 0;
}

body.archive.tax-jetpack-portfolio-type .portfolio-entry-column-4,
body.archive.tax-jetpack-portfolio-tag .portfolio-entry-column-4,
body.archive.post-type-archive-jetpack-portfolio .portfolio-entry-column-4 {
  float: none;
}
@media (min-width: 62em) {
  body.archive.tax-jetpack-portfolio-type .portfolio-entry,
  body.archive.tax-jetpack-portfolio-tag .portfolio-entry,
  body.archive.post-type-archive-jetpack-portfolio .portfolio-entry {
    width: 25%;
  }
}
body.archive.tax-jetpack-portfolio-type #infinite-handle,
body.archive.tax-jetpack-portfolio-tag #infinite-handle,
body.archive.post-type-archive-jetpack-portfolio #infinite-handle {
  overflow: hidden;
  clear: both;
  margin: 0.625em 0 0;
}
@media screen and (min-width: 48em) {
  body.archive.tax-jetpack-portfolio-type #infinite-handle,
  body.archive.tax-jetpack-portfolio-tag #infinite-handle,
  body.archive.post-type-archive-jetpack-portfolio #infinite-handle {
    margin: 2.875em 0 0;
  }
}
body.archive.tax-jetpack-portfolio-type .site-main,
body.archive.tax-jetpack-portfolio-tag .site-main,
body.archive.post-type-archive-jetpack-portfolio .site-main {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.625em;
}

body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.625em;
}
@media (min-width: 62em) {
  body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode.column-2 .portfolio-entry {
    width: 50%;
  }
  body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode.column-3 .portfolio-entry {
    width: 33.333%;
  }
  body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode.column-4 .portfolio-entry {
    width: 25%;
  }
  body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode.column-5 .portfolio-entry {
    width: 20%;
  }
  body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio-shortcode.column-6 .portfolio-entry {
    width: 16.666%;
  }
}

#infinite-handle {
  clear: both;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
  margin: 4.0625em 0 0;
  color: #959595;
}
@media screen and (min-width: 48em) {
  #infinite-handle {
    margin: 6.5em 0 0;
  }
}
#infinite-handle span {
  background: transparent;
  color: inherit;
  border: 0 solid;
  font-size: inherit;
  padding: 0;
}
#infinite-handle span button {
  background: transparent;
  color: #3a3a3a;
  text-decoration: none;
  border: 0 solid;
}
#infinite-handle span button:before {
  content: "";
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: 20px;
  font-size: 1.25rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 2em;
  width: 2em;
  line-height: 1.95em;
  background: #3a3a3a;
  margin-right: 1em;
  color: #fff;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
#infinite-handle span button:hover {
  text-decoration: underline;
  color: #3a3a3a;
}
#infinite-handle span button:hover:before {
  background-color: #606060;
  text-decoration: none;
}

.infinite-loader {
  width: 100%;
}

body.single.single-jetpack-portfolio .entry-content > p {
  margin: 2.128em 0;
}
body.single.single-jetpack-portfolio .entry-content p {
  line-height: 1.8;
}
body.single.single-jetpack-portfolio .entry-content > p:first-child {
  margin-top: 0;
}
body.single.single-jetpack-portfolio .entry-content > p:last-child {
  margin-bottom: 0;
}
body.single.single-jetpack-portfolio .post-thumbnail {
  margin-bottom: 2.71429em;
}
body.single.single-jetpack-portfolio .entry-title {
  margin-bottom: 0.80556em;
}
@media (min-width: 48em) {
  body.single.single-jetpack-portfolio .post-thumbnail {
    margin-bottom: 3.0625em;
  }
  body.single.single-jetpack-portfolio .entry-title {
    margin-bottom: 1em;
  }
}
@media (min-width: 62em) {
  body.single.single-jetpack-portfolio .post-thumbnail, body.single.single-jetpack-portfolio img.alignnone.size-full, body.single.single-jetpack-portfolio .wp-caption.alignnone img.size-full {
    margin-left: calc(466px - 50vw);
    margin-right: calc(466px - 50vw);
  }
  body.single.single-jetpack-portfolio .wp-caption.alignright,
  body.single.single-jetpack-portfolio img.alignright {
    margin-left: 3.75em;
    margin-right: calc(466px - 50vw);
  }
  body.single.single-jetpack-portfolio .wp-caption.alignleft,
  body.single.single-jetpack-portfolio img.alignleft {
    margin-right: 3.75em;
    margin-left: calc(466px - 50vw);
  }
  body.single.single-jetpack-portfolio .wp-caption.alignright,
  body.single.single-jetpack-portfolio .wp-caption.alignleft,
  body.single.single-jetpack-portfolio img.alignright,
  body.single.single-jetpack-portfolio img.alignleft {
    max-width: calc(100vw - 2.5em);
  }
  body.single.single-jetpack-portfolio .wp-caption.alignnone img.size-full,
  body.single.single-jetpack-portfolio img.alignnone.size-full {
    max-width: calc(100vw - 5em);
  }
}
@media (min-width: 1384px) {
  body.single.single-jetpack-portfolio .post-thumbnail, body.single.single-jetpack-portfolio img.alignnone.size-full, body.single.single-jetpack-portfolio .wp-caption.alignnone img.size-full {
    margin-left: -218px;
    margin-right: -218px;
  }
  body.single.single-jetpack-portfolio .wp-caption.alignright,
  body.single.single-jetpack-portfolio img.alignright {
    margin-right: -218px;
  }
  body.single.single-jetpack-portfolio .wp-caption.alignleft,
  body.single.single-jetpack-portfolio img.alignleft {
    margin-left: -218px;
  }
  body.single.single-jetpack-portfolio .wp-caption.alignright,
  body.single.single-jetpack-portfolio .wp-caption.alignleft,
  body.single.single-jetpack-portfolio img.alignright,
  body.single.single-jetpack-portfolio img.alignleft {
    max-width: calc(100% + 218px);
  }
  body.single.single-jetpack-portfolio .wp-caption.alignnone img.size-full,
  body.single.single-jetpack-portfolio img.alignnone.size-full {
    max-width: calc(100% + 436px);
  }
}

.contact-form div label {
  color: #3a3a3a;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.contact-form div input[type="email"], .contact-form div input[type="text"], .contact-form div textarea {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: 100%;
}

blockquote.contact-form-submission {
  margin: 1.54545em 0 1.63636em;
  padding: 1.04545em 0.90909em 1.27273em 3.5em;
}
blockquote.contact-form-submission p {
  margin: 0 0 0.59091em;
}
blockquote.contact-form-submission br {
  display: none;
}

/*--------------------------------------------------------------
# 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: #3a3a3a;
  text-decoration: underline;
}
a:hover, a:active {
  outline: 0;
}
a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.footer-navigation a,
.top-navigation-right a,
.menu-primary-container a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.footer-navigation a:hover,
.top-navigation-right a:hover,
.menu-primary-container a:hover {
  color: #3a3a3a;
  text-decoration: underline;
}
.footer-navigation li,
.top-navigation-right li,
.menu-primary-container li {
  margin: 0;
}
.footer-navigation li + li,
.top-navigation-right li + li,
.menu-primary-container li + li {
  margin-top: 0;
}
.footer-navigation ul,
.top-navigation-right ul,
.menu-primary-container ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-navigation li,
.top-navigation-right li,
.menu-primary-container li {
  position: relative;
}
.footer-navigation .current_page_item > a, .footer-navigation .current_page_item > a + .dropdown-toggle,
.footer-navigation .current-menu-item > a,
.footer-navigation .current-menu-item > a + .dropdown-toggle,
.footer-navigation .current_page_ancestor > a,
.footer-navigation .current_page_ancestor > a + .dropdown-toggle,
.footer-navigation .current-menu-ancestor > a,
.footer-navigation .current-menu-ancestor > a + .dropdown-toggle,
.top-navigation-right .current_page_item > a,
.top-navigation-right .current_page_item > a + .dropdown-toggle,
.top-navigation-right .current-menu-item > a,
.top-navigation-right .current-menu-item > a + .dropdown-toggle,
.top-navigation-right .current_page_ancestor > a,
.top-navigation-right .current_page_ancestor > a + .dropdown-toggle,
.top-navigation-right .current-menu-ancestor > a,
.top-navigation-right .current-menu-ancestor > a + .dropdown-toggle,
.menu-primary-container .current_page_item > a,
.menu-primary-container .current_page_item > a + .dropdown-toggle,
.menu-primary-container .current-menu-item > a,
.menu-primary-container .current-menu-item > a + .dropdown-toggle,
.menu-primary-container .current_page_ancestor > a,
.menu-primary-container .current_page_ancestor > a + .dropdown-toggle,
.menu-primary-container .current-menu-ancestor > a,
.menu-primary-container .current-menu-ancestor > a + .dropdown-toggle {
  text-decoration: underline;
}

.menu-primary-container {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
.menu-primary-container li {
  position: relative;
}
.menu-primary-container .menu > li > a {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
  padding: 0.775em 0;
}
.menu-primary-container .menu > .menu-item-has-children > a {
  padding-right: 2.25em;
}
.menu-primary-container ul ul {
  margin-top: -0.4375em;
  padding-left: 1.25em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
.menu-primary-container a {
  padding: 0.625em 0;
}
.menu-primary-container .menu-item-has-children > a {
  padding-right: 2.8125em;
}
@media (min-width: 62em) {
  .menu-primary-container {
    margin-right: -2em;
  }
  .menu-primary-container .menu > li {
    float: left;
    margin-right: 2em;
  }
  .menu-primary-container .menu > li > a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.875em 0;
  }
  .menu-primary-container ul ul {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .menu-primary-container .menu-item-has-children {
    position: relative;
  }
  .menu-primary-container .menu-item-has-children > a:before {
    content: "";
    float: right;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: inherit;
    margin-left: 0.625em;
    margin-top: 0.125em;
  }
  .menu-primary-container .menu-item-has-children > a,
  .menu-primary-container .menu > .menu-item-has-children > a {
    padding-right: 0;
  }
  .menu-primary-container .sub-menu.toggled-on,
  .menu-primary-container .sub-menu {
    display: block;
  }
  .menu-primary-container .sub-menu {
    position: absolute;
    background: #fff;
    -moz-box-shadow: 0 3px 7px rgba(58, 58, 58, 0.25);
    -webkit-box-shadow: 0 3px 7px rgba(58, 58, 58, 0.25);
    box-shadow: 0 3px 7px rgba(58, 58, 58, 0.25);
    padding: 0.9375em 0;
    min-width: 140px;
    z-index: 100;
    top: 3.5em;
    visibility: hidden;
    opacity: 0;
  }
  .menu-primary-container .sub-menu li {
    padding: 0 1.25em;
  }
  .menu-primary-container .sub-menu .sub-menu {
    top: -0.5em;
    left: 100%;
  }
  .menu-primary-container a {
    padding: 0.42857pxem 0;
  }
  .menu-primary-container .menu-item-has-children:hover > a {
    color: #3a3a3a;
  }
  .menu-primary-container .menu-item-has-children:hover > a:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #3a3a3a;
  }
  .menu-primary-container .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .menu-primary-container .menu-item-has-children .menu-item-has-children:hover > a:before, .menu-primary-container .menu-item-has-children .menu-item-has-children > a:before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.sub-menu {
  display: none;
}
.sub-menu.toggled-on {
  display: block;
}
@media (min-width: 62em) {
  .sub-menu.toggled-on {
    display: none;
  }
}

.top-navigation-right {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
}
.top-navigation-right li + li {
  margin-top: 1.375em;
}
@media (min-width: 62em) {
  .top-navigation-right {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-right: -2em;
  }
  .top-navigation-right li {
    float: left;
    margin-right: 2em;
  }
  .top-navigation-right a {
    padding: 1em 0;
  }
  .top-navigation-right li + li {
    margin-top: 0;
  }
}

.footer-navigation {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0 -0.57143em 2.42857em;
}
.footer-navigation li, .footer-navigation a {
  display: inline-block;
}
.footer-navigation a {
  margin: 0 0.57143em 0.57143em;
  text-transform: uppercase;
}
.footer-navigation li:before {
  content: '';
  width: 1px;
  height: 15px;
  display: inline-block;
  margin: 0 0.57143em;
  background: #d0d0d0;
}
.footer-navigation li:first-child:before {
  display: none;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.post-navigation {
  clear: both;
  margin: 4.28571em 0 0.57143em;
}
@media screen and (min-width: 48em) {
  .post-navigation {
    margin: 6.25em 0 0;
  }
  .post-navigation .nav-links {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
  }
}
.post-navigation .post-title {
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.post-navigation a {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}
.post-navigation a:hover .no-bg .post-title {
  color: #3a3a3a;
}
.post-navigation .nav-next {
  text-align: right;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  margin-top: 1.42857em;
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-previous {
    padding-right: 0.625em;
  }
  .post-navigation .nav-next {
    padding-left: 0.625em;
    margin: 0 0 0 auto;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 50%;
    max-width: 50%;
    margin-top: 1.25em;
  }
}
.post-navigation span {
  display: block;
}
.post-navigation .meta-nav {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.29231;
  margin: 0 1.53846em 0.53846em;
}
.post-navigation .post-title {
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 1em 1.4em;
}
@media screen and (min-width: 48em) {
  .post-navigation .post-title {
    line-height: 1.4;
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0.90909em 1.27273em;
  }
}
.post-navigation .meta-nav, .post-navigation .post-title {
  position: relative;
  z-index: 1;
}
.post-navigation .nav-bg {
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  min-height: 186px;
  height: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-bg {
    min-height: 234px;
  }
}
.post-navigation .nav-bg div {
  width: 100%;
}
.post-navigation .nav-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(58, 58, 58, 0.2);
  z-index: 0;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.post-navigation .nav-bg.no-bg {
  color: inherit;
}
.post-navigation .nav-bg.no-bg:before {
  display: none;
}
.post-navigation .nav-bg.no-bg .meta-nav {
  color: #d0d0d0;
}
.post-navigation a:hover .nav-bg:before {
  background: rgba(58, 58, 58, 0.3);
}

.pagination {
  clear: both;
  min-width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
  margin: 4.0625em -0.625em -0.625em;
  color: #959595;
}
@media screen and (min-width: 48em) {
  .pagination {
    margin: 6.5em -0.625em -0.625em;
  }
}
.pagination a.page-numbers {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 1.25em;
  text-decoration: underline;
}
.pagination a {
  color: #3a3a3a;
  text-decoration: none;
}
.pagination a.page-numbers:hover {
  text-decoration: none;
}
.pagination a.prev,
.pagination a.next {
  height: 2.5em;
  width: 2.5em;
  text-align: center;
  overflow: hidden;
  text-indent: -1000px;
  background: #3a3a3a;
  color: #fff;
}
.pagination a.prev:before,
.pagination a.next:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: 20px;
  font-size: 1.25rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 2em;
  width: 2em;
  text-indent: 0px;
  line-height: 1.95em;
  float: left;
}
.pagination a.prev:hover,
.pagination a.next:hover {
  background-color: #606060;
  text-decoration: none;
}
.pagination a.prev:before {
  content: "";
}
.pagination a.next:before {
  content: "";
}

/*--------------------------------------------------------------
# Menu icons
--------------------------------------------------------------*/
@media (min-width: 62em) {
  .theme-social-menu a[href*="twitter.com"] .menu-text, .theme-social-menu a[href*="facebook.com"] .menu-text, .theme-social-menu a[href*="google.com"] .menu-text, .theme-social-menu a[href*="plus.google.com"] .menu-text, .theme-social-menu a[href*="pinterest.com"] .menu-text, .theme-social-menu a[href*="foursquare.com"] .menu-text, .theme-social-menu a[href*="yahoo.com"] .menu-text, .theme-social-menu a[href*="skype:"] .menu-text, .theme-social-menu a[href*="yelp.com"] .menu-text, .theme-social-menu a[href*="linkedin.com"] .menu-text, .theme-social-menu a[href*="viadeo.com"] .menu-text, .theme-social-menu a[href*="xing.com"] .menu-text, .theme-social-menu a[href*="soundcloud.com"] .menu-text, .theme-social-menu a[href*="spotify.com"] .menu-text, .theme-social-menu a[href*="last.fm"] .menu-text, .theme-social-menu a[href*="youtube.com"] .menu-text, .theme-social-menu a[href*="vimeo.com"] .menu-text, .theme-social-menu a[href*="vine.com"] .menu-text, .theme-social-menu a[href*="flickr.com"] .menu-text, .theme-social-menu a[href*="500px.com"] .menu-text, .theme-social-menu a[href*="instagram.com"] .menu-text, .theme-social-menu a[href*="tumblr.com"] .menu-text, .theme-social-menu a[href*="reddit.com"] .menu-text, .theme-social-menu a[href*="dribbble.com"] .menu-text, .theme-social-menu a[href*="stumbleupon.com"] .menu-text, .theme-social-menu a[href*="digg.com"] .menu-text, .theme-social-menu a[href*="behance.net"] .menu-text, .theme-social-menu a[href*="delicious.com"] .menu-text, .theme-social-menu a[href*="deviantart.com"] .menu-text, .theme-social-menu a[href*="play.com"] .menu-text, .theme-social-menu a[href*="wikipedia.com"] .menu-text, .theme-social-menu a[href*="apple.com"] .menu-text, .theme-social-menu a[href*="github.com"] .menu-text, .theme-social-menu a[href*="github.io"] .menu-text, .theme-social-menu a[href*="windows.com"] .menu-text, .theme-social-menu a[href*="tripadvisor."] .menu-text, .theme-social-menu a[href*="slideshare.net"] .menu-text, .theme-social-menu a[href*=".rss"] .menu-text, .theme-social-menu a[href*="vk.com"] .menu-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .theme-social-menu a[href*="twitter.com"]:before, .theme-social-menu a[href*="facebook.com"]:before, .theme-social-menu a[href*="google.com"]:before, .theme-social-menu a[href*="plus.google.com"]:before, .theme-social-menu a[href*="pinterest.com"]:before, .theme-social-menu a[href*="foursquare.com"]:before, .theme-social-menu a[href*="yahoo.com"]:before, .theme-social-menu a[href*="skype:"]:before, .theme-social-menu a[href*="yelp.com"]:before, .theme-social-menu a[href*="linkedin.com"]:before, .theme-social-menu a[href*="viadeo.com"]:before, .theme-social-menu a[href*="xing.com"]:before, .theme-social-menu a[href*="soundcloud.com"]:before, .theme-social-menu a[href*="spotify.com"]:before, .theme-social-menu a[href*="last.fm"]:before, .theme-social-menu a[href*="youtube.com"]:before, .theme-social-menu a[href*="vimeo.com"]:before, .theme-social-menu a[href*="vine.com"]:before, .theme-social-menu a[href*="flickr.com"]:before, .theme-social-menu a[href*="500px.com"]:before, .theme-social-menu a[href*="instagram.com"]:before, .theme-social-menu a[href*="tumblr.com"]:before, .theme-social-menu a[href*="reddit.com"]:before, .theme-social-menu a[href*="dribbble.com"]:before, .theme-social-menu a[href*="stumbleupon.com"]:before, .theme-social-menu a[href*="digg.com"]:before, .theme-social-menu a[href*="behance.net"]:before, .theme-social-menu a[href*="delicious.com"]:before, .theme-social-menu a[href*="deviantart.com"]:before, .theme-social-menu a[href*="play.com"]:before, .theme-social-menu a[href*="wikipedia.com"]:before, .theme-social-menu a[href*="apple.com"]:before, .theme-social-menu a[href*="github.com"]:before, .theme-social-menu a[href*="github.io"]:before, .theme-social-menu a[href*="windows.com"]:before, .theme-social-menu a[href*="tripadvisor."]:before, .theme-social-menu a[href*="slideshare.net"]:before, .theme-social-menu a[href*=".rss"]:before, .theme-social-menu a[href*="vk.com"]:before {
    margin-right: 0;
    min-width: 0;
    font-size: inherit;
    line-height: inherit;
  }
}

.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: 0.68182em;
  font-size: 22px;
  font-size: 1.375rem;
  min-width: 30px;
}
.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;
  margin: 0 !important;
}

/* 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: 1.57143em;
  margin-bottom: 1.57143em;
}
@media screen and (min-width: 48em) {
  img.alignright, img.alignleft {
    margin-top: 1.375em;
    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: #959595;
}
body .widget a {
  color: #606060;
  text-decoration: none;
}
body .widget a:hover {
  color: #3a3a3a;
  text-decoration: underline;
}
.widget + .widget {
  margin-top: 5.71429em;
}
.widget .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0 0 1.72222em;
  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: 1.5em;
}
.widget ol ul, .widget ol ol, .widget ul ul, .widget ul ol {
  margin: 1.5em 0 0 0.71429em;
}
.widget.widget_calendar {
  max-width: 270px;
  color: #606060;
}
.widget.widget_calendar table {
  table-layout: auto;
  border: 1px solid #d0d0d0;
}
.widget.widget_calendar caption {
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  color: #3a3a3a;
  text-align: center;
  padding: 0.71429em 0;
}
.widget.widget_calendar thead {
  background: #f6f6f6;
  border: 1px solid #d0d0d0;
  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: #3a3a3a;
}
.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: 1.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: 1.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 #d0d0d0;
  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.35714em 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: 13px;
  font-size: 0.8125rem;
  line-height: 1.29231;
  margin: 0 0.07692em 0.38462em 0;
  padding: 0.53846em 0.69231em;
  display: inline-block;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  -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;
  text-decoration: none;
}
.widget .tagcloud a:hover {
  text-decoration: none;
  color: #3a3a3a;
  border-color: #606060;
  background: #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 + .calendar_wrap {
  padding-top: 0.28571em;
}
.widget .search-form-wrapper {
  margin-top: 0.35714em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@media screen and (min-width: 62em) {
  .content-area:not(.full-width) {
    float: left;
    width: 74.76636%;
    max-width: 912px;
    padding-right: 3.75em;
  }
  .single-jetpack-portfolio .content-area, .page-template-template-without-sidebar-page .content-area {
    float: none;
    max-width: 852px;
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
  }
}
body.blog .content-area {
  padding-top: 1.35714em;
}
@media screen and (min-width: 62em) {
  body.blog .content-area {
    padding-top: 1.1875em;
  }
}

.site-content .widget-area {
  padding-top: 4.64286em;
}
@media screen and (min-width: 62em) {
  .site-content .widget-area {
    padding-top: 0.875em;
    float: right;
    width: 25.23364%;
    margin-top: 0;
  }
}

.site-content {
  padding-bottom: 6.64286em;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.dropdown-toggle,
.menu-toggle {
  color: inherit;
  border-radius: 0;
  border: 0px solid;
  width: 42px;
  padding: 0;
  height: 42px;
  line-height: 33px;
  position: relative;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
}
.dropdown-toggle:hover,
.menu-toggle:hover {
  background: transparent;
  color: #3a3a3a;
}
@media (min-width: 62em) {
  .dropdown-toggle,
  .menu-toggle {
    display: none;
  }
}

.menu-toggle-wrapper .menu-toggle {
  margin-right: -1.07143em;
}

.menu-toggle {
  font-size: 14px;
  font-size: 0.875rem;
}
.site-header-menu .menu-toggle {
  position: absolute;
  top: 1.78571em;
  right: 0.35714em;
}
@media (min-width: 48em) {
  .site-header-menu .menu-toggle {
    top: 2.21429em;
    right: 1.78571em;
  }
}

.dropdown-toggle {
  position: absolute;
  top: 0.54545em;
  right: -0.72727em;
  font-size: 22px;
  font-size: 1.375rem;
}
.sub-menu .dropdown-toggle {
  top: 0;
}
.dropdown-toggle.toggled-on {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.top-navigation-right,
.menu-primary-container {
  display: none;
}
@media (min-width: 62em) {
  .top-navigation-right,
  .menu-primary-container {
    display: block;
  }
}

body {
  position: relative;
}
@media screen and (max-width: 600px) {
  body.admin-bar #wpadminbar {
    top: -46px;
  }
}
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: 7em 1.42857em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
}
@media (min-width: 48em) {
  .site-header-menu {
    padding: 6.125em 2.5em;
  }
}
.site-header-menu .top-navigation-right,
.site-header-menu .menu-primary-container {
  display: block;
  max-width: 184px;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .site-header-menu .top-navigation-right,
  .site-header-menu .menu-primary-container {
    max-width: 336px;
  }
}
.site-header-menu .menu-primary-container + .top-navigation-right {
  margin-top: 3.125em;
}
.site-header-menu.toggled-on {
  overflow: auto;
  visibility: visible;
  opacity: 1;
  height: auto;
  min-height: 100%;
}

.site-branding {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 62em) {
  .site-branding .site-logo-wrapper + .top-navigation-right,
  .site-branding .menu-primary-container {
    margin-left: auto;
  }
  .site-branding .menu-primary-container + .top-navigation-right {
    margin-left: 2.5em;
  }
}

.site-header {
  padding: 1.92857em 0 3.5em;
}
@media screen and (min-width: 48em) {
  .site-header {
    padding: 1.9375em 0 3.1875em;
  }
}
@media screen and (min-width: 62em) {
  .site-header {
    padding: 2.8125em 0 4.25em;
  }
}
.site-header .site-title {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .site-header .site-title {
    font-size: 26px;
    font-size: 1.625rem;
    padding-bottom: 0.13636em;
  }
}
.site-header .site-title a {
  color: #3a3a3a;
}
.site-header .site-title a, .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 {
  margin: -0.125em 0.625em 0 0;
}

.site-logo-wrapper {
  margin: 0 auto 0 0;
}
.site-logo-wrapper > div {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.more-link {
  margin-top: 0.14286em;
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .more-link {
    margin-top: 0.5625em;
  }
}

.page-links {
  clear: both;
}
.page-links a {
  text-decoration: underline;
  margin: 0 0.25em;
}
.page-links a:hover {
  text-decoration: none;
}

.entry-meta {
  display: none;
  color: #959595;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: inherit;
  padding-top: 0.61538em;
}
.entry-meta > div + div {
  margin-top: 0.84615em;
}
body .entry-meta a {
  color: #606060;
  text-decoration: none;
}
body .entry-meta a:hover {
  color: #3a3a3a;
  text-decoration: underline;
}
@media screen and (min-width: 48em) {
  .entry-meta {
    display: block;
  }
}
body.single .entry-wrapper + .entry-meta {
  margin-top: 3.30769em;
}
@media screen and (min-width: 48em) {
  body.single .entry-wrapper + .entry-meta {
    margin-top: 3.92308em;
  }
}
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;
  }
}

.sticky-post {
  color: #3a3a3a;
  font-weight: 700;
  text-transform: uppercase;
}

.post-thumbnail {
  display: block;
  margin: 0 0 2.14286em;
}
@media screen and (min-width: 48em) {
  .post-thumbnail {
    margin: 0 0 2.375em;
  }
}
.post-thumbnail img {
  display: block;
  margin: 0 auto;
}
body.single .post-thumbnail, body.page .post-thumbnail {
  padding-top: 0.78571em;
  margin: 0 0 1.85714em;
}
@media screen and (min-width: 48em) {
  body.single .post-thumbnail, body.page .post-thumbnail {
    padding-top: 0.6875em;
    margin: 0 0 2.25em;
  }
}

body.single .entry-title,
body.page .entry-title {
  margin: 0.19444em 0 1.13889em;
}
@media screen and (min-width: 48em) {
  body.single .entry-title,
  body.page .entry-title {
    margin: 0.18421em 0 1.34211em;
  }
}

.page-title {
  margin: 0.19444em 0 1.02778em;
}
@media screen and (min-width: 48em) {
  .page-title {
    margin: 0.18421em 0 1em;
  }
}
body.search .page-title, body.archive .page-title {
  margin: 0.19444em 0 1.13889em;
}
@media screen and (min-width: 48em) {
  body.search .page-title, body.archive .page-title {
    margin: 0.18421em 0 1.34211em;
  }
}

.entry-title a {
  text-decoration: none;
}
.entry-title a:hover {
  text-decoration: underline;
}
.entry-title .fa {
  font-size: 28px;
  font-size: 1.75rem;
}

body.blog .entry-title,
body.search .entry-title,
body.archive .entry-title {
  margin: 0 0 0.84375em;
}
@media screen and (min-width: 48em) {
  body.blog .entry-title,
  body.search .entry-title,
  body.archive .entry-title {
    margin: 0 0 1.11765em;
  }
}

body.search-no-results .page-content .form-search-wrapper,
body.error404 .page-content .form-search-wrapper {
  margin-top: 1.78571em;
}
@media screen and (min-width: 48em) {
  body.search-no-results .page-content .form-search-wrapper,
  body.error404 .page-content .form-search-wrapper {
    margin-top: 1.75em;
  }
}

@media screen and (min-width: 48em) {
  .entry-row {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .entry-row .entry-meta {
    width: 24.5614%;
  }
  .entry-row .entry-wrapper {
    width: 75.4386%;
    padding-left: 5.81395%;
  }
}
@media screen and (min-width: 62em) {
  .entry-row .entry-meta {
    width: 31.57895%;
  }
  .entry-row .entry-wrapper {
    width: 68.42105%;
    padding-left: 8.24176%;
  }
}
@media screen and (min-width: 93.375em) {
  .entry-row .entry-meta {
    width: 22.77778%;
  }
  .entry-row .entry-wrapper {
    width: 76.66667%;
    padding-left: 9.05797%;
  }
}

.page-links {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

body.search article,
body.archive article,
body.blog article {
  margin-top: 5.71429em;
}
@media screen and (min-width: 48em) {
  body.search article,
  body.archive article,
  body.blog article {
    margin-top: 8.21429em;
  }
}
body.search article.has-post-thumbnail,
body.archive article.has-post-thumbnail,
body.blog article.has-post-thumbnail {
  margin-top: 6.21429em;
}
@media screen and (min-width: 48em) {
  body.search article.has-post-thumbnail,
  body.archive article.has-post-thumbnail,
  body.blog article.has-post-thumbnail {
    margin-top: 7.8125em;
  }
}
body.search article:first-of-type,
body.archive article:first-of-type,
body.blog article:first-of-type {
  margin-top: 0;
}

.textwidget h1,
.comment-content h1,
.archive-description h1,
.entry-content h1,
.entry-summary h1 {
  margin-top: 1.61111em;
  margin-bottom: 0.77778em;
}
.textwidget h2,
.comment-content h2,
.archive-description h2,
.entry-content h2,
.entry-summary h2 {
  margin-top: 1.46875em;
  margin-bottom: 0.84375em;
}
.textwidget h3,
.comment-content h3,
.archive-description h3,
.entry-content h3,
.entry-summary h3 {
  margin-top: 1.64286em;
  margin-bottom: 0.89286em;
}
.textwidget h4,
.comment-content h4,
.archive-description h4,
.entry-content h4,
.entry-summary h4 {
  margin-top: 2em;
  margin-bottom: 1.04167em;
}
.textwidget h5,
.comment-content h5,
.archive-description h5,
.entry-content h5,
.entry-summary h5 {
  margin-top: 2.45em;
  margin-bottom: 1.1em;
}
.textwidget h6,
.comment-content h6,
.archive-description h6,
.entry-content h6,
.entry-summary h6 {
  margin-top: 3.1875em;
  margin-bottom: 1.25em;
}
@media screen and (min-width: 48em) {
  .textwidget h1,
  .comment-content h1,
  .archive-description h1,
  .entry-content h1,
  .entry-summary h1 {
    margin-top: 1.76316em;
    margin-bottom: 1em;
  }
  .textwidget h2,
  .comment-content h2,
  .archive-description h2,
  .entry-content h2,
  .entry-summary h2 {
    margin-top: 1.55882em;
    margin-bottom: 1.14706em;
  }
  .textwidget h3,
  .comment-content h3,
  .archive-description h3,
  .entry-content h3,
  .entry-summary h3 {
    margin-top: 1.83333em;
    margin-bottom: 1.2em;
  }
  .textwidget h4,
  .comment-content h4,
  .archive-description h4,
  .entry-content h4,
  .entry-summary h4 {
    margin-top: 2.19231em;
    margin-bottom: 1.30769em;
  }
  .textwidget h5,
  .comment-content h5,
  .archive-description h5,
  .entry-content h5,
  .entry-summary h5 {
    margin-top: 2.63636em;
    margin-bottom: 1.54545em;
  }
  .textwidget h6,
  .comment-content h6,
  .archive-description h6,
  .entry-content h6,
  .entry-summary h6 {
    margin-top: 3.33333em;
    margin-bottom: 1.72222em;
  }
}
.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;
}
.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) {
  .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;
  }
}
.textwidget > *:first-child,
.comment-content > *:first-child,
.archive-description > *:first-child,
.entry-content > *:first-child,
.entry-summary > *:first-child {
  margin-top: 0;
}
.textwidget > blockquote:first-child,
.comment-content > blockquote:first-child,
.archive-description > blockquote:first-child,
.entry-content > blockquote:first-child,
.entry-summary > blockquote:first-child {
  margin-top: 0.35714em;
}
@media screen and (min-width: 48em) {
  .textwidget > blockquote:first-child,
  .comment-content > blockquote:first-child,
  .archive-description > blockquote:first-child,
  .entry-content > blockquote:first-child,
  .entry-summary > blockquote:first-child {
    margin-top: 0.3125em;
  }
}
.textwidget > p:first-child .wp-caption, .textwidget > p:first-child .gallery-caption, .textwidget > p:first-child img.aligncenter,
.comment-content > p:first-child .wp-caption,
.comment-content > p:first-child .gallery-caption,
.comment-content > p:first-child img.aligncenter,
.archive-description > p:first-child .wp-caption,
.archive-description > p:first-child .gallery-caption,
.archive-description > p:first-child img.aligncenter,
.entry-content > p:first-child .wp-caption,
.entry-content > p:first-child .gallery-caption,
.entry-content > p:first-child img.aligncenter,
.entry-summary > p:first-child .wp-caption,
.entry-summary > p:first-child .gallery-caption,
.entry-summary > p:first-child img.aligncenter {
  margin-top: 0.21429em;
}
@media screen and (min-width: 48em) {
  .textwidget > p:first-child .wp-caption, .textwidget > p:first-child .gallery-caption, .textwidget > p:first-child img.aligncenter,
  .comment-content > p:first-child .wp-caption,
  .comment-content > p:first-child .gallery-caption,
  .comment-content > p:first-child img.aligncenter,
  .archive-description > p:first-child .wp-caption,
  .archive-description > p:first-child .gallery-caption,
  .archive-description > p:first-child img.aligncenter,
  .entry-content > p:first-child .wp-caption,
  .entry-content > p:first-child .gallery-caption,
  .entry-content > p:first-child img.aligncenter,
  .entry-summary > p:first-child .wp-caption,
  .entry-summary > p:first-child .gallery-caption,
  .entry-summary > p:first-child img.aligncenter {
    margin-top: 0.1875em;
  }
}
.textwidget > :last-child,
.comment-content > :last-child,
.archive-description > :last-child,
.entry-content > :last-child,
.entry-summary > :last-child {
  margin-bottom: 0;
}
.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) {
  .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;
}

.related-posts-title,
.entry-author .author-title,
.comment-reply-title,
.comments-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 1.28571em;
}
@media screen and (min-width: 48em) {
  .related-posts-title,
  .entry-author .author-title,
  .comment-reply-title,
  .comments-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: 1.2em;
  }
}

.related-posts,
.comments-area,
.entry-author {
  margin-top: 5.35714em;
}
@media screen and (min-width: 48em) {
  .related-posts,
  .comments-area,
  .entry-author {
    margin-top: 7.1875em;
  }
}

.related-posts ul {
  list-style: none;
  margin-left: 0;
}
.related-posts li + li {
  margin-top: 1.42857em;
}
@media screen and (min-width: 48em) {
  .related-posts li + li {
    margin-top: 1.25em;
  }
}

.entry-author .author-avatar {
  display: none;
}
@media screen and (min-width: 48em) {
  .entry-author .author-avatar {
    display: block;
    float: left;
    margin: 0.25em 1.875em 0 0;
  }
}
@media screen and (min-width: 48em) {
  .entry-author .author-description {
    padding: 0 0 0 6.875em;
  }
}
.entry-author .author-description > *:last-child {
  margin-bottom: 0;
}
.entry-author .author-bio {
  margin-bottom: 1.57143em;
}
@media screen and (min-width: 48em) {
  .entry-author .author-bio {
    margin-bottom: 1.875em;
  }
}
.entry-author > :last-child {
  margin-bottom: 0;
}

.entry-author > .author-avatar:first-child {
  content: "";
  display: table;
  table-layout: fixed;
  margin-bottom: 2.25em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body {
  padding-bottom: 2.07143em;
  padding-top: 0.14286em;
}
@media screen and (min-width: 48em) {
  .comment-body {
    padding-bottom: 3em;
    padding-top: 0.125em;
  }
}

.comment-reply-title small {
  font-weight: 400;
}

.comment-list + .comment-respond {
  padding-top: 3.14286em;
}
@media screen and (min-width: 48em) {
  .comment-list + .comment-respond {
    padding-top: 4.125em;
  }
}
.comment-list + .comment-respond form {
  margin: 0;
}

.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.14286em 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 {
  display: block;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #3a3a3a;
  margin-bottom: 0.21429em;
}
@media screen and (min-width: 48em) {
  .comment-author .fn {
    margin-top: 0.78571em;
    margin-bottom: 0;
  }
}
.comment-author .fn a {
  text-decoration: none;
}
.comment-author .fn a:hover {
  text-decoration: underline;
}

.comment-metadata > a,
.pingback .edit-link > a {
  margin-right: 1em;
}

.comment-meta {
  margin: 0 0 1.42857em 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;
}

.reply {
  margin-top: 1.71429em;
}
.reply a {
  text-decoration: none;
}
.reply a:before {
  content: "";
  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;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 0.71429em;
}
.reply a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 48em) {
  .reply {
    margin-top: 1.25em;
  }
}

.comment-form {
  max-width: 100%;
}
.comment-form p.form-submit {
  margin-top: 2.14286em;
}
@media screen and (min-width: 48em) {
  .comment-form p.form-submit {
    margin-top: 1.875em;
  }
}

.comment-metadata,
.pingback .edit-link,
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.29231;
  color: #959595;
}
.comment-metadata a,
.pingback .edit-link a,
.comment-notes a,
.comment-awaiting-moderation a,
.logged-in-as a,
.form-allowed-tags a {
  color: inherit;
  text-decoration: none;
}
.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: #3a3a3a;
}

.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;
  padding-bottom: 4.57143em;
}
@media screen and (min-width: 48em) {
  .site-footer {
    padding-bottom: 4em;
  }
}
.site-footer .site-info {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.29231;
}
.site-footer .to-top {
  text-decoration: none;
  color: inherit;
}
.site-footer .to-top:hover {
  color: #3a3a3a;
}
.site-footer .to-top .fa {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0.28571em 1.07143em 0 0;
  vertical-align: top;
  transition: margin 0.2s ease 0s;
}
.site-footer .to-top:hover .fa {
  margin-top: 0.14286em;
}
.site-footer .to-top-wrapper {
  margin-bottom: 2.14286em;
}
@media screen and (min-width: 48em) {
  .site-footer .to-top-wrapper {
    margin-bottom: 1.875em;
  }
}

/*--------------------------------------------------------------
# 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.35714em 0 1.42857em;
}

.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 {
  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 {
  margin-top: 0.28571em;
}
.content-area .img.alignnone {
  max-width: 100%;
}
.content-area .wp-caption.alignnone img,
.content-area img.alignnone {
  display: block;
}
.content-area .wp-caption.alignnone,
.content-area img.alignnone {
  margin-top: 0;
  margin-bottom: 0;
}

.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.3125em 0 1.25em;
  }

  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: 2.25em;
    margin-top: 2.8125em;
  }
  .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;
    margin-bottom: 0.625em;
  }
  .content-area .wp-caption.alignnone img,
  .content-area img.alignnone {
    display: block;
  }
  .content-area .wp-caption.alignnone,
  .content-area img.alignnone {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wp-caption-text {
    margin-bottom: 3.07692em;
  }
}

/*# sourceMappingURL=style.css.map */
