@charset "UTF-8";
/*!
Theme Name: PodFM based on Digezine
Theme URI: http://www.templatemonster.com/wordpress-themes.php
Author: Jetimpex
Author URI: http://www.templatemonster.com/
Description: Digezine - truely multipurpose WordPress theme for real life projects. Built with love and care by TemplateMonster.
Version: 1.1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: digezine
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, grid-layout, custom-header, custom-logo, footer-widgets, flexible-header, blog
Template Id: 63850

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.

Digezine is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grid
# Typography
# Elements
	## Lists
	## Tables
	## Preloader
	## ToTop button
# Forms
# Navigation
	## Links
	## Top Menu
	## Main Menu
	## Footer Menu
	## Paginations
	## Breadcrumbs
	## Social List
# Modules
	## Accessibility
	## Alignments
	## Clearings
	## Comments
	## Swiper
	## Author Bio
	## Share Buttons
	## Magnific Popup
# Components
	## Card
# Content
	## Layout
	## Header
	## Posts and pages
	## Post Formats
	## Footer
	## 404
# Widgets
	## Defaults
	## About author
	## About Digezine
	## Banner
	## Carousel
	## Contact Information
	## Custom Posts
	## Featured Posts Block
	## Image Grid
	## News Smart Box
	## Playlist Slider
	## Smart Slider
	## Subscribe
	## Taxonomy Tiles
# Media
	## Captions
	## Galleries
	## Embeds
# Plugins
	## Contact Form 7
	## Cherry Socialize
	## Cherry Search

--------------------------------------------------------------*/
/*Transition for animation*/
/*--------------------------------------------------------------
# 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 {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

/* @media (min-width: 1100px) {
  .container {
    max-width: 1050px;
  }
} */

@media (min-width: 1441px) {
  .container {
    max-width: 1250px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container-fluid:before, .container-fluid:after {
  content: none !important;
}

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

.row:before, .row:after {
  content: none !important;
}

.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: 12px;
  padding-right: 12px;
  float: none;
}

.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: 544px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1441px) {
  .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: 544px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1441px) {
  .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: 544px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1441px) {
  .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;
      -ms-grid-row-align: center;
      align-self: center;
}

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

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

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

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

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

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

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

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0 0 15px;
}

h3 {
  margin: 0 0 15px;
}

h4 {
  margin: 0 0 20px;
}

h5 {
  margin: 0 0 14px;
}

h6 {
  margin: 0 0 7px;
  /* text-transform: uppercase; */
}

p + h1 {
  margin-top: 20px;
  margin-bottom:16px;
}

p + h2 {
  margin-top: 25px;
  margin-bottom:16px;
}

p + h3 {
  margin-top: 38px;
  margin-bottom:16px;
}

p + h4 {
  margin-top: 20px;
  margin-bottom:16px;
}

p + h5 {
  margin-top: 28px;
  margin-bottom:16px;
}

p + h6 {
  margin-top: 28px;
  margin-bottom:16px;
}


p {
  margin: 0 0 16px;
}

p:last-child {
  margin-bottom: 0;
}

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

cite {
  font-style: normal;
}

address {
  margin: 0 0 1.4em;
}

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: 1px 5px;
  border: 1px solid #e3e3e3;
  font-size: 18px;
  font-size: 1.125rem;
}

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

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

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

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
}

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

blockquote, q {
  quotes: none;
}

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

blockquote {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  margin-left: 0;
  margin-right: 0;
}

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

blockquote cite {
  display: block;
  margin-top: 7px;
}

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

blockquote:before {
  content: "\201c";
  font-family: "Times New Roman", Times, serif;
  display: block;
  font-size: 72px;
  line-height: 50px;
  font-weight: 700;
  margin-right: 15px;
}

blockquote cite {
  margin-top: 37px;
}

.single .format-quote .entry-content blockquote {
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 25px;
}

.single .format-quote .entry-content blockquote > * {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.single .format-quote .entry-content blockquote:first-child {
  margin-top: 10px;
}

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

p + ul,
p + ol {
  margin-top: 50px;
}

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

ul:last-child, ol:last-child {
  margin-bottom: 0;
}

.entry-content ul:not([class]) {
  list-style: none;
}

.entry-content ul:not([class]) li + li,
.entry-content ul:not([class]) li > ul li,
.entry-content ul:not([class]) li > ol li {
  margin-top: 5px;
}

.entry-content ul:not([class]) > li:before {
  content: '•';
  margin-right: 10px;
}

.entry-content ol {
  list-style: none;
  counter-reset: li;
}

.entry-content ol li + li,
.entry-content ol li > ul li,
.entry-content ol li > ol li {
  margin-top: 5px;
}

.entry-content ol > li:before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  margin-right: 10px;
  display: inline-block;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.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 + li {
  margin-left: 10px;
}

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

/* List (no marker) */
.entry-content ul.list {
  list-style: none;
  margin-left: 0;
}

.entry-content ul.list li span {
  display: inline-block;
}

.entry-content ul.list li + li,
.entry-content ul.list li > ul li,
.entry-content ul.list li > ol li {
  margin-top: 15px;
}

.entry-content ul.list li > ul {
  margin-left: 3em;
}

.entry-content ul.list li > ol,
.entry-content ul.list li > .list {
  margin-left: 1.5em;
}

article .entry-content ol > li:before {
  content: counter(li, decimal-leading-zero);
}

article .entry-content ul:not([class]) > li:before {
  color: inherit;
}

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

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

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

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

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

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-preloader-cover {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.page-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.svg-path {
  -webkit-animation: 2.5s linear paper infinite;
          animation: 2.5s linear paper infinite;
}

.svg-path-2 {
  -webkit-animation: 2.5s linear paper2 infinite;
          animation: 2.5s linear paper2 infinite;
}

@-webkit-keyframes paper {
  0% {
    stroke-dasharray: 0 30;
  }
  70% {
    stroke-dasharray: 30 0;
  }
  100% {
    stroke-dasharray: 0;
  }
}

@keyframes paper {
  0% {
    stroke-dasharray: 0 30;
  }
  70% {
    stroke-dasharray: 30 0;
  }
  100% {
    stroke-dasharray: 0;
  }
}

@-webkit-keyframes paper2 {
  0% {
    stroke-dasharray: 0 150;
  }
  70% {
    stroke-dasharray: 150 0;
  }
  100% {
    stroke-dasharray: 0;
  }
}

@keyframes paper2 {
  0% {
    stroke-dasharray: 0 150;
  }
  70% {
    stroke-dasharray: 150 0;
  }
  100% {
    stroke-dasharray: 0;
  }
}

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: -999em;
  overflow: hidden;
  width: 58px;
  height: 58px;
  z-index: 999;
  text-align: center;
  border-radius: 50%;
}

#toTop:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  line-height: 58px;
  font-size: 24px;
  content: "\e941";
}

#toTop:focus {
  outline: 0;
}

@media (min-width: 768px) {
  #toTop {
    right: 20px;
    bottom: 80px;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 10px 10px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid;
  box-shadow: none;
  transition: .3s;
  text-transform: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 0;
}

.btn {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 9px 10px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid;
  box-shadow: none;
  transition: .3s;
  text-transform: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 0;
}

.btn:hover {
  text-decoration: none;
}

.btn:active {
  outline: 0;
  box-shadow: 0 0 10px;
}

.btn-fullwidth {
  width: 100%;
}

.btn.btn-default {
  background-color: transparent;
  border-color: #E0E0E2;
}

.invert .btn,
.invert .btn-primary,
.invert .btn-secondary,
.invert .btn-default,
.error-404 .btn-secondary:hover {
  background-color: transparent;
}

.link i {
  display: none;
}

.link,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.comment-form .submit,
.wpcf7-submit,
.post-password-form label + input {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 0;
  font-weight: 600;
  padding: 10px 18px;
}

/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
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: 9px 20px;
  /* border: 1px solid #f7f8f8;
  background-color: #f7f8f8; */
  font-size: 17px;
  /* font-size: 0.75rem; */
  line-height: 1.4167;
  font-style: normal;
  transition: .3s;
}

i + input[type='text'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap > input[type='text'], i +
input[type='email'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='email'], i +
input[type='url'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='url'], i +
input[type='password'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='password'], i +
input[type='search'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='search'], i +
input[type='number'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='number'], i +
input[type='tel'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='tel'], i +
input[type='range'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='range'], i +
input[type='date'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='date'], i +
input[type='month'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='month'], i +
input[type='week'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='week'], i +
input[type='time'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='time'], i +
input[type='datetime'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='datetime'], i +
input[type='datetime-local'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='datetime-local'], i +
input[type='color'].comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
input[type='color'], i +
select.comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
select, i +
textarea.comment-form__field,
.wpcf7 i + .wpcf7-form-control-wrap >
textarea {
  padding-left: 55px;
}

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: 0;
  border: 1px solid #c7c7c7;
  background-color: transparent;
}

.invert input[type='text']:focus,
.tm_pb_with_background input[type='text']:focus, .invert
input[type='email']:focus,
.tm_pb_with_background
input[type='email']:focus, .invert
input[type='url']:focus,
.tm_pb_with_background
input[type='url']:focus, .invert
input[type='password']:focus,
.tm_pb_with_background
input[type='password']:focus, .invert
input[type='search']:focus,
.tm_pb_with_background
input[type='search']:focus, .invert
input[type='number']:focus,
.tm_pb_with_background
input[type='number']:focus, .invert
input[type='tel']:focus,
.tm_pb_with_background
input[type='tel']:focus, .invert
input[type='range']:focus,
.tm_pb_with_background
input[type='range']:focus, .invert
input[type='date']:focus,
.tm_pb_with_background
input[type='date']:focus, .invert
input[type='month']:focus,
.tm_pb_with_background
input[type='month']:focus, .invert
input[type='week']:focus,
.tm_pb_with_background
input[type='week']:focus, .invert
input[type='time']:focus,
.tm_pb_with_background
input[type='time']:focus, .invert
input[type='datetime']:focus,
.tm_pb_with_background
input[type='datetime']:focus, .invert
input[type='datetime-local']:focus,
.tm_pb_with_background
input[type='datetime-local']:focus, .invert
input[type='color']:focus,
.tm_pb_with_background
input[type='color']:focus, .invert
select:focus,
.tm_pb_with_background
select:focus, .invert
textarea:focus,
.tm_pb_with_background
textarea:focus {
  background-color: #f7f8f8;
}

.widget-subscribe input[type='text'],
.site-footer input[type='text'], .widget-subscribe
input[type='email'],
.site-footer
input[type='email'], .widget-subscribe
input[type='url'],
.site-footer
input[type='url'], .widget-subscribe
input[type='password'],
.site-footer
input[type='password'], .widget-subscribe
input[type='search'],
.site-footer
input[type='search'], .widget-subscribe
input[type='number'],
.site-footer
input[type='number'], .widget-subscribe
input[type='tel'],
.site-footer
input[type='tel'], .widget-subscribe
input[type='range'],
.site-footer
input[type='range'], .widget-subscribe
input[type='date'],
.site-footer
input[type='date'], .widget-subscribe
input[type='month'],
.site-footer
input[type='month'], .widget-subscribe
input[type='week'],
.site-footer
input[type='week'], .widget-subscribe
input[type='time'],
.site-footer
input[type='time'], .widget-subscribe
input[type='datetime'],
.site-footer
input[type='datetime'], .widget-subscribe
input[type='datetime-local'],
.site-footer
input[type='datetime-local'], .widget-subscribe
input[type='color'],
.site-footer
input[type='color'], .widget-subscribe
select,
.site-footer
select, .widget-subscribe
textarea,
.site-footer
textarea {
  border-color: #5b5a5a;
  background-color: transparent;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type='file'] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2143;
  font-style: italic;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'] {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

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

select {
  border: 1px solid #ECECEE;
  max-width: 100%;
}

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

* + div.wpcf7 {
  margin-top: 30px;
}

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

:-moz-placeholder {
  opacity: 1;
}

/*--------------------------------------------------------------
## Search-form
--------------------------------------------------------------*/
.search-form {
  margin: -5px;
  padding: 0;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-header .search-form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: absolute;
  z-index: -1;
  top: -999em;
  left: 0;
  right: 55px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.site-header.style-3 .search-form,
.site-header.style-4 .search-form,
.site-header.style-2 .search-form {
  /* left: 15px;
  right: 70px; */
  left: -155px;
}

.site-header.search-active .search-form {
  top: 50%;
  opacity: 1;
  visibility: visible;
  z-index: 3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-header .mobile-panel .search-form {
  left: 55px;
  right: 75px;
}

.search-form__toggle {
  font-size: 19px;
  cursor: pointer;
  transition: all .3s ease-out;
  position: relative;
  /* top: 3px; */
  display: inline-block;
  /* font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  /* -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga"; */
  /* Better Font Rendering */
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  */
}

.search-form__toggle:before {
  /* content: '\e922'; */
}

.site-header.search-active .search-form__toggle {
  /* opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); */
}

.search-form__close {
  font-size: 19px;
  cursor: pointer;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  /* right: 0; */
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  padding: 5px 0;
  opacity: 0;
  /* margin-left: 25px; */
  visibility: hidden;
}

.search-form__close:before {
  content: '\e92a';
}

/* .search-form__close:after {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  height: 100%;
  width: 1px;
  background: #e3e3e3;
}

.invert .search-form__close:after {
  background: rgba(227, 227, 227, 0.2);
} */

.site-header.search-active .search-form__close {
  transition: all .5s ease-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.site-header.style-3 .search-form__close,
.site-header.style-4 .search-form__close,
.site-header.style-2 .search-form__close {
   left: 0; 
}

.site-header .mobile-panel .search-form__close {
  /* right: 20px; */
  display:none;
}

.search-form__input-wrap {
  position: relative;
  margin: 5px;
  -webkit-box-flex: 5;
      -ms-flex: 5 1 185px;
          flex: 5 1 185px;
  min-width: 185px;
}

.search-form__input-wrap i {
  pointer-events: none;
  font-size: 24px;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .search-form__input-wrap i {
    left: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar .search-form__input-wrap i {
    left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .tm_pb_column_1_3 .search-form__input-wrap i {
    left: 15px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .search-form__input-wrap i,
  .tm_pb_column_1_4 .search-form__input-wrap i {
    left: 15px;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .search-form__input-wrap i {
    left: 15px;
  }
}

.site-header .search-form__input-wrap i {
  display: none;
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .search-form__input-wrap {
    -webkit-box-flex: 5;
        -ms-flex: 5 1 150px;
            flex: 5 1 150px;
    min-width: 150px;
  }
}

.site-header .search-form__input-wrap {
  margin: 0;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.site-header .search-form__input-wrap {
  width: 150px;
}

.search-form__field[type='search'] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 50px;
}

i + .search-form__field[type='search'] {
  padding-left: 50px;
}

@media (min-width: 768px) {
  i + .search-form__field[type='search'] {
    padding-left: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar i + .search-form__field[type='search'] {
    padding-left: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .tm_pb_column_1_3 i + .search-form__field[type='search'] {
    padding-left: 50px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) i + .search-form__field[type='search'],
  .tm_pb_column_1_4 i + .search-form__field[type='search'] {
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar i + .search-form__field[type='search'] {
    padding-left: 50px;
    padding-right: 10px;
  }
}

.site-header .search-form__field[type='search'] {
  padding: 17.5px 0;
  font-size: 12px;
  font-size: 0.75rem;
  /* background: none; */
  /* border: none; */
  width: 150px;
  max-width: inherit;
}

.site-header .search-form__field[type='search']:focus {
  background: none;
}

.search-form__submit {
  margin: 5px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media (max-width: 543px) {
  .search-form__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar .search-form__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .search-form__submit,
  .tm_pb_column_1_3 .search-form__submit,
  .tm_pb_column_1_4 .search-form__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .search-form__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-header .search-form__submit,
.site-header .invert .search-form__submit {
  background: none;
  border: none;
  font-size: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 15px 10px;
  display: none;
}

.site-header .search-form__submit:hover,
.site-header .invert .search-form__submit:hover {
  background: none;
}

.site-header .search-form__submit:active,
.site-header .invert .search-form__submit:active {
  box-shadow: none;
}

.site-header .search-form__submit:before,
.site-header .invert .search-form__submit:before {
  content: '\e922';
  font-size: 19px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
## Comment-form
--------------------------------------------------------------*/
.comment-list + .comment-respond {
  padding-top: 60px;
  border-top: 1px solid #e3e3e3;
}

.comment-list .comment-respond {
  margin-top: 60px;
  margin-bottom: 60px;
}

.comment-reply-title {
  margin-bottom: 30px;
}

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  line-height: 1.5;
  margin: 9px 0 9px 10px;
}

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
  position: relative;
  margin: 0 0 20px 0;
}

.comment-form-comment i, .comment-form-author i, .comment-form-email i, .comment-form-url i {
  pointer-events: none;
  font-size: 24px;
  position: absolute;
  left: 20px;
  top: 5.5px;
}

.comment-form .form-submit {
  margin: 40px 0 0 0;
}

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

.comment-form .logged-in-as,
.comment-form .comment-notes {
  margin: 0 0 20px;
}

/*--------------------------------------------------------------
## Password-form
--------------------------------------------------------------*/
.post-password-form {
  text-align: center;
}

@media (min-width: 768px) {
  .post-password-form {
    text-align: left;
  }
}

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

.post-password-form label + input[type="submit"] {
  margin: 5px 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: .3s;
}

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

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

.edit-link {
  display: block;
  background: #e3e3e3;
  padding: 0 15px;
}

.entry-content > p > a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-panel__menu-list {
  text-align: center;
  margin: 0 -7px;
}

.top-panel__menu-list .menu-item {
  margin: .25em 7px;
  font-size: 12px;
  font-size: 0.75rem;
}

.top-panel__menu-list .menu-item a {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
/* Basic */
.main-navigation {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .main-navigation {
    width: auto;
    margin-right: auto;
  }
}

.main-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

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

.main-navigation li {
  position: relative;
  text-align: left;
}

.main-navigation a {
  position: relative;
  display: block;
  text-decoration: none;
}

@media (max-width: 767px) {
  .main-navigation ul ul a {
    padding-left: 2rem;
  }
  .main-navigation ul ul ul a {
    padding-left: 3rem;
  }
  .main-navigation ul ul ul ul a {
    padding-left: 4rem;
  }
  .main-navigation ul ul ul ul ul a {
    padding-left: 5rem;
  }
  .main-navigation ul ul ul ul ul ul a {
    padding-left: 6rem;
  }
  .main-navigation.toggled .menu {
    display: block;
  }
}

@media (min-width: 768px) {
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li.menu-hover > ul {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover > ul {
    left: calc(100% + 1px);
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover > ul.inverse-side, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover > ul.inverse-side {
    left: auto;
    right: calc(100% + 1px);
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul {
    top: -26px;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul.in-transition {
    left: calc(100% + 1px);
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul.inverse-side.in-transition {
    left: auto;
    right: calc(100% + 1px);
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li[hidden] {
    display: none;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li.menu-hover > ul {
    left: -40px;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li:hover > ul.inverse-side, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li.menu-hover > ul.inverse-side {
    left: auto;
    right: -10px;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul {
    top: 100%;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul.in-transition {
    left: -40px;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul.in-transition.inverse-side {
    left: auto;
    right: -10px;
  }
  .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu {
    position: absolute;
    z-index: 999;
    left: -999em;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
  }
  .main-navigation:not(.vertical-menu) .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
  }
  .main-navigation:not(.vertical-menu) .menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-navigation:not(.vertical-menu) .menu .sub-menu {
    margin: 0;
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.26);
  }
  .main-navigation:not(.vertical-menu) .menu > li[hidden] {
    display: none;
  }
  .main-navigation:not(.vertical-menu) .menu > li > .sub-menu {
    margin-top: 20px;
  }
  .main-navigation:not(.vertical-menu) .menu > li > .sub-menu:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: 100%;
    left: 0;
  }
  .main-navigation:not(.vertical-menu) .menu .sub-menu .sub-menu li a:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    bottom: 0;
    top: 0;
    right: calc(100% - 0.5px);
  }
  .main-navigation:not(.vertical-menu) .menu .sub-menu .sub-menu.inverse-side li a:before {
    right: auto;
    left: calc(100% - 0.5px);
  }
}

/* Skin */
@media (max-width: 767px) {
  .main-navigation {
    position: fixed !important;
  }
  .main-navigation.mobile-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 997;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    padding-top: 60px;
    margin: 0;
    width: 100%;
    height: 100vh;
  }
  .admin-bar .main-navigation.mobile-menu {
    padding-top: 105px;
  }
  .main-navigation.mobile-menu > .menu {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .main-navigation.mobile-menu.animate {
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
  }
  .main-navigation.mobile-menu.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .main-navigation.mobile-menu > .menu {
    display: block;
    position: fixed;
  }
  .main-navigation.mobile-menu > .menu > li:first-child {
    margin-top: 20px;
  }
}

.main-navigation a {
  padding: 5px 0;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .main-navigation .menu {
    /* margin-left: -18px;
    margin-right: -18px; */
  }
  .main-navigation .menu > li {
    /* margin-left: 18px;
    margin-right: 18px; */
  }
}

@media (min-width: 768px) {
  .main-navigation .menu > li > a {
    letter-spacing: 0;
    text-transform: none;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .main-navigation .menu > li > a {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) a {
    padding-right: 65px;
  }
}

@media (min-width: 768px) {
  .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) > a {
    padding-right: 20px!important;
  }
  .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) > a::after {
    /* Marker (level 1) */
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 7px;
    right: 7px;
    display: none;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) > a::after {
    display: inline-block;
  }
}

.main-navigation .menu > li > a {
  padding: 4px 12px;
}
.main-navigation .menu > li:hover > a {
  background: #000;
  color: #fff!important;
}
.main-navigation .menu > li:hover > a, .main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a {
  /* Active and hover state (level 1) */
}


@media (min-width: 768px) {
  .main-navigation .menu > li {
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
  }
  .default .main-navigation .menu > li:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: -15px;
    display: inline-block;
    height: 3px;
    transition: 0.3s cubic-bezier(0.77, -0.315, 0.39, 1.325);
  }
  .main-navigation .menu > li:hover:before {
    left: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  .main-navigation .sub-menu {
    padding: 10px 0;
  }
  .main-navigation .sub-menu > li > a {
    width: 155px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .main-navigation .sub-menu li.menu-item-has-children > a:after {
    /* Marker (level 2, 3, ..., N) */
    content: '\e93c';
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .main-navigation .sub-menu > li > a {
    width: 220px;
    padding: 4px 20px 4px 25px;
  }
}

@media (min-width: 768px) {
  .main-navigation .sub-menu a {
    font-size: 14px;
    /* font-size: 0.75rem; */
    font-weight: 300;
    letter-spacing: normal;
    text-transform: capitalize;
  }
}

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

.main-navigation a::after {
  /* Marker style */
  cursor: pointer;
  position: absolute;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
}

@media (min-width: 768px) {
  .main-navigation:not(.vertical-menu) .menu > li > .sub-menu {
    margin-top: 14px;
  }
}

/* Menu items description */
.menu-item__desc {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .menu > li > a > .menu-item__desc {
    text-align: center;
  }
}

/* Mobile style */
.mobile-menu .menu {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

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

@media (max-width: 767px) {
  .mobile-menu .sub-menu-toggle {
    display: block;
  }
  .mobile-menu .menu-item-has-children > .sub-menu {
    display: none;
  }
  .mobile-menu .sub-menu-open > .sub-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  html.mobile-menu-active,
  html.mobile-menu-active body {
    overflow: hidden;
  }
}

.sub-menu-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 995;
  border: 0;
  padding: 15px 22px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub-menu-toggle:before {
  content: '\e93a';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
}

.sub-menu-toggle.active:before {
  content: '\e939';
}

/*--------------------------------------------------------------
## Vertical menu
--------------------------------------------------------------*/
/*rtl:begin:ignore*/
#site-navigation.main-navigation.vertical-menu {
  overflow: hidden;
  will-change: transform;
  transition: -webkit-transform 500ms ease-in;
  transition: transform 500ms ease-in;
  transition: transform 500ms ease-in, -webkit-transform 500ms ease-in;
  z-index: 1001;
  position: fixed;
  top: 0;
  width: 300px;
  height: 100vh;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15);
}

#site-navigation.main-navigation.vertical-menu.slide--left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  left: 0;
}

#site-navigation.main-navigation.vertical-menu.slide--right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  right: 0;
}

#site-navigation.main-navigation.vertical-menu.menu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
}

#site-navigation.main-navigation.vertical-menu .main-navigation-buttons {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 12%;
  direction: ltr;
}

#site-navigation.main-navigation.vertical-menu ul {
  list-style: none;
  padding: 0;
  width: 300px;
  display: none;
}

#site-navigation.main-navigation.vertical-menu ul.menu {
  position: relative;
  display: block;
  transition: 400ms -webkit-transform ease-in-out;
  transition: 400ms transform ease-in-out;
  transition: 400ms transform ease-in-out, 400ms -webkit-transform ease-in-out;
  will-change: transform;
  margin: 0;
}

#site-navigation.main-navigation.vertical-menu ul.menu > li {
  display: block;
}

#site-navigation.main-navigation.vertical-menu ul.menu li {
  text-align: center;
  margin: 0;
}

#site-navigation.main-navigation.vertical-menu ul.menu li a {
  width: auto;
  border: none;
  display: inline-block;
  padding: 8px 15px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
}

#site-navigation.main-navigation.vertical-menu ul.menu li::after {
  display: none;
}

#site-navigation.main-navigation.vertical-menu ul.menu li.hide,
#site-navigation.main-navigation.vertical-menu ul.menu li a.hide {
  display: none;
}

#site-navigation.main-navigation.vertical-menu .active > ul {
  display: inherit;
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
}

#site-navigation.main-navigation.vertical-menu .menu-item-has-children a {
  position: relative;
}

#site-navigation.main-navigation.vertical-menu .menu-item-has-children > a::after {
  font-size: 10px;
  font-size: 0.625rem;
  content: '\e93c';
  color: inherit;
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#site-navigation.main-navigation.vertical-menu .scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
}

#site-navigation.main-navigation.vertical-menu .back,
#site-navigation.main-navigation.vertical-menu .close {
  cursor: pointer;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  transition: .3s;
}

#site-navigation.main-navigation.vertical-menu .back.hide,
#site-navigation.main-navigation.vertical-menu .close.hide {
  display: none;
}

#site-navigation.main-navigation.vertical-menu .back i,
#site-navigation.main-navigation.vertical-menu .close i {
  font-size: 28px;
  font-size: 1.75rem;
}

#site-navigation.main-navigation.vertical-menu .back i + .navigation-button__text,
#site-navigation.main-navigation.vertical-menu .close i + .navigation-button__text {
  margin-left: 10px;
}

#site-navigation.main-navigation.vertical-menu .back .navigation-button__text,
#site-navigation.main-navigation.vertical-menu .close .navigation-button__text {
  font-size: 12px;
  font-size: 0.75rem;
}

#site-navigation.main-navigation.vertical-menu .menu::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #f7f8f8;
}

#site-navigation.main-navigation.vertical-menu .menu::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
  background-color: #f7f8f8;
}

#site-navigation.main-navigation.vertical-menu .menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}

#site-navigation.main-navigation.vertical-menu .super-guacamole__menu {
  display: none !important;
}

@media (max-width: 767px) {
  #site-navigation.main-navigation .parent-title {
    display: none;
  }
}

/*rtl:end:ignore*/
@media (max-width: 767px) {
  .main-navigation-buttons {
    display: none;
  }
}

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .footer-menu__items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-footer.style-2 .footer-menu__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-menu__items .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: .72px;
  font-weight: 400;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 992px) {
  .footer-menu__items .menu-item {
    padding: .5em 1.5em;
  }
}

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

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  overflow: hidden;
  padding-top: 46px;
  margin-bottom: 46px;
  /* border-top: 1px solid #e3e3e3; */
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  text-transform: uppercase;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  line-height: 1;
  width: 100%;
}

@media (min-width: 544px) {
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 50%;
  }
}

.comment-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-previous > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-previous > a,
.post-navigation .nav-next > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  position: relative;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  padding-right: 10px;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
  padding-left: 35px;
}

@media (min-width: 992px) {
  .comment-navigation .nav-previous > a,
  .posts-navigation .nav-previous > a,
  .post-navigation .nav-previous > a {
    padding-left: 55px;
  }
}

.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  content: '\e943';
  vertical-align: top;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  padding-left: 10px;
  margin-top: 25px;
}

@media (min-width: 544px) {
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    margin-top: 0;
  }
}

.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  padding-right: 35px;
}

@media (min-width: 992px) {
  .comment-navigation .nav-next > a,
  .posts-navigation .nav-next > a,
  .post-navigation .nav-next > a {
    padding-right: 55px;
  }
}

.comment-navigation .nav-next > a:after,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-next > a:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  content: '\e944';
  vertical-align: top;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-links {
  text-align: left;
  font-weight: 600;
  margin-left:5px;
}

/*Post pagination*/
.pagination {
  /* padding: 30px 0 5px; */
  margin-bottom: 20px;
  margin-top: 0px !important;
  /* border-top: 1px solid #e3e3e3; */
}

.posts-list:not(.posts-list--default) + .pagination {
  text-align: center;
}

.site-content .page-numbers {
  border-radius: 0;
  width: auto;
  height: auto;
  min-width: auto;
  line-height: 1.2;
  border: none;
  font-weight: 600;
  margin-right: 10px;
  font-size: 18px;
}

.site-content .page-numbers.next, .site-content .page-numbers.prev {
  min-width: 30px;
  border: none;
  background: none;
}

.site-content .page-numbers.next i, .site-content .page-numbers.prev i {
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
}

.site-content a.page-numbers:hover,
.site-content .page-numbers.current {
  background-color: transparent;
}

/*Page links*/
.site-content .page-links {
  clear: both;
  margin: 0 0 1em;
}

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

.site-content .page-links a,
.site-content .page-links > .page-links__item {
  line-height: 1.2;
  display: inline-block;
  width: auto;
  margin: 0 5px 5px 0;
  padding: 0 2px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
}

.site-content .page-links a:hover,
.site-content .page-links > .page-links__item,
div.site-content .page-links a,
div.site-content .page-numbers {
  background-color: transparent;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  background-color: transparent;
  position: relative;
  padding: 10px 0;
}

@media (min-width: 992px) {
  .breadcrumbs {
    padding: 44px 0 22px;
  }
}

.breadcrumbs:before {
  display: none;
}

.breadcrumbs .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs__title, .breadcrumbs__items {
  padding-left: 12px;
  padding-right: 12px;
}

.breadcrumbs__items {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

.breadcrumbs__title + .breadcrumbs__items {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.breadcrumbs__title .page-title {
  margin: 0;
}

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

.breadcrumbs__wrap {
  margin: 0;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item-sep {
  margin: 0 .5em;
}

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

@media (max-width: 991px) {
  .breadcrumbs .breadcrumbs__content, .breadcrumbs .breadcrumbs__item {
    line-height: 1.2;
  }
}

.breadcrumbs .page-title {
  font-size: 30px;
  font-size: 1.875rem;
}

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .social-list__items {
  margin-left: -11px;
  margin-right: -11px;
}

.social-list .social-list__items .menu-item {
  /* padding-left: 11px;
  padding-right: 11px; */
  border:1px solid #000;
  border-radius:50%;
  font-size:20px;
  margin-right:8px;
}
.social-list .social-list__items .menu-item a {
  color: #000!important;
}
.social-list .social-list__items .menu-item:hover {
  background: #fe3524;
  border:1px solid #fe3524;
}

.social-list .social-list__items .menu-item:hover a {
  color: #fff!important;
}

.site-footer:not(.style-2) .social-list .social-list__items {
  /* margin-left: -7px;
  margin-right: -7px; */
}

.site-footer:not(.style-2) .social-list .social-list__items .menu-item {
  /* padding-left: 7px;
  padding-right: 7px; */
}

@media (min-width: 768px) {
  .site-header .social-list .social-list__items {
    /* margin-left: -7px;
    margin-right: -7px; */
  }
  .site-header .social-list .social-list__items .menu-item {
    /* padding-left: 7px;
    padding-right: 7px; */
  }
}

.social-list .menu-item {
  margin: 0;
}

.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[href*="codepen.io"]::before {
  content: '\f1cb';
}

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

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

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

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

.social-list .menu-item > a[href*="t.me"]::before {
  content: "\f2c6";
}

.social-list .menu-item > a[href*="tg://resolve?domain=podfmru"]::before {
  content: "\f2c6";
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.social-list .menu-item > a[href*="vk.com"]::before {
  content: '\f189';
}
.social-list .menu-item > a[href*="ok.ru"]::before {
  content: '\f263';
  position: relative;
}
.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: 17px;
  /* font-size: 12px; */
  display: block;
  line-height: 32px;
  width: 32px;
  margin: auto;
}

.site-footer:not(.style-2) .social-list .menu-item > a::before {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .site-header .social-list .menu-item > a::before {
    /* font-size: 15px;
    font-size: 0.9375rem; */
  }
}

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

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

/*--------------------------------------------------------------
## Toggle buttons
--------------------------------------------------------------*/
.menu-toggle {
  padding: 10px 10px;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background: none;
  border: 0;
  margin: 0;
  overflow: visible;
}

.menu-toggle:hover {
  opacity: 1;
}

.menu-toggle .menu-toggle-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-toggle .menu-toggle-inner::before {
  transition: top 0.1s 0.14s ease,
 opacity 0.1s ease;
}

.menu-toggle .menu-toggle-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-toggle.toggled .menu-toggle-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-toggle.toggled .menu-toggle-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease,
 opacity 0.1s 0.14s ease;
}

.menu-toggle.toggled .menu-toggle-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-toggle-box {
  width: 22px;
  height: 16px;
  display: block;
  position: relative;
}

.menu-toggle-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.menu-toggle-inner, .menu-toggle-inner::before, .menu-toggle-inner::after {
  width: 22px;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.menu-toggle-inner::before, .menu-toggle-inner::after {
  content: "";
  display: block;
}

.menu-toggle-inner::before {
  top: -7px;
}

.menu-toggle-inner::after {
  bottom: -7px;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
  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
--------------------------------------------------------------*/
/*rtl:begin:ignore*/
.alignleft {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 15px 30px 15px 0;
  }
}

.alignright {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .alignright {
    float: right;
    margin: 15px 0 15px 30px;
  }
}

/*rtl:end:ignore*/
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
.clear:before, .widget_categories ul li:before,
.widget_archive ul li:before, .widget_recent_comments ul li:before, .widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail:before,
.clear:after,
.widget_categories ul li:after,
.widget_archive ul li:after,
.widget_recent_comments ul li:after,
.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .widget_categories ul li:after,
.widget_archive ul li:after, .widget_recent_comments ul li:after, .widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail:after,
.comment-body:after,
.entry-content: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: 60px;
  /* border-top: 1px solid #e3e3e3; */
  padding-top: 60px;
}

.comments-title {
  margin-bottom: 30px;
}

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

@media (min-width: 992px) {
  .comment-list {
    padding-bottom: 75px;
  }
}

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

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

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

.comment-list .children > .comment {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .comment-list > .comment.depth-1.parent > .children,
  .comment-list > .ping.depth-1.parent > .children {
    padding-left: 100px;
  }
}

.comment-list > .comment + .comment,
.comment-list > .comment + .ping,
.comment-list > .ping + .comment,
.comment-list > .ping + .ping {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .comment-list > .comment + .comment,
  .comment-list > .comment + .ping,
  .comment-list > .ping + .comment,
  .comment-list > .ping + .ping {
    margin-top: 40px;
  }
}

.comment-body__holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.comment-body .fn {
  display: block;
  margin-bottom: 2px;
}

.comment-body .reply {
  line-height: 1.5;
}

.comment-content-wrap {
  padding: 15px 25px;
  position: relative;
  border-radius: 3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

@media (min-width: 992px) {
  .comment-content-wrap {
    padding: 25px 40px 35px;
  }
}

.comment-content-wrap:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  top: 12px;
  right: 100%;
}

@media (min-width: 992px) {
  .comment-content-wrap:before {
    border-width: 11px 12px 11px 0;
    top: 25px;
  }
}

.comment-author {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.comment-content {
  margin-top: 5px;
}

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

.comment-content p {
  line-height: 1.7142;
  margin-bottom: 1em;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

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

@media (min-width: 544px) {
  .comment .reply {
    float: right;
  }
}

.comment .comment-reply-link {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: .2em;
}

.comment .comment #cancel-comment-reply-link {
  text-transform: none;
  letter-spacing: .1em;
  font-style: inherit;
}

.comments-title,
.comment-reply-title,
.related-posts .entry-title {
  text-transform: uppercase;
}

.comment-body__holder {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.comment-list > .comment:last-of-type .comment-body__holder {
  border-bottom: none;
}

.comment-content-wrap {
  background-color: transparent;
}

@media (min-width: 992px) {
  .comment-content-wrap {
    padding: 10px;
  }
}

.comment-content-wrap:before {
  display: none;
}

.comments-area,
.single .related-posts {
  padding-top: 20px;
}

.bypostauthor {
  display: block;
}

@media (min-width: 992px) {
  .comment-body .avatar {
    margin-right: 5px;
  }
}

/*--------------------------------------------------------------
## Swiper
--------------------------------------------------------------*/
.swiper-pagination-bullets {
  position: absolute;
}

.swiper-container.swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 30px;
}

.posts-list:not(.posts-list--default) .post-gallery .swiper-container.swiper-container-horizontal .swiper-pagination-bullets,
.posts-list--default.featured-image--small .post-gallery .swiper-container.swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 15px;
}

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

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  transition: .3s;
}

.swiper-container.swiper-container-horizontal .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-button-next, .swiper-button-prev {
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 0;
  background-image: none !important;
  text-align: center;
}

.swiper-button-next i, .swiper-button-prev i {
  font-size: 20px;
  line-height: 50px;
}

.widget-carousel .swiper-button-next,
.post-gallery .swiper-button-next, .widget-carousel .swiper-button-prev,
.post-gallery .swiper-button-prev {
  display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

.swiper-button-next,
.swiper-container.swiper-container-rtl .swiper-button-prev {
  /*rtl:begin:ignore*/
  right: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  /*rtl:end:ignore*/
}

.widget-carousel .swiper-button-next, .widget-carousel
.swiper-container.swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.swiper-button-prev,
.swiper-container.swiper-container-rtl .swiper-button-next {
  /*rtl:begin:ignore*/
  left: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  /*rtl:end:ignore*/
}

.widget-carousel .swiper-button-prev, .widget-carousel
.swiper-container.swiper-container-rtl .swiper-button-next {
  left: 0;
}

/*--------------------------------------------------------------
## Author-bio
--------------------------------------------------------------*/
.post-author-bio {
  padding-top: 60px;
  margin-bottom: 60px;
  border-top: 1px solid #e3e3e3;
}

.post-author__avatar {
  float: left;
  margin: 10px 1em 10px 0;
}

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

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

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

@media (min-width: 992px) {
  .post-author__title {
    margin: 0 0 20px;
  }
}

.post-author__content {
  line-height: 1.7;
}

/*--------------------------------------------------------------
## Share
--------------------------------------------------------------*/
.share-btns__list {
  margin-left: -10px;
  margin-right: -10px;
  line-height: 1;
}

.share-btns__list > * {
  padding-left: 10px;
  padding-right: 10px;
}

.single .share-btns__list {
  margin-left: -12px;
  margin-right: -12px;
}

.single .share-btns__list > * {
  padding-left: 12px;
  padding-right: 12px;
}

.single-modern-header .share-btns__list {
  margin-top: 35px;
}

@media (min-width: 992px) {
  .single-modern-header .share-btns__list {
    margin-top: 55px;
  }
}

.share-btns__item {
  display: inline-block;
  vertical-align: middle;
}

.share-btns__link {
  /* line-height: 1.5em; */
  display: block;
  /* height: 1.5em; */
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
}

.single .share-btns__link {
  font-size: 20px;
  font-size: 12px;
}

/*--------------------------------------------------------------
## Contact block
--------------------------------------------------------------*/
.contact-block__inner {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-block__inner > * {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .contact-block__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.site-footer.style-2 .contact-block__inner {
  -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;
}

@media (min-width: 768px) {
  .site-header .contact-block__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .site-header .contact-block__inner > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .site-header .contact-block__inner {
    margin-left: -30px;
    margin-right: -30px;
  }
  .site-header .contact-block__inner > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.contact-block__item {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

@media (min-width: 992px) {
  .contact-block__item:not(:last-child) {
    border-right: 1px solid #e3e3e3;
  }
}

@media (min-width: 768px) {
  .site-header .contact-block__item:not(:last-child) {
    border-right: 1px solid #e3e3e3;
  }
}

.site-footer.style-2 .contact-block__item {
  border-right: none;
}

.invert .contact-block__item:not(:last-child) {
  border-color: rgba(227, 227, 227, 0.2);
}

.site-header .contact-block__item + .contact-block__item {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .site-header .contact-block__item + .contact-block__item {
    margin-top: 0;
  }
}

.site-footer.style-2 .contact-block__item + .contact-block__item {
  margin-top: 1px;
}

.contact-block__item a {
  display: inline-block;
}

.contact-block__item--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-block__item:not(.contact-block__item--icon) {
  text-align: center;
}

@media (min-width: 992px) {
  .contact-block__item:not(.contact-block__item--icon) {
    text-align: left;
  }
}

.contact-block__icon {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 13px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header .contact-block__icon {
    margin-right: 10px;
  }
}

.contact-block__text {
  text-align: left;
}

.contact-block__label {
  padding-right: 4px;
}

.site-header .contact-block__text, .site-header .contact-block__label {
  line-height: 1.5;
  font-size: 12px;
  font-size: 0.75rem;
}

.site-header .header-container .contact-block__text, .site-header .header-container .contact-block__label {
  display: block;
}

.top-panel .contact-block__text, .top-panel .contact-block__label {
  display: block;
}

@media (min-width: 768px) {
  .top-panel .contact-block__text, .top-panel .contact-block__label {
    display: inline-block;
  }
}

.contact-block a[href^="mailto:"] {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Magnific Popup
--------------------------------------------------------------*/
.mfp-bg {
  background: #ffffff;
  opacity: 1;
}

.mfp-zoom-out-cur {
  cursor: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-iframe-holder .mfp-figure:after,
.mfp-image-holder .mfp-figure:after {
  box-shadow: none;
}

.mfp-iframe-holder .mfp-bottom-bar,
.mfp-image-holder .mfp-bottom-bar {
  display: none;
}

.mfp-iframe-holder .mfp-close,
.mfp-iframe-holder .mfp-arrow,
.mfp-iframe-holder .mfp-arrow:before,
.mfp-iframe-holder .mfp-arrow:after,
.mfp-image-holder .mfp-close,
.mfp-image-holder .mfp-arrow,
.mfp-image-holder .mfp-arrow:before,
.mfp-image-holder .mfp-arrow:after {
  opacity: 1;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  font-size: 0;
  padding: 5px 15px;
  right: 0;
  position: fixed;
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.mfp-iframe-holder .mfp-close:before,
.mfp-image-holder .mfp-close:before {
  content: '\e935';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 30px;
}

.mfp-iframe-holder .mfp-arrow:before, .mfp-iframe-holder .mfp-arrow:after,
.mfp-image-holder .mfp-arrow:before,
.mfp-image-holder .mfp-arrow:after {
  /*rtl:begin:ignore*/
  border: none;
  width: 50px;
  height: 1px;
  margin: 0;
  position: absolute;
  top: 50%;
  transition: .3s;
  /*rtl:end:ignore*/
}

.mfp-iframe-holder .mfp-arrow-left:before, .mfp-iframe-holder .mfp-arrow-left:after,
.mfp-image-holder .mfp-arrow-left:before,
.mfp-image-holder .mfp-arrow-left:after {
  /*rtl:begin:ignore*/
  left: 20px;
  -webkit-transform-origin: 0 center;
      -ms-transform-origin: 0 center;
          transform-origin: 0 center;
  /*rtl:end:ignore*/
}

.mfp-iframe-holder .mfp-arrow-left:before,
.mfp-image-holder .mfp-arrow-left:before {
  /*rtl:ignore*/
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mfp-iframe-holder .mfp-arrow-left:after,
.mfp-image-holder .mfp-arrow-left:after {
  /*rtl:ignore*/
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mfp-iframe-holder .mfp-arrow-right:before, .mfp-iframe-holder .mfp-arrow-right:after,
.mfp-image-holder .mfp-arrow-right:before,
.mfp-image-holder .mfp-arrow-right:after {
  /*rtl:begin:ignore*/
  right: 20px;
  left: auto;
  -webkit-transform-origin: 100% center;
      -ms-transform-origin: 100% center;
          transform-origin: 100% center;
  /*rtl:end:ignore*/
}

.mfp-iframe-holder .mfp-arrow-right:before,
.mfp-image-holder .mfp-arrow-right:before {
  /*rtl:ignore*/
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mfp-iframe-holder .mfp-arrow-right:after,
.mfp-image-holder .mfp-arrow-right:after {
  /*rtl:ignore*/
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

/*--------------------------------------------------------------
### Grid layout
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -12px;
    margin-left: -12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-deck .card {
    margin-right: 12px;
    margin-left: 12px;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .posts-list--grid-2-cols .card, .posts-list--grid-3-cols .card {
    max-width: calc(100% / 2 - 2.5rem);
    width: calc(100% / 2 - 2.5rem);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 2.5rem);
            flex: 0 0 calc(100% / 2 - 2.5rem);
  }
}

@media (min-width: 992px) {
  .posts-list--grid-2-cols .card {
    max-width: calc(100% / 2 - 2.5rem);
    width: calc(100% / 2 - 2.5rem);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 2.5rem);
            flex: 0 0 calc(100% / 2 - 2.5rem);
  }
  .posts-list--grid-3-cols .card {
    max-width: calc(100% / 3 - 2.5rem);
    width: calc(100% / 3 - 2.5rem);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 2.5rem);
            flex: 0 0 calc(100% / 3 - 2.5rem);
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .posts-list--grid-3-cols.one-right-sidebar .card, .posts-list--grid-3-cols.one-left-sidebar .card {
    max-width: calc(100% / 2 - 2.5rem);
    width: calc(100% / 2 - 2.5rem);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 2.5rem);
            flex: 0 0 calc(100% / 2 - 2.5rem);
  }
}

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

@media (min-width: 992px) {
  .posts-list--masonry-2-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .posts-list--masonry-3-cols {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .posts-list--masonry-3-cols.one-right-sidebar, .posts-list--masonry-3-cols.one-left-sidebar {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

/*--------------------------------------------------------------
### Vertical Justify layout
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .posts-list--vertical-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -12px;
    margin-left: -12px;
    -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: 0;
        -ms-flex: 0 0 calc(100% / 2 - 2.5rem);
            flex: 0 0 calc(100% / 2 - 2.5rem);
    width: calc(100% / 2 - 2.5rem);
    max-width: calc(100% / 2 - 2.5rem);
    margin-right: 12px;
    margin-left: 12px;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .posts-list--vertical-justify .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 2.5rem);
            flex: 0 0 calc(100% / 3 - 2.5rem);
    width: calc(100% / 3 - 2.5rem);
    max-width: calc(100% / 3 - 2.5rem);
  }
  .posts-list--vertical-justify .card:nth-child(7n + 2), .posts-list--vertical-justify .card:nth-child(7n + 3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1.5 - 2.5rem);
            flex: 0 0 calc(100% / 1.5 - 2.5rem);
    width: calc(100% / 1.5 - 2.5rem);
    max-width: calc(100% / 1.5 - 2.5rem);
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  word-wrap: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  /* overflow: hidden; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.site-header, .site-content, .site-footer {
  width: 100%;
}

.site-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-height: 1px;
}

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

.use-tm-pb-builder .site-main {
  margin-bottom: 0;
}

.site-content_wrap {
  margin-top: 20px;
}

.use-tm-pb-builder.position-fullwidth .site-content_wrap {
  margin-top: 0;
}

.error404 .site-content_wrap,
.search.search-no-results .site-content_wrap {
  margin-bottom: 3em;
}

.single.single-post-modern .site-content_wrap {
  margin-top: 3em;
}

@media (min-width: 1200px) {
  .single.single-post-modern .site-content_wrap {
    margin-top: 7em;
  }
}

.site-content_wrap .sidebar {
  position: relative;
}

.use-tm-pb-builder.content-layout-fullwidth.position-one-right-sidebar .site-content_wrap .sidebar {
  padding-right: 2.5rem;
}

@media (max-width: 991px) {
  .use-tm-pb-builder.content-layout-fullwidth.position-one-right-sidebar .site-content_wrap .sidebar {
    padding-left: 2.5rem;
  }
}

.use-tm-pb-builder.content-layout-fullwidth.position-one-left-sidebar .site-content_wrap .sidebar {
  padding-left: 2.5rem;
}

@media (max-width: 991px) {
  .use-tm-pb-builder.content-layout-fullwidth.position-one-left-sidebar .site-content_wrap .sidebar {
    padding-right: 2.5rem;
  }
}

@media (min-width: 992px) {
  .position-one-right-sidebar .site-content_wrap .sidebar:before,
  .position-one-left-sidebar .site-content_wrap .sidebar:before {
    /* position: absolute;
    width: 1px;
    height: calc( 100% - 70px);
    content: '';
    background: #e3e3e3;
    top: 0; */
  }
}

@media (min-width: 992px) {
  .position-one-right-sidebar .site-content_wrap .sidebar:before {
    left: 0;
  }
}

@media (min-width: 1200px) {
  .position-one-right-sidebar .site-content_wrap .sidebar {
    padding-left: 12px;
  }
  .position-one-right-sidebar .site-content_wrap .sidebar:before {
    left: 0;
  }
}

@media (min-width: 992px) {
  .position-one-left-sidebar .site-content_wrap .sidebar:before {
    right: 0;
  }
}

@media (min-width: 1200px) {
  .position-one-left-sidebar .site-content_wrap .sidebar {
    padding-right: 12px;
  }
  .position-one-left-sidebar .site-content_wrap .sidebar:before {
    right: 0;
  }
}

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

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.vertical-menu + * .site-logo {
  padding-left: 14px;
}

.site-header {
  margin-top: 60px;
  /* border-bottom: 2px solid; */
}

.home .site-header {
  border: none;
}

@media (min-width: 768px) {
  .site-header {
    margin-top: 0;
    position: relative;
  }
}

.site-header .btn-default.header-btn {
  border: none;
  padding: 4px;
  background-color: transparent;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
  font-weight: 600;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.site-header .btn-default.header-btn:hover, .site-header .btn-default.header-btn:active {
  background-color: transparent;
  box-shadow: none;
}

.site-header .btn-default.header-btn:before {
  content: '\f007';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.header-container {
  /* padding: 35px 0; */
  position: relative;
}

@media (min-width: 768px) {
  .header-container {
    /* padding: 20px 0; */
  }
}

@media (min-width: 768px) {
  .style-6 .header-container {
    padding: 40px 0 30px;
  }
}

@media (min-width: 768px) {
  .style-3 .header-container,
  .style-7 .header-container {
    padding: 30px 0;
  }
}

.site-header.default .header-container:after,
.site-header.style-4 .header-container:after {
  content: '';
  /* border-bottom: 1px solid #e3e3e3; */
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.site-header.default .header-container.invert:after,
.site-header.style-4 .header-container.invert:after {
  border-color: rgba(227, 227, 227, 0.2);
}

.header-layout-boxed .site-header.style-4 .header-container:after,
.header-layout-boxed .site-header.default .header-container:after {
  left: 12px;
  right: 12px;
}

.site-header:not(.style-5) .header-container.transparent {
  position: absolute;
  left: 0;
  right: 0;
  background: none;
  z-index: 90;
}

.header-container__flex {
  position: relative;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .header-container__flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    /* margin-left: -15px;
    margin-right: -15px; */
    align-items: center;
  }
  .header-container__flex > * {
    /* margin-left: 15px;
    margin-right: 15px; */
  }
}

@media (min-width: 992px) {
  .site-header.default .header-container__flex,
  .site-header.style-5 .header-container__flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 1200px) {
  .site-header.style-4 .header-container__flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .site-header.style-2 .header-container__bottom .header-container__flex,
  .site-header.style-3 .header-container__flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .site-header.style-3 .header-container_wrap,
  .site-header.style-7 .header-container_wrap, .site-header.style-3
  .top-panel__container,
  .site-header.style-7
  .top-panel__container {
    max-width: inherit;
  }
}

.header-elements-wrap {
  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;
}

@media (min-width: 768px) {
  .header-elements-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 768px) {
  .header-elements-wrap > *:not(:last-child) {
    margin-right: 25px;
  }
}

@media (min-width: 1200px) {
  .header-elements-wrap > *:not(:last-child) {
    margin-right: 50px;
  }
}

.header-icons {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-icons > *:not(.header-btn) {
  padding-left: 15px;
  padding-right: 15px;
}

.header-icons > *:not(.header-btn):first-child {
  padding-left: 0;
}

.header-icons > *:not(.header-btn):last-child {
  padding-right: 0;
}

@media (min-width: 768px) {
  .header-icons .header-btn {
    margin-left: 25px;
  }
}

.header-icons.divider > * + * {
  border-left: 1px solid #e3e3e3;
}

.invert .header-icons.divider > * + * {
  border-color: rgba(227, 227, 227, 0.2);
}

.header-icons.divider > *:not(.header-btn) {
  padding-left: 20px;
  padding-right: 20px;
}

.header-icons.divider > *:not(.header-btn):first-child {
  padding-left: 0;
}

.header-icons.divider > *:not(.header-btn):last-child {
  padding-right: 0;
}

.top-panel .header-search,
.header-container .header-search {
  transition: border-color .3s linear;
}

.header-container .header-search {
  position: relative;
}

.site-header.search-active:not(.style-3):not(.style-2):not(.style-4) .top-panel .header-search, .site-header.search-active:not(.style-3):not(.style-2):not(.style-4)
.header-container .header-search {
  transition: border-color .1s linear;
  border-color: transparent;
}

@media (max-width: 767px) {
  .top-panel .site-header-cart,
  .header-container .site-header-cart, .top-panel
  .vertical-menu-toggle,
  .header-container
  .vertical-menu-toggle, .top-panel
  .header-search,
  .header-container
  .header-search {
    display: none;
  }
}

@media (min-width: 768px) {
  .site-header.default .header-container.header-btn-visibility {
    padding: 5px 0;
  }
}

.site-header.default .site-branding,
.site-header.default .header-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (min-width: 768px) {
  .site-header.default .site-branding,
  .site-header.default .main-navigation {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .site-header.default .site-branding {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .site-header.default .main-navigation {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .site-header.default .main-navigation {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .site-header.default .main-navigation .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 992px) {
  .site-header.default .main-navigation:last-child .menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.site-header.default .header-btn {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .site-header.default .header-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media (min-width: 992px) {
  .site-header.default .main-navigation .menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.site-header.style-2 .site-branding,
.site-header.style-2 .header-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (min-width: 768px) {
  .site-header.style-2 .header-container__flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .site-header.style-2 .site-branding,
  .site-header.style-2 .header-elements-wrap > * {
    margin-bottom: 19.5px;
  }
}

.site-header.style-2 .contact-block {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .site-header.style-2 .contact-block {
    margin-top: 0;
  }
}

.site-header.style-2 .header-btn {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .site-header.style-2 .header-btn {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .site-header.style-2 .main-navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 768px) {
  .site-header.style-2 .header-container__bottom {
    padding-top: 19.5px;
    position: relative;
  }
  .site-header.style-2 .header-container__bottom:before {
    content: '';
    position: absolute;
    top: 0;
    width: 9999em;
    border-top: 1px solid #e3e3e3;
    left: -50%;
  }
  .header-layout-boxed .site-header.style-2 .header-container__bottom:before {
    width: 100%;
    left: 0;
  }
}

@media (min-width: 768px) {
  .site-header.style-2 .header-container.invert .header-container__bottom:before {
    border-color: rgba(227, 227, 227, 0.2);
  }
}

@media (min-width: 768px) {
  .site-header.style-2 .main-navigation,
  .site-header.style-2 .header-icons > *:not(.header-search) {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-out;
  }
}

@media (min-width: 768px) {
  .site-header.style-2.search-active .main-navigation,
  .site-header.style-2.search-active .header-icons > *:not(.header-search) {
    /* opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); */
  }
}

@media (min-width: 768px) {
  .site-header.style-3 .site-branding,
  .site-header.style-3 .header-icons > *:not(.header-search) {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-out;
  }
}

@media (min-width: 768px) {
  .site-header.style-3.search-active .site-branding,
  .site-header.style-3.search-active .header-icons > *:not(.header-search) {
    /* opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); */
  }
}

.site-header.style-3 .site-branding,
.site-header.style-3 .header-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.site-header.style-3 .main-navigation {
  margin: 0;
}

.site-header.style-3 .header-btn {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .site-header.style-3 .header-btn {
    margin-top: 0;
  }
}

.site-header.style-4 .site-branding,
.site-header.style-4 .header-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (min-width: 768px) {
  .site-header.style-4 .header-container.header-btn-visibility {
    padding: 5px 0;
  }
}

@media (min-width: 768px) {
  .site-header.style-4 .site-branding,
  .site-header.style-4 .main-navigation,
  .site-header.style-4 .header-icons {
    /* margin-top: 10px;
    margin-bottom: 10px; */
  }
}

@media (min-width: 768px) {
  .site-header.style-4 .site-branding {
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .site-header.style-4 .main-navigation {
    /* margin-right: auto; */
    /* width: 100%; */
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 1;
  }
}

@media (min-width: 1200px) {
  .site-header.style-4 .main-navigation {
    /* margin-right: auto; */
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .site-header.style-4 .main-navigation .menu {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
      justify-content: left;
  }
}

@media (min-width: 1200px) {
  .site-header.style-4 .main-navigation:last-child .menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .site-header.style-4 .header-icons {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    /* margin-left: auto; */
  }
  .site-header.style-4 .social-list--header {
    order: 6;
    margin-right:15px;
  }
}


@media (min-width: 768px) {
  .site-header.style-4 .header-icons {
    margin-left: 15px;
  }
}

.site-header.style-4 .header-btn {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .site-header.style-4 .header-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

@media (min-width: 768px) {
  .site-header.style-4 .site-branding,
  .site-header.style-4 .main-navigation,
  .site-header.style-4 .header-btn,
  .site-header.style-4 .header-icons > *:not(.header-search) {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-out;
  }
}

@media (min-width: 768px) {
  .site-header.style-4.search-active .site-branding,
  .site-header.style-4.search-active .main-navigation,
  .site-header.style-4.search-active .header-btn,
  .site-header.style-4.search-active .header-icons > *:not(.header-search) {
    /* opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); */
  }
}

@media (min-width: 768px) {
  .site-header.style-5 .header-container.header-btn-visibility {
    padding: 5px 0;
  }
}

@media (min-width: 768px) {
  .site-header.style-5 .header-container.transparent {
    z-index: 90;
    left: 0;
    right: 0;
    position: absolute;
    margin: 25px auto 0;
    border-radius: 3px;
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.26);
  }
}

@media (min-width: 768px) and (min-width: 544px) {
  .site-header.style-5 .header-container.transparent {
    max-width: 576px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .site-header.style-5 .header-container.transparent {
    max-width: 720px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .site-header.style-5 .header-container.transparent {
    max-width: 940px;
  }
}

@media (min-width: 768px) and (min-width: 1441px) {
  .site-header.style-5 .header-container.transparent {
    max-width: 1200px;
  }
}

@media (min-width: 1200px) {
  .site-header.style-5 .header-container.transparent {
    margin: 50px auto 0;
  }
}

.site-header.style-5 .site-branding,
.site-header.style-5 .header-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (min-width: 768px) {
  .site-header.style-5 .site-branding,
  .site-header.style-5 .main-navigation {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .site-header.style-5 .site-branding {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .site-header.style-5 .main-navigation {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .site-header.style-5 .main-navigation {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .site-header.style-5 .main-navigation .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 992px) {
  .site-header.style-5 .main-navigation:last-child .menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.site-header.style-5 .header-btn {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .site-header.style-5 .header-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.site-header.style-6 .site-branding {
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.style-6 .main-navigation {
    width: 100%;
    margin-top: 20px;
  }
  .site-header.style-6 .main-navigation .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.site-header.style-6 .header-btn {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .site-header.style-6 .header-btn {
    margin-top: 0;
  }
}

.site-header.style-6 .header-btn-wrap {
  text-align: center;
}

@media (min-width: 992px) {
  .site-header.style-6 .header-btn-wrap {
    text-align: right;
  }
}

.site-header.style-7 .site-branding {
  text-align: center;
}

.site-header.style-7 .main-navigation {
  margin: 0;
}

.site-header.style-7 .header-btn-wrap {
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.style-7 .header-btn-wrap {
    text-align: right;
  }
}

.site-header.style-7 .header-btn {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .site-header.style-7 .header-btn {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .top-panel__container {
    max-width: inherit;
  }
}

.site-header.transparent .top-panel__container > *:last-child {
  border-bottom: none;
}

.top-panel__top, .top-panel__bottom {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
}

.top-panel.invert .top-panel__top, .top-panel.invert .top-panel__bottom {
  border-color: rgba(227, 227, 227, 0.2);
}

@media (max-width: 767px) {
  .top-panel__top, .top-panel__bottom {
    margin: 0 -12px;
    padding: 4px 0;
  }
}

@media (min-width: 768px) {
  .top-panel__top, .top-panel__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 7.5px 0;
  }
}

@media (min-width: 768px) {
  .top-panel__bottom {
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  .top-panel__bottom > * {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.top-panel__left, .top-panel__right {
  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;
}

@media (min-width: 768px) {
  .top-panel__left, .top-panel__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .top-panel__left > *, .top-panel__right > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .top-panel__left, .top-panel__right {
    margin-left: -25px;
    margin-right: -25px;
  }
  .top-panel__left > *, .top-panel__right > * {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.top-panel__left > *, .top-panel__right > * {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .top-panel__left > *, .top-panel__right > * {
    margin-top: 0;
    margin-bottom: 0;
  }
  .top-panel__left > *:not(:last-child), .top-panel__right > *:not(:last-child) {
    border-right: 1px solid #e3e3e3;
  }
  .top-panel.invert .top-panel__left > *:not(:last-child), .top-panel.invert .top-panel__right > *:not(:last-child) {
    border-color: rgba(227, 227, 227, 0.2);
  }
}

@media (min-width: 768px) {
  .top-panel__left:not(:only-child) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .top-panel__left > *:not(.header-search), .top-panel__right > *:not(.header-search) {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-out;
  }
  .site-header.search-active:not(.style-3):not(.style-2):not(.style-4) .top-panel__left > *:not(.header-search), .site-header.search-active:not(.style-3):not(.style-2):not(.style-4) .top-panel__right > *:not(.header-search) {
    /* opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); */
  }
}

.top-panel__message {
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.site-logo__link {
  text-decoration: none;
  line-height: 1;
}

.site-description {
  font-size: 12px;
  font-size: 0.75rem;
}

.site-header.style-6 .site-description,
.site-header.style-7 .site-description {
  text-align: center;
}

@media (min-width: 768px) {
  .isStuck {
    position: fixed !important;
    z-index: 1000;
    margin: 0 !important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .isStuck#main-menu {
    position: fixed !important;
    right: 0;
    left: 0;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.26);
  }
  .isStuck.vertical-menu-toggle {
    top: 30px !important;
    position: fixed !important;
  }
  .site-header.style-3 .isStuck.vertical-menu-toggle {
    right: 25px;
  }
  .site-header.style-7 .isStuck.vertical-menu-toggle {
    left: 25px;
  }
}

.pseudoStickyBlock {
  width: 100%;
  margin: 0 !important;
}

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

.isStuck ~ .pseudoStickyBlock {
  width: auto;
}

.site-header.style-7 .pseudoStickyBlock,
.site-header.style-3 .pseudoStickyBlock {
  position: absolute !important;
}

.mobile-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  visibility: visible;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 20px 10px 10px;
  height: 60px;
  box-shadow: 0 2px 6px rgba(136, 136, 136, 0.26);
}

.mobile-panel__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-panel__right > * {
  padding-left: 10px;
  padding-right: 10px;
}

.mobile-panel__right > *:not(.header-search) {
  visibility: visible;
  opacity: 1;
  transition: all .3s ease-out;
}

.site-header.search-active .mobile-panel__right > *:not(.header-search) {
  /* opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); */
}

@media (min-width: 768px) {
  .mobile-panel__right .header-search {
    display: none;
  }
}
@media (max-width: 768px) {
  .search-active .mobile-panel .site-logo {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
  .site .header-container {
    padding:0!important;
  }
  .header-container .site-branding {
    display: none!important;
  }
  .ruvod-owl-image img {
    border:none!important;
  }
  .site {
    overflow: hidden;
  }
  .post-type-archive-expert .entry-content {
    margin-bottom:20px;
  }
}

.admin-bar .mobile-panel {
  top: 46px;
}

@media (max-width: 600px) {
  .admin-bar .mobile-panel {
    position: absolute;
  }
}

@media (min-width: 768px) {
  .mobile-panel {
    display: none;
    visibility: hidden;
    left: -999em;
    height: 0;
  }
}

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

.posts-list .hentry {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .posts-list .hentry {
    margin-bottom: 63px;
  }
}

.posts-list--default .hentry {
  margin-bottom: 50px;
}

.posts-list--default .hentry + .hentry {
  /* padding-top: 35px; */
  /* border-top: 1px solid #e3e3e3; */
}

@media (min-width: 1200px) {
  .posts-list--default.featured-image--small .hentry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .posts-list--default.featured-image--small .hentry > .post-thumbnail,
  .posts-list--default.featured-image--small .hentry > .post-format-wrap {
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 418px;
            flex: 0 0 418px;
    max-width: 418px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .posts-list--default.featured-image--small .hentry > .post-list__item-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (min-width: 992px) {
  .posts-list--default.featured-image--small.fullwidth .hentry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .posts-list--default.featured-image--small.fullwidth .hentry > .post-thumbnail,
  .posts-list--default.featured-image--small.fullwidth .hentry > .post-format-wrap {
    margin-right: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 418px;
            flex: 0 0 418px;
    max-width: 418px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .posts-list--default.featured-image--small.fullwidth .hentry > .post-list__item-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (min-width: 1200px) {
  .posts-list--default.featured-image--small .hentry.format-gallery > .post-list__item-content {
    max-width: calc(100% - 418px);
  }
}

.single .hentry:not(.related-posts) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .search.search-results .hentry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* margin-left: -15px;
    margin-right: -15px; */
  }
  .search.search-results .hentry > * {
    margin-left: 15px;
    margin-right: 15px;
  }
  .search.search-results .hentry > .entry-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/*--------------------------------------------------------------
### Posts-list
--------------------------------------------------------------*/
.posts-list:not(.related-posts):last-child {
  margin-bottom: 30px;
}

.posts-list {
  /* margin-top: -30px; */
  /* margin-bottom: 30px; */
}

.posts-list.related-posts {
  margin-top: 0;
}

.posts-list .posts-list__item.hentry {
  margin-bottom: 20px;
  /* padding-top: 20px; */
}

.posts-list .posts-list__item.hentry .post-thumbnail {
  position: relative;
}

.posts-list .posts-list__item.hentry .link {
  padding: 4px 14px;
  /* text-transform:uppercase; */
}

.posts-list .posts-list__item.hentry .link i {
  display: none;
}

.posts-list .posts-list__item.hentry .posted-by {
  display: inline-block;
}

.posts-list .posts-list__item.hentry .post-list__item-content {
  position: relative;
}

.posts-list .posts-list__item.hentry .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.posts-list .posts-list__item.hentry .entry-meta .posted-by {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.posts-list .posts-list__item.hentry .entry-meta .post__date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.posts-list .posts-list__item.hentry .entry-meta .post__comments {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.posts-list .posts-list__item.hentry .entry-meta .post__cats {
  padding-left: 0;
  padding-right: 0;
}

.posts-list .posts-list__item.hentry .entry-meta .post__tags {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.posts-list .posts-list__item.hentry .post-thumbnail--fullwidth {
  margin-bottom: 15px;
  margin-top: 0;
}

.posts-list .posts-list__item.hentry + .posts-list__item {
  /* border-top: 1px solid #e3e3e3; */
}

@media (min-width: 768px) {
  .blog-grid-2-cols .posts-list .posts-list__item.hentry:nth-child(2) {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .blog-grid-3-cols .posts-list .posts-list__item.hentry:nth-child(2) {
    border-top: none;
  }
}

@media (min-width: 1441px) {
  .blog-grid-3-cols .posts-list .posts-list__item.hentry:nth-child(3) {
    border-top: none;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .blog-grid-3-cols .posts-list .posts-list__item.hentry:nth-of-type(2n+1) {
    position: relative;
  }
  .blog-grid-3-cols .posts-list .posts-list__item.hentry:nth-of-type(2n+1):before {
    content: "";
    position: absolute;
    right: -12px;
    top: 30px;
    bottom: -60px;
    display: inline-block;
    width: 1px;
    background-color: #e3e3e3;
  }
  .blog-grid-3-cols .posts-list .posts-list__item.hentry:nth-last-child(1):before, .blog-grid-3-cols .posts-list .posts-list__item.hentry:nth-last-child(2):before {
    bottom: 0;
  }
}

@media (min-width: 1441px) {
  .blog-grid-3-cols .posts-list .posts-list__item.hentry:not(:nth-of-type(3n+3)) {
    position: relative;
  }
  .blog-grid-3-cols .posts-list .posts-list__item.hentry:not(:nth-of-type(3n+3)):before {
    content: "";
    position: absolute;
    right: -12px;
    top: 30px;
    bottom: -60px;
    display: inline-block;
    width: 1px;
    background-color: #e3e3e3;
  }
  .blog-grid-3-cols .posts-list .posts-list__item.hentry:nth-last-child(1):before, .blog-grid-3-cols .posts-list .posts-list__item.hentry:nth-last-child(2):before {
    bottom: 0;
  }
}

.posts-list--default .entry-footer > * {
  margin-bottom: 0;
}

.posts-list--default.featured-image--small .hentry {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.posts-list--default.featured-image--small .post-list__item-content {
  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: 768px) {
  .posts-list--default.featured-image--small .post-list__item-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.posts-list--default.featured-image--small .post-list__item-content .entry-header {
  margin-bottom: 5px;
}

.posts-list--default.featured-image--small .post-list__item-content .post-thumbnail--fullwidth {
  margin-top: 0;
}

@media (min-width: 768px) {
  .posts-list--default.featured-image--small .post-list__item-content .thumbnail-wrapper {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-right: 20px;
  }
}

.posts-list--default.featured-image--small .post-list__item-content .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;
}

.posts-list--default.featured-image--small .post-list__item-content .content-wrapper .entry-footer {
  margin-top: auto;
}

.posts-list--default.featured-image--small .post-list__item-content .content-wrapper .entry-meta {
  margin-top: 10px;
}

.posts-list--grid-2-cols .entry-header, .posts-list--grid-3-cols .entry-header, .posts-list--masonry-3-cols .entry-header, .posts-list--masonry-2-cols .entry-header {
  margin-bottom: 0;
}

.posts-list--grid-2-cols .entry-header + .entry-content, .posts-list--grid-3-cols .entry-header + .entry-content, .posts-list--masonry-3-cols .entry-header + .entry-content, .posts-list--masonry-2-cols .entry-header + .entry-content {
  margin-top: 6px;
}

.posts-list--grid-2-cols .entry-header + .entry-content:empty, .posts-list--grid-3-cols .entry-header + .entry-content:empty, .posts-list--masonry-3-cols .entry-header + .entry-content:empty, .posts-list--masonry-2-cols .entry-header + .entry-content:empty {
  margin-top: 0;
}

.posts-list--grid-2-cols .entry-header + .entry-meta, .posts-list--grid-3-cols .entry-header + .entry-meta, .posts-list--masonry-3-cols .entry-header + .entry-meta, .posts-list--masonry-2-cols .entry-header + .entry-meta {
  margin-top: 6px;
}

.posts-list--grid-2-cols .entry-content + .entry-meta, .posts-list--grid-3-cols .entry-content + .entry-meta, .posts-list--masonry-3-cols .entry-content + .entry-meta, .posts-list--masonry-2-cols .entry-content + .entry-meta {
  margin-top: 10px;
}

.posts-list--grid-2-cols .entry-content:before,
.posts-list--grid-2-cols .entry-content:after, .posts-list--grid-3-cols .entry-content:before,
.posts-list--grid-3-cols .entry-content:after, .posts-list--masonry-3-cols .entry-content:before,
.posts-list--masonry-3-cols .entry-content:after, .posts-list--masonry-2-cols .entry-content:before,
.posts-list--masonry-2-cols .entry-content:after {
  display: none;
}

.posts-list--grid-2-cols .entry-content:empty + .entry-meta, .posts-list--grid-3-cols .entry-content:empty + .entry-meta, .posts-list--masonry-3-cols .entry-content:empty + .entry-meta, .posts-list--masonry-2-cols .entry-content:empty + .entry-meta {
  margin-top: 5px;
}

.posts-list--grid-2-cols .entry-footer, .posts-list--grid-3-cols .entry-footer, .posts-list--masonry-3-cols .entry-footer, .posts-list--masonry-2-cols .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.posts-list--grid-2-cols .posts-list__item:nth-of-type(2n) {
  position: relative;
}

@media (min-width: 768px) {
  .posts-list--grid-2-cols .posts-list__item:nth-of-type(2n):before {
    content: "";
    position: absolute;
    left: -12px;
    top: 30px;
    bottom: -60px;
    display: inline-block;
    width: 1px;
    background-color: #e3e3e3;
  }
}

.posts-list--grid-2-cols .posts-list__item:nth-of-type(2n):nth-last-of-type(1):before {
  bottom: 0;
}

.posts-list--masonry-3-cols, .posts-list--masonry-2-cols {
  position: relative;
}

.posts-list--masonry-3-cols:before, .posts-list--masonry-2-cols:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
  height: 1px;
  z-index: 2;
}

@media (min-width: 768px) {
  .posts-list--masonry-2-cols:after {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    top: 30px;
    bottom: 30px;
    background-color: #e3e3e3;
    width: 1px;
    z-index: 2;
  }
}

.posts-list--masonry-3-cols {
  -webkit-column-rule: 1px solid #e3e3e3;
     -moz-column-rule: 1px solid #e3e3e3;
          column-rule: 1px solid #e3e3e3;
}

@media (min-width: 768px) {
  .posts-list--vertical-justify .posts-list__item.hentry + .posts-list__item:nth-of-type(2) {
    border-top: none;
  }
}

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.entry-title {
  margin: 0;
}

.entry-meta {
  font-style: italic;
  line-height: 2;
  margin-left: -10px;
  margin-right: -10px;
}

.entry-meta > * {
  /* padding-left: 8px; */
  padding-right: 12px;
}

.single-modern-header .entry-meta {
  margin-left: -14px;
  margin-right: -14px;
}

.single-modern-header .entry-meta > * {
  padding-left: 14px;
  padding-right: 14px;
}

.single .hentry .entry-meta {
  /* margin-bottom: 16px; */
}

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

.posts-list:not(.posts-list--default) .entry-summary > *:first-child,
.search.search-results .entry-summary > *:first-child, .posts-list:not(.posts-list--default) .entry-content > *:first-child,
.search.search-results .entry-content > *:first-child {
  margin-top: 18px;
}

.search.search-results .entry-header {
  margin-bottom: 0;
}

.posts-list .entry-header {
  margin-bottom: 6px;
}

.posts-list--default .entry-header,
.single .hentry .entry-header {
  margin-bottom: 16px;
}

.posts-list--default.featured-image--small .entry-header {
  /* margin-top: 8px; */
}

.single-modern-header .entry-header {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .single-modern-header .entry-header {
    margin-bottom: 40px;
  }
}

.posts-list:not(.posts-list--default) .entry-footer > *,
.single .hentry .entry-footer > * {
  margin-top: 30px;
}

.posts-list:not(.posts-list--default) .entry-footer > *:first-child,
.single .hentry .entry-footer > *:first-child {
  margin-top: 26px;
}

.single .hentry .entry-footer > *:first-child {
  margin-top: 55px;
}

.posts-list--default .entry-footer {
  /* margin-left: auto; */
  width:100%;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.posts-list--default .posts-list__item_content_wrapper {
  margin-bottom: 16px;
}
.posts-list--default .entry-footer > * {
  /* margin-top: 15px;
  margin-bottom: 15px; */
}

.posts-list--default .entry-footer > *:first-child {
  margin-right: 10px;
}

.posts-list--default .entry-footer > *:only-child {
  margin-right: 0;
}

.posts-list--default .entry-footer .entry-meta:nth-last-child(3):first-child {
  margin-right: 0;
  width: 100%;
}

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.posts-list--default.featured-image--small .post-thumbnail {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .posts-list--default.featured-image--small .post-thumbnail {
    margin-bottom: 1.5em;
  }
}

.post-thumbnail__link.post-thumbnail--small {
  display: block;
  text-align: center;
}

.post-thumbnail__link.post-thumbnail--small img {
  width: 100%;
}

.post-thumbnail__link.post-thumbnail--fullwidth {
  overflow: hidden;
  position: relative;
}

.post-thumbnail__link.post-thumbnail--fullwidth:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  display: inline-block;
  transition: all 300ms;
  z-index: 1;
}

.post-thumbnail__link.post-thumbnail--fullwidth .wp-post-image {
  /* will-change: transform;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 300ms; */
}

.post-thumbnail__link.post-thumbnail--fullwidth:hover .wp-post-image {
  /* -webkit-transform: translateY(-10px) scale(1.1);
      -ms-transform: translateY(-10px) scale(1.1);
          transform: translateY(-10px) scale(1.1); */
}

.post-thumbnail__link.post-thumbnail--fullwidth:hover:before {
  /* top: 0; */
}

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

.single .hentry .post-thumbnail__img {
  width: 100%;
}

.posts-list .post-thumbnail--fullwidth {
  display: block;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .posts-list .post-thumbnail--fullwidth {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 992px) {
  .posts-list--default .post-thumbnail--fullwidth {
    margin-top: 1.7em;
  }
}

.post-thumbnail--fullwidth img {
  width: 100%;
}

.single .hentry.has-thumb .post-thumbnail {
  margin-top: 40px;
  margin-bottom: 40px;
}

.post__terms, .post__date, .post__comments, .post__tags, .posted-by {
  display: inline-block;
}

.post__terms i, .post__date i, .post__comments i, .post__tags i, .posted-by i {
  font-size: 1.333em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
}

@media (min-width: 544px) {
  .single-modern-header .post__terms i, .single-modern-header .post__date i, .single-modern-header .post__comments i, .single-modern-header .post__tags i, .single-modern-header .posted-by i {
    top: -3px;
  }
}

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

.post__cats {
  /* position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  margin: -2.5px;
  z-index:10; */
}


.widget-fpblock .post__cats {
  top: 30px;
  left: 30px;
}

.post__cats a {
  padding: 5px;
  line-height: 1;
  font-weight: 500;
  /* text-transform: uppercase; */
  /* paddingmargin: 2.5px; */
  display: inline-block;
  /* font-size: 10px;
  font-size: 0.625rem; */
  padding: 0px 8px;
  line-height: 1.43;
  font-size: 14px;

  background: #8119f6!important;
  color: white;
  font-weight: 400;
  padding: 2px 8px;
  /* margin-right: 8px; */
  border-radius:3px;
  /* font-size: 14px; */
}
.post__cats a:hover {
  background: #000!important;
  color: white!important;
}

.single-modern-header .posted-by {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .single-modern-header .posted-by {
    margin-bottom: 40px;
  }
}

.posted-by__avatar img {
  border-radius: 50%;
  width: 80px;
}

@media (min-width: 768px) {
  .posted-by__avatar img {
    width: auto;
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.single .related-posts {
  padding-top: 30px;
  border-top: 1px solid #e3e3e3;
}

.single .related-posts > .entry-title {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.single .related-posts .related-post {
  margin-bottom: 60px;
}

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

.single .related-posts .entry-header {
  margin-bottom: 10px;
}

.single .related-posts .entry-header .entry-title {
  margin-bottom: 6px;
}

.single .related-posts .entry-meta {
  margin-bottom: 0;
}

.single .related-posts .entry-content {
  margin-top: 0;
}

.single .related-posts .posted-by {
  display: inline-block;
}

.single .related-posts .related-post + .related-post {
  border-left: 1px solid #e3e3e3;
}

.single .related-posts .related-post + .related-post:nth-child(3n+1) {
  border-left: none;
}

.single .related-posts .post__cats {
  left: 20px;
  right: 20px;
}

/*--------------------------------------------------------------
### Modern Single Post
--------------------------------------------------------------*/
.single-modern-header {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .single-modern-header {
    padding: 120px 0;
  }
}

@media (min-width: 992px) {
  .single-modern-header {
    padding: 170px 0 200px;
  }
}

.single-modern-header.invert {
  background-color: #000000;
}

.single-modern-header .post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.single-modern-header .post-thumbnail > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: .5;
  width: 100%;
  height: 100%;
}

.ie .single-modern-header .post-thumbnail > img {
  font-family: 'object-fit: cover; object-position: center';
}

.single-modern-header .container {
  position: relative;
  z-index: 2;
}

/*--------------------------------------------------------------
### Single Post
--------------------------------------------------------------*/
.single .hentry.has-thumb .post-thumbnail {
  margin-bottom: 33px;
}


.single-topic.single .topic[class*="post-"] .entry-header {
  /* padding-top: 30px; */
}

.single-topic.single .topic[class*="post-"] .post__cats {
  /* left: 15px;
  top: 15px;
  padding: 0; */
}

.single-topic.single .topic[class*="post-"] .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.single-topic.single .topic[class*="post-"] .posted-by {
  flex-shrink: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.single-topic.single .topic[class*="post-"] .post__date {
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.single-topic.single .topic[class*="post-"] .post__comments {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.single-topic.single .topic[class*="post-"] .share-btns__link {
  font-size: 16px;
  font-size: 1rem;
}

.single-post.single .post[class*="post-"] .entry-header {
  /* padding-top: 30px; */
}

.single-post.single .post[class*="post-"] .post__cats {
  /* left: 15px;
  top: 15px;
  padding: 0; */
}

.single-post.single .post[class*="post-"] .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.single-post.single .post[class*="post-"] .posted-by {
  flex-shrink: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.single-post.single .post[class*="post-"] .post__date {
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.single-post.single .post[class*="post-"] .post__comments {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.single-post.single .post[class*="post-"] .share-btns__link {
  font-size: 16px;
  font-size: 1rem;
}

.single-post.single .post-author-bio {
  padding: 25px 30px;
  border-top: none;
}

.single-post.single .post-author-bio .post-author__content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
}

@media (min-width: 992px) {
  .single-post.single .post-author-bio .post-author__title {
    margin-bottom: 11px;
  }
}

@media (min-width: 992px) {
  .single-post.single .post-author-bio .post-author__avatar {
    margin-right: 19px;
  }
}

.comment-navigation,
.post-navigation,
.posts-navigation,
.comments-area,
.comment-list + .comment-respond,
.single .related-posts {
  /* border-top: 2px solid; */
}

.single .related-posts > .entry-title {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
### Archive page
--------------------------------------------------------------*/
.archive .taxonomy-description {
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
### Widget areas
--------------------------------------------------------------*/
.before-loop-area {
  padding-bottom: 30px;
  border-bottom: 2px solid;
  margin-bottom: 20px;
}

.after-content-full-width-area .widget,
.after-content-full-width-area .widget .subscribe-follow__wrap,
.full-width-header-area .widget,
.full-width-header-area .widget .subscribe-follow__wrap {
  padding-left: 12px;
  padding-right: 12px;
}

.after-content-full-width-area {
  margin-left: -12px;
  margin-right: -12px;
}

.after-content-full-width-area .widget,
.after-content-full-width-area .widget:last-child {
  margin-bottom: 0;
}

.after-content-full-width-area .menu-after-content-fullwidth-area-menu-container {
  margin-left: auto;
  margin-right: auto;
}

.after-content-full-width-area .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 12px;
  font-size: 14px;
  font-size: 0.875rem;
  margin: -5px;
}

.after-content-full-width-area .menu li {
  margin: 5px;
}

.footer-area.widget-area .widget-custom-posts .post-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-area.widget-area .widget-custom-posts .post-inner .post-thumbnail {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.footer-area.widget-area .widget-custom-posts .post-inner .post__cats {
  left: 20px;
  right: 20px;
}

.blog-grid-3-cols.position-one-right-sidebar .entry-footer,
.blog-grid-3-cols.position-one-left-sidebar .entry-footer,
.blog-masonry-3-cols.position-one-right-sidebar .entry-footer,
.blog-masonry-3-cols.position-one-left-sidebar .entry-footer {
  -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;
}

.posts-list:not(.posts-list--default) .entry-content > :first-child,
.posts-list:not(.posts-list--default) .entry-summary > :first-child,
.search.search-results .entry-content > :first-child,
.search.search-results .entry-summary > :first-child {
  margin-top: 0;
}

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

.sticky__label {
  display: block;
  text-align: center;
  border-radius: 30px;
  margin-right: 11px;
  float: left;
  margin-top: 6px;
}

.posts-list--default .sticky__label {
  margin-top: 12px;
}

.sticky__label i {
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 28px;
  display: block;
}

.sticky__label.type-label, .sticky__label.type-both {
  padding-left: 15px;
  padding-right: 15px;
}

.sticky__label.type-both i {
  display: inline-block;
  margin-right: 5px;
  line-height: 30px;
}

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

.post-gallery {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .post-gallery {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 992px) {
  .posts-list--default:not(.featured-image--small) .post-gallery {
    margin-top: 1.7em;
  }
}

.posts-list--default.featured-image--small .post-gallery {
  margin-bottom: 0;
}

.entry-content .post-gallery:first-child {
  margin-top: 10px;
  margin-bottom: 40px;
}

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

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

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

.post-gallery__link {
  display: block;
}

.post-format-link {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}

.post-format-link:before {
  font-size: 14px;
  display: inline-block;
  content: '\e915';
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 7px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-format-quote {
  max-width: 470px;
  text-align: center;
  margin: 0 auto;
}

.posts-list--grid-3-cols.one-right-sidebar .post-format-quote,
.posts-list--grid-3-cols.one-left-sidebar .post-format-quote,
.posts-list--masonry-3-cols.one-right-sidebar .post-format-quote,
.posts-list--masonry-3-cols.one-left-sidebar .post-format-quote,
.posts-list--vertical-justify.one-right-sidebar .post-format-quote,
.posts-list--vertical-justify.one-left-sidebar .post-format-quote {
  font-size: 20px;
  font-size: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .posts-list--vertical-justify .post-format-quote {
    font-size: 20px;
    font-size: 12px;
  }
}

.post-featured-content {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .post-featured-content {
    margin-bottom: 1.5em;
  }
}

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

.format-video .post-featured-content iframe {
  display: block;
}

@media (min-width: 992px) {
  .posts-list--default:not(.featured-image--small) .format-video .post-featured-content, .posts-list--default:not(.featured-image--small)
  .format-audio .post-featured-content {
    margin-top: 1.7em;
  }
}

@media (min-width: 1200px) {
  .posts-list--default.featured-image--small .format-video .post-featured-content, .posts-list--default.featured-image--small
  .format-audio .post-featured-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 418px;
            flex: 0 0 418px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .posts-list--default.featured-image--small.fullwidth .format-video .post-featured-content, .posts-list--default.featured-image--small.fullwidth
  .format-audio .post-featured-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 418px;
            flex: 0 0 418px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.format-audio .post-featured-content,
.format-link .post-featured-content,
.format-quote .post-featured-content {
  border-radius: 3px;
  padding: 30px 20px;
}

@media (min-width: 1200px) {
  .format-audio .post-featured-content,
  .format-link .post-featured-content,
  .format-quote .post-featured-content {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .posts-list--grid-3-cols.one-right-sidebar .format-audio .post-featured-content,
  .posts-list--grid-3-cols.one-left-sidebar .format-audio .post-featured-content,
  .posts-list--masonry-3-cols.one-right-sidebar .format-audio .post-featured-content,
  .posts-list--masonry-3-cols.one-left-sidebar .format-audio .post-featured-content,
  .posts-list--vertical-justify.one-right-sidebar .format-audio .post-featured-content,
  .posts-list--vertical-justify.one-left-sidebar .format-audio .post-featured-content, .posts-list--grid-3-cols.one-right-sidebar
  .format-link .post-featured-content,
  .posts-list--grid-3-cols.one-left-sidebar
  .format-link .post-featured-content,
  .posts-list--masonry-3-cols.one-right-sidebar
  .format-link .post-featured-content,
  .posts-list--masonry-3-cols.one-left-sidebar
  .format-link .post-featured-content,
  .posts-list--vertical-justify.one-right-sidebar
  .format-link .post-featured-content,
  .posts-list--vertical-justify.one-left-sidebar
  .format-link .post-featured-content, .posts-list--grid-3-cols.one-right-sidebar
  .format-quote .post-featured-content,
  .posts-list--grid-3-cols.one-left-sidebar
  .format-quote .post-featured-content,
  .posts-list--masonry-3-cols.one-right-sidebar
  .format-quote .post-featured-content,
  .posts-list--masonry-3-cols.one-left-sidebar
  .format-quote .post-featured-content,
  .posts-list--vertical-justify.one-right-sidebar
  .format-quote .post-featured-content,
  .posts-list--vertical-justify.one-left-sidebar
  .format-quote .post-featured-content {
    padding: 40px 20px;
  }
}

.posts-list .post-featured-content .format-audio .post-featured-content {
  padding: 0;
}

.format-link .post-featured-content {
  text-align: center;
}

@media (min-width: 1200px) {
  .format-link .post-featured-content {
    padding: 26px 40px;
  }
}

.posts-list .format-link .post-featured-content {
  margin-bottom: 0;
}

.single .format-link .post-featured-content {
  margin-top: 40px;
  margin-bottom: 35px;
}

@media (min-width: 1200px) {
  .posts-list--grid-3-cols.one-right-sidebar .format-link .post-featured-content,
  .posts-list--grid-3-cols.one-left-sidebar .format-link .post-featured-content,
  .posts-list--masonry-3-cols.one-right-sidebar .format-link .post-featured-content,
  .posts-list--masonry-3-cols.one-left-sidebar .format-link .post-featured-content,
  .posts-list--vertical-justify.one-right-sidebar .format-link .post-featured-content,
  .posts-list--vertical-justify.one-left-sidebar .format-link .post-featured-content {
    padding: 26px 20px;
  }
}

.format-quote .post-featured-content {
  display: block;
  margin-bottom: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .posts-list--grid-3-cols.one-right-sidebar .format-quote .post-featured-content,
  .posts-list--grid-3-cols.one-left-sidebar .format-quote .post-featured-content,
  .posts-list--masonry-3-cols.one-right-sidebar .format-quote .post-featured-content,
  .posts-list--masonry-3-cols.one-left-sidebar .format-quote .post-featured-content,
  .posts-list--vertical-justify.one-right-sidebar .format-quote .post-featured-content,
  .posts-list--vertical-justify.one-left-sidebar .format-quote .post-featured-content {
    padding: 40px 20px;
  }
}

.posts-list .format-quote .post-featured-content .post-featured-content {
  padding: 0;
}

.posts-list .format-quote .post-featured-content .post-featured-content blockquote {
  max-width: 100%;
  text-align: left;
}

.single .site-main .format-quote .post-featured-content .entry-content blockquote {
  background: transparent;
}

.posts-list .format-audio .post-featured-content, .posts-list
.format-quote .post-featured-content {
  background: transparent;
}

.post-format-link::before {
  display: none;
}

/* Aside */
.format-aside .entry-header {
  margin-bottom: 0;
}

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

/* Image pop-up */
a[data-popup="magnificPopup"],
.mini-gallery a {
  display: block;
  position: relative;
  cursor: zoom-in;
}

a[data-popup="magnificPopup"]:before,
.mini-gallery a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-out;
  content: '';
}

a[data-popup="magnificPopup"]:after,
.mini-gallery a:after {
  color: #ffffff;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e936';
  font-size: 40px;
  font-size: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  margin: -12px 0 0 -12px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all 0.4s ease-out;
}

a[data-popup="magnificPopup"]:hover:before,
.mini-gallery a:hover:before {
  opacity: 0.8;
}

a[data-popup="magnificPopup"]:hover:after,
.mini-gallery a:hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

a[data-popup="magnificPopup"]:focus,
.mini-gallery a:focus {
  outline: 0;
}

[class*="format-"]:not(.format-video):not(.format-image):not(.format-gallery).no-thumb .post-list__item-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[class*="format-"]:not(.format-video):not(.format-image):not(.format-gallery).no-thumb .post-list__item-content .entry-header {
  padding-top: 25px;
}

[class*="format-"]:not(.format-video):not(.format-image):not(.format-gallery).no-thumb .post__cats {
  position: relative;
  top: 0;
  left: 0;
}

.single-post-modern .post__cats {
  position: static;
}

.single-post-modern .post__cats i {
  vertical-align: middle;
  font-size: 1.333em;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.714285;
}

@media (min-width: 992px) {
  .site-footer .footer-area {
    padding: 57px 0 60px;
  }
}

.site-footer .widget {
  margin-bottom: 38px;
}

.site-footer .widget-custom-posts .custom-posts__holder {
  margin-bottom: 0;
}

.site-footer.style-2 .footer-container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-container {
  padding: 0;
}

.footer-container:first-child {
  padding-top: 0;
}

.site-info .footer-logo,
.site-info .social-list,
.site-info .footer-menu,
.site-info .footer-copyright {
  margin-top: 10px;
  margin-bottom: 10px;
}

.site-footer.default .site-info-wrap, .site-footer.default .site-info__bottom {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .site-footer.default .site-info-wrap, .site-footer.default .site-info__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-footer.default .site-info-wrap > *, .site-footer.default .site-info__bottom > * {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .site-footer.default .site-info-wrap > *, .site-footer.default .site-info__bottom > * {
    text-align: left;
    width: auto;
  }
}

.site-footer.default .site-info-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.site-footer.default .site-info-wrap > * {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .site-footer.default .site-info__bottom > *:not(:last-child) {
    margin-right: 30px;
  }
}

.site-footer.default .site-info .footer-logo ~ .site-info__bottom,
.site-footer.default .site-info .footer-menu ~ .site-info__bottom,
.site-footer.default .site-info .footer-logo + .footer-menu + .footer-copyright {
  margin-top: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  width: 100%;
  padding-top: 15px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  position: relative;
  border-top: 1px solid #e3e3e3;
}

.site-footer.default .site-info .footer-logo + .footer-menu + .footer-copyright {
  padding-top: 25px;
}

.site-footer.style-2 .footer-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.site-footer.style-2 .footer-container:first-child {
  padding-top: 0;
}

.site-footer.style-2 .site-info {
  text-align: center;
}

.site-footer.style-2 .site-info > * + * {
  margin-top: 30px;
}

.site-footer.style-2 .site-info > * + .social-list {
  margin: 55px 0;
}

.site-footer.style-2 .site-info > * + .footer-copyright {
  margin: 55px 0 0;
}

.footer-style-2 .after-content-full-width-area .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.not-found {
  text-align: center;
}

.not-found.error-404 {
  margin: 16px 0 0px;
}

@media (min-width: 768px) {
  .not-found.error-404 {
    margin: 16px 0 0px;
  }
}

.not-found.error-404 p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.not-found.error-404 .btn {
  /* margin-top: 56px; */
}

.not-found.error-404 h2 {
  margin-bottom: 35px;
}

.not-found.no-results {
  padding: 40px 30px;
}

@media (min-width: 768px) {
  .not-found.no-results {
    padding: 50px 30px;
  }
}

.not-found .page-title {
  margin: 0 0 20px 0;
}

@media (min-width: 992px) {
  .not-found .page-title {
    margin: 0 0 35px 0;
  }
}

.not-found .search-form {
  max-width: 800px;
  margin: 35px auto 0;
}

body.error404 .site-content {
  background-size: cover;
}

header .page-title {
  margin-bottom: 1em;
}

.search-results .post-list__item-content {
  /* -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; */
}

.page-title {
  margin-bottom: 20px;
}

.page-title + .posts-list--masonry-2-cols,
.page-title + .posts-list--masonry-3-cols {
  margin-top: -20px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 70px;
}

.sidebar .widget,
.tm_pb_column_1_4 .widget,
.tm_pb_column_1_3 .widget,
.footer-area:not(.footer-area--fullwidth) .widget {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.714285;
}

.widget-title {
  margin-bottom: 1em;
}

.full-width-header-area .widget-title,
.after-content-full-width-area .widget-title,
.tm_pb_column_4_4 .widget-title {
  margin-bottom: 1.5em;
}

.widget + .widget {
  padding-top: 57px;
  border-top: 1px solid #e3e3e3;
}

.footer-area:not(.footer-area--fullwidth) .widget + .widget {
  padding-top: 0;
  border-top: none;
}

.widget select {
  max-width: 100%;
}

.full-width-header-area .widget,
.full-width-header-area .widget .subscribe-follow__wrap,
.after-content-full-width-area .widget,
.after-content-full-width-area .widget .subscribe-follow__wrap {
  padding-left: 12px;
  padding-right: 12px;
}

.full-width-header-area .widget.widget-smart-slider, .full-width-header-area .widget.widget-fpblock, .full-width-header-area .widget.widget-playlist-slider, .full-width-header-area .widget.widget-subscribe,
.after-content-full-width-area .widget.widget-smart-slider,
.after-content-full-width-area .widget.widget-fpblock,
.after-content-full-width-area .widget.widget-playlist-slider,
.after-content-full-width-area .widget.widget-subscribe {
  padding-left: 0;
  padding-right: 0;
}

.footer-area {
  padding: 80px 0 10px;
}

@media (min-width: 992px) {
  .footer-area {
    padding: 130px 0 60px;
  }
}

.full-width-header-area .widget:first-child .widget-title {
  margin-top: 1.5em;
}

.breadcrumbs + .full-width-header-area {
  margin-top: 3em;
}

.breadcrumbs + .full-width-header-area .widget:first-child .widget-title {
  margin-top: 0;
}

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

.widget ul li + li,
.widget ul li > ul li,
.widget ul li > ol li {
  margin-top: 11px;
}

.widget ul li > ul {
  margin-left: 10px;
}

.after-content-area .widget:last-child {
  margin-bottom: 28px;
}

.widget + .widget {
  border-top: 2px solid;
  padding-top: 20px;
}

.widget-banner.widget {
  border-top: none;
}

.widget-banner.widget .widget-banner__link {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  overflow: visible;
  border: none;
  box-shadow: none;
  will-change: transform;
}

.widget-banner.widget .widget-banner__link img {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  transition: all 0.5s ease;
  will-change: transform;
}

.widget-banner.widget .widget-banner__link:hover img {
  /* transition: all 0.3s ease;
  -webkit-transform: translate(-13px, -0.5em) scale(1.01, 1.01);
      -ms-transform: translate(-13px, -0.5em) scale(1.01, 1.01);
          transform: translate(-13px, -0.5em) scale(1.01, 1.01); */
}

.widget-banner.widget .widget-banner__link:after, .widget-banner.widget .widget-banner__link:before {
  /* height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0em) scale(1, 1);
      -ms-transform: translate(0, 0em) scale(1, 1);
          transform: translate(0, 0em) scale(1, 1);
  z-index: -1; */
}

.widget-banner.widget .widget-banner__link:after {
  /* opacity: 0.2;
  transition: all 0.2s cubic-bezier(0.9, 0.675, 0.205, 0.955); */
}

.widget-banner.widget .widget-banner__link:before {
  /* opacity: 0.2;
  transition: all 0.4s cubic-bezier(0.9, 0.675, 0.205, 0.955); */
}

.widget-banner.widget .widget-banner__link:hover:before {
  /* opacity: 0.15;
  -webkit-transform: translate(-6px, -0.03em) scale(1.01, 1.01);
      -ms-transform: translate(-6px, -0.03em) scale(1.01, 1.01);
          transform: translate(-6px, -0.03em) scale(1.01, 1.01);
  transition: all 0.4s cubic-bezier(0.6, 0.475, 0.105, 0.655); */
}

.widget-banner.widget .widget-banner__link:hover:after {
  /* -webkit-transform: translate(-1px, 0.3em) scale(1.01, 1.01);
      -ms-transform: translate(-1px, 0.3em) scale(1.01, 1.01);
          transform: translate(-1px, 0.3em) scale(1.01, 1.01);
  transition: all 0.5s cubic-bezier(0.6, 0.475, 0.105, 0.655); */
}

.full-width-header-area .widget + .widget,
.after-content-full-width-area .widget + .widget {
  padding-top: 0;
  border-top: none;
}
.full-width-header-area {
  margin-top: 20px;
  text-align: center;
}
.full-width-header-area .widget {
  margin-bottom: 0px;
}

.before-loop-area .widget {
  margin-bottom: 30px;
}

.widget-title {
  /* text-transform: uppercase; */
  margin-bottom: 10px;
}

.sidebar .widget {
  margin-bottom: 25px;
}

.footer-area:not(.footer-area--fullwidth) .widget {
  font-size: 16px;
  font-size: 1rem;
}

.footer-area .widget_text p {
  margin-bottom: 14px;
}

.footer-area .widget_text a[href^="mailto:"] {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Widget Categories
--------------------------------------------------------------*/
.widget_archive,
.widget_categories {
  letter-spacing: .2em;
}

.widget_archive li a:hover,
.widget_categories li a:hover {
  text-decoration: underline;
}

.sidebar .widget_archive select {
  width: 100%;
}

.widget_categories,
.widget_archive {
  letter-spacing: .2em;
}

.widget_categories > ul > li,
.widget_archive > ul > li {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  display: block;
}

.widget_categories > ul > li + li,
.widget_archive > ul > li + li {
  margin-top: 0;
  border-top: 1px solid #e3e3e3;
}

.widget_categories > ul > li:first-child,
.widget_archive > ul > li:first-child {
  border-top: 1px solid #e3e3e3;
}

.widget_categories > ul > li:last-child,
.widget_archive > ul > li:last-child {
  border-bottom: 1px solid #e3e3e3;
}

.widget_categories ul li,
.widget_archive ul li {
  text-align: right;
  display: block;
  overflow: hidden;
}

.widget_categories ul li a,
.widget_archive ul li a {
  float: left;
  position: relative;
}

.widget_categories ul li a:before,
.widget_archive ul li a:before {
  content: "";
  position: absolute;
  left: -15px;
  top: -9px;
  width: 4px;
  height: 36px;
  display: inline-block;
}

.widget_categories ul li:hover a,
.widget_archive ul li:hover a {
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget.widget_calendar table {
  margin-bottom: 0;
  table-layout: fixed;
  width: 100%;
  position: relative;
  border-collapse: separate;
  border-spacing: 5px;
}

.widget.widget_calendar table th,
.widget.widget_calendar table td,
.widget.widget_calendar table thead th,
.widget.widget_calendar table tbody + tbody {
  border: none;
}

.widget.widget_calendar thead {
  text-align: center;
  font-weight: 900;
  border: 1px solid #e3e3e3;
  border-top: none;
}

.widget.widget_calendar caption {
  text-align: center;
  padding: 27px 0 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.widget.widget_calendar th {
  padding: 0;
  font-weight: inherit;
}

.widget.widget_calendar tbody td:not(.pad) {
  background-color: transparent;
}

.widget.widget_calendar tbody td {
  position: relative;
  text-align: center;
  line-height: 30px;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.widget.widget_calendar tbody td a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: inherit;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: transparent;
}

.widget.widget_calendar #today {
  background-color: transparent;
  border: 1px solid #5b5a5a;
}

.widget.widget_calendar tfoot td {
  position: absolute;
  top: 26px;
  padding-top: 0;
}

.widget.widget_calendar tfoot td a {
  font-size: 0;
}

.widget.widget_calendar tfoot td a:before {
  content: '\f105';
  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;
  transition: .3s;
}

.widget.widget_calendar tfoot td a:hover {
  background-color: transparent;
}

.widget.widget_calendar tfoot td#prev {
  left: 20px;
}

.widget.widget_calendar tfoot td#prev a:before {
  content: '\f104';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
}

.widget.widget_calendar tfoot td#next {
  right: 20px;
}

.widget.widget_calendar tfoot td#next a:before {
  content: '\f105';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
}

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

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud {
  margin: 0 -3px -10px;
}

.tagcloud a {
  display: inline-block;
  margin: 0 3px 10px;
  vertical-align: top;
  text-decoration: none;
  padding: 0;
  background-color: transparent;
  border: none;
}

.tagcloud a:hover {
  border-color: #e3e3e3;
  background-color: transparent;
}

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries ul li + li {
  margin-top: 20px;
}

.widget_recent_entries ul li .post-date {
  font-size: .857em;
  display: block;
  font-style: italic;
  margin-top: 6px;
}

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments ul li {
  font-style: italic;
  font-size: .857em;
}

.widget_recent_comments ul li + li {
  margin-top: 20px;
}

.widget_recent_comments ul li .comment-author-link {
  margin-right: 5px;
}

.widget_recent_comments ul li .comment-author-link ~ a {
  font-style: normal;
  font-size: 1.1666em;
  margin-top: 6px !important;
}

.widget_recent_comments ul li .comment-author-link ~ a:before {
  content: '';
  display: block;
  margin-top: 5px;
}

.widget_recent_entries ul li,
.widget_recent_entries ul li .post-date,
.widget_recent_comments ul li,
.widget_recent_comments ul li .post-date {
  font-style: normal;
}

.widget_recent_entries ul li .comment-author-link ~ a,
.widget_recent_entries ul li .post-date .comment-author-link ~ a,
.widget_recent_comments ul li .comment-author-link ~ a,
.widget_recent_comments ul li .post-date .comment-author-link ~ a {
  font-size: 16px;
  font-size: 1rem;
}

.widget_recent_entries ul li .post-date,
.widget_recent_comments ul li .post-date {
  font-size: 12px;
  font-size: 0.75rem;
}

.widget_recent_entries ul li + li,
.widget_recent_comments ul li + li {
  margin-top: 5px;
}

.sidebar .widget_recent_entries ul li + li, .sidebar
.widget_recent_comments ul li + li {
  margin-top: 60px;
  position: relative;
}

.sidebar .widget_recent_entries ul li + li:before, .sidebar
.widget_recent_comments ul li + li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  display: inline-block;
  height: 1px;
  background-color: #e3e3e3;
}

/*--------------------------------------------------------------
## Widget Search
--------------------------------------------------------------*/
.sidebar .widget_search .widget-title {
  margin-bottom: 1.42em;
}

.sidebar .widget_search .search-form__submit {
  display: none;
}

.sidebar .widget_search .search-form__input-wrap i {
  left: auto;
  right: 10px;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .sidebar .widget_search .search-form__input-wrap i {
    right: 25px;
  }
}

@media (min-width: 768px) {
  .sidebar .widget_search .search-form i + .search-form__field[type=search] {
    padding-left: 20px;
    padding-right: 40px;
  }
}

body:not(.single-post-modern) .post__date {
  transition: .3s;
}

body:not(.single-post-modern) .post__date:before {
  /* display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f017";
  margin-right: 4px;
  font-size: 16px;
  vertical-align: text-bottom; */
}

body:not(.single-post-modern) .post__tags {
  transition: .3s;
}

body:not(.single-post-modern) .post__tags:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* content: "\f02b"; */
  margin-right: 4px;
  font-size: 16px;
  vertical-align: text-bottom;
}

.posted-by {
  display: block;
}

.widget_archive li a:hover,
#tm_builder_outer_content .widget_archive li a:hover,
.widget_categories li a:hover, #tm_builder_outer_content .widget_categories li a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
## About author
--------------------------------------------------------------*/
.sidebar .widget-about-author .widget-title {
  margin-bottom: 1.42em;
}

.widget-about-author .widget-title + .about-author {
  margin-top: -5px;
}

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

.about-author_avatar {
  text-align: center;
  margin-bottom: 32px;
}

.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,
.footer-area--fullwidth .about-author_avatar {
  margin: 0 0 1em;
  max-width: 100%;
}

@media (min-width: 768px) {
  .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,
  .footer-area--fullwidth .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,
.footer-area--fullwidth .about-author_content {
  overflow: hidden;
}

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

.about-author_description {
  margin-bottom: 30px;
}

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

.widget-about__content > *:first-child {
  margin-top: 10px;
}

.widget-about__tagline {
  font-size: 12px;
  font-size: 0.75rem;
}

.widget-about__social {
  margin-top: 15px;
}

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

.widget-banner__link {
  display: inline-block;
}

.widget-banner__link:hover {
  /* -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
  box-shadow: 2px 2px 12px rgba(136, 136, 136, 0.26); */
}

/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.widget-carousel {
  overflow: hidden;
}

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

.widget-carousel .swiper-container {
  overflow: visible;
}

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

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

.widget-carousel .swiper-slide .entry-content {
  margin: 0;
}

.widget-carousel .swiper-slide .entry-title {
  margin-bottom: 5px;
}

.widget-carousel .swiper-slide .post-thumbnail__link {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.widget-carousel .swiper-slide .post-thumbnail__link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  display: inline-block;
  z-index: 1;
  transition: all 300ms;
}

.widget-carousel .swiper-slide .post-thumbnail__link:hover .post-thumbnail__img {
  will-change: transform;
  -webkit-transform: scale(1.2) translateY(-10px);
      -ms-transform: scale(1.2) translateY(-10px);
          transform: scale(1.2) translateY(-10px);
}

.widget-carousel .swiper-slide .post-thumbnail__link:hover:before {
  top: 0;
}

.widget-carousel .swiper-slide .post-thumbnail__img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 300ms;
  will-change: transform;
}

.widget-carousel .swiper-slide .carousel__more-btn {
  margin-top: 25px;
}

.widget-carousel .swiper-slide .post__excerpt {
  margin-top: 1.2em;
}

.widget-carousel .swiper-slide + .swiper-slide {
  position: relative;
}

.widget-carousel .swiper-slide + .swiper-slide:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: -15px;
  background-color: #e3e3e3;
  display: inline-block;
}

@media (min-width: 1200px) {
  .widget-carousel .swiper-slide + .swiper-slide:before {
    left: -20px;
  }
}

.widget-carousel .swiper-pagination {
  margin-top: 48px;
  position: static;
}

.widget-carousel .swiper-button-next, .widget-carousel .swiper-button-prev {
  top: -12px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  opacity: 1;
  transition: .3s;
}

.widget-carousel .swiper-button-next:hover, .widget-carousel .swiper-button-prev:hover {
  cursor: pointer;
}

.widget-carousel .swiper-button-next i, .widget-carousel .swiper-button-prev i {
  line-height: 20px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .sidebar .widget-carousel .swiper-button-next, .sidebar .widget-carousel .swiper-button-prev {
    top: 25%;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-carousel .swiper-button-next, .footer-area:not(.footer-area--fullwidth) .widget-carousel .swiper-button-prev {
    top: 25%;
  }
}

@media (min-width: 1600px) {
  .content-layout-boxed .before-content-area .widget-carousel .swiper-button-next,
  .content-layout-boxed .after-content-area .widget-carousel .swiper-button-next {
    right: -50px;
  }
}

.widget-carousel .swiper-button-next i:before {
  content: '\f054';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1600px) {
  .content-layout-boxed .before-content-area .widget-carousel .swiper-button-prev,
  .content-layout-boxed .after-content-area .widget-carousel .swiper-button-prev {
    left: -50px;
  }
}

.widget-carousel .swiper-button-prev i:before {
  content: '\f053';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widget-carousel .swiper-button-prev,
.widget-carousel .swiper-container.swiper-container-horizontal .swiper-button-prev {
  left: auto;
  right: 30px;
}

.widget-carousel .swiper-container[data-space-between-slides="0"] .swiper-slide:before {
  display: none;
}

.widget-carousel .posted-by {
  display: block;
}

.widget-carousel .swiper-slide-inner {
  position: relative;
}

.widget-carousel .swiper-slide-inner .category {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  z-index: 1;
}

.sidebar .widget-carousel .entry-title,
.tm_pb_column_1_4 .widget-carousel .entry-title,
.tm_pb_column_1_3 .widget-carousel .entry-title,
.footer-area:not(.footer-area--fullwidth) .widget-carousel .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
}

.sidebar .widget-carousel .swiper-button-next,
.sidebar .widget-carousel .swiper-button-prev,
.tm_pb_column_1_4 .widget-carousel .swiper-button-next,
.tm_pb_column_1_4 .widget-carousel .swiper-button-prev,
.tm_pb_column_1_3 .widget-carousel .swiper-button-next,
.tm_pb_column_1_3 .widget-carousel .swiper-button-prev,
.footer-area:not(.footer-area--fullwidth) .widget-carousel .swiper-button-next,
.footer-area:not(.footer-area--fullwidth) .widget-carousel .swiper-button-prev {
  top: 30%;
}

.after-content-full-width-area .widget-carousel .post-thumbnail__link {
  margin-bottom: 0;
}

.after-content-full-width-area .widget-carousel .content-wrapper {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 2;
}

.after-content-full-width-area .widget-carousel .swiper-button-next,
.after-content-full-width-area .widget-carousel .swiper-button-prev {
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: transparent;
  opacity: 1;
  transition: .3s;
}

.after-content-full-width-area .widget-carousel .swiper-button-next:hover,
.after-content-full-width-area .widget-carousel .swiper-button-prev:hover {
  cursor: pointer;
}

.after-content-full-width-area .widget-carousel .swiper-button-next i,
.after-content-full-width-area .widget-carousel .swiper-button-prev i {
  line-height: 20px;
  font-size: 14px;
}

.after-content-full-width-area .widget-carousel .swiper-button-prev,
.after-content-full-width-area .widget-carousel .swiper-container.swiper-container-horizontal .swiper-button-prev {
  left: 10px;
}

.after-content-full-width-area .posted-by {
  display: inline-block;
}

.after-content-full-width-area .swiper-slide-inner .post-thumbnail__link {
  position: relative;
}

.after-content-full-width-area .swiper-slide-inner .post-thumbnail__link img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  transition: all 300ms;
  will-change: transform;
}

.after-content-full-width-area .swiper-slide-inner .post-thumbnail__link:before {
  display: none;
}

.after-content-full-width-area .swiper-slide-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  display: inline-block;
  z-index: 1;
  transition: .3s;
}

.after-content-full-width-area .swiper-slide-inner .category {
  left: 30px;
  top: 30px;
}

.after-content-full-width-area .swiper-slide-inner:hover:before {
  top: 20%;
}

.after-content-full-width-area .swiper-slide-inner:hover .post-thumbnail__link img {
  -webkit-transform: translateY(-20px) scale(1.15);
      -ms-transform: translateY(-20px) scale(1.15);
          transform: translateY(-20px) scale(1.15);
}

/*--------------------------------------------------------------
## Contact Information
--------------------------------------------------------------*/
.contact-information-widget__inner li {
  margin-left: 0;
}

.contact-information-widget__inner li .icon {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 13px;
}

.contact-information-widget__inner li.contact-information__item--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*--------------------------------------------------------------
## Custom Posts
--------------------------------------------------------------*/
.custom-posts__holder {
  /* margin-bottom: 20px; */
}

.custom-posts__item {
  padding-bottom: 20px;
}

.custom-posts .post-thumbnail {
  margin-bottom: 10px;
}

.custom-posts .post-thumbnail img {
  width: 100%;
}

@media (min-width: 1200px) {
  .sidebar-1-3 .sidebar .custom-posts .post-thumbnail,
  .tm_pb_column_1_3 .custom-posts .post-thumbnail,
  .footer-area--2-cols .custom-posts .post-thumbnail {
    margin-bottom: 0;
    float: left;
    margin-right: 20px;
    margin-top: 6px;
  }
  .sidebar-1-3 .sidebar .custom-posts .post-thumbnail img,
  .tm_pb_column_1_3 .custom-posts .post-thumbnail img,
  .footer-area--2-cols .custom-posts .post-thumbnail img {
    width: 120px;
  }
}

.sidebar-1-3 .sidebar .custom-posts .post-content-wrap,
.tm_pb_column_1_3 .custom-posts .post-content-wrap,
.footer-area--2-cols .custom-posts .post-content-wrap {
  overflow: hidden;
}

.custom-posts .entry-title {
  text-transform: none;
}

.sidebar .custom-posts .entry-title,
.tm_pb_column_1_4 .custom-posts .entry-title,
.tm_pb_column_1_3 .custom-posts .entry-title,
.footer-area:not(.footer-area--fullwidth) .custom-posts .entry-title {
  line-height: 1.714285;
}

.custom-posts .entry-header > *, .custom-posts .entry-content > *, .custom-posts .entry-footer > * {
  margin-top: 5px;
}

.full-width-header-area .custom-posts .custom-posts__item,
.before-content-area .custom-posts .custom-posts__item,
.before-loop-area .custom-posts .custom-posts__item,
.after-loop-area .custom-posts .custom-posts__item,
.after-content-area .custom-posts .custom-posts__item,
.after-content-full-width-area .custom-posts .custom-posts__item {
  padding-bottom: 23px;
}

@media (min-width: 544px) {
  .full-width-header-area .custom-posts .custom-posts__item:nth-of-type(2n),
  .before-content-area .custom-posts .custom-posts__item:nth-of-type(2n),
  .before-loop-area .custom-posts .custom-posts__item:nth-of-type(2n),
  .after-loop-area .custom-posts .custom-posts__item:nth-of-type(2n),
  .after-content-area .custom-posts .custom-posts__item:nth-of-type(2n),
  .after-content-full-width-area .custom-posts .custom-posts__item:nth-of-type(2n) {
    border-left: 1px solid #e3e3e3;
  }
  .full-width-header-area .custom-posts .custom-posts__item:nth-last-child(1), .full-width-header-area .custom-posts .custom-posts__item:nth-last-child(2),
  .before-content-area .custom-posts .custom-posts__item:nth-last-child(1),
  .before-content-area .custom-posts .custom-posts__item:nth-last-child(2),
  .before-loop-area .custom-posts .custom-posts__item:nth-last-child(1),
  .before-loop-area .custom-posts .custom-posts__item:nth-last-child(2),
  .after-loop-area .custom-posts .custom-posts__item:nth-last-child(1),
  .after-loop-area .custom-posts .custom-posts__item:nth-last-child(2),
  .after-content-area .custom-posts .custom-posts__item:nth-last-child(1),
  .after-content-area .custom-posts .custom-posts__item:nth-last-child(2),
  .after-content-full-width-area .custom-posts .custom-posts__item:nth-last-child(1),
  .after-content-full-width-area .custom-posts .custom-posts__item:nth-last-child(2) {
    padding-bottom: 0;
  }
}

.full-width-header-area .custom-posts .custom-posts__item .post-thumbnail,
.before-content-area .custom-posts .custom-posts__item .post-thumbnail,
.before-loop-area .custom-posts .custom-posts__item .post-thumbnail,
.after-loop-area .custom-posts .custom-posts__item .post-thumbnail,
.after-content-area .custom-posts .custom-posts__item .post-thumbnail,
.after-content-full-width-area .custom-posts .custom-posts__item .post-thumbnail {
  position: relative;
  transition: .3s;
  border: 3px solid transparent;
}

.full-width-header-area .custom-posts .custom-posts__item .post-thumbnail__link:before,
.before-content-area .custom-posts .custom-posts__item .post-thumbnail__link:before,
.before-loop-area .custom-posts .custom-posts__item .post-thumbnail__link:before,
.after-loop-area .custom-posts .custom-posts__item .post-thumbnail__link:before,
.after-content-area .custom-posts .custom-posts__item .post-thumbnail__link:before,
.after-content-full-width-area .custom-posts .custom-posts__item .post-thumbnail__link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  transition: .3s;
  opacity: 0;
  z-index: 1;
}

.full-width-header-area .custom-posts .custom-posts__item .post-thumbnail__link:hover:before,
.before-content-area .custom-posts .custom-posts__item .post-thumbnail__link:hover:before,
.before-loop-area .custom-posts .custom-posts__item .post-thumbnail__link:hover:before,
.after-loop-area .custom-posts .custom-posts__item .post-thumbnail__link:hover:before,
.after-content-area .custom-posts .custom-posts__item .post-thumbnail__link:hover:before,
.after-content-full-width-area .custom-posts .custom-posts__item .post-thumbnail__link:hover:before {
  opacity: 1;
}

.full-width-header-area .custom-posts .custom-posts__item:nth-of-type(n+3) .post-thumbnail,
.before-content-area .custom-posts .custom-posts__item:nth-of-type(n+3) .post-thumbnail,
.before-loop-area .custom-posts .custom-posts__item:nth-of-type(n+3) .post-thumbnail,
.after-loop-area .custom-posts .custom-posts__item:nth-of-type(n+3) .post-thumbnail,
.after-content-area .custom-posts .custom-posts__item:nth-of-type(n+3) .post-thumbnail,
.after-content-full-width-area .custom-posts .custom-posts__item:nth-of-type(n+3) .post-thumbnail {
  display: none;
}

.full-width-header-area .custom-posts .custom-posts__item:nth-of-type(n+3) .post-inner,
.before-content-area .custom-posts .custom-posts__item:nth-of-type(n+3) .post-inner,
.before-loop-area .custom-posts .custom-posts__item:nth-of-type(n+3) .post-inner,
.after-loop-area .custom-posts .custom-posts__item:nth-of-type(n+3) .post-inner,
.after-content-area .custom-posts .custom-posts__item:nth-of-type(n+3) .post-inner,
.after-content-full-width-area .custom-posts .custom-posts__item:nth-of-type(n+3) .post-inner {
  padding-top: 23px;
  border-top: 1px solid #e3e3e3;
}

.full-width-header-area .custom-posts .post-inner,
.before-content-area .custom-posts .post-inner,
.before-loop-area .custom-posts .post-inner,
.after-loop-area .custom-posts .post-inner,
.after-content-area .custom-posts .post-inner,
.after-content-full-width-area .custom-posts .post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .full-width-header-area .custom-posts .post-inner,
  .before-content-area .custom-posts .post-inner,
  .before-loop-area .custom-posts .post-inner,
  .after-loop-area .custom-posts .post-inner,
  .after-content-area .custom-posts .post-inner,
  .after-content-full-width-area .custom-posts .post-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.full-width-header-area .custom-posts .post-inner .post__cats,
.before-content-area .custom-posts .post-inner .post__cats,
.before-loop-area .custom-posts .post-inner .post__cats,
.after-loop-area .custom-posts .post-inner .post__cats,
.after-content-area .custom-posts .post-inner .post__cats,
.after-content-full-width-area .custom-posts .post-inner .post__cats {
  position: static;
}

.full-width-header-area .custom-posts .post-thumbnail,
.before-content-area .custom-posts .post-thumbnail,
.before-loop-area .custom-posts .post-thumbnail,
.after-loop-area .custom-posts .post-thumbnail,
.after-content-area .custom-posts .post-thumbnail,
.after-content-full-width-area .custom-posts .post-thumbnail {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .full-width-header-area .custom-posts .post-thumbnail,
  .before-content-area .custom-posts .post-thumbnail,
  .before-loop-area .custom-posts .post-thumbnail,
  .after-loop-area .custom-posts .post-thumbnail,
  .after-content-area .custom-posts .post-thumbnail,
  .after-content-full-width-area .custom-posts .post-thumbnail {
    margin-bottom: 0;
    margin-right: 20px;
    -ms-flex-preferred-size: 190px;
        flex-basis: 190px;
  }
}

.full-width-header-area .custom-posts .posted-by,
.before-content-area .custom-posts .posted-by,
.before-loop-area .custom-posts .posted-by,
.after-loop-area .custom-posts .posted-by,
.after-content-area .custom-posts .posted-by,
.after-content-full-width-area .custom-posts .posted-by {
  display: inline-block;
}

.full-width-header-area .custom-posts .entry-header > *,
.before-content-area .custom-posts .entry-header > *,
.before-loop-area .custom-posts .entry-header > *,
.after-loop-area .custom-posts .entry-header > *,
.after-content-area .custom-posts .entry-header > *,
.after-content-full-width-area .custom-posts .entry-header > * {
  margin-top: 0;
}

.full-width-header-area .custom-posts .entry-header + *,
.before-content-area .custom-posts .entry-header + *,
.before-loop-area .custom-posts .entry-header + *,
.after-loop-area .custom-posts .entry-header + *,
.after-content-area .custom-posts .entry-header + *,
.after-content-full-width-area .custom-posts .entry-header + * {
  margin-top: 6px;
}

.custom-posts .link {
  margin-top: 15px;
  display: inline-block;
}

.footer-area-wrap .custom-posts .post__cats {
  z-index: 2;
}

.footer-area-wrap .custom-posts .post-thumbnail {
  position: relative;
  overflow: hidden;
}

.footer-area-wrap .custom-posts .post-thumbnail img {
  will-change: transform;
  transition: .3s;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.footer-area-wrap .custom-posts .post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  display: inline-block;
  z-index: 1;
  transition: all 300ms;
}

.footer-area-wrap .custom-posts .post-thumbnail:hover:before {
  top: 0;
}

.footer-area-wrap .custom-posts .post-thumbnail:hover img {
  -webkit-transform: translateY(-20px) scale(1.1);
      -ms-transform: translateY(-20px) scale(1.1);
          transform: translateY(-20px) scale(1.1);
}

/*--------------------------------------------------------------
## Featured Posts Block
--------------------------------------------------------------*/
.widget-fpblock__wrapper {
  position: relative;
}

.widget-fpblock__items {
  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;
}

.widget-fpblock__container {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-1 .widget-fpblock__container {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .widget-fpblock__items-layout-1 .widget-fpblock__container + .widget-fpblock__container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-1 .widget-fpblock__container,
  .widget-fpblock__items-layout-2 .widget-fpblock__container,
  .widget-fpblock__items-layout-4 .widget-fpblock__container,
  .widget-fpblock__items-layout-5 .widget-fpblock__container {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
  .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
  .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
  .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
  .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
  .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
  .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .before-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
  .after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_2_3 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_3_4 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_1_2 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item, .before-loop-area
  .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
  .after-loop-area
  .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item, .before-loop-area
  .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
  .after-loop-area
  .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item, .before-loop-area
  .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
  .after-loop-area
  .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-3 .widget-fpblock__container {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 768px) {
  .widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item:first-child {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .before-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container,
  .after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container,
  .tm_pb_column_2_3 .widget-fpblock__items-layout-1 .widget-fpblock__container,
  .tm_pb_column_3_4 .widget-fpblock__items-layout-1 .widget-fpblock__container,
  .tm_pb_column_1_2 .widget-fpblock__items-layout-1 .widget-fpblock__container, .before-loop-area
  .widget-fpblock__items-layout-2 .widget-fpblock__container,
  .after-loop-area
  .widget-fpblock__items-layout-2 .widget-fpblock__container,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-2 .widget-fpblock__container,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-2 .widget-fpblock__container,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-2 .widget-fpblock__container, .before-loop-area
  .widget-fpblock__items-layout-3 .widget-fpblock__container,
  .after-loop-area
  .widget-fpblock__items-layout-3 .widget-fpblock__container,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-3 .widget-fpblock__container,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-3 .widget-fpblock__container,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-3 .widget-fpblock__container, .before-loop-area
  .widget-fpblock__items-layout-4 .widget-fpblock__container,
  .after-loop-area
  .widget-fpblock__items-layout-4 .widget-fpblock__container,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-4 .widget-fpblock__container,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-4 .widget-fpblock__container,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-4 .widget-fpblock__container, .before-loop-area
  .widget-fpblock__items-layout-5 .widget-fpblock__container,
  .after-loop-area
  .widget-fpblock__items-layout-5 .widget-fpblock__container,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-5 .widget-fpblock__container,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-5 .widget-fpblock__container,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-5 .widget-fpblock__container {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.sidebar .widget-fpblock__items-layout-1 .widget-fpblock__container,
.tm_pb_column_1_4 .widget-fpblock__items-layout-1 .widget-fpblock__container,
.tm_pb_column_1_3 .widget-fpblock__items-layout-1 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-1 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-2 .widget-fpblock__container,
.tm_pb_column_1_4
.widget-fpblock__items-layout-2 .widget-fpblock__container,
.tm_pb_column_1_3
.widget-fpblock__items-layout-2 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-2 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-3 .widget-fpblock__container,
.tm_pb_column_1_4
.widget-fpblock__items-layout-3 .widget-fpblock__container,
.tm_pb_column_1_3
.widget-fpblock__items-layout-3 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-3 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-4 .widget-fpblock__container,
.tm_pb_column_1_4
.widget-fpblock__items-layout-4 .widget-fpblock__container,
.tm_pb_column_1_3
.widget-fpblock__items-layout-4 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-4 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-5 .widget-fpblock__container,
.tm_pb_column_1_4
.widget-fpblock__items-layout-5 .widget-fpblock__container,
.tm_pb_column_1_3
.widget-fpblock__items-layout-5 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-5 .widget-fpblock__container {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.sidebar .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_4 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_3 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item, .sidebar
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_4
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_3
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item, .sidebar
.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_4
.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_3
.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item, .sidebar
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_4
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_3
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item, .sidebar
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_4
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
.tm_pb_column_1_3
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.widget-fpblock__items-layout-3 .widget-fpblock__item:not(.widget-fpblock__items) {
  overflow: hidden;
}

.widget-fpblock__items-layout-3 .widget-fpblock__item:not(.widget-fpblock__items) .post-thumbnail {
  top: -20px;
  bottom: -20px;
  transition: all 300ms;
}

.widget-fpblock__items-layout-3 .widget-fpblock__item:not(.widget-fpblock__items):hover .post-thumbnail {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.widget-fpblock__item {
  min-height: 346px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .before-loop-area .widget-fpblock__item,
  .after-loop-area .widget-fpblock__item,
  .tm_pb_column_2_3 .widget-fpblock__item,
  .tm_pb_column_3_4 .widget-fpblock__item,
  .tm_pb_column_1_2 .widget-fpblock__item {
    min-height: 300px;
  }
}

.widget-fpblock__item:not(.widget-fpblock__container) {
  position: relative;
}

.widget-fpblock__item:not(.widget-fpblock__container) .post-thumbnail {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.widget-fpblock__item:not(.widget-fpblock__container) .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.ie .widget-fpblock__item:not(.widget-fpblock__container) .post-thumbnail img {
  font-family: 'object-fit: cover; object-position: center;';
}

.widget-fpblock__item:not(.widget-fpblock__container):hover .widget-fpblock__item-inner:before {
  top: 30%;
}

.widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .before-loop-area .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
  .after-loop-area .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
  .tm_pb_column_2_3 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
  .tm_pb_column_3_4 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
  .tm_pb_column_1_2 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.sidebar .sidebar .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.footer-area:not(.footer-area--fullwidth) .sidebar .widget-fpblock__items-layout-4 .widget-fpblock__item-simple, .sidebar
.tm_pb_column_1_4 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.footer-area:not(.footer-area--fullwidth)
.tm_pb_column_1_4 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple, .sidebar
.tm_pb_column_1_3 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.footer-area:not(.footer-area--fullwidth)
.tm_pb_column_1_3 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple, .sidebar
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.footer-area:not(.footer-area--fullwidth)
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.widget-fpblock__item-featured {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-1 .widget-fpblock__item-featured {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
  .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
  .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
  .widget-fpblock__items-layout-4 .widget-fpblock__item-featured {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-5 .widget-fpblock__item-featured {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .before-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
  .after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
  .tm_pb_column_2_3 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
  .tm_pb_column_3_4 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
  .tm_pb_column_1_2 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured, .before-loop-area
  .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
  .after-loop-area
  .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-2 .widget-fpblock__item-featured, .before-loop-area
  .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
  .after-loop-area
  .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-3 .widget-fpblock__item-featured, .before-loop-area
  .widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
  .after-loop-area
  .widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-4 .widget-fpblock__item-featured, .before-loop-area
  .widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
  .after-loop-area
  .widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
  .tm_pb_column_2_3
  .widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
  .tm_pb_column_3_4
  .widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
  .tm_pb_column_1_2
  .widget-fpblock__items-layout-5 .widget-fpblock__item-featured {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.sidebar .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
.tm_pb_column_1_4 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
.tm_pb_column_1_3 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-1 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
.tm_pb_column_1_4
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
.tm_pb_column_1_3
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
.tm_pb_column_1_4
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
.tm_pb_column_1_3
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
.tm_pb_column_1_4
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
.tm_pb_column_1_3
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
.tm_pb_column_1_4
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
.tm_pb_column_1_3
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.widget-fpblock__item-inner {
  width: 100%;
  margin-top: 30px;
  padding: 40px 15px 30px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: transparent;
}

@media (min-width: 992px) {
  .widget-fpblock__item-inner {
    min-height: 180px;
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media (min-width: 1200px) {
  .widget-fpblock__item-inner {
    padding: 60px 27px 33px;
    min-height: 195px;
  }
}

.before-loop-area .widget-fpblock__item-inner,
.after-loop-area .widget-fpblock__item-inner,
.tm_pb_column_2_3 .widget-fpblock__item-inner,
.tm_pb_column_3_4 .widget-fpblock__item-inner,
.tm_pb_column_1_2 .widget-fpblock__item-inner {
  padding: 40px 15px 30px;
}

.widget-fpblock__item-inner .posted-by {
  display: inline-block;
}

.widget-fpblock__item-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70%;
  bottom: 0;
  display: inline-block;
  transition: .3s;
  z-index: 0;
}

.widget-fpblock__item-inner > * {
  z-index: 1;
}

.widget-fpblock__item-title {
  margin-bottom: 5px;
}

@media (max-width: 1440px) {
  .widget-fpblock__item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.before-loop-area .widget-fpblock__item-title,
.after-loop-area .widget-fpblock__item-title,
.tm_pb_column_2_3 .widget-fpblock__item-title,
.tm_pb_column_3_4 .widget-fpblock__item-title,
.tm_pb_column_1_2 .widget-fpblock__item-title {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .widget-fpblock__item-featured .widget-fpblock__item-title {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .before-loop-area .widget-fpblock__item-featured .widget-fpblock__item-title,
  .after-loop-area .widget-fpblock__item-featured .widget-fpblock__item-title,
  .tm_pb_column_2_3 .widget-fpblock__item-featured .widget-fpblock__item-title,
  .tm_pb_column_3_4 .widget-fpblock__item-featured .widget-fpblock__item-title,
  .tm_pb_column_1_2 .widget-fpblock__item-featured .widget-fpblock__item-title {
    margin-bottom: 5px;
  }
}

.widget-fpblock__item-content {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .widget-fpblock__item-content {
    font-size: 16px;
    font-size: 1rem;
  }
}

.before-loop-area .widget-fpblock__item-content,
.after-loop-area .widget-fpblock__item-content,
.tm_pb_column_2_3 .widget-fpblock__item-content,
.tm_pb_column_3_4 .widget-fpblock__item-content,
.tm_pb_column_1_2 .widget-fpblock__item-content {
  font-size: 14px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
## 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: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  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 {
  margin: 5px 0;
  font-size: 16px;
  font-size: 1rem;
  max-width: 90%;
}

.sidebar .widget-image-grid__title,
.tm_pb_column_1_4 .widget-image-grid__title,
.tm_pb_column_1_3 .widget-image-grid__title,
.footer-area:not(.footer-area--fullwidth) .widget-image-grid__title {
  font-size: 16px;
  font-size: 1rem;
}

.widget-image-grid__terms a:hover, .widget-image-grid__title a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## News Smart Box
--------------------------------------------------------------*/
.widget-news-smart-box {
  border-top: 2px solid;
  padding-top: 20px;
}

.widget-news-smart-box .news-smart-box {
  /*Animation*/
}

.widget-news-smart-box .news-smart-box .link i {
  transition: .3s all ease;
}

.widget-news-smart-box .news-smart-box .link:hover i {
  margin-left: 10px;
}

.widget-news-smart-box .news-smart-box__instance .full-type .news-smart-box__item-inner {
  display: block;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

@media (min-width: 1200px) {
  .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header {
    margin-bottom: 0;
    max-width: 300px;
    margin-right: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
  .sidebar .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header {
    margin-bottom: 10px;
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .before-loop-area .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .after-loop-area .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_2_3 .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_3_4 .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_1_2 .widget-news-smart-box .news-smart-box__instance .mini-type .news-smart-box__item-header {
    max-width: 150px;
    margin-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}

@media (min-width: 1200px) {
  .widget-news-smart-box .news-smart-box__instance.layout_type_1 .full-type {
    float: left;
  }
  .widget-news-smart-box .news-smart-box__instance.layout_type_1 .mini-type {
    float: left;
    width: 50%;
  }
  .sidebar .widget-news-smart-box .news-smart-box__instance.layout_type_1 .mini-type,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__instance.layout_type_1 .mini-type,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__instance.layout_type_1 .mini-type,
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__instance.layout_type_1 .mini-type {
    width: 100%;
  }
  .widget-news-smart-box .news-smart-box__instance.layout_type_1 .news-smart-box__item:nth-child(2n + 5) {
    clear: both;
  }
}

.widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-inner {
  position: relative;
  overflow: hidden;
}

.full-width-header-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.after-content-full-width-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header {
  margin-bottom: 0;
}

.widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header .news-smart-box__item-thumb-link {
  overflow: hidden;
}

.widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header .news-smart-box__item-thumb-link img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 300ms;
}

.before-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.after-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.footer-area--fullwidth .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.tm_pb_column_4_4 .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header {
  margin-bottom: 0;
}

.full-width-header-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.after-content-full-width-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 544px) {
  .full-width-header-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .after-content-full-width-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
    padding: 40px 20px 30px;
  }
}

@media (min-width: 1200px) {
  .full-width-header-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .after-content-full-width-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
    padding: 60px 40px 30px;
    min-height: 195px;
  }
}

.before-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.after-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.footer-area--fullwidth .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.tm_pb_column_4_4 .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 544px) {
  .before-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .after-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .footer-area--fullwidth .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .tm_pb_column_4_4 .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
    padding: 40px 20px 30px;
  }
}

@media (min-width: 1200px) {
  .before-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .after-content-area .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .footer-area--fullwidth .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
  .tm_pb_column_4_4 .widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
    padding: 60px 40px 30px;
    min-height: 195px;
  }
}

.widget-news-smart-box .news-smart-box__instance.layout_type_2 .full-type:hover .news-smart-box__item-thumb-link img {
  -webkit-transform: scale(1.2) translateY(-20px);
      -ms-transform: scale(1.2) translateY(-20px);
          transform: scale(1.2) translateY(-20px);
}

@media (min-width: 992px) {
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header {
    margin-bottom: 0;
  }
  .sidebar .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header {
    margin-bottom: 16px;
  }
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .sidebar .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header, .sidebar
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
  .tm_pb_column_1_4
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
  .tm_pb_column_1_3
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
  .footer-area:not(.footer-area--fullwidth)
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.widget-news-smart-box .news-smart-box__instance.layout_type_3 .post__cats {
  left: calc(10px + 12px);
}

.widget-news-smart-box .news-smart-box__instance.layout_type_3 .mini-type + .mini-type:nth-of-type(2n) {
  border-left: none;
}

@media (min-width: 544px) {
  .widget-news-smart-box .news-smart-box__instance.layout_type_3 .mini-type + .mini-type:nth-of-type(2n + 1) {
    border-left: 1px solid #e3e3e3;
  }
}

.widget-news-smart-box .news-smart-box__wrapper {
  position: relative;
  margin-top: 10px;
}

.widget-news-smart-box .news-smart-box__wrapper .entry-meta {
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .layout_type_1 .widget-news-smart-box .news-smart-box__listing {
    display: block;
  }
}

@media (min-width: 992px) {
  .sidebar .widget-news-smart-box .news-smart-box__item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__item,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__item,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.widget-news-smart-box .news-smart-box__item-inner {
  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;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.8s ease;
}

@media (min-width: 992px) {
  .sidebar .widget-news-smart-box .news-smart-box__item-inner {
    display: block;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__item-inner,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__item-inner,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__item-inner {
    display: block;
  }
}

@media (min-width: 1200px) {
  .layout_type_1 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner {
    margin-top: 0;
  }
  .sidebar .layout_type_1 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner,
  .tm_pb_column_1_4 .layout_type_1 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner,
  .tm_pb_column_1_3 .layout_type_1 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner,
  .footer-area:not(.footer-area--fullwidth) .layout_type_1 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner {
    margin-top: 65px;
  }
}

.layout_type_2 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner {
  margin-top: 65px;
}

@media (min-width: 992px) {
  .layout_type_2 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .sidebar .layout_type_2 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner {
    margin-top: 65px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .layout_type_2 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner,
  .tm_pb_column_1_3 .layout_type_2 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner,
  .tm_pb_column_1_4 .layout_type_2 .news-smart-box__item:nth-child(2) .widget-news-smart-box .news-smart-box__item-inner {
    margin-top: 65px;
  }
}

@media (min-width: 544px) {
  .full-type .widget-news-smart-box .news-smart-box__item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .widget-news-smart-box .news-smart-box__item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.widget-news-smart-box .news-smart-box__item-inner.animate-cycle-show {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  transition: all 0s ease;
}

.widget-news-smart-box .news-smart-box__item-header {
  margin-bottom: 16px;
  position: relative;
}

@media (min-width: 992px) {
  .widget-news-smart-box .news-smart-box__item-header {
    margin-bottom: 13px;
  }
}

@media (min-width: 1200px) {
  .sidebar .widget-news-smart-box .news-smart-box__item-header,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__item-header,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__item-header,
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__item-header {
    margin-bottom: 16px;
  }
}

.widget-news-smart-box .news-smart-box__item-title {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .widget-news-smart-box .news-smart-box__item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .full-type .widget-news-smart-box .news-smart-box__item-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.full-width-header-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-title,
.after-content-full-width-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 0;
  margin-bottom: 10px;
}

.before-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-title,
.after-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-title,
.footer-area--fullwidth .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-title,
.tm_pb_column_4_4 .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .sidebar .widget-news-smart-box .news-smart-box__item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__item-title,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__item-title,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.widget-news-smart-box .news-smart-box__item-excerpt {
  margin-top: 12px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .widget-news-smart-box .news-smart-box__item-excerpt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .full-width-header-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .after-content-full-width-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt {
    margin-top: 5px;
  }
}

@media (max-width: 543px) {
  .full-width-header-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .after-content-full-width-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .full-width-header-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .after-content-full-width-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt {
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .before-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .after-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .footer-area--fullwidth .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .tm_pb_column_4_4 .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt {
    margin-top: 5px;
  }
}

@media (max-width: 543px) {
  .before-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .after-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .footer-area--fullwidth .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .tm_pb_column_4_4 .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .before-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .after-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .footer-area--fullwidth .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt,
  .tm_pb_column_4_4 .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-excerpt {
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.widget-news-smart-box .news-smart-box__item-more-btn {
  margin-top: 25px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 767px) {
  .full-width-header-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .after-content-full-width-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn {
    margin-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .full-width-header-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .after-content-full-width-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .before-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .after-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .footer-area--fullwidth .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .tm_pb_column_4_4 .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn {
    margin-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .before-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .after-content-area .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .footer-area--fullwidth .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn,
  .tm_pb_column_4_4 .layout_type_2 .full-type .widget-news-smart-box .news-smart-box__item-more-btn {
    margin-top: 5px;
  }
}

.widget-news-smart-box .news-smart-box__item-thumb-link {
  display: block;
}

.widget-news-smart-box .news-smart-box__item-thumb-img {
  display: block;
  width: 100%;
  margin-top: 5px;
}

.widget-news-smart-box .news-smart-box__item.full-type + .full-type .news-smart-box__item-inner {
  border-top: 1px solid #e3e3e3;
  margin-top: 0;
}

@media (min-width: 992px) {
  .widget-news-smart-box .news-smart-box__item.full-type + .full-type {
    border-left: 1px solid #e3e3e3;
  }
  .widget-news-smart-box .news-smart-box__item.full-type + .full-type .news-smart-box__item-inner {
    border-top: none;
  }
}

.widget-news-smart-box .news-smart-box__item.mini-type .news-smart-box__item-inner {
  border-top: 1px solid #e3e3e3;
}

.widget-news-smart-box .news-smart-box__item.mini-type + .mini-type:nth-of-type(2n) {
  border-left: 1px solid #e3e3e3;
}

.widget-news-smart-box .news-smart-box__item.mini-type:nth-last-child(2) .news-smart-box__item-inner {
  padding-bottom: 0;
}

.widget-news-smart-box .news-smart-box__item.mini-type .posted-by {
  display: block;
  margin-bottom: 5px;
}

.widget-news-smart-box .news-smart-box__item.mini-type .news-smart-box__item-thumb-link {
  border: 3px solid transparent;
  position: relative;
}

.widget-news-smart-box .news-smart-box__item.mini-type .news-smart-box__item-thumb-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  transition: .3s;
  opacity: 0;
}

.widget-news-smart-box .news-smart-box__item.mini-type .news-smart-box__item-thumb-link:hover:before {
  opacity: 1;
}

.widget-news-smart-box .news-smart-box__item.full-type .news-smart-box__item-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .widget-news-smart-box .news-smart-box__item.full-type .news-smart-box__item-inner {
    padding-top: 0;
  }
}

.widget-news-smart-box .news-smart-box__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[data-instance-settings*='"current_title_visibility":"false"'] .widget-news-smart-box .news-smart-box__navigation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-news-smart-box .news-smart-box__navigation-current-term {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.widget-news-smart-box .news-smart-box__navigation-title {
  line-height: 1.5;
  display: block;
  padding-right: 40px;
  font-size: 24px;
  font-size: 1.5rem;
}

.widget-news-smart-box .news-smart-box__navigation-terms-list {
  margin: 0 -5px;
  text-align: left;
}

@media (min-width: 544px) {
  .widget-news-smart-box .news-smart-box__navigation-terms-list {
    margin: 0 -10px;
  }
}

@media (min-width: 1200px) {
  .widget-news-smart-box .news-smart-box__navigation-terms-list {
    margin: 0 -8px;
  }
  .widget-news-smart-box .news-smart-box__navigation-terms-list-item {
    padding: 0 8px;
  }
}

[data-instance-settings*='"current_title_visibility":"false"'] .widget-news-smart-box .news-smart-box__navigation-terms-list {
  text-align: center;
}

@media (min-width: 992px) {
  .sidebar .widget-news-smart-box .news-smart-box__navigation-terms-list {
    margin: 0 -10px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__navigation-terms-list,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__navigation-terms-list,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__navigation-terms-list {
    margin: 0 -10px;
  }
}

.widget-news-smart-box .news-smart-box__navigation-terms-list-item {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  position: relative;
}

.widget-news-smart-box .news-smart-box__navigation-terms-list-item:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: -20px;
  display: none;
  height: 3px;
  transition: 0.3s cubic-bezier(0.77, -0.315, 0.39, 1.325);
  opacity: 0;
}

@media (min-width: 544px) {
  .widget-news-smart-box .news-smart-box__navigation-terms-list-item:before {
    display: inline-block;
  }
}

.widget-news-smart-box .news-smart-box__navigation-terms-list-item:hover:before {
  left: 8px;
  right: 8px;
  opacity: 1;
}

.widget-news-smart-box .news-smart-box__navigation-wrapper {
  padding: 8.5px 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 992px) {
  .widget-news-smart-box .news-smart-box__navigation-wrapper {
    width: auto;
    max-width: 80%;
  }
}

.sidebar .widget-news-smart-box .news-smart-box__navigation-wrapper,
.tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__navigation-wrapper,
.tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__navigation-wrapper,
.footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__navigation-wrapper {
  width: 100%;
}

[data-instance-settings*='"current_title_visibility":"false"'] .widget-news-smart-box .news-smart-box__navigation-wrapper {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.widget-news-smart-box .news-smart-box__navigation-terms-list-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.58;
  transition: .3s;
  padding: 0 8px;
}

@media (min-width: 992px) {
  .sidebar .widget-news-smart-box .news-smart-box__navigation-terms-list-item {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-news-smart-box .news-smart-box__navigation-terms-list-item,
  .tm_pb_column_1_3 .widget-news-smart-box .news-smart-box__navigation-terms-list-item,
  .tm_pb_column_1_4 .widget-news-smart-box .news-smart-box__navigation-terms-list-item {
    padding: 0 10px;
  }
}

.widget-news-smart-box .news-smart-box__preloader {
  position: relative;
  display: none;
  width: 100%;
}

.widget-news-smart-box .news-smart-box__item-thumb-img {
  margin-top: 0;
}

.widget-news-smart-box .news-smart-box__item.full-type .news-smart-box__item-thumb-link {
  overflow: hidden;
  position: relative;
}

.widget-news-smart-box .news-smart-box__item.full-type .news-smart-box__item-thumb-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  display: inline-block;
  z-index: 1;
  transition: all 300ms;
}

.widget-news-smart-box .news-smart-box__item.full-type .news-smart-box__item-thumb-link img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 300ms;
}

.widget-news-smart-box .news-smart-box__item.full-type:hover .news-smart-box__item-thumb-link img {
  -webkit-transform: scale(1.2) translateY(-20px);
      -ms-transform: scale(1.2) translateY(-20px);
          transform: scale(1.2) translateY(-20px);
}

.widget-news-smart-box .news-smart-box__item.full-type:hover .news-smart-box__item-thumb-link:before {
  top: 0;
}

@media (min-width: 1441px) {
  .widget-news-smart-box .layout_type_1 .news-smart-box__listing {
    display: block;
  }
}

.widget-news-smart-box .layout_type_1 .full-type .news-smart-box__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.widget-news-smart-box .layout_type_1 .full-type .news-smart-box__item-content .entry-meta {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 1440px) {
  .widget-news-smart-box .layout_type_1 .mini-type + .mini-type:nth-of-type(2n) {
    border-left: none;
  }
}

@media (min-width: 544px) and (max-width: 1440px) {
  .widget-news-smart-box .layout_type_1 .mini-type:nth-child(2n+1) {
    border-left: 1px solid #e3e3e3;
  }
}

@media (min-width: 1441px) {
  .widget-news-smart-box .layout_type_1 .mini-type {
    border-left: 1px solid #e3e3e3;
  }
  .widget-news-smart-box .layout_type_1 .mini-type:nth-of-type(2n+5) {
    border-left: none;
  }
}

@media (min-width: 1441px) {
  .widget-news-smart-box .layout_type_1 .full-type + .mini-type .news-smart-box__item-inner {
    border-top: none;
    padding-top: 0;
  }
}

.widget-news-smart-box .layout_type_2 .mini-type:nth-last-child(3) .news-smart-box__item-inner,
.widget-news-smart-box .layout_type_2 .mini-type:nth-last-child(2) .news-smart-box__item-inner {
  padding-bottom: 0;
}

@media (min-width: 544px) {
  .widget-news-smart-box [data-instance-settings*='"current_title_visibility":"false"'] .news-smart-box__navigation {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: -48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .widget-news-smart-box [data-instance-settings*='"current_title_visibility":"false"'] .news-smart-box__navigation .news-smart-box__navigation-current-term {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .widget-news-smart-box [data-instance-settings*='"current_title_visibility":"false"'] .news-smart-box__navigation .nsb-spinner {
    margin-right: 0;
    right: 20px;
    left: auto;
    top: -35px;
  }
  .widget-news-smart-box [data-instance-settings*='"current_title_visibility":"false"'] .news-smart-box__navigation-terms-list {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .after-loop-area .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .before-loop-area .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_1_2 .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_2_3 .news-smart-box__instance .mini-type .news-smart-box__item-header,
  .tm_pb_column_3_4 .news-smart-box__instance .mini-type .news-smart-box__item-header {
    max-width: 127px;
  }
}

.nsb-spinner {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 35px;
  height: 35px;
}

[data-instance-settings*='"current_title_visibility":"false"'] .nsb-spinner {
  right: 50%;
  margin-right: -17.5px;
}

.double-bounce-1,
.double-bounce-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: tm-bounce 2.0s infinite ease-in-out;
          animation: tm-bounce 2.0s infinite ease-in-out;
  opacity: 0.6;
  border-radius: 50%;
}

.double-bounce-2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes tm-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tm-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*--------------------------------------------------------------
## Playlist Slider
--------------------------------------------------------------*/
.widget-playlist-slider .playlist-slider {
  position: relative;
  opacity: 0;
}

.widget-playlist-slider .playlist-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.widget-playlist-slider .sp-slide iframe,
.widget-playlist-slider .sp-slide .wp-video-shortcode,
.widget-playlist-slider .sp-slide .wp-video {
  width: 100% !important;
  height: 100% !important;
}

.widget-playlist-slider .sp-layer {
  width: 100%;
  padding: 45px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 992px) {
  .widget-playlist-slider .sp-layer {
    padding: 60px 40px 33px;
    min-height: 180px;
  }
}

@media (min-width: 1200px) {
  .widget-playlist-slider .sp-layer {
    min-height: 195px;
  }
}

.sidebar .widget-playlist-slider .sp-layer,
.tm_pb_column_1_4 .widget-playlist-slider .sp-layer,
.tm_pb_column_1_3 .widget-playlist-slider .sp-layer,
.footer-area:not(.footer-area--fullwidth) .widget-playlist-slider .sp-layer {
  padding: 30px 15px 15px;
}

.widget-playlist-slider .sp-layer .title {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .widget-playlist-slider .sp-layer .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.sidebar .widget-playlist-slider .sp-layer .title,
.tm_pb_column_1_4 .widget-playlist-slider .sp-layer .title,
.tm_pb_column_1_3 .widget-playlist-slider .sp-layer .title,
.footer-area:not(.footer-area--fullwidth) .widget-playlist-slider .sp-layer .title {
  font-size: 18px;
  font-size: 1.125rem;
}

.widget-playlist-slider .sp-layer a {
  transition: .3s !important;
}

.widget-playlist-slider .format-video .sp-layer {
  display: none;
}

.widget-playlist-slider .playlist--slide {
  width: 100%;
  height: 100%;
}

.widget-playlist-slider .sp-vertical .sp-previous-arrow {
  top: 5px;
}

.widget-playlist-slider .sp-vertical .sp-next-arrow {
  bottom: 5px;
}

.widget-playlist-slider .sp-thumbnail-text {
  overflow: hidden;
}

.widget-playlist-slider .sp-thumbnail-title {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.714285;
  margin-bottom: 8px;
}

.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before, .widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  display: none;
}

.widget-playlist-slider .sp-right-thumbnails .sp-thumbnail-container {
  margin: 0;
  transition: .3s;
}

.widget-playlist-slider .sp-right-thumbnails .playlist--thumbnail {
  float: left;
  width: 160px;
  height: 90px;
  margin-right: 12px;
}

.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer {
  /*rtl:ignore*/
  margin-left: 0;
}

.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: static;
  padding: 17px 15px;
  border-bottom: 1px solid #e3e3e3;
}

.widget-playlist-slider .sp-bottom-thumbnails .sp-thumbnail-arrows {
  margin-top: 0;
}

.widget-playlist-slider .sp-bottom-thumbnails .playlist--thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
}

.widget-playlist-slider .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  bottom: 0;
}

.widget-playlist-slider .sp-selected .entry-meta a:hover,
.widget-playlist-slider .sp-selected .title a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Smart Slider
--------------------------------------------------------------*/
/*rtl:begin:ignore*/
.smart-slider__instance {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.smart-slider__instance[data-thumbnails-position="top"] .slider-pro {
  padding-top: 0 !important;
}

.smart-slider__instance .sp-full-screen-button {
  right: 20px;
  left: auto;
  top: 10px;
  color: #ffffff;
  transition: .3s;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.smart-slider__instance .sp-full-screen-button:before {
  content: '\e94c';
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

@media (min-width: 768px) {
  .smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="right"] .sp-full-screen-button {
    right: 180px;
  }
}

.smart-slider__instance .sp-thumbnail img {
  display: block;
}

.smart-slider__instance .sp-selected-thumbnail {
  border: 2px 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-bottom-thumbnails {
  position: absolute;
  bottom: 9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .smart-slider__instance .sp-bottom-thumbnails {
    bottom: 7%;
  }
}

@media (min-width: 992px) {
  .smart-slider__instance .sp-bottom-thumbnails {
    bottom: 5%;
  }
}

.smart-slider__instance .sp-top-thumbnails {
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.smart-slider__instance .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.smart-slider__instance .sp-left-thumbnails .sp-previous-thumbnail-arrow {
  top: 5px;
}

.smart-slider__instance .sp-right-thumbnails .sp-next-thumbnail-arrow,
.smart-slider__instance .sp-left-thumbnails .sp-next-thumbnail-arrow {
  bottom: 5px;
}

.smart-slider__instance .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.smart-slider__instance .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 5px;
}

.smart-slider__instance .sp-top-thumbnails .sp-next-thumbnail-arrow,
.smart-slider__instance .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 5px;
}

.smart-slider__instance .sp-arrow {
  text-align: center;
  z-index: 1;
  background-color: transparent;
  width: 20px;
  height: 20px;
  transition: .3s;
}

.smart-slider__instance .sp-arrow:before {
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 20px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: transparent;
}

.smart-slider__instance .sp-arrow:after {
  display: none;
}

.smart-slider__instance .sp-arrow.sp-previous-arrow {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.smart-slider__instance .sp-arrow.sp-next-arrow {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.smart-slider__instance .sp-horizontal .sp-arrows {
  margin-top: -25px;
}

.smart-slider__instance .sp-horizontal .sp-previous-arrow {
  left: 13px;
}

.smart-slider__instance .sp-horizontal .sp-previous-arrow:before {
  content: '\f053';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.smart-slider__instance .sp-horizontal .sp-next-arrow {
  right: 13px;
}

.smart-slider__instance .sp-horizontal .sp-next-arrow:before {
  content: '\f054';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.smart-slider__instance .sp-horizontal .sp-previous-arrow,
.smart-slider__instance .sp-horizontal .sp-next-arrow {
  font-size: 20px;
  font-size: 12px;
}

.smart-slider__instance .sp-horizontal .sp-arrows {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.smart-slider__instance .sp-vertical .sp-arrows {
  margin-left: 0;
  left: calc(100% - 70px);
}

.smart-slider__instance .sp-vertical .sp-previous-arrow {
  top: auto;
  bottom: 95px;
  border-radius: 3px;
}

.smart-slider__instance .sp-vertical .sp-previous-arrow:before {
  content: '\e93b';
}

.smart-slider__instance .sp-vertical .sp-next-arrow {
  bottom: 30px;
  border-radius: 3px;
}

.smart-slider__instance .sp-vertical .sp-next-arrow:before {
  content: '\e93c';
}

.smart-slider__instance .sp-buttons {
  position: absolute;
  bottom: 8%;
  padding: 0;
}

.smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="bottom"] .sp-buttons {
  bottom: 0;
}

@media (max-width: 767px) {
  .smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="right"] .sp-buttons,
  .smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="left"] .sp-buttons {
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="right"] .sp-buttons {
    left: 0;
    max-width: calc(100% - 162px);
  }
}

@media (min-width: 768px) {
  .smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="left"] .sp-buttons {
    left: auto;
    right: 0;
    max-width: calc(100% - 162px);
  }
}

.smart-slider__instance .sp-button {
  width: 14px;
  height: 14px;
  margin: 0 8px;
  border: none;
  transition: .3s;
}

.smart-slider__instance .sp-content-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.smart-slider__instance .sp-content-container .sp-layer {
  position: static;
}

.smart-slider__instance .sp-content-container .sp-layer + .sp-layer {
  margin-top: 10px;
}

.smart-slider__instance .sp-content-container .sp-layer + .sp-more {
  margin-top: 20px;
}

.smart-slider__instance .sp-content-container .sp-content {
  display: none;
}

@media (min-width: 768px) {
  .smart-slider__instance .sp-content-container .sp-content {
    display: block;
  }
}

.smart-slider__instance .sp-content-container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
}

.smart-slider__instance[data-pagination="true"] .sp-content-container {
  padding: 8% 15px;
}

.smart-slider__instance[data-thumbnails-position="bottom"] .sp-content-container, .smart-slider__instance[data-thumbnails-position="top"] .sp-content-container {
  padding: calc(5% + 88px) 15px;
}

@media (min-width: 768px) {
  .smart-slider__instance[data-thumbnails-position="right"] .sp-content-container, .smart-slider__instance[data-thumbnails-position="left"] .sp-content-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.smart-slider__instance .sp-title a,
.smart-slider__instance .sp-more a {
  transition: .3s !important;
}

.smart-slider__instance h2.sp-title {
  font-size: 25px;
  line-height: 1.333;
  max-width: 90%;
}

@media (min-width: 544px) {
  .smart-slider__instance h2.sp-title {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .smart-slider__instance h2.sp-title {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .smart-slider__instance h2.sp-title {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .smart-slider__instance h2.sp-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.smart-slider__instance .sp-slide {
  text-align: center;
}

.smart-slider__instance .sp-image-container:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.sidebar .smart-slider__instance h2.sp-title,
.tm_pb_column_1_4 .smart-slider__instance h2.sp-title,
.tm_pb_column_1_3 .smart-slider__instance h2.sp-title,
.footer-area:not(.footer-area--fullwidth) .smart-slider__instance h2.sp-title {
  font-size: 25px;
  text-align: center;
}

.sidebar .smart-slider__instance p.sp-content,
.tm_pb_column_1_4 .smart-slider__instance p.sp-content,
.tm_pb_column_1_3 .smart-slider__instance p.sp-content,
.footer-area:not(.footer-area--fullwidth) .smart-slider__instance p.sp-content {
  font-size: 14px;
  text-align: center;
}

/*rtl:end:ignore*/
/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.subscribe-follow__custom-bg {
  padding-top: 32px;
  padding-bottom: 38px;
}

.full-width-header-area .subscribe-follow__wrap,
.after-content-full-width-area .subscribe-follow__wrap,
.before-content-area .subscribe-follow__wrap,
.after-content-area .subscribe-follow__wrap {
  text-align: center;
}

.full-width-header-area .subscribe-follow__wrap .subscribe-block__messages,
.after-content-full-width-area .subscribe-follow__wrap .subscribe-block__messages,
.before-content-area .subscribe-follow__wrap .subscribe-block__messages,
.after-content-area .subscribe-follow__wrap .subscribe-block__messages {
  text-align: left;
}

.full-width-header-area .subscribe-follow__wrap .follow-block,
.full-width-header-area .subscribe-follow__wrap .subscribe-block,
.after-content-full-width-area .subscribe-follow__wrap .follow-block,
.after-content-full-width-area .subscribe-follow__wrap .subscribe-block,
.before-content-area .subscribe-follow__wrap .follow-block,
.before-content-area .subscribe-follow__wrap .subscribe-block,
.after-content-area .subscribe-follow__wrap .follow-block,
.after-content-area .subscribe-follow__wrap .subscribe-block {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-follow__wrap .follow-block {
  text-align: center;
  /* border: 1px solid #e3e3e3; */
  /* border-bottom: none; */
  /* padding: 10px; */
}
.subscribe-follow__wrap .social-list .menu-item > a::before {

}

.subscribe-follow__wrap .follow-block .social-list .social-list__items .menu-item {
  padding-left: 20px;
  padding-right: 20px;
}

.subscribe-follow__wrap .follow-block .social-list .social-list__items .menu-item a:before {
  font-size: 14px;
  font-size: 20px;
}
.subscribe-follow__wrap .follow-block .social-list .social-list__items .menu-item a:hover {
  color: #FE3524;
}

.before-loop-area .subscribe-follow__wrap,
.after-loop-area .subscribe-follow__wrap {
  text-align: center;
}

.follow-block__message {
  margin-bottom: 2em;
}

.full-width-header-area .subscribe-block__form,
.after-content-full-width-area .subscribe-block__form,
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_widget_area .subscribe-block__form {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.follow-block + .subscribe-block {
  margin-top: 0;
}

.subscribe-block__input-group {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -5px -5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscribe-block__input-wrap {
  position: relative;
  margin: 5px;
  -webkit-box-flex: 5;
      -ms-flex: 5 1 150px;
          flex: 5 1 150px;
  min-width: 150px;
  max-width: 300px;
}

.subscribe-block__input-wrap i {
  display: none;
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .subscribe-block__input-wrap {
    -webkit-box-flex: 5;
        -ms-flex: 5 1 150px;
            flex: 5 1 150px;
    min-width: 150px;
  }
}

.subscribe-block__input[type='email'] {
  width: 100%;
  min-width: 50px;
  max-width: 100%;
}

i + .subscribe-block__input[type='email'] {
  padding-left: 50px;
}

@media (min-width: 768px) {
  i + .subscribe-block__input[type='email'] {
    padding-left: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar i + .subscribe-block__input[type='email'] {
    padding-left: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .tm_pb_column_1_3 i + .subscribe-block__input[type='email'] {
    padding-left: 50px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) i + .subscribe-block__input[type='email'],
  .tm_pb_column_1_4 i + .subscribe-block__input[type='email'] {
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar i + .subscribe-block__input[type='email'] {
    padding-left: 50px;
    padding-right: 10px;
  }
}

.subscribe-block__input[type='email'].error {
  border-color: #FF596D;
}

.subscribe-block__submit {
  margin: 5px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 543px) {
  .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .tm_pb_column_1_3 .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .subscribe-block__submit,
  .tm_pb_column_1_4 .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.subscribe-block__message {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.subscribe-block__error, .subscribe-block__success {
  margin-top: 5px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
  font-style: italic;
}

.subscribe-block__error {
  color: #FF596D;
}

.subscribe-block__success {
  color: #2FD3AE;
}

@media (min-width: 768px) {
  .subscribe-block i + .subscribe-block__input[type=email] {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) i + .subscribe-block__input[type=email],
  .tm_pb_column_1_4 i + .subscribe-block__input[type=email] {
    padding-left: 20px;
  }
}

.sidebar .widget-subscribe {
  /* border-top: none; */
}

.sidebar .widget-subscribe .subscribe-block {
  text-align: center;
  padding: 55px 35px;
}

.sidebar .widget-subscribe .subscribe-block__input-group {
  -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;
}

@media (min-width: 992px) {
  .sidebar .widget-subscribe .subscribe-block__input-group {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.sidebar .widget-subscribe .subscribe-block__input-wrap {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.sidebar .widget-subscribe .subscribe-block__input-group {
  margin: 0;
}

.sidebar .widget-subscribe .subscribe-block__submit {
  margin: 10px 0 0;
  max-width: 300px;
}

.sidebar .widget-subscribe .subscribe-block__message {
  margin-bottom: 24px;
}

.sidebar .widget-subscribe .subscribe-block .widget-title {
  margin-bottom: 10px;
}

.sidebar .widget-subscribe .subscribe-block .widget-title:before {
  content: '\f003';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  font-size: 2.5rem;
  display: block;
  margin-bottom: 10px;
}

.sidebar .widget-subscribe .follow-block .widget-title {
  margin-bottom: 0;
}

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

@media (min-width: 1200px) {
  .widget-taxonomy-tiles__content {
    padding: 17px 20px;
  }
}

.widget-taxonomy-tiles__content:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.9;
  transition: all 0.5s ease;
}

.widget-taxonomy-tiles__title-wrap {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.widget-taxonomy-tiles__title-wrap > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.widget-taxonomy-tiles__title {
  margin: 0;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.widget-taxonomy-tiles__desc {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4166666;
}

.widget-taxonomy-tiles__post-count {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  font-style: italic;
}

.widget-taxonomy-tiles .tiles-columns {
  display: block;
}

.widget-taxonomy-tiles .tiles-columns .tile-md-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

@media (min-width: 1441px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

@media (min-width: 1441px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-md-y {
  height: 300px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 170.5px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 221.375px;
  }
}

@media (min-width: 1441px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 275px;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
  height: 300px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 341px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 442.75px;
  }
}

@media (min-width: 1441px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 550px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1441px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1441px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 310px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 402.5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1441px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 372px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 483px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1441px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 600px;
  }
}

@media (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 33.33333%;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 33.33333%;
  }
}

@media (min-width: 992px) and (min-width: 1441px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 66.66667%;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 66.66667%;
  }
}

@media (min-width: 992px) and (min-width: 1441px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 170.5px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 221.375px;
  }
}

@media (min-width: 992px) and (min-width: 1441px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 275px;
  }
}

@media (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 341px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 442.75px;
  }
}

@media (min-width: 992px) and (min-width: 1441px) {
  .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 550px;
  }
}

@media (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 1441px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 1441px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 201.5px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 261.625px;
  }
}

@media (min-width: 992px) and (min-width: 1441px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 325px;
  }
}

@media (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 544px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 201.5px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 261.625px;
  }
}

@media (min-width: 992px) and (min-width: 1441px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 325px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 544px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 1441px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 544px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 1441px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (min-width: 544px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 201.5px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 261.625px;
  }
}

@media (min-width: 768px) and (min-width: 1441px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 325px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (min-width: 544px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 201.5px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 261.625px;
  }
}

@media (min-width: 768px) and (min-width: 1441px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 325px;
  }
}

.widget-taxonomy-tiles .tiles-columns:after {
  display: block;
  clear: both;
  content: '';
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x .widget-taxonomy-tiles__title, .widget-taxonomy-tiles .tiles-columns .tile-sm-x .widget-taxonomy-tiles__title, .widget-taxonomy-tiles .tiles-columns .tile-md-x .widget-taxonomy-tiles__title, .widget-taxonomy-tiles .tiles-columns .tile-lg-x .widget-taxonomy-tiles__title {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x .widget-taxonomy-tiles__content, .widget-taxonomy-tiles .tiles-columns .tile-sm-x .widget-taxonomy-tiles__content, .widget-taxonomy-tiles .tiles-columns .tile-md-x .widget-taxonomy-tiles__content, .widget-taxonomy-tiles .tiles-columns .tile-lg-x .widget-taxonomy-tiles__content {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .sidebar .widget-taxonomy-tiles .grid-columns:not(.columns-number-1) .widget-taxonomy-tiles__content,
  .tm_pb_column_1_4 .widget-taxonomy-tiles .grid-columns:not(.columns-number-1) .widget-taxonomy-tiles__content,
  .tm_pb_column_1_3 .widget-taxonomy-tiles .grid-columns:not(.columns-number-1) .widget-taxonomy-tiles__content,
  .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .grid-columns:not(.columns-number-1) .widget-taxonomy-tiles__content {
    display: none;
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

iframe {
  display: block;
  width: 100%;
}

.single .entry-content p iframe {
  margin-bottom: 40px;
}

.single .entry-content p:first-child iframe {
  margin-top: 10px;
}

/*rtl:begin:ignore*/
.img-pull-left {
  float: left;
  width: 50%;
  margin: 0 4% 1% 0;
}

.img-pull-right {
  float: right;
  width: 50%;
  margin: 0 0 1% 4%;
}

/*rtl:end:ignore*/
/*--------------------------------------------------------------
## 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: 75.395%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* Audio */
.entry-content .mejs-container-wrapper {
  border-radius: 3px;
  padding: 30px 20px;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .entry-content .mejs-container-wrapper {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 1200px) {
  .entry-content .mejs-container-wrapper {
    padding: 40px;
  }
}

.single .entry-content .mejs-container-wrapper {
  margin-bottom: 40px;
}

.single .entry-content .mejs-container-wrapper:first-child {
  margin-top: 10px;
}

.wp-playlist.wp-audio-playlist {
  padding: 20px;
  border-radius: 3px;
}

.wp-playlist.wp-audio-playlist.wp-playlist-light .wp-playlist-item {
  border-bottom-color: #e3e3e3;
}

.wp-playlist.wp-audio-playlist.wp-playlist-light .wp-playlist-item.wp-playlist-playing .wp-playlist-caption {
  color: #000000;
}

.wp-playlist.wp-audio-playlist .wp-playlist-current-item {
  margin-bottom: 15px;
}

.wp-playlist.wp-audio-playlist .wp-playlist-tracks {
  margin-top: 15px;
}

/* Video */
.wp-video,
.wp-playlist.wp-video-playlist {
  margin-bottom: 40px;
}

.wp-video .mejs-poster {
  background-size: cover;
}

/* Facebook embed */
.fb_iframe_widget {
  max-width: 100%;
}

.fb_iframe_widget > span {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

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

.wpcf7 .wpcf7-not-valid {
  border-color: #FF596D;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #FF596D;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  right: 5px;
  top: 1px;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng, .wpcf7 .wpcf7-mail-sent-ok {
  margin: 1.5em 0;
  padding: 5px 15px;
  border: none;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 3px;
  font-style: italic;
  color: #000000;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
  background: rgba(255, 89, 109, 0.7);
}

.wpcf7 .wpcf7-mail-sent-ok {
  background: rgba(47, 211, 174, 0.7);
}

.site .wpcf7 .ajax-loader {
  margin: 0 10px;
}

.wpcf7-form p {
  margin-bottom: 20px;
  position: relative;
}

.wpcf7-form p i {
  pointer-events: none;
  font-size: 24px;
  position: absolute;
  left: 20px;
  top: 5.5px;
  z-index: 1;
}

.wpcf7 input[type='submit'],
.wpcf7 input[type='reset'] {
  vertical-align: middle;
}

.wpcf7 input[type='radio'],
.wpcf7 input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

.wpcf7 input[type='radio']:last-child,
.wpcf7 input[type='checkbox']:last-child {
  margin-left: 5px;
  margin-right: 0;
}

.wpcf7 select {
  width: 200px;
  max-width: 100%;
}

/*--------------------------------------------------------------
## Cherry Socialize
--------------------------------------------------------------*/
.cs-instagram__items {
  margin: -10px;
}

.cs-instagram__item {
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding: 0;
  margin: 4px;
  transition: .3s;
}

@media (min-width: 480px) {
  .cs-instagram__item {
    max-width: calc(25% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 20px);
            flex: 0 0 calc(25% - 20px);
  }
}

@media (min-width: 768px) {
  .cs-instagram__item {
    max-width: 29%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
  }
}

@media (min-width: 1200px) {
  .cs-instagram__item {
    margin: 10px;
    max-width: calc(25% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 20px);
            flex: 0 0 calc(25% - 20px);
  }
}

.cs-instagram__item .cs-instagram__cover {
  opacity: 0;
}

.cs-instagram__item .cs-instagram__link {
  border: 3px solid transparent;
  transition: .3s;
}

.cs-instagram__item .cs-instagram__cover:before {
  content: "\f06e";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  display: inline-block;
  z-index: 2;
  transition: .3s;
  color: white;
  opacity: 0;
}

.cs-instagram__item:hover .cs-instagram__cover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.cs-instagram__item:hover .cs-instagram__cover {
  opacity: 1;
}

/*--------------------------------------------------------------
## Cherry Search
--------------------------------------------------------------*/
.cherry-search {
  margin: -5px;
  padding: 0;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cherry-search__results-list.show {
  top: 24px;
}

.cherry-search__results-list.show ul li:before {
  display: none;
}

.cherry-search form.cherry-search__form button.search-submit.btn {
  padding: 10px 10px;
}

.site-header .cherry-search {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: absolute;
  z-index: -1;
  top: -999em;
  left: 0;
  right: 55px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.site-header .cherry-search__submite_text {
  display: none;
}

.widget .cherry-search .cherry-search__label {
  margin: 0 5px;
}

.widget .cherry-search .cherry-search__submit {
  margin: 5px;
}

.widget .cherry-search .cherry-search__results-list.show {
  top: 100%;
  width: 97%;
}

.site-header.style-3 .cherry-search,
.site-header.style-4 .cherry-search,
.site-header.style-2 .cherry-search {
  left: 0;
  right: 70px;
}

.site-header.search-active .cherry-search {
  top: 50%;
  opacity: 1;
  visibility: visible;
  z-index: 3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cherry-search__toggle {
  font-size: 19px;
  cursor: pointer;
  transition: all .3s ease-out;
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cherry-search__toggle:before {
  content: '\e922';
}

.site-header.search-active .cherry-search__toggle {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.cherry-search__close {
  font-size: 19px;
  cursor: pointer;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  padding: 5px 0;
  opacity: 0;
  margin-left: 25px;
  visibility: hidden;
}

.cherry-search__close:before {
  content: '\e92a';
}

.cherry-search__close:after {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  height: 100%;
  width: 1px;
  background: #e3e3e3;
}

.invert .cherry-search__close:after {
  background: rgba(227, 227, 227, 0.2);
}

.site-header.search-active .cherry-search__close {
  transition: all .5s ease-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.site-header.style-3 .cherry-search__close,
.site-header.style-4 .cherry-search__close,
.site-header.style-2 .cherry-search__close {
  right: 15px;
}

.site-header .mobile-panel .cherry-search__close {
  right: 20px;
}

.cherry-search__input-wrap {
  position: relative;
  margin: 5px;
  -webkit-box-flex: 5;
      -ms-flex: 5 1 185px;
          flex: 5 1 185px;
  min-width: 185px;
}

.cherry-search__input-wrap i {
  pointer-events: none;
  font-size: 24px;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .cherry-search__input-wrap i {
    left: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar .cherry-search__input-wrap i {
    left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .tm_pb_column_1_3 .cherry-search__input-wrap i {
    left: 15px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .cherry-search__input-wrap i,
  .tm_pb_column_1_4 .cherry-search__input-wrap i {
    left: 15px;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .cherry-search__input-wrap i {
    left: 15px;
  }
}

.site-header .cherry-search__input-wrap i {
  display: none;
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .cherry-search__input-wrap {
    -webkit-box-flex: 5;
        -ms-flex: 5 1 150px;
            flex: 5 1 150px;
    min-width: 150px;
  }
}

.site-header .cherry-search__input-wrap {
  margin: 0;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.cherry-search__field[type='search'] {
  font-style: normal;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 50px;
}

i + .cherry-search__field[type='search'] {
  padding-left: 50px;
}

@media (min-width: 768px) {
  i + .cherry-search__field[type='search'] {
    padding-left: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar i + .cherry-search__field[type='search'] {
    padding-left: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .tm_pb_column_1_3 i + .cherry-search__field[type='search'] {
    padding-left: 50px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) i + .cherry-search__field[type='search'],
  .tm_pb_column_1_4 i + .cherry-search__field[type='search'] {
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar i + .cherry-search__field[type='search'] {
    padding-left: 50px;
    padding-right: 10px;
  }
}

.site-header .cherry-search__field[type='search'] {
  padding: 17.5px 0;
  font-size: 16px;
  font-size: 1rem;
  background: none;
  border: none;
}

.site-header .cherry-search__field[type='search']:focus {
  background: none;
}

.cherry-search__submit {
  margin: 5px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 543px) {
  .cherry-search__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .sidebar .cherry-search__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .footer-area:not(.footer-area--fullwidth) .cherry-search__submit,
  .tm_pb_column_1_3 .cherry-search__submit,
  .tm_pb_column_1_4 .cherry-search__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .sidebar-1-4 .sidebar .cherry-search__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-header .cherry-search__submit,
.site-header .invert .cherry-search__submit {
  background: none;
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 15px 10px;
}

.site-header .cherry-search__submit:hover,
.site-header .invert .cherry-search__submit:hover {
  background: none;
}

.site-header .cherry-search__submit:active,
.site-header .invert .cherry-search__submit:active {
  box-shadow: none;
}

.site-header .cherry-search__submit:before,
.site-header .invert .cherry-search__submit:before {
  content: '\e922';
  font-size: 19px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header .cherry-search form.cherry-search__form button.search-submit {
  padding: 0;
  position: absolute;
  right: -50px;
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-header .cherry-search form.cherry-search__form button.search-submit .cherry-search__icon:before {
  content: '\e922';
  font-size: 19px;
  font-family: 'Linearicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sidebar .cherry-search {
  margin: 0;
}

.sidebar .cherry-search form {
  width: 100%;
}

.sidebar .cherry-search form.cherry-search__form button.search-submit {
  width: auto;
  position: absolute;
  margin: 0;
  right: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.search .cherry-search__label {
  margin: 5px;
}

.search .cherry-search__results-list.show {
  top: 80px;
}

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

.site-logo__link, .site-logo__link:hover {
  color: #FE3524!important;
}