/*!
Theme Name: Remi
Theme URI: http://ld-wp.template-help.com/wordpress_58912/
Author: Template Monster
Author URI: http://www.templatemonster.com/
Description: Photographer Portfolio.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: remi
Tags: grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, footer-widgets, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, 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.

blank is based on Underscores http://underscores.me/, (C) 2012-2015 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.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Social List
# Accessibility
# Alignments
# Clearings
# Grid
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# 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;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0px;
}

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-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.19rem;
  padding-right: 1.19rem;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.19rem;
  padding-right: 1.19rem;
}

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -1.19rem;
  margin-right: -1.19rem;
}

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

.col-xs-1 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

.col-xs-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.col-xs-last {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 544px) {
  .col-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-sm-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .col-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-md-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 992px) {
  .col-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-lg-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1200px) {
  .col-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-xl-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.row-xs-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row-xs-center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-xs-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 544px) {
  .row-sm-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-sm-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-sm-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .row-md-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-md-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-md-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .row-lg-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-lg-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-lg-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .row-xl-top {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row-xl-center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .row-xl-bottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.col-xs-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.col-xs-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.col-xs-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

@media (min-width: 544px) {
  .col-sm-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .col-sm-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .col-sm-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 768px) {
  .col-md-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .col-md-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .col-md-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 992px) {
  .col-lg-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .col-lg-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .col-lg-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 1200px) {
  .col-xl-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .col-xl-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .col-xl-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 21px;
  font-size: 1rem;
}

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
}

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

h3 + h1 {
  margin-top: 1.03em;
}

* + h1 {
  margin-top: 1em;
}

* + h2 {
  margin-top: 1em;
}

* + h3 {
  margin-top: 3em;
}

* + h4 {
  margin-top: 3em;
}

* + h5 {
  margin-top: 4em;
}

* + h6 {
  margin-top: 4em;
}

p:not(:empty) + h1 {
  margin-top: 1.04em;
}

p:not(:empty) + h2 {
  margin-top: 1.74em;
}

p:not(:empty) + h3 {
  margin-top: 3.2em;
}

p:not(:empty) + h4 {
  margin-top: 4.9em;
}

p:not(:empty) + h5 {
  margin-top: 6.4em;
}

p:not(:empty) + h6 {
  margin-top: 6.25em;
}

h1 + p:not(:empty) {
  margin-top: 1.43em;
}

h2 + p:not(:empty) {
  margin-top: 1.7em;
}

h3 + p:not(:empty) {
  margin-top: 2.2em;
}

h4 + p:not(:empty) {
  margin-top: 2.45em;
}

h5 + p:not(:empty) {
  margin-top: 0.6em;
}

h6 + p:not(:empty) {
  margin-top: 0.65em;
}

* + div[role*="form"] {
  margin-top: 30px;
}

h4 + div[role*="form"] {
  margin-top: 40px;
}

hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6 {
  margin-top: 1.3em;
}

h4 + ul, h4 + ol {
  margin-top: 37px;
}

.row + h3 {
  margin-top: 94px;
}

.row + h4 {
  margin-top: 52px;
}

.page .entry-content h3 + .row {
  margin-top: 81px;
}

h3 + .image-full-block:not(:empty) {
  margin-top: 37px;
}

h3:first-child + .image-full-block:not(:empty) {
  margin-top: 87px;
}

p {
  margin: 0;
}

* + p:not(:empty) {
  margin-top: 18px;
}

* + p:empty {
  margin-top: 0;
}

blockquote + p:not(:empty) {
  margin-top: 36px;
}

.image-full-block + p:not(:empty) {
  margin-top: 94px;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  overflow: auto;
  max-width: 100%;
  margin: 0 0 1.5em;
  padding: 1.5em;
  background: #f1f1f1;
  border: 1px solid #d7d7d7;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 21px;
  font-size: 1rem;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 19.6875px;
  font-size: 0.9375rem;
}

code {
  padding: 2px 5px;
  border: 1px solid #e3e3e3;
}

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

mark, ins {
  font-style: normal;
  text-decoration: none;
  padding: 0 4px;
}

ins {
  background-color: #000000;
}

big {
  font-size: 125%;
}

small,
.small {
  font-size: 15.96px;
  font-size: 0.76rem;
}

.post-content > *:last-child,
.entry-content > *:last-child,
.comment-content > *:last-child {
  margin-bottom: 0;
}

.post-content > *:last-child > *:last-child,
.entry-content > *:last-child > *:last-child,
.comment-content > *:last-child > *:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

blockquote {
  font-size: 29.82px;
  font-size: 1.42rem;
}

blockquote cite {
  font-size: 21px;
  font-size: 1rem;
}

blockquote {
  position: relative;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 28px;
}

blockquote p {
  margin: 0;
}

blockquote p + p:not(:empty) {
  margin-top: 10px;
}

blockquote cite {
  font-style: normal;
  text-transform: none;
}

blockquote cite:before {
  content: "-";
}

blockquote:before {
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 90px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
}

p + blockquote {
  margin-top: 35px;
}

hr {
  margin-bottom: 0;
  border: 0;
  height: 1px;
  background-color: #e3e3e3;
}

* + hr {
  margin-top: 2.95em;
}

.post_before_content-ads,
.post_before_comments-ads {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 3em;
  padding-bottom: 3em;
  text-align: center;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0;
  padding-left: 0;
}

* + ul:not([class]), * +
ol:not([class]) {
  margin-top: 31px;
}

ul:not([class]) li + li,
ol:not([class]) li + li {
  margin-top: 10px;
}

ul ul:not([class]), ul ol:not([class]),
ol ul:not([class]),
ol ol:not([class]) {
  margin-top: 10px;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 0;
}

ul li::before {
  content: none;
}

ul:not([class]) li {
  padding-left: 11px;
}

ul:not([class]) li::before {
  content: "\2022";
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 3px;
  font-family: inherit;
  line-height: inherit;
}

ul:not([class]) li > ul {
  margin-left: 30px;
}

ol:not([class]) {
  list-style: none;
  counter-reset: li;
}

ol:not([class]) > li {
  position: relative;
  padding-left: 29px;
  font-size: inherit;
}

ol:not([class]) > li::before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
}

ol:not([class]) > li > ol {
  padding-left: 30px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Inline list */
.site .inline-list {
  padding: 0;
  list-style: none;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-bottom: -10px;
  margin-left: -6px;
}

.site .inline-list > * {
  margin-top: 10px;
  margin-left: 6px;
}

.site .inline-list li {
  display: inline-block;
}

* + .site .inline-list-wrapper, * + .site .inline-list {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .site .inline-list {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    margin-bottom: -5px;
    margin-left: -10px;
  }
  .site .inline-list > * {
    margin-top: 5px;
    margin-left: 10px;
  }
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

.entry-content table {
  margin: 0 0 1.5em;
  max-width: 100%;
  border: 1px solid #e3e3e3;
}

.entry-content table th,
.entry-content table td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #e3e3e3;
}

.entry-content table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e3e3e3;
}

.entry-content table tbody + tbody {
  border-top: 1px solid #e3e3e3;
}

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-preloader {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  display: inline-block;
  line-height: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(0);
          transform: translate3d(-50%, -50%, 0) rotateZ(0);
  z-index: 1000;
}

.page-preloader-cover {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.page-preloader-cover .preloader-logo {
  text-align: center;
  display: inline-block;
  padding: 20px 40px 16px;
  -webkit-perspective: 500px;
          perspective: 500px;
}

.page-preloader-cover .preloader-logo span {
  vertical-align: top;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-animation: preloader-animate 6s ease-in-out infinite;
          animation: preloader-animate 6s ease-in-out infinite;
}

@-webkit-keyframes preloader-animate {
  50% {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
}

@keyframes preloader-animate {
  50% {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
}

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
  z-index: 999;
  width: 77px;
  height: 77px;
  margin: 27px 0 0;
  border: none;
  border-radius: 50%;
  font-size: 25px;
  line-height: 77px;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  background: none;
}

#toTop:before {
  content: "\e877";
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  vertical-align: middle;
}

#toTop:active, #toTop:focus {
  outline: none;
}

@media (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}

@media (min-width: 768px) {
  #toTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin: 0;
  }
}

@media (min-width: 992px) {
  #toTop {
    right: 60px;
    bottom: 60px;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'], .btn {
  position: relative;
  z-index: 10;
  display: inline-block;
  border: 0 solid;
  letter-spacing: .14em;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  text-overflow: ellipsis;
  transition: ease .3s;
  transition-property: color, background;
  overflow: visible;
  white-space: normal;
  border-width: 0;
  padding: 17px 48px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 0;
  min-width: 144px;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover, .btn:hover {
  text-decoration: none;
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus, .btn:focus {
  outline: none;
}

.btn-fullwidth {
  width: 100%;
}

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'],
select,
textarea {
  padding: 14px 20px 13px;
  border-width: 0;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #e3e3e3;
  font-size: 17.9991px;
  font-size: 0.8571rem;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-appearance: none;
}

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,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

input[type='text'].error,
input[type='email'].error,
input[type='url'].error,
input[type='password'].error,
input[type='search'].error,
input[type='number'].error,
input[type='tel'].error,
input[type='range'].error,
input[type='date'].error,
input[type='month'].error,
input[type='week'].error,
input[type='time'].error,
input[type='datetime'].error,
input[type='datetime-local'].error,
input[type='color'].error,
select.error,
textarea.error {
  background: #fff2f2;
  box-shadow: none;
  border-color: #ff0000;
}

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'] {
  height: 3.75em;
}

button,
input[type='submit'],
input[type='reset'] {
  -webkit-appearance: none;
  border-radius: 0;
}

button:focus,
input[type='submit']:focus,
input[type='reset']:focus {
  outline: none;
}

button:hover,
input[type='submit']:hover,
input[type='reset']:hover {
  background-color: #f1f1f1;
}

select {
  padding: 17px 20px;
}

textarea {
  width: 100%;
  height: auto;
  min-height: 158px;
  resize: vertical;
  overflow: auto;
}

::-moz-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

.search-form {
  margin: 0 auto;
  padding: 0;
  max-width: 568px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form label {
  font-size: 0;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.search-form__field[type="search"] {
  float: none;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}

.search-form__submit {
  height: 50px;
  -webkit-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin: 10px 0 0;
  padding: 10px;
  width: 100%;
  min-width: 0;
  font-size: 18px;
}

.widget-area .search-form {
  max-width: inherit;
}

.widget-area .search-form_wrap .open-btn {
  display: none;
}

.top-panel__search .search-form {
  padding: 0;
  overflow: hidden;
  transition: 200ms opacity;
  background: white;
  z-index: 100;
  width: 100%;
}

.top-panel__search .search-form_wrap {
  position: relative;
  padding: 0;
}

.top-panel__search .search-form_wrap .open-btn {
  position: relative;
  display: none;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 18px;
  vertical-align: middle;
  transition: 300ms all;
}

.top-panel__search .search-form_wrap .open-btn:before, .top-panel__search .search-form_wrap .open-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .3s;
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  pointer-events: none;
}

.top-panel__search .search-form_wrap .open-btn:before {
  content: "\e86f";
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: visible;
}

.top-panel__search .search-form_wrap .open-btn:after {
  content: "\e870";
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  visibility: hidden;
}

.top-panel__search .search-form_wrap .open-btn:hover {
  cursor: pointer;
}

.top-panel__search .search-form_wrap.active .search-form {
  opacity: 1;
  visibility: visible;
}

.top-panel__search .search-form_wrap.active .search-form__field {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.top-panel__search .search-form_wrap.active .search-form__submit {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.top-panel__search .search-form_wrap.active .open-btn:before {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  visibility: hidden;
}

.top-panel__search .search-form_wrap.active .open-btn:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: visible;
}

.site-header .top-panel__search .search-form {
  z-index: 10;
}

.not-found .search-form__submit {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  padding: 10px 50px;
  font-size: 16px;
  letter-spacing: 0.14em;
}

.not-found .search-form__submit i {
  display: none;
}

.not-found .search-form__submit .screen-reader-text {
  position: static !important;
  width: auto;
  height: auto;
  clip: auto;
}

@media (min-width: 544px) {
  .search-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .search-form__submit {
    width: auto;
    margin: 0 0 0 10px;
  }
  .top-panel__search .search-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .top-panel__search .search-form {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    width: 400px;
    padding: 10px;
    max-width: inherit;
    border: 1px solid #e3e3e3;
    opacity: 0;
    visibility: hidden;
  }
  .top-panel__search .search-form_wrap {
    display: inline-block;
  }
  .top-panel__search .search-form_wrap .open-btn {
    display: inline-block;
  }
  .top-panel__search .search-form__field {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    transition: 300ms all;
  }
  .top-panel__search .search-form__submit {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    transition: 200ms all;
  }
}

.comment-list .comment-respond {
  padding-bottom: 2em;
}

@media (min-width: 992px) {
  .comment-reply-title {
    margin-bottom: 1em;
  }
}

* + .comment-form {
  margin-top: 2.4em;
}

.comment-form > p + p {
  margin-top: 30px;
}

.comment-form label {
  display: none;
  margin: 0 0 6px;
}

.comment-list .comment-form {
  margin: 0;
}

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
  margin: 1em 0 0 0;
}

.comment-form .form-submit {
  margin: 2.38em 0 0 0;
}

.comment-form .submit:focus {
  box-shadow: none;
}

.comment-form__field {
  width: 100%;
  vertical-align: top;
}

.comment-form .logged-in-as,
.comment-form .comment-notes {
  margin: 1em 0;
}

.comment-list .comment-form {
  padding-bottom: 2em;
}

#cancel-comment-reply-link {
  font-size: 15.75px;
  font-size: 0.75rem;
}

.post-password-form label {
  display: inline-block;
  vertical-align: top;
}

.post-password-form label + input:focus {
  box-shadow: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
}

.post-content a[href*="mailto:"],
.comment-content a[href*="mailto:"],
.entry-content a[href*="mailto:"] {
  text-decoration: underline;
}

a,
.site button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  transition: 333ms all;
}

.post-content .cherry-projects-wrapper a,
.comment-content .cherry-projects-wrapper a,
.entry-content .cherry-projects-wrapper a {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-panel__menu {
  display: block;
}

.top-panel__menu-list {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  margin-bottom: -5px;
  margin-left: -5px;
}

.top-panel__menu-list > * {
  margin-top: 5px;
  margin-left: 5px;
}

.top-panel__menu-list .menu-item {
  display: inline-block;
}

.top-panel__menu-list .menu-item a {
  font-size: 12px;
  text-decoration: none;
}

.top-panel__menu-list .menu-item a:focus {
  outline: none;
}

.top-panel__menu-list .menu-item.current-menu-item a, .top-panel__menu-list .menu-item.current_page_item a {
  text-decoration: underline;
}

.site-header.vertical .top-panel__menu-list {
  text-align: center;
}

@media (min-width: 1200px) {
  .site-header.vertical .top-panel__menu-list .menu-item {
    display: block;
  }
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
.main-navigation {
  position: relative;
  display: block;
}

.main-navigation .menu-toggle {
  display: none;
}

.main-navigation ul {
  display: block;
  margin: 0;
}

.main-navigation ul li {
  position: relative;
  margin: 0;
}

.main-navigation .menu {
  text-align: left;
}

.main-navigation .menu > li > a {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.main-navigation .menu-item-has-children > .sub-menu-toggle {
  position: absolute;
  right: 0;
  z-index: 100;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: .25s;
  background: transparent;
}

.main-navigation .menu-item-has-children > .sub-menu-toggle:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .site-header:not(.vertical) .main-navigation ul li {
    display: inline-block;
  }
  .site-header:not(.vertical) .main-navigation ul li a {
    display: inline-block;
    padding: 17px 10px;
    font-size: 16px;
    line-height: 1;
  }
  .site-header:not(.vertical) .main-navigation .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header:not(.vertical) .main-navigation .menu > li {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .site-header:not(.vertical) .main-navigation .menu > li:first-child {
    margin-left: -10px;
  }
  .site-header:not(.vertical) .main-navigation .menu > li.menu-item-has-children > .sub-menu-toggle {
    display: none;
    width: 0px;
  }
  .site-header:not(.vertical) .main-navigation .menu > li.menu-item-has-children > .sub-menu-toggle:before {
    content: '\f107';
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .site-header:not(.vertical) .main-navigation .menu > li.menu-item-has-children > .sub-menu-toggle.active,
  .site-header:not(.vertical) .main-navigation .menu > li.menu-item-has-children:hover > .sub-menu-toggle {
    -webkit-transform: translateY(-50%) rotateX(180deg);
            transform: translateY(-50%) rotateX(180deg);
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: block;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu > li {
    display: block;
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu > li > a {
    display: block;
    font-size: 16px;
    padding: 15px 10px;
    border-bottom: 1px solid darkgray;
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu > li:last-child > a {
    border-bottom: none;
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu .menu-item-has-children > a {
    padding-right: 45px;
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu .sub-menu {
    top: 0;
    left: calc(100% + 4px);
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu-toggle {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 20px;
    line-height: 20px;
    pointer-events: none;
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu-toggle:before {
    content: '\f105';
    -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
            transform: translateX(1px);
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu-toggle.active {
    -webkit-transform: translateY(-50%) rotateX(180deg);
            transform: translateY(-50%) rotateX(180deg);
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu-toggle.active,
  .site-header:not(.vertical) .main-navigation .menu-item-has-children:hover > .sub-menu-toggle {
    -webkit-transform: translateY(-50%) rotateY(180deg);
            transform: translateY(-50%) rotateY(180deg);
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .site-header:not(.vertical) .main-navigation .menu > li.super-guacamole__menu-with-image a,
  .site-header:not(.vertical) .main-navigation .menu > li.super-guacamole__menu-with-image img {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid transparent;
  }
  .site-header:not(.vertical) .main-navigation .menu > li.super-guacamole__menu-with-image img {
    max-width: 1.6em;
    -webkit-transform: translateY(0.4em);
        -ms-transform: translateY(0.4em);
            transform: translateY(0.4em);
    margin-top: -100%;
  }
  .site-header:not(.vertical) .main-navigation .menu > li[hidden] {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-header:not(.vertical) .main-navigation {
    width: 100%;
  }
  .site-header:not(.vertical) .main-navigation ul li {
    overflow: hidden;
  }
  .site-header:not(.vertical) .main-navigation ul li a {
    display: block;
    line-height: 1;
    padding: 0 49px 0 0;
    border-bottom: 0 solid transparent;
    font-size: 0;
    transition: .3s .1s all, .1s opacity;
    opacity: 0;
  }
  .site-header:not(.vertical) .main-navigation .menu-toggle {
    display: block;
    width: 100%;
    line-height: 1;
    transition: .3s;
  }
  .site-header:not(.vertical) .main-navigation .menu-toggle::before {
    display: none;
  }
  .site-header:not(.vertical) .main-navigation .menu {
    border-top: 0 solid transparent;
    transition: .3s;
  }
  .site-header:not(.vertical) .main-navigation.toggled .menu {
    position: relative;
    z-index: 1;
  }
  .site-header:not(.vertical) .main-navigation.toggled .menu > li > a {
    padding: 15px 49px 15px 10px;
    border-bottom: 1px solid darkgray;
    font-size: 18px;
    transition: .3s all, .1s .3s opacity;
    opacity: 1;
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu {
    display: block;
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu a {
    padding-left: 20px;
    padding-right: 49px;
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu li li > a {
    padding-left: 40px;
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu-toggle {
    top: 0;
    width: 49px;
    height: 49px;
    line-height: 49px;
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu-toggle:before {
    content: '\f107';
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children > .sub-menu-toggle.active {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children .sub-menu:not(.active) > .menu-item-has-children .sub-menu.active > li > a {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0 solid transparent;
    font-size: 0;
    transition: .3s .1s all, .1s opacity;
    opacity: 0;
  }
  .site-header:not(.vertical) .main-navigation .menu-item-has-children .sub-menu.active > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid darkgray;
    font-size: 18px;
    transition: .3s all, .1s .3s opacity;
    opacity: 1;
  }
  .site-header:not(.vertical) .main-navigation:not(.toggled) .menu .sub-menu.active > li > a {
    padding: 0 49px 0 0;
    border-bottom: 0 solid transparent;
    font-size: 0;
    transition: .3s .1s all, .1s opacity;
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  .site-header:not(.vertical) .main-navigation .menu > li + li {
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .site-header.vertical .main-navigation .menu > li.super-guacamole__menu-with-image a,
  .site-header.vertical .main-navigation .menu > li.super-guacamole__menu-with-image img {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid transparent;
  }
  .site-header.vertical .main-navigation .menu > li.super-guacamole__menu-with-image img {
    max-width: 1.6em;
    -webkit-transform: translateY(0.4em);
        -ms-transform: translateY(0.4em);
            transform: translateY(0.4em);
    margin-top: -100%;
  }
  .site-header.vertical .main-navigation .menu > li[hidden] {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-header.vertical .main-navigation ul li {
    overflow: hidden;
  }
  .site-header.vertical .main-navigation ul li a {
    display: block;
    line-height: 1;
    padding: 0 49px 0 0;
    border-bottom: 0 solid transparent;
    font-size: 0;
    transition: .3s .1s all, .1s opacity;
    opacity: 0;
  }
  .site-header.vertical .main-navigation .menu-toggle {
    display: block;
    width: 100%;
    line-height: 1;
    transition: .3s;
  }
  .site-header.vertical .main-navigation .menu-toggle::before {
    display: none;
  }
  .site-header.vertical .main-navigation .menu {
    border-top: 0 solid transparent;
    transition: .3s;
  }
  .site-header.vertical .main-navigation.toggled .menu {
    position: relative;
    z-index: 1;
    border-top: 1px solid darkgray;
  }
  .site-header.vertical .main-navigation.toggled .menu > li > a {
    padding: 15px 49px 15px 10px;
    border-bottom: 1px solid darkgray;
    font-size: 18px;
    transition: .3s all, .1s .3s opacity;
    opacity: 1;
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu {
    display: block;
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu a {
    padding-left: 20px;
    padding-right: 49px;
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu li li > a {
    padding-left: 40px;
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu-toggle {
    top: 0;
    width: 49px;
    height: 49px;
    line-height: 49px;
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu-toggle:before {
    content: '\f107';
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu-toggle.active {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .site-header.vertical .main-navigation .menu-item-has-children .sub-menu:not(.active) > .menu-item-has-children .sub-menu.active > li > a {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0 solid transparent;
    font-size: 0;
    transition: .3s .1s all, .1s opacity;
    opacity: 0;
  }
  .site-header.vertical .main-navigation .menu-item-has-children .sub-menu.active > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid darkgray;
    font-size: 18px;
    transition: .3s all, .1s .3s opacity;
    opacity: 1;
  }
  .site-header.vertical .main-navigation:not(.toggled) .menu .sub-menu.active > li > a {
    padding: 0 49px 0 0;
    border-bottom: 0 solid transparent;
    font-size: 0;
    transition: .3s .1s all, .1s opacity;
    opacity: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-header.vertical .main-navigation ul li {
    /*cp1*/
    display: inline-block;
  }
  .site-header.vertical .main-navigation ul li a {
    display: inline-block;
    padding: 28px 10px 25px;
    font-size: 16px;
    line-height: 1;
  }
  .site-header.vertical .main-navigation .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header.vertical .main-navigation .menu > li {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .site-header.vertical .main-navigation .menu > li:first-child {
    margin-left: -10px;
  }
  .site-header.vertical .main-navigation .menu > li.menu-item-has-children > .sub-menu-toggle {
    display: none;
    width: 20px;
  }
  .site-header.vertical .main-navigation .menu > li.menu-item-has-children > .sub-menu-toggle:before {
    content: '\f107';
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .site-header.vertical .main-navigation .menu > li.menu-item-has-children > .sub-menu-toggle.active,
  .site-header.vertical .main-navigation .menu > li.menu-item-has-children:hover > .sub-menu-toggle {
    -webkit-transform: translateY(-50%) rotateX(180deg);
            transform: translateY(-50%) rotateX(180deg);
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: block;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu > li {
    display: block;
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu > li > a {
    display: block;
    font-size: 16px;
    padding: 15px 10px;
    border-bottom: 1px solid darkgray;
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu > li:last-child > a {
    border-bottom: none;
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu .menu-item-has-children > a {
    padding-right: 45px;
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu .sub-menu {
    top: 0;
    left: calc(100% + 4px);
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu-toggle {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 20px;
    line-height: 20px;
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu-toggle:before {
    content: '\f105';
    -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
            transform: translateX(1px);
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu-toggle.active {
    -webkit-transform: translateY(-50%) rotateX(180deg);
            transform: translateY(-50%) rotateX(180deg);
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu-toggle.active,
  .site-header.vertical .main-navigation .menu-item-has-children:hover > .sub-menu-toggle {
    -webkit-transform: translateY(-50%) rotateY(180deg);
            transform: translateY(-50%) rotateY(180deg);
  }
  .site-header.vertical .main-navigation .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .site-header.default .site-header.vertical .main-navigation .menu {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .site-header.vertical .main-navigation ul li {
    display: block;
    overflow: hidden;
  }
  .site-header.vertical .main-navigation ul li a {
    display: block;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 49px;
    padding-right: 49px;
    font-size: 0;
    transition: .3s .1s all, .1s opacity;
    opacity: 0;
  }
  .site-header.vertical .main-navigation .menu {
    display: block;
    border-top: 0 solid transparent;
    transition: .3s;
    position: relative;
    z-index: 1;
  }
  .site-header.vertical .main-navigation .menu > li {
    margin: 0;
    text-align: center;
  }
  .site-header.vertical .main-navigation .menu > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    transition: .3s all, .1s .3s opacity;
    opacity: 1;
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu-toggle {
    display: block;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 49px;
    height: 44px;
    line-height: 44px;
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu-toggle:before {
    content: '\f107';
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu-toggle.active {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu {
    background: transparent;
  }
  .site-header.vertical .main-navigation .menu-item-has-children > .sub-menu .sub-menu-toggle {
    height: 28px;
    line-height: 28px;
  }
  .site-header.vertical .main-navigation .menu-item-has-children .sub-menu:not(.active) > .menu-item-has-children .sub-menu.active > li > a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 49px;
    padding-right: 49px;
    font-size: 0;
    transition: .3s .1s all, .1s opacity;
    opacity: 0;
  }
  .site-header.vertical .main-navigation .menu-item-has-children .sub-menu.active > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    transition: .3s all, .1s .3s opacity;
    opacity: 1;
  }
}

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu__items {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-bottom: -10px;
  margin-left: -10px;
}

.footer-menu__items > * {
  margin-top: 10px;
  margin-left: 10px;
}

.footer-menu__items .menu-item {
  display: inline-block;
}

.footer-menu__items .menu-item a {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  overflow: hidden;
  margin-top: 2em;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
}

.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
  font-size: 20px;
  content: '\E408';
  vertical-align: top;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
  white-space: nowrap;
}

.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.comment-navigation .nav-next > a:after,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-next > a:after {
  font-size: 20px;
  content: '\E409';
  vertical-align: top;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.pagination {
  margin: 5.9em 0;
}

.card-columns + .pagination {
  margin-top: 0;
}

.pagination .nav-links {
  font-size: 0;
}

.page-numbers {
  display: inline-block;
  width: auto;
  height: auto;
  border: 1px solid transparent;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

* + .page-numbers {
  margin-left: 20px;
}

.page-numbers.dots {
  min-width: 3em;
  border: none;
  background-color: transparent;
}

.page-numbers.next i, .page-numbers.prev i {
  font-size: 18px;
  vertical-align: middle;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}

.page-links__title {
  margin-right: 5px;
}

.page-links a,
.page-links > .page-links__item {
  line-height: 3;
  display: inline-block;
  min-width: 3em;
  height: 3em;
  margin: 0 5px 5px 0;
  text-align: center;
  border: 1px solid #e3e3e3;
}

.page-links a {
  text-decoration: none;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  transition: .3s;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  width: 100%;
  padding: 23px;
  border: 1px solid #e3e3e3;
}

.post-navigation .nav-previous a > * + *,
.post-navigation .nav-next a > * + * {
  margin-top: 7px;
}

.post-navigation .nav-previous a *,
.post-navigation .nav-next a * {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.post-navigation .nav-previous a *:first-child,
.post-navigation .nav-next a *:first-child {
  letter-spacing: .24em;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
  content: none;
}

.post-navigation .nav-previous a {
  padding-left: 56px;
}

.post-navigation .nav-previous a:before {
  content: "\e875";
  left: 25px;
}

.post-navigation .nav-next a {
  padding-right: 56px;
}

.post-navigation .nav-next a:before {
  content: "\e876";
  right: 25px;
}

@media (max-width: 543px) {
  .post-navigation .nav-links > * + * {
    margin-top: 10px;
  }
}

@media (min-width: 544px) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    display: block;
    width: auto;
    max-width: calc(50% - 25px);
  }
  .post-navigation .nav-previous {
    float: left;
    margin-right: 25px;
  }
  .post-navigation .nav-next {
    float: right;
    margin-left: 25px;
  }
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  margin: 0;
  padding: 1.1em 0;
}

.breadcrumbs__title:empty {
  display: none;
}

.breadcrumbs__browse {
  margin-right: .5em;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item-sep {
  display: none;
}

.breadcrumbs__item-link {
  text-decoration: none;
}

.breadcrumbs__item + .breadcrumbs__item > *:not(.breadcrumbs__item-sep) {
  margin-left: 9px;
}

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .menu-item > a[href*="codepen.io"]::before {
  content: '\f1cb';
}

.social-list .menu-item > a[href*="digg.com"]::before {
  content: '\f1a6';
}

.social-list .menu-item > a[href*="dribbble.com"]::before {
  content: '\f17d';
}

.social-list .menu-item > a[href*="dropbox.com"]::before {
  content: '\f16b';
}

.social-list .menu-item > a[href*="facebook.com"]::before {
  content: '\f09a';
}

.social-list .menu-item > a[href*="flickr.com"]::before {
  content: '\f16e';
}

.social-list .menu-item > a[href*="plus.google.com"]::before {
  content: '\f0d5';
}

.social-list .menu-item > a[href*="github.com"]::before {
  content: '\f09b';
}

.social-list .menu-item > a[href*="instagram.com"]::before {
  content: '\f16d';
}

.social-list .menu-item > a[href*="linkedin.com"]::before {
  content: '\f0e1';
}

.social-list .menu-item > a[href*="pinterest.com"]::before {
  content: '\f0d2';
}

.social-list .menu-item > a[href*="getpocket.com"]::before {
  content: '\f265';
}

.social-list .menu-item > a[href*="reddit.com"]::before {
  content: '\f1a1';
}

.social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
  content: '\f17e';
}

.social-list .menu-item > a[href*="stumbleupon.com"]::before {
  content: '\f1a4';
}

.social-list .menu-item > a[href*="tumblr.com"]::before {
  content: '\f173';
}

.social-list .menu-item > a[href*="twitter.com"]::before {
  content: '\f099';
}

.social-list .menu-item > a[href*="vimeo.com"]::before {
  content: '\f27d';
}

.social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
  content: '\f19a';
}

.social-list .menu-item > a[href*="youtube.com"]::before {
  content: '\f167';
}

.social-list .menu-item > a[href*="amazon.com"]::before {
  content: '\f270';
}

.social-list .menu-item > a[href*="tripadvisor"]::before {
  content: '\f262';
}

.social-list .menu-item > a[href*="ycombinator.com"]::before {
  content: '\f23b';
}

.social-list .menu-item > a[href*="xing.com"]::before {
  content: '\f168';
}

.social-list .menu-item > a[href*="yahoo."]::before {
  content: '\f19e';
}

.social-list .menu-item > a[href*="vine.co"]::before {
  content: '\f1ca';
}

.social-list .menu-item > a[href*="weibo.com"]::before {
  content: '\f18a';
}

.social-list .menu-item > a[href*="trello.com"]::before {
  content: '\f181';
}

.social-list .menu-item > a[href*="steampowered.com"]::before {
  content: '\f1b6';
}

.social-list .menu-item > a[href*="soundcloud.com"]::before {
  content: '\f1be';
}

.social-list .menu-item > a[href*="spotify.com"]::before {
  content: '\f1bc';
}

.social-list .menu-item > a[href*="stackexchange.com"]::before {
  content: '\f18d';
}

.social-list .menu-item > a[href*="stackoverflow.com"]::before {
  content: '\f16c';
}

.social-list .menu-item > a[href*="slideshare.net"]::before {
  content: '\f1e7';
}

.social-list .menu-item > a[href*="slack.com"]::before {
  content: '\f198';
}

.social-list .menu-item > a[href*="skyatlas.com"]::before {
  content: '\f216';
}

.social-list .menu-item > a[href*="last.fm"]::before {
  content: '\f202';
}

.social-list .menu-item > a[href*="jsfiddle.net"]::before {
  content: '\f1cc';
}

.social-list .menu-item > a[href*="behance.net"]::before {
  content: '\f1b4';
}

.social-list .menu-item > a[href*="bitbucket.org"]::before {
  content: '\f171';
}

.social-list .menu-item > a[href*="codepen.io"]::before {
  content: '\f1cb';
}

.social-list .menu-item > a[href*="codiepie.com"]::before {
  content: '\f284';
}

.social-list .menu-item > a[href*="connectdevelop.com"]::before {
  content: '\f20e';
}

.social-list .menu-item > a[href*="dashcube.com"]::before {
  content: '\f210';
}

.social-list .menu-item > a[href*="contao.org"]::before {
  content: '\f26d';
}

.social-list .menu-item > a[href*="delicious.com"]::before {
  content: '\f1a5';
}

.social-list .menu-item > a[href*="deviantart.com"]::before {
  content: '\f1bd';
}

.social-list .menu-item > a[href*="vk.com"]::before {
  content: '\f189';
}

.social-list .menu-item > a {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
}

.social-list .menu-item > a:hover {
  text-decoration: none;
}

.social-list .menu-item > a:focus {
  outline: none;
}

.social-list--text .menu-item > a:before {
  display: none;
}

@media (max-width: 767px) {
  .site-header .social-list .menu-item > a .screen-reader-text,
  .site-footer .social-list .menu-item > a .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .site-header .social-list .menu-item > a:before,
  .site-footer .social-list .menu-item > a:before {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #e3e3e3;
    line-height: 60px;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .3s;
  }
}

@media (min-width: 768px) {
  .site-header .social-list .menu-item > a .screen-reader-text,
  .site-footer .social-list .menu-item > a .screen-reader-text {
    position: static !important;
    width: auto;
    height: auto;
    clip: auto;
  }
  .site-header .social-list .menu-item > a[href]:before,
  .site-footer .social-list .menu-item > a[href]:before {
    content: none;
  }
}

@media (min-width: 1200px) {
  .site-header.vertical .social-list .menu-item {
    display: block;
  }
}

@media (min-width: 992px) {
  .site-footer.minimal .social-list .menu-item {
    display: none;
  }
  .site-footer.minimal .social-list .menu-item:nth-child(-n+5) {
    display: inline-block;
  }
}

.widget .social-list .menu-item > a .screen-reader-text {
  position: static !important;
  width: auto;
  height: auto;
  clip: auto;
}

.widget .social-list .menu-item > a[href]:before {
  content: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 18.375px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: none;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 50px;
    margin-bottom: 15px;
  }
}

.alignright {
  float: none;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .alignright {
    float: right;
    margin-left: 50px;
    margin-bottom: 15px;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .aligncenter {
    margin-top: 44px;
  }
}

.image-full-block .size-full {
  width: 100%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-footer:before,
.entry-footer: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 {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.comment-body:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  position: relative;
  margin: 0;
}

.comments-area.with-comments {
  padding: 5.75em 0 0;
}

@media (min-width: 992px) {
  .comments-title {
    margin-bottom: 2em;
  }
}

.comment-respond {
  margin: 6.15em 0 0;
}

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

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

@media (min-width: 992px) {
  .comment-list .children {
    padding-left: 40px;
  }
}

.comment-list .children li.comment {
  margin-top: 18px;
}

.comment-list li.comment {
  margin-top: 54px;
}

.comment-list > li.comment:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .comment-content {
    overflow: hidden;
  }
}

.comment-content a {
  word-wrap: break-word;
}

.comment-body__holder {
  position: relative;
  padding-right: 40px;
}

.comment-body .avatar {
  margin: 0 0 20px;
  width: 40px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .comment-body .avatar {
    float: left;
    margin: 0 15px 10px 0;
  }
}

@media (min-width: 992px) {
  .comment-body .avatar {
    width: 78px;
    margin: 0 30px 15px 0;
  }
}

.comment-body .fn {
  font-weight: normal;
}

.comment-body .fn:after {
  content: ' -';
}

.comment-body .reply {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  transition: all 0.25s ease;
  opacity: 1;
}

.comment-metadata {
  font-size: 12px;
  margin: 0 0 4px;
}

.comment-reply-link {
  font-size: 26px;
}

.comment-reply-link .material-icons {
  font-size: inherit;
}

.comment-date {
  display: inline-block;
}

.comment-date__time {
  display: inline-block;
  vertical-align: top;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  margin: 6.75em 0 0;
}

.post-author__avatar {
  margin: 0 0 1em;
}

.header-layout-vertical .post-author__avatar,
.footer-layout-vertical .post-author__avatar {
  float: none;
}

@media (min-width: 1700px) {
  .header-layout-vertical .post-author__avatar,
  .footer-layout-vertical .post-author__avatar {
    float: left;
    margin: 0 1em 1em 0;
  }
}

.post-author__avatar .avatar {
  width: 70px;
  vertical-align: top;
  border-radius: 50%;
}

.header-layout-vertical .post-author__avatar .avatar,
.footer-layout-vertical .post-author__avatar .avatar {
  width: 70px;
}

@media (min-width: 1700px) {
  .header-layout-vertical .post-author__avatar .avatar,
  .footer-layout-vertical .post-author__avatar .avatar {
    width: 140px;
  }
}

@media (min-width: 992px) {
  .post-author__avatar .avatar {
    width: 140px;
  }
}

@media (min-width: 768px) {
  .post-author__avatar {
    float: left;
    margin: 0 1em 1em 0;
  }
}

@media (min-width: 992px) {
  .post-author__avatar {
    margin: 0 2.38em 1em 0;
  }
}

@media (min-width: 768px) {
  .post-author__content {
    overflow: hidden;
  }
}

.post-author__title {
  margin: 0 0 36px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.share-btns__item {
  display: inline-block;
}

.share-btns__list {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-bottom: -10px;
  margin-left: -6px;
}

.share-btns__list > * {
  margin-top: 10px;
  margin-left: 6px;
}

@media (max-width: 767px) {
  .share-btns__list {
    text-align: center;
  }
  .share-btns__link i {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #e3e3e3;
    line-height: 60px;
    text-align: center;
    transition: .3s;
  }
}

@media (min-width: 768px) {
  .share-btns__list {
    text-align: left;
  }
  .share-btns__link i {
    display: none;
  }
  .share-btns__link .screen-reader-text {
    position: static !important;
    width: auto;
    height: auto;
    clip: auto;
  }
}

/*--------------------------------------------------------------
# Cherry Projects
--------------------------------------------------------------*/
/* Projects */
.cherry-projects-terms-wrapper .projects-terms-container {
  margin-bottom: -30px;
}

@media (min-width: 768px) {
  .cherry-projects-terms-wrapper .projects-terms-container {
    margin-bottom: -50px;
  }
}

.cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .projects-terms-item {
  vertical-align: top;
}

@media (max-width: 1200px) {
  .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .projects-terms-list {
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }
}

@media (max-width: 767px) {
  .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .projects-terms-list {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }
}

.cherry-projects-terms-wrapper .projects-terms-item {
  width: 100%;
}

.cherry-projects-terms-wrapper .projects-terms-item .inner-wrapper {
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .cherry-projects-terms-wrapper .projects-terms-item .inner-wrapper {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1200px) {
  .cherry-projects-terms-wrapper .projects-terms-item:hover .featured-image img {
    -webkit-transform: scale(1.06) translate3d(0, -3%, 0);
            transform: scale(1.06) translate3d(0, -3%, 0);
  }
}

.cherry-projects-terms-wrapper .project-terms-media .featured-image {
  line-height: 1;
}

@media (min-width: 1200px) {
  .cherry-projects-terms-wrapper .project-terms-media .featured-image img {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    display: block;
    transition: 333ms all;
  }
}

.cherry-projects-terms-wrapper .project-terms-media .hover-content {
  background: none;
  padding: 0;
  z-index: 20;
}

.cherry-projects-terms-wrapper .project-terms-media .hover-content .term-permalink {
  margin: 0;
  width: 100%;
  height: 100%;
  background: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border-radius: 0;
}

.cherry-projects-terms-wrapper .project-terms-media .hover-content .dashicons {
  display: none;
}

.cherry-projects-terms-wrapper .project-terms-media.border-animation {
  position: relative;
}

.cherry-projects-terms-wrapper .project-terms-media.border-animation .featured-image:before, .cherry-projects-terms-wrapper .project-terms-media.border-animation .featured-image:after,
.cherry-projects-terms-wrapper .project-terms-media.border-animation .hover-content:before,
.cherry-projects-terms-wrapper .project-terms-media.border-animation .hover-content:after {
  content: '';
  position: absolute;
  background: #000;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 100;
}

.cherry-projects-terms-wrapper .project-terms-media.border-animation .featured-image:before, .cherry-projects-terms-wrapper .project-terms-media.border-animation .featured-image:after {
  top: 0;
  width: 8px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
}

.cherry-projects-terms-wrapper .project-terms-media.border-animation .featured-image:before {
  left: 0;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.cherry-projects-terms-wrapper .project-terms-media.border-animation .featured-image:after {
  right: 0;
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}

.cherry-projects-terms-wrapper .project-terms-media.border-animation .hover-content:before, .cherry-projects-terms-wrapper .project-terms-media.border-animation .hover-content:after {
  left: 0;
  width: 100%;
  height: 8px;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}

.cherry-projects-terms-wrapper .project-terms-media.border-animation .hover-content:before {
  top: 0;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.cherry-projects-terms-wrapper .project-terms-media.border-animation .hover-content:after {
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.cherry-projects-terms-wrapper .project-terms-media.border-animation:hover .featured-image:before, .cherry-projects-terms-wrapper .project-terms-media.border-animation:hover .featured-image:after,
.cherry-projects-terms-wrapper .project-terms-media.border-animation:hover .hover-content:before,
.cherry-projects-terms-wrapper .project-terms-media.border-animation:hover .hover-content:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.4s;
}

.cherry-projects-terms-wrapper .project-terms-content {
  position: static;
  width: auto;
  height: auto;
}

.cherry-projects-terms-wrapper .project-terms-content a {
  text-decoration: none;
}

.cherry-projects-terms-wrapper .project-terms-content h5 {
  margin: 0;
  text-transform: uppercase;
}

.entry-content .cherry-projects-terms-wrapper .project-terms-content h5 {
  margin: 0 0 10px;
}

.cherry-projects-terms-wrapper .project-terms-content h5 a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.cherry-projects-terms-wrapper * + .project-terms-content {
  margin-top: 20px;
}

.cherry-projects-wrapper {
  min-height: 400px;
}

@media (max-width: 1500px) {
  .cherry-projects-wrapper .masonry-layout .projects-list {
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
  }
  .cherry-projects-wrapper .masonry-layout .projects-list .inner-wrapper {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 600px) {
  .cherry-projects-wrapper .masonry-layout .projects-list {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }
}

.cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper .project-media img {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: 333ms all;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper .project-media .hover-content {
    border: 0;
  }
  .cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper .project-media .hover-content .zoom-link {
    display: none;
  }
}

.header-layout-vertical .cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper .project-content,
.footer-layout-vertical .cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper .project-content {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 1200px) {
  .header-layout-vertical .cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper .project-content,
  .footer-layout-vertical .cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper .project-content {
    position: absolute;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.header-layout-vertical .cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper:hover .project-media img,
.footer-layout-vertical .cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper:hover .project-media img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 1200px) {
  .header-layout-vertical .cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper:hover .project-media img,
  .footer-layout-vertical .cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper:hover .project-media img {
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
}

.cherry-projects-wrapper .list-layout.projects-container .projects-list .projects-item {
  margin-bottom: 2.38rem;
}

.cherry-projects-wrapper .list-layout.projects-container .projects-list .projects-item:last-child {
  margin-bottom: 0;
}

.cherry-projects-wrapper .list-layout.projects-container .projects-list .projects-item .inner-wrapper .project-content {
  padding: 0;
  background: none;
}

.cherry-projects-wrapper .list-layout.projects-container .projects-list .projects-item .inner-wrapper .project__col-group {
  display: block;
}

.cherry-projects-wrapper .list-layout.projects-container .projects-list .projects-item .inner-wrapper .project__col-left {
  padding-right: 0;
}

.cherry-projects-wrapper .list-layout.projects-container .projects-list .projects-item .inner-wrapper .project__col-left p {
  margin: 0;
}

.cherry-projects-wrapper .list-layout.projects-container .projects-list .projects-item .inner-wrapper .project__col-right {
  margin-top: 20px;
}

.cherry-projects-wrapper .projects-container .projects-list {
  min-height: inherit;
}

.cherry-projects-wrapper .projects-list {
  min-height: inherit;
}

.cherry-projects-wrapper .projects-list .projects-item .inner-wrapper .project-content {
  padding: 23px 0;
}

.cherry-projects-wrapper .projects-list .projects-item .inner-wrapper .project__col-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cherry-projects-wrapper .projects-list .projects-item .inner-wrapper .project__col-left {
  padding-right: 10px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cherry-projects-wrapper .projects-list .projects-item .inner-wrapper .project-title + p:not(:empty),
.cherry-projects-wrapper .projects-list .projects-item .inner-wrapper * + p:not(:empty) {
  margin-top: 13px;
}

.cherry-projects-wrapper .projects-list .projects-item .inner-wrapper:hover .project-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.header-layout-vertical .cherry-projects-wrapper .projects-list .projects-item .inner-wrapper:hover .project-content,
.footer-layout-vertical .cherry-projects-wrapper .projects-list .projects-item .inner-wrapper:hover .project-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (min-width: 1800px) {
  .header-layout-vertical .cherry-projects-wrapper .projects-list .projects-item .inner-wrapper:hover .project-content,
  .footer-layout-vertical .cherry-projects-wrapper .projects-list .projects-item .inner-wrapper:hover .project-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.cherry-projects-wrapper .projects-list .projects-item .inner-wrapper .more-button {
  outline: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: 333ms all;
}

.cherry-projects-wrapper .projects-list .projects-item .inner-wrapper .more-button i {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: 333ms all;
}

.cherry-projects-wrapper .projects-list .projects-item .inner-wrapper .more-button i.bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
  transition: 233ms all;
}

.cherry-projects-wrapper .projects-list .projects-item .inner-wrapper .more-button:hover i {
  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
          transform: rotate(90deg) translate3d(0, 0, 0);
}

.cherry-projects-wrapper .projects-list .projects-item .inner-wrapper .more-button:hover i.bg {
  -webkit-transform: scale(5);
      -ms-transform: scale(5);
          transform: scale(5);
  opacity: 0;
}

.cherry-projects-single-post .cherry-projects-single__container {
  display: block;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__content__header {
  text-align: center;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__content__header .project-title {
  margin: 0 0 .25em;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__content__header .cherry-projects-single-meta {
  margin: 0 0 3.875em;
  border: none;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__content__header .cherry-projects-single-meta > span:not(:first-child):not(:empty):before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px 0 4px;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__media {
  margin-bottom: 2.9em;
  margin-right: 0;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__media.cherry-projects-single__media-featured {
  margin-bottom: 1.19rem;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__media.cherry-projects-single__media-imagelist {
  margin-bottom: 1.71em;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__media .cherry-projects-video-list iframe {
  vertical-align: top;
  width: 100%;
}

@media (min-width: 992px) {
  .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__media .cherry-projects-video-list iframe {
    height: 652px;
  }
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__media .cherry-projects-audio-list .wp-playlist {
  margin: 0;
  border: none;
  padding: 30px;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__media .cherry-projects-audio-list .wp-playlist .wp-playlist-current-item {
  height: auto;
  text-align: center;
  margin: 0 0 20px;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__media .cherry-projects-audio-list .wp-playlist .wp-playlist-current-item img {
  display: none;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__media .cherry-projects-audio-list .wp-playlist .wp-playlist-current-item .wp-playlist-caption {
  max-width: 100%;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__media .cherry-projects-audio-list .wp-playlist .wp-playlist-tracks {
  margin: 20px 0 0;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__media .cherry-projects-audio-list .wp-playlist .wp-playlist-tracks .wp-playlist-item {
  border: none;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__media .cherry-projects-audio-list .wp-playlist .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing {
  background: none;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__media .cherry-projects-audio-list .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption {
  outline: none;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__content > *:last-child {
  margin-bottom: 2.66em;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list,
.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-details-list {
  margin-top: 1.66em;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list ul li,
.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-details-list ul li {
  margin: .66em 0 0;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list ul li:first-child,
.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-details-list ul li:first-child {
  margin: 0;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list ul li:last-child,
.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-details-list ul li:last-child {
  margin: .66em 0 0;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-bar {
  height: 30px;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-bar span {
  height: 30px;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-bar span em {
  padding: 0 10px;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
}

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-details-list .cherry-projects-details-list-title {
  margin-bottom: .9em;
}

.cherry-projects-single-post .cherry-projects-slider__instance {
  margin: 0 0 2.9em;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro {
  background: none;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails {
  position: relative;
  margin-top: 2.38rem;
  padding: 0;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails .projects-slider__thumbnails .sp-thumbnail-container {
  margin: 0 2.38rem 0 0;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-top-thumbnails .projects-slider__thumbnails .sp-thumbnail-container {
  margin: 0 4px 0 0;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-left-thumbnails .projects-slider__thumbnails .sp-thumbnail-container, .cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-right-thumbnails .projects-slider__thumbnails .sp-thumbnail-container {
  margin: 0 0 4px 0;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container {
  background: none;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .projects-slider__thumbnails .sp-thumbnail-container .sp-thumbnail {
  position: relative;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .projects-slider__thumbnails .sp-thumbnail-container .sp-thumbnail:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 0 solid #000;
  opacity: 0;
  z-index: 1;
  transition: 333ms border-width;
  box-sizing: border-box;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .projects-slider__thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail, .cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .projects-slider__thumbnails .sp-thumbnail-container.sp-selected-thumbnail:hover .sp-thumbnail, .cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .projects-slider__thumbnails .sp-thumbnail-container:hover .sp-thumbnail {
  border: none;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .projects-slider__thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail:after, .cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .projects-slider__thumbnails .sp-thumbnail-container.sp-selected-thumbnail:hover .sp-thumbnail:after, .cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .projects-slider__thumbnails .sp-thumbnail-container:hover .sp-thumbnail:after {
  border-width: 8px;
  opacity: 1;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .projects-slider__thumbnails .sp-thumbnail-container:hover .sp-thumbnail:after {
  border-width: 10px;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow {
  width: 60px;
  height: 60px;
  text-align: center;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 26px;
  line-height: 60px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: transparent;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow:after {
  display: none;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow.sp-previous-arrow {
  left: 0;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow.sp-previous-arrow:before {
  content: 'keyboard_arrow_left';
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow.sp-next-arrow {
  right: 0;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow.sp-next-arrow:before {
  content: 'keyboard_arrow_right';
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-full-screen-button {
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: 0;
  right: 0;
}

.cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-full-screen-button:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: 'fullscreen';
  font-size: 26px;
  line-height: 60px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: transparent;
  color: inherit;
}

@media (min-width: 544px) {
  .cherry-projects-additional-image-list .additional-image-list.grid-layout {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  .cherry-projects-additional-image-list .additional-image-list.grid-layout {
    margin-left: -1.19rem !important;
    margin-right: -1.19rem !important;
  }
}

.cherry-projects-additional-image-list .additional-image-list.grid-layout .image-item {
  padding: 0 0 1.19rem;
}

@media (min-width: 544px) {
  .cherry-projects-additional-image-list .additional-image-list.grid-layout .image-item {
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .cherry-projects-additional-image-list .additional-image-list.grid-layout .image-item {
    padding: 1.19rem;
  }
}

@media (max-width: 1199px) {
  .cherry-projects-additional-image-list .additional-image-list.grid-layout .image-item {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
}

@media (max-width: 543px) {
  .cherry-projects-additional-image-list .additional-image-list.grid-layout .image-item {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}

.cherry-projects-additional-image-list .additional-image-list.grid-layout[data-column-number="2"] .image-item {
  max-width: 50%;
}

@media (max-width: 543px) {
  .cherry-projects-additional-image-list .additional-image-list.grid-layout[data-column-number="2"] .image-item {
    max-width: 100%;
  }
}

.cherry-projects-additional-image-list .additional-image-list.grid-layout[data-column-number="3"] .image-item {
  max-width: 33.3333%;
}

@media (max-width: 1199px) {
  .cherry-projects-additional-image-list .additional-image-list.grid-layout[data-column-number="3"] .image-item {
    max-width: 50%;
  }
}

@media (max-width: 543px) {
  .cherry-projects-additional-image-list .additional-image-list.grid-layout[data-column-number="3"] .image-item {
    max-width: 100%;
  }
}

.cherry-projects-additional-image-list .additional-image-list.grid-layout[data-column-number="4"] .image-item {
  max-width: 25%;
}

@media (max-width: 1199px) {
  .cherry-projects-additional-image-list .additional-image-list.grid-layout[data-column-number="4"] .image-item {
    max-width: 50%;
  }
}

@media (max-width: 543px) {
  .cherry-projects-additional-image-list .additional-image-list.grid-layout[data-column-number="4"] .image-item {
    max-width: 100%;
  }
}

.cherry-projects-additional-image-list .additional-image-list.masonry-layout .image-item {
  padding: 0 0 1.19rem;
}

@media (min-width: 992px) {
  .cherry-projects-additional-image-list .additional-image-list.masonry-layout .image-item {
    padding: 1.19rem;
  }
}

.cherry-projects-wrapper .projects-item-instance .hover-content {
  background: none;
}

.cherry-projects-wrapper .projects-item-instance .hover-content .simple-icon {
  border-radius: 50%;
  width: 77px;
  height: 77px;
}

.cherry-projects-wrapper .projects-item-instance .hover-content .simple-icon span {
  margin: 0;
  line-height: 77px;
  width: 77px;
  height: 77px;
}

.cherry-projects-wrapper .projects-item-instance .hover-content .simple-icon.zoom-link span:before {
  content: 'visibility';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}

.cherry-projects-single-post .cherry-projects-single__media-featured,
.additional-image-list .inner-wrapper,
.cherry-projects-single-post-format-standard .cherry-projects-single__media {
  position: relative;
  overflow: hidden;
}

.cherry-projects-single-post .cherry-projects-single__media-featured .featured-image,
.cherry-projects-single-post .cherry-projects-single__media-featured .additional-image,
.cherry-projects-single-post .cherry-projects-single__media-featured a.wp-image,
.additional-image-list .inner-wrapper .featured-image,
.additional-image-list .inner-wrapper .additional-image,
.additional-image-list .inner-wrapper a.wp-image,
.cherry-projects-single-post-format-standard .cherry-projects-single__media .featured-image,
.cherry-projects-single-post-format-standard .cherry-projects-single__media .additional-image,
.cherry-projects-single-post-format-standard .cherry-projects-single__media a.wp-image {
  overflow: hidden;
}

.cherry-projects-single-post .cherry-projects-single__media-featured .featured-image:before, .cherry-projects-single-post .cherry-projects-single__media-featured .featured-image:after,
.cherry-projects-single-post .cherry-projects-single__media-featured .additional-image:before,
.cherry-projects-single-post .cherry-projects-single__media-featured .additional-image:after,
.cherry-projects-single-post .cherry-projects-single__media-featured a.wp-image:before,
.cherry-projects-single-post .cherry-projects-single__media-featured a.wp-image:after,
.additional-image-list .inner-wrapper .featured-image:before,
.additional-image-list .inner-wrapper .featured-image:after,
.additional-image-list .inner-wrapper .additional-image:before,
.additional-image-list .inner-wrapper .additional-image:after,
.additional-image-list .inner-wrapper a.wp-image:before,
.additional-image-list .inner-wrapper a.wp-image:after,
.cherry-projects-single-post-format-standard .cherry-projects-single__media .featured-image:before,
.cherry-projects-single-post-format-standard .cherry-projects-single__media .featured-image:after,
.cherry-projects-single-post-format-standard .cherry-projects-single__media .additional-image:before,
.cherry-projects-single-post-format-standard .cherry-projects-single__media .additional-image:after,
.cherry-projects-single-post-format-standard .cherry-projects-single__media a.wp-image:before,
.cherry-projects-single-post-format-standard .cherry-projects-single__media a.wp-image:after {
  content: '';
  position: absolute;
  background: #000;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 100;
}

.cherry-projects-single-post .cherry-projects-single__media-featured a.wp-image:before, .cherry-projects-single-post .cherry-projects-single__media-featured a.wp-image:after,
.additional-image-list .inner-wrapper a.wp-image:before,
.additional-image-list .inner-wrapper a.wp-image:after,
.cherry-projects-single-post-format-standard .cherry-projects-single__media a.wp-image:before,
.cherry-projects-single-post-format-standard .cherry-projects-single__media a.wp-image:after {
  top: 0;
  width: 8px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
}

.cherry-projects-single-post .cherry-projects-single__media-featured a.wp-image:before,
.additional-image-list .inner-wrapper a.wp-image:before,
.cherry-projects-single-post-format-standard .cherry-projects-single__media a.wp-image:before {
  left: -1px;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.cherry-projects-single-post .cherry-projects-single__media-featured a.wp-image:after,
.additional-image-list .inner-wrapper a.wp-image:after,
.cherry-projects-single-post-format-standard .cherry-projects-single__media a.wp-image:after {
  right: -1px;
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}

.cherry-projects-single-post .cherry-projects-single__media-featured .featured-image:before, .cherry-projects-single-post .cherry-projects-single__media-featured .featured-image:after,
.cherry-projects-single-post .cherry-projects-single__media-featured .additional-image:before,
.cherry-projects-single-post .cherry-projects-single__media-featured .additional-image:after,
.additional-image-list .inner-wrapper .featured-image:before,
.additional-image-list .inner-wrapper .featured-image:after,
.additional-image-list .inner-wrapper .additional-image:before,
.additional-image-list .inner-wrapper .additional-image:after,
.cherry-projects-single-post-format-standard .cherry-projects-single__media .featured-image:before,
.cherry-projects-single-post-format-standard .cherry-projects-single__media .featured-image:after,
.cherry-projects-single-post-format-standard .cherry-projects-single__media .additional-image:before,
.cherry-projects-single-post-format-standard .cherry-projects-single__media .additional-image:after {
  left: -1px;
  width: 100%;
  height: 8px;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}

.cherry-projects-single-post .cherry-projects-single__media-featured .featured-image:before,
.cherry-projects-single-post .cherry-projects-single__media-featured .additional-image:before,
.additional-image-list .inner-wrapper .featured-image:before,
.additional-image-list .inner-wrapper .additional-image:before,
.cherry-projects-single-post-format-standard .cherry-projects-single__media .featured-image:before,
.cherry-projects-single-post-format-standard .cherry-projects-single__media .additional-image:before {
  top: -1px;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.cherry-projects-single-post .cherry-projects-single__media-featured .featured-image:after,
.cherry-projects-single-post .cherry-projects-single__media-featured .additional-image:after,
.additional-image-list .inner-wrapper .featured-image:after,
.additional-image-list .inner-wrapper .additional-image:after,
.cherry-projects-single-post-format-standard .cherry-projects-single__media .featured-image:after,
.cherry-projects-single-post-format-standard .cherry-projects-single__media .additional-image:after {
  bottom: -1px;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.cherry-projects-single-post .cherry-projects-single__media-featured:hover a.wp-image:before, .cherry-projects-single-post .cherry-projects-single__media-featured:hover a.wp-image:after,
.cherry-projects-single-post .cherry-projects-single__media-featured:hover .featured-image:before,
.cherry-projects-single-post .cherry-projects-single__media-featured:hover .featured-image:after,
.cherry-projects-single-post .cherry-projects-single__media-featured:hover .additional-image:before,
.cherry-projects-single-post .cherry-projects-single__media-featured:hover .additional-image:after,
.additional-image-list .inner-wrapper:hover a.wp-image:before,
.additional-image-list .inner-wrapper:hover a.wp-image:after,
.additional-image-list .inner-wrapper:hover .featured-image:before,
.additional-image-list .inner-wrapper:hover .featured-image:after,
.additional-image-list .inner-wrapper:hover .additional-image:before,
.additional-image-list .inner-wrapper:hover .additional-image:after,
.cherry-projects-single-post-format-standard .cherry-projects-single__media:hover a.wp-image:before,
.cherry-projects-single-post-format-standard .cherry-projects-single__media:hover a.wp-image:after,
.cherry-projects-single-post-format-standard .cherry-projects-single__media:hover .featured-image:before,
.cherry-projects-single-post-format-standard .cherry-projects-single__media:hover .featured-image:after,
.cherry-projects-single-post-format-standard .cherry-projects-single__media:hover .additional-image:before,
.cherry-projects-single-post-format-standard .cherry-projects-single__media:hover .additional-image:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.4s;
}

.cherry-projects-single-post .cherry-projects-single__media-featured a.wp-image,
.additional-image-list .inner-wrapper a.wp-image,
.cherry-projects-single-post-format-standard .cherry-projects-single__media a.wp-image {
  overflow: hidden;
}

.cherry-projects-single-post .cherry-projects-single__media-featured a.wp-image img,
.additional-image-list .inner-wrapper a.wp-image img,
.cherry-projects-single-post-format-standard .cherry-projects-single__media a.wp-image img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: block;
  transition: 333ms all;
}

.cherry-projects-single-post .cherry-projects-single__media-featured a.wp-image .cover,
.additional-image-list .inner-wrapper a.wp-image .cover,
.cherry-projects-single-post-format-standard .cherry-projects-single__media a.wp-image .cover {
  background: none;
}

.cherry-projects-single-post .cherry-projects-single__media-featured a.wp-image .cover:before,
.additional-image-list .inner-wrapper a.wp-image .cover:before,
.cherry-projects-single-post-format-standard .cherry-projects-single__media a.wp-image .cover:before {
  content: 'visibility';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: scale(0) translate3d(-50%, -50%, 0);
          transform: scale(0) translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 2;
  transition: 333ms 200ms all;
}

@media (min-width: 1200px) {
  .cherry-projects-single-post .cherry-projects-single__media-featured a.wp-image:hover img,
  .additional-image-list .inner-wrapper a.wp-image:hover img,
  .cherry-projects-single-post-format-standard .cherry-projects-single__media a.wp-image:hover img {
    -webkit-transform: scale(1.06) translate3d(0, -3%, 0);
            transform: scale(1.06) translate3d(0, -3%, 0);
  }
}

.cherry-projects-single-post .cherry-projects-single__media-featured a.wp-image:hover .cover:before,
.additional-image-list .inner-wrapper a.wp-image:hover .cover:before,
.cherry-projects-single-post-format-standard .cherry-projects-single__media a.wp-image:hover .cover:before {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
          transform: scale(1) translate3d(-50%, -50%, 0);
}

.projects-pagination {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.projects-pagination .page-link {
  padding: 0;
}

.projects-pagination .page-link li {
  min-width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
}

.projects-container .projects-pagination .page-link li {
  margin: 0 1px 0 0;
}

.projects-pagination .page-link li span {
  border: 1px solid transparent;
  transition: 333ms border;
}

.projects-container .projects-pagination .page-link li span {
  padding: 0;
  display: block;
  line-height: 3em;
}

.projects-pagination .page-link li:hover span, .projects-pagination .page-link li.active span {
  border-color: #e3e3e3;
}

.projects-container .projects-ajax-button-wrapper .projects-ajax-button span {
  position: relative;
  z-index: 10;
  display: inline-block;
  border: 0 solid;
  letter-spacing: .14em;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  text-overflow: ellipsis;
  transition: ease .3s;
  transition-property: color, background;
  overflow: visible;
  white-space: normal;
}

.projects-container .projects-ajax-button-wrapper .projects-ajax-button span:hover {
  text-decoration: none;
}

.projects-container .projects-ajax-button-wrapper .projects-ajax-button span:focus {
  outline: none;
}

@media (min-width: 1800px) {
  .cherry-projects-single__content,
  .projects__share-buttons {
    margin-left: 234px;
    margin-right: 234px;
  }
  .position-one-right-sidebar .cherry-projects-single__content,
  .position-one-left-sidebar .cherry-projects-single__content, .position-one-right-sidebar
  .projects__share-buttons,
  .position-one-left-sidebar
  .projects__share-buttons {
    margin-left: 100px;
    margin-right: 100px;
  }
}

.cherry-projects-wrapper .cherry-projects-ajax-loader,
.cherry-projects-terms-wrapper .cherry-projects-ajax-loader {
  position: relative;
  margin: 20px 0 0;
  background-color: transparent;
}

.cherry-projects-wrapper .cherry-projects-ajax-loader .cherry-spinner-double-bounce,
.cherry-projects-terms-wrapper .cherry-projects-ajax-loader .cherry-spinner-double-bounce {
  width: 40px;
  height: 40px;
}

.cherry-projects-wrapper .cherry-projects-ajax-loader .cherry-spinner-double-bounce div,
.cherry-projects-terms-wrapper .cherry-projects-ajax-loader .cherry-spinner-double-bounce div {
  border-radius: 0;
}

body .mfp-bg {
  background: #fff;
  opacity: 1;
}

body.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  text-indent: 200%;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 40px;
  background: url(assets/images/close.png) no-repeat 100% 50%;
  opacity: .5;
  right: 0;
  padding: 0;
}

body.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
  opacity: .9;
}

body.mfp-zoom-out-cur .mfp-image-holder .mfp-close:active {
  opacity: 1;
}

.mfp-container button.mfp-arrow {
  width: 67px;
  height: 130px;
  background: url(assets/images/lightbox_arrows.png) no-repeat;
  opacity: .5;
}

.mfp-container button.mfp-arrow:before, .mfp-container button.mfp-arrow:after {
  display: none;
}

.mfp-container button.mfp-arrow:hover {
  opacity: .9;
}

.mfp-container button.mfp-arrow:active {
  opacity: 1;
}

.mfp-container button.mfp-arrow.mfp-arrow-right {
  background-position: -67px 0;
}

.mfp-container button.mfp-arrow.mfp-arrow-left {
  background-position: 67px 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.card {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

@media (min-width: 768px) {
  .card-deck {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1.19rem;
    margin-left: -1.19rem;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-deck .card {
    margin-right: 1.19rem;
    margin-left: 1.19rem;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .home .card-deck .card.sticky {
    display: block;
    max-width: calc(100% - 2.38rem);
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .posts-list--grid-2-cols .card {
    max-width: calc(100%/2 - 1.19rem * 2);
    -webkit-flex: 1 0 calc(100%/2 - 1.19rem * 2);
        -ms-flex: 1 0 calc(100%/2 - 1.19rem * 2);
            flex: 1 0 calc(100%/2 - 1.19rem * 2);
  }
  .posts-list--grid-3-cols .card {
    max-width: calc(100%/3 - 1.19rem * 2);
    -webkit-flex: 1 0 calc(100%/3 - 1.19rem * 2);
        -ms-flex: 1 0 calc(100%/3 - 1.19rem * 2);
            flex: 1 0 calc(100%/3 - 1.19rem * 2);
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-gap: 2.38rem;
       -moz-column-gap: 2.38rem;
            column-gap: 2.38rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .posts-list--masonry-2-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .posts-list--masonry-3-cols {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 768px) {
  .posts-list--vertical-justify {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1.19rem;
    margin-left: -1.19rem;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .posts-list--vertical-justify .card {
    -webkit-flex: 1 0 calc(100%/3 - 1.19rem * 2);
        -ms-flex: 1 0 calc(100%/3 - 1.19rem * 2);
            flex: 1 0 calc(100%/3 - 1.19rem * 2);
    max-width: calc(100%/3 - 1.19rem * 2);
    margin-right: 1.19rem;
    margin-left: 1.19rem;
  }
  .posts-list--vertical-justify .card:nth-child(7n + 1), .posts-list--vertical-justify .card:nth-child(7n + 4) {
    -webkit-flex: 1 0 calc(100%/1.5 - 1.19rem * 2);
        -ms-flex: 1 0 calc(100%/1.5 - 1.19rem * 2);
            flex: 1 0 calc(100%/1.5 - 1.19rem * 2);
    max-width: calc(100%/1.5 - 1.19rem * 2);
  }
}

@media (min-width: 768px) {
  .card-deck.two-sidebars {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .card-deck.two-sidebars .card {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .card-columns.two-sidebars {
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  .card-columns.two-sidebars .card {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .posts-list--grid-3-cols {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .posts-list--grid-3-cols .card {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .posts-list--masonry-3-cols.one-left-sidebar, .posts-list--masonry-3-cols.one-right-sidebar {
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  .posts-list--masonry-3-cols.one-left-sidebar .card, .posts-list--masonry-3-cols.one-right-sidebar .card {
    display: block;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body {
  background: #ffffff;
}

.site {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .header-layout-vertical .site {
    padding-left: 282px;
  }
}

.header-layout-vertical .site-content {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width: 1200px) {
  .header-layout-vertical .site-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .header-layout-vertical .site-content.container .container {
    max-width: 100%;
  }
}

.layout-fullwidth.header-layout-vertical .site .site-content {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1800px) {
  .layout-fullwidth.header-layout-vertical .site .site-content {
    max-width: 100%;
  }
}

.site-content > .container {
  padding-top: 100px;
}

.site-content > .breadcrumbs + .container {
  padding-top: 49px;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.container.site-content .container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.position-two-sidebars #primary {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.position-two-sidebars #sidebar-primary {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.position-two-sidebars #sidebar-secondary {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .position-two-sidebars #primary {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .position-two-sidebars #sidebar-primary {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .position-two-sidebars #sidebar-secondary {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 999;
  box-shadow: none;
}

.site-header:before {
  content: "";
  border-bottom: 1px solid #e3e3e3;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}

.header-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}

.header-inner > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 10px 1.19rem;
}

.header-inner.container {
  padding-left: 0;
  padding-right: 0;
}

.header-inner .pseudoStickyBlock {
  display: none !important;
  padding: 0;
}

@media (max-width: 767px) {
  .site-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .top-panel {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-container {
    padding-top: 50px;
  }
  .sticky.stuckMenu {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    height: 50px;
  }
  .sticky.stuckMenu:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .sticky.stuckMenu .main-navigation {
    padding: 0;
    width: auto;
  }
  .sticky.stuckMenu .main-navigation .menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    max-width: none;
    min-width: 0;
    width: 50px;
    height: 50px;
  }
  .sticky.stuckMenu .main-navigation .menu {
    position: fixed !important;
    top: 50px;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
            transform: translateX(-110%);
    z-index: -2 !important;
    width: 270px;
    padding: 10px;
    overflow-y: auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .sticky.stuckMenu .main-navigation.toggled .menu {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .admin-bar .sticky.stuckMenu {
    top: 46px !important;
  }
  .admin-bar .sticky.stuckMenu .main-navigation .menu {
    top: 96px;
  }
}

@media (min-width: 768px) {
  .header-inner {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-inner .top-panel__search {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-inner .top-panel__search:only-child {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
  .sticky.isStuck {
    left: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .sticky.isStuck + .pseudoStickyBlock {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .header-container {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  * + .header-container {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .site-header.centered .header-inner {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1200px) {
  .site-header.vertical {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 282px;
    border-right: 1px solid #e3e3e3;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-header.vertical:before {
    content: none;
  }
  .site-header.vertical .header-container {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .site-header.vertical .header-outer,
  .site-header.vertical .header-inner {
    height: 100%;
  }
  .site-header.vertical .header-container .header-inner {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-header.vertical .header-container .header-inner .main-navigation {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .admin-bar .site-header.vertical {
    top: 32px;
  }
}

.top-panel {
  text-align: left;
  z-index: 100;
}

.top-panel__wrap {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-panel__wrap > .top-panel__search {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.top-panel__wrap > .social-list {
  text-align: center;
}

.top-panel__search {
  text-align: right;
}

.top-panel__message {
  font-size: 15.96px;
  font-size: 0.76rem;
  text-align: center;
}

@media (max-width: 767px) {
  .top-panel__wrap > * + * {
    margin-top: 20px;
  }
  .top-panel__search {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .top-panel__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .top-panel__wrap > * {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout-fullwidth .top-panel__wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .top-panel__message {
    text-align: left;
  }
  .top-panel__search {
    display: inline-block;
    text-align: left;
    box-sizing: content-box;
  }
  .top-panel__search > * {
    box-sizing: border-box;
  }
  .header-layout-vertical .top-panel__search:only-child {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
  .site-content .top-panel .header-outer {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.site-logo__link {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  padding: 20px 0;
}

.site-logo__link img {
  vertical-align: middle;
}

.site-logo__link:focus {
  outline: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0;
}

* + .posts-list {
  margin-top: 5.45em;
}

.site-main {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
  position: relative;
}

.hentry:not(:first-child) {
  margin-top: 2em;
}

@media (min-width: 992px) {
  .hentry:not(:first-child) {
    margin-top: 5.5em;
  }
}

.posts-list--masonry-2-cols .hentry,
.posts-list--masonry-3-cols .hentry,
.posts-list--grid-2-cols .hentry,
.posts-list--grid-3-cols .hentry {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1.5em;
  border-top: none;
}

@media (min-width: 992px) {
  .posts-list--masonry-2-cols .hentry,
  .posts-list--masonry-3-cols .hentry,
  .posts-list--grid-2-cols .hentry,
  .posts-list--grid-3-cols .hentry {
    margin-bottom: 3.1em;
  }
}

.card-columns .hentry {
  margin-top: 0;
  margin-bottom: 3em;
}

.hentry.page {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .hentry.page {
    margin-bottom: 2.9em;
  }
}

.header-layout-vertical .hentry.page {
  margin-bottom: 0;
}

.posts-list--vertical-justify .hentry {
  margin-top: 0;
  margin-bottom: 2em;
}

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.blog .page-title {
  position: relative !important;
  clip: auto;
  height: auto;
  width: auto;
}

.entry-title {
  margin: 0 0 17px;
}

.single .entry-title {
  margin: 0 0 37px;
  text-align: center;
}

.related-post .entry-title {
  text-align: left;
}

.page.home .entry-title {
  display: none;
}

.posts-list .posts-list__item.format-quote * + .entry-title,
.posts-list .posts-list__item.format-audio * + .entry-title {
  margin-top: 22px;
}

.entry-meta {
  margin: 0 0 84px;
  font-size: 12px;
}

.single .entry-meta {
  margin: 0 0 84px;
  text-align: center;
}

.single .entry-meta > * {
  display: inline-block;
}

.single .entry-meta > * + * {
  margin-left: 19px;
}

.related-post .entry-meta {
  text-align: left;
  margin: 0 0 20px;
}

.posts-list .entry-summary, .posts-list .entry-content {
  display: none;
  margin-top: 1em;
}

.posts-list .entry-summary p, .posts-list .entry-content p {
  margin: 0;
}

@media (min-width: 768px) {
  .posts-list .entry-summary, .posts-list .entry-content {
    display: block;
  }
}

@media (min-width: 992px) {
  .posts-list .entry-summary, .posts-list .entry-content {
    margin-top: 16px;
  }
}

.post-list__item .entry-summary, .post-list__item .entry-content {
  margin-top: 0;
}

.post-list__item .entry-summary p, .post-list__item .entry-content p {
  margin: 1em 0 0;
}

.entry-footer {
  position: relative;
  margin-top: 1.71em;
}

.page .entry-footer {
  margin-top: 0;
}

.single .entry-footer {
  margin-top: 2.66em;
}

.entry-footer .btn {
  float: none;
}

@media (min-width: 992px) {
  .entry-footer .btn {
    float: left;
    margin: 5px 0;
  }
}

.posts-list--masonry-2-cols .entry-footer .btn,
.posts-list--masonry-3-cols .entry-footer .btn,
.posts-list--grid-2-cols .entry-footer .btn,
.posts-list--grid-3-cols .entry-footer .btn {
  float: none;
}

.posts-list .posts-list__item .entry-meta {
  margin: 0;
}

@media (max-width: 767px) {
  .posts-list .posts-list__item .entry-meta > * {
    display: block;
  }
  .posts-list .posts-list__item .entry-meta > * + * {
    margin-top: 8px;
  }
}

@media (min-width: 544px) {
  .posts-list .posts-list__item .entry-meta > * + * {
    margin-top: 0;
    margin-left: 20px;
  }
}

.posts-list .posts-list__item * + .entry-header {
  margin-top: 22px;
}

.posts-list .posts-list__item * + .entry-meta {
  margin-top: 30px;
}

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.post figure {
  position: relative;
}

.post-thumbnail__link.post-thumbnail--small {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .post-thumbnail__link.post-thumbnail--small {
    float: left;
    margin-right: 30px;
    text-align: left;
  }
}

.post-thumbnail__img {
  display: inline-block;
  vertical-align: top;
}

.posts-list .post-thumbnail--fullwidth {
  display: block;
}

.single .post-thumbnail {
  margin: 0 0 93px;
}

.related-post .post-thumbnail {
  margin: 0 0 20px;
}

.post__cats {
  margin: 0 0 19px;
}

.single .post__cats {
  margin: 0 0 39px;
  text-align: center;
}

.related-post .post__cats {
  text-align: left;
}

.post__cats a {
  line-height: 29px;
  display: inline-block;
  margin: 0 0 3px 0;
  padding: 2px 6px 0;
  vertical-align: top;
  text-decoration: none;
}

.related-post .post__cats a {
  margin-right: 3px;
}

.post__date i, .post__comments i, .post__tags i {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

.invert .post__date i, .invert .post__comments i, .invert .post__tags i {
  color: inherit;
}

.post__date a, .post__comments a, .post__tags a {
  text-decoration: none;
}

.single .post__date, .single .post__comments {
  margin-right: 0;
}

.post__tags {
  margin-top: .5em;
}

.posts-list .posts-list__item .post__cats {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 9px 5px 5px 9px;
  margin: 0;
}

.posts-list .posts-list__item .post__cats a {
  float: left;
  margin: 0 2px 2px 0;
}

.posts-list .posts-list__item.format-quote .post__cats,
.posts-list .posts-list__item.format-audio .post__cats,
.posts-list .posts-list__item.no-thumb .post__cats {
  position: relative;
  padding: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-bottom: -10px;
  margin-left: 0;
}

.posts-list .posts-list__item.format-quote .post__cats > *,
.posts-list .posts-list__item.format-audio .post__cats > *,
.posts-list .posts-list__item.no-thumb .post__cats > * {
  margin-top: 10px;
  margin-left: 0;
}

.posts-list .posts-list__item.format-quote .post__cats a,
.posts-list .posts-list__item.format-audio .post__cats a,
.posts-list .posts-list__item.no-thumb .post__cats a {
  float: none;
}

/*--------------------------------------------------------------
### Read More button
--------------------------------------------------------------*/
.posts-list__item .btn__icon,
.posts-list__item .btn .material-icons,
.posts-list__item .btn .fa {
  line-height: 46px;
  width: 46px;
  height: 46px;
  color: inherit;
}

@media (min-width: 992px) {
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn__text {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn__icon,
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn .material-icons,
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn .fa {
    display: none;
  }
}

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.single .related-posts {
  margin-bottom: 3em;
}

.single .related-posts .post-thumbnail__img {
  width: 100%;
  height: auto;
}

@media (min-width: 544px) {
  .single .related-posts .post-thumbnail__img {
    width: auto;
    height: auto;
  }
}

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.sticky__label {
  line-height: 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  text-align: center;
  border-radius: 20px;
  margin: 0 0 10px 0;
}

@media (min-width: 544px) {
  .sticky__label {
    margin: 0 10px 0 0;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
  }
}

.sticky__label .material-icons,
.sticky__label .fa {
  font-size: 21px;
  line-height: 2;
  display: block;
  width: auto;
  width: calc(2em - 20px);
  height: 2em;
}

.posts-list .sticky__label .material-icons, .posts-list
.sticky__label .fa {
  font-size: 21px;
  color: inherit;
}

.has-post-thumbnail .sticky__label {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
  float: none;
}

@media (min-width: 992px) {
  .has-post-thumbnail .sticky__label {
    top: 30px;
  }
}

.sticky .post__title-wrap {
  margin: 0 0 .625rem;
}

@media (min-width: 544px) {
  .sticky .post__title-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.sticky .post__title-wrap .entry-title {
  margin: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.sticky.posts-list__item .btn {
  padding: .75em .9375em;
}

@media (min-width: 992px) {
  .two-sidebars .sticky.posts-list__item .btn {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .sticky.posts-list__item .btn__text {
    display: inline-block;
  }
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn__text,
  .posts-list--masonry-3-cols .sticky.posts-list__item .btn__text {
    display: none;
  }
}

.two-sidebars .sticky.posts-list__item .btn__text {
  display: none;
}

@media (min-width: 992px) {
  .sticky.posts-list__item .btn__icon,
  .sticky.posts-list__item .btn .material-icons,
  .sticky.posts-list__item .btn .fa {
    display: none;
  }
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon,
  .posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon, .posts-list--masonry-2-cols
  .sticky.posts-list__item .btn .material-icons,
  .posts-list--masonry-3-cols
  .sticky.posts-list__item .btn .material-icons, .posts-list--masonry-2-cols
  .sticky.posts-list__item .btn .fa,
  .posts-list--masonry-3-cols
  .sticky.posts-list__item .btn .fa {
    display: inline-block;
  }
}

.two-sidebars .sticky.posts-list__item .btn__icon, .two-sidebars
.sticky.posts-list__item .btn .material-icons, .two-sidebars
.sticky.posts-list__item .btn .fa {
  display: inline-block;
}

@media (min-width: 992px) {
  .posts-list--grid-2-cols .sticky .entry-title,
  .posts-list--grid-3-cols .sticky .entry-title {
    font-size: 30px;
  }
}

.sticky .post-thumbnail__img {
  width: 100%;
}

/*--------------------------------------------------------------
### Left Right margins at pages / posts
--------------------------------------------------------------*/
@media (min-width: 1800px) {
  body.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.page.position-fullwidth .post-navigation > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.page.position-fullwidth .comments-area > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), body.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.single.position-fullwidth .post-navigation > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.single.position-fullwidth .comments-area > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery) {
    max-width: 886px;
    margin-left: auto;
    margin-right: auto;
  }
  .position-one-right-sidebar body.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar body.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
  body.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar
  body.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
  body.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar
  body.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
  body.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar
  body.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
  body.page.position-fullwidth .post-navigation > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar
  body.page.position-fullwidth .post-navigation > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
  body.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar
  body.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
  body.page.position-fullwidth .comments-area > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar
  body.page.position-fullwidth .comments-area > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
  body.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar
  body.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar body.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar body.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
  body.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar
  body.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
  body.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar
  body.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
  body.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar
  body.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
  body.single.position-fullwidth .post-navigation > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar
  body.single.position-fullwidth .post-navigation > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
  body.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar
  body.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
  body.single.position-fullwidth .comments-area > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar
  body.single.position-fullwidth .comments-area > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
  body.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  .position-one-left-sidebar
  body.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery) {
    margin-left: 100px;
    margin-right: 100px;
  }
}

body.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container, body.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper, body.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
body.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
body.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
body.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
body.page.position-fullwidth .post-navigation > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.page.position-fullwidth .post-navigation > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.page.position-fullwidth .post-navigation > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
body.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
body.page.position-fullwidth .comments-area > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.page.position-fullwidth .comments-area > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.page.position-fullwidth .comments-area > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
body.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper, body.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container, body.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper, body.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
body.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
body.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
body.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
body.single.position-fullwidth .post-navigation > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.single.position-fullwidth .post-navigation > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.single.position-fullwidth .post-navigation > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
body.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
body.single.position-fullwidth .comments-area > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.single.position-fullwidth .comments-area > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.single.position-fullwidth .comments-area > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
body.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

@media (min-width: 992px) {
  body.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.page.position-fullwidth .post-navigation > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.page.position-fullwidth .comments-area > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row, body.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.single.position-fullwidth .post-navigation > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.single.position-fullwidth .comments-area > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row {
    max-width: calc(886px + 2.38rem);
    margin-left: auto;
    margin-right: auto;
  }
}

body.page.position-fullwidth .comment-list .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), body.single.position-fullwidth .comment-list .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery) {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1800px) {
  body.page.position-fullwidth .comments-title:not(.image-full-block), body.single.position-fullwidth .comments-title:not(.image-full-block) {
    max-width: 886px;
    margin-left: auto;
    margin-right: auto;
  }
  .position-one-right-sidebar body.page.position-fullwidth .comments-title:not(.image-full-block),
  .position-one-left-sidebar body.page.position-fullwidth .comments-title:not(.image-full-block), .position-one-right-sidebar body.single.position-fullwidth .comments-title:not(.image-full-block),
  .position-one-left-sidebar body.single.position-fullwidth .comments-title:not(.image-full-block) {
    margin-left: 100px;
    margin-right: 100px;
  }
}

body.header-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.header-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.header-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.header-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.header-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.header-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.header-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.header-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.header-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.footer-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.footer-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.footer-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.footer-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.footer-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.footer-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.footer-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.footer-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment) {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1800px) {
  body.header-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.header-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.header-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.header-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.header-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.header-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.header-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.header-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.header-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.footer-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.footer-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.footer-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.footer-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.footer-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.footer-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.footer-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.footer-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment) {
    margin-left: 234px;
    margin-right: 234px;
  }
  .position-one-right-sidebar body.header-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar body.header-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.header-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.header-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.header-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.header-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.header-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.header-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.header-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.header-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.header-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.header-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.header-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.header-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.header-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.header-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.header-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.header-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.footer-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.footer-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.footer-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.footer-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.footer-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.footer-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.footer-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.footer-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.footer-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.footer-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.footer-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.footer-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.footer-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.footer-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.footer-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.footer-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment), .position-one-right-sidebar
  body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment),
  .position-one-left-sidebar
  body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment) {
    margin-left: 100px;
    margin-right: 100px;
  }
}

body.header-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container, body.header-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper, body.header-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.header-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.header-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.header-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.header-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.header-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.header-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.header-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.header-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.header-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.header-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.header-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.header-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper, body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container, body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper, body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.header-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.header-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.header-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.header-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.header-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.header-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.header-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.header-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.header-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.header-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.header-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.header-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper, body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container, body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper, body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.footer-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.footer-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.footer-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.footer-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.footer-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.footer-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.footer-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.footer-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.footer-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.footer-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.footer-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.footer-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper, body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container, body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper, body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.footer-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.footer-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.footer-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.footer-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.footer-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.footer-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.footer-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.footer-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.footer-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.footer-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.footer-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.footer-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper,
body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).mejs-container,
body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-terms-wrapper,
body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).cherry-projects-wrapper {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1800px) {
  body.header-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.header-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.header-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.header-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.header-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row, body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.header-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.header-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.header-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.header-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row, body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.footer-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.footer-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.footer-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.footer-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row, body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.footer-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.footer-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.footer-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.footer-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row,
  body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery):not(.comment).row {
    margin-left: 209px;
    margin-right: 209px;
  }
}

body.header-layout-vertical.page.position-fullwidth .comment-list .comment-respond > *:not(.image-full-block):not(.iframe-full-block), body.header-layout-vertical.single.position-fullwidth .comment-list .comment-respond > *:not(.image-full-block):not(.iframe-full-block), body.footer-layout-vertical.page.position-fullwidth .comment-list .comment-respond > *:not(.image-full-block):not(.iframe-full-block), body.footer-layout-vertical.single.position-fullwidth .comment-list .comment-respond > *:not(.image-full-block):not(.iframe-full-block) {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1800px) {
  body.header-layout-vertical.page.position-fullwidth .comments-title:not(.image-full-block), body.header-layout-vertical.single.position-fullwidth .comments-title:not(.image-full-block), body.footer-layout-vertical.page.position-fullwidth .comments-title:not(.image-full-block), body.footer-layout-vertical.single.position-fullwidth .comments-title:not(.image-full-block) {
    margin-left: 234px;
    margin-right: 234px;
  }
  .position-one-right-sidebar body.header-layout-vertical.page.position-fullwidth .comments-title:not(.image-full-block),
  .position-one-left-sidebar body.header-layout-vertical.page.position-fullwidth .comments-title:not(.image-full-block), .position-one-right-sidebar body.header-layout-vertical.single.position-fullwidth .comments-title:not(.image-full-block),
  .position-one-left-sidebar body.header-layout-vertical.single.position-fullwidth .comments-title:not(.image-full-block), .position-one-right-sidebar body.footer-layout-vertical.page.position-fullwidth .comments-title:not(.image-full-block),
  .position-one-left-sidebar body.footer-layout-vertical.page.position-fullwidth .comments-title:not(.image-full-block), .position-one-right-sidebar body.footer-layout-vertical.single.position-fullwidth .comments-title:not(.image-full-block),
  .position-one-left-sidebar body.footer-layout-vertical.single.position-fullwidth .comments-title:not(.image-full-block) {
    margin-left: 100px;
    margin-right: 100px;
  }
}

.format-image.posts-list__item,
.format-gallery.posts-list__item {
  overflow: hidden;
}

.format-image.posts-list__item img,
.format-gallery.posts-list__item img {
  display: block;
  width: 100%;
  column-break-inside: avoid;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 333ms all;
}

.format-image.posts-list__item .post-thumbnail,
.format-image.posts-list__item .post-thumbnail__wrap,
.format-gallery.posts-list__item .post-thumbnail,
.format-gallery.posts-list__item .post-thumbnail__wrap {
  overflow: hidden;
  position: relative;
}

.format-image.posts-list__item .post-thumbnail:before, .format-image.posts-list__item .post-thumbnail:after,
.format-image.posts-list__item .post-thumbnail__wrap:before,
.format-image.posts-list__item .post-thumbnail__wrap:after,
.format-gallery.posts-list__item .post-thumbnail:before,
.format-gallery.posts-list__item .post-thumbnail:after,
.format-gallery.posts-list__item .post-thumbnail__wrap:before,
.format-gallery.posts-list__item .post-thumbnail__wrap:after {
  content: '';
  position: absolute;
  background: #000;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 100;
}

.format-image.posts-list__item .post-thumbnail:before, .format-image.posts-list__item .post-thumbnail:after,
.format-gallery.posts-list__item .post-thumbnail:before,
.format-gallery.posts-list__item .post-thumbnail:after {
  top: -1px;
  width: 8px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
}

.format-image.posts-list__item .post-thumbnail:before,
.format-gallery.posts-list__item .post-thumbnail:before {
  left: -1px;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.format-image.posts-list__item .post-thumbnail:after,
.format-gallery.posts-list__item .post-thumbnail:after {
  right: -1px;
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}

.format-image.posts-list__item .post-thumbnail__wrap:before, .format-image.posts-list__item .post-thumbnail__wrap:after,
.format-gallery.posts-list__item .post-thumbnail__wrap:before,
.format-gallery.posts-list__item .post-thumbnail__wrap:after {
  left: -1px;
  width: 100%;
  height: 8px;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}

.format-image.posts-list__item .post-thumbnail__wrap:before,
.format-gallery.posts-list__item .post-thumbnail__wrap:before {
  top: -1px;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.format-image.posts-list__item .post-thumbnail__wrap:after,
.format-gallery.posts-list__item .post-thumbnail__wrap:after {
  bottom: -1px;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.format-image.posts-list__item .post-format-wrap:hover .post-thumbnail:before, .format-image.posts-list__item .post-format-wrap:hover .post-thumbnail:after,
.format-image.posts-list__item .post-format-wrap:hover .post-thumbnail__wrap:before,
.format-image.posts-list__item .post-format-wrap:hover .post-thumbnail__wrap:after,
.format-gallery.posts-list__item .post-format-wrap:hover .post-thumbnail:before,
.format-gallery.posts-list__item .post-format-wrap:hover .post-thumbnail:after,
.format-gallery.posts-list__item .post-format-wrap:hover .post-thumbnail__wrap:before,
.format-gallery.posts-list__item .post-format-wrap:hover .post-thumbnail__wrap:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.4s;
}

@media (min-width: 1200px) {
  .format-image.posts-list__item .post-format-wrap:hover img,
  .format-gallery.posts-list__item .post-format-wrap:hover img {
    -webkit-transform: scale3d(1.06, 1.06, 1) translate3d(0, -3%, 0);
            transform: scale3d(1.06, 1.06, 1) translate3d(0, -3%, 0);
  }
}

.post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup'],
.post-gallery a.post-gallery__link[data-popup='magnificPopup'],
.post-thumbnail .mini-gallery a.post-thumbnail__link {
  position: relative;
  overflow: hidden;
  display: block;
}

.small-thumbnail .post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup'], .small-thumbnail
.post-gallery a.post-gallery__link[data-popup='magnificPopup'], .small-thumbnail
.post-thumbnail .mini-gallery a.post-thumbnail__link {
  display: inline-block;
  max-width: 100%;
}

.post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup']:before,
.post-gallery a.post-gallery__link[data-popup='magnificPopup']:before,
.post-thumbnail .mini-gallery a.post-thumbnail__link:before {
  content: 'visibility';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: scale(0) translate3d(-50%, -50%, 0);
          transform: scale(0) translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 2;
  transition: 333ms 200ms all;
}

.post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup']:hover:before,
.post-gallery a.post-gallery__link[data-popup='magnificPopup']:hover:before,
.post-thumbnail .mini-gallery a.post-thumbnail__link:hover:before {
  opacity: 1;
}

.post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup']:hover:before,
.post-gallery a.post-gallery__link[data-popup='magnificPopup']:hover:before,
.post-thumbnail .mini-gallery a.post-thumbnail__link:hover:before {
  -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
          transform: scale(1) translate3d(-50%, -50%, 0);
}

.post-thumbnail__img {
  width: 100%;
}

.small-thumbnail .post-thumbnail__img,
.widget .post-thumbnail__img {
  width: auto;
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
  /* Gallery */
  /* Link */
  /* Quote */
  /* Wrapper for non-image featured content */
}

.single .post-gallery {
  margin: 1.5em 0;
}

.post-gallery__image {
  display: block;
  margin: auto;
}

.post-gallery__button-next, .post-gallery__button-prev {
  top: 50%;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-align: center;
  background-image: none;
  transition: 333ms all;
}

.post-gallery__button-prev {
  left: 0;
}

.post-gallery__button-next {
  right: 0;
}

.post-gallery .material-icons,
.post-gallery .fa,
.post-gallery .lnr {
  font-size: 18px;
  line-height: 50px;
}

.post-gallery__slide.swiper-slide:hover:hover {
  background-color: transparent;
}

.post-gallery__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.post-gallery__link {
  display: block;
}

.post-format-link {
  display: inline-block;
  margin: 10px 0;
  padding: 16px 20px;
  font-size: 12px;
}

.post-format-link:before {
  content: '\e86b';
  display: inline-block;
  margin-right: 9px;
  font-size: 18px;
  line-height: inherit;
  vertical-align: middle;
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.has-thumb .post-thumbnail {
  position: relative;
}

.has-thumb .post-thumbnail__format-link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}

.has-thumb .post-thumbnail__format-link .post-format-link {
  margin: 0;
}

.post-format-quote {
  background-color: transparent;
  margin: 0;
}

.post-featured-content {
  position: relative;
}

.format-video .post-featured-content {
  background: none;
}

.post.format-status .post__cats {
  padding: 0 0 10px;
}

/* Aside */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* Media elements */
.mejs-container {
  margin: 1.2em 0;
}

.posts-list .mejs-container {
  margin-bottom: 0;
}

.mejs-container button {
  min-width: 0;
}

.mejs-container button:before, .mejs-container button:after {
  content: none;
}

/* Video */
p.iframe-full-block {
  margin: 1.5em 0;
}

p.iframe-full-block iframe {
  width: 100%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
}

.site-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100vw;
  border-top: 1px solid #e3e3e3;
}

.header-layout-vertical .site-footer:before {
  content: none;
}

.footer-area-wrap {
  margin: 0 -1.19rem;
}

.layout-fullwidth .footer-area-wrap {
  margin: 0;
}

.footer-container {
  margin: 0 -1.19rem;
}

.footer-container .site-info {
  padding: 2.9em 0;
  text-align: center;
}

.footer-container .site-info > * {
  padding: 0 1.19rem;
}

.footer-container .site-info > * + * {
  margin-top: 20px;
}

.footer-container .footer-copyright {
  font-size: 12px;
}

.layout-fullwidth .footer-container {
  margin: 0;
}

@media (min-width: 992px) {
  .site-footer.default .site-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .site-footer.default .site-info .footer-logo,
  .site-footer.default .site-info .footer-copyright {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  .site-footer.minimal .site-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .site-footer.minimal .site-info > * {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-top: 0;
  }
  .site-footer.minimal .site-info .footer-copyright {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .site-footer.minimal .site-info .footer-menu {
    display: none;
  }
}

.site-footer.vertical {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.site-footer.vertical-desktop {
  display: none;
}

.site-footer.vertical-mobile .footer-copyright {
  padding: 0 1.19rem;
}

@media (min-width: 1200px) {
  .site-footer.vertical-desktop {
    display: block;
  }
  * + .site-footer.vertical-desktop {
    padding-top: 85px;
  }
  .site-footer.vertical-mobile {
    display: none;
  }
}

.not-found {
  margin-bottom: 1em;
  text-align: center;
}

.not-found * + * {
  margin-top: 8px;
}

.not-found * + .page-content {
  margin-top: 5em;
}

.not-found * + .search-form_wrap {
  margin-top: 2.5em;
}

.not-found .page-icon + .page-title {
  margin-top: 32px;
}

.not-found .page-icon {
  font-size: 110px;
  line-height: 1;
}

.not-found .search-form {
  max-width: 786px;
}

@media (min-width: 992px) {
  .not-found {
    margin-bottom: 2em;
  }
}

.page .entry-title {
  text-align: center;
  margin: 0 0 .8625em;
}

.posts-list .page .entry-title {
  text-align: left;
  margin: 0;
}

.page .entry-content {
  margin: 0;
}

.page .entry-content .row > div {
  padding-top: 1.19rem;
  padding-bottom: 1.19rem;
}

@media (min-width: 768px) {
  .page .entry-content .row > div {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.page .entry-content * + .row {
  margin-top: 86px;
}

.page .entry-footer .post-edit-link {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 30px 0 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-title {
  margin: 0 0 2em 0;
}

.widget:first-child .widget-title {
  margin-bottom: 2.05em;
}

.widget + .widget {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .widget + .widget {
    margin-top: 2em;
  }
}

@media (min-width: 992px) {
  .widget + .widget {
    margin-top: 6em;
  }
}

.footer-area .widget {
  margin: 20px 0;
}

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.widget ul {
  margin-bottom: 0;
  padding: 0;
}

.widget li {
  position: relative;
  list-style: none;
  margin-top: .47em;
}

.widget li > ul {
  margin-left: .4em;
}

.widget ul:not([class]) li {
  padding-left: 0;
}

.widget ul:not([class]) li::before {
  content: none;
  margin: 0 5px 0 0;
}

.widget > ul > li:first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget_calendar table {
  margin-bottom: 0;
  border-collapse: separate;
  position: relative;
}

.widget_calendar caption {
  padding: 17px 10px 14px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 1200px) {
  .widget_calendar caption {
    padding: 17px 60px 14px;
  }
}

.widget_calendar thead tr {
  position: relative;
}

.widget_calendar thead th {
  text-align: center;
  padding: 33px 0 10px;
  font-weight: normal;
  font-size: 12px;
}

.widget_calendar tbody tr:last-child td {
  padding-bottom: 33px;
}

.widget_calendar tbody td {
  text-align: center;
  padding: 10px 2px;
  font-size: 12px;
}

.widget_calendar tbody td a {
  position: relative;
  z-index: 1;
  transition: color .3s;
}

.widget_calendar tbody td a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: background .3s;
}

.widget_calendar tbody:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #e3e3e3;
  width: 100%;
  height: 100%;
}

.widget_calendar tfoot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
}

.widget_calendar tfoot tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget_calendar #prev, .widget_calendar #next {
  font-size: 18px;
}

.widget_calendar #prev a, .widget_calendar #next a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.widget_calendar #prev a:before, .widget_calendar #next a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin: 0;
  will-change: transform;
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease;
}

.widget_calendar #prev a:hover:before, .widget_calendar #next a:hover:before {
  opacity: .7;
}

.widget_calendar #prev a:before {
  content: "\e875";
}

.widget_calendar #next a:before {
  content: "\e876";
}

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-bottom: -10px;
  margin-left: -20px;
}

.tagcloud > * {
  margin-top: 10px;
  margin-left: 20px;
}

.tagcloud a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 12px !important;
}

.tagcloud a:focus {
  outline: none;
}

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries li {
  margin-left: 0;
}

.widget_recent_entries li::before {
  display: none;
}

.widget_recent_entries li .post-date {
  font-size: 15.96px;
  font-size: 0.76rem;
  display: block;
}

.widget_recent_entries li + li {
  margin-top: 1em;
}

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments li {
  margin-left: 0;
  font-size: 15.96px;
  font-size: 0.76rem;
}

.widget_recent_comments li::before {
  display: none;
}

.widget_recent_comments li + li {
  margin-top: 1.66em;
}

.widget_recent_comments li a {
  margin: 5px 0 0 !important;
  font-size: 21px;
  font-size: 1rem;
}

.widget_recent_comments li a:before {
  content: '';
  display: block;
}

.widget_recent_comments li .comment-author-link a {
  font-size: 15.96px;
  font-size: 0.76rem;
  color: inherit;
}

/*--------------------------------------------------------------
## Widget Archive
--------------------------------------------------------------*/
.widget_archive select,
.widget_categories select {
  width: 100%;
  max-width: 100%;
}

.widget_archive ul:not([class]) li:before,
.widget_categories ul:not([class]) li:before {
  content: none;
}

/*--------------------------------------------------------------
## About Remi
--------------------------------------------------------------*/
.widget-about__logo-img {
  vertical-align: top;
}

.widget-about > * + * {
  margin-top: 15px;
}

/*--------------------------------------------------------------
## About author
--------------------------------------------------------------*/
.full-width-header-area .widget-about-author,
.after-content-full-width-area .widget-about-author {
  padding: 1em;
}

@media (min-width: 992px) {
  .full-width-header-area .widget-about-author,
  .after-content-full-width-area .widget-about-author {
    padding: 2em;
  }
}

.about-author:after {
  display: block;
  clear: both;
  width: 100%;
  content: '';
}

.full-width-header-area .about-author_avatar,
.after-content-full-width-area .about-author_avatar,
.before-content-area .about-author_avatar,
.before-loop-area .about-author_avatar,
.after-content-area .about-author_avatar,
.after-loop-area .about-author_avatar {
  margin: 0 0 1em;
  max-width: 100%;
}

@media (min-width: 544px) {
  .full-width-header-area .about-author_avatar,
  .after-content-full-width-area .about-author_avatar,
  .before-content-area .about-author_avatar,
  .before-loop-area .about-author_avatar,
  .after-content-area .about-author_avatar,
  .after-loop-area .about-author_avatar {
    float: left;
    max-width: 50%;
    margin: 0 1.5em 0 0;
  }
}

.position-two-sidebars .before-loop-area .about-author_avatar,
.position-two-sidebars .after-loop-area .about-author_avatar {
  float: none;
  margin: 0;
}

.about-author_img {
  border-radius: 100%;
}

.full-width-header-area .about-author_content,
.after-content-full-width-area .about-author_content,
.before-content-area .about-author_content,
.before-loop-area .about-author_content,
.after-content-area .about-author_content,
.after-loop-area .about-author_content {
  overflow: hidden;
}

.position-two-sidebars .before-loop-area .about-author_content,
.position-two-sidebars .after-loop-area .about-author_content {
  overflow: visible;
}

* + .about-author_content {
  margin-top: 44px;
}

.about-author_name {
  margin: 0;
  padding: 1em 0;
}

* + .about-author_btn_box {
  margin-top: 1.5em;
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.widget-banner__img {
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.swiper-carousel-container {
  position: relative;
}

.widget-carousel .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.swiper-slide .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.swiper-slide .content-wrapper > * + *,
.swiper-slide .entry-header > * + *,
.swiper-slide .entry-footer > * + * {
  margin-top: 1.5em;
}

.swiper-slide .entry-content a {
  text-decoration: none;
}

.swiper-slide .entry-content .btn {
  margin: 1em 0 0;
}

.swiper-slide .post-thumbnail__link {
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}

.swiper-slide .post-thumbnail__link img {
  width: 100%;
}

.swiper-slide .post-thumbnail__img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 1s ease;
}

.swiper-slide .post__cats {
  position: relative;
  padding: 0;
}

.swiper-slide .btn {
  text-decoration: none;
}

.widget-carousel .swiper-pagination {
  position: static;
}

.widget-carousel__button-next, .widget-carousel__button-prev {
  top: 50%;
  display: none;
  width: 60px;
  height: 60px;
  margin: -25px 0 0 0;
  background-image: none;
  text-align: center;
  transition: 333ms all;
}

.widget-carousel__button-next .fa,
.widget-carousel__button-next .material-icons, .widget-carousel__button-prev .fa,
.widget-carousel__button-prev .material-icons {
  line-height: 60px;
}

.widget-carousel__button-next {
  right: 0;
}

.widget-carousel__button-prev {
  left: 0;
}

.sidebar-primary .swiper-button-next,
.sidebar-primary .swiper-button-prev,
.sidebar-secondary .swiper-button-next,
.sidebar-secondary .swiper-button-prev,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev {
  top: 43%;
  width: 30px;
  height: 30px;
}

.sidebar-primary .swiper-button-next .material-icons,
.sidebar-primary .swiper-button-next .fa,
.sidebar-primary .swiper-button-prev .material-icons,
.sidebar-primary .swiper-button-prev .fa,
.sidebar-secondary .swiper-button-next .material-icons,
.sidebar-secondary .swiper-button-next .fa,
.sidebar-secondary .swiper-button-prev .material-icons,
.sidebar-secondary .swiper-button-prev .fa,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next .material-icons,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next .fa,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev .material-icons,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev .fa {
  line-height: 30px;
}

/*--------------------------------------------------------------
## Image Grid
--------------------------------------------------------------*/
.widget-image-grid .row {
  margin: 0;
}

.widget-image-grid__holder {
  padding: 0;
}

.widget-image-grid__inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.widget-image-grid__img {
  display: block;
  width: 100%;
  height: auto;
}

.widget-image-grid__content {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  text-align: center;
  opacity: 0;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  transition: all 0.5s ease;
}

.widget-image-grid__content:hover {
  opacity: 1;
}

.widget-image-grid__content::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.8;
}

.widget-image-grid__title {
  display: block;
  width: 100%;
  margin: 0 0 5px;
}

.widget-image-grid__link i {
  font-size: 16px;
  position: relative;
  top: 4px;
  margin: 0px 7px;
  transition: inherit;
}

.position-two-sidebars .columns-number-3 .widget-image-grid__title {
  font-size: 13px;
}

.position-two-sidebars .columns-number-3 .widget-image-grid__link {
  display: none;
}

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.instagram__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  margin-bottom: -15px;
  margin-left: -8px;
}

.instagram__items > * {
  margin-top: 15px;
  margin-left: 8px;
}

.instagram__item {
  position: relative;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  min-height: 1px;
}

.sidebar-primary .instagram__item,
.sidebar-secondary .instagram__item {
  -webkit-flex-basis: calc(33.3333% - 16px);
      -ms-flex-preferred-size: calc(33.3333% - 16px);
          flex-basis: calc(33.3333% - 16px);
}

.instagram__img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.instagram__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  text-align: center;
  transition: all .25s ease-out;
}

.instagram__cover:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\E8F4';
  font-size: 2em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.instagram__link {
  position: relative;
  overflow: hidden;
  display: block;
}

.instagram__link:hover .instagram__cover {
  opacity: .75;
}

.instagram__date, .instagram__caption {
  display: block;
}

* + .instagram__date {
  margin-top: 10px;
}

.full-width-header-area .widget-instagram,
.after-content-full-width-area .widget-instagram {
  padding: 0 4px;
}

/*--------------------------------------------------------------
## Smart Slider
--------------------------------------------------------------*/
.smart-slider__instance {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.smart-slider__instance .sp-full-screen-button {
  right: 15px;
  color: #fff;
}

.smart-slider__instance .sp-selected-thumbnail {
  border: 4px solid;
}

.smart-slider__instance .sp-bottom-thumbnails .sp-thumbnail-container,
.smart-slider__instance .sp-top-thumbnail .sp-thumbnail-container {
  margin-right: 5px;
  margin-left: 5px;
}

.smart-slider__instance .sp-arrow {
  width: 60px;
  height: 60px;
  text-align: center;
}

.smart-slider__instance .sp-arrow:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 26px;
  line-height: 60px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: transparent;
}

.smart-slider__instance .sp-arrow:after {
  display: none;
}

.smart-slider__instance .sp-horizontal .sp-previous-arrow {
  left: 0;
}

.smart-slider__instance .sp-horizontal .sp-previous-arrow:before {
  content: 'keyboard_arrow_left';
}

.smart-slider__instance .sp-horizontal .sp-next-arrow {
  right: 0;
}

.smart-slider__instance .sp-horizontal .sp-next-arrow:before {
  content: 'keyboard_arrow_right';
}

.smart-slider__instance .sp-vertical .sp-arrows {
  margin-left: -25px;
}

.smart-slider__instance .sp-vertical .sp-previous-arrow {
  top: 0;
}

.smart-slider__instance .sp-vertical .sp-previous-arrow:before {
  content: 'keyboard_arrow_left';
}

.smart-slider__instance .sp-vertical .sp-next-arrow {
  bottom: 0;
}

.smart-slider__instance .sp-vertical .sp-next-arrow:before {
  content: 'keyboard_arrow_right';
}

.sidebar-primary .smart-slider__instance .sp-layer,
.sidebar-secondary .smart-slider__instance .sp-layer,
.footer-area .smart-slider__instance .sp-layer {
  padding: 0 20px;
}

.smart-slider__instance .sp-buttons {
  position: absolute;
  bottom: 15%;
  padding: 0;
}

.smart-slider__instance .sp-button {
  width: 15px;
  height: 15px;
  margin: 4px 15px;
  border-color: #fff;
}

.smart-slider__instance .sp-button.sp-selected-button {
  background-color: #fff;
}

.smart-slider__instance h2.sp-title {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
}

@media (min-width: 544px) {
  .smart-slider__instance h2.sp-title {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .smart-slider__instance h2.sp-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .smart-slider__instance h2.sp-title {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  .smart-slider__instance h2.sp-title {
    font-size: 80px;
  }
}

.sidebar-primary .smart-slider__instance h2.sp-title,
.sidebar-secondary .smart-slider__instance h2.sp-title,
.footer-area .smart-slider__instance h2.sp-title {
  font-size: 40px;
}

.smart-slider__instance .sp-slide {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.smart-slider__instance .sp-slide > * {
  top: 0 !important;
  position: relative;
  padding: 0 30px;
}

.smart-slider__instance .sp-slide > *.sp-image-container {
  position: absolute;
  padding: 0;
}

.smart-slider__instance .sp-slide .btn {
  margin-top: 20px;
  position: relative;
}

.smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
  font-size: 14px;
  line-height: 1.2;
}

@media (min-width: 544px) {
  .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
    font-size: 40px;
  }
}

.smart-slider__instance .sp-image-container:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.sidebar-primary .smart-slider__instance .sp-slide.text-wrapped h2.sp-title,
.sidebar-secondary .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.follow-block {
  padding: 0 0 20px;
}

.sidebar-primary .follow-block,
.sidebar-secondary .follow-block,
.footer-area .follow-block {
  text-align: left;
}

.follow-block__message {
  margin: 0 0 20px;
}

.subscribe-block {
  padding: 0 0 20px;
}

.sidebar-primary .subscribe-block,
.sidebar-secondary .subscribe-block,
.footer-area .subscribe-block {
  text-align: left;
}

.follow-block + .subscribe-block {
  padding: 20px 0 0;
}

.subscribe-block__input[type='email'] {
  display: block;
  width: 100%;
}

.subscribe-block__input[type='email'].error {
  background: #fff2f2;
  box-shadow: none;
}

* + .subscribe-block__submit {
  margin-top: 30px;
}

@media (max-width: 543px) {
  * + .subscribe-block__submit {
    width: 100%;
  }
}

.subscribe-block__messages, .subscribe-block__message {
  margin: 10px 0 20px;
  font-size: 15.96px;
  font-size: 0.76rem;
}

.subscribe-block__success {
  color: #398f14;
}

.subscribe-block__error {
  color: #ff0000;
}

/*--------------------------------------------------------------
## Taxonomy Tiles
--------------------------------------------------------------*/
.widget-taxonomy-tiles__holder {
  float: left;
  padding: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.widget-taxonomy-tiles__inner {
  position: relative;
  overflow: hidden;
}

.tiles-columns .widget-taxonomy-tiles__inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.widget-taxonomy-tiles__inner .term-img {
  display: block;
  width: 100%;
  height: auto;
}

.widget-taxonomy-tiles .tiles-columns .term-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.widget-taxonomy-tiles__content {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transition: background-color .3s, color .3s;
}

.widget-taxonomy-tiles__content a:hover {
  text-decoration: underline;
}

.widget-taxonomy-tiles__title {
  margin: 0;
}

.widget-taxonomy-tiles .tiles-columns {
  display: block;
}

.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
    width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
    width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
    width: 8.33333%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
    width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
    width: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
    width: 16.66667%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-md-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
    width: 33.33333%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
    height: 62px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
    height: 80.5px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
    height: 97.5px;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
    height: 124px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
    height: 161px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
    height: 195px;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-md-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 186px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 241.5px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 292.5px;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
    height: 248px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
    height: 322px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
    height: 390px;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 372px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 483px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 585px;
  }
}

.widget-taxonomy-tiles .tiles-columns:after {
  display: block;
  clear: both;
  content: '';
}

.sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-md-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-md-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-md-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
  width: 50%;
}

@media (min-width: 768px) {
  .sidebar-primary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
  .sidebar-primary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content,
  .sidebar-secondary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
  .sidebar-secondary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content,
  .footer-area .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
  .footer-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
    display: none;
  }
}

/*--------------------------------------------------------------
## Custom Posts
--------------------------------------------------------------*/
.custom-posts__item {
  margin: 0 0 1.5em;
}

.full-width-header-area .custom-posts,
.after-content-full-width-area .custom-posts {
  padding-right: 1.19rem;
  padding-left: 1.19rem;
}

.custom-posts .post-thumbnail {
  margin: 0 0 20px;
}

.custom-posts .post__cats {
  display: block;
  text-align: left;
}

.custom-posts .post__cats a {
  margin: 0 3px 3px 0;
}

.custom-posts .entry-meta {
  margin: 0 0 1.5em;
  text-align: left;
}

.custom-posts .entry-footer {
  margin: 0;
}

.custom-posts .entry-footer .btn {
  margin-top: 1.71em;
}

/*--------------------------------------------------------------
## Contact Information
--------------------------------------------------------------*/
.contact-information-widget__inner li {
  margin-left: 0;
}

.contact-information-widget__inner li .icon:before {
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  position: relative;
  overflow: hidden;
  margin: 0 10px 0 0;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
* + .wpcf7 p {
  margin-top: 2.15em;
}

.wpcf7 label {
  margin: 0 0 4px;
  display: inline-block;
}

* + .wpcf7 .btn-wrapper {
  margin-top: 3.55em;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  line-height: 0;
}

.wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
}

.wpcf7 .wpcf7-not-valid {
  padding-right: 150px;
  background: #fff2f2;
  border-color: #ff0000;
}

.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: 7px;
  right: 20px;
  font-size: 15.96px;
  font-size: 0.76rem;
  color: #ff0000;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng, .wpcf7 .wpcf7-mail-sent-ok {
  margin: 1.5em 0;
  padding: 1em 2em;
  border: none;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
  background: #fff2f2;
  color: #ff0000;
}

.wpcf7 .wpcf7-mail-sent-ok {
  background: #398f14;
  color: #fff;
}

.wpcf7 .ajax-loader {
  margin-left: 10px;
  margin-top: 22px;
}

.wpcf7-submit:focus {
  box-shadow: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.img-pull-left {
  float: left;
  width: 50%;
  margin: 0 4% 1% 0;
}

.img-pull-right {
  float: right;
  width: 50%;
  margin: 0 0 1% 4%;
}

@media (min-width: 768px) {
  .alignleft {
    margin: 5px 50px 15px 0;
  }
}

@media (min-width: 768px) {
  .alignright {
    margin: 5px 0 15px 50px;
  }
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 15.75px;
  font-size: 0.75rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.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;
}

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  padding: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 62.33%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* Facebook embed */
.fb_iframe_widget {
  max-width: 100%;
}

.fb_iframe_widget > span {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */