/*!
Theme Name: Sportex
Theme URI: https://www.templatemonster.com/wordpress-themes/65044.html
Author: Jetimpex
Author URI: https://www.templatemonster.com/authors/jetimpex/
Description: Sportex - News Sport WordPress Theme
Version: 1.0.0
Blank Version: 1.4.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sportex
Template Id: 65044
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 https://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 https://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
# Builder
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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; }

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

figure {
  margin: 0px; }

hr {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  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; }

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

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

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

p {
  margin: 0 0 1.5em; }

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

blockquote {
  font-size: 20px;
  font-size: 1.25rem; }
  blockquote cite {
    font-size: 14px;
    font-size: 0.875rem; }

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: #eee;
  border: 1px solid #d5d5d5;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem; }

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

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

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

mark, ins {
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 600px) {
    .container {
      max-width: 640px; } }
  @media (min-width: 900px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1120px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1440px; } }

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

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

.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.25rem;
  padding-right: 1.25rem; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-12 {
  -webkit-box-flex: 0;
  -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: 600px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -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: 900px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -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: 1200px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -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: 1600px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -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-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.col-xs-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media (min-width: 600px) {
  .col-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 900px) {
  .col-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 1200px) {
  .col-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 1600px) {
  .col-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  position: relative;
  margin: 0 0 1em;
  padding: 1em 1em 1em 2.5em; }
  @media (min-width: 1200px) {
    blockquote {
      padding: 1em 1.5em 1em 3.5em; } }
  blockquote p {
    margin: 0; }
    blockquote p + p {
      margin-top: 1em; }
  blockquote cite:before {
    content: "- "; }
  blockquote:before {
    content: "format_quote";
    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 Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    position: absolute;
    font-size: 2em;
    top: 10px;
    left: 10px; }
    @media (min-width: 1200px) {
      blockquote:before {
        font-size: 2.5em;
        left: 20px; } }

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

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

ul {
  list-style: none;
  margin: 10px 0 20px; }
  ul > li {
    font-weight: bold;
    padding-bottom: 6px; }
    ul > li:before {
      content: '\ea1d';
      font-family: 'Nucleo Mini';
      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 Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      margin-right: 12px;
      font-weight: bold;
      font-size: 12px;
      font-size: 0.75rem; }
    ul > li ol > li {
      margin-left: 1.5em; }
      ul > li ol > li:before {
        display: none; }

ol {
  list-style: decimal;
  margin: 10px 0 20px 1.5em; }
  ol > li {
    font-weight: bold;
    padding-bottom: 6px; }
    ol > li ul > li:before {
      content: '\ea1d';
      font-family: 'Nucleo Mini';
      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 Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga';
      margin-right: 12px;
      font-weight: bold;
      font-size: 12px;
      font-size: 0.75rem; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em; }

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 #e0e0e8; }
  .entry-content table th,
  .entry-content table td {
    padding: 5px;
    vertical-align: top;
    border: 1px solid #e0e0e8; }
  .entry-content table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e0e0e8; }
  .entry-content table tbody + tbody {
    border-top: 1px solid #e0e0e8; }

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-preloader {
  position: relative;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg); }
  .page-preloader-cover {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff; }
  .page-preloader__cube {
    position: relative;
    float: left;
    width: 50%;
    height: 50%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
    .page-preloader__cube::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
      -webkit-animation: tmFoldCubeAngle 2.4s infinite linear both;
      animation: tmFoldCubeAngle 2.4s infinite linear both;
      background-color: #333; }
  .page-preloader--cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotate(90deg);
    transform: scale(1.1) rotateZ(90deg); }
    .page-preloader--cube2::before {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
  .page-preloader--cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotateZ(180deg); }
    .page-preloader--cube3::before {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
  .page-preloader--cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotate(270deg);
    transform: scale(1.1) rotateZ(270deg); }
    .page-preloader--cube4::before {
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s; }

@-webkit-keyframes tmFoldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes tmFoldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: -999em;
  overflow: hidden;
  width: 40px;
  height: 40px;
  z-index: 999;
  text-align: center;
  border: none; }
  #toTop span {
    display: 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 Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    width: 100%;
    margin: 9px 0 0;
    font-size: 24px;
    content: "arrow_upward"; }
  #toTop:focus {
    outline: none; }
  @media (min-width: 600px) {
    #toTop {
      right: 20px; } }
  @media (min-width: 900px) {
    #toTop {
      bottom: 80px; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 12px 31.5px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 2px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600; }

.btn {
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 12px 31.5px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 2px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600; }
  .btn:hover {
    text-decoration: none; }
  .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-fullwidth {
    width: 100%; }
  .btn__text {
    color: inherit; }

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: 11px 20px;
  border: none;
  background-color: #f4f6f7;
  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; }

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

select {
  border: 1px solid #ffffff; }

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

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

:-moz-placeholder {
  opacity: 1; }

@media (min-width: 1200px) {
  body.error404 .search-form_wrap {
    margin: 0 auto;
    max-width: 450px; } }

.sidebar .cherry-search .search-form_wrap .cherry-search__form .cherry-search__label i {
  display: none; }

.search-form {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  border-radius: 0;
  text-align: left; }
  .search-form label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .search-form__field[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 13px;
    font-size: 0.8125rem; }
  .search-form__submit {
    width: 40px;
    padding: 0;
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .site-header .search-form__submit.btn-primary {
      display: none; }
    .search-form__submit.btn-primary:before {
      display: none; }
    .search-form__submit i {
      display: inline-block;
      vertical-align: top;
      height: 35px;
      margin: 0 auto;
      font-size: 15px;
      line-height: 35px; }
  .search-form_wrap .open-btn,
  .search-form_wrap .close-btn {
    display: none; }

.top-panel__search {
  margin: 0;
  width: 68px;
  height: 33px;
  position: relative;
  padding: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 0; }
  @media (max-width: 899px) {
    .default .top-panel__search {
      margin-top: 8px; } }
  .top-panel__search .cherry-search__label > i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(14px, -50%);
    -ms-transform: translate(14px, -50%);
    transform: translate(14px, -50%); }
  .top-panel__search .cherry-search form.search-form.cherry-search__form .cherry-search__submit {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .top-panel__search .cherry-search form.search-form.cherry-search__form .cherry-search__field[type='search'] {
    padding: 9px 100px 10px 40px;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 13px;
    font-size: 0.8125rem; }
  @media (max-width: 543px) {
    .top-panel__search {
      width: 100%; } }
  .top-panel__search .close-btn,
  .top-panel__search .open-btn {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all; }
    .top-panel__search .close-btn a,
    .top-panel__search .open-btn a {
      width: 37px;
      font-size: 16px;
      line-height: 34px;
      height: 34px;
      display: inline-block;
      outline: none;
      background: transparent;
      border-radius: 50%; }
  @media (max-width: 899px) {
    .top-panel__search .open-btn {
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
      transform: translateX(-50%) !important; } }
  .top-panel__search .close-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
    @media (max-width: 543px) {
      .top-panel__search .close-btn {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }
  .top-panel__search .open-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .top-panel__search .close-btn {
    opacity: 0;
    visibility: hidden; }
  .top-panel__search .search-form_wrap {
    position: relative;
    padding: 0;
    z-index: 2; }
    .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); }
  .top-panel__search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    position: absolute;
    width: 1160px;
    right: 0;
    overflow: hidden;
    -webkit-transition: 200ms all;
    -o-transition: 200ms all;
    transition: 200ms all;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
    @media (min-width: 1200px) {
      .default .top-panel__search .search-form {
        width: 1160px; } }
    @media (max-width: 1200px) {
      .top-panel__search .search-form {
        width: 767px; } }
    .top-panel__search .search-form label {
      display: block;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      width: calc(100% - 35px);
      max-width: 100%; }
    .top-panel__search .search-form__field {
      width: 100%;
      padding-right: 0;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: 300ms all;
      -o-transition: 300ms all;
      transition: 300ms all; }
    .top-panel__search .search-form__submit {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: 200ms all;
      -o-transition: 200ms all;
      transition: 200ms all; }
  .top-panel__search .active .search-form {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .top-panel__search .cherry-search__results-list {
    width: 1160px;
    right: 0;
    top: 40px; }
    @media (max-width: 1199px) {
      .top-panel__search .cherry-search__results-list {
        width: 900px; } }
    @media (max-width: 899px) {
      .top-panel__search .cherry-search__results-list {
        width: 100%; } }

@media (min-width: 1200px) {
  body.error404 .cherry-search {
    margin: 0 auto;
    max-width: 450px; } }

.sidebar .cherry-search .open-btn,
.full-width-header-area .cherry-search .open-btn,
.before-content-area .cherry-search .open-btn,
.before-loop-area .cherry-search .open-btn,
.after-loop-area .cherry-search .open-btn,
.after-content-area .cherry-search .open-btn,
.after-content-full-width-area .cherry-search .open-btn,
.before-footer-area .cherry-search .open-btn,
.footer-area-wrap .cherry-search .open-btn,
.search .page-content .cherry-search .open-btn,
.error404 .site-content .cherry-search .open-btn {
  display: none; }

.cherry-search .search-form_wrap .close-btn {
  top: 0; }

.cherry-search form.search-form.cherry-search__form {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0; }
  @media (min-width: 1200px) {
    body.error404 .cherry-search form.search-form.cherry-search__form {
      margin-left: auto;
      margin-right: auto; } }
  .cherry-search form.search-form.cherry-search__form label {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%; }
  .cherry-search form.search-form.cherry-search__form .cherry-search__label {
    -ms-flex-preferred-size: calc(100% - 35px);
    flex-basis: calc(100% - 35px); }
  .cherry-search form.search-form.cherry-search__form .cherry-search__field[type='search'] {
    width: calc(100% - 40px);
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600; }
  .cherry-search form.search-form.cherry-search__form .cherry-search__submit {
    border: none;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 14px;
    width: auto;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
    .cherry-search form.search-form.cherry-search__form .cherry-search__submit.btn-primary:before {
      display: none; }
    .cherry-search form.search-form.cherry-search__form .cherry-search__submit i {
      display: inline-block;
      vertical-align: top;
      height: 35px;
      margin: 0 auto;
      font-size: 15px;
      line-height: 35px; }
  .cherry-search form.search-form.cherry-search__form_wrap .open-btn,
  .cherry-search form.search-form.cherry-search__form_wrap .close-btn {
    display: none; }

.cherry-search .cherry-search__icon {
  font-size: 15px; }

.cherry-search .cherry-search__results-list {
  border: none; }
  @media (min-width: 1200px) {
    body.error404 .cherry-search .cherry-search__results-list {
      max-width: 450px; } }

.cherry-search .cherry-search__results-item {
  background: none;
  border: none;
  font-weight: 400; }
  .cherry-search .cherry-search__results-item .cherry-search__item-thumbnail {
    max-width: 150px;
    min-width: 50px; }
  .cherry-search .cherry-search__results-item:before {
    display: none; }

.cherry-search .cherry-search__more-button {
  border: none; }
  .cherry-search .cherry-search__more-button:before {
    display: none; }

.header-container .cherry-search form.search-form.cherry-search__form .cherry-search__submit {
  margin-right: 40px; }

@media (min-width: 1200px) {
  .comment-reply-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 15px;
    text-transform: uppercase; } }

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

.comment-form .form-submit {
  margin: 30px 0 0 0; }
  .comment-form .form-submit .submit {
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.comment-form__field {
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  font-size: 0.8125rem; }
  .comment-list .comment-form__field {
    border: 1px solid #ffffff;
    background-color: #f4f6f7; }

.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: 12px;
  font-size: 0.75rem; }

.post-password-form label {
  display: inline-block;
  vertical-align: top; }
  .post-password-form label + input {
    text-transform: uppercase; }
  .post-password-form label input[type='password'] {
    border-color: #f4f6f7;
    max-height: 40px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    text-decoration: none; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
@media (min-width: 600px) {
  .top-panel__menu {
    display: block; } }

.top-panel__menu-list {
  text-align: center; }
  .top-panel__menu-list .menu-item {
    margin: 0 0 0 10px;
    padding: 0; }
    .top-panel__menu-list .menu-item:first-child {
      margin: 0; }
    .top-panel__menu-list .menu-item:before {
      display: none; }
    .top-panel__menu-list .menu-item a {
      text-decoration: none; }
      .top-panel__menu-list .menu-item a:focus {
        outline: none; }
    .top-panel__menu-list .menu-item.current-menu-item a, .top-panel__menu-list .menu-item.current_page_item a {
      text-decoration: underline; }

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
/* Basic */
.main-navigation {
  display: block;
  clear: both;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .main-navigation ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    .main-navigation ul li {
      padding-left: 0; }
      .main-navigation ul li:before {
        display: none; }
    .main-navigation ul ul a {
      text-indent: 1rem; }
    .main-navigation ul ul ul a {
      text-indent: 1rem; }
    .main-navigation ul ul ul ul a {
      text-indent: 2rem; }
    .main-navigation ul ul ul ul ul a {
      text-indent: 3rem; }
    .main-navigation ul ul ul ul ul ul a {
      text-indent: 4rem; }
  .main-navigation .menu {
    display: block;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .main-navigation .menu .menu-link-wrapper {
      position: relative; }
    @media (max-width: 899px) {
      .main-navigation .menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0 0; } }
  .main-navigation li {
    position: relative;
    text-align: left;
    padding-bottom: 0; }
    @media (min-width: 600px) {
      .main-navigation li:hover a, .main-navigation li.current_page_item .menu-link-wrapper a, .main-navigation li.current_page_ancestor .menu-link-wrapper a, .main-navigation li.current-menu-ancestor .menu-link-wrapper a, .main-navigation li.current-menu-item .menu-link-wrapper a {
        background: none; }
        .main-navigation li:hover a:before, .main-navigation li.current_page_item .menu-link-wrapper a:before, .main-navigation li.current_page_ancestor .menu-link-wrapper a:before, .main-navigation li.current-menu-ancestor .menu-link-wrapper a:before, .main-navigation li.current-menu-item .menu-link-wrapper a:before {
          width: 100%;
          left: 0;
          background-color: #24c1a4;
          -webkit-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
          -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
        .main-navigation li:hover a:after, .main-navigation li.current_page_item .menu-link-wrapper a:after, .main-navigation li.current_page_ancestor .menu-link-wrapper a:after, .main-navigation li.current-menu-ancestor .menu-link-wrapper a:after, .main-navigation li.current-menu-item .menu-link-wrapper a:after {
          width: 100%;
          left: 0;
          background-color: #24c1a4;
          -webkit-transition: all 0.7s cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 0.7s cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 0.7s cubic-bezier(0.86, 0, 0.07, 1);
          -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
        .main-navigation li:hover a .hoverline1, .main-navigation li.current_page_item .menu-link-wrapper a .hoverline1, .main-navigation li.current_page_ancestor .menu-link-wrapper a .hoverline1, .main-navigation li.current-menu-ancestor .menu-link-wrapper a .hoverline1, .main-navigation li.current-menu-item .menu-link-wrapper a .hoverline1 {
          width: 100%;
          left: 0;
          background-color: #24c1a4;
          -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
          -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
        .main-navigation li:hover a .hoverline2, .main-navigation li.current_page_item .menu-link-wrapper a .hoverline2, .main-navigation li.current_page_ancestor .menu-link-wrapper a .hoverline2, .main-navigation li.current-menu-ancestor .menu-link-wrapper a .hoverline2, .main-navigation li.current-menu-item .menu-link-wrapper a .hoverline2 {
          width: 100%;
          left: 0;
          background-color: #24c1a4;
          -webkit-transition: all 0.55s cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 0.55s cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 0.55s cubic-bezier(0.86, 0, 0.07, 1);
          -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
        .main-navigation li:hover a .hoverline3, .main-navigation li.current_page_item .menu-link-wrapper a .hoverline3, .main-navigation li.current_page_ancestor .menu-link-wrapper a .hoverline3, .main-navigation li.current-menu-ancestor .menu-link-wrapper a .hoverline3, .main-navigation li.current-menu-item .menu-link-wrapper a .hoverline3 {
          width: 100%;
          left: 0;
          background-color: #24c1a4;
          -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
          -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); } }
  .main-navigation a {
    position: relative;
    display: block;
    text-decoration: none;
    z-index: 1; }
    .main-navigation a:before, .main-navigation a:after {
      position: absolute;
      content: "";
      height: 20%;
      width: 0%;
      z-index: -1;
      background-color: #23272a;
      -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      transition-timing-function: cubic-bezier(1, 0, 0, 1); }
      @media (max-width: 600px) {
        .main-navigation a:before, .main-navigation a:after {
          display: none; } }
    .main-navigation a:before {
      right: 0;
      top: 0;
      -webkit-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
      -o-transition: all 0.7s cubic-bezier(1, 0, 0, 1);
      transition: all 0.7s cubic-bezier(1, 0, 0, 1); }
    .main-navigation a:after {
      right: 0;
      bottom: 0;
      -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
      -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
      transition: all 0.5s cubic-bezier(1, 0, 0, 1); }
    .main-navigation a .hoverline1, .main-navigation a .hoverline2, .main-navigation a .hoverline3 {
      position: absolute;
      display: block;
      height: 20%;
      background-color: #23272a;
      right: 0;
      width: 0%;
      z-index: -1; }
      @media (max-width: 600px) {
        .main-navigation a .hoverline1, .main-navigation a .hoverline2, .main-navigation a .hoverline3 {
          display: none; } }
    .main-navigation a .hoverline1 {
      top: 20%;
      -webkit-transition: all 0.9s cubic-bezier(1, 0, 0, 1);
      -o-transition: all 0.9s cubic-bezier(1, 0, 0, 1);
      transition: all 0.9s cubic-bezier(1, 0, 0, 1);
      -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      transition-timing-function: cubic-bezier(1, 0, 0, 1); }
    .main-navigation a .hoverline2 {
      top: 40%;
      -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
      -o-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
      transition: all 0.4s cubic-bezier(1, 0, 0, 1);
      -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      transition-timing-function: cubic-bezier(1, 0, 0, 1); }
    .main-navigation a .hoverline3 {
      top: 60%;
      -webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 1);
      -o-transition: all 0.3s cubic-bezier(1, 0, 0, 1);
      transition: all 0.3s cubic-bezier(1, 0, 0, 1);
      -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
      transition-timing-function: cubic-bezier(1, 0, 0, 1); }
  @media (min-width: 600px) {
    .main-navigation .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .main-navigation .menu > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .default .main-navigation .menu > li {
          display: inline-block; }
    .main-navigation li.menu-hover > ul {
      top: 100%;
      opacity: 1;
      visibility: visible; }
    .main-navigation li li.menu-hover > ul {
      top: 0;
      opacity: 1;
      visibility: visible; }
      .main-navigation li li.menu-hover > ul.left-side {
        left: auto;
        right: 100%; }
    .main-navigation .sub-menu {
      display: block;
      position: absolute;
      z-index: 999;
      top: 120%;
      left: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: top .2s linear .1s, opacity .2s linear .1s, visibility .1s linear .2s;
      -o-transition: top .2s linear .1s, opacity .2s linear .1s, visibility .1s linear .2s;
      transition: top .2s linear .1s, opacity .2s linear .1s, visibility .1s linear .2s; }
      .main-navigation .sub-menu li a:after, .main-navigation .sub-menu li a:before {
        display: none; }
      .main-navigation .sub-menu li a .hoverline1, .main-navigation .sub-menu li a .hoverline2, .main-navigation .sub-menu li a .hoverline3 {
        display: none; }
      .main-navigation .sub-menu ul {
        top: 20%;
        left: 100%; }
      .main-navigation .sub-menu .menu-item-has-children .menu-link-wrapper:after {
        right: 20px; }
    .main-navigation ul a {
      text-indent: 0; } }

/* Skin Styles */
.main-navigation a {
  padding: 7.5px 17.5px;
  letter-spacing: .5px;
  text-transform: uppercase; }
  .main-navigation a:focus {
    outline: none; }

@media (min-width: 600px) {
  .main-navigation .menu > li > a,
  .main-navigation .menu > li > .menu-link-wrapper {
    border-bottom: none; } }

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

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

.main-navigation .menu-item-has-children > .menu-link-wrapper:after {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 3px;
  margin-top: -7px;
  font-family: 'Nucleo Mini';
  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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.13, 0.51, 0.26, 0.98);
  -o-transition: all 0.2s cubic-bezier(0.13, 0.51, 0.26, 0.98);
  transition: all 0.2s cubic-bezier(0.13, 0.51, 0.26, 0.98);
  content: '\e93b';
  z-index: 1; }

.main-navigation .menu-item-has-children.cherry-responsive-menu-avaliable-items > .menu-link-wrapper:after {
  content: none; }

@media (min-width: 600px) {
  .main-navigation .sub-menu {
    padding: 21px 0 20px 14px; } }

.main-navigation .sub-menu.left-side {
  left: auto;
  right: 0; }

.main-navigation .sub-menu li {
  padding-bottom: 0; }
  @media (max-width: 599px) {
    .main-navigation .sub-menu li {
      padding: 10px 0; } }
  @media (min-width: 600px) {
    .main-navigation .sub-menu li:last-of-type > a,
    .main-navigation .sub-menu li:last-of-type > .menu-link-wrapper > a {
      border-bottom: none; } }

.main-navigation .sub-menu a {
  font-size: 11px;
  font-size: 0.6875rem; }
  @media (min-width: 600px) {
    .main-navigation .sub-menu a {
      width: 15em;
      padding: 6.5px 0; } }

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

@media (min-width: 600px) {
  .main-navigation .sub-menu .sub-menu {
    margin-top: -21px; } }

.main-navigation.mobile-menu {
  position: fixed;
  top: 0;
  right: -70%;
  z-index: 998;
  max-width: 70%;
  height: 100vh;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
  -o-transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
  transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91); }
  .main-navigation.mobile-menu .main-navigation-inner {
    overflow-y: scroll;
    display: block;
    height: 100%; }
  @media (max-width: 899px) {
    .main-navigation.mobile-menu {
      z-index: 9999; } }
  .main-navigation.mobile-menu li.menu-hover > .menu-link-wrapper:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .main-navigation.mobile-menu li.menu-hover > ul {
    max-height: 500px;
    -webkit-transition: max-height 0.4s cubic-bezier(0.76, 0.09, 0.29, 0.97);
    -o-transition: max-height 0.4s cubic-bezier(0.76, 0.09, 0.29, 0.97);
    transition: max-height 0.4s cubic-bezier(0.76, 0.09, 0.29, 0.97); }
  .main-navigation.mobile-menu .sub-menu {
    -webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.1), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.1), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s cubic-bezier(0.16, 0.57, 0.32, 0.94);
    -o-transition: max-height 0.4s cubic-bezier(0.16, 0.57, 0.32, 0.94);
    transition: max-height 0.4s cubic-bezier(0.16, 0.57, 0.32, 0.94); }

body.mobile-menu-active {
  /* Mobile menu active styles */ }

body.mobile-menu-visible {
  overflow: hidden;
  width: 100%;
  height: 100%; }
  body.mobile-menu-visible .site-content,
  body.mobile-menu-visible .site-footer,
  body.mobile-menu-visible .site-header .social-list,
  body.mobile-menu-visible .site-header .site-branding,
  body.mobile-menu-visible .site-header .top-panel {
    pointer-events: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  body.mobile-menu-visible .main-navigation.mobile-menu {
    right: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.35, 0.19, 0.45, 0.91);
    -o-transition: all 0.6s cubic-bezier(0.35, 0.19, 0.45, 0.91);
    transition: all 0.6s cubic-bezier(0.35, 0.19, 0.45, 0.91);
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3); }
    body.mobile-menu-visible .main-navigation.mobile-menu .mobile-menu-toggle-button .menu-toggle__icon::after {
      content: '\f00d'; }

/* Toogle button styles */
.mobile-menu-toggle-button {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  padding: 0;
  border-width: 0;
  left: -45px;
  top: 10px;
  -webkit-box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.3); }
  @media (min-width: 600px) {
    .mobile-menu-toggle-button {
      display: none; } }
  .mobile-menu-toggle-button .menu-toggle__icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    font-size: 1.125rem;
    vertical-align: top; }
    .mobile-menu-toggle-button .menu-toggle__icon::after {
      top: .75em;
      content: '\f0c9'; }

body.admin-bar .mobile-menu-toggle-button {
  top: 56px; }

body.admin-bar .mobile-menu .menu {
  margin-top: 46px; }

/* Submenu marker base styles */
.submenu-marker {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0px;
  margin-top: -9px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.13, 0.51, 0.26, 0.98);
  -o-transition: all 0.2s cubic-bezier(0.13, 0.51, 0.26, 0.98);
  transition: all 0.2s cubic-bezier(0.13, 0.51, 0.26, 0.98);
  z-index: 1; }
  .submenu-marker::before {
    top: .75em;
    content: '\f105'; }
  @media (min-width: 600px) {
    .submenu-marker {
      right: 0; } }

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

.cherry-responsive-menu .menu > li[hidden] {
  display: none; }

.cherry-responsive-menu-avaliable-items[hidden] {
  display: none; }

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu {
  margin: 1em 0; }
  .footer-menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-left: 0;
    list-style: none; }
    .footer-menu__items .menu-item {
      padding: 0;
      margin-left: 26px;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 0.75rem; }
      .footer-menu__items .menu-item:before {
        display: none; }
      .footer-menu__items .menu-item:first-child {
        margin-left: 0; }
      .footer-menu__items .menu-item a {
        text-decoration: none; }

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  overflow: hidden;
  margin: 2em 0;
  padding: 23px 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 45%; }
    .comment-navigation .nav-previous > a,
    .posts-navigation .nav-previous > a,
    .post-navigation .nav-previous > a {
      display: inline-block;
      vertical-align: top;
      text-decoration: none; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    width: 45%;
    text-align: right; }
    .comment-navigation .nav-next > a,
    .posts-navigation .nav-next > a,
    .post-navigation .nav-next > a {
      display: inline-block;
      vertical-align: top;
      text-decoration: none; }

.comments-title {
  text-transform: uppercase; }

.pagination {
  margin: 0 0 40px;
  text-align: center; }
  .card-columns + .pagination {
    margin-top: 0; }

.nav-links {
  font-weight: bold; }
  .nav-links .meta-nav {
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 1px;
    font-size: 12px;
    font-size: 0.75rem; }

.page-numbers {
  line-height: 3;
  display: inline-block;
  min-width: 3em;
  height: 3em;
  margin: 0 5px 5px 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e0e0e8; }
  .page-numbers.dots {
    min-width: 2em;
    border: none;
    background-color: transparent; }
  .page-numbers.next, .page-numbers.prev {
    border-color: transparent; }
    .page-numbers.next::after, .page-numbers.prev::after {
      vertical-align: middle;
      font-size: 20px;
      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 Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga'; }
  .page-numbers.next::after {
    content: 'navigate_next'; }
  .page-numbers.prev::after {
    content: 'navigate_before'; }

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

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  padding: 39px 0 40px;
  background-repeat: repeat-x;
  background-position: 0 top;
  margin-bottom: 40px;
  overflow: hidden; }
  .breadcrumbs .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 899px) {
      .breadcrumbs .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .breadcrumbs__title {
    float: left;
    margin-right: 0; }
    @media (min-width: 1600px) {
      .breadcrumbs__title {
        margin-right: 2em; } }
    .breadcrumbs__title .page-title {
      margin: 0;
      text-transform: none; }
  .breadcrumbs__items {
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.6875rem; }
  .breadcrumbs__browse {
    float: left;
    margin-right: .5em; }
  .breadcrumbs__wrap {
    float: left;
    margin: 0; }
    @media (min-width: 1200px) {
      .breadcrumbs__wrap {
        margin: .25em 0; } }
  .breadcrumbs__item {
    float: left; }
    .breadcrumbs__item-sep {
      margin: 0 .5em; }
    .breadcrumbs__item-link {
      text-decoration: none; }

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .menu-item {
  margin: 0; }
  .sidebar .social-list .menu-item {
    margin-right: 6px; }
  .social-list .menu-item::before {
    display: none; }
  .social-list .menu-item > a {
    display: block;
    text-decoration: none;
    text-align: center; }
    .social-list .menu-item > a:hover {
      text-decoration: none; }
    .social-list .menu-item > a:focus {
      outline: none; }
    .social-list .menu-item > a[href*="500px.com"]::before {
      content: '\f26e'; }
    .social-list .menu-item > a[href*="angel.co"]::before {
      content: '\f209'; }
    .social-list .menu-item > a[href*="codepen.io"]::before {
      content: '\f1cb'; }
    .social-list .menu-item > a[href*="del.icio"]::before, .social-list .menu-item > a[href*="delicious.com"]::before {
      content: '\f1a5'; }
    .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*="foursquare.com"]::before {
      content: '\f180'; }
    .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*="deviantart.com"]::before {
      content: '\f1bd'; }
    .social-list .menu-item > a[href*="vk.com"]::before {
      content: '\f189'; }
    .social-list .menu-item > a[href*="ok.ru"]::before {
      content: '\f263'; }
    .social-list .menu-item > a::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-size: 1rem;
      display: block;
      width: 26px;
      height: 32px;
      line-height: 32px;
      margin: auto;
      border-radius: 50%; }
      .sidebar .social-list .menu-item > a::before {
        width: 40px;
        height: 40px;
        line-height: 40px; }
      .social-list--text .social-list .menu-item > a::before {
        display: none; }

.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: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    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: left;
  margin-right: 30px;
  margin-bottom: 15px; }

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px; }

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

/*--------------------------------------------------------------
# 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-bottom: 1em; }
  @media (min-width: 1200px) {
    .comments-area {
      margin-bottom: 2em; } }

@media (min-width: 1200px) {
  .comments-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 1em; } }

.comment {
  border-bottom: 1px solid #e0e0e8; }
  .comment:last-child {
    border-bottom: none; }
  .comment .comment {
    border: none; }
  .comment-list {
    margin: 0;
    padding: 0 0 20px;
    list-style: none; }
    .comment-list .children {
      margin-left: 0;
      padding-left: 10px;
      list-style: none;
      border-bottom: none;
      border-top: 1px solid #e0e0e8; }
      @media (min-width: 1200px) {
        .comment-list .children {
          margin-left: 78px; } }
    .comment-list > .comment,
    .comment-list > .ping {
      margin-bottom: 10px;
      padding-right: 10px;
      padding-left: 10px; }
      @media (min-width: 1200px) {
        .comment-list > .comment,
        .comment-list > .ping {
          padding-right: 30px;
          padding-left: 30px; } }
  .comment-content {
    overflow: hidden;
    padding-top: 7px; }
    .comment-content a {
      word-wrap: break-word; }
  .comment-body {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (min-width: 1200px) {
      .comment-body {
        padding-top: 30px;
        padding-bottom: 15px; } }
    .comment-body__holder {
      position: relative;
      padding-right: 18px; }
    .comment-body .avatar {
      float: left;
      width: 60px;
      margin: 0 15px 10px 0;
      border-radius: 50%; }
      @media (min-width: 1200px) {
        .comment-body .avatar {
          margin: 0 30px 15px 0; } }
    .comment-body .fn {
      margin-right: 10px;
      text-transform: capitalize; }
  .comment-reply-link {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    font-size: 0.6875rem; }
    .comment-reply-link .material-icons {
      font-size: inherit;
      font-size: 14px;
      vertical-align: sub; }
  .comment-date {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.6875rem; }
    .comment-date__time {
      display: inline-block;
      vertical-align: top; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  margin: 2em 0;
  position: relative; }
  .post-author-bio:after {
    content: '';
    width: 1000%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -500%;
    z-index: -1; }

.post-author__holder {
  padding: 1em; }
  @media (min-width: 1200px) {
    .post-author__holder {
      padding: 60px 2em 45px; } }

.post-author__avatar {
  float: left;
  margin: 0 1em 1em 0; }
  @media (min-width: 1200px) {
    .post-author__avatar {
      margin: 0 40px 1em 0; } }
  .post-author__avatar .avatar {
    width: 159px;
    vertical-align: top;
    border-radius: 50%; }

.post-author__title {
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    .post-author__title {
      line-height: 1.4;
      margin: 0 0 20px; } }

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.hentry .share-btns__list {
  margin-bottom: 8px; }

.single-post .share-btns__list {
  float: right; }

.share-btns__item {
  display: inline-block;
  vertical-align: top; }
  .share-btns__item:last-child .share-btns__link {
    margin-right: 0; }

.share-btns__link {
  line-height: 2.5em;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 20px;
  font-size: 16px;
  font-size: 1rem; }
  .share-btns__link:hover {
    opacity: 1; }

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

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

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

@media (min-width: 900px) {
  .posts-list--vertical-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .posts-list--vertical-justify .card {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100%/3 - 2.5rem);
      flex: 1 0 calc(100%/3 - 2.5rem);
      max-width: calc(100%/3 - 2.5rem);
      margin-right: 1.25rem;
      margin-left: 1.25rem; }
      .posts-list--vertical-justify .card:nth-child(7n + 1), .posts-list--vertical-justify .card:nth-child(7n + 4) {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100%/1.5 - 2.5rem);
        flex: 1 0 calc(100%/1.5 - 2.5rem);
        max-width: calc(100%/1.5 - 2.5rem); } }

@media (min-width: 900px) and (max-width: 1199px) {
  .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-box-flex: 0;
      -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;
    column-gap: normal;
    -webkit-column-count: auto;
    column-count: auto; }
    .posts-list--masonry-3-cols.one-left-sidebar .card, .posts-list--masonry-3-cols.one-right-sidebar .card {
      display: block; } }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body {
  background-color: #f1f2f3; }

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

/*--------------------------------------------------------------
## 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: 32px 1.25rem; }
  .container .header-container {
    padding-right: 0;
    padding-left: 0; }

@media (min-width: 900px) {
  .isStuck {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;
    right: 0;
    left: 0;
    padding: 19px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .isStuck .menu {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0; } }

.pseudoStickyBlock {
  display: none; }
  @media (min-width: 900px) {
    .pseudoStickyBlock {
      display: block; } }

.site-header.default .site-branding {
  text-align: center;
  margin-bottom: 15px; }
  @media (min-width: 900px) {
    .site-header.default .site-branding {
      text-align: left; } }

.site-header.default .social-list {
  text-align: center; }
  @media (min-width: 900px) {
    .site-header.default .social-list {
      float: right;
      text-align: left; } }

.site-header.default .header_flex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.site-header.default .menu {
  display: block; }

.site-header.default .header-container {
  padding-bottom: 13px;
  padding-top: 13px; }

@media (min-width: 900px) {
  .site-header.centered {
    text-align: center; } }

.site-header.centered .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 10px; }
  .site-header.centered .main-navigation.isStuck {
    margin: 0; }

.site-header.centered .header_flex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .site-header.centered .header_flex_wrapper .top-panel__search, .site-header.centered .header_flex_wrapper .top-panel__search .search-form {
    width: 100%; }
  .site-header.centered .header_flex_wrapper .top-panel__search .open-btn {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.site-header.minimal .site-branding {
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center; }
  @media (min-width: 900px) {
    .site-header.minimal .site-branding {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      text-align: left; } }

.site-header.minimal .social-list {
  padding: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center; }
  @media (min-width: 900px) {
    .site-header.minimal .social-list {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      text-align: left; } }

.site-header.minimal .main-navigation {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }
  @media (min-width: 900px) {
    .site-header.minimal .main-navigation {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .site-header.minimal .main-navigation {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; } }

.header-container__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: start;
  -webkit-box-align: center;
  align-items: center; }
  @media (min-width: 900px) {
    .header-container__flex {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.site-header.transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  .site-header.transparent .menu {
    margin: 0; }
  .site-header.transparent .site-branding {
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center; }
    @media (min-width: 900px) {
      .site-header.transparent .site-branding {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: left; } }
  .site-header.transparent .main-navigation {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -ms-flex-item-align: center;
    align-self: center; }
    @media (min-width: 900px) {
      .site-header.transparent .main-navigation {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .site-header.transparent .main-navigation {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; } }
  .site-header.transparent .header-container__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
    @media (min-width: 1200px) {
      .site-header.transparent .header-container__flex {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.header-layout-transparent {
  position: relative; }
  .header-layout-transparent.top-panel-invisible .hentry:first-child,
  .header-layout-transparent.top-panel-invisible .sidebar .widget:first-child {
    margin-top: 0; }
  .header-layout-transparent.top-panel-invisible .card-columns {
    padding-top: 0; }

.site-header.mobile .site-branding {
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center; }
  @media (min-width: 900px) {
    .site-header.mobile .site-branding {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      text-align: left; } }

.site-header.mobile .social-list {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center; }
  @media (min-width: 900px) {
    .site-header.mobile .social-list {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      text-align: left; } }

.site-header.mobile .main-navigation {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }
  @media (min-width: 900px) {
    .site-header.mobile .main-navigation {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .site-header.mobile .main-navigation {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; } }

.header-container__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: start;
  -webkit-box-align: center;
  align-items: center; }
  @media (min-width: 900px) {
    .header-container__flex {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.top-panel {
  padding: 7px 1.25rem;
  text-align: left; }
  .container .top-panel {
    padding-right: 0;
    padding-left: 0; }
  .top-panel__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .top-panel__wrap .top_panel_right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .top-panel__wrap .top_panel_right .social-list {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .top-panel__wrap .top_panel_right .login_wrap {
        margin-left: 5px;
        margin-right: 18px;
        font-size: 13px;
        line-height: 1.7;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    @media (min-width: 600px) {
      .top-panel__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 900px) {
      .top-panel__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (min-width: 1200px) {
      .top-panel__wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .top-panel__message {
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 900px) {
      .top-panel__message {
        display: block;
        width: calc( 100% - 180px); } }
    @media (min-width: 1200px) {
      .top-panel__message {
        width: auto; } }
    .top-panel__message .info-block {
      display: inline-block;
      margin-top: 1em; }
      @media (min-width: 1200px) {
        .top-panel__message .info-block {
          margin-top: 0;
          margin-right: 1.5em; } }
      .top-panel__message .info-block:first-child {
        margin-top: 0; }
    .top-panel__message .material-icons {
      line-height: 2;
      width: 2em;
      height: 2em;
      margin: 0 1em 0 0;
      text-align: center;
      vertical-align: middle;
      border-radius: 2em;
      background: #fff;
      font-size: 16px;
      font-size: 1rem; }
  @media (min-width: 1200px) {
    .top-panel__search {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  @media (max-width: 899px) {
    .top-panel__search,
    .top-panel__search .search-form {
      width: 100%; }
    .top-panel__search .search-form {
      display: block; }
      .top-panel__search .search-form .search-form__field {
        width: calc( 100% - 50px); } }
  .top-panel__search .cherry-search .open-btn {
    background: none !important;
    width: 37px;
    line-height: 34px;
    height: 34px; }
  .top-panel__search .close-btn {
    top: 5px; }
  .top-panel .social-list li {
    padding: 0; }
    .top-panel .social-list li a:before {
      height: 24px;
      line-height: 24px; }

.site-logo {
  margin: 0;
  line-height: 0; }
  .site-logo__link {
    text-decoration: none; }
    .site-logo__link:focus {
      outline: none; }
  .site-logo--text {
    margin: 7px 0 0;
    line-height: 1; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home #content {
  background: url("./assets/images/content_bg.jpg") repeat-x; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0; }

.full-width-header-area {
  padding-bottom: 30px; }

.card-columns {
  padding-top: 3em; }

a {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  a:hover, a:focus {
    text-decoration: none; }

/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
  position: relative;
  margin-top: 0; }
  .card-columns .hentry {
    margin-top: 0;
    margin-bottom: 3em; }
  .hentry.page {
    margin-bottom: 1em; }
    @media (min-width: 1200px) {
      .hentry.page {
        margin-bottom: 2em; } }

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.entry-title {
  font-size: 26px;
  word-break: break-word; }
  .entry-header .entry-title:first-child {
    margin-top: 0; }
  @media (min-width: 1200px) {
    .posts-list--default .entry-title {
      font-size: 30px; } }

.entry-summary + .entry-meta,
.entry-content + .entry-meta {
  margin-top: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

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

.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: 1em;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .single-post .entry-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .single-post .entry-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .entry-footer:after, .entry-footer:before {
    display: none; }
  .entry-footer .btn {
    float: right; }

.search-results .posts-list__item {
  padding: 30px; }
  .search-results .posts-list__item .entry-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.taxonomy-description {
  padding-bottom: 10px; }

.post-thumbnail__link.post-thumbnail--small {
  display: block;
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .post-thumbnail__link.post-thumbnail--small {
      float: left;
      margin-right: 0;
      text-align: left; } }

.post-thumbnail__img {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .entry-header + .post-thumbnail > .post-thumbnail__img {
    margin-top: 25px; }

.posts-list .post-thumbnail--fullwidth {
  display: block;
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .posts-list .post-thumbnail--fullwidth {
      margin-bottom: 0; } }

.posts-list--vertical-justify .post-thumbnail__link {
  height: 270px; }
  .posts-list--vertical-justify .post-thumbnail__link img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; }

.posts-list--grid-2-cols .post-thumbnail,
.posts-list--grid-3-cols .post-thumbnail,
.posts-list--masonry-2-cols .post-thumbnail,
.posts-list--masonry-3-cols .post-thumbnail {
  text-align: left;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.posts-list--default .post-thumbnail {
  overflow: hidden; }

.post-thumbnail .caption {
  padding: 10px 30px 8px; }
  .post-thumbnail .caption .entry-title {
    margin-top: 10px; }
    .post-thumbnail .caption .entry-title a:hover {
      text-decoration: underline; }
  .posts-list--default .post-thumbnail .caption {
    overflow: hidden;
    padding: 30px; }

.post .entry-content h3 {
  margin-bottom: 24px; }

.posts-list--grid-2-cols .post,
.posts-list--grid-3-cols .post,
.posts-list--masonry-2-cols .post,
.posts-list--masonry-3-cols .post,
.posts-list--vertical-justify .post,
.posts-list--default .post {
  margin-bottom: 40px; }

.posts-list--vertical-justify .post {
  background: none; }

.post__cats {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem; }
  .posts-list--grid-2-cols .post__cats,
  .posts-list--grid-3-cols .post__cats,
  .posts-list--masonry-2-cols .post__cats,
  .posts-list--masonry-3-cols .post__cats,
  .posts-list--vertical-justify .post__cats {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .posts-list--default .post__cats {
    padding-bottom: 10px; }
  .post__cats a {
    line-height: 22px;
    display: inline-block;
    letter-spacing: .5px;
    margin: 0 1px 6px;
    padding: 3px 8.5px;
    vertical-align: top;
    text-decoration: none; }
  .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
    position: absolute;
    z-index: 99;
    top: 10px;
    left: 30px; }
    @media (min-width: 1200px) {
      .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
        top: 30px; } }
  .post-format-wrap .post__cats {
    position: absolute;
    z-index: 99;
    top: 10px;
    left: 10px; }
    @media (min-width: 1200px) {
      .post-format-wrap .post__cats {
        top: 30px;
        left: 30px; } }

.post__date .material-icons,
.post__date .fa, .post__comments .material-icons,
.post__comments .fa, .post__tags .material-icons,
.post__tags .fa {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 7px 0 0; }
  .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; }

.post__comments, .post__date {
  padding-top: 10px; }

.post__date, .post__comments {
  margin-right: 0;
  font-weight: 600;
  font-size: 11px;
  font-size: 0.6875rem; }
  .post__date i, .post__comments i {
    margin-right: 5px; }
  .single .post__date, .single .post__comments {
    margin-right: 0; }

.post__tags {
  margin-top: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem; }
  .single-post .post__tags {
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%; }

.post .posted-by {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 11px;
  font-size: 0.6875rem; }

.posts-list:not(.posts-list--vertical-justify) .post {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0);
  box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0); }
  .posts-list:not(.posts-list--vertical-justify) .post:hover {
    -webkit-box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0.1);
    box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0.1); }

.posts-list--vertical-justify .post .post-list__item-content {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0);
  box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0); }
  .posts-list--vertical-justify .post .post-list__item-content:hover {
    -webkit-box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0.1);
    box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0.1); }

.single-post .post .entry-header {
  text-align: center; }

.single-post .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .single-post .entry-meta span {
    padding: 0 3px; }

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

@media (min-width: 1200px) {
  .posts-list--default .posts-list__item .btn {
    padding: 12px 31.5px; } }

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

@media (min-width: 1200px) {
  .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 .post__date, .single .related-posts .post__comments {
  margin-right: 15px;
  margin-left: 0px; }

.single .related-post .post-thumbnail__img + .post__cats, .single .related-post .post-thumbnail__link + .post__cats {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 25px; }

.single .related-posts {
  margin-bottom: 0; }
  .single .related-posts .post-thumbnail__img {
    width: 100%;
    height: auto; }
    @media (min-width: 600px) {
      .single .related-posts .post-thumbnail__img {
        width: auto;
        height: auto; } }
  .single .related-posts .related_wrapper {
    text-align: center;
    padding: 0 30px 27px; }
  .single .related-posts .entry-header .entry-title {
    text-transform: none; }
  .single .related-posts .entry-header .post__cats {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .single .related-posts .meta_caption {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    font-size: 0.6875rem; }
  .single .related-posts .entry-meta {
    padding: 10px 0 0; }

.mejs-container {
  margin: 0 0 30px; }

.related_wrapper {
  position: relative;
  padding: 56px 0; }
  .related_wrapper .related-post {
    margin-top: 40px; }
  .related_wrapper:after {
    content: '';
    width: 1000%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -500%;
    z-index: -1; }
  .related_wrapper .entry-title {
    text-transform: uppercase; }
    .col-lg-4 .related_wrapper .entry-title, .col-lg-3 .related_wrapper .entry-title {
      font-size: 16px;
      font-size: 1rem; }
  .col-lg-4 .related_wrapper .entry-meta, .col-lg-3 .related_wrapper .entry-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .col-lg-3 .related_wrapper .meta_caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.comments-area {
  padding: 40px 0 30px; }

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky {
  display: block; }
  .sticky__label {
    line-height: 22px;
    display: inline-block;
    float: right;
    padding: 0 10px;
    text-align: center;
    border-radius: 20px; }
    .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: 1200px) {
        .has-post-thumbnail .sticky__label {
          top: 30px; } }
    .sticky__label.type-both .material-icons,
    .sticky__label.type-both .fa {
      display: inline-block;
      margin: 0 5px 0 0; }
  @media (min-width: 1200px) {
    .posts-list--grid-2-cols .sticky.posts-list__item .btn,
    .posts-list--grid-3-cols .sticky.posts-list__item .btn {
      padding: 12px 31.5px; } }
  @media (min-width: 1200px) {
    .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: 1200px) {
    .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: 1200px) {
    .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%; }

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
  /* Gallery */
  /* Link */
  /* Quote */
  /* Wrapper for non-image featured content */ }
  .post-gallery {
    margin-bottom: 1em; }
    @media (min-width: 1200px) {
      .post-gallery {
        margin-bottom: 2em; } }
    .entry-content .post-gallery {
      margin-top: 10px; }
    .post-gallery__image {
      display: block;
      margin: auto; }
    .post-gallery__button-next, .post-gallery__button-prev {
      top: 50%;
      display: none;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      text-align: center;
      background-image: none; }
      .post-gallery__button-next.swiper-button-disabled, .post-gallery__button-prev.swiper-button-disabled {
        pointer-events: auto; }
    .post-gallery__button-prev {
      left: 0; }
    .post-gallery__button-next {
      right: 0; }
    .post-gallery .material-icons,
    .post-gallery .fa {
      line-height: 50px; }
    .post-gallery__slide.swiper-slide:hover:hover {
      background-color: transparent; }
    .post-gallery__caption {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 15px;
      color: #fff;
      background: rgba(0, 0, 0, 0.5); }
    .post-gallery__link {
      display: block; }
  .post-format-link {
    display: inline-block;
    margin: 10px 0;
    padding: 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 Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga'; }
  .has-thumb .post-thumbnail {
    position: relative; }
  .post-thumbnail .mejs-container {
    margin-bottom: 0; }
  .has-thumb .post-thumbnail__format-link {
    margin: 20px 0;
    text-align: center; }
    .has-thumb .post-thumbnail__format-link .post-format-link {
      margin: -20px 0 0 0; }
  .post-format-quote {
    background-color: transparent; }
    .post-format-quote cite {
      display: block; }
  .post-featured-content {
    margin-bottom: 1em; }
    @media (min-width: 1200px) {
      .post-featured-content {
        margin-bottom: 2em; } }
    .format-video .post-featured-content {
      background: none; }
    .post-featured-content .post__cats {
      padding: 1em 0 0 1em; }
      @media (min-width: 1200px) {
        .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: 1200px) {
          .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; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-area-wrap {
  padding: 30px 0 30px;
  background-repeat: repeat-x;
  background-position: 0 top;
  font-size: 14px;
  font-size: 0.875rem; }
  .footer-layout-fullwidth .footer-area-wrap {
    padding-left: 30px;
    padding-right: 30px; }
  .single-post .footer-area-wrap .entry-header {
    text-align: left; }
  .single-post .footer-area-wrap .entry-meta {
    display: block;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left; }
  .footer-area-wrap .widget-title {
    text-transform: uppercase;
    letter-spacing: 0;
    padding-bottom: 11px; }

.footer-layout-fullwidth .footer-container {
  padding-left: 30px;
  padding-right: 30px; }

.container .footer-container, .container .footer-widgets-container {
  padding-right: 0;
  padding-left: 0; }

.site-info .footer-logo {
  margin: 0;
  line-height: 0; }

.site-info .footer-copyright {
  font-weight: 400;
  opacity: 0.5;
  font-size: 11px;
  font-size: 0.6875rem; }
  .site-info .footer-copyright a {
    margin-left: 13px; }

@media (min-width: 900px) {
  .site-info .social-list {
    margin-right: -4px; } }

.site-info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (min-width: 900px) {
    .site-info__flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .site-info__flex .footer-logo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: center;
    align-self: center; }
  .site-info__flex .social-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 -10px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: center;
    align-self: center; }
    @media (min-width: 900px) {
      .site-info__flex .social-list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }

.site-info__mid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: center;
  align-self: center; }
  @media (min-width: 900px) {
    .site-info__mid-box {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.site-footer.default .footer-copyright {
  display: block;
  vertical-align: middle; }
  @media (min-width: 1600px) {
    .site-footer.default .footer-copyright {
      float: left;
      margin-top: 0; } }

.site-footer.default .footer-menu {
  vertical-align: middle; }
  .isStuck .site-footer.default .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 1600px) {
    .site-footer.default .footer-menu {
      float: right;
      margin-top: 0;
      margin-bottom: 0; } }
  @media (max-width: 899px) {
    .site-footer.default .footer-menu__items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .site-footer.default .footer-menu__items .menu-item {
        margin-left: 0; } }

.site-footer.default .footer_wrapper {
  padding: 5px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media (max-width: 1199px) {
    .site-footer.default .footer_wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media (max-width: 899px) {
  .site-footer.default .site-info__mid-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0; } }

.home .site-footer.centered .footer-area-wrap {
  padding-top: 30px; }

.site-footer.centered .footer-container {
  text-align: center; }

.site-footer.centered .footer-menu__items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.home .site-footer.minimal .footer-area-wrap {
  padding-top: 30px; }

.site-footer.minimal .footer-copyright {
  display: block;
  vertical-align: middle; }
  @media (min-width: 1600px) {
    .site-footer.minimal .footer-copyright {
      float: left;
      margin-top: .5em; } }

.site-footer.minimal .footer-menu {
  display: block;
  vertical-align: middle; }
  @media (min-width: 1600px) {
    .site-footer.minimal .footer-menu {
      float: right;
      margin-top: 0;
      margin-bottom: 0; } }
  @media (min-width: 1600px) {
    .site-footer.minimal .footer-menu__items {
      margin-left: 1.5em;
      border-left: 1px solid rgba(255, 255, 255, 0.1); } }

.home .footer-container {
  padding: 30px 0 30px; }

.footer-area-wrap + .footer-container {
  padding: 20px 0 5px; }

.not-found {
  margin-bottom: 1em;
  text-align: center; }
  @media (min-width: 1200px) {
    .not-found {
      margin-bottom: 2em; } }
  .not-found .page-title {
    margin: 25px 0; }
  .not-found h4 {
    margin: 0 0 25px; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.sidebar .widget_search {
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative; }
  .sidebar .widget_search:before {
    content: ' ';
    position: absolute;
    display: block;
    top: -30px;
    left: 0;
    border-style: solid;
    border-width: 36px 28px 0px 328px; }
    @media (max-width: 426px) {
      .sidebar .widget_search:before {
        border-width: 36px 28px 0px 188px; } }
    @media (width: 1024px) {
      .sidebar .widget_search:before {
        border-width: 36px 28px 0px 241px; } }
    @media (width: 768px) {
      .sidebar .widget_search:before {
        border-width: 36px 28px 0px 400px; } }
  .sidebar .widget_search:after {
    content: ' ';
    position: absolute;
    display: block;
    top: -30px;
    right: 0;
    border-style: solid;
    border-width: 0px 0px 38px 29px; }
    @media (max-width: 1023px) {
      .sidebar .widget_search:after {
        border-width: 0px 165px 38px 29px; } }

.widget .post__comments:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f075';
  padding: 0 5px; }

.widget-title {
  color: red;
  text-transform: none;
  margin: 20px 0; }
  .sidebar .widget-title {
    line-height: 1.2;
    margin: 0 0 0.7em 0;
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: uppercase; }

.sidebar .widget:not(.widget_search) {
  padding: 30px;
  margin-bottom: 40px; }

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

.sidebar .widget:not(.widget_search),
.footer-area .widget:not(.widget_search) {
  margin-top: 1.5em; }
  @media (min-width: 900px) {
    .sidebar .widget:not(.widget_search),
    .footer-area .widget:not(.widget_search) {
      margin-top: 0; } }

.widget:not(.widget_search) select {
  max-width: 100%; }

.widget_categories > ul {
  padding-top: 5px !important; }
  .widget_categories > ul > li {
    font-weight: 500;
    border-bottom-style: dotted;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-width: 1px;
    margin-left: 0;
    padding-bottom: 3px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: capitalize; }
    .widget_categories > ul > li:before {
      display: none; }

.sidebar .tagcloud a {
  padding: 6px 8px; }

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

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

.widget li {
  position: relative;
  margin-left: 1em;
  list-style: none;
  margin-top: .25em; }
  .widget li > ul {
    margin-left: 0; }

.widget_categories li:before {
  content: none; }

.widget_archive li::before,
.widget_pages li::before,
.widget_meta li::before,
.widget_rss li::before,
.widget_nav_menu li::before {
  font-size: 6px;
  position: absolute;
  top: 1.25em;
  left: -2em;
  content: 'fiber_manual_record';
  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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

.widget_archive select {
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem; }

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget_calendar table {
  margin-bottom: 0; }

.widget_calendar caption {
  margin-bottom: 1.5em;
  padding: 13px .5em;
  font-size: 13px;
  font-size: 0.8125rem; }

.widget_calendar th, .widget_calendar tbody td {
  padding: .25em 0;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem; }

.widget_calendar #next {
  text-align: right; }

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px !important; }
  .tagcloud a:focus {
    outline: none; }

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries li {
  margin-left: 0; }
  .widget_recent_entries li::before {
    display: none; }
  .widget_recent_entries li + li {
    margin-top: 1em; }
  .widget_recent_entries li .post-date {
    font-size: .85em;
    display: block; }

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments li {
  margin-left: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem; }
  .widget_recent_comments li a {
    display: block !important;
    text-transform: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300; }
  .widget_recent_comments li::before {
    display: none; }
  .widget_recent_comments li + li {
    margin-top: 1em; }

.before-content-area .widget-title {
  margin-top: 15px; }

/* Cherry PopUps  */
.cherry-popup.popup-type-login .cherry-popup-login__login-in,
.cherry-popup.popup-type-signup .cherry-popup-register__sign-up {
  border-radius: 0px; }

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

.widget-about__tagline {
  padding-top: 10px; }

.widget-about__content {
  padding: 0 0 10px; }

/*--------------------------------------------------------------
## About author
--------------------------------------------------------------*/
.widget-about-author {
  text-align: center; }
  .full-width-header-area .widget-about-author,
  .after-content-full-width-area .widget-about-author {
    padding: 1em;
    text-align: left; }
    @media (min-width: 1200px) {
      .full-width-header-area .widget-about-author,
      .after-content-full-width-area .widget-about-author {
        padding: 2em; } }
  .before-content-area .widget-about-author,
  .before-loop-area .widget-about-author,
  .after-content-area .widget-about-author,
  .after-loop-area .widget-about-author {
    text-align: left; }

.about-author:after {
  display: block;
  clear: both;
  width: 100%;
  content: ''; }

.about-author_avatar {
  text-align: center; }
  .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: 600px) {
      .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; } }

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

.about-author_btn_box {
  padding-top: 1em;
  border-top: 1px solid #e0e0e8; }
  @media (min-width: 1200px) {
    .about-author_btn_box {
      padding-top: 2em; } }
  .footer-area .about-author_btn_box {
    border-top-color: rgba(255, 255, 255, 0.2); }

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.widget-banner__img {
  display: inline-block;
  vertical-align: top; }

/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.sidebar .widget.widget-carousel {
  padding: 0; }
  @media (max-width: 1599px) {
    .sidebar .widget.widget-carousel .swiper-wrapper .inner .entry-header a {
      text-align: center; } }
  .sidebar .widget.widget-carousel .swiper-wrapper .inner .entry-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0%;
    margin: 15px;
    padding: 15px;
    background: white; }
    @media (max-width: 1599px) {
      .sidebar .widget.widget-carousel .swiper-wrapper .inner .entry-content-wrapper {
        margin: 0; } }
    .sidebar .widget.widget-carousel .swiper-wrapper .inner .entry-content-wrapper .entry-content h3 {
      font-size: 18px;
      font-size: 1.125rem; }

.swiper-carousel-container {
  position: relative; }

.widget-carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

.swiper-slide .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.swiper-slide .entry-content {
  margin: 0;
  padding: 0 1em; }

.swiper-slide .entry-footer {
  text-transform: capitalize;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0.5em 0;
  padding: 0 1em; }
  .swiper-slide .entry-footer .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .swiper-slide .entry-footer .entry-meta .post__date,
    .swiper-slide .entry-footer .entry-meta .post__comments {
      padding: 0; }

.swiper-slide .post-thumbnail__link {
  display: block;
  overflow: hidden;
  line-height: 0; }
  .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);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.swiper-slide .post__cats {
  position: absolute;
  top: 30px;
  left: 30px; }
  @media (max-width: 1599px) {
    .swiper-slide .post__cats {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }

.widget-carousel .swiper-pagination {
  position: static; }

.widget-carousel__button-next, .widget-carousel__button-prev {
  top: 50%;
  display: none;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 0;
  background-image: none;
  text-align: center; }
  .widget-carousel__button-next .fa,
  .widget-carousel__button-next .material-icons, .widget-carousel__button-prev .fa,
  .widget-carousel__button-prev .material-icons {
    line-height: 50px; }

.widget-carousel__button-next {
  right: 0; }

.widget-carousel__button-prev {
  left: 0; }

.sidebar .swiper-button-next,
.sidebar .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: 20%;
  width: 30px;
  height: 30px; }
  .sidebar .swiper-button-next .material-icons,
  .sidebar .swiper-button-next .fa,
  .sidebar .swiper-button-prev .material-icons,
  .sidebar .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-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  text-align: center;
  opacity: 0;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  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%; }
  @media (min-width: 900px) {
    .widget-image-grid__title {
      font-size: 15px; } }

.widget-image-grid__link i {
  font-size: 16px;
  position: relative;
  top: 4px;
  margin: 0px 7px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit; }

/*--------------------------------------------------------------
## 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: 50px;
    height: 50px; }
    .smart-slider__instance .sp-arrow:before {
      font-size: 24px;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 1em;
      height: 1em;
      margin: 13px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      background-color: transparent;
      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 Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
      font-feature-settings: 'liga'; }
    .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'; }
  .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: 600px) {
      .smart-slider__instance h2.sp-title {
        font-size: 30px; } }
    @media (min-width: 900px) {
      .smart-slider__instance h2.sp-title {
        font-size: 40px; } }
    @media (min-width: 1200px) {
      .smart-slider__instance h2.sp-title {
        font-size: 60px; } }
    @media (min-width: 1600px) {
      .smart-slider__instance h2.sp-title {
        font-size: 80px; } }
  .smart-slider__instance .sp-slide {
    text-align: center; }
    .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
      font-size: 14px;
      line-height: 1.2; }
      @media (min-width: 600px) {
        .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
          font-size: 18px; } }
      @media (min-width: 900px) {
        .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
          font-size: 22px; } }
      @media (min-width: 1200px) {
        .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
          font-size: 30px; } }
      @media (min-width: 1600px) {
        .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 .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; }
  .follow-block__message {
    padding-bottom: 15px; }

.subscribe-block {
  padding: 0 0 20px;
  position: relative; }
  .follow-block + .subscribe-block {
    padding: 10px 0; }
    .follow-block + .subscribe-block:before {
      content: '';
      width: calc(100% + 60px);
      height: 1px;
      background-color: #e0e0e8;
      display: block;
      position: absolute;
      top: 0;
      left: -30px;
      opacity: .5; }
    @media (min-width: 1200px) {
      .follow-block + .subscribe-block {
        padding: 20px 0; } }
    .footer-area .follow-block + .subscribe-block {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .subscribe-block__form {
    padding-top: 0; }
  .subscribe-block__input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column; }
  .subscribe-block__input[type='email'] {
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
    text-align: center;
    border-right: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 13.04px;
    font-size: 0.815rem;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -ms-flex-item-align: auto;
    align-self: auto; }
    .footer-area .subscribe-block__input[type='email']:focus {
      background: #fff;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .sidebar-1-4 .subscribe-block__input[type='email'] {
      max-width: calc(100% - 50px); }
    .subscribe-block__input[type='email'].error {
      outline: 1px solid #ff8a8a;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .subscribe-block__submit {
    margin-top: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background: #fff;
    font-weight: 600; }
    @media (min-width: 1600px) {
      .subscribe-block__submit {
        font-size: 12px;
        font-size: 0.75rem; }
        .subscribe-block__submit:before {
          display: none; } }
  .subscribe-block__message {
    padding: 0 0 15px; }
    .footer-area .subscribe-block__message {
      padding-bottom: 20px; }
  .subscribe-block__success {
    margin-top: 10px;
    color: #00ff00;
    font-size: 12px;
    font-size: 0.75rem; }
  .subscribe-block__error {
    color: #ff0000;
    margin-top: 10px;
    font-size: 12px;
    font-size: 0.75rem; }

/*--------------------------------------------------------------
## 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;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    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: 600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
        width: 100%; } }
    @media (min-width: 900px) {
      .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%; } }
    @media (min-width: 1600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
        width: 8.33333%; } }
  .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
    width: 100%; }
    @media (min-width: 600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
        width: 100%; } }
    @media (min-width: 900px) {
      .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%; } }
    @media (min-width: 1600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
        width: 16.66667%; } }
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%; }
    @media (min-width: 600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%; } }
    @media (min-width: 900px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 25%; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 25%; } }
    @media (min-width: 1600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 25%; } }
  .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
    width: 100%; }
    @media (min-width: 600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
        width: 100%; } }
    @media (min-width: 900px) {
      .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%; } }
    @media (min-width: 1600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
        width: 33.33333%; } }
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%; }
    @media (min-width: 600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%; } }
    @media (min-width: 900px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 50%; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 50%; } }
    @media (min-width: 1600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 50%; } }
  .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
    height: 544px; }
    @media (min-width: 600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
        height: 544px; } }
    @media (min-width: 900px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
        height: 76.66667px; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
        height: 96.66667px; } }
    @media (min-width: 1600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
        height: 126.66667px; } }
  .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
    height: 544px; }
    @media (min-width: 600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
        height: 544px; } }
    @media (min-width: 900px) {
      .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
        height: 153.33333px; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
        height: 193.33333px; } }
    @media (min-width: 1600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
        height: 253.33333px; } }
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 544px; }
    @media (min-width: 600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 544px; } }
    @media (min-width: 900px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 230px; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 290px; } }
    @media (min-width: 1600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 380px; } }
  .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
    height: 544px; }
    @media (min-width: 600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
        height: 544px; } }
    @media (min-width: 900px) {
      .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
        height: 306.66667px; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
        height: 386.66667px; } }
    @media (min-width: 1600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
        height: 506.66667px; } }
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 544px; }
    @media (min-width: 600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 544px; } }
    @media (min-width: 900px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 460px; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 580px; } }
    @media (min-width: 1600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 760px; } }
  .widget-taxonomy-tiles .tiles-columns:after {
    display: block;
    clear: both;
    content: ''; }
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
  .footer-area .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
  .footer-area .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .footer-area .widget-taxonomy-tiles .tiles-columns .tile-md-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
  .footer-area .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .footer-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%; }

@media (min-width: 900px) {
  .sidebar .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
  .sidebar .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 + .custom-posts__item {
  margin-top: 9px; }

.full-width-header-area .custom-posts__item,
.after-content-full-width-area .custom-posts__item {
  margin: 0 0 1.5em; }

.after-content-full-width-area .custom-posts {
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

.sidebar .custom-posts__item {
  margin-bottom: 5px; }

.sidebar .custom-posts .post-thumbnail {
  position: relative; }
  .sidebar .custom-posts .post-thumbnail .post-thumbnail__link {
    margin-bottom: 20px;
    display: block; }

.sidebar .custom-posts .post-caption {
  overflow: hidden; }
  .sidebar .custom-posts .post-caption .entry-title {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.125rem; }
  .sidebar .custom-posts .post-caption .entry-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .sidebar .custom-posts .post-caption .post__cats {
    position: absolute;
    top: 0;
    padding: 15px; }
  .sidebar .custom-posts .post-caption .post__comments {
    margin-left: 10px; }

.footer-area-wrap .custom-posts .custom-posts__item {
  margin-bottom: 45px; }

.footer-area-wrap .custom-posts__holder {
  padding-top: 7px; }
  .footer-area-wrap .custom-posts__holder .entry-footer {
    margin-top: 0em;
    padding-bottom: 0px; }

.footer-area-wrap .custom-posts .post-thumbnail .post-thumbnail__link {
  float: left;
  margin-right: 18px;
  max-width: 87px;
  height: 65px; }
  @media (max-width: 769px) {
    .footer-area-wrap .custom-posts .post-thumbnail .post-thumbnail__link {
      float: none; } }
  @media (max-width: 1199px) {
    .footer-area-wrap .custom-posts .post-thumbnail .post-thumbnail__link {
      float: none;
      margin-right: 10px;
      margin-bottom: 15px;
      display: block; } }

.footer-area-wrap .custom-posts .post-thumbnail__img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%; }

.footer-area-wrap .custom-posts .post-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  .footer-area-wrap .custom-posts .post-caption h3 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0 0 2px; }
    .footer-area-wrap .custom-posts .post-caption h3 a:hover {
      text-decoration: underline; }
  .footer-area-wrap .custom-posts .post-caption .entry-content {
    margin-top: 0; }
  .footer-area-wrap .custom-posts .post-caption .entry-meta {
    margin: 0; }

.full-width-header-area .custom-posts .custom-posts__holder {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 1200px) {
    .full-width-header-area .custom-posts .custom-posts__holder {
      grid-template-columns: 1fr 1fr 1fr; } }

@media (min-width: 600px) and (max-width: 1199px) {
  .full-width-header-area .custom-posts .custom-posts__holder {
    grid-template-columns: 1fr 1fr; } }
  .full-width-header-area .custom-posts .custom-posts__holder .post {
    width: auto;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    display: inline-block;
    height: 100%;
    grid-row-start: inherit; }
    @media (max-width: 1199px) {
      .full-width-header-area .custom-posts .custom-posts__holder .post {
        min-height: 167px;
        max-height: 364px; } }
    @media (min-width: 1600px) {
      .full-width-header-area .custom-posts .custom-posts__holder .post .entry-meta {
        display: none; } }
    .full-width-header-area .custom-posts .custom-posts__holder .post .post__cats a {
      font-weight: 600; }
    .full-width-header-area .custom-posts .custom-posts__holder .post .post-thumbnail {
      overflow: hidden;
      -webkit-transition: all 0.45s ease-out;
      -o-transition: all 0.45s ease-out;
      transition: all 0.45s ease-out; }
      .full-width-header-area .custom-posts .custom-posts__holder .post .post-thumbnail img {
        opacity: 1;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: none;
        width: 100%;
        will-change: opacity;
        -webkit-transition: all 0.45s ease-out;
        -o-transition: all 0.45s ease-out;
        transition: all 0.45s ease-out; }
    .full-width-header-area .custom-posts .custom-posts__holder .post .entry-content p {
      display: none; }
    .full-width-header-area .custom-posts .custom-posts__holder .post .post-inner, .full-width-header-area .custom-posts .custom-posts__holder .post .post-inner .post-thumbnail {
      height: inherit; }
    @media (min-width: 1200px) {
      .full-width-header-area .custom-posts .custom-posts__holder .post:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 2; } }

@media (min-width: 600px) and (max-width: 1199px) {
  .full-width-header-area .custom-posts .custom-posts__holder .post:nth-child(1) {
    grid-row: 1;
    grid-column-start: 1;
    grid-column-end: 3; } }
    @media (min-width: 900px) {
      .full-width-header-area .custom-posts .custom-posts__holder .post .entry-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; } }
    @media (min-width: 600px) {
      .full-width-header-area .custom-posts .custom-posts__holder .post .entry-content p {
        display: block; } }
    .full-width-header-area .custom-posts .custom-posts__holder .post:nth-child(n+3) .post-caption {
      padding-top: 24px;
      padding-bottom: 24px; }
    .full-width-header-area .custom-posts .custom-posts__holder .post:nth-child(n+3) h6 {
      margin-top: 0;
      line-height: 1.5; }
    .full-width-header-area .custom-posts .custom-posts__holder .post:nth-child(n+3) .btn {
      padding: 0;
      background: none;
      border: none; }
      .full-width-header-area .custom-posts .custom-posts__holder .post:nth-child(n+3) .btn:hover {
        text-decoration: underline; }
  .full-width-header-area .custom-posts .custom-posts__holder .post-thumbnail {
    position: relative; }
  .full-width-header-area .custom-posts .custom-posts__holder .post-caption {
    position: absolute;
    bottom: 5%;
    left: 0;
    margin: 30px; }
    @media (max-width: 1199px) {
      .full-width-header-area .custom-posts .custom-posts__holder .post-caption {
        margin: 20px; } }
    .full-width-header-area .custom-posts .custom-posts__holder .post-caption:before {
      content: none; }
      @media (min-width: 1200px) {
        .full-width-header-area .custom-posts .custom-posts__holder .post-caption:before {
          content: ' ';
          border-style: solid;
          position: absolute;
          bottom: 0;
          left: 0;
          border-width: 26px 33px 0px 146px;
          -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
          transform: translateY(100%); } }
    .full-width-header-area .custom-posts .custom-posts__holder .post-caption:after {
      content: none; }
      @media (min-width: 1200px) {
        .full-width-header-area .custom-posts .custom-posts__holder .post-caption:after {
          content: ' ';
          border-style: solid;
          position: absolute;
          bottom: 0;
          right: 0;
          border-width: 0px 384px 26px 32px;
          -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
          transform: translateY(100%); } }
  @media (min-width: 1200px) and (width: 1280px) {
    .full-width-header-area .custom-posts .custom-posts__holder .post-caption:after {
      border-width: 0px 193px 26px 32px; } }
  @media (min-width: 1200px) and (width: 1440px) {
    .full-width-header-area .custom-posts .custom-posts__holder .post-caption:after {
      border-width: 0px 240px 26px 32px; } }
    @media (min-width: 900px) {
      .full-width-header-area .custom-posts .custom-posts__holder .post-caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .full-width-header-area .custom-posts .custom-posts__holder .post-caption .entry-footer {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .full-width-header-area .custom-posts .custom-posts__holder .post-caption .entry-header h6 {
      font-size: 24px;
      font-size: 1.5rem; }
      @media (max-width: 599px) {
        .full-width-header-area .custom-posts .custom-posts__holder .post-caption .entry-header h6 {
          font-size: 16px;
          font-size: 1rem; } }
      .full-width-header-area .custom-posts .custom-posts__holder .post-caption .entry-header h6 a:hover {
        text-decoration: underline; }

@media (min-width: 1600px) {
  .full-width-header-area .custom-posts .custom-posts__holder .post:nth-child(3), .full-width-header-area .custom-posts .custom-posts__holder .post:nth-child(4), .full-width-header-area .custom-posts .custom-posts__holder .post:nth-child(5), .after-content-full-width-area .custom-posts .custom-posts__holder .post:nth-child(3), .after-content-full-width-area .custom-posts .custom-posts__holder .post:nth-child(4), .after-content-full-width-area .custom-posts .custom-posts__holder .post:nth-child(5) {
    max-height: none; } }

.before-footer-area .custom-posts {
  margin: 0 !important; }
  .before-footer-area .custom-posts .custom-posts__holder {
    margin: 0;
    display: grid;
    grid-template-rows: repeat(3, 100%);
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 1199px) {
      .before-footer-area .custom-posts .custom-posts__holder {
        grid-template-rows: repeat(2, 100%);
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 899px) {
      .before-footer-area .custom-posts .custom-posts__holder {
        grid-template-rows: repeat(1, 100%);
        grid-template-columns: repeat(1, 1fr); } }
    .before-footer-area .custom-posts .custom-posts__holder .post {
      width: auto;
      padding: 0;
      margin: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: none;
      display: inline-block; }
      @media (min-width: 1200px) {
        .before-footer-area .custom-posts .custom-posts__holder .post {
          height: 167px; } }
      @media (max-width: 1199px) {
        .before-footer-area .custom-posts .custom-posts__holder .post {
          height: 167px; } }
      .before-footer-area .custom-posts .custom-posts__holder .post .post-inner, .before-footer-area .custom-posts .custom-posts__holder .post .post-thumbnail {
        height: inherit; }
      .before-footer-area .custom-posts .custom-posts__holder .post .post-caption {
        padding-top: 24px;
        padding-bottom: 24px; }
        .before-footer-area .custom-posts .custom-posts__holder .post .post-caption .entry-header h6 {
          font-size: 20px;
          font-size: 1.25rem;
          margin-top: 0;
          line-height: 1.5; }
          @media (max-width: 599px) {
            .before-footer-area .custom-posts .custom-posts__holder .post .post-caption .entry-header h6 {
              font-size: 16px;
              font-size: 1rem; } }
      .before-footer-area .custom-posts .custom-posts__holder .post .post__cats a {
        padding: 0;
        background: none; }
      .before-footer-area .custom-posts .custom-posts__holder .post .btn {
        padding: 0;
        background: none;
        border: none; }
        .before-footer-area .custom-posts .custom-posts__holder .post .btn:hover {
          text-decoration: underline; }
  .before-footer-area .custom-posts .post-thumbnail {
    position: relative; }
    .before-footer-area .custom-posts .post-thumbnail__img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .before-footer-area .custom-posts .post-thumbnail:hover .post-thumbnail__link {
      opacity: .4; }
  .before-footer-area .custom-posts .post-caption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px; }
    .before-footer-area .custom-posts .post-caption .entry-header h6 a:hover {
      text-decoration: underline; }

.before-content-area .widget-custom-posts .post-caption .before-holder,
.before-footer-area .widget-custom-posts .post-caption .before-holder,
.full-width-header-area .widget-custom-posts .post-caption .before-holder,
.after-loop-area .widget-custom-posts .post-caption .before-holder,
.after-content-area .widget-custom-posts .post-caption .before-holder,
.after-content-full-width-area .widget-custom-posts .post-caption .before-holder,
.sidebar .widget-custom-posts .post-caption .before-holder,
.footer-area-wrap .widget-custom-posts .post-caption .before-holder {
  display: none; }

.full-width-header-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item .after-holder:before {
  -webkit-transform: rotate(50deg) translateY(-100%) !important;
  -ms-transform: rotate(50deg) translateY(-100%) !important;
  transform: rotate(50deg) translateY(-100%) !important;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all; }

.full-width-header-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item a.post-thumbnail__link:before {
  content: ' ';
  opacity: 0;
  position: absolute;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
  height: 100%;
  width: 100%;
  z-index: 1; }

.full-width-header-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item:hover a.post-thumbnail__link:before {
  content: ' ';
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-transition: .6s ease all;
  -o-transition: .6s ease all;
  transition: .6s ease all;
  z-index: 1; }

.full-width-header-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item:hover .after-holder:before {
  -webkit-transform: rotate(50deg) translateY(-1000%) !important;
  -ms-transform: rotate(50deg) translateY(-1000%) !important;
  transform: rotate(50deg) translateY(-1000%) !important;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all; }

.full-width-header-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item .post-caption {
  z-index: 2;
  padding: 34px 20px;
  min-width: 90%;
  width: 90%; }
  .full-width-header-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item .post-caption .after-holder:before {
    content: none;
    height: 50px;
    width: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: rotate(50deg) translateY(-100%);
    -ms-transform: rotate(50deg) translateY(-100%);
    transform: rotate(50deg) translateY(-100%); }
    @media (min-width: 900px) {
      .full-width-header-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item .post-caption .after-holder:before {
        content: ' '; } }
  .full-width-header-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item .post-caption .entry-header {
    max-width: 380px;
    padding-left: 10px; }
    .full-width-header-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item .post-caption .entry-header .entry-title {
      font-size: 24px;
      font-size: 1.5rem; }
  @media (max-width: 1599px) {
    .full-width-header-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item .post-caption .after-holder {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9; } }

.before-footer-area {
  margin-bottom: -167px; }

.before-loop-area.widget-area .widget-custom-posts .custom-posts__holder {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .before-loop-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item {
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all; }
    .before-loop-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item:nth-child(3n+1) {
      grid-column: 1/3; }
      .before-loop-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item:nth-child(3n+1) .post-thumbnail {
        position: relative; }
      .before-loop-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item:nth-child(3n+1) .post-caption .before-holder {
        font-weight: bold;
        text-align: left;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 0;
        margin: 20px;
        padding: 15px 25px 5px 15px;
        max-width: 160px; }
        .before-loop-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item:nth-child(3n+1) .post-caption .before-holder span {
          font-size: 50px;
          font-size: 3.125rem; }
        .before-loop-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item:nth-child(3n+1) .post-caption .before-holder:before {
          content: ' ';
          position: absolute;
          bottom: 0;
          left: 0;
          border-style: solid;
          border-width: 0px 0px 20px 20px;
          -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
          transform: translateY(100%); }
        .before-loop-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item:nth-child(3n+1) .post-caption .before-holder:after {
          content: ' ';
          position: absolute;
          right: 0;
          bottom: 0;
          border-style: solid;
          border-width: 0px 133px 20px 20px;
          -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
          transform: translateY(100%); }
    .before-loop-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item:nth-child(3n+2) {
      grid-column: 1/2;
      grid-row: 2/2; }
    .before-loop-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item:nth-child(3n+3) {
      grid-column: 2/2;
      grid-row: 3/2; }
    .before-loop-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item .post-caption {
      padding: 25px 30px; }
      .before-loop-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item .post-caption .entry-header .entry-title {
        letter-spacing: -0.5px; }
      .before-loop-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item .post-caption .entry-meta {
        position: relative; }
        .before-loop-area.widget-area .widget-custom-posts .custom-posts__holder .custom-posts__item .post-caption .entry-meta .post__cats {
          position: absolute;
          top: 0;
          -webkit-transform: translateY(-120%);
          -ms-transform: translateY(-120%);
          transform: translateY(-120%); }

.single-post .post.custom-posts__item .entry-header .entry-title {
  font-size: 14px;
  font-size: 0.875rem; }

.custom-posts .custom-posts__holder .post .post__cats a {
  font-weight: 700; }

/*--------------------------------------------------------------
## Contact Information
--------------------------------------------------------------*/
.contact-information-widget__inner li {
  margin-left: 0;
  padding-left: 0; }
  .contact-information-widget__inner li:before {
    display: none; }
  .contact-information-widget__inner li .icon {
    font-size: 2em;
    -webkit-transform: translateY(0.2em);
    -ms-transform: translateY(0.2em);
    transform: translateY(0.2em);
    margin-right: 5px; }

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.wpcf7 .wpcf7-form-control-wrap input {
  width: 100%; }

.wpcf7 .wpcf7-not-valid {
  border-color: #fe5c7a;
  background: rgba(254, 92, 122, 0.1); }

.wpcf7 .wpcf7-not-valid-tip {
  color: #fe5c7a; }

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

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
  background: #fe5c7a; }

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

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.cs-instagram {
  margin-bottom: 0; }
  .cs-instagram__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cs-instagram__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    min-height: 1px;
    overflow: hidden;
    padding: 0; }
    @media (max-width: 1199px) {
      .cs-instagram__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%; } }
    @media (max-width: 899px) {
      .cs-instagram__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .sidebar-primary .cs-instagram__item,
    .sidebar-secondary .cs-instagram__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .cs-instagram__link {
    position: relative;
    overflow: hidden;
    display: block; }
    .cs-instagram__link:hover .cs-instagram__cover {
      opacity: 0.7; }
      .cs-instagram__link:hover .cs-instagram__cover:before {
        opacity: 1; }
  .cs-instagram__img {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .cs-instagram__cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #ffffff;
    opacity: 0.3;
    text-align: center;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out; }
    .cs-instagram__cover:before {
      font-family: 'FontAwesome';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      content: '\f16d';
      font-size: 40px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0; }

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

.alignleft {
  margin: 15px 30px 15px 0; }

.alignright {
  margin: 15px 0 15px 30px; }

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

/*--------------------------------------------------------------
# Builder
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Taxonomy
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blurb
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon {
  font-size: 64px;
  font-size: 4rem; }

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container h4 {
  padding-bottom: 20px; }

/*--------------------------------------------------------------
# Brands Showcase
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

/*--------------------------------------------------------------
# Counters
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Number Counter
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Circle Counter
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_circle_counter {
  max-width: 100%; }
  #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar {
    max-width: 100%; }
    #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar canvas {
      max-width: 100% !important;
      height: auto !important; }

/*--------------------------------------------------------------
# Audio
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
    position: relative;
    width: auto;
    padding-bottom: 60%; }
  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content {
    margin-left: 0; } }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-volume-button button {
  overflow: visible; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container span.mejs-currenttime {
  font-size: 17px;
  font-size: 1.0625rem; }

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play {
  font-size: 64px;
  font-size: 4rem; }
  #tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play::before {
    content: 'play_arrow';
    text-align: center;
    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 Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga'; }

/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_contact_form {
  position: relative; }
  #tm_builder_outer_content .tm_pb_contact_form .tm_contact_bottom_container {
    position: relative;
    overflow: visible; }

#tm_builder_outer_content div.tm_pb_contact_right {
  display: block; }
  @media (min-width: 1600px) {
    #tm_builder_outer_content div.tm_pb_contact_right {
      position: absolute;
      top: 20px;
      right: calc(100% + 30px);
      min-width: 200px; } }

#tm_builder_outer_content .tm_pb_contact_main_title {
  margin-top: 0;
  margin-bottom: 0; }

#tm_builder_outer_content .tm_pb_contact_submit {
  margin-top: 20px; }

#tm_builder_outer_content .tm_pb_contact_field {
  width: 100%;
  text-align: left; }

#tm_builder_outer_content .tm_contact_error {
  border: 1px solid #fe5c7a;
  background-color: #ffe5ea; }

#tm_builder_outer_content .cf-success-message {
  font-size: 12px;
  color: #398f14; }

#tm_builder_outer_content .tm-pb-contact-message {
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  color: #fe5c7a; }
  @media (min-width: 900px) {
    #tm_builder_outer_content .tm-pb-contact-message {
      text-align: right; } }
  #tm_builder_outer_content .tm-pb-contact-message li,
  #tm_builder_outer_content .tm-pb-contact-message p {
    font-size: 12px; }
  #tm_builder_outer_content .tm-pb-contact-message p {
    margin-bottom: 0;
    padding-right: 12px; }
  #tm_builder_outer_content .tm-pb-contact-message p,
  #tm_builder_outer_content .tm-pb-contact-message ul {
    display: inline; }
  #tm_builder_outer_content .tm-pb-contact-message ul + p::before {
    display: block;
    content: ''; }
  #tm_builder_outer_content .tm-pb-contact-message ul li {
    display: inline; }
    #tm_builder_outer_content .tm-pb-contact-message ul li::after {
      display: inline-block;
      margin-right: 6px;
      content: ','; }
    #tm_builder_outer_content .tm-pb-contact-message ul li:last-child::after {
      display: none; }

/*--------------------------------------------------------------
# Toggle
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_toggle {
  padding: 0;
  border: none; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
      margin: 0;
      padding: 15px 30px 15px 45px; }
      @media (min-width: 900px) {
        #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
          padding: 15px 55px; }
          #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
            left: 12px; } }
      #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
        left: 6px;
        content: '\E5CC';
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        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 Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        font-size: 32px;
        font-size: 2rem; }
        @media (max-width: 1599px) {
          #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
            top: 15px;
            margin-top: 0; } }
  #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  #tm_builder_outer_content .tm_pb_module.tm_pb_toggle .tm_pb_toggle_content {
    padding: 15px 30px; }
    @media (min-width: 900px) {
      #tm_builder_outer_content .tm_pb_module.tm_pb_toggle .tm_pb_toggle_content {
        padding: 15px 55px; } }

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
  padding: 15px 45px 15px 30px; }
  @media (min-width: 900px) {
    #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
      padding: 15px 55px; }
      #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
        right: 12px; } }
  #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
    right: 6px;
    left: auto; }

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before {
  content: '\E148'; }

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
  content: '\E15D';
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

/*--------------------------------------------------------------
# Social Media Follow
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Person
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Promo
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Countdown Timer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Cherry React Blog
--------------------------------------------------------------*/
#cherry-post-listing {
  position: relative; }

.cherry-post-loader-container {
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  z-index: 100; }
  .admin-bar .cherry-post-loader-container {
    top: 32px; }

.cherry-post-loader {
  width: 100%;
  height: 4px; }
  .cherry-post-loader .loading-bar {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #0d0d0d; }
    .cherry-post-loader .loading-bar:before {
      display: block;
      position: absolute;
      content: "";
      left: -200px;
      width: 200px;
      height: 4px;
      background-color: #24c1a4;
      -webkit-animation: loading 2s linear infinite;
      animation: loading 2s linear infinite; }
  .cherry-post-loader i {
    color: #24c1a4; }
  .cherry-post-loader__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cherry-post-loader__message {
    margin-left: 10px; }

.cherry-post-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 1600px) {
    .cherry-post-filters {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  @media (max-width: 899px) {
    .cherry-post-filters {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 0px;
      padding-bottom: 20px; } }
  @media (max-width: 599px) {
    .cherry-post-filters {
      padding-top: 0; } }
  .position-one-left-sidebar .cherry-post-filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .cherry-post-filters .filters-flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 899px) {
      .cherry-post-filters .filters-flex-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (max-width: 599px) {
      .cherry-post-filters .filters-flex-wrapper {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .cherry-post-filters .cherry-post-filters__layout-type {
    padding-right: 15px; }
  .cherry-post-filters__term-list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media (max-width: 899px) {
      .cherry-post-filters__term-list > ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px; } }
    @media (max-width: 599px) {
      .cherry-post-filters__term-list > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .cherry-post-filters__term-list > ul li {
      padding-bottom: 0;
      cursor: pointer;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 11px;
      font-size: 0.6875rem; }
      .cherry-post-filters__term-list > ul li .inner {
        padding: 20px 15px; }
      .cherry-post-filters__term-list > ul li:before {
        display: none !important; }
      .cherry-post-filters__term-list > ul li .inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .cherry-post-filters__term-list > ul li .inner.active:after {
          opacity: 1;
          -webkit-transition: 0.5s ease all;
          -o-transition: 0.5s ease all;
          transition: 0.5s ease all; }
        .cherry-post-filters__term-list > ul li .inner:after {
          content: '\f0d7';
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translate(-50%, 60%);
          -ms-transform: translate(-50%, 60%);
          transform: translate(-50%, 60%);
          opacity: 0;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all;
          font-size: 30px;
          font-size: 1.875rem; }
        .cherry-post-filters__term-list > ul li .inner svg {
          position: absolute;
          display: block;
          top: -2px;
          left: 4px;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        .cherry-post-filters__term-list > ul li .inner span {
          white-space: nowrap;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
      .cherry-post-filters__term-list > ul li:last-child {
        margin-right: 0; }
  .cherry-post-filters__layout-type .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -.5px;
    margin-top: .5px; }
  .cherry-post-filters__layout-type .layout-type-item {
    padding: 0;
    margin-left: 20px;
    cursor: pointer;
    line-height: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .cherry-post-filters__layout-type .layout-type-item svg path {
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .cherry-post-filters__layout-type .layout-type-item:first-child {
      margin-left: 0; }
  @media (max-width: 400px) {
    .cherry-post-filters__layout-type {
      display: none; } }
  .cherry-post-filters__sort-order {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 25px;
    min-width: 70px;
    font-size: 11px;
    font-size: 0.6875rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media (max-width: 899px) {
      .cherry-post-filters__sort-order {
        margin-bottom: 20px;
        margin-left: 16px; } }
    .cherry-post-filters__sort-order span {
      margin: 0; }

.cherry-post-list {
  -webkit-perspective: 500px;
  perspective: 500px; }
  .cherry-post-list .cherry-post__terms {
    top: -18px;
    position: relative; }
    .cherry-post-list .cherry-post__terms li {
      padding: 0;
      margin: 0 6px 3px; }
      .cherry-post-list .cherry-post__terms li:first-child {
        margin: 0 6px 3px 30px; }
      .cherry-post-list .cherry-post__terms li:before {
        display: none; }
  .cherry-post-list--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem; }
    .cherry-post-list--grid .cherry-post {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .cherry-post-list--grid .cherry-post .inner-wrapper {
        min-width: 100%;
        margin-bottom: 40px;
        -webkit-box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0);
        box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0);
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .cherry-post-list--grid .cherry-post .inner-wrapper:hover {
          -webkit-box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0.1);
          box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0.1); }
  .cherry-post-list--columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.875rem;
    column-gap: 1.875rem;
    position: relative; }
    .cherry-post-list--columns.masonry-1-col-xl {
      -webkit-column-count: 1;
      column-count: 1; }
    .cherry-post-list--columns.masonry-2-col-xl {
      -webkit-column-count: 2;
      column-count: 2; }
    .cherry-post-list--columns.masonry-3-col-xl {
      -webkit-column-count: 3;
      column-count: 3; }
    @media (max-width: 1599px) {
      .cherry-post-list--columns.masonry-1-col-lg {
        -webkit-column-count: 1;
        column-count: 1; } }
    @media (max-width: 1599px) {
      .cherry-post-list--columns.masonry-2-col-lg {
        -webkit-column-count: 2;
        column-count: 2; } }
    @media (max-width: 1599px) {
      .cherry-post-list--columns.masonry-3-col-lg {
        -webkit-column-count: 3;
        column-count: 3; } }
    @media (max-width: 1199px) {
      .cherry-post-list--columns.masonry-1-col-md {
        -webkit-column-count: 1;
        column-count: 1; } }
    @media (max-width: 1199px) {
      .cherry-post-list--columns.masonry-2-col-md {
        -webkit-column-count: 2;
        column-count: 2; } }
    @media (max-width: 1199px) {
      .cherry-post-list--columns.masonry-3-col-md {
        -webkit-column-count: 3;
        column-count: 3; } }
    @media (max-width: 899px) {
      .cherry-post-list--columns.masonry-1-col-sm {
        -webkit-column-count: 1;
        column-count: 1; } }
    @media (max-width: 899px) {
      .cherry-post-list--columns.masonry-2-col-sm {
        -webkit-column-count: 2;
        column-count: 2; } }
    @media (max-width: 899px) {
      .cherry-post-list--columns.masonry-3-col-sm {
        -webkit-column-count: 3;
        column-count: 3; } }
    @media (max-width: 599px) {
      .cherry-post-list--columns.masonry-1-col-xs {
        -webkit-column-count: 1;
        column-count: 1; } }
    @media (max-width: 599px) {
      .cherry-post-list--columns.masonry-2-col-xs {
        -webkit-column-count: 2;
        column-count: 2; } }
    @media (max-width: 599px) {
      .cherry-post-list--columns.masonry-3-col-xs {
        -webkit-column-count: 3;
        column-count: 3; } }
    .cherry-post-list--columns .cherry-post {
      display: inline-block;
      width: 100%; }
      .cherry-post-list--columns .cherry-post .inner-wrapper {
        margin: 0 0 40px 0; }
  .cherry-post-list--timeline {
    position: relative;
    padding: 0;
    margin: 0 0 30px; }
    .cherry-post-list--timeline:before {
      width: 2px;
      height: 100%;
      display: block;
      position: absolute;
      background-color: #24c1a4;
      top: 0;
      left: 50%;
      content: ""; }
    .cherry-post-list--timeline .cherry-post {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1199px) {
        .cherry-post-list--timeline .cherry-post {
          margin-bottom: 30px; } }
      @media (min-width: 900px) {
        .cherry-post-list--timeline .cherry-post:before {
          position: absolute;
          display: block;
          width: 10px;
          height: 10px;
          top: 16px;
          left: 50%;
          margin-left: -4px;
          border-radius: 50%;
          background-color: #24c1a4;
          -webkit-box-shadow: 0 0 0 6px #93ebdb;
          box-shadow: 0 0 0 6px #93ebdb;
          content: ''; } }
      .cherry-post-list--timeline .cherry-post:empty:before {
        content: none; }
      @media (min-width: 900px) {
        .cherry-post-list--timeline .cherry-post .inner-wrapper {
          width: calc( 50% - 20px); } }
      .cherry-post-list--timeline .cherry-post__meta-date {
        padding: 8px 30px; }
        .cherry-post-list--timeline .cherry-post__meta-date .post-meta-item--date {
          letter-spacing: .5px;
          text-transform: uppercase;
          font-size: 11px;
          font-size: 0.6875rem;
          font-weight: 600; }
      .cherry-post-list--timeline .cherry-post__media .cherry-post__thumbnail {
        height: 271px; }
        .cherry-post-list--timeline .cherry-post__media .cherry-post__thumbnail img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .cherry-post-list--timeline .cherry-post--even {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .cherry-post-list--timeline .cherry-post--even .cherry-post__meta-date {
          text-align: right; }
        .cherry-post-list--timeline .cherry-post--even .cherry-post__title,
        .cherry-post-list--timeline .cherry-post--even .cherry-post__trimed-content,
        .cherry-post-list--timeline .cherry-post--even .entry-content {
          text-align: right; }
        .cherry-post-list--timeline .cherry-post--even .cherry-post__terms {
          padding-right: 30px;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
        .cherry-post-list--timeline .cherry-post--even .cherry-post__meta-info {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
      .cherry-post-list--timeline .cherry-post--odd {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media (max-width: 1199px) {
          .cherry-post-list--timeline .cherry-post--odd {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        .cherry-post-list--timeline .cherry-post--odd .cherry-post__title,
        .cherry-post-list--timeline .cherry-post--odd .cherry-post__trimed-content,
        .cherry-post-list--timeline .cherry-post--odd .entry-content {
          text-align: left; }
        .cherry-post-list--timeline .cherry-post--odd .cherry-post__terms {
          padding-left: 30px;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
  .cherry-post-list--list .cherry-post .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0);
    box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media (max-width: 1199px) {
      .cherry-post-list--list .cherry-post .inner-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .cherry-post-list--list .cherry-post .inner-wrapper:hover {
      -webkit-box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0.1);
      box-shadow: 7px 7px 20px 0 rgba(21, 21, 30, 0.1); }
  .cherry-post-list--list .cherry-post__terms {
    top: 0; }
    .cherry-post-list--list .cherry-post__terms li {
      padding: 0;
      margin: 0; }
      .cherry-post-list--list .cherry-post__terms li:before {
        display: none; }
  .cherry-post-list--list .cherry-post__content {
    padding-top: 30px;
    width: 100%; }
  .cherry-post-list--list .cherry-post__thumbnail {
    min-width: 360px; }
    .cherry-post-list--list .cherry-post__thumbnail img {
      min-width: 100%; }
  .cherry-post-list--list .cherry-post__media {
    overflow: hidden;
    min-width: 360px; }
  .cherry-post-list--list .cherry-post__title {
    text-align: left; }
  .cherry-post-list--list .cherry-post__terms {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 30px 0; }
    .cherry-post-list--list .cherry-post__terms li {
      margin: 0 2px; }

.cherry-post-controls__pagination {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0 0 30px 0; }
  .cherry-post-controls__pagination li {
    margin: 2px; }
    .cherry-post-controls__pagination li:before {
      display: none; }
    .cherry-post-controls__pagination li span {
      display: block;
      cursor: pointer;
      text-align: center;
      line-height: 3;
      display: inline-block;
      min-width: 3em;
      height: 3em;
      text-align: center;
      text-decoration: none;
      border: 1px solid #e0e0e8;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .cherry-post-controls__pagination li span:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
      .cherry-post-controls__pagination li span.active {
        pointer-events: none; }
    .cherry-post-controls__pagination li.prev-page span, .cherry-post-controls__pagination li.next-page span {
      color: #fff;
      background-color: #24c1a4;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding-left: 20px;
      padding-right: 20px; }

.cherry-post-controls__more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px; }
  .cherry-post-controls__more-button .more-button {
    padding: 11px 38px;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .4px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer; }

.cherry-post__thumbnail {
  line-height: 0; }
  .cherry-post__thumbnail--cover-type {
    width: calc(100% + 50px);
    min-height: 270px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-position-x: -50px;
    -webkit-transition: all 0.45s ease-out;
    -o-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out; }
    .cherry-post__thumbnail--cover-type:hover {
      background-position-x: 0;
      opacity: .4; }

.cherry-post__media {
  overflow: hidden; }

.cherry-post__title {
  text-align: left;
  word-break: break-word;
  margin: 0; }
  .cherry-post__title div .title {
    margin-top: 10px; }
    @media (max-width: 1199px) {
      .cherry-post__title div .title {
        font-size: 16px;
        font-size: 1rem; } }
    .position-one-left-sidebar .cherry-post__title div .title {
      font-size: 16px;
      font-size: 1rem; }
  .cherry-post__title a:hover {
    text-decoration: underline; }

.cherry-post__terms {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .cherry-post__terms li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 1px; }
    .cherry-post__terms li a {
      padding: 5px 11.5px;
      line-height: 22px;
      letter-spacing: .5px;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 700; }

.cherry-post__content {
  padding: 0 30px 17px; }

.cherry-post__meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .2px; }
  .cherry-post__meta-info .post-meta-item {
    margin-right: 5px;
    font-size: 11px;
    font-size: 0.6875rem; }
    .cherry-post__meta-info .post-meta-item i {
      margin-right: 5px;
      font-size: 11px;
      font-size: 0.6875rem; }
    .cherry-post__meta-info .post-meta-item:last-child {
      margin-right: 0; }
    .cherry-post__meta-info .post-meta-item--author {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
    .cherry-post__meta-info .post-meta-item--date {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
    .cherry-post__meta-info .post-meta-item--comments {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      text-align: right;
      font-size: 12px;
      font-size: 0.75rem; }
  .position-one-left-sidebar .cherry-post__meta-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.cherry-post__permalink {
  display: inline-block;
  color: #eef4fa;
  background-color: #24c1a4;
  padding: 10px 20px; }
  .cherry-post__permalink:hover {
    color: #24c1a4;
    background-color: #eef4fa;
    -webkit-box-shadow: inset 0 0 0 1px #e0e0e8;
    box-shadow: inset 0 0 0 1px #e0e0e8; }

.customizer-mode .edit-button {
  width: 25px;
  height: 25px;
  line-height: 0;
  display: inline-block;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer; }
  .customizer-mode .edit-button svg {
    margin: 4px;
    fill: #4c72fd; }

.spinner {
  -webkit-animation: spinner 1s linear infinite;
  animation: spinner 1s linear infinite; }

@-webkit-keyframes loading {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }

@keyframes loading {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.editable {
  position: relative; }
  .editable:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 2px dashed;
    top: 0;
    left: 0; }

.post-item-enter {
  opacity: 0.01;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.post-item-enter.post-item-enter-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 500ms ease-in 5s;
  -o-transition: all 500ms ease-in 5s;
  transition: all 500ms ease-in 5s; }

.post-item-leave {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.post-item-leave.post-item-leave-active {
  opacity: 0.01;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.post-item-appear {
  opacity: 0.01;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.post-item-appear.post-item-appear-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

/*# sourceMappingURL=style.css.map */