@charset "UTF-8";
/*!
Theme Name: Randomo
Theme URI: https://www.templatemonster.com/wordpress-themes/prod-14909.html
Author: Zemez
Author URI: https://zemez.io/wordpress/
Description: Randomo - Advertising ( magic) WordPress theme.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: randomo
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
DocumentationID: prod-14909
Template Id: prod-14909

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.

Randomo is based on Underscores https://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grid
# Typography
# Elements
	## Lists
	## Tables
	## Icons
	## Preloader
	## ToTop button
# Forms
	## Buttons
	## Fields
	## Search-form
	## Comment-form
	## Password-form
# Navigation
	## Links
	## Top Menu
	## Main Menu
	## Vertical menu
	## Footer Menu
	## Paginations
	## Breadcrumbs
	## Social List
	## Toggle buttons
# Modules
	## Accessibility
	## Alignments
	## Clearings
	## Comments
	## Swiper
	## Author Bio
	## Share Buttons
	## Contact block
	## Magnific Popup
# Components
	## Card
# Content
	## Layout
	## Header
	## Posts and pages
	## Post Formats
	## Footer
	## 404
# Widgets
	## Defaults
	## About author
	## About Randomo
	## Banner
	## Carousel
	## Contact Information
	## Custom Posts
	## Featured Posts Block
	## Instagram
	## Image Grid
	## News Smart Box
	## Playlist Slider
	## Smart Slider
	## Subscribe
	## Taxonomy Tiles
# Media
	## Captions
	## Galleries
	## Embeds
# Plugins
	## Contact Form 7
	## Mega menu
	## Cherry Trending Posts

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid:before, .container-fluid:after {
    content: none !important; }

.container-wide {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row:before, .row:after {
    content: none; }

.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: 0.9375rem;
  padding-right: 0.9375rem;
  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: 600px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1,
#tm_builder_outer_content h1.tm_pb_text_align_center, h2,
#tm_builder_outer_content h2.tm_pb_text_align_center, h3,
#tm_builder_outer_content h3.tm_pb_text_align_center {
  margin: 0 0 35px; }

h1 + p,
h2 + p,
h3 + p {
  margin-top: 55px; }

h4,
#tm_builder_outer_content h4.tm_pb_text_align_center, h5,
#tm_builder_outer_content h5.tm_pb_text_align_center, h6,
#tm_builder_outer_content h6.tm_pb_text_align_center {
  margin: 0 0 20px; }

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

h3 + h4,
#tm_builder_outer_content h3 + h4.tm_pb_text_align_center {
  margin-top: 55px; }

h6 + h3,
#tm_builder_outer_content h6 + h3.tm_pb_text_align_center {
  margin-top: 35px; }

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

.dropcaps,
.single .post > .entry-content > p:first-of-type:first-letter {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  float: left;
  margin: 8px 13px 5px 0;
  line-height: 1;
  padding: 17px 23px;
  position: relative; }

.single .post > .entry-content > p:first-of-type:after {
  content: '';
  display: block;
  clear: both; }

@-moz-document url-prefix() {
  .dropcaps,
  .single .post > .entry-content > p:first-of-type:first-letter {
    padding: 21px 23px; } }

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: 16px;
  font-size: 1rem; }

code {
  padding: 2px; }

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

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

big {
  font-size: 125%; }

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

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

body {
  background-color: #14151c;
  /* 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 {
  position: relative;
  padding-left: 45px;
  margin: 40px 0 45px; }
  blockquote:first-child {
    margin-top: 0; }
  blockquote:last-child {
    margin-bottom: 0; }
  blockquote cite {
    display: block;
    margin-top: 25px;
    font-size: 14px;
    font-size: 0.875rem; }
    blockquote cite:before {
      content: "— "; }
  blockquote:before {
    content: '\ecbb';
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    font-size: 24px;
    line-height: 1; }

hr {
  border: 0;
  height: 1px;
  margin: 60px 0;
  clear: both; }
  hr:first-child {
    margin-top: 0; }

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul, ol, dl {
  margin: 0 0 20px 0;
  padding-left: 0; }
  ul:last-child, ol:last-child, dl:last-child {
    margin-bottom: 0; }

.site-main ul:not([class]), .site-main
ol:not([class]) {
  list-style: none; }
  .site-main ul:not([class]) li + li,
  .site-main ul:not([class]) li > ul li,
  .site-main ul:not([class]) li > ol li, .site-main
  ol:not([class]) li + li,
  .site-main
  ol:not([class]) li > ul li,
  .site-main
  ol:not([class]) li > ol li {
    margin-top: 5px; }
  .site-main ul:not([class]) > li:not([class]), .site-main
  ol:not([class]) > li:not([class]) {
    font-weight: 700; }
    .site-main ul:not([class]) > li:not([class]):before, .site-main
    ol:not([class]) > li:not([class]):before {
      font-weight: 400;
      margin-right: 10px; }

.site-main ul:not([class]) > li:not([class]):before {
  content: '•'; }

.site-main ol:not([class]) {
  counter-reset: li; }
  .site-main ol:not([class]) > li:not([class]):before {
    content: counter(li, decimal-leading-zero) ".";
    counter-increment: li; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 20px; }

dt {
  float: left;
  clear: left;
  margin-right: 4px; }

dd {
  font-weight: 900;
  margin-left: 0; }

dt:not(:first-of-type), dd:not(:first-of-type) {
  margin-top: 11px; }

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

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

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

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
/* Set icons font family */
.mejs-overlay-button:before,
#toTop:before,
.search-form__toggle,
.search-form__close,
.site-header .search-form__submit:before,
.main-navigation .menu .menu-item-has-children :after,
.sub-menu-toggle:before,
nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow i,
a[data-popup="magnificPopup"]:after,
.mfp-iframe-holder .mfp-close:before, .mfp-image-holder .mfp-close:before,
.swiper-button-next:before,
.swiper-button-prev:before,
.post-format-link:before,
blockquote:before,
.cherry-trend-views__count:before,
#tm_builder_outer_content .tm_pb_module .tm_pb_toggle_title::before,
#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button button:before,
#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button button:before,
#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw + div:before,
#tm_builder_outer_content .tm_pb_module .tm-pb-arrow-next,
#tm_builder_outer_content .tm_pb_module .tm-pb-arrow-prev,
#tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play::before,
.instagram__cover:before,
.cs-instagram__cover:before,
.widget_archive label:before,
.widget_categories label:before,
.widget_calendar tfoot a:before,
.smart-slider__instance .sp-full-screen-button:before,
.smart-slider__instance .sp-arrow:before,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after,
.posts-list--grid .posts-list__item:not(.format-standard) .entry-header:before,
.posts-list--vertical-justify .posts-list__item:not(.format-standard) .entry-header:before {
  display: inline-block;
  font-family: 'nc-icon-outline';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Prev buttons icon */
.swiper-button-prev:before,
#tm_builder_outer_content .tm_pb_module .tm-pb-arrow-prev:before {
  content: "\ead2"; }

/* Next buttons icon */
.swiper-button-next:before,
#tm_builder_outer_content .tm_pb_module .tm-pb-arrow-next:before {
  content: "\ead3"; }

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

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

@-webkit-keyframes glitch-preloader-anim-1 {
  0% {
    clip: rect(111px, 450px, 95px, 0); }
  5.88235% {
    clip: rect(16px, 450px, 113px, 0); }
  11.76471% {
    clip: rect(25px, 450px, 42px, 0); }
  17.64706% {
    clip: rect(48px, 450px, 9px, 0); }
  23.52941% {
    clip: rect(48px, 450px, 28px, 0); }
  29.41176% {
    clip: rect(55px, 450px, 33px, 0); }
  35.29412% {
    clip: rect(29px, 450px, 63px, 0); }
  41.17647% {
    clip: rect(17px, 450px, 29px, 0); }
  47.05882% {
    clip: rect(114px, 450px, 87px, 0); }
  52.94118% {
    clip: rect(41px, 450px, 32px, 0); }
  58.82353% {
    clip: rect(81px, 450px, 48px, 0); }
  64.70588% {
    clip: rect(42px, 450px, 77px, 0); }
  70.58824% {
    clip: rect(113px, 450px, 76px, 0); }
  76.47059% {
    clip: rect(3px, 450px, 10px, 0); }
  82.35294% {
    clip: rect(72px, 450px, 1px, 0); }
  88.23529% {
    clip: rect(76px, 450px, 46px, 0); }
  94.11765% {
    clip: rect(5px, 450px, 92px, 0); }
  100% {
    clip: rect(44px, 450px, 44px, 0); } }

@keyframes glitch-preloader-anim-1 {
  0% {
    clip: rect(111px, 450px, 95px, 0); }
  5.88235% {
    clip: rect(16px, 450px, 113px, 0); }
  11.76471% {
    clip: rect(25px, 450px, 42px, 0); }
  17.64706% {
    clip: rect(48px, 450px, 9px, 0); }
  23.52941% {
    clip: rect(48px, 450px, 28px, 0); }
  29.41176% {
    clip: rect(55px, 450px, 33px, 0); }
  35.29412% {
    clip: rect(29px, 450px, 63px, 0); }
  41.17647% {
    clip: rect(17px, 450px, 29px, 0); }
  47.05882% {
    clip: rect(114px, 450px, 87px, 0); }
  52.94118% {
    clip: rect(41px, 450px, 32px, 0); }
  58.82353% {
    clip: rect(81px, 450px, 48px, 0); }
  64.70588% {
    clip: rect(42px, 450px, 77px, 0); }
  70.58824% {
    clip: rect(113px, 450px, 76px, 0); }
  76.47059% {
    clip: rect(3px, 450px, 10px, 0); }
  82.35294% {
    clip: rect(72px, 450px, 1px, 0); }
  88.23529% {
    clip: rect(76px, 450px, 46px, 0); }
  94.11765% {
    clip: rect(5px, 450px, 92px, 0); }
  100% {
    clip: rect(44px, 450px, 44px, 0); } }

@-webkit-keyframes glitch-preloader-anim-2 {
  0% {
    clip: rect(87px, 450px, 13px, 0); }
  5.88235% {
    clip: rect(89px, 450px, 90px, 0); }
  11.76471% {
    clip: rect(1px, 450px, 37px, 0); }
  17.64706% {
    clip: rect(83px, 450px, 97px, 0); }
  23.52941% {
    clip: rect(90px, 450px, 53px, 0); }
  29.41176% {
    clip: rect(36px, 450px, 100px, 0); }
  35.29412% {
    clip: rect(41px, 450px, 32px, 0); }
  41.17647% {
    clip: rect(85px, 450px, 2px, 0); }
  47.05882% {
    clip: rect(110px, 450px, 50px, 0); }
  52.94118% {
    clip: rect(29px, 450px, 91px, 0); }
  58.82353% {
    clip: rect(10px, 450px, 69px, 0); }
  64.70588% {
    clip: rect(42px, 450px, 98px, 0); }
  70.58824% {
    clip: rect(30px, 450px, 48px, 0); }
  76.47059% {
    clip: rect(106px, 450px, 26px, 0); }
  82.35294% {
    clip: rect(112px, 450px, 47px, 0); }
  88.23529% {
    clip: rect(19px, 450px, 87px, 0); }
  94.11765% {
    clip: rect(69px, 450px, 46px, 0); }
  100% {
    clip: rect(65px, 450px, 25px, 0); } }

@keyframes glitch-preloader-anim-2 {
  0% {
    clip: rect(87px, 450px, 13px, 0); }
  5.88235% {
    clip: rect(89px, 450px, 90px, 0); }
  11.76471% {
    clip: rect(1px, 450px, 37px, 0); }
  17.64706% {
    clip: rect(83px, 450px, 97px, 0); }
  23.52941% {
    clip: rect(90px, 450px, 53px, 0); }
  29.41176% {
    clip: rect(36px, 450px, 100px, 0); }
  35.29412% {
    clip: rect(41px, 450px, 32px, 0); }
  41.17647% {
    clip: rect(85px, 450px, 2px, 0); }
  47.05882% {
    clip: rect(110px, 450px, 50px, 0); }
  52.94118% {
    clip: rect(29px, 450px, 91px, 0); }
  58.82353% {
    clip: rect(10px, 450px, 69px, 0); }
  64.70588% {
    clip: rect(42px, 450px, 98px, 0); }
  70.58824% {
    clip: rect(30px, 450px, 48px, 0); }
  76.47059% {
    clip: rect(106px, 450px, 26px, 0); }
  82.35294% {
    clip: rect(112px, 450px, 47px, 0); }
  88.23529% {
    clip: rect(19px, 450px, 87px, 0); }
  94.11765% {
    clip: rect(69px, 450px, 46px, 0); }
  100% {
    clip: rect(65px, 450px, 25px, 0); } }
  .glitch-preloader:before, .glitch-preloader:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #14151c;
    clip: rect(0, 0, 0, 0); }
  .glitch-preloader:after {
    left: 4px;
    text-shadow: -1px 0 red;
    animation: glitch-preloader-anim-1 2s infinite linear alternate-reverse; }
  .glitch-preloader:before {
    left: -4px;
    text-shadow: 2px 0 blue;
    animation: glitch-preloader-anim-2 3s infinite linear alternate-reverse; }

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: -999em;
  overflow: hidden;
  width: 50px;
  height: 50px;
  z-index: 999;
  text-align: center; }
  #toTop:before {
    width: 100%;
    line-height: 50px;
    font-size: 24px;
    content: "\eab0"; }
  #toTop:focus {
    outline: 0; }
  @media (min-width: 600px) {
    #toTop {
      right: 20px; } }
  @media (min-width: 900px) {
    #toTop {
      bottom: 80px; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn,
form button,
form input[type='button'],
form input[type='reset'],
form input[type='submit'] {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 14px 41px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900; }
  .btn, .btn:hover,
  form button,
  form button:hover,
  form input[type='button'],
  form input[type='button']:hover,
  form input[type='reset'],
  form input[type='reset']:hover,
  form input[type='submit'],
  form input[type='submit']:hover {
    text-decoration: none; }
  .btn:focus,
  form button:focus,
  form input[type='button']:focus,
  form input[type='reset']:focus,
  form input[type='submit']:focus {
    outline: 0; }
  .btn:active,
  form button:active,
  form input[type='button']:active,
  form input[type='reset']:active,
  form input[type='submit']:active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-fullwidth,
  form button.btn-fullwidth,
  form input[type='button'].btn-fullwidth,
  form input[type='reset'].btn-fullwidth,
  form input[type='submit'].btn-fullwidth {
    width: 100%; }
  .btn.btn-large,
  form button.btn-large,
  form input[type='button'].btn-large,
  form input[type='reset'].btn-large,
  form input[type='submit'].btn-large {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
    padding: 16px 57.5px; }
    .btn.btn-large.btn-icon,
    form button.btn-large.btn-icon,
    form input[type='button'].btn-large.btn-icon,
    form input[type='reset'].btn-large.btn-icon,
    form input[type='submit'].btn-large.btn-icon {
      padding-left: 47.5px;
      padding-right: 47.5px; }
  .btn.btn-icon,
  form button.btn-icon,
  form input[type='button'].btn-icon,
  form input[type='reset'].btn-icon,
  form input[type='submit'].btn-icon {
    padding-left: 31px;
    padding-right: 31px; }
  .btn.btn-icon--left .btn__icon,
  form button.btn-icon--left .btn__icon,
  form input[type='button'].btn-icon--left .btn__icon,
  form input[type='reset'].btn-icon--left .btn__icon,
  form input[type='submit'].btn-icon--left .btn__icon {
    margin-right: 7px; }
  .btn.btn-icon--right,
  form button.btn-icon--right,
  form input[type='button'].btn-icon--right,
  form input[type='reset'].btn-icon--right,
  form input[type='submit'].btn-icon--right {
    direction: rtl; }
    .btn.btn-icon--right .btn__icon,
    form button.btn-icon--right .btn__icon,
    form input[type='button'].btn-icon--right .btn__icon,
    form input[type='reset'].btn-icon--right .btn__icon,
    form input[type='submit'].btn-icon--right .btn__icon {
      margin-left: 7px; }
  .btn[class*="btn"][class*="btn-"]:active,
  form button[class*="btn"][class*="btn-"]:active,
  form input[type='button'][class*="btn"][class*="btn-"]:active,
  form input[type='reset'][class*="btn"][class*="btn-"]:active,
  form input[type='submit'][class*="btn"][class*="btn-"]:active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn .btn__icon,
  form button .btn__icon,
  form input[type='button'] .btn__icon,
  form input[type='reset'] .btn__icon,
  form input[type='submit'] .btn__icon {
    font-size: 24px;
    font-size: 1.5rem; }
  .btn .btn__icon,
  .btn .btn__text,
  form button .btn__icon,
  form button .btn__text,
  form input[type='button'] .btn__icon,
  form input[type='button'] .btn__text,
  form input[type='reset'] .btn__icon,
  form input[type='reset'] .btn__text,
  form input[type='submit'] .btn__icon,
  form input[type='submit'] .btn__text {
    vertical-align: middle; }

.link,
.btn-link,
.tm_pb_link {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 800;
  text-decoration: underline; }
  .link:hover,
  .btn-link:hover,
  .tm_pb_link:hover {
    text-decoration: none; }

.sidebar .link,
.tm_pb_column_1_4 .link,
.tm_pb_column_1_3 .link,
.footer-area:not(.footer-area--fullwidth) .link, .sidebar
.btn-link,
.tm_pb_column_1_4
.btn-link,
.tm_pb_column_1_3
.btn-link,
.footer-area:not(.footer-area--fullwidth)
.btn-link {
  font-size: 16px;
  font-size: 1rem; }

.widget-area .btn.btn-accent-2, .widget-area
.btn.btn-primary, .widget-area
.btn.btn-accent-2 {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .widget-area .btn.btn-accent-2:hover, .widget-area
  .btn.btn-primary:hover, .widget-area
  .btn.btn-accent-2:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

/*--------------------------------------------------------------
## 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: 11.5px 20px 12.5px;
  border: 1px solid;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  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: 50px; }
  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;
    background-color: #ffffff; }

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

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

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

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

.post-password-form label + input {
  padding: 17px 40px; }

/* Input Placeholders */
::-webkit-input-placeholder {
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  color: inherit; }

::-moz-placeholder {
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  color: inherit; }

:-moz-placeholder {
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  color: inherit; }

:-ms-input-placeholder {
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  color: inherit; }

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

:-moz-placeholder {
  opacity: 1; }

:focus::-webkit-input-placeholder {
  font-weight: 900; }

:focus::-moz-placeholder {
  font-weight: 900; }

:focus:-moz-placeholder {
  font-weight: 900; }

:focus:-ms-input-placeholder {
  font-weight: 900; }

/*--------------------------------------------------------------
## Search-form
--------------------------------------------------------------*/
.search-form {
  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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: -1;
    top: -999em;
    left: 25px;
    right: 60px;
    margin: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: opacity .3s ease-out, 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.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; }
  .search-form__toggle {
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    display: inline-block; }
    .search-form__toggle:before {
      content: '\ed33'; }
    .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: 24px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    opacity: 0;
    margin-left: 25px;
    visibility: hidden; }
    .search-form__close:before {
      content: '\ed2b'; }
    .site-header.search-active .search-form__close {
      -webkit-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      transition: all .5s ease-out;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 1;
      visibility: visible; }
    .site-header .mobile-panel .search-form__close {
      right: 20px; }
  .search-form__input-wrap {
    position: relative;
    -webkit-box-flex: 5;
    -ms-flex: 5 1 185px;
    flex: 5 1 185px;
    min-width: 185px; }
    @media (min-width: 900px) {
      .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; }
  .search-form__field[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 50px; }
    .site-header .search-form__field[type='search'] {
      padding: 17.5px 0;
      font-size: 16px;
      font-size: 1rem;
      background: none;
      border: none; }
      .site-header .search-form__field[type='search']:focus {
        background: none; }
  .search-form__submit {
    z-index: 1;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    @media (max-width: 599px) {
      .search-form__submit {
        padding: 17px 15px; } }
    .sidebar .search-form__submit {
      padding: 17px 13px; }
    @media (min-width: 600px) {
      .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: 17px 15px; } }
    @media (min-width: 900px) {
      .sidebar-1-4 .sidebar .search-form__submit {
        padding: 17px 15px; } }
    .site-header .search-form .search-form__submit {
      background: none !important;
      border: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      font-size: 0;
      line-height: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0;
      padding: 5px 10px; }
      .site-header .search-form .search-form__submit:before {
        content: '\ed33';
        font-size: 24px; }

/*--------------------------------------------------------------
## Comment-form
--------------------------------------------------------------*/
.comment-list .comment-respond {
  margin-top: 60px;
  margin-bottom: 60px; }

.comment-reply-title {
  margin-bottom: 30px; }
  .comment-reply-title #cancel-comment-reply-link {
    font-size: 12px;
    font-size: 0.75rem;
    float: right;
    margin-left: 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: 18px;
    position: absolute;
    left: 20px;
    top: 14px; }

.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: 600px) {
    .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 {
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear; }
  a, a:hover, a:active {
    text-decoration: none; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }
  .entry-content p a {
    text-decoration: underline; }
    .entry-content p a:hover, .entry-content p a:active {
      text-decoration: none; }

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

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-panel__menu-list {
  text-align: center;
  margin: 0 -6px; }
  .top-panel__menu-list .menu-item {
    margin: 5px 6px;
    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%; }
  .main-navigation ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
  .main-navigation li {
    position: relative;
    text-align: left; }
  .main-navigation a {
    position: relative;
    display: block;
    text-decoration: none; }
    .main-navigation a.set-menu_link {
      display: inline;
      padding: 0; }
  @media (max-width: 599px) {
    .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; } }
  @media (min-width: 600px) {
    .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: 0; }
      .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: -30px; }
      .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: -30px; }
      .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(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition-duration: 200ms;
      -o-transition-duration: 200ms;
      transition-duration: 200ms;
      -webkit-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear;
      -webkit-transition-property: opacity, visibility, -webkit-transform;
      transition-property: opacity, visibility, -webkit-transform;
      -o-transition-property: transform, opacity, visibility;
      transition-property: transform, opacity, visibility;
      transition-property: transform, opacity, visibility, -webkit-transform; }
      .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu ul {
        margin-top: -20px; }
    .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 > li > a {
          text-align: center; }
    .main-navigation:not(.vertical-menu) .menu .sub-menu {
      margin: 0; }
    .main-navigation:not(.vertical-menu) .menu > li[hidden] {
      display: none; }
    .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: 599px) {
  .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%);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    padding-top: 60px;
    margin: 0;
    width: 100%;
    max-width: 70%;
    height: 100vh;
    background-color: rgba(20, 21, 28, 0.98); }
    .admin-bar .main-navigation.mobile-menu {
      padding-top: 105px; }
    .main-navigation.mobile-menu > .menu {
      max-height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      display: block; }
      .main-navigation.mobile-menu > .menu > li:first-child {
        margin-top: 20px; }
    .main-navigation.mobile-menu.animate {
      -webkit-transition: -webkit-transform .2s linear;
      transition: -webkit-transform .2s linear;
      -o-transition: 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 .sub-menu {
      background-color: transparent; }
    .main-navigation.mobile-menu ul > li.menu-item-has-children a {
      padding-right: 65px; } }

.main-navigation a {
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700; }

@media (min-width: 600px) {
  .main-navigation .menu {
    margin-top: 22px;
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .main-navigation .menu > li {
      margin-left: 17.5px;
      margin-right: 17.5px; }
    .main-navigation .menu > li > a {
      padding: 5px 0 27px; }
    .main-navigation .menu > li > .sub-menu {
      border-top: 4px solid; }
    .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) > a {
      padding-right: 18px; }
      .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) > a::after {
        /* Marker (level 1) */
        content: '\eaad';
        right: 0;
        top: 13px; }
    .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: 600px) {
  .main-navigation .sub-menu {
    padding: 20px 0; }
    .main-navigation .sub-menu a {
      font-weight: 400; }
    .main-navigation .sub-menu li.menu-item-has-children > a:after {
      /* Marker (level 2, 3, ..., N) */
      content: '\eaaf';
      right: 18px;
      top: 10px; }
    .main-navigation .sub-menu > li > a {
      width: 245px;
      padding: 4px 30px; }
    .main-navigation .sub-menu a {
      font-size: 14px;
      font-size: 0.875rem;
      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-size: 12px;
  font-size: 0.75rem;
  line-height: 1; }

/* Menu items description */
.menu-item__desc {
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 600px) {
    .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: 599px) {
  .mobile-menu .sub-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mobile-menu .menu-item-has-children > .sub-menu {
    display: none; }
  .mobile-menu .sub-menu-open > .sub-menu {
    display: block; } }

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

.sub-menu-toggle {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 995;
  border: 0;
  padding: 5px 20px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1; }
  .sub-menu-toggle:before {
    content: '\eaad'; }
  .sub-menu-toggle.active:before {
    content: '\eab0'; }

/*--------------------------------------------------------------
## Vertical menu
--------------------------------------------------------------*/
/*rtl:begin:ignore*/
#site-navigation.main-navigation.vertical-menu {
  overflow: hidden;
  will-change: transform;
  -webkit-transition: -webkit-transform 500ms ease-in;
  transition: -webkit-transform 500ms ease-in;
  -o-transition: 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: 100vw;
  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: rgba(20, 21, 28, 0.98); }
  #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);
    -webkit-transition: -webkit-transform 500ms ease-out;
    transition: -webkit-transform 500ms ease-out;
    -o-transition: transform 500ms ease-out;
    transition: transform 500ms ease-out;
    transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
    background: url("assets/images/menu-bg-image.jpg") center center no-repeat;
    background-size: cover; }
  #site-navigation.main-navigation.vertical-menu .main-navigation-buttons {
    text-align: left;
    position: absolute;
    left: 0;
    width: 100%;
    top: 13%;
    padding: 0 25px; }
    @media (min-width: 900px) {
      #site-navigation.main-navigation.vertical-menu .main-navigation-buttons {
        padding: 0 50px; } }
  #site-navigation.main-navigation.vertical-menu ul {
    list-style: none;
    padding: 0;
    width: 100%;
    display: none; }
    #site-navigation.main-navigation.vertical-menu ul.menu {
      position: relative;
      display: block;
      -webkit-transition: 400ms -webkit-transform ease-in-out;
      transition: 400ms -webkit-transform ease-in-out;
      -o-transition: 400ms 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 0 17px 0; }
        #site-navigation.main-navigation.vertical-menu ul.menu li a {
          width: 325px;
          border: none;
          display: inline-block;
          padding: 5px 50px 5px 20px;
          text-align: left;
          font-weight: 700;
          font-size: 32px;
          font-size: 2rem;
          line-height: 1.3; }
          @media (min-width: 900px) {
            #site-navigation.main-navigation.vertical-menu ul.menu li a {
              padding: 3px 50px;
              font-size: 48px;
              font-size: 3rem; } }
          #site-navigation.main-navigation.vertical-menu ul.menu li a .menu-item__desc {
            text-align: left; }
      #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 ul.sub-menu {
      background-color: transparent;
      border: none; }
    #site-navigation.main-navigation.vertical-menu ul::-webkit-scrollbar-track {
      border-radius: 2px;
      background-color: #f8f8f8; }
    #site-navigation.main-navigation.vertical-menu ul::-webkit-scrollbar {
      width: 4px;
      border-radius: 2px;
      background-color: #f8f8f8; }
    #site-navigation.main-navigation.vertical-menu ul::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 2px; }
  #site-navigation.main-navigation.vertical-menu .active > ul {
    display: inherit;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }
  #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: 24px;
    font-size: 1.5rem;
    content: '\eaaf';
    position: absolute;
    right: 12px;
    left: auto;
    top: 17px; }
    @media (min-width: 900px) {
      #site-navigation.main-navigation.vertical-menu .menu-item-has-children > a::after {
        top: 13px; } }
  #site-navigation.main-navigation.vertical-menu .scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 60vh; }
  #site-navigation.main-navigation.vertical-menu .back,
  #site-navigation.main-navigation.vertical-menu .close {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-right: 268px;
    margin-top: -44px; }
    @media (max-width: 768px) {
      #site-navigation.main-navigation.vertical-menu .back,
      #site-navigation.main-navigation.vertical-menu .close {
        padding-right: 68px; } }
    #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 {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      font-size: 25px;
      font-size: 1.5625rem; }
      #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: 14px;
      font-size: 0.875rem; }
  #site-navigation.main-navigation.vertical-menu .back {
    padding-right: 271px; }
    @media (max-width: 768px) {
      #site-navigation.main-navigation.vertical-menu .back {
        padding-right: 71px; } }
  #site-navigation.main-navigation.vertical-menu .back:not(.hide) + .close {
    margin-top: 15px; }
  #site-navigation.main-navigation.vertical-menu .super-guacamole__menu {
    display: none !important; }

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

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

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -17px;
  padding-left: 0;
  list-style: none; }
  @media (min-width: 900px) {
    .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 {
    padding: 5px 17px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700; }

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  overflow: hidden;
  margin-bottom: 60px; }
  .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: 100%; }
    @media (min-width: 600px) {
      .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; }
      .comment-navigation .nav-previous > a:hover .nav-text,
      .comment-navigation .nav-next > a:hover .nav-text,
      .posts-navigation .nav-previous > a:hover .nav-text,
      .posts-navigation .nav-next > a:hover .nav-text,
      .post-navigation .nav-previous > a:hover .nav-text,
      .post-navigation .nav-next > a:hover .nav-text {
        text-decoration: underline; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    padding-right: 15px; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    padding-left: 15px;
    margin-top: 25px; }
    @media (min-width: 600px) {
      .comment-navigation .nav-next,
      .posts-navigation .nav-next,
      .post-navigation .nav-next {
        margin-top: 0; } }
  .comment-navigation .nav-text,
  .posts-navigation .nav-text,
  .post-navigation .nav-text {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 900;
    margin-top: 10px; }

/*Post pagination - Page links*/
.pagination {
  margin-top: 60px;
  text-align: center; }
  .posts-list--default + .pagination {
    text-align: left; }

.site-content .page-links {
  clear: both;
  margin: 0 0 1em; }
  .site-content .page-links__title {
    margin-right: 5px; }

#content .nav-links .page-numbers,
.site-content .page-links a,
.site-content .page-links > .page-links__item,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers {
  line-height: 32px;
  display: inline-block;
  min-width: 36px;
  height: 32px;
  padding: 0 2px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 5px;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900; }
  #content .nav-links .page-numbers:not(:last-child),
  .site-content .page-links a:not(:last-child),
  .site-content .page-links > .page-links__item:not(:last-child),
  .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers:not(:last-child) {
    margin-right: 5px; }

#content .nav-links .page-numbers.next i, #content .nav-links .page-numbers.prev i,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next i,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev i {
  vertical-align: middle;
  font-size: 24px;
  font-size: 1.5rem; }

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  padding: 245px 0 100px;
  max-height: 800px; }
  @media (min-width: 900px) {
    .breadcrumbs {
      padding: 496px 0 161px; } }
  .breadcrumbs .row {
    padding-left: 155px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 1199px) {
      .breadcrumbs .row {
        padding-left: 0; } }
  .breadcrumbs__title, .breadcrumbs__items {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .breadcrumbs__title .page-title {
    position: relative;
    padding-left: 151px;
    max-width: 600px; }
    .breadcrumbs__title .page-title:before {
      position: absolute;
      content: '';
      top: 41px;
      left: 7px;
      width: 112px;
      height: 4px; }
    @media (max-width: 599px) {
      .breadcrumbs__title .page-title {
        padding-left: 71px; }
        .breadcrumbs__title .page-title:before {
          width: 41px;
          top: 25px; } }
  .breadcrumbs__items {
    margin-top: 25px; }
  .breadcrumbs__browse {
    display: inline-block;
    margin-right: .5em; }
  .breadcrumbs__wrap {
    margin: 5px 0;
    display: inline-block; }
  .breadcrumbs__item {
    display: inline-block; }
    .breadcrumbs__item-sep {
      margin: 0 1.5px; }
    .breadcrumbs__item-link {
      text-decoration: none; }
    .breadcrumbs__item-target {
      font-weight: 900; }

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .social-list__items {
  margin-left: -9px;
  margin-right: -9px; }
  .social-list .social-list__items .menu-item {
    padding-left: 9px;
    padding-right: 9px; }

.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*="flickr.com"]::before {
      content: '\f16e'; }
    .social-list .menu-item > a[href*="plus.google.com"]::before {
      content: '\f0d5'; }
    .social-list .menu-item > a[href*="github.com"]::before {
      content: '\f09b'; }
    .social-list .menu-item > a[href*="instagram.com"]::before {
      content: '\f16d'; }
    .social-list .menu-item > a[href*="linkedin.com"]::before {
      content: '\f0e1'; }
    .social-list .menu-item > a[href*="pinterest.com"]::before {
      content: '\f0d2'; }
    .social-list .menu-item > a[href*="getpocket.com"]::before {
      content: '\f265'; }
    .social-list .menu-item > a[href*="reddit.com"]::before {
      content: '\f1a1'; }
    .social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
      content: '\f17e'; }
    .social-list .menu-item > a[href*="stumbleupon.com"]::before {
      content: '\f1a4'; }
    .social-list .menu-item > a[href*="tumblr.com"]::before {
      content: '\f173'; }
    .social-list .menu-item > a[href*="twitter.com"]::before {
      content: '\f099'; }
    .social-list .menu-item > a[href*="vimeo.com"]::before {
      content: '\f27d'; }
    .social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
      content: '\f19a'; }
    .social-list .menu-item > a[href*="youtube.com"]::before {
      content: '\f167'; }
    .social-list .menu-item > a[href*="amazon.com"]::before {
      content: '\f270'; }
    .social-list .menu-item > a[href*="tripadvisor"]::before {
      content: '\f262'; }
    .social-list .menu-item > a[href*="ycombinator.com"]::before {
      content: '\f23b'; }
    .social-list .menu-item > a[href*="xing.com"]::before {
      content: '\f168'; }
    .social-list .menu-item > a[href*="yahoo."]::before {
      content: '\f19e'; }
    .social-list .menu-item > a[href*="vine.co"]::before {
      content: '\f1ca'; }
    .social-list .menu-item > a[href*="weibo.com"]::before {
      content: '\f18a'; }
    .social-list .menu-item > a[href*="trello.com"]::before {
      content: '\f181'; }
    .social-list .menu-item > a[href*="steampowered.com"]::before {
      content: '\f1b6'; }
    .social-list .menu-item > a[href*="soundcloud.com"]::before {
      content: '\f1be'; }
    .social-list .menu-item > a[href*="spotify.com"]::before {
      content: '\f1bc'; }
    .social-list .menu-item > a[href*="stackexchange.com"]::before {
      content: '\f18d'; }
    .social-list .menu-item > a[href*="stackoverflow.com"]::before {
      content: '\f16c'; }
    .social-list .menu-item > a[href*="slideshare.net"]::before {
      content: '\f1e7'; }
    .social-list .menu-item > a[href*="slack.com"]::before {
      content: '\f198'; }
    .social-list .menu-item > a[href*="skyatlas.com"]::before {
      content: '\f216'; }
    .social-list .menu-item > a[href*="last.fm"]::before {
      content: '\f202'; }
    .social-list .menu-item > a[href*="jsfiddle.net"]::before {
      content: '\f1cc'; }
    .social-list .menu-item > a[href*="behance.net"]::before {
      content: '\f1b4'; }
    .social-list .menu-item > a[href*="bitbucket.org"]::before {
      content: '\f171'; }
    .social-list .menu-item > a[href*="codepen.io"]::before {
      content: '\f1cb'; }
    .social-list .menu-item > a[href*="codiepie.com"]::before {
      content: '\f284'; }
    .social-list .menu-item > a[href*="connectdevelop.com"]::before {
      content: '\f20e'; }
    .social-list .menu-item > a[href*="dashcube.com"]::before {
      content: '\f210'; }
    .social-list .menu-item > a[href*="contao.org"]::before {
      content: '\f26d'; }
    .social-list .menu-item > a[href*="delicious.com"]::before {
      content: '\f1a5'; }
    .social-list .menu-item > a[href*="deviantart.com"]::before {
      content: '\f1bd'; }
    .social-list .menu-item > a[href*="vk.com"]::before {
      content: '\f189'; }
    .social-list .menu-item > a::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-size: 1rem;
      display: block;
      line-height: 1.5em;
      margin: auto; }
      .social-list--text .social-list .menu-item > a::before {
        display: none; }

/*--------------------------------------------------------------
## Toggle buttons
--------------------------------------------------------------*/
.menu-toggle {
  padding: 10px 0px;
  cursor: pointer;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  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:focus {
    outline: none; }
  .menu-toggle .menu-toggle-inner {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .menu-toggle .menu-toggle-inner::before {
      -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
      -o-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
      transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
    .menu-toggle .menu-toggle-inner::after {
      -webkit-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, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -o-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);
      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);
    -webkit-transition-delay: 0.14s;
    -o-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .menu-toggle.toggled .menu-toggle-inner::before {
      top: 0;
      opacity: 0;
      -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
      -o-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
      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);
      -webkit-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, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-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);
      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: 26px;
  height: 16px;
  display: block;
  position: relative; }

.menu-toggle-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  background-color: #333; }
  .menu-toggle-inner, .menu-toggle-inner::before, .menu-toggle-inner::after {
    width: 26px;
    height: 2px;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .menu-toggle-inner::before, .menu-toggle-inner::after {
    background-color: inherit; }
  .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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
/*rtl:begin:ignore*/
@media (min-width: 600px) {
  .alignleft {
    float: left;
    margin-right: 20px;
    margin-top: 10px; } }

@media (min-width: 900px) {
  .alignleft {
    margin-right: 50px; } }

@media (min-width: 600px) {
  .alignright {
    float: right;
    margin-left: 20px;
    margin-top: 10px; } }

@media (min-width: 900px) {
  .alignright {
    margin-left: 50px; } }

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

/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
.clear:before, .posts-list--default-small-image .hentry:before, .widget_recent_comments ul li:before,
.clear:after,
.posts-list--default-small-image .hentry:after,
.widget_recent_comments ul li: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, .posts-list--default-small-image .hentry:after, .widget_recent_comments ul li: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: 80px; }
  .hentry.page ~ .comments-area {
    margin-top: 60px; }

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

.comment-list {
  margin-bottom: 60px;
  list-style: none; }
  .comment-list .children {
    margin-left: 0;
    padding-left: 10px;
    list-style: none; }
    @media (min-width: 900px) {
      .comment-list .children {
        padding-left: 15px; } }
    .comment-list .children > .comment {
      margin-top: 30px; }
  @media (min-width: 1200px) {
    .comment-list > .comment.depth-1.parent > .children,
    .comment-list > .pingback.depth-1.parent > .children {
      padding-left: 90px; } }
  .comment-list > .comment + .comment,
  .comment-list > .comment + .pingback,
  .comment-list > .pingback + .comment,
  .comment-list > .pingback + .pingback {
    margin-top: 45px; }
    @media (min-width: 900px) {
      .comment-list > .comment + .comment,
      .comment-list > .comment + .pingback,
      .comment-list > .pingback + .comment,
      .comment-list > .pingback + .pingback {
        margin-top: 60px; } }

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

.comment-body .avatar {
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 5px; }
  @media (max-width: 899px) {
    .comment-body .avatar {
      width: 40px; } }
  @media (min-width: 900px) {
    .comment-body .avatar {
      margin-right: 25px; } }

.comment-body .reply {
  margin-top: 5px; }

.comment-content-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

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

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

.comment-reply-link {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: underline;
  font-weight: 900; }

.comment-date__link {
  color: inherit; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Swiper
--------------------------------------------------------------*/
.swiper-pagination-bullets {
  position: absolute; }
  .swiper-container.swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 10px; }
  .widget-carousel .swiper-pagination-bullets,
  .tm_pb_swiper .swiper-pagination-bullets {
    position: static; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .swiper-container.swiper-container-horizontal .swiper-pagination-bullet {
    margin: 0 7px; }

.post-gallery .swiper-pagination {
  display: none; }

.swiper-button-next, .swiper-button-prev {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0;
  background-image: none !important;
  text-align: center;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out; }
  .posts-list:not(.posts-list--default-modern) .swiper-button-next, .posts-list:not(.posts-list--default-modern) .swiper-button-prev {
    top: auto;
    bottom: 10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .swiper-button-next:hover:before, .swiper-button-prev:hover:before {
    padding: 23px; }
  .swiper-button-next:before, .swiper-button-prev:before {
    font-size: 24px;
    line-height: 1;
    padding: 13px;
    -webkit-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
    -o-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
    transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65); }
  .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-button-disabled:before, .swiper-button-prev.swiper-button-disabled:before {
      padding: 13px; }

.swiper-button-next,
.swiper-container.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto; }
  .posts-list:not(.posts-list--default-modern) .swiper-button-next, .posts-list:not(.posts-list--default-modern)
  .swiper-container.swiper-container-rtl .swiper-button-prev {
    right: auto;
    left: calc(100% - 80px); }
  .posts-list--default-modern .swiper-button-next, .posts-list--default-modern
  .swiper-container.swiper-container-rtl .swiper-button-prev {
    right: 20px;
    left: auto; }

.swiper-button-prev,
.swiper-container.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto; }
  .posts-list:not(.posts-list--default-modern) .swiper-button-prev, .posts-list:not(.posts-list--default-modern)
  .swiper-container.swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 90px; }
  .posts-list--default-modern .swiper-button-prev, .posts-list--default-modern
  .swiper-container.swiper-container-rtl .swiper-button-next {
    left: 20px;
    right: auto; }

/*--------------------------------------------------------------
## Author-bio
--------------------------------------------------------------*/
.post-author-bio {
  margin-bottom: 60px;
  padding: 40px 20px;
  position: relative; }
  @media (min-width: 900px) {
    .post-author-bio {
      padding: 65px 40px; } }
  .post-author-bio:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .position-fullwidth .post-author-bio {
    padding-left: 0;
    padding-right: 0; }
    .position-fullwidth .post-author-bio:before {
      width: 100vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.post-author__holder {
  position: relative;
  z-index: 2; }

.post-author__avatar {
  float: left;
  margin: 5px 1em 10px 0; }
  @media (min-width: 900px) {
    .post-author__avatar {
      margin: 5px 55px 10px 0; } }
  .post-author__avatar .avatar {
    vertical-align: top;
    border-radius: 50%; }
    @media (max-width: 899px) {
      .post-author__avatar .avatar {
        width: 75px; } }

.post-author__super-title {
  margin-bottom: 5px; }

.post-author__title {
  margin-bottom: 20px; }
  .post-author__super-title + .post-author__title {
    margin-top: 0; }

/*--------------------------------------------------------------
## Share
--------------------------------------------------------------*/
.share-btns__list {
  position: relative;
  line-height: 1; }
  .posts-list .share-btns__list {
    display: inline-block;
    vertical-align: middle; }
    .posts-list .share-btns__list:hover .share-btns__items {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }

.share-btns__items {
  margin-left: -10px;
  margin-right: -10px; }
  .share-btns__items > * {
    padding-left: 10px;
    padding-right: 10px; }
  .posts-list .share-btns__items {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    right: calc(100% + 15px);
    padding: 13px 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(-10px, -50%, 0);
    transform: translate3d(-10px, -50%, 0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-left: 0;
    margin-right: 0; }
    .posts-list .share-btns__items:before {
      content: '';
      position: absolute;
      left: 100%;
      width: 0;
      height: 0;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      border-style: solid;
      border-width: 7px 0 7px 8px;
      border-color: transparent; }
    .posts-list .share-btns__items:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 15px;
      top: 0;
      left: 100%; }

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

.share-btns__link {
  line-height: 1.5em;
  display: block;
  height: 1.5em;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem; }

.share-btns__before i {
  font-size: 18px;
  font-size: 1.125rem; }

.single .share-btns__before {
  display: none; }

/*--------------------------------------------------------------
## Contact block
--------------------------------------------------------------*/
.contact-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .site-footer.style-1 .contact-block__inner {
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .site-footer.style-1 .contact-block__inner > * {
      padding-left: 10px;
      padding-right: 10px; }
    @media (min-width: 900px) {
      .site-footer.style-1 .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; }
  .site-header .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: 900px) {
      .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: -15px;
        margin-right: -15px; }
        .site-header .contact-block__inner > * {
          padding-left: 15px;
          padding-right: 15px; } }

.contact-block__item {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative; }
  .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: 900px) {
      .contact-block__item:not(.contact-block__item--icon) {
        text-align: left; } }

.contact-block__icon {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 10px; }

.contact-block__text {
  font-weight: 900;
  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; }

/*--------------------------------------------------------------
## 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 {
  -webkit-box-shadow: none;
  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: '\ed2b';
    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%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  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; }

/*--------------------------------------------------------------
### Grid layout
--------------------------------------------------------------*/
@media (min-width: 600px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .card-deck .card {
      margin-right: 0px;
      margin-left: 0px;
      max-width: calc(100% / 2 - 0px);
      width: calc(100% / 2 - 0px);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2 - 0px);
      flex: 0 0 calc(100% / 2 - 0px); } }

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

/*--------------------------------------------------------------
### Masonry layout
--------------------------------------------------------------*/
@media (min-width: 600px) {
  .card-columns {
    -webkit-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -webkit-column-count: 2;
    column-count: 2; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

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

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

@media (min-width: 1200px) {
  .posts-list--vertical-justify .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3 - 1.875rem);
    flex: 0 0 calc(100% / 3 - 1.875rem);
    width: calc(100% / 3 - 1.875rem);
    max-width: calc(100% / 3 - 1.875rem); }
    .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 - 1.875rem);
      flex: 0 0 calc(100% / 1.5 - 1.875rem);
      width: calc(100% / 1.5 - 1.875rem);
      max-width: calc(100% / 1.5 - 1.875rem); } }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  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-content_wrap {
    margin-top: 0;
    margin-bottom: 0; }
    .site-content_wrap.container {
      margin-top: 40px;
      margin-bottom: 40px; }
    .use-tm-pb-builder .site-content_wrap {
      margin-bottom: 0; }
    .use-tm-pb-builder.position-fullwidth .site-content_wrap {
      margin-top: 0; }
    .error404 .site-content_wrap,
    .search.search-no-results .site-content_wrap {
      margin-top: 0;
      margin-bottom: 0; }

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

.use-tm-pb-builder .site .container.site-content_wrap {
  padding-left: 0;
  padding-right: 0; }

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

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

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  margin-top: 60px; }
  @media (min-width: 600px) {
    .site-header {
      margin-top: 0;
      position: relative; } }

.header-container {
  padding: 25px 0;
  position: relative; }
  .header-container_wrap {
    position: relative; }
  @media (min-width: 600px) {
    .style-1 .header-container,
    .style-4 .header-container,
    .style-5 .header-container {
      padding: 10px 0 0; } }
  @media (min-width: 900px) {
    .style-1 .header-container,
    .style-4 .header-container,
    .style-5 .header-container {
      padding: 0; } }
  @media (min-width: 600px) {
    .style-2 .header-container {
      padding: 20px 0 0; } }
  @media (min-width: 600px) {
    .style-3 .header-container,
    .style-7 .header-container {
      padding: 17px 0; } }
  @media (min-width: 600px) {
    .style-6 .header-container {
      padding: 36px 0 0; } }
  .site-header:not(.style-5) .header-container.transparent {
    position: absolute !important;
    left: 0;
    right: 0;
    z-index: 90; }
    .site-header:not(.style-5) .header-container.transparent:not(.isStuck) {
      background: none;
      top: auto !important; }
  .site-header.style-5 .header-container:not(.isStuck) {
    top: auto !important; }

.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: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 600px) {
    .header-container__flex {
      -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; }
      .header-container__flex > * {
        margin-left: 15px;
        margin-right: 15px; } }
  @media (min-width: 900px) {
    .site-header.style-1 .header-container__flex,
    .site-header.style-4 .header-container__flex,
    .site-header.style-5 .header-container__flex {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (min-width: 600px) {
    .site-header.style-2 .header-container__flex,
    .site-header.style-3 .header-container__flex {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.header-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%; }
  @media (min-width: 600px) {
    .header-nav-wrapper .main-navigation {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
      flex: 1 1 80%; }
    .header-nav-wrapper .header-components:not(:empty) {
      margin-left: 30px; } }
  @media (min-width: 900px) {
    .header-nav-wrapper {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: auto; }
      .header-nav-wrapper .header-components:not(:empty) {
        margin-left: 40px; } }
  @media (min-width: 900px) {
    .style-2 .header-nav-wrapper {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%; } }

.header-components {
  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-components > *:not(:last-child) {
    margin-right: 30px; }

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

@media (max-width: 599px) {
  .header-container .vertical-menu-toggle, .header-container
  .header-components, .header-container
  .header-search {
    display: none; } }

@media (min-width: 600px) {
  .site-header .site-branding,
  .site-header .main-navigation,
  .site-header .menu-toggle {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; } }

.site-header .header-components > * {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

@media (min-width: 600px) {
  .site-header.search-active .site-branding,
  .site-header.search-active .main-navigation,
  .site-header.search-active .menu-toggle {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

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

@media (min-width: 600px) {
  .site-header.style-1 .site-branding {
    margin-top: 10px; } }

@media (min-width: 900px) {
  .site-header.style-1 .site-branding {
    margin-bottom: 10px; } }

@media (min-width: 600px) {
  .site-header.style-1 .main-navigation .menu {
    margin-top: 0; } }

@media (min-width: 900px) {
  .site-header.style-1 .main-navigation .menu {
    margin-top: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

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

@media (min-width: 600px) {
  .site-header.style-2 .main-navigation .menu {
    margin-top: 0; } }

.site-header.style-3 .header-container {
  padding: 44px 0; }
  .site-header.style-3 .header-container .main-navigation {
    margin: 0; }

@media (min-width: 600px) {
  .site-header.style-4 .site-branding {
    margin-top: 10px; } }

@media (min-width: 900px) {
  .site-header.style-4 .site-branding {
    margin-bottom: 10px; } }

@media (min-width: 600px) {
  .site-header.style-4 .main-navigation .menu {
    margin-top: 0; } }

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

@media (min-width: 600px) {
  .site-header.style-5 .header-container {
    z-index: 90;
    left: 0;
    right: 0;
    position: absolute !important;
    margin: 25px auto 0; }
    .site-header.style-5 .header-container:not(.isStuck) {
      max-width: calc( 100% - 50px); }
      .site-header.style-5 .header-container:not(.isStuck) .header-container_wrap {
        max-width: 100%; } }

@media (min-width: 1200px) {
  .site-header.style-5 .header-container {
    margin: 50px auto 0; }
    .site-header.style-5 .header-container:not(.isStuck) .header-container_wrap {
      padding-left: 40px;
      padding-right: 40px; } }

@media (min-width: 600px) {
  .site-header.style-5 .site-branding {
    margin-top: 10px; } }

@media (min-width: 900px) {
  .site-header.style-5 .site-branding {
    margin-bottom: 10px; } }

@media (min-width: 600px) {
  .site-header.style-5 .main-navigation .menu {
    margin-top: 0; } }

@media (min-width: 900px) {
  .site-header.style-5 .main-navigation .menu {
    margin-top: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

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

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

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

@media (min-width: 600px) {
  .site-header.style-6 .header-components {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

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

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

@media (min-width: 600px) {
  .site-header.style-7 .header-components {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.top-panel {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 900px) {
    .top-panel {
      padding-top: 7px;
      padding-bottom: 7px; } }
  .top-panel__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-left: -15px;
    margin-right: -15px; }
    .top-panel__container > * {
      padding-left: 15px;
      padding-right: 15px; }
    @media (min-width: 900px) {
      .top-panel__container {
        -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; } }
    .top-panel__container > * + * {
      margin-top: 10px; }
      @media (min-width: 900px) {
        .top-panel__container > * + * {
          margin-top: 0; } }
  .top-panel__wrap-items:only-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .top-panel__menus {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px; }
    .top-panel__menus > * {
      padding-left: 15px;
      padding-right: 15px; }
  .top-panel__message {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center; }
    @media (min-width: 900px) {
      .top-panel__message {
        text-align: left; } }
    @media (min-width: 900px) {
      .top-panel__message + .contact-block {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%; } }

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

h1.site-logo--image {
  font-size: 0; }

.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: 600px) {
  .isStuck {
    position: fixed !important;
    z-index: 1000;
    margin: 0 !important;
    width: 100%;
    left: 0;
    right: 0; } }

@media (min-width: 600px) {
  .site-header .isStuck.header-container.stuckMenu {
    position: fixed !important; } }

.pseudoStickyBlock {
  width: 100%;
  margin: 0 !important; }
  @media (max-width: 599px) {
    .pseudoStickyBlock {
      display: none !important; } }
  .site-header.transparent .pseudoStickyBlock,
  .site-header.style-5 .pseudoStickyBlock {
    position: absolute !important; }

.mobile-panel {
  visibility: visible;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  height: 60px;
  background-color: #000000; }
  .mobile-panel__inner {
    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; }
  .admin-bar .mobile-panel {
    top: 46px; }
    @media (max-width: 600px) {
      .admin-bar .mobile-panel {
        position: absolute; } }
  @media (min-width: 600px) {
    .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,
  .single-post .hentry {
    margin-bottom: 70px; }
  .posts-list--grid .hentry {
    margin-bottom: 35px; }
    @media (min-width: 600px) {
      .posts-list--grid .hentry {
        margin-bottom: 0; } }
  .posts-list--vertical-justify .hentry {
    margin-bottom: 1.875rem; }
  .posts-list--search .hentry + .hentry {
    padding-top: 70px;
    border-top-width: 1px;
    border-top-style: solid; }
  .posts-list--search .hentry > .entry-footer {
    margin-top: 30px; }
  @media (min-width: 600px) {
    .posts-list--search .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; }
      .posts-list--search .hentry > .entry-footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-left: 40px; } }

/*--------------------------------------------------------------
### Posts-list
--------------------------------------------------------------*/
.posts-list:not(.posts-list--default-modern) .posts-list__item-content {
  border-width: 1px;
  border-style: solid;
  padding: 30px 20px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  @media (min-width: 900px) {
    .posts-list:not(.posts-list--default-modern) .posts-list__item-content {
      padding: 40px 45px; } }

@media (min-width: 900px) {
  .posts-list.one-left-sidebar:not(.posts-list--default-modern):not(.posts-list--default) .posts-list__item-content,
  .posts-list.one-right-sidebar:not(.posts-list--default-modern):not(.posts-list--default) .posts-list__item-content {
    padding: 30px 20px; } }

@media (min-width: 900px) {
  .posts-list--default-small-image .posts-list__item.format-standard .posts-list__item-content,
  .posts-list--default-small-image .posts-list__item.format-image .posts-list__item-content {
    padding: 0;
    border: none; } }

.posts-list--default-modern .posts-list__item-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 600px) {
    .posts-list--default-modern .posts-list__item-content {
      padding-left: 5%;
      padding-right: 5%;
      max-width: 90%;
      margin-top: -30px; } }
  @media (min-width: 1200px) {
    .posts-list--default-modern .posts-list__item-content {
      max-width: 82.65%;
      padding-left: 10%;
      padding-right: 10%;
      margin-top: -70px; } }

.posts-list--default-modern .post-thumbnail:empty + .posts-list__item-content,
.posts-list--default-modern .post-featured-content:empty + .posts-list__item-content,
.posts-list--default-modern .format-standard.no-thumb .posts-list__item-content {
  margin-top: 0; }

@media (min-width: 600px) {
  .posts-list--grid.posts-list--grid-2-cols .posts-list__item:not(:nth-child(-n + 2)) .posts-list__item-content {
    border-top-color: transparent; }
  .posts-list--grid.posts-list--grid-2-cols .posts-list__item:not(:nth-child(2n + 1)) .posts-list__item-content {
    border-left-color: transparent; } }

@media (min-width: 600px) and (max-width: 1199px) {
  .posts-list--grid.posts-list--grid-3-cols .posts-list__item:not(:nth-child(-n + 2)) .posts-list__item-content, .posts-list--grid.posts-list--grid-4-cols .posts-list__item:not(:nth-child(-n + 2)) .posts-list__item-content {
    border-top-color: transparent; }
  .posts-list--grid.posts-list--grid-3-cols .posts-list__item:not(:nth-child(2n + 1)) .posts-list__item-content, .posts-list--grid.posts-list--grid-4-cols .posts-list__item:not(:nth-child(2n + 1)) .posts-list__item-content {
    border-left-color: transparent; } }

@media (min-width: 1200px) {
  .posts-list--grid.posts-list--grid-3-cols .posts-list__item:not(:nth-child(-n + 3)) .posts-list__item-content {
    border-top-color: transparent; }
  .posts-list--grid.posts-list--grid-3-cols .posts-list__item:not(:nth-child(3n + 1)) .posts-list__item-content {
    border-left-color: transparent; } }

@media (min-width: 1200px) {
  .posts-list--grid.posts-list--grid-4-cols .posts-list__item:not(:nth-child(-n + 4)) .posts-list__item-content {
    border-top-color: transparent; }
  .posts-list--grid.posts-list--grid-4-cols .posts-list__item:not(:nth-child(4n + 1)) .posts-list__item-content {
    border-left-color: transparent; } }

.posts-list--grid .posts-list__item:hover .post-thumbnail, .posts-list--vertical-justify .posts-list__item:hover .post-thumbnail {
  opacity: 1; }

.posts-list--grid .post-thumbnail, .posts-list--vertical-justify .post-thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  z-index: 1; }
  .posts-list--grid .post-thumbnail__link, .posts-list--vertical-justify .post-thumbnail__link {
    height: 100%; }
  .posts-list--grid .post-thumbnail__img, .posts-list--vertical-justify .post-thumbnail__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    .ie .posts-list--grid .post-thumbnail__img, .ie .posts-list--vertical-justify .post-thumbnail__img {
      font-family: 'object-fit: cover'; }

.posts-list--grid .posts-list__item-content, .posts-list--vertical-justify .posts-list__item-content {
  height: 100%;
  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: 370px;
  position: relative;
  z-index: 3; }

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

.entry-meta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -10px;
  margin-right: -10px; }
  .entry-meta-container > * {
    padding-left: 10px;
    padding-right: 10px; }
  .single-post .post .entry-meta-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .posts-list--default-modern .entry-meta-container {
    display: block; }

.entry-meta:empty {
  display: none; }

.entry-meta > *:not(:last-child) {
  margin-right: 10px; }

.entry-meta .posted-by:not(:last-child) {
  margin-right: 4px; }

.entry-meta .share-btns__list:not(:last-child),
.entry-meta .post__comments:not(:last-child) {
  margin-right: 15px; }

.entry-meta--right {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.posts-list .entry-summary > *:first-child, .posts-list .entry-content > *:first-child {
  margin-top: 25px; }

.posts-list--search .entry-summary > *:first-child, .posts-list--search .entry-content > *:first-child {
  margin-top: 10px; }

.posts-list--default-small-image .entry-summary:after, .posts-list--default-small-image .entry-content:after {
  clear: none; }

.posts-list--default-small-image .entry-footer {
  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--grid .entry-footer,
.posts-list--vertical-justify .entry-footer,
.related-post .entry-footer {
  margin-top: auto; }

.entry-footer .entry-meta,
.entry-footer .post__button-wrap,
.entry-footer .cherry-trend-rating {
  margin-top: 20px; }
  .posts-list--default-modern .entry-footer .entry-meta, .posts-list--default-modern
  .entry-footer .post__button-wrap, .posts-list--default-modern
  .entry-footer .cherry-trend-rating {
    margin-top: 25px; }

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

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.post-thumbnail__link.post-thumbnail--small {
  display: block; }
  @media (min-width: 900px) {
    .post-thumbnail__link.post-thumbnail--small {
      float: left;
      margin-right: 30px;
      margin-bottom: 15px;
      width: auto;
      max-width: 50%; } }

.post-thumbnail__img {
  display: inline-block;
  vertical-align: top; }
  .single-post .hentry .post-thumbnail__img {
    width: 100%; }

.post-thumbnail--small img {
  width: 100%; }
  @media (min-width: 900px) {
    .post-thumbnail--small img {
      width: auto; } }

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

.post-thumbnail--fullwidth img {
  width: 100%; }
  .posts-list--default-modern .post-thumbnail--fullwidth img,
  .posts-list--default .post-thumbnail--fullwidth img {
    max-height: 75vh;
    -o-object-fit: cover;
    object-fit: cover; }
  .ie .posts-list--default-modern .post-thumbnail--fullwidth img,
  .ie .posts-list--default .post-thumbnail--fullwidth img {
    font-family: 'object-fit: cover;'; }

.entry-header .post__cats, .entry-header .post__terms {
  font-size: 14px;
  font-size: 0.875rem; }

.post__cats a:not(:last-child), .post__terms a:not(:last-child) {
  margin-right: 12px; }

.post__terms a,
.post__cats a,
.post__tags a, .post__tags-delimiter,
.posted-by a {
  font-weight: 900; }

.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.5em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative; }

.posted-by__avatar img {
  border-radius: 50%;
  width: 80px; }
  @media (min-width: 600px) {
    .posted-by__avatar img {
      width: auto;
      margin-bottom: 15px; } }

/*--------------------------------------------------------------
### Single post
--------------------------------------------------------------*/
.single-post__full-width-section {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 60px; }
  @media (min-width: 600px) {
    .single-post__full-width-section {
      padding-top: 130px; } }
  .single-post__full-width-section.has-thumb {
    background-color: #000000;
    padding: 60px 0; }
    @media (min-width: 600px) {
      .single-post__full-width-section.has-thumb {
        padding: 120px 0; } }
    @media (min-width: 1200px) {
      .single-post__full-width-section.has-thumb {
        padding: 235px 0; } }
  .single-post__full-width-section .post-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .single-post__full-width-section .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-post__full-width-section .post-thumbnail > img {
        font-family: 'object-fit: cover; object-position: center'; }
  .single-post__full-width-section .container {
    position: relative;
    z-index: 2; }
  .single-post__full-width-section .entry-meta {
    margin-top: 25px; }

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.related-posts [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.related-posts__title {
  margin-bottom: 40px; }

.related-posts .related-post {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.related-posts .related-post__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 1px;
  border-style: solid;
  padding: 30px 20px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  @media (min-width: 900px) {
    .related-posts .related-post__content {
      padding: 40px 45px; } }

.related-posts .entry-footer {
  margin-top: auto; }

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

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

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky {
  display: block; }
  .sticky .entry-title a, .sticky__label {
    vertical-align: middle; }
  .sticky__label {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 10px;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out; }
    .sticky__label i {
      font-size: 20px;
      line-height: 30px; }
    .sticky__label.type-icon {
      width: 30px; }
    .sticky__label.type-label, .sticky__label.type-both {
      padding-left: 15px;
      padding-right: 15px; }
    .sticky__label.type-both i {
      float: left;
      margin-right: 5px; }

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post-gallery:not(:first-child) {
  margin-top: 60px; }

.post-gallery:not(:last-child) {
  margin-bottom: 60px; }

.posts-list .post-gallery {
  margin: 0; }

.single-post.position-fullwidth .post-gallery {
  width: calc(100vw - 16.5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

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

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

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

.post-gallery__link {
  display: block; }

.post-format-link {
  position: relative;
  display: block;
  padding-left: 45px; }
  .post-format-link:before {
    content: '\ed6e';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 24px;
    line-height: 1; }
  .posts-list--grid .post-format-link,
  .posts-list--vertical-justify .post-format-link {
    clear: right;
    margin-top: 5px;
    padding-left: 0; }
    .posts-list--grid .post-format-link:before,
    .posts-list--vertical-justify .post-format-link:before {
      content: none; }
  .single-post .post-format-link {
    margin-bottom: 50px; }

.post-format-quote {
  margin: 0;
  display: block; }
  .post-format-quote:before {
    color: inherit; }
  .posts-list--default-modern .post-format-quote,
  .single-post .post-format-quote {
    padding-left: 0;
    text-align: center; }
    .posts-list--default-modern .post-format-quote:before,
    .single-post .post-format-quote:before {
      position: static;
      display: block;
      margin-bottom: 20px; }
  .posts-list--grid .post-format-quote,
  .posts-list--vertical-justify .post-format-quote {
    padding-left: 0;
    margin-top: 5px;
    clear: right; }
    .posts-list--grid .post-format-quote:before,
    .posts-list--vertical-justify .post-format-quote:before {
      content: none; }
  .single-post .post-format-quote {
    margin: auto; }

.posts-list--default-modern .post-format-link, .posts-list--default-modern .post-format-quote, .posts-list--default-modern .post-format-audio {
  width: 100%;
  margin: auto; }

.posts-list--default-modern .post-format-link, .posts-list--default-modern .post-format-quote {
  max-width: 800px; }

@media (min-width: 1200px) {
  .posts-list--default-modern .post-format-audio {
    max-width: calc((100% + 100px)*0.8265); } }

.post-featured-content:empty {
  display: none; }

.format-video .post-featured-content iframe {
  display: block; }

.format-audio .post-featured-content,
.format-quote .post-featured-content,
.format-link .post-featured-content {
  padding: 40px 20px; }
  @media (min-width: 900px) {
    .posts-list.one-left-sidebar:not(.posts-list--default-modern):not(.posts-list--default) .format-audio .post-featured-content,
    .posts-list.one-right-sidebar:not(.posts-list--default-modern):not(.posts-list--default) .format-audio .post-featured-content, .posts-list.one-left-sidebar:not(.posts-list--default-modern):not(.posts-list--default)
    .format-quote .post-featured-content,
    .posts-list.one-right-sidebar:not(.posts-list--default-modern):not(.posts-list--default)
    .format-quote .post-featured-content, .posts-list.one-left-sidebar:not(.posts-list--default-modern):not(.posts-list--default)
    .format-link .post-featured-content,
    .posts-list.one-right-sidebar:not(.posts-list--default-modern):not(.posts-list--default)
    .format-link .post-featured-content {
      padding: 40px 20px; } }
  .posts-list--default-modern .format-audio .post-featured-content, .posts-list--default-modern
  .format-quote .post-featured-content, .posts-list--default-modern
  .format-link .post-featured-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 600px) {
      .posts-list--default-modern .format-audio .post-featured-content, .posts-list--default-modern
      .format-quote .post-featured-content, .posts-list--default-modern
      .format-link .post-featured-content {
        padding-top: 75px;
        padding-bottom: 75px; } }
    @media (min-width: 1200px) {
      .posts-list--default-modern .format-audio .post-featured-content, .posts-list--default-modern
      .format-quote .post-featured-content, .posts-list--default-modern
      .format-link .post-featured-content {
        min-height: 425px; } }
    @media (min-width: 1600px) {
      .posts-list--default-modern .format-audio .post-featured-content, .posts-list--default-modern
      .format-quote .post-featured-content, .posts-list--default-modern
      .format-link .post-featured-content {
        min-height: 508px; } }

@media (min-width: 900px) {
  .format-audio .post-featured-content {
    padding: 50px; } }

@media (min-width: 900px) {
  .format-quote .post-featured-content,
  .format-link .post-featured-content {
    padding: 40px 50px; } }

.single-post .format-quote .post-featured-content {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1200px) {
    .single-post .format-quote .post-featured-content {
      min-height: 400px; } }
  @media (min-width: 1600px) {
    .single-post .format-quote .post-featured-content {
      min-height: 460px; } }

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

/* Post format icons to grid and justify layouts */
.posts-list--grid .posts-list__item:not(.format-standard) .entry-header .entry-title,
.posts-list--vertical-justify .posts-list__item:not(.format-standard) .entry-header .entry-title {
  clear: right; }

.posts-list--grid .posts-list__item:not(.format-standard) .entry-header:before,
.posts-list--vertical-justify .posts-list__item:not(.format-standard) .entry-header:before {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1; }

.posts-list--grid .format-aside .entry-header:before,
.posts-list--vertical-justify .format-aside .entry-header:before {
  content: "\ee99"; }

.posts-list--grid .format-gallery .entry-header:before,
.posts-list--vertical-justify .format-gallery .entry-header:before {
  content: "\ee11"; }

.posts-list--grid .format-image .entry-header:before,
.posts-list--vertical-justify .format-image .entry-header:before {
  content: "\e987"; }

.posts-list--grid .format-link .entry-header:before,
.posts-list--vertical-justify .format-link .entry-header:before {
  content: "\ed6e"; }

.posts-list--grid .format-quote .entry-header:before,
.posts-list--vertical-justify .format-quote .entry-header:before {
  content: "\ecbb"; }

.posts-list--grid .format-video .entry-header:before,
.posts-list--vertical-justify .format-video .entry-header:before {
  content: "\e848"; }

.posts-list--grid .format-audio .entry-header:before,
.posts-list--vertical-justify .format-audio .entry-header:before {
  content: "\e85a"; }

.posts-list--grid .format-status .entry-header:before,
.posts-list--vertical-justify .format-status .entry-header:before {
  content: "\eda0"; }

/* Image pop-up */
a[data-popup="magnificPopup"] {
  display: block;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
  a[data-popup="magnificPopup"]:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    content: '';
    background-color: rgba(0, 0, 0, 0.5); }
  a[data-popup="magnificPopup"]:after {
    color: #ffffff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '\ed31';
    font-size: 32px;
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    line-height: 1;
    text-align: center;
    margin: -1.25rem 0 0 -1.25rem;
    -webkit-transform: scale(0) translate3d(0, 0, 0);
    transform: scale(0) translate3d(0, 0, 0);
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  a[data-popup="magnificPopup"]:hover:before {
    opacity: 1; }
  a[data-popup="magnificPopup"]:hover:after {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0); }
  a[data-popup="magnificPopup"]:focus {
    outline: 0; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-info {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75; }

.site-footer.style-1 .footer-container,
.site-footer.style-3 .footer-container {
  padding: 50px 0; }
  @media (min-width: 900px) {
    .site-footer.style-1 .footer-container,
    .site-footer.style-3 .footer-container {
      padding: 13px 0; } }

.site-footer.style-1 .site-info,
.site-footer.style-3 .site-info {
  text-align: center; }
  .site-footer.style-1 .site-info .contact-block,
  .site-footer.style-1 .site-info .footer-logo,
  .site-footer.style-1 .site-info .footer-copyright,
  .site-footer.style-1 .site-info .footer-menu,
  .site-footer.style-3 .site-info .contact-block,
  .site-footer.style-3 .site-info .footer-logo,
  .site-footer.style-3 .site-info .footer-copyright,
  .site-footer.style-3 .site-info .footer-menu {
    margin-top: 10px;
    margin-bottom: 10px; }
  .site-footer.style-1 .site-info .social-list,
  .site-footer.style-3 .site-info .social-list {
    margin-top: 35px;
    margin-bottom: 10px; }
  .site-footer.style-1 .site-info .contact-block,
  .site-footer.style-3 .site-info .contact-block {
    font-size: 14px;
    font-size: 0.875rem; }
  @media (min-width: 900px) {
    .site-footer.style-1 .site-info,
    .site-footer.style-3 .site-info {
      text-align: left; }
      .site-footer.style-1 .site-info-wrap,
      .site-footer.style-3 .site-info-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -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; }
        .site-footer.style-1 .site-info-wrap > *,
        .site-footer.style-3 .site-info-wrap > * {
          margin-left: 15px;
          margin-right: 15px; }
      .site-footer.style-1 .site-info-block,
      .site-footer.style-3 .site-info-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .site-footer.style-1 .site-info .footer-menu + .site-info-block,
      .site-footer.style-3 .site-info .footer-menu + .site-info-block {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
      .site-footer.style-1 .site-info .social-list,
      .site-footer.style-3 .site-info .social-list {
        margin-top: 10px; }
      .site-footer.style-1 .site-info .social-list,
      .site-footer.style-3 .site-info .social-list {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .site-footer.style-1 .site-info .footer-logo,
      .site-footer.style-3 .site-info .footer-logo {
        margin-right: 10px; }
      .site-footer.style-1 .site-info .contact-block,
      .site-footer.style-3 .site-info .contact-block {
        margin-right: 20px;
        font-size: inherit; } }

@media (min-width: 1200px) {
  .site-footer.style-3 .site-info .contact-block {
    margin-right: 50px; } }

.site-footer.style-1 .site-info .footer-copyright {
  margin-top: 5px; }

.site-footer.style-2 .footer-container {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 900px) {
    .site-footer.style-2 .footer-container {
      padding-top: 50px;
      padding-bottom: 50px; } }

.site-footer.style-2 .site-info {
  text-align: center; }
  .site-footer.style-2 .site-info .contact-block {
    font-size: 14px;
    font-size: 0.875rem; }
    .site-footer.style-2 .site-info .contact-block__item {
      padding-top: 3px;
      padding-bottom: 3px; }
  .site-footer.style-2 .site-info * + .contact-block,
  .site-footer.style-2 .site-info * + .footer-menu {
    margin-top: 10px; }
  .site-footer.style-2 .site-info * + .social-list,
  .site-footer.style-2 .site-info * + .footer-copyright {
    margin-top: 45px; }

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.not-found {
  text-align: center; }
  .not-found.error-404 {
    margin: 100px 0; }
    @media (min-width: 900px) {
      .not-found.error-404 {
        margin: 120px 0; } }
    @media (min-width: 1200px) {
      .not-found.error-404 {
        margin: 230px 0; } }
    .not-found.error-404 h2 {
      margin-bottom: 35px; }
    .not-found.error-404 .btn {
      margin-top: 30px; }
  .not-found.no-results {
    margin: 80px 0; }
    @media (min-width: 600px) {
      .not-found.no-results {
        margin: 100px 0; } }
  .not-found .page-title {
    margin: 0 0 20px 0; }
    @media (min-width: 900px) {
      .not-found .page-title {
        margin: 0 0 35px 0; } }
  .not-found .search-form {
    max-width: 800px;
    margin: 35px auto 0; }

header .page-title {
  margin-bottom: 1em; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget:not(:last-child) {
  margin-bottom: 60px; }

.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.7; }
  .sidebar .widget:not(:last-child),
  .tm_pb_column_1_4 .widget:not(:last-child),
  .tm_pb_column_1_3 .widget:not(:last-child),
  .footer-area:not(.footer-area--fullwidth) .widget:not(:last-child) {
    margin-bottom: 45px; }

.footer-area:not(.footer-area--fullwidth) .widget {
  margin-bottom: 45px; }

.widget-title {
  margin-bottom: 1.6em; }

.widget + .widget {
  padding-top: 60px;
  border-top: 1px solid #ECECEC; }
  .sidebar .widget + .widget,
  .tm_pb_column_1_4 .widget + .widget,
  .tm_pb_column_1_3 .widget + .widget,
  .footer-area:not(.footer-area--fullwidth) .widget + .widget {
    padding-top: 45px; }
  .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: 0.9375rem;
  padding-right: 0.9375rem; }

.full-width-header-area .widget.widget-carousel, .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-carousel,
.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; }

.sidebar {
  margin-top: 70px; }
  @media (min-width: 900px) {
    .sidebar {
      margin-top: 0; } }

.footer-area {
  padding: 80px 0 25px; }
  @media (min-width: 900px) {
    .footer-area {
      padding: 130px 0 85px; } }

.full-width-header-area .widget:first-child .widget-title {
  margin-top: 1.5em; }

.before-loop-area,
.before-content-area,
.after-content-full-width-area {
  margin-bottom: 70px; }

.after-loop-area,
.after-content-area {
  margin-top: 70px; }

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

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget_calendar caption,
.widget_calendar thead,
.widget_calendar tbody {
  font-size: 14px;
  font-size: 0.875rem; }

.widget_calendar table {
  margin-bottom: 0;
  table-layout: fixed;
  width: 100%;
  position: relative; }
  .widget_calendar table th,
  .widget_calendar table td,
  .widget_calendar table thead th,
  .widget_calendar table tbody + tbody {
    border: none; }

.widget_calendar thead {
  text-align: center;
  font-weight: 900;
  border: 1px solid #ECECEC;
  border-top: none; }

.widget_calendar caption {
  text-align: center;
  padding: 15px 0;
  font-weight: 900; }

.widget_calendar th {
  padding: 12px 0;
  font-weight: inherit; }

.widget_calendar tbody {
  border: 1px solid #ECECEC; }

.widget_calendar tbody td {
  position: relative;
  text-align: center;
  line-height: 44px;
  height: 44px; }
  .widget_calendar tbody td a {
    display: inline-block;
    width: 36px;
    max-width: 100%;
    height: 32px;
    line-height: 32px;
    font-weight: 900; }

.widget_calendar tfoot td {
  position: absolute;
  top: 10px; }
  .widget_calendar tfoot td a {
    font-size: 0; }
    .widget_calendar tfoot td a:before {
      content: '\ee4f';
      font-size: 18px;
      font-size: 1.125rem;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .widget_calendar tfoot td#prev {
    left: 20px; }
    .widget_calendar tfoot td#prev a:before {
      content: '\ee4f'; }
  .widget_calendar tfoot td#next {
    right: 20px; }
    .widget_calendar tfoot td#next a:before {
      content: '\ee50'; }

.widget_calendar td#today {
  font-weight: 900; }

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

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud {
  margin: 0 -5px -10px; }
  .tagcloud a {
    display: inline-block;
    margin: 0 5px 10px;
    vertical-align: top;
    text-decoration: none;
    font-weight: 900; }

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  .widget_recent_entries ul li + li {
    margin-top: 20px; }
  .widget_recent_entries ul li a {
    font-weight: 900;
    font-size: 14px;
    font-size: 0.875rem; }
  .widget_recent_entries ul li .post-date {
    display: block; }

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments ul li {
  font-size: 12px;
  font-size: 0.75rem; }
  .widget_recent_comments ul li + li {
    margin-top: 20px; }
  .widget_recent_comments ul li .comment-author-link {
    margin-right: 1px;
    font-weight: 900; }
    .widget_recent_comments ul li .comment-author-link ~ a {
      font-style: normal;
      font-weight: 900;
      font-size: 14px;
      font-size: 0.875rem; }
      .widget_recent_comments ul li .comment-author-link ~ a:before {
        content: '';
        display: block; }

/*--------------------------------------------------------------
## Widget RSS
--------------------------------------------------------------*/
.rss-widget-icon {
  vertical-align: middle; }

.widget_rss ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .widget_rss ul li + li {
    margin-top: 20px; }

.widget_rss ul a.rsswidget {
  font-weight: 900; }

.widget_rss ul .rss-date {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.widget_rss .rssSummary {
  margin-top: 5px; }

/*--------------------------------------------------------------
## Widget Archives - Categories
--------------------------------------------------------------*/
.widget_archive,
.widget_categories {
  position: relative; }
  .widget_archive select,
  .widget_categories select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative; }
    .widget_archive select:hover,
    .widget_categories select:hover {
      cursor: pointer; }
    .widget_archive select::-ms-expand,
    .widget_categories select::-ms-expand {
      opacity: 0; }
  .widget_archive label,
  .widget_categories label {
    position: relative;
    width: 100%;
    height: 50px; }
    .widget_archive label:before,
    .widget_categories label:before {
      content: "\ee47";
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      z-index: 1;
      font-size: 18px;
      font-size: 1.125rem;
      pointer-events: none; }
  .widget_archive .screen-reader-text,
  .widget_categories .screen-reader-text {
    clip: auto; }
  .widget_archive ul li,
  .widget_categories ul li {
    display: block; }
  .widget_archive a,
  .widget_categories a {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .widget_archive a:hover,
    .widget_categories a:hover {
      font-weight: 900; }

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

.about-author_avatar {
  text-align: center;
  margin-bottom: 20px; }
  .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: 600px) {
      .full-width-header-area .about-author_avatar,
      .after-content-full-width-area .about-author_avatar,
      .before-content-area .about-author_avatar,
      .before-loop-area .about-author_avatar,
      .after-content-area .about-author_avatar,
      .after-loop-area .about-author_avatar,
      .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: 20px; }

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

.widget-about__content {
  margin-top: 10px; }

.widget-about__tagline {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px; }

.widget-about__content:empty, .widget-about__tagline:empty {
  margin-top: 0; }

.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);
    -webkit-box-shadow: 2px 2px 12px rgba(136, 136, 136, 0.26);
    box-shadow: 2px 2px 12px rgba(136, 136, 136, 0.26); }

/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.widget-carousel .swiper-carousel-container {
  position: relative; }

.widget-carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  /*transition variables*/ }
  .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; }
  .widget-carousel .swiper-slide .post-thumbnail__img {
    display: block;
    width: 100%; }
  .widget-carousel .swiper-slide .carousel__more-btn {
    margin-top: 20px; }
  .widget-carousel .swiper-slide .post__excerpt {
    margin-top: 0; }
  .widget-carousel .swiper-slide .content-wrapper {
    position: relative;
    z-index: 1; }
    .widget-carousel .swiper-slide .content-wrapper:before, .widget-carousel .swiper-slide .content-wrapper:after {
      content: "";
      position: absolute;
      left: -100%;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      z-index: 1;
      -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .widget-carousel .swiper-slide .content-wrapper:after {
      background-color: #000000;
      opacity: 0.5;
      left: 0;
      z-index: 0; }
    .widget-carousel .swiper-slide .content-wrapper:hover .entry-header .post__cats {
      left: 100%;
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .widget-carousel .swiper-slide .content-wrapper:hover .entry-title {
      left: 100%;
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .widget-carousel .swiper-slide .content-wrapper:hover .entry-meta {
      left: 100%;
      -webkit-transition-delay: 0.25s;
      -o-transition-delay: 0.25s;
      transition-delay: 0.25s; }
    .widget-carousel .swiper-slide .content-wrapper:hover .entry-content {
      left: 20px;
      -webkit-transition-delay: 0.35s;
      -o-transition-delay: 0.35s;
      transition-delay: 0.35s; }
      @media (min-width: 1600px) {
        .widget-carousel .swiper-slide .content-wrapper:hover .entry-content {
          left: 58px; } }
    .widget-carousel .swiper-slide .content-wrapper:hover .entry-footer {
      left: 20px;
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
      @media (min-width: 1600px) {
        .widget-carousel .swiper-slide .content-wrapper:hover .entry-footer {
          left: 58px; } }
    .widget-carousel .swiper-slide .content-wrapper:hover:before {
      left: 0;
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .widget-carousel .swiper-slide .content-wrapper:hover:after {
      left: 100%;
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .widget-carousel .swiper-slide .content-wrapper .carousel__more-btn.btn-link {
      text-decoration: none; }
      .widget-carousel .swiper-slide .content-wrapper .carousel__more-btn.btn-link span {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        border-bottom: 1px solid currentColor; }
  .widget-carousel .swiper-slide .entry-header .post__cats {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s; }
    @media (min-width: 1600px) {
      .widget-carousel .swiper-slide .entry-header .post__cats {
        top: 50px;
        left: 58px; } }
  .widget-carousel .swiper-slide .entry-title {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    top: 44px;
    left: 20px;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
    @media (min-width: 1600px) {
      .widget-carousel .swiper-slide .entry-title {
        top: 74px;
        left: 58px; } }
  .widget-carousel .swiper-slide .entry-meta {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    left: 20px;
    bottom: 15px;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s; }
    @media (min-width: 1600px) {
      .widget-carousel .swiper-slide .entry-meta {
        left: 58px;
        bottom: 43px; } }
  .widget-carousel .swiper-slide .entry-content {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    top: 20px;
    left: -100%;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    @media (min-width: 1600px) {
      .widget-carousel .swiper-slide .entry-content {
        top: 50px; } }
  .widget-carousel .swiper-slide .entry-footer {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    left: -100%;
    bottom: 20px;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
    @media (min-width: 1600px) {
      .widget-carousel .swiper-slide .entry-footer {
        bottom: 40px; } }
  .widget-carousel .swiper-slide .carousel__more-btn {
    margin-top: 25px; }
  .widget-carousel .swiper-slide .post-thumbnail__link {
    display: block;
    overflow: hidden; }
  .widget-carousel .swiper-slide .post-thumbnail__img {
    display: block;
    width: 100%; }

.widget-carousel .swiper-pagination {
  margin-top: 15px;
  position: static; }

.widget-carousel .swiper-button-next, .widget-carousel .swiper-button-prev {
  margin: 0; }

.widget-carousel .swiper-container[data-pagination="true"] .swiper-button-next,
.widget-carousel .swiper-container[data-pagination="true"] .swiper-button-prev {
  top: calc(50% - 20.5px); }

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

/*--------------------------------------------------------------
## Contact Information
--------------------------------------------------------------*/
.contact-information-widget__inner strong {
  font-weight: 900; }

.contact-information-widget__inner li {
  margin-left: 0;
  line-height: 1.7;
  font-size: 14px;
  font-size: 0.875rem; }
  .contact-information-widget__inner li .icon {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    margin-right: 10px; }
  .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: -35px; }

.custom-posts__item {
  padding-bottom: 35px; }
  #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_module.tm_pb_widget_area .widget .custom-posts__item,
  #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_module.tm_pb_widget_area .widget .custom-posts__item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }

.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: 184px; } }

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

.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 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7; }

.custom-posts .entry-header > *, .custom-posts .entry-content > * {
  margin-top: 5px; }

.custom-posts .entry-footer > * {
  margin-top: 10px; }

/*--------------------------------------------------------------
## 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: 900px) {
    .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: 900px) {
    .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: 600px) {
      .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: 900px) {
      .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: 900px) and (max-width: 1199px) {
  .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: 900px) {
    .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%; }
    @media (min-width: 600px) {
      .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: 600px) {
      .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: 900px) and (max-width: 1199px) {
  .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__item {
  min-height: 370px;
  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: 900px) {
    .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__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: 900px) {
      .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: 900px) and (max-width: 1199px) {
  .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: 900px) {
      .widget-fpblock__items-layout-1 .widget-fpblock__item-featured {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    @media (min-width: 900px) {
      .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: 900px) {
      .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: 900px) and (max-width: 1199px) {
  .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%;
    padding: 40px 15px 30px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, 0.5); }
    @media (min-width: 1200px) {
      .widget-fpblock__item-inner {
        padding: 50px 55px 45px; } }
    .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 .entry-meta {
      margin-top: auto; }
  .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; }
  .widget-fpblock__item-content {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
    margin-bottom: 20px; }
    @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; }

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.instagram__items,
.cs-instagram__items {
  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;
  margin-left: -5px;
  margin-right: -5px; }

.instagram__item,
.cs-instagram__item {
  position: relative;
  min-height: 1px;
  padding: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%; }
  .sidebar .instagram__item,
  .tm_pb_column_1_4 .instagram__item,
  .footer-area:not(.footer-area--fullwidth) .instagram__item, .sidebar
  .cs-instagram__item,
  .tm_pb_column_1_4
  .cs-instagram__item,
  .footer-area:not(.footer-area--fullwidth)
  .cs-instagram__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  @media (min-width: 1200px) {
    .sidebar-1-3 .sidebar .instagram__item,
    .tm_pb_column_1_3 .instagram__item, .sidebar-1-3 .sidebar
    .cs-instagram__item,
    .tm_pb_column_1_3
    .cs-instagram__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 600px) {
    .full-width-header-area .instagram__item,
    .after-content-full-width-area .instagram__item, .full-width-header-area
    .cs-instagram__item,
    .after-content-full-width-area
    .cs-instagram__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666%;
      flex: 0 0 16.666%;
      max-width: 16.666%; } }
  @media (min-width: 1200px) {
    .full-width-header-area .instagram__item,
    .after-content-full-width-area .instagram__item, .full-width-header-area
    .cs-instagram__item,
    .after-content-full-width-area
    .cs-instagram__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
  @media (min-width: 600px) {
    .before-content-area .instagram__item,
    .after-content-area .instagram__item,
    .footer-area--fullwidth .instagram__item,
    .tm_pb_column_4_4 .instagram__item, .before-content-area
    .cs-instagram__item,
    .after-content-area
    .cs-instagram__item,
    .footer-area--fullwidth
    .cs-instagram__item,
    .tm_pb_column_4_4
    .cs-instagram__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 900px) {
    .before-content-area .instagram__item,
    .after-content-area .instagram__item,
    .footer-area--fullwidth .instagram__item,
    .tm_pb_column_4_4 .instagram__item, .before-content-area
    .cs-instagram__item,
    .after-content-area
    .cs-instagram__item,
    .footer-area--fullwidth
    .cs-instagram__item,
    .tm_pb_column_4_4
    .cs-instagram__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666%;
      flex: 0 0 16.666%;
      max-width: 16.666%; } }
  @media (min-width: 600px) {
    .before-loop-area .instagram__item,
    .after-loop-area .instagram__item,
    .tm_pb_column_2_3 .instagram__item,
    .tm_pb_column_3_4 .instagram__item,
    .tm_pb_column_1_2 .instagram__item, .before-loop-area
    .cs-instagram__item,
    .after-loop-area
    .cs-instagram__item,
    .tm_pb_column_2_3
    .cs-instagram__item,
    .tm_pb_column_3_4
    .cs-instagram__item,
    .tm_pb_column_1_2
    .cs-instagram__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }

.instagram__link,
.cs-instagram__link {
  position: relative;
  overflow: hidden;
  display: block; }
  .instagram__link:hover .instagram__cover,
  .instagram__link:hover .cs-instagram__cover,
  .cs-instagram__link:hover .instagram__cover,
  .cs-instagram__link:hover .cs-instagram__cover {
    opacity: 1; }
    .instagram__link:hover .instagram__cover:before,
    .instagram__link:hover .cs-instagram__cover:before,
    .cs-instagram__link:hover .instagram__cover:before,
    .cs-instagram__link:hover .cs-instagram__cover:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.instagram__img,
.cs-instagram__img {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.instagram__cover,
.cs-instagram__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  opacity: 0;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .instagram__cover:before,
  .cs-instagram__cover:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '\ed36';
    font-size: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    margin: -12px 0 0 -12px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    line-height: 1; }

.instagram__date, .instagram__caption,
.cs-instagram__date,
.cs-instagram__caption {
  text-align: center;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }
  * + .instagram__date, * + .instagram__caption, * +
  .cs-instagram__date, * +
  .cs-instagram__caption {
    margin-top: 5px; }

* + .instagram__date, * +
.cs-instagram__date {
  margin-top: 8px; }

.full-width-header-area .widget-instagram,
.after-content-full-width-area .widget-instagram, .full-width-header-area
.cs-instagram--widget,
.after-content-full-width-area
.cs-instagram--widget {
  padding: 0 5px; }

/*--------------------------------------------------------------
## 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: 10px;
  text-align: center;
  opacity: 1;
  -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;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5); }

.widget-image-grid__title {
  margin: 5px 0;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 1200px) {
    .widget-image-grid__title {
      font-size: 22px;
      font-size: 1.375rem;
      max-width: 75%; } }
  .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__author {
  font-weight: 900; }

.widget-image-grid .entry-meta {
  margin-top: 15px; }

/*--------------------------------------------------------------
## 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) {
  .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 .news-smart-box__instance .mini-type .news-smart-box__item-header,
    .tm_pb_column_1_4 .news-smart-box__instance .mini-type .news-smart-box__item-header,
    .tm_pb_column_1_3 .news-smart-box__instance .mini-type .news-smart-box__item-header,
    .footer-area:not(.footer-area--fullwidth) .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 .news-smart-box__instance .mini-type .news-smart-box__item-header,
    .after-loop-area .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,
    .tm_pb_column_1_2 .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) {
  .news-smart-box__instance.layout_type_1 .full-type {
    float: left; }
  .news-smart-box__instance.layout_type_1 .mini-type {
    float: left;
    width: 50%; }
    .sidebar .news-smart-box__instance.layout_type_1 .mini-type,
    .tm_pb_column_1_4 .news-smart-box__instance.layout_type_1 .mini-type,
    .tm_pb_column_1_3 .news-smart-box__instance.layout_type_1 .mini-type,
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__instance.layout_type_1 .mini-type {
      width: 100%; }
  .news-smart-box__instance.layout_type_1 .news-smart-box__item:nth-child(2n + 5) {
    clear: both; } }

.news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-inner {
  position: relative;
  overflow: hidden; }

.news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin-bottom: 0; }
  .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header .news-smart-box__item-thumb-link {
    display: block;
    height: 100%; }
  .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header .news-smart-box__item-thumb-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 0; }
    .ie .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header .news-smart-box__item-thumb-img {
      font-family: 'object-fit: cover'; }

.news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
  position: relative;
  z-index: 2;
  padding: 30px 15px 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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 370px; }
  @media (min-width: 600px) {
    .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
      padding: 40px 20px 30px; } }
  @media (min-width: 1200px) {
    .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
      padding: 50px 55px 40px;
      min-height: 500px; } }
  @media (min-width: 900px) {
    .sidebar .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .tm_pb_column_1_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .tm_pb_column_1_3 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
      padding: 30px 15px 20px;
      min-height: 300px; } }
  @media (min-width: 1200px) {
    .before-loop-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .after-loop-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .tm_pb_column_2_3 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .tm_pb_column_3_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .tm_pb_column_1_2 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
      padding: 40px 20px 30px;
      min-height: 400px; } }
  .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content .entry-meta {
    margin-top: auto; }

@media (min-width: 900px) {
  .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: -0.9375rem;
    margin-right: -0.9375rem; }
  .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header {
    margin-bottom: 0; }
    .sidebar .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
    .tm_pb_column_1_4 .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
    .tm_pb_column_1_3 .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header {
      margin-bottom: 18px; }
  .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .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: 0.9375rem;
    padding-right: 0.9375rem; }
    .sidebar .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
    .tm_pb_column_1_4 .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
    .tm_pb_column_1_3 .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header, .sidebar
    .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
    .tm_pb_column_1_4
    .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
    .tm_pb_column_1_3
    .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
    .footer-area:not(.footer-area--fullwidth)
    .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%; } }

.news-smart-box__wrapper {
  position: relative; }

@media (min-width: 1200px) {
  .layout_type_1 .news-smart-box__listing {
    display: block; } }

@media (min-width: 900px) {
  .sidebar .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: 600px) {
  .footer-area:not(.footer-area--fullwidth) .news-smart-box__item,
  .tm_pb_column_1_3 .news-smart-box__item,
  .tm_pb_column_1_4 .news-smart-box__item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

.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: 65px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  @media (min-width: 900px) {
    .sidebar .news-smart-box__item-inner {
      display: block; } }
  @media (min-width: 600px) {
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__item-inner,
    .tm_pb_column_1_3 .news-smart-box__item-inner,
    .tm_pb_column_1_4 .news-smart-box__item-inner {
      display: block; } }
  @media (min-width: 1200px) {
    .layout_type_1 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner {
      margin-top: 0; }
      .sidebar .layout_type_1 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner,
      .tm_pb_column_1_4 .layout_type_1 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner,
      .tm_pb_column_1_3 .layout_type_1 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner,
      .footer-area:not(.footer-area--fullwidth) .layout_type_1 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner {
        margin-top: 65px; } }
  .layout_type_2 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner {
    margin-top: 65px; }
    @media (min-width: 1200px) {
      .layout_type_2 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner {
        margin-top: 0; } }
    @media (min-width: 900px) {
      .sidebar .layout_type_2 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner {
        margin-top: 65px; } }
    @media (min-width: 600px) {
      .footer-area:not(.footer-area--fullwidth) .layout_type_2 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner,
      .tm_pb_column_1_3 .layout_type_2 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner,
      .tm_pb_column_1_4 .layout_type_2 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner {
        margin-top: 65px; } }
  @media (min-width: 600px) {
    .full-type .news-smart-box__item-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .news-smart-box__item-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .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);
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }

.news-smart-box__item-header {
  margin-bottom: 18px; }
  @media (min-width: 1200px) {
    .news-smart-box__item-header {
      margin-bottom: 32px; }
      .sidebar .news-smart-box__item-header,
      .tm_pb_column_1_4 .news-smart-box__item-header,
      .tm_pb_column_1_3 .news-smart-box__item-header,
      .footer-area:not(.footer-area--fullwidth) .news-smart-box__item-header {
        margin-bottom: 18px; } }

.news-smart-box__item-title {
  margin-top: 5px;
  margin-bottom: 0; }
  @media (max-width: 899px) {
    .news-smart-box__item-title {
      font-size: 18px;
      font-size: 1.125rem; } }
  .layout_type_2 .full-type .news-smart-box__item-title {
    margin-bottom: 20px; }
  @media (min-width: 900px) {
    .sidebar .news-smart-box__item-title {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 600px) {
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__item-title,
    .tm_pb_column_1_3 .news-smart-box__item-title,
    .tm_pb_column_1_4 .news-smart-box__item-title {
      font-size: 18px;
      font-size: 1.125rem; } }

.news-smart-box__item-excerpt {
  margin-top: 20px;
  margin-bottom: 0; }
  @media (max-width: 899px) {
    .news-smart-box__item-excerpt {
      font-size: 14px;
      font-size: 0.875rem; } }
  .layout_type_2 .full-type .news-smart-box__item-excerpt {
    margin-top: 0;
    margin-bottom: 20px; }

.news-smart-box__item-more-btn {
  margin-top: 15px; }

.news-smart-box__item .entry-meta:not(:empty) {
  margin-top: 20px; }

.news-smart-box__item-thumb-link {
  display: block; }

.news-smart-box__item-thumb-img {
  display: block;
  width: 100%;
  margin-top: 5px; }

.news-smart-box__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5em;
  -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"'] .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; }
  .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; }
  .news-smart-box__navigation-title {
    display: block;
    padding-right: 40px; }
  .news-smart-box__navigation-terms-list {
    margin: 0 -5px; }
    @media (min-width: 600px) {
      .news-smart-box__navigation-terms-list {
        margin: 0 -10px; } }
    @media (min-width: 1200px) {
      .news-smart-box__navigation-terms-list {
        margin: 0 -19px; } }
    [data-instance-settings*='"current_title_visibility":"false"'] .news-smart-box__navigation-terms-list {
      text-align: center; }
    @media (min-width: 900px) {
      .sidebar .news-smart-box__navigation-terms-list {
        margin: 0 -10px; } }
    @media (min-width: 600px) {
      .footer-area:not(.footer-area--fullwidth) .news-smart-box__navigation-terms-list,
      .tm_pb_column_1_4 .news-smart-box__navigation-terms-list,
      .tm_pb_column_1_3 .news-smart-box__navigation-terms-list {
        margin: 0 -10px; } }
  .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: 900px) {
      .news-smart-box__navigation-wrapper {
        width: auto; } }
    .sidebar .news-smart-box__navigation-wrapper,
    .tm_pb_column_1_4 .news-smart-box__navigation-wrapper,
    .tm_pb_column_1_3 .news-smart-box__navigation-wrapper,
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__navigation-wrapper {
      width: 100%; }
    [data-instance-settings*='"current_title_visibility":"false"'] .news-smart-box__navigation-wrapper {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
  .news-smart-box__navigation-terms-list-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0 5px; }
    @media (min-width: 600px) {
      .news-smart-box__navigation-terms-list-item {
        padding: 0 10px; } }
    @media (min-width: 1200px) {
      .news-smart-box__navigation-terms-list-item {
        padding: 0 19px; } }
    @media (min-width: 900px) {
      .sidebar .news-smart-box__navigation-terms-list-item {
        padding: 0 10px; } }
    @media (min-width: 600px) {
      .footer-area:not(.footer-area--fullwidth) .news-smart-box__navigation-terms-list-item,
      .tm_pb_column_1_3 .news-smart-box__navigation-terms-list-item,
      .tm_pb_column_1_4 .news-smart-box__navigation-terms-list-item {
        padding: 0 10px; } }

.news-smart-box__preloader {
  position: relative;
  display: none;
  width: 100%; }

.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-slide--content-visible .sp-layer {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent, black);
  background: -o-linear-gradient(top, transparent, black);
  background: linear-gradient(to bottom, transparent, black); }

.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: 900px) {
    .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-top: 5px;
    margin-bottom: 5px; }
    @media (max-width: 899px) {
      .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 {
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    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 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 8px; }

.widget-playlist-slider .sp-thumbnail .posted-by {
  font-weight: 900; }

.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;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.widget-playlist-slider .sp-right-thumbnails .sp-thumbnail-text {
  padding: 5px 20px;
  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;
  border: 1px solid;
  border-left: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.widget-playlist-slider .sp-right-thumbnails .playlist--thumbnail {
  height: 100%;
  width: 176px;
  min-height: 132px;
  margin-right: 0; }

.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer {
  margin-left: 0; }
  .widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
    position: static;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.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%;
  z-index: 2; }

.widget-playlist-slider .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  bottom: 0; }

/*--------------------------------------------------------------
## 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: 15px;
    left: auto;
    top: 15px;
    color: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 24px;
    line-height: 1; }
    .smart-slider__instance .sp-full-screen-button:before {
      content: '\ee6f'; }
  .smart-slider__instance .sp-full-screen .sp-full-screen-button:before {
    content: '\ee43'; }
  @media (min-width: 600px) {
    .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-thumbnails .sp-thumbnail-container {
    margin-right: 0;
    margin-left: 0; }
  .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: 600px) {
      .smart-slider__instance .sp-bottom-thumbnails {
        bottom: 7%; } }
    @media (min-width: 900px) {
      .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 {
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 1; }
    .smart-slider__instance .sp-arrow:before {
      font-size: 30px;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      line-height: 50px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      background-color: transparent; }
    .smart-slider__instance .sp-arrow:after {
      display: none; }
  .smart-slider__instance .sp-horizontal .sp-arrows {
    margin-top: -25px; }
  .smart-slider__instance .sp-horizontal .sp-previous-arrow {
    left: 0; }
    .smart-slider__instance .sp-horizontal .sp-previous-arrow:before {
      content: '\ead2'; }
  .smart-slider__instance .sp-horizontal .sp-next-arrow {
    right: 0; }
    .smart-slider__instance .sp-horizontal .sp-next-arrow:before {
      content: '\ead3'; }
  .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; }
    .smart-slider__instance .sp-vertical .sp-previous-arrow:before {
      content: '\ead2'; }
  .smart-slider__instance .sp-vertical .sp-next-arrow {
    bottom: 30px; }
    .smart-slider__instance .sp-vertical .sp-next-arrow:before {
      content: '\ead3'; }
  .smart-slider__instance .sp-buttons {
    position: absolute;
    bottom: 13%;
    padding: 0; }
  .smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="bottom"] .sp-buttons {
    bottom: 0; }
  @media (max-width: 899px) {
    .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: 600px) {
    .smart-slider__instance[data-thumbnails="true"][data-thumbnails-position="right"] .sp-buttons {
      left: 0;
      max-width: calc(100% - 162px); } }
  @media (min-width: 600px) {
    .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: 10px;
    height: 10px;
    margin: 0 8px;
    border: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .smart-slider__instance .sp-content-container {
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px 0.9375rem;
    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;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 600px) {
      .smart-slider__instance .sp-content-container {
        text-align: left; } }
    .smart-slider__instance .sp-content-container .sp-layer {
      position: static; }
      .smart-slider__instance .sp-content-container .sp-layer + .sp-layer {
        margin-top: 20px; }
      .smart-slider__instance .sp-content-container .sp-layer + .sp-more {
        margin-top: 20px; }
        @media (min-width: 1600px) {
          .smart-slider__instance .sp-content-container .sp-layer + .sp-more {
            margin-top: 70px; } }
    .smart-slider__instance .sp-content-container .sp-content {
      display: none; }
      @media (min-width: 600px) {
        .smart-slider__instance .sp-content-container .sp-content {
          display: block; } }
  .smart-slider__instance[data-pagination="true"] .sp-content-container {
    padding: calc(5% + 88px) 0.9375rem; }
  .smart-slider__instance[data-thumbnails-position="bottom"] .sp-content-container, .smart-slider__instance[data-thumbnails-position="top"] .sp-content-container {
    padding: 5% 0.9375rem; }
  @media (min-width: 600px) {
    .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 {
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important; }
  .smart-slider__instance h2.sp-title {
    font-size: 25px;
    line-height: 1.3; }
    @media (min-width: 600px) {
      .smart-slider__instance h2.sp-title {
        font-size: 30px; } }
    @media (min-width: 900px) {
      .smart-slider__instance h2.sp-title {
        font-size: 40px; } }
    @media (min-width: 1200px) {
      .smart-slider__instance h2.sp-title {
        font-size: 60px; } }
    @media (min-width: 1600px) {
      .smart-slider__instance h2.sp-title {
        font-size: 90px; } }
  .smart-slider__instance p.sp-content {
    font-size: 14px; }
    @media (min-width: 600px) {
      .smart-slider__instance p.sp-content {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .smart-slider__instance p.sp-content {
        font-size: 22px; } }
  .smart-slider__instance .sp-slide {
    text-align: left; }
  .smart-slider__instance .sp-image-container:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.5); }
  @media (min-width: 1600px) {
    .smart-slider__instance .btn {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 800;
      padding: 16px 57.5px; } }

.sidebar .smart-slider__instance .sp-content-container,
.tm_pb_column_1_4 .smart-slider__instance .sp-content-container,
.tm_pb_column_1_3 .smart-slider__instance .sp-content-container,
.footer-area:not(.footer-area--fullwidth) .smart-slider__instance .sp-content-container {
  text-align: center; }
  .sidebar .smart-slider__instance .sp-content-container .sp-layer + .sp-more,
  .tm_pb_column_1_4 .smart-slider__instance .sp-content-container .sp-layer + .sp-more,
  .tm_pb_column_1_3 .smart-slider__instance .sp-content-container .sp-layer + .sp-more,
  .footer-area:not(.footer-area--fullwidth) .smart-slider__instance .sp-content-container .sp-layer + .sp-more {
    margin-top: 20px; }

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

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

.sidebar .smart-slider__instance .btn,
.tm_pb_column_1_4 .smart-slider__instance .btn,
.tm_pb_column_1_3 .smart-slider__instance .btn,
.footer-area:not(.footer-area--fullwidth) .smart-slider__instance .btn {
  padding: 14px 41px;
  font-size: 14px;
  font-size: 0.875rem; }

/*rtl:end:ignore*/
/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.subscribe-follow__custom-bg {
  padding: 15px; }

.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,
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_widget_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,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_widget_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,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_widget_area .subscribe-follow__wrap .follow-block,
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_widget_area .subscribe-follow__wrap .subscribe-block {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto; }

.follow-block__message {
  margin-bottom: 2em; }

.subscribe-block + .follow-block {
  margin-top: 36px; }

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

.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 0 -5px; }

.subscribe-block__input-wrap {
  position: relative;
  margin: 5px 0;
  -webkit-box-flex: 5;
  -ms-flex: 5 1 150px;
  flex: 5 1 150px;
  min-width: 150px; }
  @media (min-width: 900px) {
    .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%; }
  .subscribe-block__input[type='email'].error {
    border-color: #FF3A4C; }

.subscribe-block__submit {
  margin: 5px 0;
  padding: 17px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  @media (max-width: 599px) {
    .subscribe-block__submit {
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .sidebar .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 600px) and (max-width: 1199px) {
  .tm_pb_column_1_3 .subscribe-block__submit {
    padding-left: 15px;
    padding-right: 15px; } }
  @media (min-width: 600px) {
    .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: 900px) {
    .sidebar-1-4 .sidebar .subscribe-block__submit {
      padding-left: 15px;
      padding-right: 15px; } }

.subscribe-block__message {
  margin-bottom: 2em; }

.subscribe-block__error, .subscribe-block__success {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7; }

.subscribe-block__error {
  color: #FF3A4C; }

.subscribe-block__success {
  color: #1EE59C; }

/*--------------------------------------------------------------
## 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__inner:hover .widget-taxonomy-tiles__content::before {
    top: -100%;
    height: 200%; }

.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: 20px 25px; } }
  .widget-taxonomy-tiles__content:before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.9;
    -webkit-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
    -o-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
    transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65); }

.widget-taxonomy-tiles__title {
  margin: 0;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 1200px) {
    .widget-taxonomy-tiles__title {
      font-size: 22px;
      font-size: 1.375rem; } }
  .widget-taxonomy-tiles__title a:hover {
    border-bottom: 1px solid; }
    .widget .widget-taxonomy-tiles__title a:hover {
      color: inherit; }

.widget-taxonomy-tiles__desc {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  margin-bottom: 0; }

.widget-taxonomy-tiles__post-count {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 10px;
  display: block; }

.widget-taxonomy-tiles .tiles-columns {
  display: block; }
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%; }
    @media (min-width: 600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%; } }
    @media (min-width: 900px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 25%; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 25%; } }
    @media (min-width: 1600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 25%; } }
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%; }
    @media (min-width: 600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%; } }
    @media (min-width: 900px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 50%; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 50%; } }
    @media (min-width: 1600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 50%; } }
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px; }
    @media (min-width: 600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 300px; } }
    @media (min-width: 900px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 210.83333px; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 265.83333px; } }
    @media (min-width: 1600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 348.33333px; } }
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px; }
    @media (min-width: 600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 300px; } }
    @media (min-width: 900px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 421.66667px; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 531.66667px; } }
    @media (min-width: 1600px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 696.66667px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 600px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-x {
      width: 100%; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 900px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-x {
      width: 50%; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 1200px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-x {
      width: 50%; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 1600px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-x {
      width: 50%; } }

@media (min-width: 600px) and (max-width: 899px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 600px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
      width: 100%; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 900px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
      width: 100%; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 1200px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
      width: 100%; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 1600px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
      width: 100%; } }

@media (min-width: 600px) and (max-width: 899px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 600px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-y {
      height: 300px; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 900px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-y {
      height: 383.33333px; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 1200px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-y {
      height: 483.33333px; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 1600px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-y {
      height: 633.33333px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 600px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
      height: 300px; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 900px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
      height: 460px; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 1200px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
      height: 580px; } }
  @media (min-width: 600px) and (max-width: 899px) and (min-width: 1600px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
      height: 760px; } }
  @media (min-width: 900px) {
    .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: 900px) and (min-width: 600px) {
    .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: 900px) and (min-width: 900px) {
    .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: 900px) and (min-width: 1200px) {
    .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: 900px) and (min-width: 1600px) {
    .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: 900px) {
    .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: 900px) and (min-width: 600px) {
    .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: 900px) and (min-width: 900px) {
    .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: 900px) and (min-width: 1200px) {
    .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: 900px) and (min-width: 1600px) {
    .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: 900px) {
    .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: 900px) and (min-width: 600px) {
    .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: 900px) and (min-width: 900px) {
    .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: 210.83333px; } }
  @media (min-width: 900px) and (min-width: 1200px) {
    .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: 265.83333px; } }
  @media (min-width: 900px) and (min-width: 1600px) {
    .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: 348.33333px; } }
  @media (min-width: 900px) {
    .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: 900px) and (min-width: 600px) {
    .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: 900px) and (min-width: 900px) {
    .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: 421.66667px; } }
  @media (min-width: 900px) and (min-width: 1200px) {
    .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: 531.66667px; } }
  @media (min-width: 900px) and (min-width: 1600px) {
    .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: 696.66667px; } }
  @media (min-width: 900px) {
    .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: 900px) and (min-width: 600px) {
    .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: 900px) and (min-width: 900px) {
    .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: 900px) and (min-width: 1200px) {
    .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: 900px) and (min-width: 1600px) {
    .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: 900px) {
    .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: 900px) and (min-width: 600px) {
    .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: 900px) and (min-width: 900px) {
    .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: 900px) and (min-width: 1200px) {
    .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: 900px) and (min-width: 1600px) {
    .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: 900px) {
    .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: 900px) and (min-width: 600px) {
    .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: 900px) and (min-width: 900px) {
    .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: 249.16667px; } }
  @media (min-width: 900px) and (min-width: 1200px) {
    .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: 314.16667px; } }
  @media (min-width: 900px) and (min-width: 1600px) {
    .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: 411.66667px; } }
  @media (min-width: 900px) {
    .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: 900px) and (min-width: 600px) {
    .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: 900px) and (min-width: 900px) {
    .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: 249.16667px; } }
  @media (min-width: 900px) and (min-width: 1200px) {
    .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: 314.16667px; } }
  @media (min-width: 900px) and (min-width: 1600px) {
    .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: 411.66667px; } }
  @media (min-width: 600px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
      width: 100%; } }
  @media (min-width: 600px) and (min-width: 600px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
      width: 100%; } }
  @media (min-width: 600px) and (min-width: 900px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
      width: 100%; } }
  @media (min-width: 600px) and (min-width: 1200px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
      width: 100%; } }
  @media (min-width: 600px) and (min-width: 1600px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
      width: 100%; } }
  @media (min-width: 600px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
      width: 100%; } }
  @media (min-width: 600px) and (min-width: 600px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
      width: 100%; } }
  @media (min-width: 600px) and (min-width: 900px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
      width: 100%; } }
  @media (min-width: 600px) and (min-width: 1200px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
      width: 100%; } }
  @media (min-width: 600px) and (min-width: 1600px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
      width: 100%; } }
  @media (min-width: 600px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
      height: 300px; } }
  @media (min-width: 600px) and (min-width: 600px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
      height: 300px; } }
  @media (min-width: 600px) and (min-width: 900px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
      height: 249.16667px; } }
  @media (min-width: 600px) and (min-width: 1200px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
      height: 314.16667px; } }
  @media (min-width: 600px) and (min-width: 1600px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
      height: 411.66667px; } }
  @media (min-width: 600px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
      height: 300px; } }
  @media (min-width: 600px) and (min-width: 600px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
      height: 300px; } }
  @media (min-width: 600px) and (min-width: 900px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
      height: 249.16667px; } }
  @media (min-width: 600px) and (min-width: 1200px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
      height: 314.16667px; } }
  @media (min-width: 600px) and (min-width: 1600px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
      height: 411.66667px; } }
  .widget-taxonomy-tiles .tiles-columns:after {
    display: block;
    clear: both;
    content: '' !important; }

@media (min-width: 600px) and (max-width: 899px) {
  .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-sm-x .widget-taxonomy-tiles__title, .widget-taxonomy-tiles .tiles-columns .tile-md-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-sm-x .widget-taxonomy-tiles__content, .widget-taxonomy-tiles .tiles-columns .tile-md-x .widget-taxonomy-tiles__content {
    padding: 10px; } }
  @media (min-width: 900px) {
    .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-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 {
      width: 100%; } }
  @media (min-width: 600px) {
    .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-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 {
      width: 100%; } }

@media (min-width: 600px) {
  .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%; }

/*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*/
/* Fullscreen image */
.position-fullwidth img.alignnone.size-full.size-big {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 75vh; }

.position-fullwidth.ie img.alignnone.size-full.size-big {
  font-family: 'object-fit: cover'; }

/*--------------------------------------------------------------
## 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: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

/* Audio */
.mejs-container-wrapper:not(:first-child) {
  margin-top: 60px; }

.mejs-container-wrapper:not(:last-child) {
  margin-bottom: 60px; }

.wp-playlist.wp-audio-playlist {
  padding: 20px; }
  .wp-playlist.wp-audio-playlist .wp-playlist-current-item {
    margin-bottom: 15px; }
  .wp-playlist.wp-audio-playlist .wp-playlist-tracks {
    margin-top: 15px; }

.wp-playlist.wp-audio-playlist.wp-playlist-light .wp-playlist-item {
  border-bottom-color: #ECECEC; }
  .wp-playlist.wp-audio-playlist.wp-playlist-light .wp-playlist-item.wp-playlist-playing .wp-playlist-caption {
    color: #000000; }

/* Video */
.entry-content .wp-video:not(:first-child), .entry-content
.wp-playlist.wp-video-playlist:not(:first-child) {
  margin-top: 60px; }

.entry-content .wp-video:not(:last-child), .entry-content
.wp-playlist.wp-video-playlist:not(:last-child) {
  margin-bottom: 60px; }

.mejs-video .mejs-poster {
  background-size: cover; }

.mejs-video .mejs-overlay-button {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background-image: none;
  text-align: center;
  position: relative; }
  .mejs-video .mejs-overlay-button:before {
    content: '\e7fe';
    font-size: 24px;
    line-height: 50px;
    z-index: 2;
    position: relative; }
  .mejs-video .mejs-overlay-button:after {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
    -o-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
    transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65); }

.mejs-video .mejs-overlay:hover .mejs-overlay-button:after {
  -webkit-transform: scale(1.4) translate3d(0, 0, 0);
  transform: scale(1.4) translate3d(0, 0, 0); }

/* 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;
  margin: 0 0 40px 0; }
  @media (min-width: 900px) {
    .wpcf7 .wpcf7-form-control-wrap {
      margin-bottom: 44px; } }
  .wpcf7 .wpcf7-form-control-wrap input {
    width: 100%; }

.wpcf7 .wpcf7-not-valid {
  border-color: #FF3A4C; }

.wpcf7 .wpcf7-not-valid-tip {
  color: #FF3A4C;
  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: 14px;
  font-size: 0.875rem;
  color: #ffffff; }

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

.wpcf7 .wpcf7-mail-sent-ok {
  background: #1EE59C; }

.site .wpcf7 .ajax-loader {
  margin: 0 10px;
  border-radius: 50%; }

.wpcf7-form p {
  margin-bottom: 20px;
  position: relative; }
  .wpcf7-form p i {
    pointer-events: none;
    font-size: 24px;
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 1; }

.invert .wpcf7-form-control {
  color: #ffffff; }
  .invert .wpcf7-form-control, .invert .wpcf7-form-control:focus {
    background: none; }

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

.wpcf7 .align-center {
  text-align: center; }

.wpcf7 .align-right {
  text-align: right; }

.wpcf7 .btn-stretch input[type='submit'],
.wpcf7 .btn-stretch input[type='reset'] {
  width: 100%; }

/*-------------------------------------------------------------
## Power Builder
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Misc
--------------------------------------------------------------*/
#tm_builder_outer_content .row.tm_pb_row_inner {
  width: auto; }

#tm_builder_outer_content .row.row-center {
  margin-left: auto !important;
  margin-right: auto !important; }

#tm_builder_outer_content .tm_pb_column.column_middle {
  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; }

.row.tm_pb_col_padding_reset {
  margin-left: 0;
  margin-right: 0; }
  .row.tm_pb_col_padding_reset > .tm_pb_column {
    padding-right: 0;
    padding-left: 0; }

@media (max-width: 1599px) {
  #tm_builder_outer_content .tm_pb_section_parallax .tm_pb_parallax_css,
  #tm_builder_outer_content .tm_pb_slides .tm_parallax_bg.tm_pb_parallax_css {
    background-attachment: scroll; } }

#tm_builder_outer_content .tm_pb_text_align_center {
  margin: 0 auto; }

#tm_builder_outer_content .tm_pb_slider_with_overlay .tm_pb_slide_overlay_container {
  z-index: 1; }

.tm_mobile_device #tm_builder_outer_content .tm_pb_section_video .tm_pb_section_video_bg {
  display: none; }

@media (max-width: 599px) {
  .columns-xs-5 .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 600px) and (max-width: 899px) {
  .columns-sm-5 .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .columns-md-5 .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) and (max-width: 1599px) {
  .columns-lg-5 .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1600px) {
  .columns-xl-5 .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

/*--------------------------------------------------------------
### Typography
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module ul:not([class]) {
  list-style: none;
  margin: 0 0 1.5em 0; }
  #tm_builder_outer_content .tm_pb_module ul:not([class]):last-child {
    margin-bottom: 0; }
  #tm_builder_outer_content .tm_pb_module ul:not([class]) li {
    list-style: inherit; }
    #tm_builder_outer_content .tm_pb_module ul:not([class]) li + li,
    #tm_builder_outer_content .tm_pb_module ul:not([class]) li > ul li,
    #tm_builder_outer_content .tm_pb_module ul:not([class]) li > ol li {
      margin-top: 5px; }
  #tm_builder_outer_content .tm_pb_module ul:not([class]) > li:not([class]) {
    font-weight: 700; }
    #tm_builder_outer_content .tm_pb_module ul:not([class]) > li:not([class]):before {
      content: '•';
      font-weight: 400;
      margin-right: 10px; }

#tm_builder_outer_content .tm_pb_module ol li > ul:not([class]),
#tm_builder_outer_content .tm_pb_module ol li > ol, #tm_builder_outer_content .tm_pb_module ul:not([class]) li > ul:not([class]),
#tm_builder_outer_content .tm_pb_module ul:not([class]) li > ol {
  margin-bottom: 0;
  margin-left: 20px; }

/*--------------------------------------------------------------
### Accordion
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle {
  margin-bottom: 0; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
    padding: 0 40px 0 0; }
    #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
      left: auto;
      right: 0;
      font-size: 24px;
      font-size: 1.5rem; }

#tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close {
  background-color: transparent; }

/*--------------------------------------------------------------
# Audio
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module.tm_pb_module .tm_audio_container,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module.tm_pb_module .tm_audio_container,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module.tm_pb_module .tm_audio_container {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module.tm_pb_module .tm_audio_container .tm_audio_module_meta,
  #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module.tm_pb_module .tm_audio_container .tm_audio_module_meta,
  #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module.tm_pb_module .tm_audio_container .tm_audio_module_meta {
    margin-bottom: 45px; }

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container {
  padding-top: 170px;
  padding-bottom: 50px; }
  #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container h2,
  #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container .tm_audio_module_meta,
  #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container h2,
  #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container .tm_audio_module_meta,
  #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container h2,
  #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container .tm_audio_module_meta {
    padding-left: 0; }
  #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container .tm_audio_module_meta,
  #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container .tm_audio_module_meta,
  #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container .tm_audio_module_meta {
    margin-bottom: 45px; }

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding-bottom: 0; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container {
  /*rtl:ignore*/
  margin-left: 0;
  padding: 45px;
  text-align: center; }
  @media (min-width: 600px) {
    #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container {
      text-align: left; } }
  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container h2 {
    margin-bottom: 12px;
    padding-bottom: 0; }
  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .tm_audio_module_meta {
    margin-bottom: 35px; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container {
  padding: 170px 45px 50px; }
  @media (min-width: 600px) {
    #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container {
      padding: 55px 45px 50px; } }
  @media (min-width: 600px) {
    #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container h2,
    #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container .tm_audio_module_meta {
      padding-left: 120px; } }
  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container .tm_audio_module_meta {
    margin-bottom: 35px; }
    @media (min-width: 600px) {
      #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_audio_container .tm_audio_module_meta {
        margin-bottom: 45px; } }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
  position: absolute;
  width: 88px;
  height: 88px;
  top: 50px;
  border-radius: 50%;
  padding-bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media (min-width: 600px) {
    #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
      left: 50px;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button {
  width: 24px;
  height: 24px;
  margin-right: 15px; }
  #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button button:before {
    content: '\e7fe';
    font-size: 24px; }
  #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button.mejs-pause button:before {
    content: '\e7fd'; }

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  margin: 9.5px 0;
  height: 5px;
  background: #000000; }

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-current,
#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height: 5px; }

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
  width: 21px;
  height: 21px;
  top: -8px; }

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  width: 21px;
  height: 21px;
  top: 1.5px; }

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top: 10px; }

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-float .mejs-time-float-current,
#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-controls .mejs-time {
  color: #ffffff; }

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-float {
  top: -30px; }

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-float .mejs-time-float-corner {
  border-color: #ffffff transparent transparent; }

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time.mejs-currenttime-container {
  margin-top: 2px;
  height: auto;
  margin-left: 15px; }

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-currenttime {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900; }

#tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button {
  margin: 0 10px 0 15px; }
  #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button button {
    overflow: visible;
    width: 24px;
    height: 24px;
    margin: 0; }
    #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button button:before {
      font-size: 24px; }
  #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button.mejs-mute button:before {
    content: '\e84d'; }
  #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button.mejs-unmute button:before {
    content: '\e84f'; }

/*--------------------------------------------------------------
### Blog
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_blog_grid_wrapper + .navigation.pagination,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_blog_masonry_wrapper + .navigation.pagination {
  text-align: center; }

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post {
  margin-bottom: 60px; }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_main_video_container,
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_pb_gallery_post_type,
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_pb_image_container {
    margin-bottom: 1.5em; }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_content {
    margin-top: 25px; }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .more-link {
    margin-top: 23px; }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_pb_gallery_post_type .tm_pb_slide {
    background-position: center center !important;
    min-height: 320px; }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_pb_gallery_post_type .tm-pb-controllers {
    bottom: 15px; }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_link_content,
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content {
    border-radius: 3px; }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_link_content {
    padding: 30px 20px; }
    @media (min-width: 1200px) {
      #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_link_content {
        padding: 26px 40px; } }
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_link_content h2 {
      margin-bottom: 0; }
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_link_content .tm_link_main_url {
      display: inline-block;
      font-size: 12px;
      font-size: 0.75rem; }
      #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_link_content .tm_link_main_url:before {
        font-size: 14px;
        display: inline-block;
        content: '\e915';
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 7px;
        display: inline-block;
        font-family: 'nc-icon-outline';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        speak: none;
        text-transform: none;
        /* Better Font Rendering */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content {
    padding: 30px 20px; }
    @media (min-width: 1200px) {
      #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content {
        padding: 40px 40px 60px; } }
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content blockquote {
      max-width: 470px;
      margin: 0 auto; }
      #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content blockquote:before {
        content: "\201c";
        font-family: "Times New Roman", Times, serif;
        display: block;
        font-size: 72px;
        line-height: 50px;
        font-weight: 700; }
      #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_quote_content blockquote cite {
        font-weight: 300; }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_audio_content {
    border-radius: 3px;
    padding: 30px 20px; }
    @media (min-width: 1200px) {
      #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_audio_content {
        padding: 40px; } }
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_audio_content h2 {
      margin-bottom: 20px; }
      @media (min-width: 900px) {
        #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_audio_content h2 {
          margin-bottom: 30px; } }

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-grid .tm_link_content, #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-masonry .tm_link_content {
    padding: 26px 20px; } }

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-grid .tm_quote_content, #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-masonry .tm_quote_content {
    padding: 40px 20px; } }

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-grid .tm_audio_content, #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-masonry .tm_audio_content {
    padding: 40px 20px; } }

#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-grid .tm_pb_post_meta, #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-masonry .tm_pb_post_meta {
  margin-top: 10px; }

#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post_meta {
  margin-bottom: 10px; }

#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard .tm_pb_image_container img,
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image .tm_pb_image_container img,
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video .tm_pb_image_container img,
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery .tm_pb_image_container img {
    width: 100%; }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard .tm_pb_content_container,
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image .tm_pb_content_container,
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video .tm_pb_content_container,
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery .tm_pb_content_container {
    min-width: 25%; }
  @media (min-width: 900px) {
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard > .tm_pb_image_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard > .tm_pb_gallery_post_type,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard > .tm_main_video_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image > .tm_pb_image_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image > .tm_pb_gallery_post_type,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image > .tm_main_video_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video > .tm_pb_image_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video > .tm_pb_gallery_post_type,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video > .tm_main_video_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery > .tm_pb_image_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery > .tm_pb_gallery_post_type,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery > .tm_main_video_container {
      margin-right: 30px;
      margin-top: 0;
      float: left; }
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard > .tm_pb_image_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image > .tm_pb_image_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video > .tm_pb_image_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery > .tm_pb_image_container {
      float: left; }
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard > .tm_pb_gallery_post_type,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard > .tm_main_video_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image > .tm_pb_gallery_post_type,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image > .tm_main_video_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video > .tm_pb_gallery_post_type,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video > .tm_main_video_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery > .tm_pb_gallery_post_type,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery > .tm_main_video_container {
      width: 50%; }
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-standard > .tm_pb_content_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-image > .tm_pb_content_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-video > .tm_pb_content_container,
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module.layout-list .tm_pb_post.format-gallery > .tm_pb_content_container {
      overflow: hidden; } }

/*--------------------------------------------------------------
### Blurb
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_blurb.tm_pb_module {
  margin-bottom: 40px; }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_content {
    max-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: block; }
    @media (min-width: 600px) {
      #tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon {
    font-size: 50px;
    font-size: 3.125rem; }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon-circle {
    font-size: 24px;
    font-size: 1.5rem; }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon-circle-border {
    border: 1px solid; }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon-circle {
    width: 83px;
    height: 83px;
    border-radius: 45px; }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_link,
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_button {
    margin-top: 30px; }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_link {
    text-decoration: underline; }
    #tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_link:hover {
      text-decoration: none; }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container h4 {
    padding-bottom: 0;
    margin-bottom: 10px; }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_main_blurb_image img {
    vertical-align: top; }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top .tm_pb_main_blurb_image img {
    width: 100%; }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top.tm_pb_text_align_left .tm-pb-icon {
    margin-left: 0; }
    #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top.tm_pb_text_align_left .tm-pb-icon:not(.tm-pb-icon-circle) {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top.tm_pb_text_align_right .tm-pb-icon {
    margin-right: 0; }
    #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top.tm_pb_text_align_right .tm-pb-icon:not(.tm-pb-icon-circle) {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image {
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 600px) {
      #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image {
        padding-top: 8px;
        text-align: left;
        margin-bottom: 0; } }
    @media (min-width: 600px) {
      #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image img {
        padding-right: 15px; } }
    @media (min-width: 600px) {
      #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image .tm-pb-icon {
        margin-right: 15px; } }
    @media (min-width: 1200px) {
      #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image .tm-pb-icon {
        margin-right: 40px; } }
    @media (min-width: 1200px) {
      #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image .tm-pb-icon-circle {
        margin-right: 25px; } }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {
    text-align: center; }
    @media (min-width: 600px) {
      #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {
        text-align: inherit; } }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_right .tm_pb_main_blurb_image {
    text-align: center;
    margin-left: 0;
    margin-bottom: 30px; }
    @media (min-width: 600px) {
      #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_right .tm_pb_main_blurb_image {
        padding-top: 8px;
        margin-bottom: 0; } }
    @media (min-width: 600px) {
      #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_right .tm_pb_main_blurb_image img {
        padding-left: 15px; } }
    @media (min-width: 600px) {
      #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_right .tm_pb_main_blurb_image .tm-pb-icon {
        margin-right: 0;
        margin-left: 15px; } }
    @media (min-width: 1200px) {
      #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_right .tm_pb_main_blurb_image .tm-pb-icon {
        margin-left: 40px; } }
    @media (min-width: 1200px) {
      #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_right .tm_pb_main_blurb_image .tm-pb-icon-circle {
        margin-left: 25px; } }
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_right .tm_pb_blurb_container {
    text-align: center; }
    @media (min-width: 600px) {
      #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_right .tm_pb_blurb_container {
        text-align: inherit; } }

/*--------------------------------------------------------------
### Brands Showcase
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper[class*="tm_pb_brands_showcase_module_"] {
  margin-bottom: 0; }

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper * + .tm_pb_brands_showcase_module__brands {
  margin-top: 85px; }

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__super-title, #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__title, #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__sub-title {
  margin-bottom: 35px; }

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__divider {
  margin: 35px 0; }

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands.swiper-container {
    padding-bottom: 0; }
    #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands.swiper-container .tm_pb_brands_showcase_module__item__wrapper.swiper-slide {
      margin-bottom: 0px;
      -ms-flex-item-align: start;
      align-self: flex-start; }
    #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands.swiper-container .swiper-pagination {
      margin-top: 30px; }
  #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item {
    text-decoration: none; }
    #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__logo {
      vertical-align: top; }
    #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__wrapper {
      margin-top: 0;
      margin-bottom: 50px; }
    #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__title, #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__description {
      text-align: center; }
    #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__title + .tm_pb_brands_showcase_module__item__description {
      margin-top: 10px; }
    #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__logo + .tm_pb_brands_showcase_module__item__title {
      margin-top: 10px; }

/*--------------------------------------------------------------
### Button
--------------------------------------------------------------*/
#tm_builder_outer_content.tm_builder_outer_content .tm_pb_button:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

#tm_builder_outer_content .tm_pb_button {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 14px 41px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900; }
  #tm_builder_outer_content .tm_pb_button, #tm_builder_outer_content .tm_pb_button:hover {
    text-decoration: none; }
  #tm_builder_outer_content .tm_pb_button:focus {
    outline: 0; }
  #tm_builder_outer_content .tm_pb_button:active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  #tm_builder_outer_content .tm_pb_button.tm_pb_button_simple_link.tm_pb_module, #tm_builder_outer_content .tm_pb_button.tm_pb_button_simple_link.tm_pb_module:hover, #tm_builder_outer_content .tm_pb_button.tm_pb_button_simple_link.tm_pb_module:focus, #tm_builder_outer_content .tm_pb_button.tm_pb_button_simple_link.tm_pb_module:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important; }

/*Make two buttons in one row*/
.button-group {
  text-align: center; }
  @media (min-width: 900px) {
    .button-group .tm_pb_button_module_wrapper {
      display: inline-block; } }
  .button-group .tm_pb_button_module_wrapper + .tm_pb_button_module_wrapper {
    margin-top: 30px; }
    @media (min-width: 900px) {
      .button-group .tm_pb_button_module_wrapper + .tm_pb_button_module_wrapper {
        margin-left: 30px;
        margin-top: 0; } }

/*--------------------------------------------------------------
### Carousel
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_swiper.tm_pb_module > h1, #tm_builder_outer_content .tm_pb_swiper.tm_pb_module > h2, #tm_builder_outer_content .tm_pb_swiper.tm_pb_module > h3, #tm_builder_outer_content .tm_pb_swiper.tm_pb_module > h4, #tm_builder_outer_content .tm_pb_swiper.tm_pb_module > h5, #tm_builder_outer_content .tm_pb_swiper.tm_pb_module > h6 {
  text-align: center; }

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .title-delimiter {
  margin: 30px 0;
  opacity: 1; }

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-pagination {
  margin-top: 25px; }
  @media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-pagination {
      margin-top: 47px; } }

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-button-next,
#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-button-prev {
  margin: 0; }

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .btn-wrapper {
  text-align: center; }
  #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .btn-wrapper .btn {
    margin-top: 35px; }

#tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide {
  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;
  height: auto;
  /*transition variables*/ }
  #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .content-wrapper {
    position: relative;
    z-index: 1; }
    #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .content-wrapper:before, #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .content-wrapper:after {
      content: "";
      position: absolute;
      left: -100%;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      z-index: 1;
      -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .content-wrapper:after {
      background-color: #000000;
      opacity: 0.5;
      left: 0;
      z-index: 0; }
    #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .content-wrapper:hover .entry-header .post-meta {
      left: 100%;
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .content-wrapper:hover .entry-title {
      left: 100%;
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .content-wrapper:hover .entry-meta {
      left: 100%;
      -webkit-transition-delay: 0.25s;
      -o-transition-delay: 0.25s;
      transition-delay: 0.25s; }
    #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .content-wrapper:hover .entry-content {
      left: 20px;
      -webkit-transition-delay: 0.35s;
      -o-transition-delay: 0.35s;
      transition-delay: 0.35s; }
      @media (min-width: 1600px) {
        #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .content-wrapper:hover .entry-content {
          left: 58px; } }
    #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .content-wrapper:hover .entry-footer {
      left: 20px;
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
      @media (min-width: 1600px) {
        #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .content-wrapper:hover .entry-footer {
          left: 58px; } }
    #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .content-wrapper:hover:before {
      left: 0;
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .content-wrapper:hover:after {
      left: 100%;
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .content-wrapper .btn-link span {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      border-bottom: 1px solid currentColor; }
  #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-header .post__cats a:not(:last-child) {
    margin-right: 0; }
  #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-header .post-meta {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s; }
    @media (min-width: 1600px) {
      #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-header .post-meta {
        top: 50px;
        left: 58px; } }
  #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-title {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    top: 44px;
    left: 20px;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
    @media (min-width: 1600px) {
      #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-title {
        top: 74px;
        left: 58px; } }
  #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-meta {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    left: 20px;
    bottom: 15px;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s; }
    @media (min-width: 1600px) {
      #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-meta {
        left: 58px;
        bottom: 43px; } }
    #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-meta .post-meta {
      display: inline-block;
      position: static; }
  #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-content {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    top: 20px;
    left: -100%;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    @media (min-width: 1600px) {
      #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-content {
        top: 50px; } }
  #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-footer {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    left: -100%;
    bottom: 20px;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
    @media (min-width: 1600px) {
      #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .entry-footer {
        bottom: 40px; } }
  #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .carousel__more-btn {
    margin-top: 25px; }
  #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .post-thumbnail__link {
    display: block;
    overflow: hidden; }
  #tm_builder_outer_content .tm_pb_swiper.tm_pb_module .swiper-slide .post-thumbnail__img {
    display: block;
    width: 100%; }

/*--------------------------------------------------------------
### Circle Counter
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_circle_counter {
  max-width: 100%;
  margin-bottom: 50px; }
  #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar {
    max-width: 100%; }
    #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar canvas {
      max-width: 100% !important;
      height: auto !important; }
  #tm_builder_outer_content .tm_pb_circle_counter h3 {
    padding: 0; }

/*--------------------------------------------------------------
### Contact-form
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form {
  position: relative; }
  #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form .tm_contact_bottom_container {
    position: relative;
    overflow: visible;
    text-align: center;
    float: none; }
  #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form_label {
    font-size: 14px;
    font-size: 0.875rem; }
  #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form_input {
    margin-bottom: 50px; }
    #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form_input.tm_pb_contact_message {
      margin-bottom: 40px; }

#tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_main_title {
  margin-top: 0;
  text-align: center; }

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

#tm_builder_outer_content .tm_pb_contact_form .tm_contact_error {
  border: 1px solid #FF3A4C; }

#tm_builder_outer_content .tm_pb_contact_form .cf-success-message {
  background: #1EE59C;
  display: block; }

#tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form .tm-pb-contact-message {
  margin-bottom: 1.5em;
  background: #FF3A4C;
  border: none;
  font-size: 14px;
  font-size: 0.875rem; }
  #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form .tm-pb-contact-message > * {
    padding: 5px 5px 5px 0; }
    #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form .tm-pb-contact-message > *:first-child {
      padding-left: 15px; }
  #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form .tm-pb-contact-message .tm_pb_contact_error_text {
    display: block; }
  #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form .tm-pb-contact-message p, #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form .tm-pb-contact-message ul {
    display: inline-block;
    margin-bottom: 0; }
  #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form .tm-pb-contact-message ul {
    margin-left: 0; }
  #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form .tm-pb-contact-message ul + p::before {
    content: "";
    display: block; }
  #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form .tm-pb-contact-message ul li {
    display: inline-block; }
    #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form .tm-pb-contact-message ul li:before {
      content: none; }
    #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form .tm-pb-contact-message ul li + li {
      margin-top: 0; }
      #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form .tm-pb-contact-message ul li + li::before {
        content: ",";
        display: inline-block;
        margin-right: 3px; }

/*--------------------------------------------------------------
### Countdown Timer
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_countdown_timer_flat_layout .section.values {
  margin: 0 20px 10px;
  width: auto; }
  @media (min-width: 600px) {
    #tm_builder_outer_content .tm_pb_countdown_timer_flat_layout .section.values {
      margin: 0 40px 10px; } }

#tm_builder_outer_content .tm_pb_countdown_timer_circle_layout .section.values {
  margin: 0 5px 10px; }

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container h4 {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container h4 {
      margin-bottom: 50px; } }

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
  line-height: 1; }

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .label {
  line-height: 2; }

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep {
  display: none;
  top: 0; }

#tm_builder_outer_content .tm_pb_countdown_timer_circle_border .section.values {
  border: 1px solid; }

/*--------------------------------------------------------------
### Counters
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_counters.tm_pb_module > [class^="tm_pb_counter_"] {
  position: relative; }
  #tm_builder_outer_content .tm_pb_counters.tm_pb_module > [class^="tm_pb_counter_"] + [class^="tm_pb_counter_"] {
    margin-top: 33px; }

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_amount {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  /*rtl:raw:
				float: right;
				*/ }

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_amount_number {
  position: absolute;
  top: -5px;
  left: 0; }

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_title {
  margin-bottom: 0;
  padding-left: 65px; }

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_container {
  margin-top: 13px;
  padding: 0;
  margin-bottom: 0;
  position: static; }

/*--------------------------------------------------------------
### Icon
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_icon .tm-pb-icon {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1;
  text-align: center;
  display: inline-block; }

#tm_builder_outer_content .tm_pb_module.tm_pb_icon .tm-pb-icon-circle-border {
  border-style: solid; }

#tm_builder_outer_content .tm_pb_module.tm_pb_icon .tm-pb-icon-circle {
  width: 105px;
  height: 105px;
  border-radius: 53px;
  line-height: 105px; }

#tm_builder_outer_content .tm_pb_module.tm_pb_icon.tm_pb_icon_align_left {
  text-align: left; }

#tm_builder_outer_content .tm_pb_module.tm_pb_icon.tm_pb_icon_align_center {
  text-align: center; }

#tm_builder_outer_content .tm_pb_module.tm_pb_icon.tm_pb_icon_align_right {
  text-align: right; }

/*--------------------------------------------------------------
### Map
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(2) {
  background: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.16) !important; }

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(4) {
  border-radius: 0 !important; }

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(3) div div {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw {
  font-size: 16px;
  font-size: 1rem; }
  #tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw + div {
    width: 18px !important;
    height: 18px !important;
    opacity: 1 !important;
    right: 10px !important;
    top: 10px !important;
    /*rtl:raw:
				right: auto !important;
				*/ }
    #tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw + div:before {
      content: '\ed2b';
      font-size: 18px; }
    #tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw + div img {
      display: none; }
  #tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw div div > h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 10px !important; }
    #tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw div div > h3:empty {
      display: none; }
  #tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw .infowindow {
    font-size: 14px;
    font-size: 0.875rem; }
    #tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw .infowindow > *:not(:last-child) {
      margin-bottom: 7px; }
    #tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw .infowindow p {
      line-height: 1.5; }
    #tm_builder_outer_content .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw .infowindow strong {
      font-weight: 900; }

#tm_builder_outer_content .tm_pb_map_container.tm_pb_module .tm_pb_map {
  max-height: 95vh;
  height: 400px; }
  @media (min-width: 600px) {
    #tm_builder_outer_content .tm_pb_map_container.tm_pb_module .tm_pb_map {
      height: 600px; } }
  @media (min-width: 900px) {
    #tm_builder_outer_content .tm_pb_map_container.tm_pb_module .tm_pb_map {
      height: 720px; } }

#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw,
#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw,
#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_map_container.tm_pb_module .gm-style .gm-style-iw {
  padding: 20px; }

@media (min-width: 600px) {
  #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_map_container.tm_pb_module .tm_pb_map,
  #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_map_container.tm_pb_module .tm_pb_map {
    height: 400px; } }

@media (min-width: 900px) {
  #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_map_container.tm_pb_module .tm_pb_map,
  #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_map_container.tm_pb_module .tm_pb_map {
    height: 600px; } }

/*--------------------------------------------------------------
### Number Counter
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .tm-pb-icon {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 30px;
  line-height: 1;
  display: inline-block;
  text-align: center; }

#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent {
  line-height: 1;
  height: auto;
  min-height: 40px; }

#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module h3 {
  padding-top: 15px;
  margin-bottom: 0; }

/*--------------------------------------------------------------
### Person
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_team_member.tm_pb_module {
  margin-bottom: 50px;
  position: relative; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_top {
    position: relative;
    overflow: hidden; }
    #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_top:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      bottom: 0;
      opacity: 0;
      z-index: 1;
      -webkit-transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      -o-transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      -webkit-transition-delay: .25s;
      -o-transition-delay: .25s;
      transition-delay: .25s; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_description {
    position: absolute;
    padding: 5px;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: 1;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out; }
    #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_description > *:nth-of-type(n+1) {
      -webkit-transform: translateY(300%);
      -ms-transform: translateY(300%);
      transform: translateY(300%);
      -webkit-transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      -o-transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      opacity: 0; }
    #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_description > *:nth-child(1) {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_description > *:nth-child(2) {
      -webkit-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_description > *:nth-child(3) {
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_description > *:nth-child(4) {
      -webkit-transition-delay: 0.05s;
      -o-transition-delay: 0.05s;
      transition-delay: 0.05s; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module:hover .tm_pb_team_member_top:before {
    opacity: 0.9;
    top: 0;
    -webkit-transition: 0.3s cubic-bezier(0.78, 0.03, 0, 1);
    -o-transition: 0.3s cubic-bezier(0.78, 0.03, 0, 1);
    transition: 0.3s cubic-bezier(0.78, 0.03, 0, 1);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module:hover .tm_pb_team_member_description > *:nth-of-type(n+1) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.45s cubic-bezier(0.64, 0.28, 0.28, 1.185);
    -o-transition: 0.45s cubic-bezier(0.64, 0.28, 0.28, 1.185);
    transition: 0.45s cubic-bezier(0.64, 0.28, 0.28, 1.185);
    opacity: 1; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module:hover .tm_pb_team_member_description > *:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module:hover .tm_pb_team_member_description > *:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module:hover .tm_pb_team_member_description > *:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module:hover .tm_pb_team_member_description > *:nth-child(4) {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module.tm_pb_team_member_no_image .tm_pb_team_member_top {
    min-height: 300px; }
    #tm_builder_outer_content .tm_pb_team_member.tm_pb_module.tm_pb_team_member_no_image .tm_pb_team_member_top:before {
      opacity: 0.9;
      top: 0; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module.tm_pb_team_member_no_image .tm_pb_team_member_description {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #tm_builder_outer_content .tm_pb_team_member.tm_pb_module.tm_pb_team_member_no_image .tm_pb_team_member_description > *:nth-of-type(n+1) {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_image img {
    width: 100%;
    vertical-align: top; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_name {
    margin-bottom: 8px; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_position {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 900;
    margin: 0; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module p:not([class]) {
    margin-top: 10px;
    margin-bottom: 0; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module p:not([class]) + .tm_pb_member_social_links {
    margin-top: 15px; }
  #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_social_links {
    text-align: center;
    margin-top: 20px; }
    #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_social_links li {
      margin: 5px;
      font-size: 16px;
      line-height: 1; }

/*--------------------------------------------------------------
### Posts
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_title_group .tm-posts_title_divider {
  max-width: 100%; }

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_title_group > *:last-child {
  margin-bottom: 40px; }

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-1 .tm_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-1 .tm-posts_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-1 .tm-posts_item .tm-posts_item_content_wrap {
    border: 1px solid;
    border-top: none;
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px; }
    @media (min-width: 1200px) {
      #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-1 .tm-posts_item .tm-posts_item_content_wrap {
        padding: 40px 45px; } }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-1 .tm-posts_item .post_category {
    font-size: 14px;
    font-size: 0.875rem; }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-1 .tm-posts_item .post_tags {
    font-size: 12px;
    font-size: 0.75rem; }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-1 .tm-posts_item .tm-posts_item_title {
    margin-top: 5px; }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-1 .tm-posts_item .tm-posts_item_excerpt {
    margin-top: 17px; }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-1 .tm-posts_item .tm-posts_item_content_footer {
    margin-top: auto;
    padding-top: 25px; }

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item {
  margin-bottom: 0;
  /*Transition variables*/ }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_content_wrap {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_content_wrap:before, #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_content_wrap:after {
      content: "";
      position: absolute;
      left: -100%;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      z-index: 1;
      -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_content_wrap:after {
      background-color: #000000;
      opacity: 0.5;
      left: 0;
      z-index: 0; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_content_wrap:hover .post_category {
      left: 100%;
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_content_wrap:hover .tm-posts_item_title {
      left: 100%;
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_content_wrap:hover .tm-posts_item_meta {
      left: 100%;
      -webkit-transition-delay: 0.25s;
      -o-transition-delay: 0.25s;
      transition-delay: 0.25s; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_content_wrap:hover .tm-posts_item_excerpt {
      left: 20px;
      -webkit-transition-delay: 0.35s;
      -o-transition-delay: 0.35s;
      transition-delay: 0.35s; }
      @media (min-width: 1600px) {
        #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_content_wrap:hover .tm-posts_item_excerpt {
          left: 58px; } }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_content_wrap:hover .tm-posts_btn-wrap {
      left: 20px;
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
      @media (min-width: 1600px) {
        #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_content_wrap:hover .tm-posts_btn-wrap {
          left: 58px; } }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_content_wrap:hover:before {
      left: 0;
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_content_wrap .btn-link span {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      border-bottom: 1px solid currentColor; }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .post__cats a:not(:last-child) {
    margin-right: 0; }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .post_category {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
    padding-right: 10px; }
    @media (min-width: 1600px) {
      #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .post_category {
        top: 50px;
        left: 58px; } }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_title {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    top: 44px;
    left: 20px;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    padding-right: 10px; }
    @media (min-width: 1600px) {
      #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_title {
        top: 74px;
        left: 58px; } }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_meta {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    left: 20px;
    bottom: 15px;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    padding-right: 10px; }
    @media (min-width: 1600px) {
      #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_meta {
        left: 58px;
        bottom: 43px; } }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_excerpt {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    top: 20px;
    left: -100%;
    margin: 0;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    padding: 0 10px 0 0; }
    @media (min-width: 1600px) {
      #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_item_excerpt {
        top: 50px; } }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_btn-wrap {
    z-index: 1;
    width: 80%;
    max-width: 80%;
    position: absolute;
    left: -100%;
    bottom: 20px;
    padding: 0 10px 0 0;
    margin: 0;
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
    @media (min-width: 1600px) {
      #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .tm-posts_btn-wrap {
        bottom: 40px; } }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-2 .tm-posts_item .posts_item_content_footer {
    margin-top: 0; }

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 {
  /*Variables for position*/ }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item {
    margin-bottom: 1.875rem;
    border: 1px solid #ECECEC;
    overflow: hidden;
    background-color: #ffffff; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .tm-posts_item_content {
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media (min-width: 1200px) {
        #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .tm-posts_item_content {
          min-height: 195px; } }
      #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .tm-posts_item_content:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: inline-block;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        z-index: -1; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .post-date time {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .tm-posts_item_image {
      opacity: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .post_category, #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .tm-posts_item_title,
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .tm-posts_item_meta {
      position: absolute;
      left: 15px;
      right: 15px; }
      @media (min-width: 600px) {
        #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .post_category, #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .tm-posts_item_title,
        #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .tm-posts_item_meta {
          left: 48px;
          right: 15px; } }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .post_category {
      top: 47px; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .tm-posts_item_title {
      top: 80px;
      margin-top: 0; }
      @media (max-width: 1599px) {
        #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .tm-posts_item_title {
          font-size: 16px;
          font-size: 1rem; } }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .tm-posts_item_meta {
      bottom: 38px; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .tm-posts_more-btn {
      margin-top: 10px; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item:hover .tm-posts_item_image {
      opacity: 1; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item:hover .tm-posts_item_content:before {
      opacity: 1; }

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item {
      margin-bottom: 60px; } }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_img {
    display: block; }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_title {
    margin-bottom: 5px;
    margin-top: 25px; }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta {
    padding: 0; }
    #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta > * {
      margin-left: 0; }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_excerpt {
    margin-top: 21px;
    padding-bottom: 0; }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .posts_item_content_footer {
    margin-top: 15px; }

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-pb-spinner-double-bounce.tm-pb-spinner {
  margin: -20px 0 0 15px; }

/*--------------------------------------------------------------
### Pricing Table
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {
  margin-top: 0; }
  @media (min-width: 600px) {
    #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.875rem);
      flex: 0 0 calc(50% - 1.875rem);
      max-width: calc(50% - 1.875rem); } }
  @media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 1.875rem);
      flex: 0 0 calc(25% - 1.875rem);
      max-width: calc(25% - 1.875rem); } }

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table,
  #tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1.875rem);
    flex: 0 0 calc(50% - 1.875rem);
    max-width: calc(50% - 1.875rem); } }

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 1.875rem);
    flex: 0 0 calc(33.33% - 1.875rem);
    max-width: calc(33.33% - 1.875rem); } }

#tm_builder_outer_content .tm_pb_column > .tm_pb_pricing.tm_pb_module > .tm_pb_pricing_table:nth-child(n) {
  margin-top: 0; }

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  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; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module:after {
    content: none;
    display: none; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {
    background-color: #14151c;
    border: 1px solid;
    padding-bottom: 33px;
    margin: 0 0.9375rem 30px;
    float: none;
    width: calc(100% - 1.875rem);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 1.875rem);
    flex: 0 0 calc(100% - 1.875rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_heading, #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content_top, #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content, #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_action {
    width: 100%; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_action {
    margin-top: auto;
    padding: 10px; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_heading {
    position: relative;
    z-index: 5;
    padding: 48px 10px 26px;
    margin-bottom: 0; }
    #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_heading .tm_pb_best_value {
      margin-top: 10px; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_title {
    margin-bottom: 0;
    padding-bottom: 0; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content_top {
    position: relative;
    z-index: 5;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content {
    padding: 20px 15px;
    font-size: 12px;
    font-size: 0.75rem; }
    #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content ul.tm_pb_pricing li {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 10px;
      position: relative;
      font-weight: 900; }
      #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content ul.tm_pb_pricing li:last-child {
        padding-bottom: 0; }
      #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_content ul.tm_pb_pricing li:before {
        top: 4px; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_tm_price {
    display: block; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_sum {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_dollar_sign {
    font-size: 22px;
    font-weight: 800;
    position: static;
    /*rtl:ignore*/
    margin-left: 0;
    margin-top: -2px;
    display: inline-block;
    vertical-align: top; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_frequency {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    display: block; }

#tm_builder_outer_content .tm_pb_pricing_sticker.sticker-top-right, #tm_builder_outer_content .tm_pb_pricing_sticker.sticker-top-left {
  width: 105px;
  height: 105px;
  border-radius: 0;
  margin-top: -1px; }
  #tm_builder_outer_content .tm_pb_pricing_sticker.sticker-top-right:before, #tm_builder_outer_content .tm_pb_pricing_sticker.sticker-top-left:before {
    content: '';
    position: absolute;
    bottom: 0; }

#tm_builder_outer_content .tm_pb_pricing_sticker.sticker-top-right {
  margin-right: -1px; }
  #tm_builder_outer_content .tm_pb_pricing_sticker.sticker-top-right:before {
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 105px 0 0 105px;
    border-color: transparent transparent transparent #14151c; }
  #tm_builder_outer_content .tm_pb_pricing_sticker.sticker-top-right .tm_pb_sticker_text {
    -webkit-transform: rotate(45deg) translateY(-30px);
    -ms-transform: rotate(45deg) translateY(-30px);
    transform: rotate(45deg) translateY(-30px); }

#tm_builder_outer_content .tm_pb_pricing_sticker.sticker-top-left {
  margin-left: -1px; }
  #tm_builder_outer_content .tm_pb_pricing_sticker.sticker-top-left:before {
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 105px 105px;
    border-color: transparent transparent #14151c transparent; }
  #tm_builder_outer_content .tm_pb_pricing_sticker.sticker-top-left .tm_pb_sticker_text {
    -webkit-transform: rotate(-45deg) translateY(-30px);
    -ms-transform: rotate(-45deg) translateY(-30px);
    transform: rotate(-45deg) translateY(-30px); }

#tm_builder_outer_content .tm_pb_sticker_text {
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 900;
  display: block; }

/*--------------------------------------------------------------
### Promo (Call to action)
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_promo {
  padding: 75px 25px;
  background-position: center center;
  width: 100%; }
  #tm_builder_outer_content .tm_pb_promo_description {
    padding-bottom: 0; }
    #tm_builder_outer_content .tm_pb_promo_description h2 {
      margin-bottom: 0.5em; }
  #tm_builder_outer_content .tm_pb_promo_button {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
    padding: 16px 57.5px;
    margin-top: 50px; }

#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_text_align_center .tm_pb_promo_description {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_promo,
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_promo {
  padding: 75px 25px; }
  @media (min-width: 900px) {
    #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_promo,
    #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_promo {
      padding: 120px 25px 140px; } }

/*--------------------------------------------------------------
### Sidebar
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area *:not([class*="col-"]) {
  max-width: none; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget-smart-slider img.sp-image {
  max-width: none !important; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .about-author_img {
  border-radius: 50%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget ul {
  margin-bottom: 0;
  padding: 0;
  margin-left: 0;
  list-style: none; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget ul li {
    padding-top: 0;
    padding-bottom: 0; }
    #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget ul li:before {
      content: none; }
    #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget ul li + li,
    #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget ul li > ul li,
    #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget ul li > ol li {
      margin-top: 11px; }
    #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget ul li > ul {
      margin-left: 10px; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget-subscribe:last-child {
  margin-bottom: 0; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget_recent_entries ul li + li,
#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget_recent_comments ul li + li {
  margin-top: 20px; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-1 {
  max-width: 8.33333%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-2 {
  max-width: 16.66667%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-3 {
  max-width: 25%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-4 {
  max-width: 33.33333%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-5 {
  max-width: 41.66667%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-6 {
  max-width: 50%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-7 {
  max-width: 58.33333%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-8 {
  max-width: 66.66667%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-9 {
  max-width: 75%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-10 {
  max-width: 83.33333%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-11 {
  max-width: 91.66667%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xs-12 {
  max-width: 100%; }

@media (min-width: 600px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-1 {
    max-width: 8.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-2 {
    max-width: 16.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-3 {
    max-width: 25%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-4 {
    max-width: 33.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-5 {
    max-width: 41.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-6 {
    max-width: 50%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-7 {
    max-width: 58.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-8 {
    max-width: 66.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-9 {
    max-width: 75%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-10 {
    max-width: 83.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-11 {
    max-width: 91.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-sm-12 {
    max-width: 100%; } }

@media (min-width: 900px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-1 {
    max-width: 8.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-2 {
    max-width: 16.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-3 {
    max-width: 25%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-4 {
    max-width: 33.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-5 {
    max-width: 41.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-6 {
    max-width: 50%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-7 {
    max-width: 58.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-8 {
    max-width: 66.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-9 {
    max-width: 75%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-10 {
    max-width: 83.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-11 {
    max-width: 91.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-md-12 {
    max-width: 100%; } }

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-1 {
    max-width: 8.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-2 {
    max-width: 16.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-3 {
    max-width: 25%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-4 {
    max-width: 33.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-5 {
    max-width: 41.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-6 {
    max-width: 50%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-7 {
    max-width: 58.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-8 {
    max-width: 66.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-9 {
    max-width: 75%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-10 {
    max-width: 83.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-11 {
    max-width: 91.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-lg-12 {
    max-width: 100%; } }

@media (min-width: 1600px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-1 {
    max-width: 8.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-2 {
    max-width: 16.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-3 {
    max-width: 25%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-4 {
    max-width: 33.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-5 {
    max-width: 41.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-6 {
    max-width: 50%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-7 {
    max-width: 58.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-8 {
    max-width: 66.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-9 {
    max-width: 75%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-10 {
    max-width: 83.33333%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-11 {
    max-width: 91.66667%; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_widget_area .widget .col-xl-12 {
    max-width: 100%; } }

/*--------------------------------------------------------------
### Slider
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_slider .tm_pb_slide {
  text-align: left; }

#tm_builder_outer_content .tm_pb_slider .tm_pb_slider_with_text_overlay .tm_pb_slide_title,
#tm_builder_outer_content .tm_pb_slider .tm_pb_slider_with_text_overlay .tm_pb_slide_content {
  padding: 0; }

#tm_builder_outer_content .tm_pb_slider .tm_pb_slider_with_text_overlay .tm_pb_slide_description_inner {
  padding: 30px; }

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_content {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.55; }

#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
  bottom: 7%; }
  @media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
      bottom: 14%; } }

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description {
  padding: 20% 0; }

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_title {
  padding-bottom: 0;
  margin-bottom: 30px; }

#tm_builder_outer_content .tm_pb_slider .tm_pb_more_button {
  margin-top: 35px;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
  padding: 16px 57.5px; }
  @media (min-width: 900px) {
    #tm_builder_outer_content .tm_pb_slider .tm_pb_more_button {
      margin-top: 70px; } }
  #tm_builder_outer_content .tm_pb_slider .tm_pb_more_button:not(:last-child) {
    margin-right: 15px; }

#tm_builder_outer_content .tm_pb_module .tm-pb-controllers a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: 0 7px 5px;
  line-height: 1; }

#tm_builder_outer_content .tm_pb_module .tm-pb-arrow-prev, #tm_builder_outer_content .tm_pb_module .tm-pb-arrow-next {
  font-size: 30px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-top: -25px; }

#tm_builder_outer_content .tm_pb_module .tm-pb-arrow-prev {
  right: auto;
  left: -25px; }
  @media (min-width: 1600px) {
    #tm_builder_outer_content .tm_pb_module .tm-pb-arrow-prev {
      left: 0; } }

#tm_builder_outer_content .tm_pb_module .tm-pb-arrow-next {
  right: -25px;
  left: auto; }
  @media (min-width: 1600px) {
    #tm_builder_outer_content .tm_pb_module .tm-pb-arrow-next {
      right: 0; } }

#tm_builder_outer_content .tm_pb_module:hover .tm-pb-arrow-prev {
  right: auto;
  left: 0; }
  @media (min-width: 1600px) {
    #tm_builder_outer_content .tm_pb_module:hover .tm-pb-arrow-prev {
      left: 40px; } }

#tm_builder_outer_content .tm_pb_module:hover .tm-pb-arrow-next {
  left: auto;
  right: 0; }
  @media (min-width: 1600px) {
    #tm_builder_outer_content .tm_pb_module:hover .tm-pb-arrow-next {
      right: 40px; } }

.tm_pb_post_slider .tm_pb_slide_overlay_container {
  background-color: rgba(0, 0, 0, 0.5); }

/*--------------------------------------------------------------
### Social Media Follow
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li {
  float: none;
  display: inline-block; }
  #tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li:not(:last-child) {
    margin-right: 2px; }
  #tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li a.icon {
    margin-right: 0; }
  #tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li a.follow_button {
    margin-right: 0;
    margin-left: 5px;
    padding: 1px 10px; }
  #tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li span.tm-pb-icon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2; }

/*--------------------------------------------------------------
### Tabs
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls {
  background: transparent;
  border: none;
  margin-left: -17.5px;
  margin-right: -17.5px; }
  #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls > * {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
    padding-top: 18px;
    padding-bottom: 18px; }
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
      font-size: 16px;
      font-size: 1rem;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li.tm_pb_tab_active {
      bottom: 0;
      border-bottom: none; }

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs {
  padding: 40px 0 20px;
  background-color: transparent;
  border-top: 1px solid; }
  #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab.tab-content {
    line-height: inherit; }

/*--------------------------------------------------------------
### Taxonomy
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module > h1, #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module > h2, #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module > h3, #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module > h4, #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module > h5, #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module > h6 {
  text-align: center; }

#tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module h3 {
  margin-bottom: 35px; }

#tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .title-delimiter {
  margin: 30px 0;
  opacity: 1; }

#tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content {
  padding: 15px; }
  @media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content {
      padding: 20px 25px; } }
  #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content:before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    content: '';
    opacity: 0.9;
    -webkit-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
    -o-transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65);
    transition: 0.25s cubic-bezier(0.59, 0.15, 0.28, 1.65); }
  #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content .tm_pb_taxonomy__title {
    margin: 0;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 1200px) {
      #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content .tm_pb_taxonomy__title {
        font-size: 22px;
        font-size: 1.375rem; } }
    #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content .tm_pb_taxonomy__title a:hover {
      border-bottom: 1px solid;
      color: inherit; }
  #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content .post-count {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    margin-top: 10px;
    display: block; }
  #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
    margin-top: 10px; }
  #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content .button--holder {
    margin-bottom: 0;
    margin-top: 5px; }
    #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content .button--holder a {
      font-size: 16px;
      font-size: 1rem; }
      #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content .button--holder a:hover {
        color: inherit; }
        #tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content .button--holder a:hover span {
          border-bottom: 1px solid; }

#tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__inner:hover .tm_pb_taxonomy__content:before {
  top: -50%; }

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content .tm_pb_taxonomy__title,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content .tm_pb_taxonomy__title {
  font-size: 16px;
  font-size: 1rem; }

/*--------------------------------------------------------------
### Testimonial
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px; }
  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module.tm_pb_testimonial_no_bg {
    padding-top: 0; }
  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module::before {
    margin-bottom: 0;
    text-align: left;
    font-size: 24px; }
  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module::after {
    content: none; }
  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_content {
    padding-left: 0;
    margin-bottom: 23px; }
    #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_content:before {
      content: none; }
  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description {
    padding-left: 43px;
    margin-top: -25px; }
    #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description_inner {
      width: auto !important; }
  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_portrait {
    border-radius: 44px;
    width: 88px;
    height: 88px;
    float: none;
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 43px;
    margin-right: auto;
    margin-bottom: 30px; }
  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {
    font-weight: 900;
    margin-top: 0;
    display: inline; }
  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_meta {
    font-size: 14px;
    font-size: 0.875rem; }

/*--------------------------------------------------------------
### Toggle
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_toggle_title {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
  padding: 0 0 0 50px;
  margin: 0; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
    left: 0;
    right: auto; }

#tm_builder_outer_content .tm_pb_toggle {
  border: none;
  padding: 18px 0; }
  #tm_builder_outer_content .tm_pb_toggle + .tm_pb_toggle {
    border-top: 1px solid; }
  #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close, #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_open {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
      font-size: 24px;
      font-size: 1.5rem;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content, #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content {
      padding: 10px 0; }
  #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
    content: "\ecf4";
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close {
    background-color: transparent; }
    #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before {
      content: "\ecf1"; }

/*--------------------------------------------------------------
### Video
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover {
  background: rgba(0, 0, 0, 0.1); }
  #tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play {
    font-size: 50px;
    line-height: 1;
    margin-left: -25px;
    margin-top: -25px; }
    #tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play::before {
      content: "\e7fe";
      text-align: center;
      vertical-align: top; }

#tm_builder_outer_content .tm_pb_video.tm_pb_module .tm_pb_video_overlay_hover:hover {
  background: rgba(0, 0, 0, 0.5); }

/*--------------------------------------------------------------
### Video slider
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-prev {
  left: 0; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-next {
  right: 0; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-prev, #tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-next {
  font-size: 24px;
  line-height: 1;
  width: auto;
  height: auto;
  text-align: center;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  #tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-prev:before, #tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-next:before {
    display: inline-block;
    padding: 13px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-prev:hover:before, #tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-next:hover:before {
    padding: 23px; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_items .tm-pb-slider-arrows {
  display: none !important; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_slider:hover .tm_pb_video_overlay_hover,
#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_item.tm-pb-active-control .tm_pb_video_overlay_hover,
#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_item .tm_pb_video_overlay_hover:hover {
  background: rgba(0, 0, 0, 0.5); }

/*-------------------------------------------------------------
## Mega Menu
--------------------------------------------------------------*/
nav.main-navigation.vertical-menu .tm-mega-menu > .menu-item {
  width: 100%; }

nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on {
  display: block !important;
  background: none; }
  nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on a {
    text-indent: 0; }
  nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow {
    height: auto;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin-top: 0;
    z-index: 995;
    border: 0;
    padding: 5px 20px;
    cursor: pointer;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1; }
    nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow i {
      line-height: 1;
      position: relative;
      left: auto;
      width: auto;
      top: auto; }
      nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow i::before {
        content: '\eaad'; }
    nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow.active i::before {
      content: '\eab0'; }
  nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .tm-mega-menu-sub {
    overflow: auto !important; }
    @media (max-width: 599px) {
      nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item[class*="menu-columns"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; } }
  nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-sub li.sub-column-title ul.tm-mega-menu-sub {
    display: none !important; }
  nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-sub li.sub-column-title .mega-menu-mobile-toggle:checked + ul.tm-mega-menu-sub {
    display: block !important; }

nav.main-navigation > .tm-mega-menu .super-guacamole__menu:hover > ul, nav.main-navigation > .tm-mega-menu .super-guacamole__menu.menu-hover > ul,
nav.main-navigation > .tm-mega-menu .super-guacamole__menu li:hover > ul,
nav.main-navigation > .tm-mega-menu .super-guacamole__menu li.menu-hover > ul {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1;
  visibility: visible; }

nav.main-navigation > .tm-mega-menu .super-guacamole__menu:hover > ul, nav.main-navigation > .tm-mega-menu .super-guacamole__menu.menu-hover > ul {
  top: 100%; }

nav.main-navigation > .tm-mega-menu .super-guacamole__menu > ul {
  left: -30px;
  right: auto; }
  nav.main-navigation > .tm-mega-menu .super-guacamole__menu > ul.inverse-side {
    left: auto;
    right: -10px; }
  nav.main-navigation > .tm-mega-menu .super-guacamole__menu > ul.in-transition {
    top: 100%; }

nav.main-navigation > .tm-mega-menu .super-guacamole__menu li:hover > ul, nav.main-navigation > .tm-mega-menu .super-guacamole__menu li.menu-hover > ul {
  top: -20px; }

nav.main-navigation > .tm-mega-menu .super-guacamole__menu li > ul {
  left: calc(100% + 1px);
  right: auto; }
  nav.main-navigation > .tm-mega-menu .super-guacamole__menu li > ul.inverse-side {
    left: auto;
    right: calc(100% + 1px); }
  nav.main-navigation > .tm-mega-menu .super-guacamole__menu li > ul.in-transition {
    top: -20px; }

nav.main-navigation > .tm-mega-menu .super-guacamole__menu .sub-menu {
  position: absolute;
  z-index: 999;
  top: -999em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  -o-transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform; }

nav.main-navigation > .tm-mega-menu[data-effect="slide-bottom"] .super-guacamole__menu .sub-menu {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

nav.main-navigation > .tm-mega-menu[data-effect="slide-top"] .super-guacamole__menu .sub-menu {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px); }

nav.main-navigation > .tm-mega-menu[data-effect="fade-in"] .super-guacamole__menu .sub-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

@media (min-width: 600px) {
  nav.main-navigation > .tm-mega-menu .sub-menu {
    -webkit-transition-property: opacity, visibility, -webkit-transform !important;
    transition-property: opacity, visibility, -webkit-transform !important;
    -o-transition-property: transform, opacity, visibility !important;
    transition-property: transform, opacity, visibility !important;
    transition-property: transform, opacity, visibility, -webkit-transform !important; }
  nav.main-navigation > .tm-mega-menu ul.tm-mega-menu-sub {
    visibility: hidden !important; }
  nav.main-navigation > .tm-mega-menu li.tm-mega-menu-hover .mega-sub li ul.tm-mega-menu-sub,
  nav.main-navigation > .tm-mega-menu li.tm-mega-menu-hover:hover .mega-sub li ul.tm-mega-menu-sub,
  nav.main-navigation > .tm-mega-menu li.tm-mega-menu-hover > ul.tm-mega-menu-sub,
  nav.main-navigation > .tm-mega-menu li.tm-mega-menu-hover:hover > ul.tm-mega-menu-sub {
    visibility: visible !important; } }

nav.main-navigation > .tm-mega-menu i.mega-menu-arrow {
  font-size: 16px;
  font-size: 1rem;
  position: absolute; }

@media (min-width: 600px) {
  nav.main-navigation > .tm-mega-menu > li > .tm-mega-menu-sub.simple-sub {
    left: -30px;
    right: auto; } }

@media (min-width: 600px) {
  nav.main-navigation > .tm-mega-menu > li > .tm-mega-menu-sub.simple-sub.inverse-side {
    left: auto;
    right: -10px; } }

nav.main-navigation > .tm-mega-menu > li.tm-mega-menu-has-children > a {
  position: relative; }
  @media (min-width: 600px) {
    nav.main-navigation > .tm-mega-menu > li.tm-mega-menu-has-children > a {
      padding-right: 15px; } }
  nav.main-navigation > .tm-mega-menu > li.tm-mega-menu-has-children > a > i.mega-menu-arrow {
    right: 0;
    top: 11px; }

@media (max-width: 599px) {
  nav.main-navigation > .tm-mega-menu li.tm-mega-menu-has-children > a {
    padding-right: 65px; } }

nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub-item {
  padding: 0; }

@media (max-width: 599px) {
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 10px; } }

@media (min-width: 600px) {
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub {
    padding: 35px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub a {
      padding-left: 0;
      padding-right: 0;
      width: auto; }
    nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item .simple-sub {
      position: static;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
      transform: translateY(0) !important;
      width: auto; }
    nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a {
      padding-bottom: 12px; }
    nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.tm-mega-menu-has-children .simple-sub.sub-menu {
      margin-top: 0 !important; }
    nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item {
      padding: 0 35px;
      margin-bottom: 20px; } }

@media (min-width: 600px) {
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub {
    padding: 20px 0;
    left: calc( 100% + 1px);
    right: auto; } }

nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li {
  padding: 0; }

nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li.tm-mega-menu-has-children > a {
  position: relative; }
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li.tm-mega-menu-has-children > a > i.mega-menu-arrow {
    right: 18px;
    top: 8px; }

@media (min-width: 600px) {
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li.tm-mega-menu-has-children .sub-menu {
    margin-top: -20px !important; } }

@media (min-width: 600px) {
  nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub.inverse-side {
    left: auto;
    right: calc( 100% + 1px); } }

/* Simple-sub width */
ul.tm-mega-menu-sub.simple-sub {
  width: 245px; }

ul.tm-mega-menu-sub.effect-slide-bottom {
  -webkit-transform: translateY(20px) !important;
  -ms-transform: translateY(20px) !important;
  transform: translateY(20px) !important; }
  .tm-mega-menu-hover > ul.tm-mega-menu-sub.effect-slide-bottom {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important; }

/*-------------------------------------------------------------
## WPML - Polylang
--------------------------------------------------------------*/
.wpml-ls-legacy-dropdown, .wpml-ls-legacy-dropdown-click {
  width: 300px; }
  .wpml-ls-legacy-dropdown a, .wpml-ls-legacy-dropdown-click a {
    padding: 10px 20px;
    line-height: 1.5; }
    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
      padding: 17.5px 40px 17.5px 20px;
      border-radius: 3px; }
      .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after, .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
        content: '\eaad';
        font-size: 16px;
        font-size: 1rem;
        border: none;
        top: 50%;
        margin-top: -8px;
        right: 15px;
        color: inherit; }
  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: 0; }
    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-child a, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-child a {
      border-top-width: 1px; }

.wpml-ls-item {
  font-size: 14px;
  font-size: 0.875rem; }

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  margin-right: 1px; }

.wpml-ls-legacy-list-horizontal a {
  padding: 10px; }

.wpml-ls-legacy-list-vertical a {
  line-height: 1.5;
  padding: 10px 20px; }

.lang-item img {
  vertical-align: middle; }

/*-------------------------------------------------------------
## Cherry Trending Posts
--------------------------------------------------------------*/
.cherry-trend-stars {
  vertical-align: middle; }

.cherry-trend-star {
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #cccbcb;
  vertical-align: baseline; }
  .cherry-trend-star--active,
  .cherry-trend-star--active ~ .cherry-trend-star {
    color: #fcb903; }

.cherry-trend-views {
  vertical-align: middle; }
  .cherry-trend-views__count::before {
    font-size: 1.5em;
    content: '\ed08'; }

/*-------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
/* Elementor Styles */
.elementor-widget-heading {
  position: relative; }
  .elementor-widget-heading h1.elementor-heading-title {
    padding-left: 143px; }
    .elementor-widget-heading h1.elementor-heading-title:before {
      position: absolute;
      content: '';
      top: 41px;
      left: 0px;
      width: 112px;
      height: 4px; }
    @media (max-width: 1024px) {
      .elementor-widget-heading h1.elementor-heading-title {
        padding-left: 71px; }
        .elementor-widget-heading h1.elementor-heading-title:before {
          width: 41px; } }
  .elementor-widget-heading h2.elementor-heading-title {
    padding-left: 108px; }
    .elementor-widget-heading h2.elementor-heading-title:before {
      position: absolute;
      content: '';
      width: 71px;
      height: 4px;
      top: 30px;
      left: 7px; }
    @media (max-width: 1024px) {
      .elementor-widget-heading h2.elementor-heading-title {
        padding-left: 58px; }
        .elementor-widget-heading h2.elementor-heading-title:before {
          width: 41px;
          top: 15px; } }

.slick-initialized .slick-slide {
  outline: none; }

.elementor-image-carousel .slick-list .slick-slide .slick-slide-image {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .elementor-image-carousel .slick-list .slick-slide .slick-slide-image:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1; }

.elementor-slick-slider .slick-arrows-inside .slick-next {
  right: -48px; }

.elementor-slick-slider .slick-arrows-inside .slick-prev {
  left: -48px; }

.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before {
  font-size: 55px;
  font-size: 3.4375rem;
  opacity: 0.6; }

/* Glitch Effect Styles */
.glitch-img img:hover {
  -webkit-animation: spazz 7s steps(1) infinite;
  animation: spazz 7s steps(1) infinite;
  background-blend-mode: multiply;
  -webkit-animation-duration: 10s;
  animation-duration: 10s; }

@-webkit-keyframes spazz {
  0% {
    -webkit-filter:  hue-rotate(208.8deg);
    filter:  hue-rotate(208.8deg);
    -webkit-transform: translate(14px, -10px) scale(1.04667);
    transform: translate(14px, -10px) scale(1.04667); }
  3% {
    -webkit-filter:  contrast(9.46);
    filter:  contrast(9.46);
    -webkit-transform: translate(5px, -4px) scale(1.04667);
    transform: translate(5px, -4px) scale(1.04667); }
  4% {
    -webkit-filter:  hue-rotate(216deg);
    filter:  hue-rotate(216deg);
    -webkit-transform: translate(-3px, -5px) scale(1.02);
    transform: translate(-3px, -5px) scale(1.02); }
  5% {
    -webkit-filter:  hue-rotate(183.6deg) contrast(1.63);
    filter:  hue-rotate(183.6deg) contrast(1.63);
    -webkit-transform: translate(-12px, -14px) scale(1.05);
    transform: translate(-12px, -14px) scale(1.05); }
  7% {
    -webkit-filter:  hue-rotate(25.2deg);
    filter:  hue-rotate(25.2deg);
    -webkit-transform: translate(-7px, -2px) scale(1.05667);
    transform: translate(-7px, -2px) scale(1.05667); }
  8% {
    -webkit-filter:  hue-rotate(140.4deg);
    filter:  hue-rotate(140.4deg);
    -webkit-transform: translate(12px, 10px) scale(1.06);
    transform: translate(12px, 10px) scale(1.06); }
  9% {
    -webkit-filter:  hue-rotate(306deg);
    filter:  hue-rotate(306deg);
    -webkit-transform: translate(-14px, 7px) scale(1.04);
    transform: translate(-14px, 7px) scale(1.04); }
  10% {
    -webkit-filter:  saturate(6.13) hue-rotate(122.4deg);
    filter:  saturate(6.13) hue-rotate(122.4deg);
    -webkit-transform: translate(0px, -5px) scale(1.02667);
    transform: translate(0px, -5px) scale(1.02667); }
  12% {
    -webkit-filter:  hue-rotate(223.2deg);
    filter:  hue-rotate(223.2deg);
    -webkit-transform: translate(9px, 10px) scale(1.04667);
    transform: translate(9px, 10px) scale(1.04667); }
  15% {
    -webkit-filter:  hue-rotate(288deg);
    filter:  hue-rotate(288deg);
    -webkit-transform: translate(11px, 7px) scale(1.00333);
    transform: translate(11px, 7px) scale(1.00333); }
  16% {
    -webkit-filter:  hue-rotate(212.4deg);
    filter:  hue-rotate(212.4deg);
    -webkit-transform: translate(8px, 15px) scale(1.04);
    transform: translate(8px, 15px) scale(1.04); }
  17% {
    -webkit-filter:  hue-rotate(187.2deg);
    filter:  hue-rotate(187.2deg);
    -webkit-transform: translate(14px, -11px) scale(1.02333);
    transform: translate(14px, -11px) scale(1.02333); }
  18% {
    -webkit-filter:  hue-rotate(277.2deg);
    filter:  hue-rotate(277.2deg);
    -webkit-transform: translate(8px, 13px) scale(1.01);
    transform: translate(8px, 13px) scale(1.01); }
  20% {
    -webkit-filter:  hue-rotate(334.8deg);
    filter:  hue-rotate(334.8deg);
    -webkit-transform: translate(6px, -12px) scale(1.06667);
    transform: translate(6px, -12px) scale(1.06667); }
  24% {
    -webkit-filter:  hue-rotate(266.4deg);
    filter:  hue-rotate(266.4deg);
    -webkit-transform: translate(-4px, -11px) scale(1.05);
    transform: translate(-4px, -11px) scale(1.05); }
  25% {
    -webkit-filter:  hue-rotate(147.6deg);
    filter:  hue-rotate(147.6deg);
    -webkit-transform: translate(3px, 14px) scale(1.06);
    transform: translate(3px, 14px) scale(1.06); }
  26% {
    -webkit-filter:  hue-rotate(352.8deg);
    filter:  hue-rotate(352.8deg);
    -webkit-transform: translate(6px, 1px) scale(1.03667);
    transform: translate(6px, 1px) scale(1.03667); }
  28% {
    -webkit-filter:  hue-rotate(259.2deg);
    filter:  hue-rotate(259.2deg);
    -webkit-transform: translate(11px, 2px) scale(1.03667);
    transform: translate(11px, 2px) scale(1.03667); }
  30% {
    -webkit-filter:  saturate(8.29) hue-rotate(316.8deg) brightness(36%);
    filter:  saturate(8.29) hue-rotate(316.8deg) brightness(36%);
    -webkit-transform: translate(-6px, -5px) scale(1.00667);
    transform: translate(-6px, -5px) scale(1.00667); }
  31% {
    -webkit-filter:  hue-rotate(82.8deg);
    filter:  hue-rotate(82.8deg);
    -webkit-transform: translate(-9px, 15px) scale(1.00333);
    transform: translate(-9px, 15px) scale(1.00333); }
  32% {
    -webkit-filter:  hue-rotate(252deg);
    filter:  hue-rotate(252deg);
    -webkit-transform: translate(-9px, -1px) scale(1.02333);
    transform: translate(-9px, -1px) scale(1.02333); }
  33% {
    -webkit-filter:  hue-rotate(7.2deg);
    filter:  hue-rotate(7.2deg);
    -webkit-transform: translate(-13px, 11px) scale(1.00333);
    transform: translate(-13px, 11px) scale(1.00333); }
  34% {
    -webkit-filter:  hue-rotate(180deg);
    filter:  hue-rotate(180deg);
    -webkit-transform: translate(2px, 1px) scale(1.02);
    transform: translate(2px, 1px) scale(1.02); }
  35% {
    -webkit-filter:  hue-rotate(201.6deg);
    filter:  hue-rotate(201.6deg);
    -webkit-transform: translate(13px, -5px) scale(1.00667);
    transform: translate(13px, -5px) scale(1.00667); }
  37% {
    -webkit-filter:  hue-rotate(216deg);
    filter:  hue-rotate(216deg);
    -webkit-transform: translate(14px, 11px) scale(1.04667);
    transform: translate(14px, 11px) scale(1.04667); }
  38% {
    -webkit-filter:  hue-rotate(90deg);
    filter:  hue-rotate(90deg);
    -webkit-transform: translate(-1px, 14px) scale(1.03333);
    transform: translate(-1px, 14px) scale(1.03333); }
  39% {
    -webkit-filter:  saturate(2.26) hue-rotate(108deg);
    filter:  saturate(2.26) hue-rotate(108deg);
    -webkit-transform: translate(-1px, 14px) scale(1.03);
    transform: translate(-1px, 14px) scale(1.03); }
  40% {
    -webkit-filter:  saturate(8.29) hue-rotate(151.2deg);
    filter:  saturate(8.29) hue-rotate(151.2deg);
    -webkit-transform: translate(13px, -2px) scale(1.05667);
    transform: translate(13px, -2px) scale(1.05667); }
  45% {
    -webkit-filter:  saturate(7.3) hue-rotate(360deg) contrast(3.07);
    filter:  saturate(7.3) hue-rotate(360deg) contrast(3.07);
    -webkit-transform: translate(9px, 5px) scale(1.06333);
    transform: translate(9px, 5px) scale(1.06333); }
  46% {
    -webkit-filter:  hue-rotate(280.8deg) contrast(2.89);
    filter:  hue-rotate(280.8deg) contrast(2.89);
    -webkit-transform: translate(-14px, 8px) scale(1.03333);
    transform: translate(-14px, 8px) scale(1.03333); }
  47% {
    -webkit-filter:  hue-rotate(270deg);
    filter:  hue-rotate(270deg);
    -webkit-transform: translate(-6px, -5px) scale(1.01333);
    transform: translate(-6px, -5px) scale(1.01333); }
  48% {
    -webkit-filter:  saturate(8.56) hue-rotate(198deg);
    filter:  saturate(8.56) hue-rotate(198deg);
    -webkit-transform: translate(10px, -9px) scale(1.06667);
    transform: translate(10px, -9px) scale(1.06667); }
  49% {
    -webkit-filter:  hue-rotate(176.4deg);
    filter:  hue-rotate(176.4deg);
    -webkit-transform: translate(-9px, 15px) scale(1.06667);
    transform: translate(-9px, 15px) scale(1.06667); }
  51% {
    -webkit-filter:  saturate(3.52) hue-rotate(72deg);
    filter:  saturate(3.52) hue-rotate(72deg);
    -webkit-transform: translate(12px, 15px) scale(1.04);
    transform: translate(12px, 15px) scale(1.04); }
  52% {
    -webkit-filter:  hue-rotate(64.8deg);
    filter:  hue-rotate(64.8deg);
    -webkit-transform: translate(14px, -3px) scale(1.03667);
    transform: translate(14px, -3px) scale(1.03667); }
  53% {
    -webkit-filter:  hue-rotate(28.8deg);
    filter:  hue-rotate(28.8deg);
    -webkit-transform: translate(-14px, 15px) scale(1.00667);
    transform: translate(-14px, 15px) scale(1.00667); }
  55% {
    -webkit-transform: translate(-12px, 4px) scale(1.00333);
    transform: translate(-12px, 4px) scale(1.00333); }
  57% {
    -webkit-filter:  hue-rotate(14.4deg);
    filter:  hue-rotate(14.4deg);
    -webkit-transform: translate(-7px, -3px) scale(1.05);
    transform: translate(-7px, -3px) scale(1.05); }
  59% {
    -webkit-filter:  hue-rotate(349.2deg) contrast(6.85);
    filter:  hue-rotate(349.2deg) contrast(6.85);
    -webkit-transform: translate(11px, -14px) scale(1.03);
    transform: translate(11px, -14px) scale(1.03); }
  60% {
    -webkit-filter:  saturate(4.33) hue-rotate(46.8deg);
    filter:  saturate(4.33) hue-rotate(46.8deg);
    -webkit-transform: translate(-12px, -11px) scale(1.03667);
    transform: translate(-12px, -11px) scale(1.03667); }
  61% {
    -webkit-filter:  hue-rotate(270deg);
    filter:  hue-rotate(270deg);
    -webkit-transform: translate(15px, 0px) scale(1.00333);
    transform: translate(15px, 0px) scale(1.00333); }
  62% {
    -webkit-filter:  hue-rotate(72deg);
    filter:  hue-rotate(72deg);
    -webkit-transform: translate(-5px, -13px) scale(1.02667);
    transform: translate(-5px, -13px) scale(1.02667); }
  63% {
    -webkit-filter:  hue-rotate(90deg);
    filter:  hue-rotate(90deg);
    -webkit-transform: translate(-13px, -10px) scale(1.02667);
    transform: translate(-13px, -10px) scale(1.02667); }
  64% {
    -webkit-filter:  saturate(5.86) hue-rotate(75.6deg) contrast(4.69);
    filter:  saturate(5.86) hue-rotate(75.6deg) contrast(4.69);
    -webkit-transform: translate(9px, 9px) scale(1.04333);
    transform: translate(9px, 9px) scale(1.04333); }
  68% {
    -webkit-filter:  hue-rotate(266.4deg);
    filter:  hue-rotate(266.4deg);
    -webkit-transform: translate(8px, -2px) scale(1.02333);
    transform: translate(8px, -2px) scale(1.02333); }
  71% {
    -webkit-filter:  hue-rotate(54deg);
    filter:  hue-rotate(54deg);
    -webkit-transform: translate(-2px, 6px) scale(1.00667);
    transform: translate(-2px, 6px) scale(1.00667); }
  72% {
    -webkit-filter:  hue-rotate(180deg) invert(1);
    filter:  hue-rotate(180deg) invert(1);
    -webkit-transform: translate(-4px, -4px) scale(1.00333);
    transform: translate(-4px, -4px) scale(1.00333); }
  73% {
    -webkit-filter:  hue-rotate(129.6deg);
    filter:  hue-rotate(129.6deg);
    -webkit-transform: translate(-3px, 4px) scale(1.04667);
    transform: translate(-3px, 4px) scale(1.04667); }
  75% {
    -webkit-filter:  hue-rotate(212.4deg);
    filter:  hue-rotate(212.4deg);
    -webkit-transform: translate(6px, -8px) scale(1.02);
    transform: translate(6px, -8px) scale(1.02); }
  76% {
    -webkit-filter:  hue-rotate(223.2deg);
    filter:  hue-rotate(223.2deg);
    -webkit-transform: translate(7px, 11px) scale(1.03333);
    transform: translate(7px, 11px) scale(1.03333); }
  81% {
    -webkit-filter:  hue-rotate(108deg);
    filter:  hue-rotate(108deg);
    -webkit-transform: translate(1px, -14px) scale(1.05333);
    transform: translate(1px, -14px) scale(1.05333); }
  85% {
    -webkit-filter:  hue-rotate(223.2deg);
    filter:  hue-rotate(223.2deg);
    -webkit-transform: translate(11px, 1px) scale(1.03333);
    transform: translate(11px, 1px) scale(1.03333); }
  89% {
    -webkit-filter:  hue-rotate(122.4deg) contrast(1.45);
    filter:  hue-rotate(122.4deg) contrast(1.45);
    -webkit-transform: translate(12px, 13px) scale(1.06333);
    transform: translate(12px, 13px) scale(1.06333); }
  90% {
    -webkit-filter:  hue-rotate(72deg);
    filter:  hue-rotate(72deg);
    -webkit-transform: translate(-6px, 11px) scale(1.00667);
    transform: translate(-6px, 11px) scale(1.00667); }
  91% {
    -webkit-filter:  hue-rotate(219.6deg);
    filter:  hue-rotate(219.6deg);
    -webkit-transform: translate(-4px, -14px) scale(1.01333);
    transform: translate(-4px, -14px) scale(1.01333); }
  92% {
    -webkit-filter:  saturate(3.43) hue-rotate(298.8deg);
    filter:  saturate(3.43) hue-rotate(298.8deg);
    -webkit-transform: translate(4px, 6px) scale(1.06667);
    transform: translate(4px, 6px) scale(1.06667); }
  93% {
    -webkit-filter:  hue-rotate(97.2deg);
    filter:  hue-rotate(97.2deg);
    -webkit-transform: translate(2px, -13px) scale(1.02667);
    transform: translate(2px, -13px) scale(1.02667); }
  94% {
    -webkit-filter:  hue-rotate(122.4deg);
    filter:  hue-rotate(122.4deg);
    -webkit-transform: translate(-3px, 0px) scale(1.01667);
    transform: translate(-3px, 0px) scale(1.01667); }
  97% {
    -webkit-filter:  hue-rotate(54deg);
    filter:  hue-rotate(54deg);
    -webkit-transform: translate(15px, -2px) scale(1.03);
    transform: translate(15px, -2px) scale(1.03); }
  98% {
    -webkit-filter:  hue-rotate(144deg);
    filter:  hue-rotate(144deg);
    -webkit-transform: translate(-4px, 2px) scale(1.03667);
    transform: translate(-4px, 2px) scale(1.03667); }
  100% {
    -webkit-filter:  hue-rotate(104.4deg);
    filter:  hue-rotate(104.4deg);
    -webkit-transform: translate(-6px, 8px) scale(1.01667);
    transform: translate(-6px, 8px) scale(1.01667); } }

@keyframes spazz {
  0% {
    -webkit-filter:  hue-rotate(208.8deg);
    filter:  hue-rotate(208.8deg);
    -webkit-transform: translate(14px, -10px) scale(1.04667);
    transform: translate(14px, -10px) scale(1.04667); }
  3% {
    -webkit-filter:  contrast(9.46);
    filter:  contrast(9.46);
    -webkit-transform: translate(5px, -4px) scale(1.04667);
    transform: translate(5px, -4px) scale(1.04667); }
  4% {
    -webkit-filter:  hue-rotate(216deg);
    filter:  hue-rotate(216deg);
    -webkit-transform: translate(-3px, -5px) scale(1.02);
    transform: translate(-3px, -5px) scale(1.02); }
  5% {
    -webkit-filter:  hue-rotate(183.6deg) contrast(1.63);
    filter:  hue-rotate(183.6deg) contrast(1.63);
    -webkit-transform: translate(-12px, -14px) scale(1.05);
    transform: translate(-12px, -14px) scale(1.05); }
  7% {
    -webkit-filter:  hue-rotate(25.2deg);
    filter:  hue-rotate(25.2deg);
    -webkit-transform: translate(-7px, -2px) scale(1.05667);
    transform: translate(-7px, -2px) scale(1.05667); }
  8% {
    -webkit-filter:  hue-rotate(140.4deg);
    filter:  hue-rotate(140.4deg);
    -webkit-transform: translate(12px, 10px) scale(1.06);
    transform: translate(12px, 10px) scale(1.06); }
  9% {
    -webkit-filter:  hue-rotate(306deg);
    filter:  hue-rotate(306deg);
    -webkit-transform: translate(-14px, 7px) scale(1.04);
    transform: translate(-14px, 7px) scale(1.04); }
  10% {
    -webkit-filter:  saturate(6.13) hue-rotate(122.4deg);
    filter:  saturate(6.13) hue-rotate(122.4deg);
    -webkit-transform: translate(0px, -5px) scale(1.02667);
    transform: translate(0px, -5px) scale(1.02667); }
  12% {
    -webkit-filter:  hue-rotate(223.2deg);
    filter:  hue-rotate(223.2deg);
    -webkit-transform: translate(9px, 10px) scale(1.04667);
    transform: translate(9px, 10px) scale(1.04667); }
  15% {
    -webkit-filter:  hue-rotate(288deg);
    filter:  hue-rotate(288deg);
    -webkit-transform: translate(11px, 7px) scale(1.00333);
    transform: translate(11px, 7px) scale(1.00333); }
  16% {
    -webkit-filter:  hue-rotate(212.4deg);
    filter:  hue-rotate(212.4deg);
    -webkit-transform: translate(8px, 15px) scale(1.04);
    transform: translate(8px, 15px) scale(1.04); }
  17% {
    -webkit-filter:  hue-rotate(187.2deg);
    filter:  hue-rotate(187.2deg);
    -webkit-transform: translate(14px, -11px) scale(1.02333);
    transform: translate(14px, -11px) scale(1.02333); }
  18% {
    -webkit-filter:  hue-rotate(277.2deg);
    filter:  hue-rotate(277.2deg);
    -webkit-transform: translate(8px, 13px) scale(1.01);
    transform: translate(8px, 13px) scale(1.01); }
  20% {
    -webkit-filter:  hue-rotate(334.8deg);
    filter:  hue-rotate(334.8deg);
    -webkit-transform: translate(6px, -12px) scale(1.06667);
    transform: translate(6px, -12px) scale(1.06667); }
  24% {
    -webkit-filter:  hue-rotate(266.4deg);
    filter:  hue-rotate(266.4deg);
    -webkit-transform: translate(-4px, -11px) scale(1.05);
    transform: translate(-4px, -11px) scale(1.05); }
  25% {
    -webkit-filter:  hue-rotate(147.6deg);
    filter:  hue-rotate(147.6deg);
    -webkit-transform: translate(3px, 14px) scale(1.06);
    transform: translate(3px, 14px) scale(1.06); }
  26% {
    -webkit-filter:  hue-rotate(352.8deg);
    filter:  hue-rotate(352.8deg);
    -webkit-transform: translate(6px, 1px) scale(1.03667);
    transform: translate(6px, 1px) scale(1.03667); }
  28% {
    -webkit-filter:  hue-rotate(259.2deg);
    filter:  hue-rotate(259.2deg);
    -webkit-transform: translate(11px, 2px) scale(1.03667);
    transform: translate(11px, 2px) scale(1.03667); }
  30% {
    -webkit-filter:  saturate(8.29) hue-rotate(316.8deg) brightness(36%);
    filter:  saturate(8.29) hue-rotate(316.8deg) brightness(36%);
    -webkit-transform: translate(-6px, -5px) scale(1.00667);
    transform: translate(-6px, -5px) scale(1.00667); }
  31% {
    -webkit-filter:  hue-rotate(82.8deg);
    filter:  hue-rotate(82.8deg);
    -webkit-transform: translate(-9px, 15px) scale(1.00333);
    transform: translate(-9px, 15px) scale(1.00333); }
  32% {
    -webkit-filter:  hue-rotate(252deg);
    filter:  hue-rotate(252deg);
    -webkit-transform: translate(-9px, -1px) scale(1.02333);
    transform: translate(-9px, -1px) scale(1.02333); }
  33% {
    -webkit-filter:  hue-rotate(7.2deg);
    filter:  hue-rotate(7.2deg);
    -webkit-transform: translate(-13px, 11px) scale(1.00333);
    transform: translate(-13px, 11px) scale(1.00333); }
  34% {
    -webkit-filter:  hue-rotate(180deg);
    filter:  hue-rotate(180deg);
    -webkit-transform: translate(2px, 1px) scale(1.02);
    transform: translate(2px, 1px) scale(1.02); }
  35% {
    -webkit-filter:  hue-rotate(201.6deg);
    filter:  hue-rotate(201.6deg);
    -webkit-transform: translate(13px, -5px) scale(1.00667);
    transform: translate(13px, -5px) scale(1.00667); }
  37% {
    -webkit-filter:  hue-rotate(216deg);
    filter:  hue-rotate(216deg);
    -webkit-transform: translate(14px, 11px) scale(1.04667);
    transform: translate(14px, 11px) scale(1.04667); }
  38% {
    -webkit-filter:  hue-rotate(90deg);
    filter:  hue-rotate(90deg);
    -webkit-transform: translate(-1px, 14px) scale(1.03333);
    transform: translate(-1px, 14px) scale(1.03333); }
  39% {
    -webkit-filter:  saturate(2.26) hue-rotate(108deg);
    filter:  saturate(2.26) hue-rotate(108deg);
    -webkit-transform: translate(-1px, 14px) scale(1.03);
    transform: translate(-1px, 14px) scale(1.03); }
  40% {
    -webkit-filter:  saturate(8.29) hue-rotate(151.2deg);
    filter:  saturate(8.29) hue-rotate(151.2deg);
    -webkit-transform: translate(13px, -2px) scale(1.05667);
    transform: translate(13px, -2px) scale(1.05667); }
  45% {
    -webkit-filter:  saturate(7.3) hue-rotate(360deg) contrast(3.07);
    filter:  saturate(7.3) hue-rotate(360deg) contrast(3.07);
    -webkit-transform: translate(9px, 5px) scale(1.06333);
    transform: translate(9px, 5px) scale(1.06333); }
  46% {
    -webkit-filter:  hue-rotate(280.8deg) contrast(2.89);
    filter:  hue-rotate(280.8deg) contrast(2.89);
    -webkit-transform: translate(-14px, 8px) scale(1.03333);
    transform: translate(-14px, 8px) scale(1.03333); }
  47% {
    -webkit-filter:  hue-rotate(270deg);
    filter:  hue-rotate(270deg);
    -webkit-transform: translate(-6px, -5px) scale(1.01333);
    transform: translate(-6px, -5px) scale(1.01333); }
  48% {
    -webkit-filter:  saturate(8.56) hue-rotate(198deg);
    filter:  saturate(8.56) hue-rotate(198deg);
    -webkit-transform: translate(10px, -9px) scale(1.06667);
    transform: translate(10px, -9px) scale(1.06667); }
  49% {
    -webkit-filter:  hue-rotate(176.4deg);
    filter:  hue-rotate(176.4deg);
    -webkit-transform: translate(-9px, 15px) scale(1.06667);
    transform: translate(-9px, 15px) scale(1.06667); }
  51% {
    -webkit-filter:  saturate(3.52) hue-rotate(72deg);
    filter:  saturate(3.52) hue-rotate(72deg);
    -webkit-transform: translate(12px, 15px) scale(1.04);
    transform: translate(12px, 15px) scale(1.04); }
  52% {
    -webkit-filter:  hue-rotate(64.8deg);
    filter:  hue-rotate(64.8deg);
    -webkit-transform: translate(14px, -3px) scale(1.03667);
    transform: translate(14px, -3px) scale(1.03667); }
  53% {
    -webkit-filter:  hue-rotate(28.8deg);
    filter:  hue-rotate(28.8deg);
    -webkit-transform: translate(-14px, 15px) scale(1.00667);
    transform: translate(-14px, 15px) scale(1.00667); }
  55% {
    -webkit-transform: translate(-12px, 4px) scale(1.00333);
    transform: translate(-12px, 4px) scale(1.00333); }
  57% {
    -webkit-filter:  hue-rotate(14.4deg);
    filter:  hue-rotate(14.4deg);
    -webkit-transform: translate(-7px, -3px) scale(1.05);
    transform: translate(-7px, -3px) scale(1.05); }
  59% {
    -webkit-filter:  hue-rotate(349.2deg) contrast(6.85);
    filter:  hue-rotate(349.2deg) contrast(6.85);
    -webkit-transform: translate(11px, -14px) scale(1.03);
    transform: translate(11px, -14px) scale(1.03); }
  60% {
    -webkit-filter:  saturate(4.33) hue-rotate(46.8deg);
    filter:  saturate(4.33) hue-rotate(46.8deg);
    -webkit-transform: translate(-12px, -11px) scale(1.03667);
    transform: translate(-12px, -11px) scale(1.03667); }
  61% {
    -webkit-filter:  hue-rotate(270deg);
    filter:  hue-rotate(270deg);
    -webkit-transform: translate(15px, 0px) scale(1.00333);
    transform: translate(15px, 0px) scale(1.00333); }
  62% {
    -webkit-filter:  hue-rotate(72deg);
    filter:  hue-rotate(72deg);
    -webkit-transform: translate(-5px, -13px) scale(1.02667);
    transform: translate(-5px, -13px) scale(1.02667); }
  63% {
    -webkit-filter:  hue-rotate(90deg);
    filter:  hue-rotate(90deg);
    -webkit-transform: translate(-13px, -10px) scale(1.02667);
    transform: translate(-13px, -10px) scale(1.02667); }
  64% {
    -webkit-filter:  saturate(5.86) hue-rotate(75.6deg) contrast(4.69);
    filter:  saturate(5.86) hue-rotate(75.6deg) contrast(4.69);
    -webkit-transform: translate(9px, 9px) scale(1.04333);
    transform: translate(9px, 9px) scale(1.04333); }
  68% {
    -webkit-filter:  hue-rotate(266.4deg);
    filter:  hue-rotate(266.4deg);
    -webkit-transform: translate(8px, -2px) scale(1.02333);
    transform: translate(8px, -2px) scale(1.02333); }
  71% {
    -webkit-filter:  hue-rotate(54deg);
    filter:  hue-rotate(54deg);
    -webkit-transform: translate(-2px, 6px) scale(1.00667);
    transform: translate(-2px, 6px) scale(1.00667); }
  72% {
    -webkit-filter:  hue-rotate(180deg) invert(1);
    filter:  hue-rotate(180deg) invert(1);
    -webkit-transform: translate(-4px, -4px) scale(1.00333);
    transform: translate(-4px, -4px) scale(1.00333); }
  73% {
    -webkit-filter:  hue-rotate(129.6deg);
    filter:  hue-rotate(129.6deg);
    -webkit-transform: translate(-3px, 4px) scale(1.04667);
    transform: translate(-3px, 4px) scale(1.04667); }
  75% {
    -webkit-filter:  hue-rotate(212.4deg);
    filter:  hue-rotate(212.4deg);
    -webkit-transform: translate(6px, -8px) scale(1.02);
    transform: translate(6px, -8px) scale(1.02); }
  76% {
    -webkit-filter:  hue-rotate(223.2deg);
    filter:  hue-rotate(223.2deg);
    -webkit-transform: translate(7px, 11px) scale(1.03333);
    transform: translate(7px, 11px) scale(1.03333); }
  81% {
    -webkit-filter:  hue-rotate(108deg);
    filter:  hue-rotate(108deg);
    -webkit-transform: translate(1px, -14px) scale(1.05333);
    transform: translate(1px, -14px) scale(1.05333); }
  85% {
    -webkit-filter:  hue-rotate(223.2deg);
    filter:  hue-rotate(223.2deg);
    -webkit-transform: translate(11px, 1px) scale(1.03333);
    transform: translate(11px, 1px) scale(1.03333); }
  89% {
    -webkit-filter:  hue-rotate(122.4deg) contrast(1.45);
    filter:  hue-rotate(122.4deg) contrast(1.45);
    -webkit-transform: translate(12px, 13px) scale(1.06333);
    transform: translate(12px, 13px) scale(1.06333); }
  90% {
    -webkit-filter:  hue-rotate(72deg);
    filter:  hue-rotate(72deg);
    -webkit-transform: translate(-6px, 11px) scale(1.00667);
    transform: translate(-6px, 11px) scale(1.00667); }
  91% {
    -webkit-filter:  hue-rotate(219.6deg);
    filter:  hue-rotate(219.6deg);
    -webkit-transform: translate(-4px, -14px) scale(1.01333);
    transform: translate(-4px, -14px) scale(1.01333); }
  92% {
    -webkit-filter:  saturate(3.43) hue-rotate(298.8deg);
    filter:  saturate(3.43) hue-rotate(298.8deg);
    -webkit-transform: translate(4px, 6px) scale(1.06667);
    transform: translate(4px, 6px) scale(1.06667); }
  93% {
    -webkit-filter:  hue-rotate(97.2deg);
    filter:  hue-rotate(97.2deg);
    -webkit-transform: translate(2px, -13px) scale(1.02667);
    transform: translate(2px, -13px) scale(1.02667); }
  94% {
    -webkit-filter:  hue-rotate(122.4deg);
    filter:  hue-rotate(122.4deg);
    -webkit-transform: translate(-3px, 0px) scale(1.01667);
    transform: translate(-3px, 0px) scale(1.01667); }
  97% {
    -webkit-filter:  hue-rotate(54deg);
    filter:  hue-rotate(54deg);
    -webkit-transform: translate(15px, -2px) scale(1.03);
    transform: translate(15px, -2px) scale(1.03); }
  98% {
    -webkit-filter:  hue-rotate(144deg);
    filter:  hue-rotate(144deg);
    -webkit-transform: translate(-4px, 2px) scale(1.03667);
    transform: translate(-4px, 2px) scale(1.03667); }
  100% {
    -webkit-filter:  hue-rotate(104.4deg);
    filter:  hue-rotate(104.4deg);
    -webkit-transform: translate(-6px, 8px) scale(1.01667);
    transform: translate(-6px, 8px) scale(1.01667); } }

/*-------------------------------------------------------------
## Jet Elements
--------------------------------------------------------------*/
/* Jet Elements Styles */
/* Jet Button Styles */
.elementor-jet-button .jet-button__instance {
  border-radius: 0; }
  .elementor-jet-button .jet-button__instance .jet-button__plane-normal {
    background-color: transparent; }
  .elementor-jet-button .jet-button__instance .jet-button__state {
    padding: 14px 41px; }
    .elementor-jet-button .jet-button__instance .jet-button__state .jet-button__label {
      letter-spacing: 0; }

/* Jet Service Styles */
.jet-services.jet-services--header-position-top .jet-services__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.jet-services .jet-services__icon {
  margin: 0; }
  .jet-services .jet-services__icon .inner {
    width: 65px;
    height: 45px; }
    .jet-services .jet-services__icon .inner i {
      opacity: 0.7;
      font-size: 45px;
      font-size: 2.8125rem; }

.jet-services__title {
  display: block; }
  .jet-services__title-text {
    display: inline;
    position: relative; }
    .jet-services__title-text:before {
      position: absolute;
      content: '';
      height: 3px;
      width: 50px;
      top: 16px;
      left: -73px; }

.jet-services .jet-services__inner {
  height: 180px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-image: none;
  position: relative;
  overflow: hidden; }
  .jet-services .jet-services__inner:before, .jet-services .jet-services__inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .jet-services .jet-services__inner:before {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .jet-services .jet-services__inner:after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .jet-services .jet-services__inner:hover .jet-services__icon .inner i {
    opacity: 1; }
  .jet-services .jet-services__inner:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .jet-services .jet-services__inner:hover:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .jet-services .jet-services__inner .jet-services__header {
    margin-bottom: 7px; }

/* Jet Headlines Styles */
.jet-headline--direction-horizontal a .jet-headline__part .jet-headline__label {
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 0 5px; }

.jet-headline--direction-horizontal a:hover .jet-headline__part .jet-headline__label {
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.glitch-text .jet-headline--direction-horizontal a:hover .jet-headline__label {
  -webkit-animation-name: glitch-anim-text;
  animation-name: glitch-anim-text;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

#toTop:hover {
  -webkit-animation-name: glitch-anim-text;
  animation-name: glitch-anim-text;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Glitch background effect styles start*/
.glitch {
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #f9d77e;
  --color-link-hover: #fff;
  --color-info: #efc453;
  --glitch-width: 100vw;
  --glitch-height: 800px;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #af4949; }
  @media (max-width: 1024px) {
    .glitch {
      --glitch-height: 520px; } }

.glitch .elementor-heading-title {
  -webkit-animation-name: glitch-anim-text;
  animation-name: glitch-anim-text;
  -webkit-animation-duration: var(--time-anim);
  animation-duration: var(--time-anim);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.glitch .elementor-heading-title {
  -webkit-animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.2);
  animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.2); }

/* Glitch styles */
.glitch {
  position: relative;
  top: 0;
  left: 0;
  width: var(--glitch-width);
  height: var(--glitch-height);
  overflow: hidden; }

.jet-parallax-section__layout.jet-parallax-section__none-layout .jet-parallax-section__image {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  background: url(../img/img1.jpg) no-repeat 50% 0;
  background-color: var(--blend-color-1);
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1); }

.jet-parallax-section__layout.jet-parallax-section__none-layout:nth-child(n+2) .jet-parallax-section__image {
  opacity: 0; }

.jet-parallax-section__layout.jet-parallax-section__none-layout:nth-child(n+2) .jet-parallax-section__image {
  -webkit-animation-duration: var(--time-anim);
  animation-duration: var(--time-anim);
  -webkit-animation-delay: var(--delay-anim);
  animation-delay: var(--delay-anim);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.jet-parallax-section__layout.jet-parallax-section__none-layout:nth-child(2) .jet-parallax-section__image {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  -webkit-animation-name: glitch-anim-1;
  animation-name: glitch-anim-1; }

.jet-parallax-section__layout.jet-parallax-section__none-layout:nth-child(3) .jet-parallax-section__image {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  -webkit-animation-name: glitch-anim-2;
  animation-name: glitch-anim-2; }

.jet-parallax-section__layout.jet-parallax-section__none-layout:nth-child(4) .jet-parallax-section__image {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  -webkit-animation-name: glitch-anim-3;
  animation-name: glitch-anim-3; }

.jet-parallax-section__layout.jet-parallax-section__none-layout:nth-child(5) .jet-parallax-section__image {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  -webkit-animation-name: glitch-anim-flash;
  animation-name: glitch-anim-flash; }

/* Animations */
@-webkit-keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%); }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0); }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }
@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%); }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0); }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0); }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0); }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1); }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1); }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-text {
  0% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  9.9% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1); }
  10%, 100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@keyframes glitch-anim-text {
  0% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  9.9% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1); }
  10%, 100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

/* Flash */
@-webkit-keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0); }
  5.5%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0); }
  5.5%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/* Glitch background effect styles end*/

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