@charset "UTF-8";
/*!
Theme Name: Bailey
Theme URI: http://www.templatemonster.com/
Author: Template Monster
Author URI: http://www.templatemonster.com/wordpress-themes.php
Description: Interior designer portfolio.
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: bailey
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: 1200px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }
  @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; }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-left: 0;
      padding-right: 0; } }

.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;
  -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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 {
  margin: 0 0 0.3em 0; }

h2 {
  margin: 0 0 0.46em 0; }

h3 {
  margin: 0 0 0.5em 0; }

h4 {
  margin: 0 0 0.625em 0; }

h5 {
  margin: 0 0 0.62em 0; }

h6 {
  margin: 0 0 0.43em 0; }

.post-content h1:first-of-type:first-child,
.post-content h2:first-of-type:first-child,
.post-content h3:first-of-type:first-child,
.post-content h4:first-of-type:first-child,
.post-content h5:first-of-type:first-child,
.post-content h6:first-of-type:first-child,
.comment-content h1:first-of-type:first-child,
.comment-content h2:first-of-type:first-child,
.comment-content h3:first-of-type:first-child,
.comment-content h4:first-of-type:first-child,
.comment-content h5:first-of-type:first-child,
.comment-content h6:first-of-type:first-child,
.entry-content h1:first-of-type:first-child,
.entry-content h2:first-of-type:first-child,
.entry-content h3:first-of-type:first-child,
.entry-content h4:first-of-type:first-child,
.entry-content h5:first-of-type:first-child,
.entry-content h6:first-of-type:first-child {
  margin-bottom: 1.3em; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

p {
  margin: 0; }
  p:not(:empty) {
    margin: 0 0 1.2em; }

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: #f5f5f5;
  border: 1px solid gainsboro;
  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 #888888; }

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

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

big {
  font-size: 125%; }

small,
.small {
  font-size: 16.8px;
  font-size: 0.8rem; }

.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: 15px; }
  blockquote cite {
    font-size: 20px; }

blockquote {
  position: relative;
  margin: 0 0 1em; }
  blockquote p {
    margin: 0;
    padding-top: 20px; }
    blockquote p + p {
      margin-top: -20px !important;
      padding-top: 0; }
  blockquote cite {
    font-style: normal;
    text-transform: none;
    padding-top: 25px;
    display: inline-block; }
  blockquote:before {
    content: "\f10d";
    font-weight: 400;
    font-size: 20px;
    line-height: 46px;
    font-family: 'FontAwesome'; }

p + blockquote {
  margin-top: 1.13em; }

hr {
  background-color: #888888;
  border: 0;
  height: 1px;
  margin: 2.95em 0; }

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

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
.post-content > ul,
.post-content > ol,
.comment-content > ul,
.comment-content > ol,
.entry-content > ul,
.entry-content > ol {
  padding: 0;
  list-style: none; }
  .post-content > ul li,
  .post-content > ol li,
  .comment-content > ul li,
  .comment-content > ol li,
  .entry-content > ul li,
  .entry-content > ol li {
    position: relative;
    padding: .35em 0 .35em; }
    .post-content > ul li > ul,
    .post-content > ul li > ol,
    .post-content > ol li > ul,
    .post-content > ol li > ol,
    .comment-content > ul li > ul,
    .comment-content > ul li > ol,
    .comment-content > ol li > ul,
    .comment-content > ol li > ol,
    .entry-content > ul li > ul,
    .entry-content > ul li > ol,
    .entry-content > ol li > ul,
    .entry-content > ol li > ol {
      padding: .25em 0 0 1.25em;
      margin: 0;
      display: block;
      list-style: none; }
      .post-content > ul li > ul > li:first-child,
      .post-content > ul li > ol > li:first-child,
      .post-content > ol li > ul > li:first-child,
      .post-content > ol li > ol > li:first-child,
      .comment-content > ul li > ul > li:first-child,
      .comment-content > ul li > ol > li:first-child,
      .comment-content > ol li > ul > li:first-child,
      .comment-content > ol li > ol > li:first-child,
      .entry-content > ul li > ul > li:first-child,
      .entry-content > ul li > ol > li:first-child,
      .entry-content > ol li > ul > li:first-child,
      .entry-content > ol li > ol > li:first-child {
        padding-top: 0; }
        .post-content > ul li > ul > li:first-child:before,
        .post-content > ul li > ol > li:first-child:before,
        .post-content > ol li > ul > li:first-child:before,
        .post-content > ol li > ol > li:first-child:before,
        .comment-content > ul li > ul > li:first-child:before,
        .comment-content > ul li > ol > li:first-child:before,
        .comment-content > ol li > ul > li:first-child:before,
        .comment-content > ol li > ol > li:first-child:before,
        .entry-content > ul li > ul > li:first-child:before,
        .entry-content > ul li > ol > li:first-child:before,
        .entry-content > ol li > ul > li:first-child:before,
        .entry-content > ol li > ol > li:first-child:before {
          top: 0; }
    .post-content > ul li > ol > li:before,
    .post-content > ol li > ol > li:before,
    .comment-content > ul li > ol > li:before,
    .comment-content > ol li > ol > li:before,
    .entry-content > ul li > ol > li:before,
    .entry-content > ol li > ol > li:before {
      position: relative;
      top: 0; }
    .post-content > ul li > ol > li:first-child:before,
    .post-content > ol li > ol > li:first-child:before,
    .comment-content > ul li > ol > li:first-child:before,
    .comment-content > ol li > ol > li:first-child:before,
    .entry-content > ul li > ol > li:first-child:before,
    .entry-content > ol li > ol > li:first-child:before {
      top: 0; }

.post-content ul,
.comment-content ul,
.entry-content ul {
  margin: 1em 0; }
  .post-content ul > li:before,
  .comment-content ul > li:before,
  .entry-content ul > li:before {
    content: '•';
    line-height: inherit;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 10px 0 0; }

.post-content ol,
.comment-content ol,
.entry-content ol {
  margin: 1em 0;
  padding: 0; }
  .post-content ol > li,
  .comment-content ol > li,
  .entry-content ol > li {
    padding-left: 0; }
    .post-content ol > li ol,
    .comment-content ol > li ol,
    .entry-content ol > li ol {
      margin: 0; }

.post-content ol,
.comment-content ol,
.entry-content ol {
  counter-reset: list; }
  .post-content ol > li:before,
  .comment-content ol > li:before,
  .entry-content ol > li:before {
    content: counter(list);
    counter-increment: list;
    font-size: 1em;
    line-height: inherit;
    padding: 0 10px 0 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/* Inline list */
.inline-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .inline-list li {
    display: inline-block;
    vertical-align: top; }

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

.entry-content table {
  margin: 0 0 1.5em;
  max-width: 100%;
  border: 1px solid #888888; }
  .entry-content table th,
  .entry-content table td {
    padding: 5px;
    vertical-align: top;
    border: 1px solid #888888; }
  .entry-content table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #888888; }
  .entry-content table tbody + tbody {
    border-top: 1px solid #888888; }

/*--------------------------------------------------------------
## 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: #242424; }
    .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 {
  display: none;
  text-decoration: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 0%;
  background: none;
  border: 1px solid #e3e3e3;
  z-index: 999;
  border-radius: 0;
  text-align: center; }
  @media (min-width: 768px) {
    #toTop {
      margin: 27px 0 0; } }
  @media (min-width: 768px) {
    #toTop {
      position: fixed;
      bottom: 20px;
      margin: 0; } }
  @media (max-width: 767px) {
    #toTop {
      display: block !important;
      width: 100%;
      border-bottom: none;
      border-left: none;
      border-right: none; } }
  #toTop: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. */
    font-feature-settings: 'liga';
    width: 38px;
    height: 38px;
    text-align: center;
    display: inline-block;
    font-size: 25px;
    line-height: 38px;
    content: "\e5ce"; }
  @media (min-width: 544px) {
    #toTop {
      left: auto;
      right: 30px; } }
  @media (min-width: 768px) {
    #toTop {
      bottom: 60px; } }
  @media (min-width: 1200px) {
    .footer-layout-vertical #toTop {
      left: auto;
      right: 99px;
      bottom: 0; } }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.site button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  line-height: 1;
  font-size: 19.95px;
  font-size: 0.95rem;
  letter-spacing: 1px;
  display: inline-block;
  max-width: 100%;
  padding: .75em 1em;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  text-overflow: ellipsis;
  border: none;
  box-shadow: none;
  transition: ease 333ms;
  transition-property: color, background;
  position: relative;
  overflow: visible;
  z-index: 10;
  font-size: 12px;
  padding: 20px 42px 19px; }
  @media (min-width: 1200px) {
    .site button,
    input[type='button'],
    input[type='reset'],
    input[type='submit'] {
      padding: 22px 40px;
      white-space: nowrap; } }

.top-panel__search .search-form .search-form__submit {
  line-height: 1;
  font-size: 19.95px;
  font-size: 0.95rem;
  letter-spacing: 1px;
  display: inline-block;
  max-width: 100%;
  padding: .75em 1em;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  text-overflow: ellipsis;
  border: none;
  box-shadow: none;
  transition: ease 333ms;
  transition-property: color, background;
  position: relative;
  overflow: visible;
  z-index: 10;
  font-size: 12px; }
  @media (min-width: 1200px) {
    .top-panel__search .search-form .search-form__submit {
      padding: 22px 40px;
      white-space: nowrap; } }
  @media (min-width: 1200px) {
    .top-panel__search .search-form .search-form__submit {
      padding: 10px 40px; } }

.btn {
  text-decoration: none;
  line-height: 1;
  font-size: 19.95px;
  font-size: 0.95rem;
  letter-spacing: 1px;
  display: inline-block;
  max-width: 100%;
  padding: .75em 1em;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  text-overflow: ellipsis;
  border: none;
  box-shadow: none;
  transition: ease 333ms;
  transition-property: color, background;
  position: relative;
  overflow: visible;
  z-index: 10; }
  @media (min-width: 1200px) {
    .btn {
      padding: 22px 40px;
      white-space: nowrap; } }
  .btn:hover {
    text-decoration: none; }
  .btn:focus {
    outline: none; }
  .btn-fullwidth {
    width: 100%; }
  .header-layout-vertical .btn,
  .footer-layout-vertical .btn {
    padding: 10px 40px;
    white-space: normal; }

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;
  border: none;
  background-color: #f1f1f1;
  font-size: 15px;
  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; }

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; }

select {
  padding: 17px 20px; }

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

input[type='search'] {
  padding: 7px;
  background-color: transparent; }

::-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; }
  @media (min-width: 544px) {
    .search-form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .widget-area .search-form {
    max-width: inherit; }
  .search-form label {
    font-size: 0;
    -webkit-flex: 3 1 auto;
    -ms-flex: 3 1 auto;
    flex: 3 1 auto; }
  .search-form__field[type="search"] {
    float: none;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent !important; }
  .search-form__submit {
    height: 40px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    width: 100%;
    margin-top: 10px;
    padding: 10px 40px; }
    @media (min-width: 544px) {
      .search-form__submit {
        width: auto;
        margin: 0 0 0 17px; } }
  .search-form_wrap .close-btn,
  .search-form_wrap .open-btn {
    display: none; }

.vertical.site-footer .site-info {
  text-align: center; }
  .vertical.site-footer .site-info > div:not(.top-panel__search) {
    text-align: left; }

.top-panel__search {
  margin: 0; }
  @media (min-width: 768px) {
    .top-panel__search {
      display: inline-block;
      width: 50px;
      height: 60px;
      padding-bottom: 0;
      box-sizing: content-box; }
      .top-panel__search > * {
        box-sizing: border-box; } }
  @media (min-width: 992px) {
    .top-panel__search {
      text-align: right; } }
  @media (max-width: 543px) {
    .top-panel__search {
      width: 100%; } }
  .top-panel__search .search-form {
    padding: 0;
    overflow: hidden;
    transition: 200ms opacity;
    z-index: 100;
    width: 100%;
    max-width: 500px; }
    @media (min-width: 544px) {
      .top-panel__search .search-form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 768px) {
      .top-panel__search .search-form {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 80px;
        padding: 10px;
        width: 425px;
        top: 0;
        z-index: 100;
        max-width: inherit;
        background: none; } }
    @media (min-width: 1200px) {
      .top-panel__search .search-form {
        z-index: -1;
        width: 445px; } }
    .site-header.centered .top-panel__search .search-form,
    .site-header.minimal .top-panel__search .search-form,
    .site-header.default .top-panel__search .search-form {
      padding: 0;
      top: 0;
      right: 0; }
      @media (min-width: 768px) {
        .site-header.centered .top-panel__search .search-form,
        .site-header.minimal .top-panel__search .search-form,
        .site-header.default .top-panel__search .search-form {
          padding: 10px;
          top: -2px;
          right: 40px; } }
    .site-header .top-panel__search .search-form {
      z-index: 10; }
    .top-panel__search .search-form_wrap {
      position: relative;
      padding: 0; }
      .top-panel__search .search-form_wrap .close-btn,
      .top-panel__search .search-form_wrap .open-btn {
        display: none;
        vertical-align: middle;
        position: absolute;
        right: 0;
        opacity: 0;
        padding: 0;
        transition: 300ms all; }
        @media (min-width: 768px) {
          .top-panel__search .search-form_wrap .close-btn,
          .top-panel__search .search-form_wrap .open-btn {
            right: 50%;
            margin-right: -30px;
            display: inline-block; } }
        @media (min-width: 1200px) {
          .site-header.vertical .top-panel__search .search-form_wrap .close-btn, .site-header.vertical
          .top-panel__search .search-form_wrap .open-btn {
            margin-right: -26px; } }
        .top-panel__search .search-form_wrap .close-btn a,
        .top-panel__search .search-form_wrap .open-btn a {
          width: 50px;
          font-size: 26px;
          line-height: 60px;
          height: 60px;
          display: inline-block;
          text-align: center;
          outline: none; }
          @media (max-width: 543px) {
            .top-panel__search .search-form_wrap .close-btn a,
            .top-panel__search .search-form_wrap .open-btn a {
              width: 50px;
              line-height: 60px;
              height: 60px;
              text-align: center; } }
          .site-header.default .top-panel__search .search-form_wrap .close-btn a,
          .site-header.centered .top-panel__search .search-form_wrap .close-btn a,
          .site-header.minimal .top-panel__search .search-form_wrap .close-btn a, .site-header.default
          .top-panel__search .search-form_wrap .open-btn a,
          .site-header.centered
          .top-panel__search .search-form_wrap .open-btn a,
          .site-header.minimal
          .top-panel__search .search-form_wrap .open-btn a {
            width: 30px; }
          .top-panel__search .search-form_wrap .close-btn a i,
          .top-panel__search .search-form_wrap .open-btn a i {
            line-height: 60px; }
    @media (min-width: 768px) {
      .top-panel__search .search-form__field {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: 300ms all; } }
    @media (min-width: 768px) {
      .top-panel__search .search-form__submit {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: 200ms all; } }
  .top-panel__search .search-form_wrap .close-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    @media (max-width: 543px) {
      .top-panel__search .search-form_wrap .close-btn {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }
  .top-panel__search .search-form_wrap .open-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .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 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    @media (max-width: 543px) {
      .top-panel__search .search-form_wrap.active .open-btn {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }
  .top-panel__search .search-form_wrap.active .close-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.search .search-form_wrap .search-form .search-form__field,
.sidebar-primary .search-form_wrap .search-form .search-form__field {
  border-bottom: 1px solid; }

.search .top-panel .search-form_wrap .search-form .search-form__field {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

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

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

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

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

.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__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; }

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

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  outline: none; }
  a:hover, a:active {
    text-decoration: none; }
  .post-content a,
  .comment-content a,
  .entry-content a {
    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; }
  .header-layout-vertical .top-panel__menu-list {
    text-align: center; }
    @media (min-width: 1200px) {
      .header-layout-vertical .top-panel__menu-list {
        text-align: left; } }
  .top-panel__menu-list .menu-item {
    margin: 0;
    display: block; }
    @media (min-width: 768px) {
      .top-panel__menu-list .menu-item {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0; } }
    @media (min-width: 1200px) {
      .header-layout-vertical .top-panel__menu-list .menu-item {
        display: block;
        margin: 5px 5px 3px 0; } }
    .top-panel__menu-list .menu-item a {
      text-decoration: none;
      font-size: 15.96px;
      font-size: 0.76rem;
      letter-spacing: 0.5px; }
      .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; }

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
/* Basic */
.main-navigation {
  display: block;
  clear: both;
  width: 100%;
  margin: 20px 0 0; }
  .site-header.vertical .main-navigation {
    margin: 0; }
  @media (min-width: 992px) {
    .main-navigation {
      margin: 0; } }
  .main-navigation ul {
    display: none;
    margin: 0;
    padding-left: 0;
    list-style: none; }
  .main-navigation li {
    position: relative;
    text-align: left; }
    @media (max-width: 1199px) {
      .main-navigation li {
        line-height: 1.1; } }
  .main-navigation a {
    position: relative;
    text-decoration: none; }
  @media (max-width: 767px) {
    .main-navigation ul ul a {
      text-indent: 1rem; }
    .main-navigation ul ul ul a {
      text-indent: 2rem; }
    .main-navigation ul ul ul ul a {
      text-indent: 3rem; }
    .main-navigation ul ul ul ul ul a {
      text-indent: 4rem; }
    .main-navigation ul ul ul ul ul ul a {
      text-indent: 5rem; }
    .main-navigation ul {
      display: none; }
    .main-navigation.toggled > ul {
      display: block; }
    .main-navigation.toggled ul.active {
      display: block; } }
  @media (max-width: 767px) {
    .main-navigation > ul {
      margin: 20px 0 0; }
    .main-navigation ul ul a {
      text-indent: .5rem; }
    .main-navigation ul ul ul a {
      text-indent: 1rem; }
    .main-navigation ul ul ul ul a {
      text-indent: 1.5rem; }
    .main-navigation ul ul ul ul ul a {
      text-indent: 2rem; }
    .main-navigation ul ul ul ul ul ul a {
      text-indent: 2.5rem; }
    .main-navigation ul.sub-menu {
      position: static;
      opacity: 1;
      visibility: visible;
      box-shadow: none;
      background: none;
      margin: 0;
      height: 0; }
      .main-navigation ul.sub-menu.active {
        height: auto;
        display: block; }
    .main-navigation li.menu-item-has-children > a.mobile-sublink {
      margin: 0;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      padding: 0;
      width: 50px;
      height: 25px;
      text-align: center;
      text-indent: 0; }
      .main-navigation li.menu-item-has-children > a.mobile-sublink i {
        position: relative;
        top: 1px;
        right: -12px;
        transition: 300ms all; }
      .main-navigation li.menu-item-has-children > a.mobile-sublink.active i {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg); } }
  @media (min-width: 768px) {
    .main-navigation ul {
      display: block; }
    .main-navigation li:hover > ul, .main-navigation li.menu-hover > ul {
      top: 100%;
      left: 0;
      visibility: visible;
      opacity: 1; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .site-header.vertical .main-navigation li:hover > ul, .site-header.vertical .main-navigation li.menu-hover > ul {
      top: 0;
      left: 100%;
      visibility: visible;
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  @media (min-width: 768px) {
      .main-navigation li:hover > ul ul, .main-navigation li.menu-hover > ul ul {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: -10px; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      .main-navigation li:hover > ul ul, .main-navigation li.menu-hover > ul ul {
        margin-top: -20px; } }
  @media (min-width: 768px) {
      .main-navigation li:hover > ul.left-side, .main-navigation li.menu-hover > ul.left-side {
        left: auto;
        right: 0; }
    .main-navigation li > ul.in-transition {
      left: 0; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .site-header.vertical .main-navigation li > ul.in-transition {
      left: 105%;
      left: calc(100% + 20px);
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  @media (min-width: 768px) {
      .main-navigation li > ul.in-transition ul {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
      .main-navigation li > ul.in-transition.left-side {
        left: auto;
        right: 0; }
    .main-navigation li li:hover > ul, .main-navigation li li.menu-hover > ul {
      top: 0;
      left: 100%; }
      .main-navigation li li:hover > ul.left-side, .main-navigation li li.menu-hover > ul.left-side {
        left: auto;
        right: 100%; }
    .main-navigation li li > ul.in-transition {
      left: 100%; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .site-header.vertical .main-navigation li li > ul.in-transition {
      left: 105%;
      left: calc(100% + 20px); } }
  @media (min-width: 768px) {
      .main-navigation li li > ul.in-transition.left-side {
        left: auto;
        right: 100%; }
    .main-navigation .menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .site-header.vertical .main-navigation .menu {
      display: block;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (min-width: 768px) {
      .main-navigation .menu > li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      .site-header.vertical .main-navigation .menu > li:not(.super-guacamole__menu) {
        display: block; }
      .site-header.vertical .main-navigation .menu > li.super-guacamole__menu {
        display: none; } }
  @media (min-width: 768px) {
    .main-navigation .sub-menu {
      position: absolute;
      z-index: 999;
      top: 120%;
      left: -999em;
      visibility: hidden;
      margin: 0;
      transition: 200ms linear;
      transition-property: top, opacity, visibility;
      opacity: 0;
      padding: 10px 0; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .main-navigation .sub-menu {
      padding: 20px 0; } }
  @media (min-width: 768px) {
      .main-navigation .sub-menu ul {
        top: 20%; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .site-header.vertical .main-navigation .sub-menu {
      position: absolute;
      z-index: 999;
      top: 0;
      left: 100%;
      visibility: hidden;
      transition: 200ms linear;
      transition-property: left, opacity, visibility;
      opacity: 0;
      padding: 30px 0;
      margin: -30px 0 0; }
      .site-header.vertical .main-navigation .sub-menu li {
        position: relative; }
      .site-header.vertical .main-navigation .sub-menu ul {
        top: 0; } }
  @media (min-width: 768px) {
    .main-navigation .menu-toggle {
      display: none; } }

/* Skin */
@media (min-width: 1200px) {
  .site-header.vertical .main-navigation {
    padding-left: 40px;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (max-width: 1200px) {
  .site-header.vertical .main-navigation {
    padding-left: 1.19rem;
    padding-right: 1.19rem;
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }

@media (min-width: 1200px) {
  .site-header.vertical .main-navigation li {
    padding-right: 20px; } }

.main-navigation a {
  padding: 0;
  font-size: 20px; }
  .main-navigation a:focus {
    outline: none; }

@media (min-width: 768px) {
  .main-navigation .menu > li:before {
    content: '-';
    padding: 3px 10px; } }

@media (min-width: 1200px) {
  .main-navigation .menu > li:before {
    padding: 4px 30px; } }

@media (min-width: 1200px) {
  .site-header.vertical .main-navigation .menu > li:before {
    display: none; } }

.main-navigation .menu > li:first-child:before {
  display: none; }

@media (max-width: 767px) {
  .main-navigation .menu > li {
    margin: 0; } }

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

@media (min-width: 768px) {
  .main-navigation .menu > li > a {
    padding-bottom: 27px;
    border-bottom: none; }
    .site-header.vertical .main-navigation .menu > li > a {
      padding: 0; } }

.main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-image):not(.super-guacamole__menu-with-icon)::after {
  /* Marker (level 1) */
  content: '\f107'; }
  @media (min-width: 1200px) {
    .site-header.vertical .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-image):not(.super-guacamole__menu-with-icon)::after {
      content: '\f105';
      right: 40px; } }
  @media (max-width: 767px) {
    .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-image):not(.super-guacamole__menu-with-icon)::after {
      content: ''; } }

.main-navigation .menu > li.super-guacamole__menu-with-image a,
.main-navigation .menu > li.super-guacamole__menu-with-image img {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid transparent; }

.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%; }

.main-navigation .menu > li:last-child > a {
  border-bottom: none; }

.main-navigation .menu > li:hover > a, .main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a {
  /* Active and hover state (level 1) */ }

.main-navigation .menu > li[hidden] {
  display: none; }

.main-navigation .menu > li:not(:first-child) > .sub-menu {
  margin-left: 1.28em; }
  @media (min-width: 1200px) {
    .main-navigation .menu > li:not(:first-child) > .sub-menu {
      margin-left: 3.19em; } }
  .site-header.vertical .main-navigation .menu > li:not(:first-child) > .sub-menu {
    margin-left: 0; }

@media (min-width: 1200px) {
  .site-header.vertical .main-navigation .sub-menu {
    width: 265px;
    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; } }

@media (min-width: 1200px) {
  .site-header.vertical .main-navigation .sub-menu li {
    padding: 0 50px; } }

@media (min-width: 768px) {
  .main-navigation .sub-menu li:last-of-type a {
    border-bottom: none; } }

.main-navigation .sub-menu li.menu-item-has-children::after {
  /* Marker (level 2, 3, ..., N) */
  top: 0.8em;
  right: 1em;
  content: '\f105'; }
  @media (min-width: 1200px) {
    .main-navigation .sub-menu li.menu-item-has-children::after {
      top: 1.6em;
      right: 2.8em; } }
  @media (min-width: 1200px) {
    .site-header.vertical .main-navigation .sub-menu li.menu-item-has-children::after {
      top: .8em; } }
  @media (max-width: 767px) {
    .main-navigation .sub-menu li.menu-item-has-children::after {
      content: ''; } }

.main-navigation .sub-menu a {
  display: block; }
  @media (min-width: 768px) {
    .main-navigation .sub-menu a {
      padding: .3em 1em;
      width: 9em; } }
  @media (min-width: 1200px) {
    .main-navigation .sub-menu a {
      width: 12em;
      padding: .5em 2.38em .5em 1em; } }
  @media (min-width: 1200px) {
    .site-header.vertical .main-navigation .sub-menu a {
      width: auto;
      padding: 0; } }

.main-navigation .sub-menu li:hover > a,
.main-navigation .sub-menu li.menu-hover > a,
.main-navigation .sub-menu li.current_page_item > a,
.main-navigation .sub-menu li.current_page_ancestor > a,
.main-navigation .sub-menu li.current-menu-item > a,
.main-navigation .sub-menu li.current-menu-ancestor > a {
  /* Active and hover state (level 2, 3, ..., N) */ }

@media (min-width: 1200px) {
  .site-header.vertical .main-navigation li:not(:first-child) {
    margin: 12px 0 0; } }

.main-navigation li::after {
  /* Marker style */
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16.8px;
  font-size: 0.8rem; }
  @media (min-width: 1200px) {
    .site-header.vertical .main-navigation li::after {
      top: 1.6em; } }

.main-navigation li a.mobile-sublink {
  display: none; }

@media (min-width: 768px) {
  .main-navigation .menu > li::after {
    /* Marker position (level 1) */
    top: 7px;
    right: 0; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .site-header.vertical .main-navigation .menu > li::after {
      top: .8em; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .main-navigation .menu > li::after {
      top: .22em;
      right: 0; } }

@media (min-width: 768px) {
  .main-navigation .menu > li.menu-item-has-children {
    padding-right: 15px; }
    .site-header.vertical .main-navigation .menu > li.menu-item-has-children {
      padding-right: 15px;
      padding-bottom: 20px; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      .site-header.vertical .main-navigation .menu > li.menu-item-has-children {
        padding-right: 0;
        padding-bottom: 0; } }

@media (min-width: 1200px) {
  .main-navigation .menu > li::after {
    top: 12px; } }

/* Menu items description */
.menu-item__desc {
  font-size: 13.125px;
  font-size: 0.625rem; }
  @media (min-width: 768px) {
    .menu > li > a > .menu-item__desc {
      position: absolute; } }

/* Toogle button */
.menu-toggle {
  padding: 0;
  width: 100%;
  height: 60px;
  font-size: 1rem;
  position: relative; }
  .header-layout-vertical .menu-toggle {
    padding: 0; }
  .menu-toggle__icon {
    vertical-align: middle;
    display: inline-block;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    text-indent: -9999px; }
    .menu-toggle__icon:before {
      content: 'dehaze';
      text-indent: 0;
      position: absolute;
      top: 0;
      left: 0;
      text-indent: 0;
      -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
      transform: translateY(-50%) rotate(0);
      transition: 333ms all; }
    .toggled .menu-toggle__icon:before {
      content: 'close';
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }

@media (max-width: 767px) {
  .main-navigation .sub-menu ul,
  .main-navigation .sub-menu ul ul ul {
    background: none; } }

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu {
  margin: 0; }
  .footer-menu .menu {
    margin: 1em 0; }
  .footer-menu__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-left: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer-menu__items .menu-item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 0 20px 0 0;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .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. */
        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. */
        font-feature-settings: 'liga'; }

.pagination {
  margin: 3.1em 0;
  padding-top: 3.3em;
  border-top: 1px solid #888888; }
  .card-columns + .pagination {
    margin-top: 0; }
  .pagination .nav-links {
    font-size: 0; }

.page-numbers {
  line-height: 3;
  display: inline-block;
  min-width: 3em;
  height: 3em;
  margin: 0 0 1px 0;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  font-size: 19.95px;
  font-size: 0.95rem;
  border: 1px solid transparent; }
  .page-numbers.dots {
    min-width: 3em;
    border: none;
    background-color: transparent; }
  .page-numbers.next, .page-numbers.prev {
    border-color: transparent;
    padding-left: 50px;
    padding-right: 50px; }
    .page-numbers.next i, .page-numbers.prev i {
      vertical-align: middle; }
  .page-numbers.next {
    margin-left: 10px; }
  .page-numbers.prev {
    margin-right: 10px; }
  .page-numbers.current, .page-numbers:hover {
    border-color: #888888; }

.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 #888888; }
  .page-links a {
    text-decoration: none; }

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  margin: 0;
  padding: .5em 0;
  text-align: center; }
  .breadcrumbs__browse {
    margin-right: .5em; }
  .breadcrumbs__wrap {
    margin: 0; }
    @media (min-width: 768px) {
      .breadcrumbs__wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (min-width: 992px) {
      .breadcrumbs__wrap {
        margin: 0 0 1em; } }
  .breadcrumbs__item {
    margin: .7em 0; }
    @media (min-width: 768px) {
      .breadcrumbs__item {
        margin: 0; } }
    .breadcrumbs__item-sep {
      color: #888888;
      margin: 0 1em;
      display: none; }
      @media (min-width: 768px) {
        .breadcrumbs__item-sep {
          display: block; } }
    .breadcrumbs__item-link {
      text-decoration: none; }

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .header-layout-vertical .site-header .social-list,
  .top-panel .social-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media (max-width: 767px) {
  .header-layout-vertical .site-header .social-list,
  .top-panel .social-list {
    padding-top: 20px !important; } }

.social-list .inline-list .menu-item {
  margin: 5px 10px 3px 0; }

.header-layout-vertical .site-header .social-list .inline-list,
.top-panel .social-list .inline-list {
  text-align: center; }
  @media (min-width: 768px) {
    .header-layout-vertical .site-header .social-list .inline-list,
    .top-panel .social-list .inline-list {
      text-align: left; } }
  @media (min-width: 1200px) {
    .header-layout-vertical .site-header .social-list .inline-list .menu-item,
    .top-panel .social-list .inline-list .menu-item {
      margin: 5px 0 3px; } }

.social-list .menu-item {
  margin: 0; }
  .social-list .menu-item::before {
    display: none; }
  .header-layout-vertical .site-header .social-list .menu-item,
  .header-layout-vertical .top-panel .social-list .menu-item,
  .top-panel .social-list .menu-item {
    text-align: left; }
    @media (min-width: 1200px) {
      .header-layout-vertical .site-header .social-list .menu-item,
      .header-layout-vertical .top-panel .social-list .menu-item,
      .top-panel .social-list .menu-item {
        display: block; } }
  .top-panel .social-list .menu-item {
    display: inline-block; }
  .social-list .menu-item > a {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative; }
    .social-list .menu-item > a:hover {
      text-decoration: none; }
    .social-list .menu-item > a:focus {
      outline: none; }
    @media (min-width: 768px) {
      .header-layout-vertical .site-header .social-list .menu-item > a,
      .top-panel .social-list .menu-item > a {
        display: inline;
        border: none;
        font-size: 12px;
        letter-spacing: -0.5px;
        font-weight: 400; }
        .header-layout-vertical .site-header .social-list .menu-item > a .screen-reader-text,
        .top-panel .social-list .menu-item > a .screen-reader-text {
          clip: inherit;
          width: auto;
          height: auto;
          position: relative !important; } }
    .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::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14.91px;
      font-size: 0.71rem;
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: auto;
      background: none;
      border-radius: 0;
      position: relative;
      z-index: 10;
      transition: 333ms all; }
      .social-list--text .social-list .menu-item > a::before {
        display: none; }
      @media (min-width: 768px) {
        .header-layout-vertical .site-header .social-list .menu-item > a::before,
        .top-panel .social-list .menu-item > a::before {
          display: none; } }
    .social-list .menu-item > a:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid #888888;
      transition: 333ms all; }
      @media (min-width: 768px) {
        .header-layout-vertical .site-header .social-list .menu-item > a:after,
        .top-panel .social-list .menu-item > a:after {
          display: none; } }
    .social-list .menu-item > a:hover:after {
      opacity: 0; }

.social-list--text .menu-item > a::before {
  display: 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; }

p + p .aligncenter,
p + p .alignnone {
  margin-top: 42px;
  margin-bottom: 70px; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content: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-content: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: 3.33em 0 0;
    border-top: 1px solid #888888; }

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

.comment-respond {
  margin: 1.14em 0 0;
  padding: 3.33em 0;
  border-top: 1px solid #888888; }

.comment-list {
  margin: 0;
  padding: 0 0 20px;
  list-style: none; }
  .comment-list .children {
    margin-left: 0;
    padding-left: 10px;
    list-style: none; }
    @media (min-width: 992px) {
      .comment-list .children {
        padding-left: 30px; } }
  .comment-list li.comment {
    margin-top: 50px; }
  .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: auto;
      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 {
  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: 3.09em 0 0;
  border-top: 1px solid #888888; }

.post-author__holder {
  padding: 1em 0; }
  @media (min-width: 992px) {
    .post-author__holder {
      padding: 3.33em 0; } }

.post-author__avatar {
  margin: 0 0 1em; }
  @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; } }
  .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%; }
    @media (min-width: 992px) {
      .post-author__avatar .avatar {
        width: auto; } }
    .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: auto; } }

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

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

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.posts-list .share-btns__list {
  float: none; }
  @media (min-width: 992px) {
    .posts-list .share-btns__list {
      float: right; } }

.posts-list--masonry-2-cols .share-btns__list,
.posts-list--masonry-3-cols .share-btns__list,
.posts-list--grid-2-cols .share-btns__list,
.posts-list--grid-3-cols .share-btns__list {
  float: none;
  margin: 20px 0 0; }

.share-btns__item {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 5px 0; }

.share-btns__link {
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  border: none;
  font-size: 15px; }
  @media (max-width: 991px) {
    .share-btns__link {
      margin-top: 15px; } }
  .share-btns__link i {
    position: relative;
    z-index: 10; }
  .share-btns__link:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #888888;
    transition: 333ms all; }
  .share-btns__link:hover:after {
    opacity: 0; }

/*--------------------------------------------------------------
# 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;
      text-align: center; } }

.cherry-projects-terms-wrapper .projects-terms-item .inner-wrapper {
  position: relative;
  overflow: hidden; }
  .cherry-projects-terms-wrapper .projects-terms-item .inner-wrapper .row-format {
    line-height: 0;
    z-index: 20; }
  @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 .inner-wrapper:hover .featured-image img {
      -webkit-transform: scale(1.03) translate3d(0, -1.5%, 0);
      transform: scale(1.03) translate3d(0, -1.5%, 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 .dashicons {
  display: none; }

.cherry-projects-terms-wrapper .project-terms-media .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-content {
  position: absolute;
  width: auto;
  height: auto;
  z-index: 10;
  top: 50%;
  left: 20px;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .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: 12px 20px;
      line-height: 1; }

.projects-item-instance.simple-fade-hover .hover-content {
  padding: 0; }
  .projects-item-instance.simple-fade-hover .hover-content .term-permalink {
    padding: 0;
    z-index: 20;
    margin: 0;
    width: 100%;
    height: 100%;
    background: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 0; }
  .projects-item-instance.simple-fade-hover .hover-content:hover {
    opacity: 0 !important; }

.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; } }
    .cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper .project-media .row-format {
      border: 0; }
      .cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper .project-media .row-format .zoom-link {
        display: none; }
    @media (min-width: 1200px) {
      .cherry-projects-wrapper .masonry-layout .projects-list .projects-item .inner-wrapper .project-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        transition: 333ms -webkit-transform;
        transition: 333ms transform;
        transition: 333ms transform, 333ms -webkit-transform; } }
    .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); } }
    @media (min-width: 1200px) {
      .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); } }
    .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 .justified-layout .projects-list .projects-item .inner-wrapper .project-content {
    padding: 30px; }
  .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: 20px; }
      @media (min-width: 1200px) {
        .cherry-projects-wrapper .projects-list .projects-item .inner-wrapper .project-content {
          padding: 20px; } }
      @media (min-width: 1500px) {
        .cherry-projects-wrapper .projects-list .projects-item .inner-wrapper .project-content {
          padding: 50px; } }
    .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__col-left p {
        margin: 0; }
    .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: left; }
    .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;
      background: none;
      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-bottom-thumbnails .projects-slider__thumbnails .sp-thumbnail-container .sp-thumbnail {
          position: relative; }
          .cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails .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.sp-bottom-thumbnails .projects-slider__thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail, .cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails .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.sp-bottom-thumbnails .projects-slider__thumbnails .sp-thumbnail-container:hover .sp-thumbnail {
          border: none; }
          .cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails .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.sp-bottom-thumbnails .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.sp-bottom-thumbnails .projects-slider__thumbnails .sp-thumbnail-container:hover .sp-thumbnail:after {
            border-width: 13px;
            opacity: 1; }
        .cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails .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 {
      top: calc(100% - 29px); }
      .cherry-projects-single-post .cherry-projects-slider__instance .slider-pro .sp-arrows .sp-arrow {
        width: 45px;
        height: 45px;
        text-align: center;
        transition: .3s; }
        .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. */
          font-feature-settings: 'liga';
          font-size: 26px;
          line-height: 45px;
          position: relative;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 45px;
          height: 45px;
          -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: -1px; }
          .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: calc(100% - 88px); }
          .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. */
        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 (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-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,
  .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. */
        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: #888888; }

.projects-container .projects-ajax-button-wrapper .projects-ajax-button span {
  line-height: 1;
  font-size: 19.95px;
  font-size: 0.95rem;
  letter-spacing: 1px;
  display: inline-block;
  max-width: 100%;
  padding: .75em 1em;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  text-overflow: ellipsis;
  border: none;
  box-shadow: none;
  transition: ease 333ms;
  transition-property: color, background;
  position: relative;
  overflow: visible;
  z-index: 10; }
  @media (min-width: 1200px) {
    .projects-container .projects-ajax-button-wrapper .projects-ajax-button span {
      padding: 22px 40px;
      white-space: nowrap; } }

@media (min-width: 1800px) {
  .cherry-projects-single__content,
  .cherry-projects-single__content__header,
  .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
    .cherry-projects-single__content__header,
    .position-one-left-sidebar
    .cherry-projects-single__content__header, .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.mfp-arrow-right {
    background-position: -67px 0; }
  .mfp-container button.mfp-arrow:hover {
    opacity: .9; }
  .mfp-container button.mfp-arrow:active {
    opacity: 1; }

.inner-wrapper .featured-image {
  transition: 0.3s;
  will-change: transform; }
  .inner-wrapper .featured-image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    content: '';
    background: #242424;
    pointer-events: none;
    opacity: 0;
    transition: .3s; }

.inner-wrapper:hover .featured-image:before {
  opacity: 0.2;
  transition: .3s; }

/*--------------------------------------------------------------
# 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 0px;
      flex: 1 0 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-display: 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 - 2.38rem);
    -webkit-flex: 1 0 calc(100%/2 - 2.38rem);
    -ms-flex: 1 0 calc(100%/2 - 2.38rem);
    flex: 1 0 calc(100%/2 - 2.38rem); }
  .posts-list--grid-3-cols .card {
    max-width: calc(100%/3 - 2.38rem);
    -webkit-flex: 1 0 calc(100%/3 - 2.38rem);
    -ms-flex: 1 0 calc(100%/3 - 2.38rem);
    flex: 1 0 calc(100%/3 - 2.38rem); } }

@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 - 2.38rem);
      -ms-flex: 1 0 calc(100%/3 - 2.38rem);
      flex: 1 0 calc(100%/3 - 2.38rem);
      max-width: calc(100%/3 - 2.38rem);
      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 - 2.38rem);
        -ms-flex: 1 0 calc(100%/1.5 - 2.38rem);
        flex: 1 0 calc(100%/1.5 - 2.38rem);
        max-width: calc(100%/1.5 - 2.38rem); } }

@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
--------------------------------------------------------------*/
.site {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  overflow: hidden; }
  .header-layout-vertical .site {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 1200px) {
      .header-layout-vertical .site {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    @media (min-width: 1200px) {
      .header-layout-vertical .site > * {
        max-width: 100%; } }
    @media (max-width: 1199px) {
      .header-layout-vertical .site .site-header {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .header-layout-vertical .site .site-content {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
      .header-layout-vertical .site > .site-footer {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; }
      .header-layout-vertical .site .top-panel {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
    @media (max-width: 767px) {
      .header-layout-vertical .site .site-header {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
      .header-layout-vertical .site .top-panel {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .header-layout-vertical .site > * {
        max-width: 100%; } }
  .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;
        max-width: calc(100% - 380px);
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
        .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%; } }

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

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

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header-container {
  padding: 1.5rem 1.19rem 0; }
  .site-header.vertical .header-container {
    padding: 0 0 20px; }
    @media (min-width: 1200px) {
      .site-header.vertical .header-container {
        padding: 0; } }
  @media (min-width: 992px) {
    .header-container .isStuck {
      position: fixed;
      z-index: 1000;
      right: 0;
      left: 0;
      padding: 10px 20px;
      width: 100%;
      border-bottom: 1px solid #888888; }
      .header-container .isStuck.main-navigation .menu {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .header-container .isStuck.main-navigation .menu > li > a {
          padding-bottom: 0; } }
  @media (max-width: 1199px) {
    .header-container .isStuck {
      position: relative !important;
      top: 0 !important; } }
  @media (max-width: 1199px) {
    .header-container .pseudoStickyBlock {
      height: 0 !important; } }
  .container .header-container {
    padding-right: 0;
    padding-left: 0; }

.header-layout-default.footer-layout-vertical .site-header,
.header-layout-centered.footer-layout-vertical .site-header,
.header-layout-minimal.footer-layout-vertical .site-header {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding-bottom: 30px; }
  .header-layout-default.footer-layout-vertical .site-header + .site-content,
  .header-layout-centered.footer-layout-vertical .site-header + .site-content,
  .header-layout-minimal.footer-layout-vertical .site-header + .site-content {
    position: relative; }
    .header-layout-default.footer-layout-vertical .site-header + .site-content:before,
    .header-layout-centered.footer-layout-vertical .site-header + .site-content:before,
    .header-layout-minimal.footer-layout-vertical .site-header + .site-content:before {
      content: '';
      width: calc(100% - 2.38rem);
      height: 1px;
      background: #888888;
      position: absolute;
      top: 0;
      left: 1.19rem; }

@media (min-width: 992px) {
  .header-layout-minimal.footer-layout-vertical .site-header {
    padding-bottom: 70px; } }

.header-ads {
  padding: 0.5rem 1.19rem;
  text-align: left; }
  .site-header.vertical .header-ads {
    padding: 0 40px 20px 40px; }

.top-panel__search {
  z-index: 102;
  position: relative; }

.site-header.default .col-xs-12 {
  min-height: inherit; }

.site-header.default .site-branding {
  display: inline-block; }

.site-header.default .main-navigation {
  margin: 0; }
  @media (min-width: 768px) {
    .site-header.default .main-navigation .menu {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .site-header.default .main-navigation.isStuck {
    margin: 0;
    padding: 10px 20px; }
    @media (min-width: 992px) {
      .site-header.default .main-navigation.isStuck .menu {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.site-header.default .header-container {
  padding-top: 0; }
  .site-header.default .header-container_wrap {
    text-align: center; }
    @media (min-width: 992px) {
      .site-header.default .header-container_wrap {
        text-align: left; } }
    .site-header.default .header-container_wrap .row {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }

.site-header.default .logo__wrap {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.site-header.default .social__wrap {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }
  @media (min-width: 768px) {
    .site-header.default .social__wrap {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; } }
  .site-header.default .social__wrap .social-list {
    border-top: 1px solid #888888;
    padding-top: 1em;
    margin-top: 1em;
    text-align: center;
    margin: 20px 0; }
    @media (min-width: 992px) {
      .site-header.default .social__wrap .social-list {
        text-align: right;
        margin: 5px 0 0; } }
    @media (min-width: 768px) {
      .site-header.default .social__wrap .social-list {
        padding: 0;
        border: none; } }
    .site-header.default .social__wrap .social-list .inline-list .menu-item {
      margin: 5px; }
      @media (min-width: 992px) {
        .site-header.default .social__wrap .social-list .inline-list .menu-item {
          margin: 5px 0 5px 5px; } }

.site-header.default .menu__wrap {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 30px 0 0; }
  @media (min-width: 768px) {
    .site-header.default .menu__wrap {
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      margin: 0; } }

.site-header.default .search__wrap {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

@media (min-width: 768px) {
  .site-header.default .menu__wrap,
  .site-header.default .search__wrap {
    margin-top: 1.76em;
    margin-bottom: 0; } }

.site-header.default .search__wrap {
  text-align: right;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .site-header.default .search__wrap {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .site-header.default .search__wrap .top-panel__search {
      margin: 0 0 20px; } }

.site-header.default .horizontal-div {
  height: 1px;
  max-width: calc(100% - 2.38rem);
  -webkit-transform: translateX(1.19rem);
  -ms-transform: translateX(1.19rem);
  transform: translateX(1.19rem);
  margin-top: 1em;
  margin-bottom: 2em;
  background: #888888;
  display: none;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }
  @media (min-width: 992px) {
    .site-header.default .horizontal-div {
      margin-top: 0;
      margin-bottom: 4.76em; } }
  @media (min-width: 768px) {
    .site-header.default .horizontal-div {
      display: block; } }

.site-header.centered {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .site-header.centered {
      display: block; } }
  .site-header.centered .header-container {
    padding: 0;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .site-header.centered .top-panel {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .site-header.centered .main-navigation {
    border-bottom: 1px solid #888888;
    padding-bottom: 20px;
    margin: 30px 0 20px; }
    @media (min-width: 992px) {
      .site-header.centered .main-navigation {
        padding-bottom: 1.76em;
        margin: 2.92em 0 4.76em; } }
    .site-header.centered .main-navigation.isStuck {
      margin: 0;
      padding: 10px 20px; }
  .site-header.centered .site-branding {
    display: inline-block; }

.site-header.minimal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .site-header.minimal {
      display: block; } }
  .site-header.minimal .header-container {
    padding: 0;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .site-header.minimal .top-panel {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  @media (min-width: 768px) {
    .site-header.minimal .site-branding {
      display: inline-block; } }
  .site-header.minimal .main-navigation {
    margin: 1em 0 0; }
    @media (min-width: 768px) {
      .site-header.minimal .main-navigation {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0; } }
    @media (min-width: 992px) {
      .site-header.minimal .main-navigation {
        padding-left: 20px; } }
    @media (min-width: 992px) {
      .site-header.minimal .main-navigation .menu {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media (min-width: 992px) {
      .site-header.minimal .main-navigation.isStuck .menu {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .site-header.minimal .header-container {
    padding-top: 0; }
    .site-header.minimal .header-container__flex {
      border-bottom: 1px solid #888888;
      padding-bottom: 2em;
      margin-bottom: 2em; }
      @media (min-width: 768px) {
        .site-header.minimal .header-container__flex {
          padding-bottom: 4.76em;
          margin-bottom: 4.76em; } }
      .isStuck .site-header.minimal .header-container__flex {
        border: none;
        margin: 0;
        padding: 0; }

.header-container__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media (min-width: 992px) {
    .header-container__flex {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.site-header.vertical {
  margin: 0;
  z-index: 100; }
  @media (min-width: 1200px) {
    .site-header.vertical {
      -webkit-flex: 1 0 265px;
      -ms-flex: 1 0 265px;
      flex: 1 0 265px;
      max-width: 265px; } }
  @media (min-width: 1200px) {
    .site-header.vertical .site-branding .site-logo__link {
      padding: 0; } }
  .site-header.vertical .container {
    padding-left: 0;
    padding-right: 0;
    max-width: inherit; }
  .site-header.vertical .social-list {
    padding-left: 40px;
    padding-right: 50px;
    margin: 30px 0; }
  .site-header.vertical .header-container_wrap {
    padding: 0;
    text-align: center; }
    @media (min-width: 1200px) {
      .site-header.vertical .header-container_wrap {
        text-align: left; } }
    @media (min-width: 1200px) {
      .site-header.vertical .header-container_wrap {
        padding: 100px 0 0; } }
    .site-header.vertical .header-container_wrap:before {
      content: '';
      width: 100%;
      opacity: 0;
      display: block; }
  .site-header.vertical .main-navigation.isStuck {
    position: relative !important;
    top: 0 !important;
    padding-right: 0;
    border: none; }
  .site-header.vertical .pseudoStickyBlock {
    height: 0 !important; }

.top-panel {
  text-align: left;
  z-index: 100; }
  @media (min-width: 768px) {
    .top-panel {
      border-bottom: none;
      margin: 0; } }
  @media (min-width: 1200px) {
    .header-layout-vertical .top-panel {
      -webkit-flex: 1 0 100px;
      -ms-flex: 1 0 100px;
      flex: 1 0 100px;
      max-width: 100px; } }
  @media (min-width: 768px) {
    .container .top-panel {
      padding-right: 0;
      padding-left: 0; } }
  .top-panel__search {
    text-align: right; }
    @media (min-width: 768px) {
      .top-panel__search {
        text-align: left; } }
  .top-panel__wrap {
    display: block; }
    @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-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    .top-panel__wrap:not(:empty) {
      padding-top: 0;
      padding-bottom: 30px; }
      @media (min-width: 768px) {
        .top-panel__wrap:not(:empty) {
          padding-top: 1em;
          padding-bottom: 1em; } }
      @media (min-width: 1200px) {
        .header-layout-vertical .top-panel__wrap:not(:empty) {
          padding: 0; } }
      @media (max-width: 767px) {
        .header-layout-vertical .top-panel__wrap:not(:empty) .top-panel__search {
          padding-top: 20px;
          border-top: 1px solid #888888; } }
    @media (min-width: 1200px) {
      .top-panel__wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0; }
        .header-layout-vertical .top-panel__wrap {
          display: block;
          text-align: center; } }
    .top-panel__wrap:after {
      display: none; }
    @media (min-width: 768px) {
      .header-layout-vertical .top-panel__wrap {
        padding-left: 0;
        padding-right: 0; } }
    .header-layout-minimal .top-panel__wrap,
    .header-layout-centered .top-panel__wrap {
      padding-left: 1.19rem;
      padding-right: 1.19rem; }
      @media (min-width: 768px) {
        .header-layout-minimal .top-panel__wrap,
        .header-layout-centered .top-panel__wrap {
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 1200px) {
        .header-layout-minimal .top-panel__wrap,
        .header-layout-centered .top-panel__wrap {
          padding-left: 1.19rem;
          padding-right: 1.19rem; } }
    .top-panel__wrap > div {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 20px 0 0;
      /* Childs */ }
      @media (min-width: 768px) {
        .top-panel__wrap > div {
          padding-top: 0;
          padding-left: 1.19rem;
          padding-right: 1.19rem; } }
      @media (min-width: 1200px) {
        .top-panel__wrap > div {
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 1200px) {
        .header-layout-vertical .top-panel__wrap > div {
          text-align: center;
          padding: 20px; }
          .header-layout-vertical .top-panel__wrap > div:not(:first-child):not(:empty) {
            padding: 20px; } }
      .top-panel__wrap > div.top-panel__search {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px; }
        @media (min-width: 1200px) {
          .header-layout-vertical .top-panel__wrap > div.top-panel__search {
            padding-top: 15px; } }
        @media (min-width: 768px) {
          .top-panel__wrap > div.top-panel__search {
            margin-left: auto; } }
        @media (min-width: 992px) {
          .top-panel__wrap > div.top-panel__search .search-form {
            margin: 0; } }
        .header-layout-vertical .top-panel__wrap > div.top-panel__search .search-form {
          margin: 0 auto; }
      .top-panel__wrap > div.social-list {
        text-align: center; }
      .top-panel__wrap > div:first-child {
        padding-top: 0; }
      @media (min-width: 1200px) {
        .header-layout-vertical .top-panel__wrap > div:last-child {
          padding-bottom: 100px; } }
      .top-panel__wrap > div:first-child:last-child {
        text-align: center; }
        .top-panel__wrap > div:first-child:last-child .top-panel__menu-list {
          text-align: center; }
        .top-panel__wrap > div:first-child:last-child .search-form {
          margin: 0 auto; }
  .top-panel__message:not(:empty) {
    text-align: center;
    font-size: 15.96px;
    font-size: 0.76rem;
    letter-spacing: 0.5px; }
    @media (min-width: 992px) {
      .top-panel__message:not(:empty) {
        text-align: left; } }

.site-header.vertical .site-branding {
  display: inline-block;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .site-header.vertical .site-branding {
      margin-left: 40px;
      margin-right: 40px; } }

.site-branding .site-description {
  font-size: .76em;
  letter-spacing: 1px; }

.site-logo {
  margin: 0; }
  .site-logo__link {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    padding: 20px 1.19rem; }
    @media (min-width: 1200px) {
      .site-logo__link {
        padding: 20px 0 13px; } }
    .site-logo__link:focus {
      outline: none; }
    .site-logo__link img {
      vertical-align: middle; }
  .site-logo.image {
    letter-spacing: 1px;
    font-size: 1em;
    line-height: 1;
    margin: 0 0 4px; }
  .site-logo.text {
    text-decoration: none;
    line-height: 1;
    text-transform: uppercase; }

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

/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
  position: relative; }
  .hentry:not(:first-child) {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #888888; }
    @media (min-width: 992px) {
      .hentry:not(:first-child) {
        margin-top: 3.1em;
        padding-top: 3.35em; } }
  .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; }

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.entry-title {
  margin: 0 0 9px; }
  .single .entry-title {
    margin: 0 0 20px;
    text-align: center; }
  .related-post .entry-title {
    text-align: left; }
  .page.home .entry-title {
    display: none; }

.entry-meta {
  margin: 0 0 42px; }
  .entry-meta > span:not(:first-child):before {
    content: '- '; }
  .single .entry-meta {
    margin: 0 0 61px;
    text-align: center; }
  .related-post .entry-meta {
    text-align: left;
    margin: 0 0 20px; }

.posts-list .entry-summary, .posts-list .entry-content {
  display: none;
  margin-top: 1em; }
  @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: 41px; } }
  .posts-list .entry-summary p, .posts-list .entry-content p {
    margin: 0; }

.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; }

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.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 63px; }

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

.post__cats {
  margin: 0 0 19px; }
  .single .post__cats {
    margin: 0 0 34px;
    text-align: center; }
  .related-post .post__cats {
    text-align: left; }
  .post__cats a {
    line-height: 23px;
    display: inline-block;
    margin: 0 0 3px 0;
    padding: 0 6px;
    vertical-align: top;
    text-decoration: none; }
    .related-post .post__cats a {
      margin-right: 3px; }

.post__date .material-icons,
.post__date .fa, .post__comments .material-icons,
.post__comments .fa, .post__tags .material-icons,
.post__tags .fa {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle; }
  .invert .post__date .material-icons, .invert
  .post__date .fa, .invert .post__comments .material-icons, .invert
  .post__comments .fa, .invert .post__tags .material-icons, .invert
  .post__tags .fa {
    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; }
  .single-post .post__tags {
    margin-top: 0; }
    @media (min-width: 544px) {
      .single-post .post__tags {
        float: left; } }
  .related-post .post__tags {
    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; }

.posts-list--default .posts-list__item .btn {
  padding: 20px 40px; }
  @media (min-width: 992px) {
    .posts-list--default .posts-list__item .btn__text {
      display: inline-block; } }
  @media (min-width: 992px) {
    .posts-list--default .posts-list__item .btn__icon,
    .posts-list--default .posts-list__item .btn .material-icons,
    .posts-list--default .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;
      -ms-grid-row-align: center;
      align-self: center; }
  .sticky.posts-list__item .btn {
    padding: .75em .9375em; }
    @media (min-width: 992px) {
      .posts-list--grid-2-cols .sticky.posts-list__item .btn,
      .posts-list--grid-3-cols .sticky.posts-list__item .btn {
        padding: 22px 40px; } }
    @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; } }
    @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; } }
  @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-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.page.position-fullwidth .comment-list > *: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-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
  body.single.position-fullwidth .comment-list > *: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) {
    margin-left: 234px;
    margin-right: 234px; }
    .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-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 .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    .position-one-left-sidebar
    body.page.position-fullwidth .comment-list > *: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-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 .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    .position-one-left-sidebar
    body.single.position-fullwidth .comment-list > *: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-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 .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.page.position-fullwidth .comment-list > *: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-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 .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
body.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
body.single.position-fullwidth .comment-list > *: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; }

@media (min-width: 1800px) {
  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-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.page.position-fullwidth .comment-list > *: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-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
  body.single.position-fullwidth .comment-list > *: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 {
    margin-left: 209px;
    margin-right: 209px; } }

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) {
    margin-left: 234px;
    margin-right: 234px; }
    .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),
body.header-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.header-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.header-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.header-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.header-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.header-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.header-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.header-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.footer-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.footer-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.footer-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.footer-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.footer-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.footer-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.footer-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.footer-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery) {
  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),
    body.header-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.header-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.header-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.header-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.header-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.header-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.header-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.header-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.footer-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.footer-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.footer-layout-vertical.page.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.footer-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.footer-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.footer-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.footer-layout-vertical.single.position-fullwidth.single-post .site-main .entry-footer > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.footer-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
    body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery) {
      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),
      .position-one-left-sidebar body.header-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .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),
      .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), .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),
      .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), .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),
      .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), .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),
      .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), .position-one-right-sidebar
      body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
      .position-one-left-sidebar
      body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
      body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
      .position-one-left-sidebar
      body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
      .position-one-left-sidebar body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .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),
      .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), .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),
      .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), .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),
      .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), .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),
      .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), .position-one-right-sidebar
      body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
      .position-one-left-sidebar
      body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
      body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
      .position-one-left-sidebar
      body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
      .position-one-left-sidebar body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .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),
      .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), .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),
      .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), .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),
      .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), .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),
      .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), .position-one-right-sidebar
      body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
      .position-one-left-sidebar
      body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
      body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
      .position-one-left-sidebar
      body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
      .position-one-left-sidebar body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .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),
      .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), .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),
      .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), .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),
      .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), .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),
      .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), .position-one-right-sidebar
      body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
      .position-one-left-sidebar
      body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery), .position-one-right-sidebar
      body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery),
      .position-one-left-sidebar
      body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery) {
        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).mejs-container, body.header-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper, body.header-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
  body.header-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.header-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).cherry-projects-wrapper,
  body.header-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.header-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).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).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).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).cherry-projects-wrapper,
  body.header-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.header-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).cherry-projects-wrapper,
  body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
  body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
  body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
  body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper, body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container, body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper, body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
  body.header-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.header-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).cherry-projects-wrapper,
  body.header-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.header-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).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).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).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).cherry-projects-wrapper,
  body.header-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.header-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).cherry-projects-wrapper,
  body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
  body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
  body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
  body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper, body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container, body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper, body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
  body.footer-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.footer-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).cherry-projects-wrapper,
  body.footer-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.footer-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).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).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).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).cherry-projects-wrapper,
  body.footer-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.footer-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).cherry-projects-wrapper,
  body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
  body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
  body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
  body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper, body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container, body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper, body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
  body.footer-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.footer-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).cherry-projects-wrapper,
  body.footer-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.footer-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).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).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).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).cherry-projects-wrapper,
  body.footer-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.footer-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).cherry-projects-wrapper,
  body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
  body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-wrapper,
  body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).mejs-container,
  body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).cherry-projects-terms-wrapper,
  body.footer-layout-vertical.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; }
  @media (min-width: 1800px) {
    body.header-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.header-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.header-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).row,
    body.header-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.header-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.header-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row, body.header-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.header-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.header-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).row,
    body.header-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.header-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.header-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row, body.footer-layout-vertical.page.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.footer-layout-vertical.page.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.footer-layout-vertical.page.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).row,
    body.footer-layout-vertical.page.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.footer-layout-vertical.page.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.footer-layout-vertical.page.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row, body.footer-layout-vertical.single.position-fullwidth .post-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.footer-layout-vertical.single.position-fullwidth .post > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.footer-layout-vertical.single.position-fullwidth .page > .entry-content > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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).row,
    body.footer-layout-vertical.single.position-fullwidth .post-author-bio > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.footer-layout-vertical.single.position-fullwidth .comment-list > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).row,
    body.footer-layout-vertical.single.position-fullwidth .comment-respond > *:not(.image-full-block):not(.iframe-full-block):not(.post-gallery).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;
    transition: 333ms all;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .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-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. */
    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); }

.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: 60px;
    height: 60px;
    margin-top: -30px;
    text-align: center;
    background-image: none;
    transition: 333ms all; }
  .post-gallery__button-prev {
    left: 13px; }
  .post-gallery__button-next {
    right: 13px; }
  .post-gallery .material-icons,
  .post-gallery .fa {
    font-size: 26px;
    line-height: 60px; }
  .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: 10px 20px 10px 15px;
    text-decoration: underline; }
    .post-format-link:before {
      display: inline-block;
      margin: 0 5px 0 0;
      content: 'insert_link';
      vertical-align: middle;
      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. */
      font-feature-settings: 'liga'; }
  .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; }
  .format-video .post-featured-content {
    background: none; }
  .post-featured-content .post__cats {
    padding: 1em 0 0 1em; }
    @media (min-width: 992px) {
      .post-featured-content .post__cats {
        padding-top: 2em; } }
    .format-video .post-featured-content .post__cats {
      position: absolute;
      top: 0;
      left: 0;
      margin: 10px; }
      @media (min-width: 992px) {
        .format-video .post-featured-content .post__cats {
          margin: 30px; } }
      .format-video .post-featured-content .post__cats:first-child {
        position: static; }
  .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.5em 0; }
  .posts-list .mejs-container {
    margin-bottom: 0; }

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

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-area.widget-area:before {
  content: '';
  border-top: 1px solid #888888;
  padding-top: 2.9em;
  margin: 0 1.19rem;
  display: block;
  width: 100%; }

.footer-container {
  padding: 2.9em 0; }
  .footer-container .site-info:before {
    content: '';
    border-top: 1px solid #888888;
    padding-top: 2.9em;
    margin: 0;
    display: block;
    width: 100%; }
  .container .footer-container {
    padding-right: 0;
    padding-left: 0; }

.site-info .footer-logo {
  margin: 0 0 2em;
  padding: 0; }

.site-info .social-list {
  margin: 0 0 2em; }

.site-info__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .site-info__flex {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .site-info__flex .footer-logo {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .site-info__flex .social-list {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media (min-width: 768px) {
      .site-info__flex .social-list {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
  .site-info__flex .site-info__mid-box {
    text-align: center;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media (min-width: 768px) {
      .site-info__flex .site-info__mid-box {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }

.footer-copyright {
  font-size: 15.96px;
  font-size: 0.76rem;
  letter-spacing: 1px; }
  .site-header.vertical .footer-copyright {
    padding-left: 1.19rem;
    padding-right: 1.19rem; }
    @media (min-width: 1200px) {
      .site-header.vertical .footer-copyright {
        padding-left: 40px;
        padding-right: 50px; } }

@media (min-width: 768px) {
  .site-footer.default .footer-logo {
    margin: 0 30px 0 0; } }

.site-footer.default .footer-copyright {
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: 30px 0 0; }
  @media (min-width: 768px) {
    .site-footer.default .footer-copyright {
      text-align: left;
      margin: 0; } }

.site-footer.default .footer-menu {
  display: block;
  vertical-align: middle;
  margin: 30px 0 0; }
  @media (min-width: 768px) {
    .site-footer.default .footer-menu {
      margin: 0; } }
  @media (min-width: 1200px) {
    .site-footer.default .footer-menu {
      float: right;
      margin-top: 0;
      margin-bottom: 0; } }
  .site-footer.default .footer-menu__items {
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      .site-footer.default .footer-menu__items {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .site-footer.default .footer-menu__items .menu-item {
      display: block;
      margin: 0; }
      @media (min-width: 768px) {
        .site-footer.default .footer-menu__items .menu-item {
          margin-right: 0; }
          .site-footer.default .footer-menu__items .menu-item:not(:first-child) {
            margin-left: 20px; } }

.site-footer.default .social-list {
  margin: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.site-footer.default .footer-menu {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.site-footer.default .site-info__flex {
  display: block;
  text-align: center; }
  @media (min-width: 768px) {
    .site-footer.default .site-info__flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .site-footer.default .site-info__flex + .site-info__flex {
    margin-top: 50px; }

@media (min-width: 768px) {
  .site-footer.default .site-info__mid-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }

.site-footer.centered {
  text-align: center; }
  .site-footer.centered .footer-menu {
    display: block;
    vertical-align: middle;
    margin: 30px 0 0; }
    .site-footer.centered .footer-menu__items {
      display: block;
      text-align: center; }
      @media (min-width: 768px) {
        .site-footer.centered .footer-menu__items {
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      .site-footer.centered .footer-menu__items .menu-item {
        display: block;
        margin: 0; }
        @media (min-width: 768px) {
          .site-footer.centered .footer-menu__items .menu-item {
            margin-right: 0; }
            .site-footer.centered .footer-menu__items .menu-item:not(:first-child) {
              margin-left: 20px; } }

.site-footer.minimal .site-info__flex {
  display: block;
  text-align: center; }
  @media (min-width: 768px) {
    .site-footer.minimal .site-info__flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

.site-footer.minimal .site-info__mid-box {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.site-footer.minimal .site-info__right-box {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

@media (min-width: 768px) {
  .site-footer.minimal .footer-logo {
    margin: 0 30px 0 0; } }

.site-footer.minimal .footer-copyright {
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: 30px 0 0; }
  @media (min-width: 768px) {
    .site-footer.minimal .footer-copyright {
      text-align: left;
      margin: 0; } }

.site-footer.minimal .footer-menu {
  display: block;
  vertical-align: middle;
  margin: 30px 0 0; }
  @media (min-width: 768px) {
    .site-footer.minimal .footer-menu {
      margin: 0; } }
  @media (min-width: 1200px) {
    .site-footer.minimal .footer-menu {
      float: right;
      margin-top: 0;
      margin-bottom: 0; } }
  .site-footer.minimal .footer-menu__items {
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      .site-footer.minimal .footer-menu__items {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1200px) {
      .site-footer.minimal .footer-menu__items {
        margin-left: 1.5em;
        border-left: 1px solid rgba(255, 255, 255, 0.1); } }
    .site-footer.minimal .footer-menu__items .menu-item {
      display: block;
      margin: 0; }
      @media (min-width: 768px) {
        .site-footer.minimal .footer-menu__items .menu-item {
          margin-right: 0; }
          .site-footer.minimal .footer-menu__items .menu-item:not(:first-child) {
            margin-left: 20px; } }

@media (min-width: 1200px) {
  .site-footer.vertical {
    padding: 0 0 100px; } }

.site-footer.vertical.vertical-desktop {
  display: none; }
  @media (min-width: 1200px) {
    .site-footer.vertical.vertical-desktop {
      display: block; } }

.site-footer.vertical.vertical-mobile {
  display: block; }
  @media (min-width: 1200px) {
    .site-footer.vertical.vertical-mobile {
      display: none; } }
  .site-footer.vertical.vertical-mobile .site-info {
    padding-top: 0;
    padding-bottom: 15px; }
    @media (min-width: 1200px) {
      .site-footer.vertical.vertical-mobile .site-info {
        padding-top: 2.9em;
        padding-bottom: 2.9em; } }
    .site-footer.vertical.vertical-mobile .site-info:before {
      content: '';
      border-top: 1px solid #888888;
      padding-top: 1em;
      margin: 0;
      display: block;
      width: 100%; }
      @media (min-width: 1200px) {
        .site-footer.vertical.vertical-mobile .site-info:before {
          padding-top: 2.9em; } }

.error404.header-layout-vertical.footer-layout-vertical .site-content {
  padding-top: 0;
  padding-bottom: 0; }

.error404.header-layout-vertical.footer-layout-vertical .site-content > .container,
.error404.header-layout-vertical.footer-layout-vertical .site-content > .container > .row,
.error404.header-layout-vertical.footer-layout-vertical .site-main {
  height: 100%; }

.error404.header-layout-vertical.footer-layout-vertical .site-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.error404.header-layout-vertical.footer-layout-vertical .error-404 {
  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;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0; }

.error404 .page-content {
  margin: 2.14em 0 0; }

.error404 .btn.btn-primary {
  margin: 0 0 2.38em; }

.error404 .search-form_wrap {
  margin: 2em 0 0; }

.not-found {
  margin-bottom: 1em;
  text-align: center; }
  @media (min-width: 992px) {
    .not-found {
      margin-bottom: 2em; } }
  .not-found .page-title {
    margin: 0; }
  .not-found h4 {
    margin: 0 0 25px; }
  .not-found .page-content {
    margin: 2.14em 0 0; }
  .not-found .btn.btn-primary {
    margin: 0 0 2.38em; }
  .not-found .search-form_wrap {
    margin: 2em 0 0; }

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

.page .entry-content {
  margin: 0; }
  .page .entry-content .row div[class*="col-"] {
    padding-top: 1.19rem;
    padding-bottom: 1.19rem; }
    @media (min-width: 768px) {
      .page .entry-content .row div[class*="col-"] {
        padding-top: 0;
        padding-bottom: 0; } }

.page .entry-footer .post-edit-link {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 30px 0 0; }

#primary {
  padding-top: 50px;
  padding-bottom: 50px; }
  .header-layout-vertical #primary {
    padding-top: 0;
    padding-bottom: 0; }

body.overlay-active {
  height: 100% !important; }
  body.overlay-active:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    opacity: 0.8;
    transition: .5s;
    z-index: 101; }
  body.overlay-active .top-panel {
    z-index: 102; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-title {
  margin: 0 0 0.5em 0; }

.widget + .widget {
  margin-top: 1em; }
  @media (min-width: 768px) {
    .widget + .widget {
      margin-top: 2em; } }

.sidebar-primary .widget:not(:first-child) {
  border-top: 1px solid #888888;
  margin-top: 1.5em;
  padding-top: 1.5em; }
  @media (min-width: 992px) {
    .sidebar-primary .widget:not(:first-child) {
      padding: 3em 0 0;
      margin: 3.33em 0 0; } }

.footer-area .widget {
  margin: 20px 0; }

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.widget ul {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0; }

.widget > ul > li:first-child {
  margin-top: 0; }

.widget li {
  position: relative;
  list-style: none;
  margin-top: .47em; }
  .widget li > ul {
    margin-left: .4em; }

.widget_archive li::before,
.widget_categories li::before,
.widget_pages li::before,
.widget_meta li::before,
.widget_rss li::before,
.widget_nav_menu li::before {
  content: '•';
  margin: 0 5px 0 0; }

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget_calendar .calendar_wrap {
  padding-bottom: 1em; }

.widget_calendar table {
  margin-bottom: 0;
  border-collapse: separate;
  position: relative; }

.widget_calendar caption {
  padding: 17px 10px;
  position: relative;
  z-index: 100;
  font-size: 19.95px;
  font-size: 0.95rem; }
  @media (min-width: 1200px) {
    .widget_calendar caption {
      padding: 17px 60px; } }

.widget_calendar thead th,
.widget_calendar thead td,
.widget_calendar tbody th,
.widget_calendar tbody td {
  text-align: center;
  padding: 8px 2px; }

.widget_calendar thead {
  top: .5em;
  position: relative; }
  .widget_calendar thead tr {
    position: relative; }
    .widget_calendar thead tr:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid #888888; }
  .widget_calendar thead th {
    padding: 20px 0 19px;
    font-weight: normal;
    font-size: 15.96px;
    font-size: 0.76rem; }

.widget_calendar tbody {
  position: relative;
  top: 1em; }
  .widget_calendar tbody:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #888888; }
  .widget_calendar tbody td {
    font-size: 15.96px;
    font-size: 0.76rem; }
    .widget_calendar tbody td a {
      background: #f1f1f1;
      margin: -4px -12px;
      padding: 4px 12px;
      display: inline-block;
      position: relative;
      z-index: 100; }
  .widget_calendar tbody tr:first-child td {
    padding-top: 18px; }
  .widget_calendar tbody tr:last-child td {
    padding-bottom: 18px; }

@media (min-width: 1200px) {
  .widget_calendar tfoot {
    position: absolute;
    top: 0;
    width: 100%; } }

@media (min-width: 1200px) {
  .widget_calendar tfoot tr {
    position: absolute;
    width: 100%; } }

.widget_calendar #prev, .widget_calendar #next {
  font-size: 21px;
  font-size: 1rem;
  top: 0; }
  @media (min-width: 1200px) {
    .widget_calendar #prev, .widget_calendar #next {
      position: absolute;
      z-index: 100; } }
  .widget_calendar #prev a, .widget_calendar #next a {
    text-indent: -9999px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 60px; }
    .widget_calendar #prev a:before, .widget_calendar #next a: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. */
      font-feature-settings: 'liga';
      width: 60px;
      height: 60px;
      line-height: 60px;
      margin: 0;
      top: 0;
      left: 0;
      text-indent: 0;
      text-align: center;
      display: block;
      font-size: 26px;
      transition: all 0.3s ease; }
      @media (min-width: 1200px) {
        .widget_calendar #prev a:before, .widget_calendar #next a:before {
          position: absolute; } }
    .widget_calendar #prev a:hover, .widget_calendar #next a:hover {
      opacity: .5; }

.widget_calendar #prev {
  left: 0; }
  .widget_calendar #prev a:before {
    content: "keyboard_arrow_left"; }

.widget_calendar #next {
  right: 0; }
  .widget_calendar #next a:before {
    content: "keyboard_arrow_right"; }

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud a {
  display: inline-block;
  margin: 3px 6px 2px 0;
  padding: 10px;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid #888888; }
  @media (min-width: 992px) {
    .tagcloud a {
      padding: 18px 30px 20px; } }
  .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 + li {
    margin-top: 1em; }
  .widget_recent_entries li .post-date {
    font-size: 15.96px;
    font-size: 0.76rem;
    display: block; }

/*--------------------------------------------------------------
## 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%; }

/*--------------------------------------------------------------
 #Booked an Apointment
--------------------------------------------------------------*/
body #booked-profile-page input[type=submit].button-primary:hover, body .booked-list-view button.button:hover, body .booked-list-view input[type=submit].button-primary:hover, body table.booked-calendar input[type=submit].button-primary:hover, body .booked-modal input[type=submit].button-primary:hover, body table.booked-calendar thead, body table.booked-calendar thead th, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover, body #booked-profile-page .booked-profile-header, body #booked-profile-page .booked-tabs li.active a, body #booked-profile-page .booked-tabs li.active a:hover, body #booked-profile-page .appt-block .google-cal-button > a:hover {
  background-color: #f5f5f5 !important;
  color: #242424 !important; }

body table.booked-calendar thead tr.days th {
  color: #fff !important; }

body #booked-profile-page input[type=submit].button-primary:hover, body table.booked-calendar input[type=submit].button-primary:hover, body .booked-list-view button.button:hover, body .booked-list-view input[type=submit].button-primary:hover, body .booked-modal input[type=submit].button-primary:hover, body table.booked-calendar th, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover, body #booked-profile-page .booked-profile-header, body #booked-profile-page .appt-block .google-cal-button > a:hover {
  border-color: #ccc !important; }

.booked-calendar thead a.page-right i:before {
  content: '\f105'; }

.booked-calendar thead a.page-left i:before {
  content: '\f104'; }

.booked-calendar thead a i {
  color: #242424; }
  .booked-calendar thead a i:hover {
    color: #888; }

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
  width: 50%; }

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
  width: 50%; }

body table.booked-calendar td {
  border: 1px solid; }

body table.booked-calendar td.today .date span {
  border: none; }
  @media (min-width: 1200px) {
    body table.booked-calendar td.today .date span {
      line-height: 50px; } }

/*-----------------------------------------------------------------
#RSS
-------------------------------------------------------------------*/
.rss-widget-icon {
  position: relative;
  top: 15px;
  display: inline-block; }

/*--------------------------------------------------------------
## About Bailey
--------------------------------------------------------------*/
.widget-about__logo-img {
  vertical-align: top; }

.widget-about__tagline {
  margin: 20px 0 0; }

/*--------------------------------------------------------------
## 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: ''; }

.about-author_avatar {
  margin: 0 0 40px; }
  .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; } }

.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; }

.about-author_name {
  margin: 0;
  padding: 1em 0; }

.about-author_description {
  padding: 0 0 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 .entry-content {
  margin: 0;
  padding: 0 0 2em; }
  .swiper-slide .entry-content a {
    text-decoration: none; }
  .swiper-slide .entry-content .btn {
    margin: 1em 0 0; }

.swiper-slide .entry-footer {
  margin: 1.5em 0; }

.swiper-slide .entry-meta > *:not(:first-child):before {
  content: ' - '; }

.swiper-slide .post-thumbnail__link {
  display: block;
  overflow: hidden;
  margin-bottom: 1em; }
  .swiper-slide .post-thumbnail__link:hover .post-thumbnail__img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.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; }

.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,
.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,
  .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; }

/*--------------------------------------------------------------
## 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;
  margin-left: -4px;
  margin-right: -4px; }

.instagram__item {
  position: relative;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-height: 1px;
  padding: 4px; }
  .sidebar-primary .instagram__item {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.instagram__link {
  position: relative;
  overflow: hidden;
  display: block; }
  .instagram__link:hover .instagram__cover {
    opacity: .75; }

.instagram__img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 20px; }

.instagram__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  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. */
    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%); }

.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. */
      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,
  .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,
    .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 {
  font-size: 25px;
  line-height: 1.2;
  text-align: center; }

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.follow-block {
  padding: 0 0 20px; }
  .sidebar-primary .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,
  .footer-area .subscribe-block {
    text-align: left; }
  .follow-block + .subscribe-block {
    padding: 20px 0 0; }
  .subscribe-block__input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .subscribe-block__input[type='email'], .subscribe-block__submit {
    min-width: 1px; }
  .subscribe-block__input[type='email'] {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .subscribe-block__input[type='email'].error {
      background: #fff2f2;
      box-shadow: none; }
  .subscribe-block__submit {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 56px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    line-height: 2.5; }
  .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; }
  .widget-taxonomy-tiles__content:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.9;
    transition: all 0.5s ease; }

.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,
  .footer-area .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .sidebar-primary .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,
  .footer-area .widget-taxonomy-tiles .tiles-columns .tile-md-x, .sidebar-primary .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,
  .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,
  .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; }
  .custom-posts__item:last-child {
    margin: 0; }

.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;
  text-align: left; }

.custom-posts .post-thumbnail {
  margin: 1em 0 0; }

.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 #888888;
    position: relative;
    overflow: hidden;
    margin: 0 10px 0 0; }

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
div .wpcf7 label {
  margin: 0 0 4px;
  display: inline-block; }

div .wpcf7 p {
  margin: 0 0 1.19em; }

div .wpcf7 .wpcf7-form-control-wrap input {
  width: 100%; }

div .wpcf7 .wpcf7-not-valid {
  background: #fff2f2; }
  @media (min-width: 544px) {
    div .wpcf7 .wpcf7-not-valid {
      padding-right: 150px; } }

div .wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  right: 20px;
  left: auto;
  color: #ff0000;
  font-size: 15.96px;
  font-size: 0.76rem; }
  @media (max-width: 544px) {
    div .wpcf7 .wpcf7-not-valid-tip {
      top: 37px;
      left: 20px;
      right: auto; } }

div .wpcf7 .wpcf7-validation-errors, div .wpcf7 .wpcf7-mail-sent-ng, div .wpcf7 .wpcf7-mail-sent-ok {
  margin: 1.5em 0;
  padding: 1em 2em;
  border: none; }

div .wpcf7 .wpcf7-validation-errors, div .wpcf7 .wpcf7-mail-sent-ng {
  background: #fff2f2;
  color: #ff0000; }

div .wpcf7 .wpcf7-mail-sent-ok {
  background: #398f14;
  color: #fff; }

div .wpcf7 .ajax-loader {
  margin-left: 10px;
  margin-top: 20px; }

/*--------------------------------------------------------------
# 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 */