@charset "UTF-8";
/*!
Theme Name: Kiddlez
Theme URI: https://www.templatemonster.com/authors/zemez/
Author: Zemez
Author URI: https://zemez.io/wordpress/
Description: Kiddlez - Primary School WordPress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kiddlez
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: kiddlez
Template Id: prod-13688

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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grid
# Typography
# Elements
	## Lists
	## Tables
	## Preloader
	## ToTop button
# Forms
	## Buttons
	## Fields
	## Search-form
	## Comment-form
	## Password-form
# Navigation
	## Links
	## Top Menu
	## Main Menu
	## Footer Menu
	## Paginations
	## Breadcrumbs
	## Social List
	## Social Login Menu
	## Toggle buttons
# Modules
	## Accessibility
	## Alignments
	## Clearings
	## Comments
	## Swiper
	## Author Bio
	## Share Buttons
	## Contact block
	## Magnific Popup
	## Marquee
# Components
	## Card
# Content
	## Layout
	## Header
	## Posts and pages
	## Post Formats
	## Footer
# Widgets
	## Defaults
	## About author
	## About Kiddlez
	## Banner
	## Carousel
	## Contact Information
	## Custom Posts
	## Instagram
	## Subscribe
# Media
	## Captions
	## Galleries
	## Embeds
# Plugins
	## Contact Form 7
	## Cherry Team Members
	## Cherry Testimonials
	## Cherry Project
	## Cherry Service List
	## Cherry Trending Posts
	## Cherry Popups
	## Cherry Search
	## TM photo gallery
	## Timeline
	## Elementor
	## The Events Calendar
	## WPML - Polylang

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@-webkit-keyframes kiddlez_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes kiddlez_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*--------------------------------------------------------------
# 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: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

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

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

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

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

@media (min-width: 1200px) {
  .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: 576px) {
  .col-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

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

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

@media (min-width: 1200px) {
  .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: 576px) {
  .row-sm-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row-sm-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row-sm-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

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

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

@media (min-width: 1200px) {
  .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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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, h2, h3, h4, h5, h6 {
  margin: 10px 0; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }

h1 + h2 {
  margin-top: 15px; }

h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 25px; }

p {
  margin: 0 0 30px; }
  p:last-child {
    margin-bottom: 0; }
  p.only-nbsp {
    line-height: 1em;
    margin: 0; }

.dropcaps {
  font-size: 3.33em;
  font-weight: 700;
  float: left;
  margin: 0 10px 0 0;
  line-height: 1;
  position: relative; }

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

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

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted;
  text-decoration: none; }

mark, ins {
  text-decoration: none;
  padding: 0 2px; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
#toTop:before, .site-header .header-search .search-form__submit[type='submit']:before, .site-header .header-search
.cherry-search .cherry-search__form .cherry-search__submit[type='submit']:before, .search-form__toggle, .search-form__close, .main-navigation .menu a::after, .social-list .social-list__items .menu-item > a::before, .swiper-button-next:before, .swiper-button-prev:before,
.swiper-container .swiper-button-next:before,
.swiper-container .swiper-button-prev:before, .post-format-link:before, .widget_calendar tfoot td a:before, .widget_archive label:before,
.widget_categories label:before, .cs-instagram__cover:after, .mejs-video .mejs-overlay-button:before, .cherry-team .team-meta .team-meta_item:before, .elementor-widget-video .elementor-custom-embed-play i, #tribe-events .tribe-bar-views-list span[class*="tribe-icon"]:before, #tribe-events #tribe-bar-dates:before, #tribe-events #tribe-bar-collapse-toggle .tribe-bar-toggle-arrow:before, #tribe-events #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events:after, .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after, .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.comment-navigation .nav-previous > a:before,
.comment-navigation .nav-next > a:before,
.posts-navigation .nav-previous > a:before,
.posts-navigation .nav-next > a:before,
.post-navigation .nav-previous > a:before,
.post-navigation .nav-next > a:before, a[data-popup="magnificPopup"]:after, .cherry-projects-single .featured-image a:before,
.cherry-projects-single .additional-image a:before, #tribe-events ul.tribe-events-sub-nav a:before {
  display: inline-block;
  font-family: 'iconsmind';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: auto;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*--------------------------------------------------------------
# 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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background-color: #f7f7f7;
  /* 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; }

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

blockquote {
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  padding-left: 60px;
  margin: 35px 0;
  clear: left; }
  blockquote:first-child {
    margin-top: 0; }
  blockquote:last-child {
    margin-bottom: 0; }
  blockquote:before {
    content: '\0022';
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    font-size: 112px;
    line-height: 1;
    font-style: italic; }
  blockquote cite {
    display: block;
    margin-top: 15px;
    margin-left: -60px;
    padding-left: 60px;
    position: relative; }
    blockquote cite:before {
      content: '';
      width: 35px;
      height: 1px;
      margin-right: 25px;
      vertical-align: middle;
      display: inline-block;
      position: absolute;
      left: 0; }

hr,
.elementor hr {
  border: 0;
  height: 1px;
  margin: 20px 0;
  clear: both; }
  hr:first-child,
  .elementor hr:first-child {
    margin-top: 0; }
  hr:last-child,
  .elementor hr:last-child {
    margin-bottom: 0; }
  h1 + hr,
  h2 + hr,
  h3 + hr,
  h4 + hr,
  h5 + hr,
  h6 + hr, h1 +
  .elementor hr,
  h2 +
  .elementor hr,
  h3 +
  .elementor hr,
  h4 +
  .elementor hr,
  h5 +
  .elementor hr,
  h6 +
  .elementor hr {
    max-width: 65px;
    margin-bottom: 40px; }
  h1[style*="text-align: center;"] + hr,
  h2[style*="text-align: center;"] + hr,
  h3[style="text-align: center;"] + hr,
  h4[style*="text-align: center;"] + hr,
  h5[style*="text-align: center;"] + hr,
  h6[style*="text-align: center;"] + hr, h1[style*="text-align: center;"] +
  .elementor hr,
  h2[style*="text-align: center;"] +
  .elementor hr,
  h3[style="text-align: center;"] +
  .elementor hr,
  h4[style*="text-align: center;"] +
  .elementor hr,
  h5[style*="text-align: center;"] +
  .elementor hr,
  h6[style*="text-align: center;"] +
  .elementor hr {
    margin-left: auto;
    margin-right: auto; }
  h1[style*="text-align: right;"] + hr,
  h2[style*="text-align: right;"] + hr,
  h3[style="text-align: right;"] + hr,
  h4[style*="text-align: right;"] + hr,
  h5[style*="text-align: right;"] + hr,
  h6[style*="text-align: right;"] + hr, h1[style*="text-align: right;"] +
  .elementor hr,
  h2[style*="text-align: right;"] +
  .elementor hr,
  h3[style="text-align: right;"] +
  .elementor hr,
  h4[style*="text-align: right;"] +
  .elementor hr,
  h5[style*="text-align: right;"] +
  .elementor hr,
  h6[style*="text-align: right;"] +
  .elementor hr {
    margin-left: auto; }

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

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

ul,
ol {
  margin-left: 1em;
  font-weight: 400; }
  ul[id], ul[class], ul.inherit-list,
  ol[id],
  ol[class],
  ol.inherit-list {
    font-weight: inherit; }

ul {
  list-style: disc; }

li + li {
  margin-top: 6px; }

li > ul,
li > ol {
  margin-top: 6px;
  margin-bottom: 0; }

dt {
  float: left;
  clear: left;
  margin-right: 5px;
  font-weight: 700; }

dd {
  margin-left: 0; }

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

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

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

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-preloader-cover {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff; }
  .page-preloader-cover .preloader-image-wrap + .bar {
    margin-top: 20px; }
  .page-preloader-cover .bar {
    position: relative;
    width: 300px;
    height: 2px;
    background-color: #f7f7f7;
    overflow: hidden;
    border-radius: 10px; }
    .page-preloader-cover .bar:before {
      content: '';
      width: 80px;
      height: 100%;
      z-index: 1;
      position: absolute;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-animation: moving 2s infinite;
      animation: moving 2s infinite;
      border-radius: 10px; }

@-webkit-keyframes moving {
  0%, 100% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0); }
  50% {
    -webkit-transform: translate(260px, 0);
    transform: translate(260px, 0); } }

@keyframes moving {
  0%, 100% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0); }
  50% {
    -webkit-transform: translate(260px, 0);
    transform: translate(260px, 0); } }

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 70px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  z-index: 999;
  text-align: center;
  -webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1); }
  #toTop:before {
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    content: "\f077"; }
  #toTop:focus {
    outline: 0; }
  @media (max-width: 767px) {
    #toTop {
      right: -999em !important; } }
  @media (min-width: 768px) {
    #toTop {
      right: 0; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn,
form button,
form input[type='button'],
form input[type='reset'],
form input[type='submit'], .cherry-projects-wrapper .projects-ajax-button-wrapper .projects-ajax-button span, .popup-type-login .cherry-popup-login__login-in,
.popup-type-signup .cherry-popup-register__sign-up,
.popup-type-subscribe .cherry-popup-subscribe__submit,
.popup-type-default .cherry-popup-subscribe__submit, .tm-pg_front_gallery .load-more-button .btn, .elementor-widget .elementor-button, #tribe-events #tribe-events-content .tribe-events-button {
  line-height: 2;
  display: inline-block;
  max-width: 100%;
  padding: 16px 43px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  border-width: 1px;
  border-style: solid;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.08em;
  border-radius: 5px; }
  .btn,
  form button,
  form input[type='button'],
  form input[type='reset'],
  form input[type='submit'], .cherry-projects-wrapper .projects-ajax-button-wrapper .projects-ajax-button span, .popup-type-login .cherry-popup-login__login-in,
  .popup-type-signup .cherry-popup-register__sign-up,
  .popup-type-subscribe .cherry-popup-subscribe__submit,
  .popup-type-default .cherry-popup-subscribe__submit, .tm-pg_front_gallery .load-more-button .btn, .elementor-widget .elementor-button, #tribe-events #tribe-events-content .tribe-events-button, .btn:hover,
  form button:hover,
  form input[type='button']:hover,
  form input[type='reset']:hover,
  form input[type='submit']:hover, .cherry-projects-wrapper .projects-ajax-button-wrapper .projects-ajax-button span:hover, .popup-type-login .cherry-popup-login__login-in:hover,
  .popup-type-signup .cherry-popup-register__sign-up:hover,
  .popup-type-subscribe .cherry-popup-subscribe__submit:hover,
  .popup-type-default .cherry-popup-subscribe__submit:hover, .tm-pg_front_gallery .load-more-button .btn:hover, .elementor-widget .elementor-button:hover, #tribe-events #tribe-events-content .tribe-events-button:hover {
    text-decoration: none; }
  .btn:focus,
  form button:focus,
  form input[type='button']:focus,
  form input[type='reset']:focus,
  form input[type='submit']:focus, .cherry-projects-wrapper .projects-ajax-button-wrapper .projects-ajax-button span:focus, .popup-type-login .cherry-popup-login__login-in:focus,
  .popup-type-signup .cherry-popup-register__sign-up:focus,
  .popup-type-subscribe .cherry-popup-subscribe__submit:focus,
  .popup-type-default .cherry-popup-subscribe__submit:focus, .tm-pg_front_gallery .load-more-button .btn:focus, .elementor-widget .elementor-button:focus, #tribe-events #tribe-events-content .tribe-events-button:focus {
    outline: 0; }

.btn.btn-xs,
form button.btn-xs,
form input[type='button'].btn-xs,
form input[type='reset'].btn-xs,
form input[type='submit'].btn-xs, .elementor-widget .elementor-button.elementor-size-xs, #tribe-events #tribe-events-content .tribe-events-button {
  font-size: 10px;
  padding: 7.46667px 18.275px; }

.btn.btn-sm,
form button.btn-sm,
form input[type='button'].btn-sm,
form input[type='reset'].btn-sm,
form input[type='submit'].btn-sm, .cherry-search .cherry-search__form .cherry-search__submit[type='submit'], .post-password-form input[type="submit"], .elementor-widget .elementor-button.elementor-size-sm {
  font-weight: 400;
  padding: 10.13333px 21.5px;
  border-radius: 0; }

.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[class*="-transparent"],
form button[class*="-transparent"],
form input[type='button'][class*="-transparent"],
form input[type='reset'][class*="-transparent"],
form input[type='submit'][class*="-transparent"] {
  background-color: transparent; }

.btn i,
form button i,
form input[type='button'] i,
form input[type='reset'] i,
form input[type='submit'] i {
  margin-left: 5px; }

.link,
.btn-link {
  font-size: 10px;
  display: inline-block;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase; }
  .link i,
  .btn-link i {
    margin-left: 5px; }
  .link:hover,
  .btn-link:hover {
    text-decoration: none; }

/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
input,
select,
textarea {
  padding: 11px 20px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  input:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

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

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

input[type='radio'],
input[type='checkbox'] {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

input[type='file'] {
  padding: 0;
  background-color: transparent;
  border: none; }

select {
  width: 100%;
  max-width: 100%; }

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

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

:-ms-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 {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

/*--------------------------------------------------------------
## Search-form
--------------------------------------------------------------*/
.search-form,
.cherry-search form.cherry-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; }
  .site-header .search-form, .site-header
  .cherry-search form.cherry-search__form.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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.site-header .cherry-search-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.search-form__input-wrap,
.cherry-search .cherry-search__label {
  position: relative;
  -webkit-box-flex: 30;
  -ms-flex: 30 1 160px;
  flex: 30 1 160px;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px; }
  .site-header .search-form__input-wrap, .site-header
  .cherry-search .cherry-search__label {
    margin: 0;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.search-form__field[type='search'],
.cherry-search .cherry-search__field[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 50px;
  font-size: 14px;
  padding-top: calc( 11px - ((14px - 14px) * 1.5)/2);
  padding-bottom: calc( 11px - ((14px - 14px) * 1.5)/2);
  border-radius: 0; }
  .site-header .search-form__field[type='search'], .site-header
  .cherry-search .cherry-search__field[type='search'] {
    padding: 5px 0;
    font-size: 14px;
    background: none;
    border: none; }
    .site-header .search-form__field[type='search']:focus, .site-header
    .cherry-search .cherry-search__field[type='search']:focus {
      background: none; }

.search-form__submit[type='submit'],
.cherry-search .cherry-search__form .cherry-search__submit[type='submit'] {
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 10.13333px 17px;
  margin-bottom: 5px; }
  .site-header .header-search .search-form__submit[type='submit'], .site-header .header-search
  .cherry-search .cherry-search__form .cherry-search__submit[type='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; }
    .site-header .header-search .search-form__submit[type='submit']:before, .site-header .header-search
    .cherry-search .cherry-search__form .cherry-search__submit[type='submit']:before {
      content: '\f002';
      font-size: 18px; }

.search-form__toggle, .search-form__close {
  font-size: 18px;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  background: none;
  border: none;
  padding: 0; }
  .search-form__toggle:focus, .search-form__close:focus {
    outline: 0; }

.search-form__toggle:before {
  content: '\f002'; }

.search-form__close {
  position: relative;
  margin-left: 20px; }
  .search-form__close:before {
    content: '\f00d'; }
  .search-form__close:after {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 1px;
    top: 50%;
    left: -12.5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: -1;
  top: -999em;
  left: 45px;
  right: 0;
  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; }
  @media (min-width: 768px) {
    .header-search {
      left: 0; } }
  .jet-mobile-menu-active .header-search {
    left: 0; }
  .site-header.search-active .header-search {
    top: 50%;
    opacity: 1;
    visibility: visible;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

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

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

.comment-reply-title #cancel-comment-reply-link {
  font-size: 12px;
  float: right;
  margin-left: 10px; }

.comment-form {
  margin-left: -2.5px;
  margin-right: -2.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .comment-form > * {
    padding-left: 2.5px;
    padding-right: 2.5px; }
  .comment-form > * {
    width: 100%; }
  .comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
    position: relative;
    margin: 0 0 5px 0; }
  @media (min-width: 1200px) {
    .comment-form-author, .comment-form-email {
      width: 50%; }
      .comment-list .comment-form-author, .comment-list .comment-form-email {
        width: 100%; } }
  .comment-form__field {
    width: 100%;
    vertical-align: top; }
  .comment-form .form-submit {
    margin: 30px 0 0 0; }

/*--------------------------------------------------------------
## Password-form
--------------------------------------------------------------*/
.post-password-form {
  text-align: center; }
  @media (min-width: 768px) {
    .post-password-form {
      text-align: left; } }
  .post-password-form label {
    display: inline-block;
    vertical-align: top; }
  .post-password-form label,
  .post-password-form input[type="submit"] {
    margin: 5px 0; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  transition: 0s linear; }
  a, a:hover, a:active {
    text-decoration: none; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }
  .site-main p a {
    font-weight: 400; }
    .site-main p a.btn {
      font-weight: 700; }
    .site-main p a[href*="callto:"], .site-main p a[href*="tel:"], .site-main p a[href*="mailto:"] {
      font-weight: inherit; }
  .site-main p a em,
  .site-main p em a {
    text-decoration: underline; }

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

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-panel__menu .top-panel__menu-list {
  text-align: center;
  margin: 0 -10px;
  font-size: 0; }
  .top-panel__menu .top-panel__menu-list .menu-item {
    padding: 0 10px;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase; }
    .top-panel__menu .top-panel__menu-list .menu-item a {
      text-decoration: none; }
    .top-panel__menu .top-panel__menu-list .menu-item:not(:last-child) {
      border-right: 1px solid; }
      .invert .top-panel__menu .top-panel__menu-list .menu-item:not(:last-child) {
        border-color: currentColor; }

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
/* Basic */
.main-navigation {
  display: block;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .main-navigation ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
  .main-navigation li {
    position: relative;
    text-align: left;
    margin-top: 0; }
  .main-navigation a {
    position: relative;
    display: block;
    text-decoration: none; }
  @media (max-width: 767px) {
    .main-navigation .menu ul a {
      padding-left: 2rem; }
    .main-navigation .menu ul ul a {
      padding-left: 3rem; }
    .main-navigation .menu ul ul ul a {
      padding-left: 4rem; }
    .main-navigation .menu ul ul ul ul a {
      padding-left: 5rem; }
    .main-navigation .menu ul ul ul ul ul a {
      padding-left: 6rem; } }
  @media (min-width: 768px) {
    .main-navigation .menu-toggle {
      display: none; }
    .main-navigation .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .main-navigation .menu > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .main-navigation .menu > li > a {
          text-align: center; }
    .main-navigation .menu .sub-menu {
      position: absolute;
      z-index: 999;
      left: -999em;
      opacity: 0;
      visibility: hidden;
      -webkit-transition-duration: 0ms;
      -o-transition-duration: 0ms;
      transition-duration: 0ms;
      -webkit-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear;
      -webkit-transition-property: opacity, visibility;
      -o-transition-property: opacity, visibility;
      transition-property: opacity, visibility;
      background-color: #ffffff; }
    .main-navigation .menu li:hover > ul {
      visibility: visible;
      opacity: 1; }
    .main-navigation .menu > li > ul {
      top: 100%; }
    .main-navigation .menu > li:hover > ul {
      left: 0; }
    .main-navigation .menu li li > ul {
      top: 0; }
    .main-navigation .menu li li:hover > ul {
      left: 100%; } }

/* Skin */
.main-navigation .menu a {
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.5; }
  .main-navigation .menu a::after {
    /* Marker style */
    cursor: pointer;
    position: absolute;
    font-size: 12px;
    line-height: 1; }

@media (min-width: 768px) {
  .main-navigation .menu {
    margin-left: -15px;
    margin-right: -15px; }
    .main-navigation .menu > li {
      margin-left: 15px;
      margin-right: 15px; }
    .main-navigation .menu > li > a {
      padding: 10px 0;
      font-size: 12px;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
    .main-navigation .menu > li.menu-item-has-children > a {
      padding-right: 15px; }
      .main-navigation .menu > li.menu-item-has-children > a::after {
        /* Marker (level 1) */
        content: '\f0d7';
        right: 0;
        top: 13px; }
    .main-navigation .menu > li: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) */ }
      .invert .main-navigation .menu > li:hover > a, .invert .main-navigation .menu > li.current_page_item > a, .invert .main-navigation .menu > li.current_page_ancestor > a, .invert .main-navigation .menu > li.current-menu-item > a, .invert .main-navigation .menu > li.current-menu-ancestor > a {
        text-decoration: underline; } }

@media (min-width: 768px) {
  .main-navigation .sub-menu {
    -webkit-box-shadow: 0 8px 59px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 59px 0 rgba(0, 0, 0, 0.1); }
    .main-navigation .sub-menu li {
      border-top: 1px solid; }
      .main-navigation .sub-menu li.menu-item-has-children > a:after {
        /* Marker (level 2, 3, ..., N) */
        content: '\f0da';
        right: 18px;
        top: 21px; }
      .main-navigation .sub-menu li:first-child {
        border: none; }
    .main-navigation .sub-menu > li > a {
      width: 240px;
      padding: 15px 30px; }
    .main-navigation .sub-menu a {
      font-size: 14px; }
    .main-navigation .sub-menu li: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) */ } }

/* Menu items description */
.menu-item__desc {
  font-size: 12px;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .menu > li > a > .menu-item__desc {
      text-align: center; } }

/* Mobile menu */
@media (max-width: 767px) {
  .main-navigation .menu {
    position: absolute;
    z-index: 100;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    overflow-y: scroll;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    max-height: 300px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 8px 59px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 59px 0 rgba(0, 0, 0, 0.1);
    display: block; }
    .main-navigation .menu li {
      border-top: 1px solid; }
    .main-navigation .menu > li:first-child {
      border: none; }
  .main-navigation.toggled .menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); } }

/* Jet Menu */
.jet-desktop-menu-active .menu-toggle,
.jet-mobile-menu-active .menu-toggle {
  display: none; }

.jet-menu-container,
.jet-menu {
  position: static; }

@media (min-width: 768px) {
  ul.jet-menu {
    margin-left: -15px;
    margin-right: -15px; } }

.jet-menu {
  width: auto; }
  .jet-menu .top-level-link {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .jet-menu > .jet-menu-item > a {
    padding: 10px 15px; }
  @media (min-width: 768px) {
    .invert .jet-menu > .jet-menu-hover > a .jet-menu-title,
    .invert .jet-menu > .jet-current-menu-item > a .jet-menu-title,
    .invert .jet-menu > .jet-menu-item a:hover .jet-menu-title {
      text-decoration: underline; } }

.jet-dropdown-arrow {
  font-size: 12px; }

.jet-menu-item-desc {
  font-size: 12px;
  line-height: 1.3; }

@media (min-width: 768px) {
  .jet-menu .jet-sub-menu {
    margin-top: 10px; } }

@media (min-width: 768px) {
  .jet-sub-menu {
    -webkit-box-shadow: 0 8px 59px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 59px 0 rgba(0, 0, 0, 0.1); } }

.jet-sub-menu > li > a {
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid; }

.jet-sub-menu > li:last-child > a {
  border-width: 0; }

@media (min-width: 768px) {
  .jet-sub-mega-menu {
    margin-top: 10px;
    -webkit-box-shadow: 0 8px 59px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 59px 0 rgba(0, 0, 0, 0.1); } }

@media (min-width: 768px) {
  .jet-menu--animation-type-fade .jet-sub-menu.right-side {
    top: 100%; } }

.jet-custom-nav .jet-custom-nav__item {
  margin-bottom: 0; }
  .jet-custom-nav .jet-custom-nav__item > a {
    background-color: transparent;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s; }

.jet-custom-nav .jet-menu-link-text {
  color: inherit; }

.jet-custom-nav__sub .jet-custom-nav__item a .jet-menu-link-text,
.jet-custom-nav__sub .jet-custom-nav__item.hover-state a .jet-menu-link-text {
  color: inherit; }

body.jet-menu-template-default.single-jet-menu {
  background-color: #ffffff; }

.jet-mobile-menu-toggle-button {
  left: -35px;
  outline: 0; }
  .jet-mobile-menu-toggle-button .jet-menu-toggle__icon {
    font-size: 20px;
    vertical-align: baseline; }

/*--------------------------------------------------------------
## 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 -15px;
  padding-left: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .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 15px;
    margin: 0; }

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  overflow: hidden;
  border-top: 1px solid;
  padding-top: 25px;
  padding-bottom: 25px; }
  .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: 576px) {
      .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 {
      position: relative;
      display: inline-block; }
      .comment-navigation .nav-previous > a:before,
      .comment-navigation .nav-next > a:before,
      .posts-navigation .nav-previous > a:before,
      .posts-navigation .nav-next > a:before,
      .post-navigation .nav-previous > a:before,
      .post-navigation .nav-next > a:before {
        position: absolute;
        font-size: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    padding-right: 15px; }
    .comment-navigation .nav-previous a,
    .posts-navigation .nav-previous a,
    .post-navigation .nav-previous a {
      padding-left: 60px; }
      .comment-navigation .nav-previous a:before,
      .posts-navigation .nav-previous a:before,
      .post-navigation .nav-previous a:before {
        content: '\ecf7';
        left: 0; }
  .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: 576px) {
      .comment-navigation .nav-next,
      .posts-navigation .nav-next,
      .post-navigation .nav-next {
        margin-top: 0; } }
    .comment-navigation .nav-next a,
    .posts-navigation .nav-next a,
    .post-navigation .nav-next a {
      padding-right: 60px; }
      .comment-navigation .nav-next a:before,
      .posts-navigation .nav-next a:before,
      .post-navigation .nav-next a:before {
        content: '\eeb5';
        right: 0; }

.comment-navigation {
  border-bottom: 1px solid;
  margin-bottom: 25px; }

.posts-navigation,
.post-navigation {
  margin-top: 50px; }
  @media (min-width: 1200px) {
    .comments-area + .posts-navigation, .comments-area +
    .post-navigation {
      margin-top: 100px; } }
  .elementor-page.content-layout-fullwidth .posts-navigation, .elementor-page.content-layout-fullwidth
  .post-navigation {
    margin-left: auto;
    margin-right: auto; }

/*Post pagination - Page links*/
.pagination {
  margin-top: 45px;
  text-align: left; }
  .pagination .nav-links {
    font-size: 0; }

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

.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: 39px;
  display: inline-block;
  min-width: 39px;
  height: 39px;
  padding: 0 2px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  margin: 0 4px 4px 0;
  border: none;
  font-weight: 700;
  font-size: 12px; }

.nav-links .page-numbers.next i, .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 {
  font-size: 10px; }

.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: currentColor;
  opacity: 0.3;
  border: none; }
  .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-pagination-bullets .swiper-pagination-bullet-active,
  .elementor .swiper-pagination-bullets .swiper-pagination-bullet:hover,
  .elementor .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1; }

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative; }
  .breadcrumbs .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .breadcrumbs__title .page-title {
    font-weight: 700; }
  .breadcrumbs__title, .breadcrumbs__items {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .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 2px; }
    .invert .breadcrumbs__item-link {
      border-bottom: 1px solid transparent; }
      .invert .breadcrumbs__item-link:hover {
        color: inherit;
        border-bottom-color: currentColor; }

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .social-list__items {
  margin-left: -4px;
  margin-right: -4px; }
  .social-list .social-list__items .menu-item {
    padding-left: 4px;
    padding-right: 4px; }
  .social-list .social-list__items .menu-item {
    margin: 0; }
    .social-list .social-list__items .menu-item > a {
      display: block;
      text-decoration: none;
      text-align: center;
      width: 34px;
      height: 34px;
      border-radius: 50%; }
      .social-list .social-list__items .menu-item > a:hover {
        text-decoration: none; }
      .social-list .social-list__items .menu-item > a[href*="codepen.io"]::before {
        content: '\f1cb'; }
      .social-list .social-list__items .menu-item > a[href*="digg.com"]::before {
        content: '\f1a6'; }
      .social-list .social-list__items .menu-item > a[href*="dribbble.com"]::before {
        content: '\f17d'; }
      .social-list .social-list__items .menu-item > a[href*="dropbox.com"]::before {
        content: '\f16b'; }
      .social-list .social-list__items .menu-item > a[href*="facebook.com"]::before {
        content: '\f09a'; }
      .social-list .social-list__items .menu-item > a[href*="flickr.com"]::before {
        content: '\f16e'; }
      .social-list .social-list__items .menu-item > a[href*="plus.google.com"]::before {
        content: '\f0d5'; }
      .social-list .social-list__items .menu-item > a[href*="github.com"]::before {
        content: '\f09b'; }
      .social-list .social-list__items .menu-item > a[href*="instagram.com"]::before {
        content: '\f16d'; }
      .social-list .social-list__items .menu-item > a[href*="linkedin.com"]::before {
        content: '\f0e1'; }
      .social-list .social-list__items .menu-item > a[href*="pinterest.com"]::before {
        content: '\f0d2'; }
      .social-list .social-list__items .menu-item > a[href*="getpocket.com"]::before {
        content: '\f265'; }
      .social-list .social-list__items .menu-item > a[href*="reddit.com"]::before {
        content: '\f1a1'; }
      .social-list .social-list__items .menu-item > a[href*="skype.com"]::before, .social-list .social-list__items .menu-item > a[href*="skype:"]::before {
        content: '\f17e'; }
      .social-list .social-list__items .menu-item > a[href*="stumbleupon.com"]::before {
        content: '\f1a4'; }
      .social-list .social-list__items .menu-item > a[href*="tumblr.com"]::before {
        content: '\f173'; }
      .social-list .social-list__items .menu-item > a[href*="twitter.com"]::before {
        content: '\f099'; }
      .social-list .social-list__items .menu-item > a[href*="vimeo.com"]::before {
        content: '\f27d'; }
      .social-list .social-list__items .menu-item > a[href*="wordpress.org"]::before, .social-list .social-list__items .menu-item > a[href*="wordpress.com"]::before {
        content: '\f19a'; }
      .social-list .social-list__items .menu-item > a[href*="youtube.com"]::before {
        content: '\f167'; }
      .social-list .social-list__items .menu-item > a[href*="amazon.com"]::before {
        content: '\f270'; }
      .social-list .social-list__items .menu-item > a[href*="tripadvisor"]::before {
        content: '\f262'; }
      .social-list .social-list__items .menu-item > a[href*="ycombinator.com"]::before {
        content: '\f23b'; }
      .social-list .social-list__items .menu-item > a[href*="xing.com"]::before {
        content: '\f168'; }
      .social-list .social-list__items .menu-item > a[href*="yahoo."]::before {
        content: '\f19e'; }
      .social-list .social-list__items .menu-item > a[href*="vine.co"]::before {
        content: '\f1ca'; }
      .social-list .social-list__items .menu-item > a[href*="weibo.com"]::before {
        content: '\f18a'; }
      .social-list .social-list__items .menu-item > a[href*="trello.com"]::before {
        content: '\f181'; }
      .social-list .social-list__items .menu-item > a[href*="steampowered.com"]::before {
        content: '\f1b6'; }
      .social-list .social-list__items .menu-item > a[href*="soundcloud.com"]::before {
        content: '\f1be'; }
      .social-list .social-list__items .menu-item > a[href*="spotify.com"]::before {
        content: '\f1bc'; }
      .social-list .social-list__items .menu-item > a[href*="stackexchange.com"]::before {
        content: '\f18d'; }
      .social-list .social-list__items .menu-item > a[href*="stackoverflow.com"]::before {
        content: '\f16c'; }
      .social-list .social-list__items .menu-item > a[href*="slideshare.net"]::before {
        content: '\f1e7'; }
      .social-list .social-list__items .menu-item > a[href*="slack.com"]::before {
        content: '\f198'; }
      .social-list .social-list__items .menu-item > a[href*="skyatlas.com"]::before {
        content: '\f216'; }
      .social-list .social-list__items .menu-item > a[href*="last.fm"]::before {
        content: '\f202'; }
      .social-list .social-list__items .menu-item > a[href*="jsfiddle.net"]::before {
        content: '\f1cc'; }
      .social-list .social-list__items .menu-item > a[href*="behance.net"]::before {
        content: '\f1b4'; }
      .social-list .social-list__items .menu-item > a[href*="bitbucket.org"]::before {
        content: '\f171'; }
      .social-list .social-list__items .menu-item > a[href*="codepen.io"]::before {
        content: '\f1cb'; }
      .social-list .social-list__items .menu-item > a[href*="codiepie.com"]::before {
        content: '\f284'; }
      .social-list .social-list__items .menu-item > a[href*="connectdevelop.com"]::before {
        content: '\f20e'; }
      .social-list .social-list__items .menu-item > a[href*="dashcube.com"]::before {
        content: '\f210'; }
      .social-list .social-list__items .menu-item > a[href*="contao.org"]::before {
        content: '\f26d'; }
      .social-list .social-list__items .menu-item > a[href*="delicious.com"]::before {
        content: '\f1a5'; }
      .social-list .social-list__items .menu-item > a[href*="deviantart.com"]::before {
        content: '\f1bd'; }
      .social-list .social-list__items .menu-item > a[href*="vk.com"]::before {
        content: '\f189'; }
      .social-list .social-list__items .menu-item > a::before {
        font-size: 18px;
        line-height: 34px;
        display: block;
        margin: auto; }
        .social-list--text .social-list .social-list__items .menu-item > a::before {
          display: none; }

.social-list--header .social-list__items .menu-item a, .social-list--footer .social-list__items .menu-item a {
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .social-list--header .social-list__items .menu-item a:before, .social-list--footer .social-list__items .menu-item a:before {
    position: relative;
    z-index: 2; }
  .social-list--header .social-list__items .menu-item a:after, .social-list--footer .social-list__items .menu-item a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 1;
    opacity: 0; }
    .site-footer.style-2 .social-list--header .social-list__items .menu-item a:after, .site-footer.style-2 .social-list--footer .social-list__items .menu-item a:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
  .social-list--header .social-list__items .menu-item a:hover:after, .social-list--footer .social-list__items .menu-item a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

/*--------------------------------------------------------------
## Social Login Menu
--------------------------------------------------------------*/
.social-login-menu .social-login-list {
  text-align: center;
  margin: 0 -10px;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase; }
  .social-login-menu .social-login-list__item {
    padding: 0 10px; }
    .social-login-menu .social-login-list__item a {
      text-decoration: none; }
    .social-login-menu .social-login-list__item:not(:last-child) {
      border-right: 1px solid; }
      .invert .social-login-menu .social-login-list__item:not(:last-child) {
        border-color: currentColor; }

/*--------------------------------------------------------------
## 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: 22px;
  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: 22px;
    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-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: 768px) {
  .alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px; } }

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

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

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

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

/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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,
.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-top: 50px; }
  .related-posts + .comments-area {
    margin-top: 20px; }
  .elementor-page.position-fullwidth .comments-area {
    margin-bottom: 50px; }

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

.comment-list {
  list-style: none;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 0; }
  .comment-list .comment,
  .comment-list .pingback {
    position: relative; }
    .comment-list .comment:before,
    .comment-list .pingback:before {
      content: '';
      position: absolute;
      height: 1px;
      width: 999em;
      top: 0;
      right: 0;
      opacity: 0.3; }
    .comment-list .comment + .comment,
    .comment-list .comment + .pingback,
    .comment-list .comment .children .comment,
    .comment-list .comment .children .pingback,
    .comment-list .pingback + .comment,
    .comment-list .pingback + .pingback,
    .comment-list .pingback .children .comment,
    .comment-list .pingback .children .pingback {
      padding-top: 30px;
      margin-top: 30px; }
  .comment-list .children {
    margin-left: 0;
    padding-left: 10px;
    list-style: none; }
    @media (min-width: 768px) {
      .comment-list .children {
        padding-left: 30px; } }
  @media (min-width: 1200px) {
    .comment-list .parent.depth-1 > .children,
    .comment-list .parent.depth-2 > .children {
      padding-left: 80px; } }
  .comment-list > .comment:first-child:before,
  .comment-list > .pingback:first-child:before {
    content: none; }

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

.comment-body .avatar {
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .comment-body .avatar {
      width: 40px; } }
  @media (min-width: 1200px) {
    .comment-body .avatar {
      margin-right: 30px; } }

.comment-body .reply {
  font-size: 10px;
  text-transform: uppercase; }
  .comment-body .reply i {
    margin-right: 5px; }

.comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .comment-meta > * {
    padding-left: 10px;
    padding-right: 10px; }

.comment-content-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  max-width: 100%; }

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

.comment-content {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5; }

.comment-date {
  display: block; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Swiper
--------------------------------------------------------------*/
.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: transparent;
  margin: 0 5px; }
  .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-pagination-bullets .swiper-pagination-bullet-active,
  .elementor .swiper-pagination-bullets .swiper-pagination-bullet:hover,
  .elementor .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: currentColor; }

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

.swiper-button-prev:before,
.swiper-container .swiper-button-prev:before {
  content: '\f104'; }

.swiper-button-next:before,
.swiper-container .swiper-button-next:before {
  content: '\f105'; }

.swiper-button-next, .swiper-button-prev,
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  background-image: none !important;
  text-align: center;
  -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);
  padding: 13px; }
  .swiper-button-next:hover:not(.swiper-button-disabled), .swiper-button-prev:hover:not(.swiper-button-disabled),
  .swiper-container .swiper-button-next:hover:not(.swiper-button-disabled),
  .swiper-container .swiper-button-prev:hover:not(.swiper-button-disabled) {
    padding: 18px; }
  .swiper-button-next:before, .swiper-button-prev:before,
  .swiper-container .swiper-button-next:before,
  .swiper-container .swiper-button-prev:before {
    font-size: 1em;
    width: 1em;
    line-height: 1; }
  .post-gallery .swiper-button-next, .post-gallery .swiper-button-prev, .post-gallery
  .swiper-container .swiper-button-next, .post-gallery
  .swiper-container .swiper-button-prev {
    display: none; }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled,
  .swiper-container .swiper-button-next.swiper-button-disabled,
  .swiper-container .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
    opacity: 0.5; }

.swiper-button-next,
.swiper-container .swiper-button-next,
.swiper-container.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto; }

.swiper-button-prev,
.swiper-container .swiper-button-prev,
.swiper-container.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto; }

/*--------------------------------------------------------------
## Author-bio
--------------------------------------------------------------*/
.post-author-bio {
  margin-top: 50px;
  padding: 40px 20px;
  position: relative; }
  @media (min-width: 768px) {
    .post-author-bio {
      padding: 40px 50px; } }

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

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

.post-author__title {
  font-size: 24px;
  margin-top: 0; }

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

/*--------------------------------------------------------------
## Share
--------------------------------------------------------------*/
.share-btns__list {
  position: relative;
  line-height: 1; }

.share-btns__items {
  margin-left: -12px;
  margin-right: -12px; }
  .share-btns__items > * {
    padding-left: 12px;
    padding-right: 12px; }

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

.share-btns__link {
  line-height: 1.5em;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .share-btns__link:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 35px;
    height: 35px;
    margin: -17.5px 0 0 -17.5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 1;
    opacity: 0; }
  .share-btns__link:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .share-btns__link i {
    position: relative;
    z-index: 2; }

/*--------------------------------------------------------------
## 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: 768px) {
      .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: 768px) {
      .site-header .contact-block__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -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; }
  .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: 768px) {
      .contact-block__item:not(.contact-block__item--icon) {
        text-align: left; } }

.contact-block__icon {
  font-size: 16px;
  margin-right: 10px; }

.contact-block__text {
  text-align: left; }
  .site-header .contact-block__text {
    font-weight: 700;
    text-transform: uppercase; }
    .site-header .contact-block__text a[href*="tel:"],
    .site-header .contact-block__text a[href*="callto:"] {
      font-size: 14px; }

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

.site-header .contact-block__value-wrap {
  font-size: 11px;
  line-height: 1.5; }

/*--------------------------------------------------------------
## 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: 40px;
  padding: 5px 15px;
  right: 0;
  position: fixed;
  width: auto;
  height: auto;
  line-height: 1;
  text-align: center;
  color: #000000; }
  .admin-bar .mfp-iframe-holder .mfp-close, .admin-bar
  .mfp-image-holder .mfp-close {
    top: 35px; }

.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: .1s;
  -o-transition: .1s;
  transition: .1s;
  background-color: #000000;
  /*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); }

/*--------------------------------------------------------------
## Marquee
--------------------------------------------------------------*/
@-webkit-keyframes marquee-scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@keyframes marquee-scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }

.marquee {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative; }
  .marquee .stretch--resizer {
    overflow: visible !important;
    -webkit-animation: marquee-scroll 20s infinite linear;
    animation: marquee-scroll 20s infinite linear;
    line-height: 1; }
    .marquee .stretch--resizer:nth-child(2) {
      position: absolute;
      left: 100%;
      top: 0;
      height: 100%;
      width: 100%; }
  .marquee-inner {
    padding: 0 0.15em; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Card
--------------------------------------------------------------*/
.card {
  display: block; }

/*--------------------------------------------------------------
### Grid layout
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .card-deck {
    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; }
    .card-deck .card {
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
      max-width: calc(100% / 2 - 1.875rem);
      width: calc(100% / 2 - 1.875rem);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2 - 1.875rem);
      flex: 0 0 calc(100% / 2 - 1.875rem); } }

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

/*--------------------------------------------------------------
### Masonry layout
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .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: 768px) {
  .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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.site {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  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; }
  body.wordwrap .site {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .site.container, .site.container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .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: 50px;
    margin-bottom: 50px; }
    .blog .site-content_wrap,
    .search.search-results .site-content_wrap {
      margin-bottom: 95px; }
    .error404 .site-content_wrap,
    .search.search-no-results .site-content_wrap {
      margin-top: 0;
      margin-bottom: 0; }
    .position-fullwidth.elementor-page:not(.single-team):not(.single-projects) .site-content_wrap {
      margin-top: 0; }
    .position-fullwidth.elementor-page .site-content_wrap {
      margin-bottom: 0; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: relative; }

.header-container {
  padding: 25px 0;
  position: relative; }
  .header-container_wrap {
    position: relative; }
  @media (min-width: 768px) {
    .header-container.transparent {
      position: absolute !important;
      left: 0;
      right: 0;
      z-index: 90; } }
  .header-container.transparent:not(.isStuck) {
    top: auto !important; }

.header-container__flex {
  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; }
  .header-container__flex > * {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .header-container__flex .site-branding {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  @media (max-width: 767px) {
    .header-container__flex > * + * {
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .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: 1200px) {
    .site-header.style-1 .header-container__flex,
    .site-header.style-4 .header-container__flex {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.header-nav-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%; }
  @media (min-width: 768px) {
    .header-nav-wrapper {
      width: auto;
      position: static; } }
  .site-header.search-active .header-nav-wrapper {
    position: relative; }
  .jet-mobile-menu-active .header-nav-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .jet-mobile-menu-active .header-nav-wrapper .main-navigation {
      width: auto; }
  .header-nav-wrapper .header-components:not(:empty) {
    margin-left: 30px; }
    .jet-mobile-menu-active .header-nav-wrapper .header-components:not(:empty) {
      margin-left: 0; }

.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 > * + * {
    margin-left: 25px;
    position: relative; }
    .header-components > * + *:before {
      content: '';
      position: absolute;
      display: block;
      height: 16px;
      width: 1px;
      top: 50%;
      left: -12.5px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .invert .header-components > * + *:before {
        background-color: currentColor; }

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

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

@media (min-width: 768px) {
  .site-header .main-navigation {
    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: 768px) {
  .site-header.search-active .main-navigation {
    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); }

.site-header.style-1 .header-btn-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 1200px) {
    .site-header.style-1 .header-btn-wrapper {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; } }

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

@media (min-width: 1200px) {
  .site-header.style-1 .header-nav-wrapper {
    margin-top: 0; } }

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

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

.site-header.style-2 .header-btn-wrapper {
  margin-top: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .site-header.style-2 .header-btn-wrapper {
      margin-top: 0;
      text-align: right; } }

.site-header.style-2 .header-nav-wrapper {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .site-header.style-2 .header-nav-wrapper {
      margin-top: 10px; }
      .site-header.style-2 .header-nav-wrapper.header-components-visible .main-navigation {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 220px);
        flex: 0 0 calc(100% - 220px);
        max-width: calc(100% - 220px);
        margin-left: 110px; }
      .site-header.style-2 .header-nav-wrapper.header-components-visible .header-components {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }

@media (min-width: 768px) {
  .site-header.style-2 .main-navigation .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .site-header.style-2 .main-navigation .jet-menu {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; } }

.site-header.style-3 .header-btn-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

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

@media (min-width: 1200px) {
  .site-header.style-3 .main-navigation .jet-menu {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; } }

.site-header.style-4 .header-btn-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 1200px) {
    .site-header.style-4 .header-btn-wrapper {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; } }

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

@media (min-width: 1200px) {
  .site-header.style-4 .header-nav-wrapper {
    margin-top: 0; } }

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

.top-panel__inner {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .top-panel__inner {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .site-header--separate .top-panel__inner {
    border-bottom: 1px solid; }
  .site-header--separate .invert .top-panel__inner {
    border-color: rgba(255, 255, 255, 0.1); }

.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: 768px) {
    .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: 768px) {
      .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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -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; }
  @media (min-width: 768px) {
    .top-panel__menus {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  .top-panel__menus > * + * {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .top-panel__menus > * + * {
        margin-top: 0; } }

.top-panel__message {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center; }
  @media (min-width: 768px) {
    .top-panel__message {
      text-align: left; } }
  @media (min-width: 768px) {
    .top-panel__message + .contact-block {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
      width: 100%; } }

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

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

@media (min-width: 768px) {
  .isStuck {
    position: fixed !important;
    z-index: 1000;
    margin: 0 auto !important;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 2px 12px rgba(136, 136, 136, 0.26);
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.26); } }

@media (min-width: 768px) {
  .site-header .isStuck.header-container.stuckMenu {
    position: fixed !important;
    padding: 10px 0; }
    .site-header .isStuck.header-container.stuckMenu .site-branding {
      margin-top: 5px;
      margin-bottom: 5px; }
    .site-header .isStuck.header-container.stuckMenu .site-link__img {
      max-height: 45px; }
    .site-header .isStuck.header-container.stuckMenu .header-btn {
      padding: 10px 25px; } }

@media (min-width: 768px) {
  .site-header.style-2 .isStuck.header-container.stuckMenu {
    padding: 5px 0; }
    .site-header.style-2 .isStuck.header-container.stuckMenu .site-branding {
      margin-top: 0;
      margin-bottom: 0; }
    .site-header.style-2 .isStuck.header-container.stuckMenu .site-link__img {
      max-height: 25px; }
    .site-header.style-2 .isStuck.header-container.stuckMenu .header-nav-wrapper {
      margin-top: 5px; } }

@media (min-width: 768px) {
  .site-header.style-3 .isStuck.header-container.stuckMenu .header-nav-wrapper {
    margin-top: 5px; } }

@media (min-width: 1200px) {
  .site-header.style-3 .isStuck.header-container.stuckMenu .header-container__flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .site-header.style-3 .isStuck.header-container.stuckMenu .header-nav-wrapper {
    margin-top: 0; }
  .site-header.style-3 .isStuck.header-container.stuckMenu .header-btn-wrapper {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; } }

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

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry,
.posts-list__item {
  position: relative; }
  .posts-list .hentry, .posts-list
  .posts-list__item {
    margin-bottom: 50px; }
  .posts-list--default .hentry, .posts-list--default
  .posts-list__item {
    margin-bottom: 40px; }
  .posts-list--default-small-image .hentry:before, .posts-list--default-small-image
  .posts-list__item:before {
    content: "";
    display: table;
    table-layout: fixed; }
  .posts-list--default-small-image .hentry:after, .posts-list--default-small-image
  .posts-list__item:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }

/*--------------------------------------------------------------
### Posts-list
--------------------------------------------------------------*/
.posts-list--default .format-standard.no-thumb .posts-list__item-content,
.posts-list--default .format-image .post-featured-content:empty + .posts-list__item-content,
.posts-list--default .format-video .post-featured-content:empty + .posts-list__item-content,
.posts-list--default .format-audio .posts-list__item-content,
.posts-list--default .format-quote .posts-list__item-content,
.posts-list--default .format-link .posts-list__item-content {
  padding: 20px; }
  @media (min-width: 1200px) {
    .posts-list--default .format-standard.no-thumb .posts-list__item-content,
    .posts-list--default .format-image .post-featured-content:empty + .posts-list__item-content,
    .posts-list--default .format-video .post-featured-content:empty + .posts-list__item-content,
    .posts-list--default .format-audio .posts-list__item-content,
    .posts-list--default .format-quote .posts-list__item-content,
    .posts-list--default .format-link .posts-list__item-content {
      padding: 40px; } }

.posts-list--grid .posts-list__item,
.posts-list--grid .posts-list__item-content, .posts-list--vertical-justify .posts-list__item,
.posts-list--vertical-justify .posts-list__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.posts-list--grid .posts-list__item, .posts-list--masonry .posts-list__item, .posts-list--vertical-justify .posts-list__item {
  border-radius: 5px;
  overflow: hidden; }

.posts-list--grid .posts-list__item-content, .posts-list--masonry .posts-list__item-content, .posts-list--vertical-justify .posts-list__item-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .posts-list--grid .posts-list__item-content, .posts-list--masonry .posts-list__item-content, .posts-list--vertical-justify .posts-list__item-content {
      padding: 35px 40px; } }

.posts-list--masonry .posts-list__item {
  overflow: visible; }

@media (min-width: 1200px) {
  .position-one-right-sidebar .posts-list--grid-4-cols .posts-list__item-content,
  .position-one-left-sidebar .posts-list--grid-4-cols .posts-list__item-content, .position-one-right-sidebar .posts-list--masonry-4-cols .posts-list__item-content,
  .position-one-left-sidebar .posts-list--masonry-4-cols .posts-list__item-content {
    padding: 30px 20px; } }

.posts-list--search .posts-list__item + .posts-list__item {
  padding-top: 50px;
  border-top-width: 1px;
  border-top-style: solid; }

.posts-list--search .posts-list__item > .entry-footer {
  margin-top: 30px; }

@media (min-width: 768px) {
  .posts-list--search .posts-list__item {
    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 .posts-list__item > .entry-footer {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 0;
      margin-left: 40px; } }

/*--------------------------------------------------------------
### Entry (header, content, meta, footer)
--------------------------------------------------------------*/
.entry-title {
  margin: 0; }
  .posts-list:not(.posts-list--default):not(.related-posts) .entry-title {
    font-size: 24px; }
  .site-main > .page.hentry > .entry-header > .entry-title {
    margin-bottom: 10px; }

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

.entry-meta .post__comments {
  display: inline-block; }
  .entry-meta .post__comments:not(:last-child):after {
    margin-left: 1px;
    content: ','; }

.entry-header > *:not(:empty) + * {
  margin-top: 5px; }

.posts-list .entry-summary > *:first-child, .posts-list .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:not(.posts-list--default) .entry-summary, .posts-list:not(.posts-list--default) .entry-content {
  font-size: 16px;
  line-height: 1.5; }

.single-post .site-main .hentry .entry-summary, .single-post .site-main .hentry .entry-content {
  margin-top: 10px; }

.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-container {
  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: -10px;
  margin-right: -10px; }
  .entry-footer-container > * {
    padding-left: 10px;
    padding-right: 10px; }
  .entry-footer-container > * {
    margin-top: 15px; }
  .entry-footer-container .post__tags + .share-btns__list + .post__button-wrap {
    width: 100%; }
  .entry-footer-container .post__tags + .share-btns__list + .post__button-wrap,
  .entry-footer-container .post__button-wrap:only-child {
    margin-top: 10px; }

.single-post .entry-footer > * {
  margin-top: 15px; }

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.post-thumbnail__img {
  display: inline-block;
  vertical-align: top; }
  .single-post .post .post-thumbnail__img {
    margin-bottom: 35px; }
  .single-post .post .post-thumbnail__img,
  .post-thumbnail--fullwidth .post-thumbnail__img {
    width: 100%;
    max-height: 90vh;
    -o-object-fit: cover;
    object-fit: cover; }
    .ie .single-post .post .post-thumbnail__img, .ie
    .post-thumbnail--fullwidth .post-thumbnail__img {
      font-family: 'object-fit: cover'; }
  .post-thumbnail--small .post-thumbnail__img {
    width: 100%; }
    @media (min-width: 768px) {
      .post-thumbnail--small .post-thumbnail__img {
        width: auto; } }

.post-thumbnail--small {
  display: block;
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .post-thumbnail--small {
      float: left;
      margin-right: 30px;
      margin-bottom: 15px;
      width: auto;
      max-width: 50%; } }

.post-thumbnail--fullwidth {
  display: block; }
  .posts-list--default .post-thumbnail--fullwidth {
    margin-bottom: 20px; }

.post__cats i, .post__terms i, .post__date i, .post__comments i, .post__tags i, .posted-by i {
  margin-right: 4px; }

.posted-by--avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.posted-by .posted-by__avatar img {
  border-radius: 50%; }
  .posted-by .posted-by__avatar img,
  .elementor .posted-by .posted-by__avatar img {
    margin-right: 15px; }

.posted-by__content {
  margin: 5px 0; }

.entry-footer .posted-by {
  margin-top: 20px; }

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.related-posts {
  margin-top: 50px; }
  .related-posts [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .related-posts__title {
    margin-bottom: 35px; }
  .related-posts .related-post,
  .related-posts .related-post__content {
    width: 100%;
    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 {
    margin-bottom: 1.875rem;
    border-radius: 5px;
    overflow: hidden; }
  .related-posts .related-post__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px 20px; }
    @media (min-width: 768px) {
      .related-posts .related-post__content {
        padding: 35px 40px; } }
  @media (min-width: 1200px) {
    .position-one-right-sidebar .related-posts .col-xl-3 .related-post__content,
    .position-one-left-sidebar .related-posts .col-xl-3 .related-post__content {
      padding: 30px 20px; } }
  .related-posts .post-thumbnail--fullwidth {
    margin-bottom: 0; }
  .related-posts .entry-title {
    margin-bottom: 0; }
  .related-posts .entry-meta:not(:empty) {
    margin-top: 5px; }

/*--------------------------------------------------------------
### Tags style
--------------------------------------------------------------*/
.post__tags a, .tagcloud a {
  display: inline-block;
  font-size: 14px;
  margin: 0 1px 5px 0;
  padding: 4px 8px;
  vertical-align: top;
  text-decoration: none;
  border-width: 2px;
  border-style: solid; }

.posts-list--grid .post__tags a, .posts-list--masonry .post__tags a, .posts-list--vertical-justify .post__tags a, .related-posts .post__tags a, .cherry-trend-post__meta-tags a, .jet-posts .post-badge a {
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
  padding: 4px 10px;
  margin: 0 0 5px 0; }

.posts-list--grid .format-standard.has-thumb .post__tags,
.posts-list--grid .format-video .post-featured-content:not(:empty) + .posts-list__item-content .post__tags,
.posts-list--grid .format-image .post-featured-content:not(:empty) + .posts-list__item-content .post__tags,
.posts-list--grid .format-gallery .post-featured-content:not(:empty) + .posts-list__item-content .post__tags, .posts-list--masonry .format-standard.has-thumb .post__tags,
.posts-list--masonry .format-video .post-featured-content:not(:empty) + .posts-list__item-content .post__tags,
.posts-list--masonry .format-image .post-featured-content:not(:empty) + .posts-list__item-content .post__tags,
.posts-list--masonry .format-gallery .post-featured-content:not(:empty) + .posts-list__item-content .post__tags, .posts-list--vertical-justify .format-standard.has-thumb .post__tags,
.posts-list--vertical-justify .format-video .post-featured-content:not(:empty) + .posts-list__item-content .post__tags,
.posts-list--vertical-justify .format-image .post-featured-content:not(:empty) + .posts-list__item-content .post__tags,
.posts-list--vertical-justify .format-gallery .post-featured-content:not(:empty) + .posts-list__item-content .post__tags, .related-posts .related-post.has-thumb .post__tags, .cherry-trend-post__meta-tags, .jet-posts .has-thumb .post-badge,
.jet-posts .thumb-box-bg .post-badge {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
  margin: 20px;
  z-index: 1; }

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

/*--------------------------------------------------------------
### 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;
      margin-left: 5px; }
    .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: 35px; }

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

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

.posts-list--default .post-gallery {
  margin-bottom: 35px; }

.single-post .entry-content .post-gallery:first-child {
  margin-top: 15px; }

@media (min-width: 768px) {
  .posts-list--default-small-image .post-gallery {
    float: left;
    max-width: 370px;
    margin-bottom: 15px;
    margin-right: 30px; } }

.post-gallery__link {
  height: 100%; }

.post-gallery__image {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
  .ie .post-gallery__image {
    font-family: 'object-fit: cover'; }

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

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

.post-gallery__link {
  display: block;
  height: 100%; }

.post-gallery .swiper-pagination-bullet {
  border-color: #ffffff; }
  .post-gallery .swiper-pagination-bullet-active, .post-gallery .swiper-pagination-bullet:hover {
    background-color: #ffffff; }

.post-format-link {
  display: block;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  .post-format-link:before {
    content: '\f0c1';
    display: inline;
    font-size: inherit;
    line-height: inherit;
    margin-right: 10px; }
  .posts-list:not(.posts-list--default) .post-format-link {
    font-size: 20px; }
  .single-post .post-format-link {
    text-align: center; }

.post-format-quote {
  margin: 0;
  display: block; }

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

.format-quote .post-featured-content:not(:empty),
.format-audio .post-featured-content:not(:empty) {
  margin-bottom: 15px; }

.posts-list.content-none .format-quote .post-featured-content, .posts-list.content-none
.format-audio .post-featured-content {
  margin-bottom: 0; }

.format-quote *:not(:empty) + .post-featured-content:not(:empty),
.format-audio *:not(:empty) + .post-featured-content:not(:empty) {
  margin-top: 25px; }

.format-link *:not(:empty) + .post-featured-content:not(:empty) {
  margin-top: 5px; }

.posts-list--default .format-video .post-featured-content:not(:empty) {
  margin-bottom: 35px; }

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

.single-post .format-link .post-featured-content:not(:empty),
.single-post .format-quote .post-featured-content:not(:empty) {
  padding: 50px 20px;
  margin-bottom: 35px; }

@media (min-width: 768px) {
  .posts-list--default-small-image .format-video .post-featured-content:not(:empty) {
    float: left;
    width: 370px;
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 30px; } }

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

/* 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: '\ed3c';
    font-size: 32px;
    width: 32px;
    height: 32px;
    line-height: 1;
    text-align: center;
    margin: -16px 0 0 -16px;
    -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-footer--separate .footer-area-wrap + .footer-container .site-info {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.site-footer--separate .footer-area-wrap + .invert.footer-container .site-info {
  border-color: rgba(255, 255, 255, 0.1); }

.site-footer.style-1 .site-info {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .site-footer.style-1 .site-info {
      padding-top: 24px;
      padding-bottom: 24px; } }
  .site-footer.style-1 .site-info-wrap > * {
    margin-top: 10px;
    margin-bottom: 10px; }
  .site-footer.style-1 .site-info .social-list {
    margin-top: 35px; }
  @media (min-width: 768px) {
    .site-footer.style-1 .site-info {
      text-align: left; }
      .site-footer.style-1 .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 > * {
          margin-left: 15px;
          margin-right: 15px; }
      .site-footer.style-1 .site-info .social-list {
        margin-top: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }

.site-footer.style-2 .site-info {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .site-footer.style-2 .site-info {
      padding-bottom: 80px; } }
  .site-footer.style-2 .site-info .footer-copyright {
    font-size: 14px;
    line-height: 1.7; }
  .site-footer.style-2 .site-info > * + * {
    margin-top: 10px; }
  .site-footer.style-2 .site-info * + .social-list {
    margin-top: 40px; }
  .site-footer.style-2 .site-info * + .footer-copyright {
    margin-top: 45px; }

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.not-found {
  text-align: center; }
  .not-found.error-404 {
    padding: 100px 0; }
    @media (min-width: 768px) {
      .not-found.error-404 {
        padding: 120px 0; } }
    @media (min-width: 1200px) {
      .not-found.error-404 {
        padding-top: 150px; } }
    .not-found.error-404 h6 {
      font-size: 12px; }
    .not-found.error-404 * + h2 {
      margin-top: 45px; }
    .not-found.error-404 .btn {
      margin-top: 60px; }
  .position-fullwidth .not-found.no-results {
    margin: 80px 0; }
    @media (min-width: 768px) {
      .position-fullwidth .not-found.no-results {
        margin: 100px 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: 45px; }

.footer-area .widget {
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 1.74; }

.widget-title {
  margin-bottom: 1.8em; }
  .footer-area .widget-title {
    margin-bottom: 26px;
    margin-top: 5px; }

.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-subscribe, .full-width-header-area .widget.elementor-template-widget,
.full-width-header-area .widget.elementor-template-widget .subscribe-follow__wrap, .full-width-header-area .widget.widget_media_image, .full-width-header-area .widget.widget_media_video,
.after-content-full-width-area .widget.widget-subscribe,
.after-content-full-width-area .widget.elementor-template-widget,
.after-content-full-width-area .widget.elementor-template-widget .subscribe-follow__wrap,
.after-content-full-width-area .widget.widget_media_image,
.after-content-full-width-area .widget.widget_media_video {
  padding-left: 0;
  padding-right: 0; }

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

.footer-area {
  padding: 68px 0 36px; }
  .footer-area:not(.footer-area--fullwidth) {
    font-size: 14px; }

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

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.widget ul {
  margin-bottom: 0;
  padding: 0;
  margin-left: 0;
  list-style: none; }
  .widget ul li + li,
  .widget ul li > ul,
  .widget ul li > ol {
    margin-top: 15px; }
  .widget ul li > ul,
  .widget ul li > ol {
    margin-left: 20px; }

.footer-area .widget ul li + li,
.footer-area .widget ul li > ul,
.footer-area .widget ul li > ol {
  margin-top: 25px; }

.footer-area .widget.widget_nav_menu ul li + li,
.footer-area .widget.widget_nav_menu ul li > ul,
.footer-area .widget.widget_nav_menu ul li > ol {
  margin-top: 15px; }

.widget_archive ul,
.widget_categories ul,
.widget-area:not(.footer-area) .widget_nav_menu div ul,
.elementor-widget-sidebar .widget_nav_menu div ul,
.widget_meta ul,
.widget_pages ul {
  font-size: 14px;
  line-height: 1.5; }

.widget_archive > ul > li > a,
.widget_categories > ul > li > a,
.widget-area:not(.footer-area) .widget_nav_menu div > ul > li > a,
.elementor-widget-sidebar .widget_nav_menu div > ul > li > a,
.widget_meta > ul > li > a,
.widget_pages > ul > li > a {
  position: relative;
  text-transform: uppercase;
  padding-left: 20px; }
  .widget_archive > ul > li > a::before,
  .widget_categories > ul > li > a::before,
  .widget-area:not(.footer-area) .widget_nav_menu div > ul > li > a::before,
  .elementor-widget-sidebar .widget_nav_menu div > ul > li > a::before,
  .widget_meta > ul > li > a::before,
  .widget_pages > ul > li > a::before {
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-transition: 0.1s ease all;
    -o-transition: 0.1s ease all;
    transition: 0.1s ease all; }
  .widget_archive > ul > li > a:hover::before,
  .widget_categories > ul > li > a:hover::before,
  .widget-area:not(.footer-area) .widget_nav_menu div > ul > li > a:hover::before,
  .elementor-widget-sidebar .widget_nav_menu div > ul > li > a:hover::before,
  .widget_meta > ul > li > a:hover::before,
  .widget_pages > ul > li > a:hover::before {
    background-color: currentColor; }

.widget_archive > ul > li + li,
.widget_categories > ul > li + li,
.widget-area:not(.footer-area) .widget_nav_menu div > ul > li + li,
.elementor-widget-sidebar .widget_nav_menu div > ul > li + li,
.widget_meta > ul > li + li,
.widget_pages > ul > li + li {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid; }

@media (min-width: 1200px) {
  .widget_archive > ul > li > ul,
  .widget_categories > ul > li > ul,
  .widget-area:not(.footer-area) .widget_nav_menu div > ul > li > ul,
  .elementor-widget-sidebar .widget_nav_menu div > ul > li > ul,
  .widget_meta > ul > li > ul,
  .widget_pages > ul > li > ul {
    margin-left: 40px; } }

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget_calendar {
  font-weight: 700;
  font-size: 12px;
  text-align: center; }
  .widget_calendar caption,
  .widget_calendar thead,
  .widget_calendar tbody {
    font-weight: 700; }
  .widget_calendar caption,
  .widget_calendar tbody {
    font-size: 12px; }
  .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 {
    font-size: 10px; }
  .widget_calendar caption {
    padding: 15px 0 9px;
    text-transform: uppercase; }
  .widget_calendar th {
    padding: 12px 5px; }
  .widget_calendar tbody td,
  .widget_calendar tbody td a {
    line-height: 55px;
    height: 55px; }
  .widget_calendar tbody td a {
    display: inline-block;
    width: 100%;
    max-width: 100%; }
  .widget_calendar tfoot td {
    position: absolute;
    top: 15px; }
    .widget_calendar tfoot td a {
      font-size: 0; }
      .widget_calendar tfoot td a:before {
        content: '\f053';
        font-size: 10px;
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s; }
    .widget_calendar tfoot td#prev {
      left: 20px; }
      .widget_calendar tfoot td#prev a:before {
        content: '\f053'; }
    .widget_calendar tfoot td#next {
      right: 20px; }
      .widget_calendar tfoot td#next a:before {
        content: '\f054'; }
  .widget_calendar #next {
    text-align: right; }

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud {
  margin: 0 0 -5px; }

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries {
  font-size: 16px; }
  .footer-area:not(.footer-area--fullwidth) .widget_recent_entries {
    font-size: inherit; }
  .widget_recent_entries .post-date {
    display: block; }

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments {
  font-size: 16px; }
  .footer-area:not(.footer-area--fullwidth) .widget_recent_comments {
    font-size: inherit; }
  .widget_recent_comments .comment-author-link {
    margin-right: 1px; }
    .widget_recent_comments .comment-author-link ~ a:before {
      content: '';
      display: block; }

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

.widget_rss {
  font-size: 16px; }
  .footer-area:not(.footer-area--fullwidth) .widget_rss {
    font-size: inherit; }
  .widget_rss a.rsswidget {
    line-height: 1.125; }
  .widget_rss .rss-date {
    display: block; }
  .widget_rss .rss-date,
  .widget_rss .rssSummary,
  .widget_rss cite {
    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[class*="col-"] label,
  .widget_categories[class*="col-"] label {
    width: calc(100% - 1.875rem); }
  .widget_archive label,
  .widget_categories label {
    position: relative;
    width: 100%;
    height: 45px; }
    .footer-area .widget_archive label, .footer-area
    .widget_categories label {
      width: calc(100% - 1.875rem); }
    .widget_archive label:before,
    .widget_categories label:before {
      content: "\f107";
      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: 24px;
      pointer-events: none; }
  .widget_archive .screen-reader-text,
  .widget_categories .screen-reader-text {
    clip: auto; }

/*--------------------------------------------------------------
## Monster Widget Compatibility
--------------------------------------------------------------*/
.footer-area > [id*="monster-widget-placeholder"].widget {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  .footer-area--4-cols > [id*="monster-widget-placeholder"].widget,
  .footer-area--2-cols > [id*="monster-widget-placeholder"].widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  .footer-area--4-cols > [id*="monster-widget-placeholder"].widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 768px) {
  .footer-area--3-cols > [id*="monster-widget-placeholder"].widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

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

.about-author_avatar {
  text-align: center;
  margin-bottom: 30px; }
  .about-author_avatar img {
    border-radius: 50%; }
  .full-width-header-area .about-author_avatar,
  .after-content-full-width-area .about-author_avatar,
  .footer-area--fullwidth .about-author_avatar {
    margin: 0 0 1em;
    max-width: 100%; }
    @media (min-width: 768px) {
      .full-width-header-area .about-author_avatar,
      .after-content-full-width-area .about-author_avatar,
      .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,
.footer-area--fullwidth .about-author_content {
  overflow: hidden; }

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

.about-author_description {
  margin-bottom: 20px; }

/*--------------------------------------------------------------
## About Kiddlez
--------------------------------------------------------------*/
.widget-about__content {
  margin-top: 30px; }

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

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

.widget-about__social {
  margin-top: 35px; }

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.widget-banner__img, .widget-banner__link {
  display: inline-block; }

/*--------------------------------------------------------------
## Contact Information
--------------------------------------------------------------*/
.contact-information-widget__inner li {
  margin-left: 0; }
  .contact-information-widget__inner li .icon {
    font-size: 18px;
    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: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }

.footer-area .contact-information-widget.widget ul li + li {
  margin-top: 5px; }

/*--------------------------------------------------------------
## Custom Posts
--------------------------------------------------------------*/
.custom-posts__item:not(:last-child) {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .custom-posts__item:not(:last-child) {
      padding-bottom: 35px; } }
  .sidebar .custom-posts__item:not(:last-child),
  .footer-area:not(.footer-area--fullwidth) .custom-posts__item:not(:last-child) {
    padding-bottom: 20px; }

.custom-posts .post-inner:before {
  content: "";
  display: table;
  table-layout: fixed; }

.custom-posts .post-inner:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; }

.custom-posts .post-thumbnail {
  float: left;
  margin-right: 25px;
  max-width: calc(33.33% - 12.5px); }
  @media (min-width: 576px) {
    .custom-posts .post-thumbnail {
      max-width: calc(50% - 12.5px); } }

.custom-posts .entry-title {
  font-size: 16px;
  line-height: 1.125; }
  @media (min-width: 992px) {
    .custom-posts .entry-title {
      font-size: 24px;
      line-height: 1.25; } }
  .sidebar .custom-posts .entry-title,
  .footer-area:not(.footer-area--fullwidth) .custom-posts .entry-title {
    font-size: 16px;
    line-height: 1.125; }

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

.custom-posts .entry-content {
  font-size: 16px; }

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

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.full-width-header-area .cs-instagram,
.after-content-full-width-area .cs-instagram {
  padding: 0; }
  .full-width-header-area .cs-instagram .widget-title,
  .after-content-full-width-area .cs-instagram .widget-title {
    padding: 0 0.9375rem;
    text-align: center; }

.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; }
  .full-width-header-area .cs-instagram__items,
  .after-content-full-width-area .cs-instagram__items {
    margin: 0; }

.cs-instagram__item {
  position: relative;
  min-height: 1px;
  padding: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }
  .full-width-header-area .cs-instagram__item,
  .after-content-full-width-area .cs-instagram__item {
    padding: 0; }
    @media (min-width: 768px) {
      .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: 992px) {
    .footer-area--fullwidth .cs-instagram__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666%;
      flex: 0 0 16.666%;
      max-width: 16.666%; } }

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

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

.cs-instagram__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  text-align: center;
  opacity: 1;
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  background-color: transparent; }
  .cs-instagram__cover:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out; }
  .cs-instagram__cover:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '\f06e';
    font-size: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    margin: -9px 0 0 -9px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    line-height: 1; }

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

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.widget-subscribe .widget-title {
  margin-bottom: 20px; }

.subscribe-follow__custom-bg {
  padding: 45px 25px; }
  .subscribe-follow__custom-bg .subscribe-block__input {
    background-color: #ffffff; }

.full-width-header-area > .widget-subscribe .subscribe-follow__wrap,
.after-content-full-width-area > .widget-subscribe .subscribe-follow__wrap {
  text-align: center; }
  .full-width-header-area > .widget-subscribe .subscribe-follow__wrap .subscribe-block__messages,
  .after-content-full-width-area > .widget-subscribe .subscribe-follow__wrap .subscribe-block__messages {
    text-align: left; }
  .full-width-header-area > .widget-subscribe .subscribe-follow__wrap .follow-block,
  .full-width-header-area > .widget-subscribe .subscribe-follow__wrap .subscribe-block,
  .after-content-full-width-area > .widget-subscribe .subscribe-follow__wrap .follow-block,
  .after-content-full-width-area > .widget-subscribe .subscribe-follow__wrap .subscribe-block {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto; }

.subscribe-block__message,
.follow-block__message {
  font-size: 14px; }

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

.follow-block .social-list__items {
  margin-left: -3px;
  margin-right: -3px; }
  .follow-block .social-list__items .menu-item {
    padding-left: 3px;
    padding-right: 3px; }

.subscribe-block + .follow-block {
  margin-top: 15px; }
  .subscribe-block + .follow-block .social-list:only-child {
    padding-top: 16px; }

.subscribe-block__form.processing {
  pointer-events: none;
  opacity: 0.7; }

.subscribe-block__input-group {
  position: relative;
  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; }
  .elementor .subscribe-block__input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

.subscribe-block__input-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
  -webkit-box-flex: 30;
  -ms-flex: 30 1 170px;
  flex: 30 1 170px;
  min-width: 170px; }
  .elementor .subscribe-block__input-wrap {
    -webkit-box-flex: 30;
    -ms-flex: 30 1 50px;
    flex: 30 1 50px;
    min-width: 50px; }
  .invert .subscribe-block__input-wrap .subscribe-block__input {
    background-color: #404547; }
    .invert .subscribe-block__input-wrap .subscribe-block__input::-webkit-input-placeholder {
      color: #b3bbc1; }
    .invert .subscribe-block__input-wrap .subscribe-block__input::-moz-placeholder {
      color: #b3bbc1; }
    .invert .subscribe-block__input-wrap .subscribe-block__input:-ms-input-placeholder {
      color: #b3bbc1; }
    .invert .subscribe-block__input-wrap .subscribe-block__input:-moz-placeholder {
      color: #b3bbc1; }

.subscribe-block__input {
  width: 100%;
  min-width: 50px;
  max-width: 100%;
  font-size: 14px;
  padding-top: calc( 11px - ((14px - 14px) * 1.5)/2);
  padding-bottom: calc( 11px - ((14px - 14px) * 1.5)/2); }
  .elementor .subscribe-block__input {
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px; }
  .subscribe-block__input.error {
    border-color: #ee5151; }
  .elementor .subscribe-block__input-group.layout-1 .subscribe-block__input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .elementor .subscribe-block__input-group.layout-2 .subscribe-block__input {
    border-radius: 3px; }
  .subscribe-block__input-group.layout-2 .subscribe-block__input {
    padding-right: 50px; }

.subscribe-block__submit {
  margin: 5px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative; }
  .subscribe-block__submit.btn {
    padding-left: 14px;
    padding-right: 14px; }
  .subscribe-block__submit:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11.5px 0 0 -11.5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    border-top-color: transparent;
    z-index: 1;
    -webkit-animation: kiddlez_spin 1s linear infinite;
    animation: kiddlez_spin 1s linear infinite;
    opacity: 0; }
  .elementor .subscribe-block__input-group.layout-1 .subscribe-block__submit {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: 700; }
  .subscribe-block__submit.processing .submit-inner {
    opacity: 0; }
  .subscribe-block__submit.processing:after {
    opacity: 1; }
  .subscribe-block__submit--icon {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px; }
    .subscribe-block__submit--icon i {
      font-size: 24px; }

.subscribe-block__message {
  margin-bottom: 10px; }

.subscribe-block__error, .subscribe-block__success {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .subscribe-block__error.hidden, .subscribe-block__success.hidden {
    display: block;
    opacity: 0;
    line-height: 0;
    margin-top: 0; }

.subscribe-block__error {
  color: #ee5151; }

.subscribe-block__success {
  color: #5CB85C; }

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

.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.33333%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66667%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28571%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11111%; }

.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 */
.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.wp-playlist-playing .wp-playlist-caption {
  color: #000000; }

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

.mejs-video .mejs-overlay-button {
  width: 86px;
  height: 86px;
  margin: -43px 0 0 -43px;
  background-image: none;
  text-align: center;
  position: relative; }
  .mejs-video .mejs-overlay-button:before {
    content: '\f04b';
    font-size: 32px;
    line-height: 86px;
    z-index: 2;
    position: relative;
    color: #ffffff;
    text-indent: 5px; }
  .mejs-video .mejs-overlay-button:after {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.25);
    -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.2) translate3d(0, 0, 0);
  transform: scale(1.2) translate3d(0, 0, 0); }

.entry-content .mejs-audio-container-wrapper:not(:first-child), .entry-content
.wp-video:not(:first-child), .entry-content
.wp-playlist.wp-video-playlist:not(:first-child), .entry-content
.wp-playlist.wp-audio-playlist:not(:first-child) {
  margin-top: 35px; }

.entry-content .mejs-audio-container-wrapper:not(:last-child), .entry-content
.wp-video:not(:last-child), .entry-content
.wp-playlist.wp-video-playlist:not(:last-child), .entry-content
.wp-playlist.wp-audio-playlist:not(:last-child) {
  margin-bottom: 35px; }

.entry-content .mejs-audio-container-wrapper:first-child, .entry-content
.wp-video:first-child, .entry-content
.wp-playlist.wp-video-playlist:first-child, .entry-content
.wp-playlist.wp-audio-playlist:first-child {
  margin-top: 15px; }

/* Facebook embed */
.fb_iframe_widget {
  max-width: 100%; }
  .fb_iframe_widget > span {
    max-width: 100%; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.team-container .cherry-team-filter, .cherry-projects-wrapper .projects-filters, .services-container .cherry-services-filter, .tm-pg_front_gallery ul.tm-pg_front_gallery-tabs {
  margin-bottom: 50px;
  text-align: center;
  padding: 20px 0;
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }
  .team-container .cherry-team-filter:before, .cherry-projects-wrapper .projects-filters:before, .services-container .cherry-services-filter:before, .tm-pg_front_gallery ul.tm-pg_front_gallery-tabs:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px); }

.position-fullwidth .elementor-col-100 .team-container .cherry-team-filter,
.position-fullwidth [data-col="100"] .team-container .cherry-team-filter, .position-fullwidth.archive .cherry-projects-wrapper .projects-filters,
.position-fullwidth .elementor-col-100 .cherry-projects-wrapper .projects-filters,
.position-fullwidth [data-col="100"] .cherry-projects-wrapper .projects-filters, .position-fullwidth .elementor-col-100 .services-container .cherry-services-filter,
.position-fullwidth [data-col="100"] .services-container .cherry-services-filter, .position-fullwidth .elementor-col-100 .tm-pg_front_gallery ul.tm-pg_front_gallery-tabs,
.position-fullwidth [data-col="100"] .tm-pg_front_gallery ul.tm-pg_front_gallery-tabs {
  margin-left: -20px;
  margin-right: -20px; }
  .position-fullwidth .elementor-col-100 .team-container .cherry-team-filter:before,
  .position-fullwidth [data-col="100"] .team-container .cherry-team-filter:before, .position-fullwidth.archive .cherry-projects-wrapper .projects-filters:before,
  .position-fullwidth .elementor-col-100 .cherry-projects-wrapper .projects-filters:before,
  .position-fullwidth [data-col="100"] .cherry-projects-wrapper .projects-filters:before, .position-fullwidth .elementor-col-100 .services-container .cherry-services-filter:before,
  .position-fullwidth [data-col="100"] .services-container .cherry-services-filter:before, .position-fullwidth .elementor-col-100 .tm-pg_front_gallery ul.tm-pg_front_gallery-tabs:before,
  .position-fullwidth [data-col="100"] .tm-pg_front_gallery ul.tm-pg_front_gallery-tabs:before {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.team-container .cherry-team-filter_item, .cherry-projects-wrapper ul.projects-filters-list > li,
.cherry-projects-wrapper ul.order-filters > li, .services-container .cherry-services-filter_item, .tm-pg_front_gallery ul.tm-pg_front_gallery-tabs li {
  padding: 5px 20px;
  margin: 0;
  position: relative; }

.team-container .cherry-team-filter_link, .services-container .cherry-services-filter_link, .tm-pg_front_gallery ul.tm-pg_front_gallery-tabs li a {
  border: none;
  padding: 0; }

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block; }
  .wpcf7 .wpcf7-form-control-wrap input {
    width: 100%; }

.wpcf7 .wpcf7-not-valid {
  border-bottom-color: #ee5151 !important; }

.wpcf7 .wpcf7-not-valid-tip {
  color: #ee5151 !important;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0; }

.wpcf7 .wpcf7-response-output {
  font-size: 14px;
  margin: 1em 0; }

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-mail-sent-ok {
  padding: 0;
  border: none; }

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng {
  color: #ee5151 !important; }

.wpcf7 .wpcf7-mail-sent-ok {
  color: #5CB85C !important; }

.wpcf7 input[type="submit"],
.wpcf7 input[type="reset"],
.wpcf7 button {
  vertical-align: middle; }

.wpcf7 .wpcf7-form .ajax-loader {
  background-image: url("assets/images/ajax-loader.gif");
  margin: 0 10px;
  width: 30px;
  height: 30px; }

.wpcf7-form p {
  margin-bottom: 25px; }
  .wpcf7-form p:last-of-type {
    margin-bottom: 0; }

.wpcf7 input[type='radio'],
.wpcf7 input[type='checkbox'] {
  width: auto; }

.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 input[type='url'],
.wpcf7 input[type='password'],
.wpcf7 input[type='search'],
.wpcf7 input[type='tel'],
.wpcf7 textarea {
  border: none;
  border-bottom: 1px solid;
  background-color: transparent;
  padding: 15px 0 3px;
  font-size: 18px; }

.wpcf7 textarea {
  height: 90px;
  min-height: 90px; }

/*-------------------------------------------------------------
## Cherry Team Members
--------------------------------------------------------------*/
/* Change default indent to Cherry Team Members Grid System */
.cherry-team.team-wrap .cherry-team-row [class*="col_"] {
  padding-bottom: 45px; }

.cherry-team.team-wrap.team-collapse-cols [class*="col_"] {
  padding-bottom: 0; }

/* Customization Style Cherry Team Members*/
.cherry-team.team-wrap .team-listing {
  padding: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center; }
  @media (min-width: 768px) {
    .cherry-team.team-wrap .team-listing {
      text-align: left; } }
  .cherry-team.team-wrap .team-listing .team-listing_item {
    text-align: inherit; }
  .cherry-team.team-wrap .team-listing .team-listing_photo {
    padding: 0 0 25px; }
    @media (min-width: 768px) {
      .cherry-team.team-wrap .team-listing .team-listing_photo {
        text-align: left; } }
    .cherry-team.team-wrap .team-listing .team-listing_photo img {
      vertical-align: top; }
  .cherry-team.team-wrap .team-listing .team-listing_name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px; }
  .cherry-team.team-wrap .team-listing .team-listing_position {
    font-size: 13px;
    display: block;
    margin-top: 10px;
    margin-bottom: 0; }
    .cherry-team.team-wrap .team-listing .team-listing_position + .team-listing_name {
      margin-top: 5px; }
  .cherry-team.team-wrap .team-listing .team-listing_desc {
    margin-top: 20px; }
  .cherry-team.team-wrap .team-listing .btn {
    margin-top: 20px; }

/* Listing template style */
.cherry-team.team-wrap.template-listing .team-listing .team-listing_photo,
.cherry-team.team-wrap.template-listing-contact-info .team-listing .team-listing_photo {
  padding: 0; }
  .cherry-team.team-wrap.template-listing .team-listing .team-listing_photo img,
  .cherry-team.team-wrap.template-listing-contact-info .team-listing .team-listing_photo img {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .cherry-team.team-wrap.template-listing .team-listing .team-listing_photo img,
      .cherry-team.team-wrap.template-listing-contact-info .team-listing .team-listing_photo img {
        float: left;
        margin-right: 30px;
        margin-bottom: 10px; } }

@media (min-width: 1200px) {
  .cherry-team.team-wrap.template-listing-contact-info .team-listing .team-listing_photo img {
    margin-right: 45px; } }

/* Grid-boxes template style */
.cherry-team.team-wrap.template-grid-boxes .team-listing {
  text-align: center; }
  .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_wrap {
    height: 100%; }
  .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_photo {
    padding: 0;
    text-align: center; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_photo .avatar {
      -o-object-fit: cover;
      object-fit: cover; }
      .ie .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_photo .avatar {
        font-family: 'object-fit: cover'; }
  .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_name {
    font-size: 30px; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_name a {
      border-bottom: 1px solid transparent; }
      .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_name a:hover {
        border-bottom-color: currentColor; }
  .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_position {
    font-size: 14px; }
  .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_desc {
    margin-top: 10px;
    font-size: 14px; }
  .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content {
    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;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    background-color: transparent;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    text-align: center; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content > *:first-child {
      margin-top: auto; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content > *:last-child {
      margin-bottom: auto; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content > .team-listing_socials:last-child {
      margin-top: auto;
      margin-bottom: 10px; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content > * {
      -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; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content > *:nth-child(1) {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content > *:nth-child(2) {
      -webkit-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content > *:nth-child(3) {
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content > *:nth-child(4) {
      -webkit-transition-delay: 0.05s;
      -o-transition-delay: 0.05s;
      transition-delay: 0.05s; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      bottom: 0;
      display: inline-block;
      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; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -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);
      z-index: -1;
      opacity: 0; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content .team-socials_item {
      -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);
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover:before {
      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; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover:after {
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      -webkit-transition: 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      -o-transition: 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      transition: 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      opacity: 1; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover > * {
      -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; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover > *:nth-child(1) {
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover > *:nth-child(2) {
      -webkit-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover > *:nth-child(3) {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover > *:nth-child(4) {
      -webkit-transition-delay: 0.25s;
      -o-transition-delay: 0.25s;
      transition-delay: 0.25s; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover .team-listing_socials {
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover .team-socials_item {
      -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);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover .team-socials_item:nth-child(1) {
        -webkit-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s; }
      .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover .team-socials_item:nth-child(2) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover .team-socials_item:nth-child(3) {
        -webkit-transition-delay: 0.35s;
        -o-transition-delay: 0.35s;
        transition-delay: 0.35s; }
      .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover .team-socials_item:nth-child(4) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover .team-socials_item:nth-child(5) {
        -webkit-transition-delay: 0.45s;
        -o-transition-delay: 0.45s;
        transition-delay: 0.45s; }
      .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover .team-socials_item:nth-child(6) {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover .team-socials_item:nth-child(7) {
        -webkit-transition-delay: 0.55s;
        -o-transition-delay: 0.55s;
        transition-delay: 0.55s; }
      .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover .team-socials_item:nth-child(8) {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s; }
      .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover .team-socials_item:nth-child(9) {
        -webkit-transition-delay: 0.65s;
        -o-transition-delay: 0.65s;
        transition-delay: 0.65s; }
      .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_content:hover .team-socials_item:nth-child(10) {
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s; }
  .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_image:empty + .team-listing_content {
    position: static; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_image:empty + .team-listing_content .team-listing_position {
      margin-top: 0; }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_image:empty + .team-listing_content > * {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_image:empty + .team-listing_content:before {
      top: 0; }

/* Misc template style */
.cherry-team.team-wrap.template-default .team-listing .col_xs_4 .team-listing_name,
.cherry-team.team-wrap.template-default .team-listing .col_xs_5 .team-listing_name,
.cherry-team.team-wrap.template-default .team-listing .col_xs_6 .team-listing_name,
.cherry-team.team-wrap.template-grid-boxes .team-listing .col_xs_4 .team-listing_name,
.cherry-team.team-wrap.template-grid-boxes .team-listing .col_xs_5 .team-listing_name,
.cherry-team.team-wrap.template-grid-boxes .team-listing .col_xs_6 .team-listing_name {
  font-size: 18px;
  font-weight: 500; }

.cherry-team.team-wrap.template-default .team-listing .col_xs_4 .team-listing_position,
.cherry-team.team-wrap.template-default .team-listing .col_xs_5 .team-listing_position,
.cherry-team.team-wrap.template-default .team-listing .col_xs_6 .team-listing_position,
.cherry-team.team-wrap.template-grid-boxes .team-listing .col_xs_4 .team-listing_position,
.cherry-team.team-wrap.template-grid-boxes .team-listing .col_xs_5 .team-listing_position,
.cherry-team.team-wrap.template-grid-boxes .team-listing .col_xs_6 .team-listing_position {
  margin-top: 12px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 300; }

.cherry-team.team-wrap.template-default .team-listing .col_xs_4 .team-listing_desc,
.cherry-team.team-wrap.template-default .team-listing .col_xs_5 .team-listing_desc,
.cherry-team.team-wrap.template-default .team-listing .col_xs_6 .team-listing_desc,
.cherry-team.team-wrap.template-grid-boxes .team-listing .col_xs_4 .team-listing_desc,
.cherry-team.team-wrap.template-grid-boxes .team-listing .col_xs_5 .team-listing_desc,
.cherry-team.team-wrap.template-grid-boxes .team-listing .col_xs_6 .team-listing_desc {
  font-size: 14px; }

@media (min-width: 544px) {
  .cherry-team.team-wrap.template-default .team-listing .col_sm_4 .team-listing_name,
  .cherry-team.team-wrap.template-default .team-listing .col_sm_5 .team-listing_name,
  .cherry-team.team-wrap.template-default .team-listing .col_sm_6 .team-listing_name,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_sm_4 .team-listing_name,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_sm_5 .team-listing_name,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_sm_6 .team-listing_name {
    font-size: 18px;
    font-weight: 500; }
  .cherry-team.team-wrap.template-default .team-listing .col_sm_4 .team-listing_position,
  .cherry-team.team-wrap.template-default .team-listing .col_sm_5 .team-listing_position,
  .cherry-team.team-wrap.template-default .team-listing .col_sm_6 .team-listing_position,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_sm_4 .team-listing_position,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_sm_5 .team-listing_position,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_sm_6 .team-listing_position {
    margin-top: 12px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 300; }
  .cherry-team.team-wrap.template-default .team-listing .col_sm_4 .team-listing_desc,
  .cherry-team.team-wrap.template-default .team-listing .col_sm_5 .team-listing_desc,
  .cherry-team.team-wrap.template-default .team-listing .col_sm_6 .team-listing_desc,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_sm_4 .team-listing_desc,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_sm_5 .team-listing_desc,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_sm_6 .team-listing_desc {
    font-size: 14px; } }

@media (min-width: 768px) {
  .cherry-team.team-wrap.template-default .team-listing .col_md_4 .team-listing_name,
  .cherry-team.team-wrap.template-default .team-listing .col_md_5 .team-listing_name,
  .cherry-team.team-wrap.template-default .team-listing .col_md_6 .team-listing_name,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_md_4 .team-listing_name,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_md_5 .team-listing_name,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_md_6 .team-listing_name {
    font-size: 18px;
    font-weight: 500; }
  .cherry-team.team-wrap.template-default .team-listing .col_md_4 .team-listing_position,
  .cherry-team.team-wrap.template-default .team-listing .col_md_5 .team-listing_position,
  .cherry-team.team-wrap.template-default .team-listing .col_md_6 .team-listing_position,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_md_4 .team-listing_position,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_md_5 .team-listing_position,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_md_6 .team-listing_position {
    margin-top: 12px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 300; }
  .cherry-team.team-wrap.template-default .team-listing .col_md_4 .team-listing_desc,
  .cherry-team.team-wrap.template-default .team-listing .col_md_5 .team-listing_desc,
  .cherry-team.team-wrap.template-default .team-listing .col_md_6 .team-listing_desc,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_md_4 .team-listing_desc,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_md_5 .team-listing_desc,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_md_6 .team-listing_desc {
    font-size: 14px; } }

@media (min-width: 992px) {
  .cherry-team.team-wrap.template-default .team-listing .col_lg_4 .team-listing_name,
  .cherry-team.team-wrap.template-default .team-listing .col_lg_5 .team-listing_name,
  .cherry-team.team-wrap.template-default .team-listing .col_lg_6 .team-listing_name,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_lg_4 .team-listing_name,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_lg_5 .team-listing_name,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_lg_6 .team-listing_name {
    font-size: 18px;
    font-weight: 500; }
  .cherry-team.team-wrap.template-default .team-listing .col_lg_4 .team-listing_position,
  .cherry-team.team-wrap.template-default .team-listing .col_lg_5 .team-listing_position,
  .cherry-team.team-wrap.template-default .team-listing .col_lg_6 .team-listing_position,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_lg_4 .team-listing_position,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_lg_5 .team-listing_position,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_lg_6 .team-listing_position {
    margin-top: 12px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 300; }
  .cherry-team.team-wrap.template-default .team-listing .col_lg_4 .team-listing_desc,
  .cherry-team.team-wrap.template-default .team-listing .col_lg_5 .team-listing_desc,
  .cherry-team.team-wrap.template-default .team-listing .col_lg_6 .team-listing_desc,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_lg_4 .team-listing_desc,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_lg_5 .team-listing_desc,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_lg_6 .team-listing_desc {
    font-size: 14px; } }

@media (min-width: 1200px) {
  .cherry-team.team-wrap.template-default .team-listing .col_xl_4 .team-listing_name,
  .cherry-team.team-wrap.template-default .team-listing .col_xl_5 .team-listing_name,
  .cherry-team.team-wrap.template-default .team-listing .col_xl_6 .team-listing_name,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_xl_4 .team-listing_name,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_xl_5 .team-listing_name,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_xl_6 .team-listing_name {
    font-size: 18px;
    font-weight: 500; }
  .cherry-team.team-wrap.template-default .team-listing .col_xl_4 .team-listing_position,
  .cherry-team.team-wrap.template-default .team-listing .col_xl_5 .team-listing_position,
  .cherry-team.team-wrap.template-default .team-listing .col_xl_6 .team-listing_position,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_xl_4 .team-listing_position,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_xl_5 .team-listing_position,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_xl_6 .team-listing_position {
    margin-top: 12px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 300; }
  .cherry-team.team-wrap.template-default .team-listing .col_xl_4 .team-listing_desc,
  .cherry-team.team-wrap.template-default .team-listing .col_xl_5 .team-listing_desc,
  .cherry-team.team-wrap.template-default .team-listing .col_xl_6 .team-listing_desc,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_xl_4 .team-listing_desc,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_xl_5 .team-listing_desc,
  .cherry-team.team-wrap.template-grid-boxes .team-listing .col_xl_6 .team-listing_desc {
    font-size: 14px; } }

.cherry-team.team-wrap.template-default .team-listing .col_xs_4 .team-listing_photo,
.cherry-team.team-wrap.template-default .team-listing .col_xs_5 .team-listing_photo,
.cherry-team.team-wrap.template-default .team-listing .col_xs_6 .team-listing_photo {
  padding: 0 0 15px; }

@media (min-width: 544px) {
  .cherry-team.team-wrap.template-default .team-listing .col_sm_4 .team-listing_photo,
  .cherry-team.team-wrap.template-default .team-listing .col_sm_5 .team-listing_photo,
  .cherry-team.team-wrap.template-default .team-listing .col_sm_6 .team-listing_photo {
    padding: 0 0 15px; } }

@media (min-width: 768px) {
  .cherry-team.team-wrap.template-default .team-listing .col_md_4 .team-listing_photo,
  .cherry-team.team-wrap.template-default .team-listing .col_md_5 .team-listing_photo,
  .cherry-team.team-wrap.template-default .team-listing .col_md_6 .team-listing_photo {
    padding: 0 0 15px; } }

@media (min-width: 992px) {
  .cherry-team.team-wrap.template-default .team-listing .col_lg_4 .team-listing_photo,
  .cherry-team.team-wrap.template-default .team-listing .col_lg_5 .team-listing_photo,
  .cherry-team.team-wrap.template-default .team-listing .col_lg_6 .team-listing_photo {
    padding: 0 0 15px; } }

@media (min-width: 1200px) {
  .cherry-team.team-wrap.template-default .team-listing .col_xl_4 .team-listing_photo,
  .cherry-team.team-wrap.template-default .team-listing .col_xl_5 .team-listing_photo,
  .cherry-team.team-wrap.template-default .team-listing .col_xl_6 .team-listing_photo {
    padding: 0 0 15px; } }

/* Team socials */
.cherry-team.team-wrap .team-socials {
  padding: 25px 0 0 0; }
  .cherry-team.team-wrap .team-socials_item {
    margin-top: 0;
    margin-right: 12px;
    margin-bottom: 5px; }
    .cherry-team.team-wrap .team-socials_item:last-child {
      margin-right: 0; }
  .cherry-team.team-wrap .team-socials_link {
    width: 30px;
    height: 30px; }
    .cherry-team.team-wrap .team-socials_link:hover .team-socials_label {
      bottom: 35px; }
  .cherry-team.team-wrap .team-socials_icon {
    font-size: 18px;
    line-height: 30px; }
  .cherry-team.team-wrap .team-socials_label {
    bottom: 60px; }

/* Team meta */
.cherry-team .team-meta {
  float: none;
  padding-bottom: 0; }
  .cherry-team .team-meta > * + * {
    margin-top: 10px; }
  .cherry-team .team-meta > *:first-child {
    margin-top: 20px; }
  .cherry-team .team-meta .team-meta_item {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400; }
    .cherry-team .team-meta .team-meta_item:before {
      font-size: 1em;
      line-height: 1;
      margin: 0;
      min-width: 28px;
      vertical-align: baseline;
      position: relative; }
    .cherry-team .team-meta .team-meta_item.phone:before {
      content: "\f10b"; }
    .cherry-team .team-meta .team-meta_item.skype:before {
      content: "\f17e"; }
    .cherry-team .team-meta .team-meta_item.email:before {
      content: "\f0e0"; }
    .cherry-team .team-meta .team-meta_item.location:before {
      content: "\f041"; }
    .cherry-team .team-meta .team-meta_item.position:before {
      content: none; }
    .cherry-team .team-meta .team-meta_item.skype:before {
      font-size: 1.1em;
      top: 0.15em; }
    .cherry-team .team-meta .team-meta_item.phone:before {
      font-size: 1.5em;
      top: 0.2em; }

.team-single-item .team-meta_item.position:before {
  content: none; }

/* Filters and loaders */
.team-container .team-more-btn {
  text-align: center; }
  .team-container .team-more-btn .ajax-more-btn {
    margin-top: 10px; }

.team-container .team-loader {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.team-container .team-ajax-pager {
  margin-top: 10px; }

.team-container .nav-links .page-numbers.current {
  pointer-events: none; }

/* Team headings */
.team-heading_super_title, .team-heading_title, .team-heading_subtitle {
  text-align: center; }
  .team-heading_super_title + .cherry-team.team-wrap,
  .team-heading_super_title + .cherry-team-filter, .team-heading_title + .cherry-team.team-wrap,
  .team-heading_title + .cherry-team-filter, .team-heading_subtitle + .cherry-team.team-wrap,
  .team-heading_subtitle + .cherry-team-filter {
    margin-top: 50px; }

/* Single team page */
.team-single-item {
  padding: 0; }
  .content-layout-fullwidth.elementor-page .team-single-item .team-header-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .team-single-item .team-member-container {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .team-single-item .team-member-container > * {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
    @media (min-width: 576px) {
      .team-single-item .team-member-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .team-single-item .team-member-container > * {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%;
      padding-bottom: 0.9375rem; }
    .team-single-item .team-member-container .team-member-info {
      padding-top: 0.9375rem; }
    .team-single-item .team-member-container .team-skills {
      padding-top: calc( 1.875rem/2 + 10px); }
  .team-single-item * + .team-member-container {
    padding-top: 10px; }
  .team-single-item .team-photo {
    float: none; }
    @media (min-width: 576px) {
      .team-single-item .team-photo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 50%; } }

/* Team skills */
.team-skills_item {
  padding-bottom: 0;
  position: relative; }
  .team-skills_item + .team-skills_item {
    margin-top: 35px; }

.team-skills_label {
  text-align: left;
  margin-bottom: 15px;
  padding-right: 50px; }

.team-skills_bar {
  height: auto;
  border-radius: 3px; }

.team-skills_line {
  height: 6px;
  border-radius: 3px; }
  .team-skills_line:before {
    content: attr(data-width) "%";
    position: absolute;
    top: 0;
    right: 0; }

/*-------------------------------------------------------------
## Cherry Testimonials
--------------------------------------------------------------*/
.tm-testi--boxed .tm-testi__inner:before, .tm-testi--speech-bubble .tm-testi__item-body:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 105px;
  height: 90px;
  background-image: url("assets/images/testi-icon.png"); }

.tm-testi--boxed .tm-testi__inner:after, .tm-testi--speech-bubble .tm-testi__item-body:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 28px 0 0;
  border-color: #ccc transparent transparent transparent; }

.tm-testi-slider {
  padding-bottom: 0; }
  .tm-testi-slider__item.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
  .tm-testi-slider .tm-testi__inner,
  .tm-testi-slider .tm-testi__item-body,
  .tm-testi-slider blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .tm-testi-slider .tm-testi__item-body,
  .tm-testi-slider blockquote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .tm-testi-slider .tm-testi__item-body footer {
    margin-top: auto; }
  .tm-testi-slider.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important; }

.tm-testi__title {
  margin-bottom: 20px; }

.tm-testi .tm-testi__divider {
  margin: 20px auto;
  max-width: 65px; }

.tm-testi--boxed .tm-testi__inner {
  padding: 20px;
  position: relative; }
  @media (min-width: 1200px) {
    .tm-testi--boxed .tm-testi__inner {
      padding: 50px 50px 65px; } }

.tm-testi__item,
.services-macros .tm-testi__item {
  margin-top: 0; }
  .tm-testi__item + .tm-testi__item,
  .services-macros .tm-testi__item + .tm-testi__item {
    margin-top: 50px; }
  @media (max-width: 767px) {
    .tm-testi__item.col-xs-6:nth-child(2),
    .services-macros .tm-testi__item.col-xs-6:nth-child(2) {
      margin-top: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .tm-testi__item.col-md-6:nth-child(2),
  .services-macros .tm-testi__item.col-md-6:nth-child(2) {
    margin-top: 0; } }
  @media (min-width: 992px) {
    .tm-testi__item.col-lg-6:nth-child(2),
    .services-macros .tm-testi__item.col-lg-6:nth-child(2) {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .tm-testi__item.col-xs-4:nth-child(-n + 3),
    .services-macros .tm-testi__item.col-xs-4:nth-child(-n + 3) {
      margin-top: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .tm-testi__item.col-md-4:nth-child(-n + 3),
  .services-macros .tm-testi__item.col-md-4:nth-child(-n + 3) {
    margin-top: 0; } }
  @media (min-width: 992px) {
    .tm-testi__item.col-lg-4:nth-child(-n + 3),
    .services-macros .tm-testi__item.col-lg-4:nth-child(-n + 3) {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .tm-testi__item.col-xs-3:nth-child(-n + 4),
    .services-macros .tm-testi__item.col-xs-3:nth-child(-n + 4) {
      margin-top: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .tm-testi__item.col-md-3:nth-child(-n + 4),
  .services-macros .tm-testi__item.col-md-3:nth-child(-n + 4) {
    margin-top: 0; } }
  @media (min-width: 992px) {
    .tm-testi__item.col-lg-3:nth-child(-n + 4),
    .services-macros .tm-testi__item.col-lg-3:nth-child(-n + 4) {
      margin-top: 0; } }

.tm-testi-slider .tm-testi__item {
  margin-top: 0; }

.tm-testi--boxed .tm-testi__item {
  margin-bottom: 25px; }

.tm-testi .tm-testi__item-avatar {
  border-radius: 50%;
  display: block;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.tm-testi--default .tm-testi__item-avatar {
  margin: 0 auto 30px; }

.tm-testi--default-avatar-first .tm-testi__item-avatar {
  margin: 0 auto 27px; }

.tm-testi__item-body {
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .tm-testi-slider.tm-testi--default .tm-testi__item-body {
      margin-bottom: 17px; } }

.tm-testi--boxed .tm-testi__item-meta,
.tm-testi--speech-bubble .tm-testi__item-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .tm-testi--boxed .tm-testi__item-meta * + footer,
  .tm-testi--speech-bubble .tm-testi__item-meta * + footer {
    margin-left: 20px; }

.tm-testi__item-position, .tm-testi__item-email, .tm-testi__item-company {
  display: block; }
  .tm-testi--default-avatar-first .tm-testi__item-position, .tm-testi--default-avatar-first .tm-testi__item-email, .tm-testi--default-avatar-first .tm-testi__item-company {
    display: inline-block; }

.tm-testi__item blockquote {
  padding-left: 0;
  font-size: 1.22em;
  line-height: 1.6; }
  .tm-testi__item blockquote:before {
    content: none; }
  .tm-testi--default .tm-testi__item blockquote,
  .tm-testi--default-avatar-first .tm-testi__item blockquote {
    text-align: center; }
  .tm-testi--default-avatar-first .tm-testi__item blockquote {
    font-style: normal; }
  .tm-testi__item blockquote footer {
    font-size: 14px;
    font-style: normal; }
  .tm-testi__item blockquote cite {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    color: inherit; }
    .tm-testi--default-avatar-first .tm-testi__item blockquote cite {
      display: inline-block; }
      .tm-testi--default-avatar-first .tm-testi__item blockquote cite:after {
        content: ','; }
    .tm-testi__item blockquote cite:before {
      content: none; }
  .tm-testi--boxed .tm-testi__item blockquote {
    border: none;
    padding: 0; }
  .tm-testi__wrap--perview-1 .tm-testi__item blockquote,
  .tm-testi-page--archive .tm-testi__item blockquote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.tm-testi--speech-bubble .tm-testi__item-meta {
  padding-top: 0;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (min-width: 1200px) {
    .tm-testi--speech-bubble .tm-testi__item-meta {
      padding-left: 35px; } }

.tm-testi--speech-bubble .tm-testi__item-body {
  position: relative;
  padding: 20px;
  border: none;
  margin-bottom: 50px; }
  @media (min-width: 1200px) {
    .tm-testi--speech-bubble .tm-testi__item-body {
      padding: 50px 50px 65px; } }

.tm-testi .tm-testi-slider__pags.swiper-pagination {
  position: static;
  margin-top: 68px; }

.tm-testi .tm-testi--default-avatar-first .tm-testi-slider__pags.swiper-pagination {
  margin-top: 63px; }

.tm-testi .swiper-button-next.tm-testi-slider__next {
  display: block;
  right: -50px; }

.tm-testi .swiper-button-prev.tm-testi-slider__prev {
  display: block;
  left: -50px; }

.tm-testi:hover .swiper-button-next.tm-testi-slider__next {
  right: 0; }

.tm-testi:hover .swiper-button-prev.tm-testi-slider__prev {
  left: 0; }

/*-------------------------------------------------------------
## Cherry Project
--------------------------------------------------------------*/
.masonry-layout .projects-item-instance {
  overflow: hidden; }

.projects-item-instance .project-media,
.projects-item-instance .project-terms-media {
  overflow: hidden;
  z-index: 1; }

.projects-item-instance .hover-content {
  background-color: transparent;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 1200px) {
    .projects-item-instance .hover-content {
      padding-left: 20px;
      padding-right: 20px; } }
  .projects-item-instance .hover-content:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }
  .projects-item-instance .hover-content > * {
    z-index: 2; }

.projects-item-instance .simple-icons-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  z-index: 1; }
  .projects-item-instance .simple-icons-wrapper .simple-icon {
    display: block;
    margin: 0 0 10px; }
    .projects-item-instance .simple-icons-wrapper .simple-icon:last-child {
      margin-bottom: 0; }

.projects-item-instance .simple-icon {
  width: 38px;
  height: 38px;
  text-align: center; }
  .projects-item-instance .simple-icon span {
    margin: 0;
    line-height: 38px; }

.projects-item-instance .featured-image a {
  pointer-events: none; }

.projects-item-instance .featured-image img {
  -o-object-fit: cover;
  object-fit: cover; }
  .ie .projects-item-instance .featured-image img {
    font-family: 'object-fit: cover'; }

.projects-item-instance.simple-fade-hover .featured-image img {
  -webkit-transition: 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.projects-item-instance.simple-fade-hover .project-media:hover .featured-image img,
.projects-item-instance.simple-fade-hover .project-terms-media:hover .featured-image img {
  -webkit-transition: 0.4s cubic-bezier(0.78, 0.03, 0, 1);
  -o-transition: 0.4s cubic-bezier(0.78, 0.03, 0, 1);
  transition: 0.4s cubic-bezier(0.78, 0.03, 0, 1);
  -webkit-transform: scale(1.1) translate3d(0, -5%, 0);
  transform: scale(1.1) translate3d(0, -5%, 0); }

.projects-item-instance.simple-fade-hover .hover-content {
  opacity: 1; }
  .projects-item-instance.simple-fade-hover .hover-content:before {
    top: 100%;
    -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; }
  .projects-item-instance.simple-fade-hover .hover-content > * {
    -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; }
  .projects-item-instance.simple-fade-hover .hover-content > *:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .projects-item-instance.simple-fade-hover .hover-content > *:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .projects-item-instance.simple-fade-hover .hover-content > *:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .projects-item-instance.simple-fade-hover .hover-content > *:nth-child(4) {
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s; }
  .projects-item-instance.simple-fade-hover .hover-content:hover:before {
    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; }
  .projects-item-instance.simple-fade-hover .hover-content:hover > * {
    -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; }
  .projects-item-instance.simple-fade-hover .hover-content:hover > *:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .projects-item-instance.simple-fade-hover .hover-content:hover > *:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .projects-item-instance.simple-fade-hover .hover-content:hover > *:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .projects-item-instance.simple-fade-hover .hover-content:hover > *:nth-child(4) {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s; }

.cherry-projects-wrapper .projects-item .project-entry-title {
  font-size: 30px; }

.cherry-projects-wrapper .projects-container.grid-layout .projects-item-instance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important; }
  .cherry-projects-wrapper .projects-container.grid-layout .projects-item-instance .inner-wrapper {
    width: 100%; }
  .cherry-projects-wrapper .projects-container.grid-layout .projects-item-instance .project-media:only-child,
  .cherry-projects-wrapper .projects-container.grid-layout .projects-item-instance .featured-image,
  .cherry-projects-wrapper .projects-container.grid-layout .projects-item-instance .featured-image img {
    height: 100%; }

.cherry-projects-wrapper .projects-container:not(.list-layout) .projects-item-instance .hover-content a {
  border-bottom: 1px solid transparent; }
  .cherry-projects-wrapper .projects-container:not(.list-layout) .projects-item-instance .hover-content a:hover {
    color: inherit;
    border-bottom-color: currentColor; }

@media (max-width: 575px) {
  .cherry-projects-wrapper .projects-container.list-layout .inner-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cherry-projects-wrapper .projects-container.list-layout .project-media {
    margin-right: 0; }
  .cherry-projects-wrapper .projects-container.list-layout .project-content {
    margin-top: 15px; }
  .cherry-projects-wrapper .projects-container.list-layout .project-media,
  .cherry-projects-wrapper .projects-container.list-layout .project-content {
    width: 100%; } }

.cherry-projects-wrapper .projects-container.list-layout .project-content {
  margin-bottom: 15px;
  min-width: calc(70% - 20px); }

.cherry-projects-wrapper .projects-container.grid-default-2-tmpl .projects-item .project-media, .cherry-projects-wrapper .projects-container.masonry-default-2-tmpl .projects-item .project-media, .cherry-projects-wrapper .projects-container.justified-default-2-tmpl .projects-item .project-media, .cherry-projects-wrapper .projects-container.cascading-grid-default-2-tmpl .projects-item .project-media {
  border-radius: 5px; }

.cherry-projects-wrapper .projects-container.grid-default-2-tmpl .projects-item .hover-content, .cherry-projects-wrapper .projects-container.masonry-default-2-tmpl .projects-item .hover-content, .cherry-projects-wrapper .projects-container.justified-default-2-tmpl .projects-item .hover-content, .cherry-projects-wrapper .projects-container.cascading-grid-default-2-tmpl .projects-item .hover-content {
  padding: 15px 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left; }
  @media (min-width: 768px) {
    .cherry-projects-wrapper .projects-container.grid-default-2-tmpl .projects-item .hover-content, .cherry-projects-wrapper .projects-container.masonry-default-2-tmpl .projects-item .hover-content, .cherry-projects-wrapper .projects-container.justified-default-2-tmpl .projects-item .hover-content, .cherry-projects-wrapper .projects-container.cascading-grid-default-2-tmpl .projects-item .hover-content {
      padding: 30px 40px; } }
  .cherry-projects-wrapper .projects-container.grid-default-2-tmpl .projects-item .hover-content > *, .cherry-projects-wrapper .projects-container.masonry-default-2-tmpl .projects-item .hover-content > *, .cherry-projects-wrapper .projects-container.justified-default-2-tmpl .projects-item .hover-content > *, .cherry-projects-wrapper .projects-container.cascading-grid-default-2-tmpl .projects-item .hover-content > * {
    -ms-flex-item-align: start;
    align-self: flex-start; }

.cherry-projects-wrapper .projects-container.grid-default-2-tmpl .projects-item .project-entry-title, .cherry-projects-wrapper .projects-container.masonry-default-2-tmpl .projects-item .project-entry-title, .cherry-projects-wrapper .projects-container.justified-default-2-tmpl .projects-item .project-entry-title, .cherry-projects-wrapper .projects-container.cascading-grid-default-2-tmpl .projects-item .project-entry-title {
  font-size: 18px;
  line-height: 1.5; }

.cherry-projects-wrapper .projects-container.grid-default-2-tmpl[data-settings*='"item-margin":"0"'] .projects-item .project-media, .cherry-projects-wrapper .projects-container.masonry-default-2-tmpl[data-settings*='"item-margin":"0"'] .projects-item .project-media, .cherry-projects-wrapper .projects-container.justified-default-2-tmpl[data-settings*='"item-margin":"0"'] .projects-item .project-media, .cherry-projects-wrapper .projects-container.cascading-grid-default-2-tmpl[data-settings*='"item-margin":"0"'] .projects-item .project-media {
  border-radius: 0; }

.cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-item-instance, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .projects-item-instance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important; }
  .cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-item-instance .inner-wrapper, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .projects-item-instance .inner-wrapper {
    width: 100%; }
  .cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-item-instance .project-terms-media:only-child,
  .cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-item-instance .featured-image,
  .cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-item-instance .featured-image img, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .projects-item-instance .project-terms-media:only-child,
  .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .projects-item-instance .featured-image,
  .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .projects-item-instance .featured-image img {
    height: 100%; }

.cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-terms-item .project-terms-media, .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .projects-terms-item .project-terms-media, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .projects-terms-item .project-terms-media {
  border-radius: 5px; }

.cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-terms-item .hover-content, .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .projects-terms-item .hover-content, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .projects-terms-item .hover-content {
  padding: 15px 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left; }
  @media (min-width: 768px) {
    .cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-terms-item .hover-content, .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .projects-terms-item .hover-content, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .projects-terms-item .hover-content {
      padding: 30px 40px; } }
  .cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-terms-item .hover-content > *, .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .projects-terms-item .hover-content > *, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .projects-terms-item .hover-content > * {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-terms-item .hover-content a, .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .projects-terms-item .hover-content a, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .projects-terms-item .hover-content a {
    border-bottom: 1px solid transparent; }
    .cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-terms-item .hover-content a:hover, .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .projects-terms-item .hover-content a:hover, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .projects-terms-item .hover-content a:hover {
      color: inherit;
      border-bottom-color: currentColor; }

.cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-terms-item .project-terms-content h5, .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .projects-terms-item .project-terms-content h5, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .projects-terms-item .project-terms-content h5 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0; }

.cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-terms-item .project-terms-content p, .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .projects-terms-item .project-terms-content p, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .projects-terms-item .project-terms-content p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0; }

.cherry-projects-terms-wrapper .projects-terms-container.grid-layout .projects-terms-item .project-terms-content .post-count, .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout .projects-terms-item .project-terms-content .post-count, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout .projects-terms-item .project-terms-content .post-count {
  margin-top: 10px; }

.cherry-projects-terms-wrapper .projects-terms-container.grid-layout[data-settings*='"item-margin":"0"'] .projects-item .project-media, .cherry-projects-terms-wrapper .projects-terms-container.masonry-layout[data-settings*='"item-margin":"0"'] .projects-item .project-media, .cherry-projects-terms-wrapper .projects-terms-container.cascading-grid-layout[data-settings*='"item-margin":"0"'] .projects-item .project-media {
  border-radius: 0; }

@media (max-width: 575px) {
  .cherry-projects-terms-wrapper .projects-terms-container.list-layout .projects-terms-item .inner-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cherry-projects-terms-wrapper .projects-terms-container.list-layout .projects-terms-item .project-terms-media {
    margin-right: 0; }
  .cherry-projects-terms-wrapper .projects-terms-container.list-layout .projects-terms-item .project-terms-content {
    margin-top: 15px; }
  .cherry-projects-terms-wrapper .projects-terms-container.list-layout .projects-terms-item .project-terms-media,
  .cherry-projects-terms-wrapper .projects-terms-container.list-layout .projects-terms-item .project-terms-content {
    width: 100%; } }

.cherry-projects-terms-wrapper .projects-terms-container.list-layout .projects-terms-item .project-terms-content {
  margin-bottom: 15px;
  min-width: calc(70% - 20px); }
  .cherry-projects-terms-wrapper .projects-terms-container.list-layout .projects-terms-item .project-terms-content h5 {
    font-size: 30px; }
  .cherry-projects-terms-wrapper .projects-terms-container.list-layout .projects-terms-item .project-terms-content p {
    margin-bottom: 0; }
  .cherry-projects-terms-wrapper .projects-terms-container.list-layout .projects-terms-item .project-terms-content .post-count {
    margin-top: 20px; }

.cherry-projects-wrapper .cherry-projects-ajax-loader,
.cherry-projects-terms-wrapper .cherry-projects-ajax-loader {
  z-index: 990;
  background-color: transparent; }

.cherry-projects-wrapper .projects-filters {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 35px; }

.cherry-projects-wrapper ul.projects-filters-list,
.cherry-projects-wrapper ul.order-filters {
  list-style: none;
  margin-left: 0;
  font-weight: inherit; }
  .cherry-projects-wrapper ul.projects-filters-list > li,
  .cherry-projects-wrapper ul.order-filters > li {
    float: none;
    display: inline-block; }
  .cherry-projects-wrapper ul.projects-filters-list li span,
  .cherry-projects-wrapper ul.order-filters li span {
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s; }

.cherry-projects-wrapper ul.order-filters > li ul.orderby-list {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  left: auto;
  right: 20px;
  margin-top: 10px; }
  .cherry-projects-wrapper ul.order-filters > li ul.orderby-list:before {
    content: '';
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    display: block; }
  .cherry-projects-wrapper ul.order-filters > li ul.orderby-list li {
    margin: 8px 0; }
    .cherry-projects-wrapper ul.order-filters > li ul.orderby-list li span {
      color: inherit; }

.cherry-projects-wrapper .projects-pagination {
  margin: 35px 0 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .cherry-projects-wrapper .projects-pagination .page-link li {
    display: inline-block;
    margin: 0;
    float: none; }
  .cherry-projects-wrapper .projects-pagination .page-navigation span,
  .cherry-projects-wrapper .projects-pagination .page-link span {
    display: inline-block;
    line-height: 39px;
    min-width: 39px;
    height: 39px;
    padding: 0 2px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    margin: 0 4px 4px 0;
    border: none;
    font-weight: 700;
    font-size: 12px; }
  .cherry-projects-wrapper .projects-pagination .page-navigation span {
    font-size: 10px; }
  .cherry-projects-wrapper .projects-pagination .page-link li.active {
    pointer-events: none; }

.cherry-projects-wrapper .projects-ajax-button-wrapper {
  margin: 35px 0 0; }

.post-type-archive-projects .site-content_wrap {
  margin-top: 0; }

.elementor-page.content-layout-fullwidth .cherry-projects-single__header, .elementor-page.content-layout-fullwidth .cherry-projects-single__media, .elementor-page.content-layout-fullwidth .cherry-projects-single__additional {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

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

.cherry-projects-single__media {
  margin-right: 0; }
  .cherry-projects-single__media .featured-image a {
    margin-bottom: 35px; }

.cherry-projects-single__content {
  margin-top: 10px; }
  .elementor-page .cherry-projects-single__content {
    margin-top: 0; }

.cherry-projects-single .post-terms {
  margin: 0; }

.cherry-projects-single .featured-image a {
  pointer-events: none; }

.cherry-projects-single .featured-image a:before,
.cherry-projects-single .additional-image a:before {
  content: '\ed3c';
  position: absolute;
  font-size: 32px;
  line-height: 1;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  margin: -16px 0 0 -16px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  color: #ffffff; }

.cherry-projects-single .featured-image a .cover,
.cherry-projects-single .additional-image a .cover {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.cherry-projects-single .featured-image a:focus,
.cherry-projects-single .additional-image a:focus {
  outline: 0; }

.cherry-projects-single .featured-image a:hover:before,
.cherry-projects-single .additional-image a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.cherry-projects-single .cherry-projects-single-details-list {
  margin-top: 30px;
  margin-bottom: 0; }
  .cherry-projects-single .cherry-projects-single-details-list .cherry-projects-details-list-title {
    margin-bottom: 25px; }
  .cherry-projects-single .cherry-projects-single-details-list ul {
    list-style: none;
    margin-left: 0;
    font-weight: inherit; }
    .cherry-projects-single .cherry-projects-single-details-list ul li {
      margin-bottom: 0;
      font-style: italic; }
      .cherry-projects-single .cherry-projects-single-details-list ul li span {
        display: inline-block;
        font-weight: 700;
        color: inherit;
        font-style: normal; }
      .cherry-projects-single .cherry-projects-single-details-list ul li + li {
        margin-top: 15px; }

.cherry-projects-single .cherry-projects-single-skills-list {
  margin-top: 30px; }
  .cherry-projects-single .cherry-projects-single-skills-list ul {
    list-style: none;
    margin-left: 0;
    font-weight: inherit; }
  .cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item {
    margin-bottom: 0;
    position: relative; }
    .cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item + .cherry-skill-item {
      margin-top: 33px; }
    .cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item .skill-label {
      padding-right: 60px;
      margin-bottom: 15px; }
    .cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item .skill-bar {
      height: auto;
      padding: 0;
      position: static; }
      .cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item .skill-bar,
      .cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item .skill-bar span {
        border-radius: 3px; }
      .cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item .skill-bar span {
        display: block;
        height: 6px;
        position: static; }
        .cherry-projects-single .cherry-projects-single-skills-list .cherry-skill-item .skill-bar span em {
          position: absolute;
          top: 0;
          right: 0; }

.cherry-projects-single .cherry-projects-additional-image-list,
.cherry-projects-single .cherry-projects-video-list,
.cherry-projects-single .cherry-projects-audio-list {
  margin-bottom: 35px; }

.cherry-projects-single .cherry-projects-additional-image-list .additional-image-list li {
  margin-top: 0; }

.cherry-projects-single .cherry-projects-video-list * + .video-item,
.cherry-projects-single .cherry-projects-video-list * + iframe {
  margin-top: 30px; }

.cherry-projects-slider__instance {
  margin-bottom: 35px; }
  .cherry-projects-slider__instance .slider-pro {
    background: transparent; }
  .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container {
    background: transparent; }
    .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails {
      position: relative;
      padding: 0; }
    .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail-container .sp-thumbnail {
      border: none;
      opacity: .5;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail-container .sp-thumbnail:hover {
        opacity: .8;
        border: none; }
    .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail {
      opacity: 1; }

/*-------------------------------------------------------------
## Cherry Service List
--------------------------------------------------------------*/
/* Change default indent to Cherry Service List Grid System */
.cherry-services.services-wrap .cherry-services-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.cherry-services.services-wrap.services-collapse-rows .cherry-services-row {
  margin-left: 0;
  margin-right: 0; }

/* Services headings */
.services-heading_super_title + .cherry-services-filter,
.services-heading_super_title + .cherry-services.services-wrap, .services-heading_subtitle + .cherry-services-filter,
.services-heading_subtitle + .cherry-services.services-wrap, .services-heading_title + .cherry-services-filter,
.services-heading_title + .cherry-services.services-wrap {
  margin-top: 50px; }

/* Filters and loaders */
.cherry-services {
  position: relative; }
  .cherry-services .services-listing {
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 1; }
  .cherry-services.in-progress .services-listing {
    opacity: 0; }
  .cherry-services .services-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .cherry-services .services-loader .cherry-spinner {
      width: 90px;
      height: 90px;
      left: 50%;
      top: 50%;
      margin-left: -45px;
      margin-top: -45px;
      display: block;
      position: relative; }
    .cherry-services .services-loader.loader-small {
      bottom: 0;
      top: auto; }
      .cherry-services .services-loader.loader-small .cherry-spinner {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px; }

.services-container .ajax-more-btn {
  margin-top: 10px; }

.services-container .services-ajax-pager {
  margin: 10px 0 0; }

.services-container .template-cards + .services-ajax-pager {
  margin-top: 45px; }

.services-container .nav-links {
  text-align: left; }
  .services-container .nav-links .page-numbers.current {
    pointer-events: none; }

/* Services item */
.cherry-services .services-item {
  padding-bottom: 55px;
  text-align: center; }
  @media (min-width: 768px) {
    .cherry-services .services-item {
      text-align: left; } }
  .cherry-services .services-item * + .title_wrap {
    margin-top: 25px; }
  .cherry-services .services-item * + .content_wrap,
  .cherry-services .services-item * + .descr_wrap {
    margin-top: 10px; }
  .cherry-services .services-item * + .btn_wrap:not(:empty),
  .cherry-services .services-item * + .btn,
  .cherry-services .services-item * + .btn-link {
    margin-top: 20px; }
  .cherry-services .services-item .content_wrap,
  .cherry-services .services-item .descr_wrap {
    font-size: 16px;
    line-height: 1.5; }

.cherry-services .service-icon {
  text-align: center;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .cherry-services .service-icon {
      text-align: left; } }
  .cherry-services .service-icon i {
    font-size: 50px; }

.cherry-services .invert .service-icon {
  color: inherit; }

/*Template Default*/
.cherry-services.template-default .services-item {
  padding-bottom: 40px; }

/*Template Cards*/
.cherry-services.template-cards .services-item {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cherry-services.template-cards .services-item-inner {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .cherry-services.template-cards .services-item-inner > * {
      width: 100%; }

.cherry-services.template-cards .image_wrap img {
  width: 100%; }

.cherry-services.template-cards .service-cards-content {
  padding: 25px 20px;
  -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; }
  @media (min-width: 768px) {
    .cherry-services.template-cards .service-cards-content {
      padding: 25px 40px; } }
  .cherry-services.template-cards .service-cards-content > * {
    width: 100%; }

.cherry-services.template-cards * + .btn,
.cherry-services.template-cards * + .btn-link {
  margin-top: auto;
  padding-top: 20px; }

@media (min-width: 768px) {
  .cherry-services.template-cards .col-md-3 .service-cards-content,
  .cherry-services.template-cards .col-md-2 .service-cards-content {
    padding: 25px 20px; } }

@media (min-width: 992px) {
  .cherry-services.template-cards .col-lg-3 .service-cards-content,
  .cherry-services.template-cards .col-lg-2 .service-cards-content {
    padding: 25px 20px; } }

@media (min-width: 1200px) {
  .cherry-services.template-cards .col-xl-3 .service-cards-content,
  .cherry-services.template-cards .col-xl-2 .service-cards-content {
    padding: 25px 20px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .cherry-services.template-cards .col-md-4 .service-cards-content {
    padding: 25px 20px; } }

/*Template Media-icon-2*/
@media (min-width: 768px) {
  .cherry-services.template-media-icon-2 .services-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.cherry-services.template-media-icon-2 .service-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .cherry-services.template-media-icon-2 .service-icon {
      margin-top: 5px;
      margin-right: 30px;
      margin-bottom: 0; } }

/*Template Media-icon-3*/
.cherry-services.template-media-icon-3 .services-item {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cherry-services.template-media-icon-3 .title_wrap a {
  border-bottom: 1px solid transparent; }
  .cherry-services.template-media-icon-3 .title_wrap a:hover {
    color: inherit;
    border-bottom-color: currentColor; }

.cherry-services.template-media-icon-3 .services-item-inner {
  min-height: 270px;
  padding: 15px;
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.cherry-services.template-media-icon-3 .service-icon {
  text-align: center; }

/*Template template-media-icon-bg*/
.cherry-services.template-media-icon-bg .services-item .image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  will-change: transform;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scale(1.15) translateY(-20px);
  -ms-transform: scale(1.15) translateY(-20px);
  transform: scale(1.15) translateY(-20px); }
  .cherry-services.template-media-icon-bg .services-item .image_wrap .services-macros {
    height: 100%; }
  .cherry-services.template-media-icon-bg .services-item .image_wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%; }
    .ie .cherry-services.template-media-icon-bg .services-item .image_wrap img {
      font-family: 'object-fit: cover'; }

.cherry-services.template-media-icon-bg .services-item-inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 25px;
  border-style: solid;
  border-width: 1px; }
  @media (min-width: 992px) {
    .cherry-services.template-media-icon-bg .services-item-inner {
      padding: 50px 50px 43px; } }
  .cherry-services.template-media-icon-bg .services-item-inner > *:not(.image_wrap) {
    position: relative;
    z-index: 5; }
  .cherry-services.template-media-icon-bg .services-item-inner .image_wrap,
  .cherry-services.template-media-icon-bg .services-item-inner .icon_wrap i,
  .cherry-services.template-media-icon-bg .services-item-inner .title_wrap,
  .cherry-services.template-media-icon-bg .services-item-inner .icon_wrap,
  .cherry-services.template-media-icon-bg .services-item-inner .content_wrap,
  .cherry-services.template-media-icon-bg .services-item-inner .descr_wrap, .cherry-services.template-media-icon-bg .services-item-inner:before {
    -webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
    -o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
    transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34); }
  .cherry-services.template-media-icon-bg .services-item-inner .title_wrap a {
    border-bottom: 1px solid transparent; }
    .cherry-services.template-media-icon-bg .services-item-inner .title_wrap a:hover {
      border-bottom-color: currentColor; }
  .cherry-services.template-media-icon-bg .services-item-inner:before, .cherry-services.template-media-icon-bg .services-item-inner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    bottom: 0;
    z-index: 2; }
  .cherry-services.template-media-icon-bg .services-item-inner:before {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s; }
  .cherry-services.template-media-icon-bg .services-item-inner:after {
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: white; }
  .cherry-services.template-media-icon-bg .services-item-inner:hover:before {
    -webkit-transition: 0.4s cubic-bezier(0.01, 0.285, 0.31, 1.005);
    -o-transition: 0.4s cubic-bezier(0.01, 0.285, 0.31, 1.005);
    transition: 0.4s cubic-bezier(0.01, 0.285, 0.31, 1.005);
    top: 0;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .cherry-services.template-media-icon-bg .services-item-inner:hover .image_wrap {
    -webkit-transition: 0.4s cubic-bezier(0.01, 0.285, 0.31, 1.005);
    -o-transition: 0.4s cubic-bezier(0.01, 0.285, 0.31, 1.005);
    transition: 0.4s cubic-bezier(0.01, 0.285, 0.31, 1.005);
    opacity: 1;
    -webkit-transform: translateY(20px) scale(1.15);
    -ms-transform: translateY(20px) scale(1.15);
    transform: translateY(20px) scale(1.15);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .cherry-services.template-media-icon-bg .services-item-inner:hover:after {
    top: 100%;
    -webkit-transition: 0.4s cubic-bezier(0.665, 0.08, 0.65, 0.71);
    -o-transition: 0.4s cubic-bezier(0.665, 0.08, 0.65, 0.71);
    transition: 0.4s cubic-bezier(0.665, 0.08, 0.65, 0.71); }

/* Single style */
.services-single-item * + .title_wrap,
.services-single-item * + .content_wrap {
  margin-top: 20px; }

.services-single-item * + .slogan_wrap {
  margin-top: 10px; }

.elementor-page .services-single-item .content_wrap {
  margin-top: 0; }

.services-single-item * + .features_wrap,
.services-single-item * + .cta_wrap,
.services-single-item * + .testi_wrap {
  margin-top: 30px; }

.services-single-item .service-features_row + .service-features_row {
  margin-top: 20px; }

.services-single-item .cta_wrap {
  text-align: center; }
  .services-single-item .cta_wrap .container .service-cta {
    padding-left: 0;
    padding-right: 0; }
  .services-single-item .cta_wrap .service-cta {
    background: none;
    padding: 60px 25px; }

.services-single-item .service-cta_desc {
  padding: 0; }

.services-single-item .cta-button-wrap,
.services-single-item .cta-form {
  margin-top: 40px; }

.services-single-item .cta-form_success {
  padding: 5px 15px;
  border: none;
  font-size: 14px;
  color: #ffffff;
  background: #5CB85C;
  margin-bottom: 1.5em; }

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

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

.cherry-trend-views {
  vertical-align: baseline; }
  .cherry-trend-views__count::before {
    font-size: 1em; }

.cherry-trend-post {
  border-radius: 5px;
  overflow: hidden; }
  .cherry-trend-post:not(:last-child) {
    margin-bottom: 30px; }
  .cherry-trend-post__media {
    position: relative; }
  .cherry-trend-post__img {
    width: 100%; }
  .cherry-trend-post__content-wrapper {
    padding: 30px 20px; }
  .cherry-trend-post__content-wrapper, .cherry-trend-post__media {
    margin-bottom: 0; }
  .cherry-trend-post__title {
    margin-bottom: 5px; }
  .cherry-trend-post .cherry-trend-rating, .cherry-trend-post__btn {
    margin-top: 15px; }

/*-------------------------------------------------------------
## Cherry Popups
--------------------------------------------------------------*/
.popup-type-login .cherry-popup-title h4,
.popup-type-signup .cherry-popup-title h4 {
  font-size: 20px;
  line-height: 1.33; }

.popup-type-login .cherry-popup-login__login-in,
.popup-type-signup .cherry-popup-register__sign-up,
.popup-type-subscribe .cherry-popup-subscribe__submit,
.popup-type-default .cherry-popup-subscribe__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.popup-type-login .cherry-popup-login__login-in,
.popup-type-signup .cherry-popup-register__sign-up {
  width: 100%; }

.cherry-popup-login__signup-message {
  font-size: 14px;
  margin-top: 5px; }

.popup-type-signup .cherry-popup-register .cherry-popup-signup__login-user {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px; }

.cherry-popup-spinner {
  width: 19px;
  height: 19px;
  top: -1px; }

.cherry-popup-login__remember {
  margin-bottom: 10px; }

.cherry-popup-login__signup-message {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.popup-type-login .cherry-popup-login__message,
.popup-type-signup .cherry-popup-register__message {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 10px;
  padding: 5px;
  margin: 0;
  line-height: 1; }
  .popup-type-login .cherry-popup-login__message span,
  .popup-type-signup .cherry-popup-register__message span {
    font-size: 14px;
    line-height: 1.1; }

.cherry-popup.cherry-popup-wrapper .cherry-popup-login__use-mail, .cherry-popup.cherry-popup-wrapper .cherry-popup-signup__new-user {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px; }
  .cherry-popup.cherry-popup-wrapper .cherry-popup-login__use-mail span, .cherry-popup.cherry-popup-wrapper .cherry-popup-signup__new-user span {
    margin: 0; }
  .cherry-popup.cherry-popup-wrapper .cherry-popup-login__use-mail:before, .cherry-popup.cherry-popup-wrapper .cherry-popup-login__use-mail:after, .cherry-popup.cherry-popup-wrapper .cherry-popup-signup__new-user:before, .cherry-popup.cherry-popup-wrapper .cherry-popup-signup__new-user:after {
    display: none; }

.cherry-popup.cherry-popup-wrapper .cherry-popup-login__use-mail {
  margin-top: 15px;
  margin-bottom: 15px; }

.cherry-popup-login__input-group .cherry-popup-login__wrap,
.cherry-popup-register__input-group .cherry-popup-register__wrap {
  margin: 5px 0; }

.cherry-popup-wrapper .cherry-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px; }
  @media (min-width: 768px) {
    .cherry-popup-wrapper .cherry-popup-close-button {
      left: calc(100% + 6px);
      bottom: calc(100% + 4px);
      top: auto;
      right: auto; } }
  .cherry-popup-wrapper .cherry-popup-close-button span {
    margin-right: 1px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transition: 100ms all ease;
    -o-transition: 100ms all ease;
    transition: 100ms all ease; }

.popup-type-default .cherry-popup-check {
  position: absolute;
  bottom: 30px;
  left: 30px; }

.cherry-popup-wrapper .cherry-popup-check .marker {
  margin-right: 10px;
  border: 1px solid; }
  .cherry-popup-wrapper .cherry-popup-check .marker span {
    font-size: 20px; }

.cherry-popup-wrapper .cherry-popup-check .label {
  font-size: 14px; }

.cherry-popup .wp-social-login-widget .wp-social-login-provider-list {
  display: block;
  padding: 0; }
  .cherry-popup .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider {
    width: 100%;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0; }
    .cherry-popup .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider:before {
      vertical-align: text-bottom; }
    .cherry-popup .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider + .wp-social-login-provider {
      margin-top: 10px; }

/*-------------------------------------------------------------
## Cherry Search
--------------------------------------------------------------*/
.site-header .cherry-search {
  position: static; }

.cherry-search .cherry-search__results-list {
  margin-top: -5px; }
  .site-header .cherry-search .cherry-search__results-list {
    margin-top: 5px; }

.cherry-search .cherry-search__results-item,
.cherry-search .cherry-search__more-button {
  margin-top: 0; }

.site-header .cherry-search .cherry-search__results-item:first-child {
  border-top: 1px solid; }

.cherry-search .cherry-search__results-item a, .cherry-search .cherry-search__results-item:hover a {
  color: inherit; }

.cherry-search .cherry-search__title,
.cherry-search .cherry-search__more-button {
  font-size: 16px; }

.cherry-search .cherry-search__spinner {
  opacity: 1; }

.cherry-search .cherry-search__message {
  font-size: 16px;
  line-height: 1.5; }

/*-------------------------------------------------------------
## TM photo gallery
--------------------------------------------------------------*/
.tm-pg_front_gallery {
  padding: 0; }
  .tm-pg_front_gallery ul.tm-pg_front_gallery-tabs {
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 0; }
    .tm-pg_front_gallery ul.tm-pg_front_gallery-tabs li a {
      font-size: inherit;
      font-weight: inherit; }
    .tm-pg_front_gallery ul.tm-pg_front_gallery-tabs li.active a:after, .tm-pg_front_gallery ul.tm-pg_front_gallery-tabs li:hover a:after {
      content: none; }
  .tm-pg_front_gallery .filter-select {
    margin: 20px auto;
    display: block;
    max-width: 210px; }
    .tm-pg_front_gallery .filter-select__list {
      margin-left: 0; }
  .tm-pg_front_gallery .tm-pg_front_gallery-navigation,
  .tm-pg_front_gallery .load-more-button {
    margin: 40px 0 10px; }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link img,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link img,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%; }
  .ie .tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link img, .ie
  .tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link img, .ie
  .tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link img {
    font-family: 'object-fit: cover'; }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:after,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link:after,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.43, 0, 0.77, 0.73);
  -o-transition: all 0.4s cubic-bezier(0.43, 0, 0.77, 0.73);
  transition: all 0.4s cubic-bezier(0.43, 0, 0.77, 0.73);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:hover:after,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link:hover:after,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link:hover:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0, 0.77, 0.73);
  -o-transition: all 0.5s cubic-bezier(0.43, 0, 0.77, 0.73);
  transition: all 0.5s cubic-bezier(0.43, 0, 0.77, 0.73); }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:hover:before,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_link:hover:before,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_link:hover:before {
  -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); }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_icon,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  margin: 30px 30px 0 0;
  background-repeat: no-repeat;
  background-position: 7px 5px;
  border-radius: 50%;
  background-size: 24px 24px; }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_title,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_title,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_title {
  color: inherit;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0; }
  @media (min-width: 576px) {
    .tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_title::before,
    .tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_title::before,
    .tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_title::before {
      content: url("assets/images/gallery-icon.png");
      display: block;
      margin-bottom: 10px; } }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_description,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_description,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_description {
  margin: 10px 0 0;
  font-size: 14px; }
  .tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_description:empty,
  .tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_description:empty,
  .tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_description:empty {
    margin: 0; }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_counter,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_counter,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_counter {
  margin-top: 10px;
  color: inherit; }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_label,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_label,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_label {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.5;
  top: 15px;
  left: 15px; }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more {
  margin-bottom: 0; }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry.tm-pg_hover-custom .tm_pg_gallery-item_link:before,
.tm-pg_front_gallery .tm-pg_front_gallery-grid.tm-pg_hover-custom .tm_pg_gallery-item_link:before,
.tm-pg_front_gallery .tm-pg_front_gallery-justify.tm-pg_hover-custom .tm_pg_gallery-item_link:before {
  top: 100%;
  bottom: 0;
  display: block;
  height: auto;
  -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-pg_front_gallery .tm-pg_front_gallery-masonry.tm-pg_hover-custom .tm_pg_gallery-item_link img,
.tm-pg_front_gallery .tm-pg_front_gallery-grid.tm-pg_hover-custom .tm_pg_gallery-item_link img,
.tm-pg_front_gallery .tm-pg_front_gallery-justify.tm-pg_hover-custom .tm_pg_gallery-item_link img {
  -webkit-transition: 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > *,
.tm-pg_front_gallery .tm-pg_front_gallery-grid.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > *,
.tm-pg_front_gallery .tm-pg_front_gallery-justify.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > * {
  -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-pg_front_gallery .tm-pg_front_gallery-masonry.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > *:nth-child(1),
.tm-pg_front_gallery .tm-pg_front_gallery-grid.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > *:nth-child(1),
.tm-pg_front_gallery .tm-pg_front_gallery-justify.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > *:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > *:nth-child(2),
.tm-pg_front_gallery .tm-pg_front_gallery-grid.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > *:nth-child(2),
.tm-pg_front_gallery .tm-pg_front_gallery-justify.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > *:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > *:nth-child(3),
.tm-pg_front_gallery .tm-pg_front_gallery-grid.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > *:nth-child(3),
.tm-pg_front_gallery .tm-pg_front_gallery-justify.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > *:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > *:nth-child(4),
.tm-pg_front_gallery .tm-pg_front_gallery-grid.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > *:nth-child(4),
.tm-pg_front_gallery .tm-pg_front_gallery-justify.tm-pg_hover-custom .tm_pg_gallery-item_link .tm_pg_gallery-item_meta > *:nth-child(4) {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry.tm-pg_hover-custom .tm_pg_gallery-item_link:hover:before,
.tm-pg_front_gallery .tm-pg_front_gallery-grid.tm-pg_hover-custom .tm_pg_gallery-item_link:hover:before,
.tm-pg_front_gallery .tm-pg_front_gallery-justify.tm-pg_hover-custom .tm_pg_gallery-item_link:hover:before {
  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-pg_front_gallery .tm-pg_front_gallery-masonry.tm-pg_hover-custom .tm_pg_gallery-item_link:hover img,
.tm-pg_front_gallery .tm-pg_front_gallery-grid.tm-pg_hover-custom .tm_pg_gallery-item_link:hover img,
.tm-pg_front_gallery .tm-pg_front_gallery-justify.tm-pg_hover-custom .tm_pg_gallery-item_link:hover img {
  -webkit-transition: 0.4s cubic-bezier(0.78, 0.03, 0, 1);
  -o-transition: 0.4s cubic-bezier(0.78, 0.03, 0, 1);
  transition: 0.4s cubic-bezier(0.78, 0.03, 0, 1);
  -webkit-transform: scale(1.1) translate3d(0, -4%, 0);
  transform: scale(1.1) translate3d(0, -4%, 0); }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > *,
.tm-pg_front_gallery .tm-pg_front_gallery-grid.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > *,
.tm-pg_front_gallery .tm-pg_front_gallery-justify.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > * {
  -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-pg_front_gallery .tm-pg_front_gallery-masonry.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > *:nth-child(1),
.tm-pg_front_gallery .tm-pg_front_gallery-grid.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > *:nth-child(1),
.tm-pg_front_gallery .tm-pg_front_gallery-justify.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > *:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > *:nth-child(2),
.tm-pg_front_gallery .tm-pg_front_gallery-grid.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > *:nth-child(2),
.tm-pg_front_gallery .tm-pg_front_gallery-justify.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > *:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > *:nth-child(3),
.tm-pg_front_gallery .tm-pg_front_gallery-grid.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > *:nth-child(3),
.tm-pg_front_gallery .tm-pg_front_gallery-justify.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > *:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.tm-pg_front_gallery .tm-pg_front_gallery-masonry.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > *:nth-child(4),
.tm-pg_front_gallery .tm-pg_front_gallery-grid.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > *:nth-child(4),
.tm-pg_front_gallery .tm-pg_front_gallery-justify.tm-pg_hover-custom .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta > *:nth-child(4) {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item-wrapper,
.tm-pg_front_gallery .tm-pg_front_gallery-justify .tm_pg_gallery-item-wrapper a,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item-wrapper,
.tm-pg_front_gallery .tm-pg_front_gallery-grid .tm_pg_gallery-item-wrapper a {
  height: 100%; }

.single-tm_pg_album .site-content_wrap.container-fluid,
.single-tm_pg_set .site-content_wrap.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.single-tm_pg_album .site-content_wrap,
.single-tm_pg_set .site-content_wrap {
  margin-bottom: 0; }

.single .tm_pg_album .entry-title,
.single .tm_pg_set .entry-title {
  text-align: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 20px; }

/*--------------------------------------------------------------
# PopUp
--------------------------------------------------------------*/
.lg-outer.lg-thumb-open .lg-img-wrap {
  max-height: calc(100% - 90px); }

/*-------------------------------------------------------------
## Timeline
--------------------------------------------------------------*/
.tm_timeline {
  padding: 0; }
  .tm_timeline .tm_timeline__event__dot {
    width: 19px;
    height: 19px;
    -webkit-box-shadow: none;
    box-shadow: none;
    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; }
    .tm_timeline .tm_timeline__event__dot:before {
      content: '';
      width: 11px;
      height: 11px;
      border-radius: 50%; }
  .tm_timeline .tm_timeline__event__title {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 15px; }
    .tm_timeline .tm_timeline__event__title a:not(:hover) {
      color: inherit; }
  .tm_timeline .tm_timeline__event__description {
    font-size: 16px;
    line-height: 1.5; }
  .tm_timeline .tm_timeline__event {
    z-index: 1; }
  .tm_timeline .tm_timeline__event__date {
    white-space: nowrap; }
  .tm_timeline .tm_timeline__event .tm_timeline__event__date,
  .tm_timeline .tm_timeline__event .tm_timeline__event__title,
  .tm_timeline .tm_timeline__event .tm_timeline__event__description {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__container {
    margin: 0; }
  .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__body {
    position: relative; }
  .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__tense {
    margin-left: 0;
    margin-top: 8px;
    width: 1px;
    height: calc(100% - 8px); }
    @media (min-width: 768px) {
      .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__tense {
        margin-left: auto; } }
  .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event {
    max-width: 100%; }
    @media (min-width: 768px) {
      .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event {
        max-width: 50%; } }
  .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    @media (min-width: 768px) {
      .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd {
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0); } }
  .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: left; }
    @media (min-width: 768px) {
      .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even {
        padding-right: 25px;
        padding-left: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        text-align: right; } }
    @media (min-width: 768px) {
      .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even .tm_timeline__event__dot {
        left: auto;
        right: 0;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0); } }
    @media (min-width: 768px) {
      .tm_timeline.tm_timeline-layout-vertical.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even .tm_timeline__event__date {
        right: auto;
        left: calc(100% + 35px); } }
  .tm_timeline.tm_timeline-layout-vertical .tm_timeline__container {
    max-width: 100%; }
    @media (max-width: 767px) {
      .tm_timeline.tm_timeline-layout-vertical .tm_timeline__container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px; } }
  .tm_timeline.tm_timeline-layout-vertical .tm_timeline__body-tense {
    border-left: 1px solid; }
  .tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__dot {
    -webkit-transform: translate(calc(-50% - 0.5px), 0);
    -ms-transform: translate(calc(-50% - 0.5px), 0);
    transform: translate(calc(-50% - 0.5px), 0);
    position: absolute;
    top: 4px;
    left: 0; }
  @media (min-width: 768px) {
    .tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__date {
      position: absolute;
      top: 4px;
      right: calc(100% + 35px);
      max-width: 100%; } }
  .tm_timeline.tm_timeline-layout-vertical .tm_timeline__event {
    padding-left: 25px;
    margin-bottom: 40px;
    max-width: 100%; }
    .tm_timeline.tm_timeline-layout-vertical .tm_timeline__event:last-child {
      margin-bottom: 0; }
  .tm_timeline.tm_timeline-layout-horizontal {
    text-align: center; }
    .tm_timeline.tm_timeline-layout-horizontal .tm_timeline__body {
      overflow: visible;
      position: relative;
      padding-bottom: 40px; }
    .tm_timeline.tm_timeline-layout-horizontal .tm_timeline__container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 auto; }
    .tm_timeline.tm_timeline-layout-horizontal .tm_timeline__pages {
      padding-bottom: 0; }
    .tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event {
      text-align: center;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin: 0 5px; }
    .tm_timeline.tm_timeline-layout-horizontal .tm_timeline__tense {
      height: 1px;
      top: auto;
      bottom: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event__dot {
      left: 50%;
      top: auto;
      bottom: -40px;
      -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }
  .tm_timeline .contol_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px; }
    .tm_timeline .contol_wrap .tm_timeline__control {
      margin: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1 !important;
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      border-radius: 0;
      border: none;
      padding: 13px;
      font-size: 24px;
      line-height: 1;
      background-color: transparent; }
      .tm_timeline .contol_wrap .tm_timeline__control,
      .entry-content .tm_timeline .contol_wrap .tm_timeline__control:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
      .tm_timeline .contol_wrap .tm_timeline__control:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 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); }
      .tm_timeline .contol_wrap .tm_timeline__control i {
        font-size: 1em;
        width: 1em;
        line-height: 1;
        position: relative;
        z-index: 1; }
      .tm_timeline .contol_wrap .tm_timeline__control:hover:before {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      .tm_timeline .contol_wrap .tm_timeline__control.tm_timeline__control-slide-left {
        margin-right: 30px; }

/*-------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
/*-------------------------------------------------------------
### Elementor Editor
--------------------------------------------------------------*/
.elementor-editor-active .elementor.elementor-edit-mode .elementor-element > .elementor-element-overlay {
  z-index: 10; }

/*-------------------------------------------------------------
### Elementor Grid
--------------------------------------------------------------*/
.elementor-page.content-layout-fullwidth .site-main .elementor-inner {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .elementor-page.content-layout-fullwidth .site-main .elementor-inner .elementor-inner {
    margin-left: 0;
    margin-right: 0; }

@media (min-width: 992px) {
  .elementor-page.content-layout-fullwidth.position-one-right-sidebar .site-main .elementor-inner {
    margin-right: 0; } }

@media (min-width: 992px) {
  .elementor-page.content-layout-fullwidth.position-one-left-sidebar .site-main .elementor-inner {
    margin-left: 0; } }

.elementor .elementor-section .elementor-container {
  display: block; }

.elementor .elementor-row {
  width: auto; }

.elementor-column-gap-narrow.elementor-container {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .elementor-column-gap-narrow.elementor-container .elementor-container,
  .content-layout-boxed .site-main .elementor-column-gap-narrow.elementor-container,
  .sidebar .elementor-column-gap-narrow.elementor-container {
    padding-left: 0;
    padding-right: 0; }

.elementor-column-gap-narrow > .elementor-row {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  .elementor-column-gap-narrow > .elementor-row > .elementor-column {
    padding: 0 0.625rem; }
    .elementor-column-gap-narrow > .elementor-row > .elementor-column:not(.elementor-column-custom-padding) > .elementor-element-populated {
      padding: 0.625rem 0; }

.elementor-column-gap-default.elementor-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .elementor-column-gap-default.elementor-container .elementor-container,
  .content-layout-boxed .site-main .elementor-column-gap-default.elementor-container,
  .sidebar .elementor-column-gap-default.elementor-container {
    padding-left: 0;
    padding-right: 0; }

.elementor-column-gap-default > .elementor-row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .elementor-column-gap-default > .elementor-row > .elementor-column {
    padding: 0 0.9375rem; }
    .elementor-column-gap-default > .elementor-row > .elementor-column:not(.elementor-column-custom-padding) > .elementor-element-populated {
      padding: 0.9375rem 0; }

.elementor-column-gap-extended.elementor-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .elementor-column-gap-extended.elementor-container .elementor-container,
  .content-layout-boxed .site-main .elementor-column-gap-extended.elementor-container,
  .sidebar .elementor-column-gap-extended.elementor-container {
    padding-left: 0;
    padding-right: 0; }

.elementor-column-gap-extended > .elementor-row {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  .elementor-column-gap-extended > .elementor-row > .elementor-column {
    padding: 0 1.25rem; }
    .elementor-column-gap-extended > .elementor-row > .elementor-column:not(.elementor-column-custom-padding) > .elementor-element-populated {
      padding: 1.25rem 0; }

.elementor-column-gap-wide.elementor-container {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }
  .elementor-column-gap-wide.elementor-container .elementor-container,
  .content-layout-boxed .site-main .elementor-column-gap-wide.elementor-container,
  .sidebar .elementor-column-gap-wide.elementor-container {
    padding-left: 0;
    padding-right: 0; }

.elementor-column-gap-wide > .elementor-row {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem; }
  .elementor-column-gap-wide > .elementor-row > .elementor-column {
    padding: 0 1.5625rem; }
    .elementor-column-gap-wide > .elementor-row > .elementor-column:not(.elementor-column-custom-padding) > .elementor-element-populated {
      padding: 1.5625rem 0; }

.elementor-column-gap-wider.elementor-container {
  padding-left: 1.875rem;
  padding-right: 1.875rem; }
  .elementor-column-gap-wider.elementor-container .elementor-container,
  .content-layout-boxed .site-main .elementor-column-gap-wider.elementor-container,
  .sidebar .elementor-column-gap-wider.elementor-container {
    padding-left: 0;
    padding-right: 0; }

.elementor-column-gap-wider > .elementor-row {
  margin-left: -1.875rem;
  margin-right: -1.875rem; }
  .elementor-column-gap-wider > .elementor-row > .elementor-column {
    padding: 0 1.875rem; }
    .elementor-column-gap-wider > .elementor-row > .elementor-column:not(.elementor-column-custom-padding) > .elementor-element-populated {
      padding: 1.875rem 0; }

/*-------------------------------------------------------------
### Extra CSS Class
--------------------------------------------------------------*/
.inline-block {
  display: inline-block; }

@media (min-width: 768px) {
  .inline-block-md {
    display: inline-block; } }

@media (min-width: 1025px) {
  .inline-block-lg {
    display: inline-block; } }

.overflow-hidden {
  overflow: hidden; }

@media (min-width: 768px) {
  .elementor-section.elementor-container-md-align-right > .elementor-container {
    margin-right: 0; } }

@media (min-width: 1025px) {
  .elementor-section.elementor-container-lg-align-right > .elementor-container {
    margin-right: 0; } }

@media (min-width: 768px) {
  .elementor-section.elementor-container-md-align-left > .elementor-container {
    margin-left: 0; } }

@media (min-width: 1025px) {
  .elementor-section.elementor-container-lg-align-left > .elementor-container {
    margin-left: 0; } }

/*-------------------------------------------------------------
### Accordion
--------------------------------------------------------------*/
.elementor-accordion .elementor-accordion-item {
  border-left: none;
  border-right: none; }

.elementor-accordion .elementor-tab-title {
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s; }
  .elementor-accordion .elementor-tab-title:focus {
    outline: 0; }
  .elementor-accordion .elementor-tab-title.elementor-active {
    background-color: transparent; }

.elementor-accordion .elementor-tab-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3; }

.elementor-accordion .elementor-tab-title .elementor-accordion-icon i.fa {
  font-family: inherit; }
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon i.fa:before {
    content: '+';
    color: currentColor; }

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon i.fa:before {
  content: '‒'; }

.elementor-accordion-content {
  font-size: 16px;
  line-height: 1.5; }

.elementor-accordion .elementor-accordion-content {
  border-top: none;
  padding-top: 5px;
  padding-bottom: 20px; }

.elementor-accordion .elementor-tab-title,
.elementor-accordion .elementor-tab-content {
  padding-left: 30px;
  padding-right: 30px; }

@media (min-width: 1200px) {
  .position-fullwidth .elementor-col-100 .elementor-accordion .elementor-tab-content,
  .position-fullwidth [data-col="100"] .elementor-accordion .elementor-tab-content {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.875rem;
    column-gap: 1.875rem; } }

/*-------------------------------------------------------------
### Button
--------------------------------------------------------------*/
.elementor-element.elementor-button-info .elementor-button {
  background-color: #5BC0DE;
  border-color: #5BC0DE; }
  .elementor-element.elementor-button-info .elementor-button:hover {
    background-color: #31b0d5;
    border-color: #31b0d5; }

.elementor-element.elementor-button-success .elementor-button {
  background-color: #5CB85C;
  border-color: #5CB85C; }
  .elementor-element.elementor-button-success .elementor-button:hover {
    background-color: #449d44;
    border-color: #449d44; }

.elementor-element.elementor-button-warning .elementor-button {
  background-color: #F0AD4E;
  border-color: #F0AD4E; }
  .elementor-element.elementor-button-warning .elementor-button:hover {
    background-color: #ec971f;
    border-color: #ec971f; }

.elementor-element.elementor-button-danger .elementor-button {
  background-color: #D9534F;
  border-color: #D9534F; }
  .elementor-element.elementor-button-danger .elementor-button:hover {
    background-color: #c9302c;
    border-color: #c9302c; }

.elementor-widget .elementor-button {
  border-style: none; }
  .elementor-widget .elementor-button, .elementor-widget .elementor-button:hover, .elementor-widget .elementor-button:focus, .elementor-widget .elementor-button:visited {
    opacity: 1; }
  .elementor-widget .elementor-button-content-wrapper {
    display: inline-block; }
  .elementor-widget .elementor-button-icon {
    font-size: 1.5em;
    line-height: 1; }
  .elementor-widget .elementor-button.elementor-size-sm, .elementor-widget .elementor-button.elementor-size-md {
    font-size: 12px; }
  .elementor-widget .elementor-button.elementor-size-xs, .elementor-widget .elementor-button.elementor-size-md, .elementor-widget .elementor-button.elementor-size-lg, .elementor-widget .elementor-button.elementor-size-xl {
    border-radius: 5px; }
  .elementor-widget .elementor-button.elementor-size-md {
    padding: 16px 43px; }
  .elementor-widget .elementor-button.elementor-size-lg {
    font-size: 16px;
    padding: 16px 43px; }
  .elementor-widget .elementor-button.elementor-size-xl {
    font-size: 18px;
    padding: 19.2px 51.6px; }

.elementor-button-fullwidth .elementor-button {
  width: 100%; }

/*-------------------------------------------------------------
### Counter
--------------------------------------------------------------*/
.elementor-counter .elementor-counter-number-wrapper {
  font-size: 48px; }

.elementor-counter .elementor-counter-title {
  margin-top: 5px; }

/*-------------------------------------------------------------
### Divider
--------------------------------------------------------------*/
.elementor-divider-separator {
  max-width: 100%; }

/*-------------------------------------------------------------
### Heading
--------------------------------------------------------------*/
.elementor-widget-heading:not(:last-child) h6.elementor-heading-title {
  margin-bottom: -5px; }

/*-------------------------------------------------------------
### Icon - Icon Box
--------------------------------------------------------------*/
.elementor-icon-box-title {
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 3.1px; }

.elementor-icon-box-description {
  line-height: 1.6;
  font-weight: 500; }
  @media (min-width: 992px) {
    .elementor-icon-box-description {
      font-size: 24px; } }

/*-------------------------------------------------------------
### Progress Bar
--------------------------------------------------------------*/
.elementor-widget-progress + .elementor-widget-progress > .elementor-widget-container {
  margin-top: 35px; }

.elementor-widget-progress .elementor-widget-container {
  position: relative; }

.elementor-widget-progress .elementor-title {
  padding-right: 45px;
  display: block;
  margin-bottom: 15px; }

.elementor-progress-wrapper {
  position: static;
  min-height: 6px;
  height: auto;
  line-height: 1;
  border-radius: 3px; }

.elementor-progress-bar {
  min-height: 6px;
  border-radius: 3px;
  padding: 3px 0; }

.elementor-progress-text {
  line-height: 1.2; }

.elementor-progress-percentage {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0; }

/*-------------------------------------------------------------
### Social Icons
--------------------------------------------------------------*/
.elementor-social-icon {
  font-size: 18px;
  padding: .45em; }
  .elementor-social-icon i {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  .elementor-social-icon:not(:last-child) {
    margin-right: 10px; }

/*-------------------------------------------------------------
### Spacer
--------------------------------------------------------------*/
.elementor-widget.elementor-widget-spacer {
  margin-bottom: 0; }

/*-------------------------------------------------------------
### Tabs
--------------------------------------------------------------*/
.elementor-widget-tabs .elementor-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper,
.elementor-widget-tabs .elementor-tabs .elementor-tab-content {
  border: none; }

@media (min-width: 768px) {
  .elementor-tabs-view-horizontal .elementor-tabs-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%; } }

.elementor-widget-tabs .elementor-tab-title {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s; }

.elementor-widget-tabs .elementor-tab-desktop-title {
  padding: 23px 10px; }
  .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after {
    content: none; }

.elementor-widget-tabs .elementor-tab-mobile-title {
  padding: 15px 10px; }

.elementor-tabs-view-horizontal .elementor-tab-content {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .elementor-tabs-view-horizontal .elementor-tab-content {
      padding: 30px 0 20px; } }

@media (min-width: 768px) {
  .elementor-tabs-view-vertical .elementor-tab-content {
    padding-top: 0; } }

/*-------------------------------------------------------------
### Text Editor
--------------------------------------------------------------*/
.elementor-widget-text-editor .elementor-drop-cap {
  font-size: 3.33em;
  font-weight: 700; }

/*-------------------------------------------------------------
### Testimonials
--------------------------------------------------------------*/
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
  width: 85px;
  height: 85px; }

.elementor-testimonial-wrapper .elementor-testimonial-job {
  font-size: 14px; }

.elementor-testimonial-wrapper .elementor-testimonial-content {
  font-size: 1.22em;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 35px; }

/*-------------------------------------------------------------
### Video
--------------------------------------------------------------*/
.elementor-widget-video .elementor-widget-container {
  overflow: hidden;
  border-radius: 5px; }

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play:before {
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
  transform: scale(1.2) translate3d(0, 0, 0); }

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
  opacity: 1;
  text-shadow: none; }

.elementor-widget-video .elementor-custom-embed-play {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  padding: 0.75em;
  border-radius: 50%; }
  .elementor-widget-video .elementor-custom-embed-play:before {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    -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); }
  .elementor-widget-video .elementor-custom-embed-play i {
    width: 1em;
    height: 1em;
    opacity: 1;
    text-shadow: none;
    text-indent: 5px; }
    .elementor-widget-video .elementor-custom-embed-play i:before {
      content: '\f04b'; }

/*-------------------------------------------------------------
### Jet Elements
--------------------------------------------------------------*/
.jet-elements .col-row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .jet-elements .col-row [class*="col-"] {
    padding: 0.9375rem; }

/*-------------------------------------------------------------
### Advanced Carousel
--------------------------------------------------------------*/
/*-------------------------------------------------------------
### Brands
--------------------------------------------------------------*/
.elementor-jet-brands .brands-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*-------------------------------------------------------------
### Circle Progress
--------------------------------------------------------------*/
.elementor-jet-circle-progress {
  text-align: center; }
  .elementor-jet-circle-progress .position-in-circle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .elementor-jet-circle-progress .position-below-circle .circle-counter {
    margin-top: 5px; }
  .elementor-jet-circle-progress .circle-val {
    line-height: 1; }
  .elementor-jet-circle-progress .circle-counter__title {
    padding-top: 3px; }
  .elementor-jet-circle-progress .circle-counter__subtitle {
    display: block; }
  .elementor-jet-circle-progress .circle-counter__title, .elementor-jet-circle-progress .circle-counter__subtitle {
    font-size: 12px;
    line-height: 1.5; }

/*-------------------------------------------------------------
### Countdown Timer
--------------------------------------------------------------*/
.jet-countdown-timer .jet-countdown-timer__item-label {
  text-align: right; }

.jet-countdown-timer .jet-countdown-timer__item-value {
  font-size: 80px;
  line-height: 1; }

.jet-countdown-timer .jet-countdown-timer__item {
  margin-right: 20px;
  margin-left: 20px; }

/*-------------------------------------------------------------
### Posts
--------------------------------------------------------------*/
.jet-posts__inner-box {
  position: relative;
  border-radius: 5px;
  overflow: hidden; }

.jet-posts__inner-content {
  padding: 33px 20px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .jet-posts__inner-content {
      padding: 33px 29px 42px 40px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .col-tab-3 .jet-posts__inner-content,
    .col-tab-4 .jet-posts__inner-content,
    .col-tab-5 .jet-posts__inner-content,
    .col-tab-6 .jet-posts__inner-content {
      padding: 33px 20px; } }
  .thumb-box-bg .jet-posts__inner-content {
    padding: 66px 40px 33px; }

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

.jet-posts .entry-title {
  font-size: 18px;
  margin-bottom: 0; }

.jet-posts .thumb-box-bg .entry-title a {
  border-bottom: 1px solid transparent; }
  .jet-posts .thumb-box-bg .entry-title a:hover {
    border-bottom-color: currentColor; }

.jet-posts .post-meta {
  margin-top: 3px;
  padding-bottom: 0; }
  .jet-posts .post-meta__item {
    margin-right: 0;
    display: inline; }
    .jet-posts .post-meta__item:before {
      margin-left: 3px;
      margin-right: 3px; }

.jet-posts .entry-excerpt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.74;
  padding-bottom: 0; }
  .jet-posts .entry-excerpt:not(:last-child) {
    margin-bottom: 15px; }

.jet-posts .posted-by {
  padding-top: 12px;
  margin-top: auto; }
  .jet-posts .posted-by:not(:last-child) {
    margin-bottom: 15px; }

.jet-posts .post-badge a {
  display: inline-block;
  vertical-align: top; }

/*-------------------------------------------------------------
### Pricing Table
--------------------------------------------------------------*/
.elementor-jet-pricing-table .pricing-table {
  border-radius: 10px;
  padding: 0; }
  .elementor-jet-pricing-table .pricing-table.featured-table {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 59px 0 rgba(66, 71, 76, 0.11);
    box-shadow: 0 0 59px 0 rgba(66, 71, 76, 0.11); }
    .elementor-jet-pricing-table .pricing-table.featured-table > *:first-child {
      padding-top: 65px; }
      .elementor-col-33 .elementor-jet-pricing-table .pricing-table.featured-table > *:first-child,
      .elementor-col-50 .elementor-jet-pricing-table .pricing-table.featured-table > *:first-child,
      .elementor-col-100 .elementor-jet-pricing-table .pricing-table.featured-table > *:first-child,
      [data-col="33"] .elementor-jet-pricing-table .pricing-table.featured-table > *:first-child,
      [data-col="50"] .elementor-jet-pricing-table .pricing-table.featured-table > *:first-child,
      [data-col="100"] .elementor-jet-pricing-table .pricing-table.featured-table > *:first-child {
        padding-top: 50px; }
    .elementor-jet-pricing-table .pricing-table.featured-table > *:last-child {
      padding-bottom: 90px; }
  .elementor-jet-pricing-table .pricing-table > * {
    padding: 15px 30px; }
    .elementor-jet-pricing-table .pricing-table > *:first-child {
      padding-top: 45px; }
      .elementor-col-33 .elementor-jet-pricing-table .pricing-table > *:first-child,
      .elementor-col-50 .elementor-jet-pricing-table .pricing-table > *:first-child,
      .elementor-col-100 .elementor-jet-pricing-table .pricing-table > *:first-child,
      [data-col="33"] .elementor-jet-pricing-table .pricing-table > *:first-child,
      [data-col="50"] .elementor-jet-pricing-table .pricing-table > *:first-child,
      [data-col="100"] .elementor-jet-pricing-table .pricing-table > *:first-child {
        padding-top: 30px; }
    .elementor-jet-pricing-table .pricing-table > *:last-child {
      padding-bottom: 70px; }
  .elementor-col-33 .elementor-jet-pricing-table .pricing-table__heading,
  .elementor-col-50 .elementor-jet-pricing-table .pricing-table__heading,
  .elementor-col-100 .elementor-jet-pricing-table .pricing-table__heading,
  [data-col="33"] .elementor-jet-pricing-table .pricing-table__heading,
  [data-col="50"] .elementor-jet-pricing-table .pricing-table__heading,
  [data-col="100"] .elementor-jet-pricing-table .pricing-table__heading {
    padding-bottom: 30px; }
  .elementor-jet-pricing-table .pricing-table__icon {
    margin-bottom: 40px; }
    .elementor-jet-pricing-table .pricing-table__icon i:before {
      font-size: 64px; }
      .elementor-col-33 .elementor-jet-pricing-table .pricing-table__icon i:before,
      .elementor-col-50 .elementor-jet-pricing-table .pricing-table__icon i:before,
      .elementor-col-100 .elementor-jet-pricing-table .pricing-table__icon i:before,
      [data-col="33"] .elementor-jet-pricing-table .pricing-table__icon i:before,
      [data-col="50"] .elementor-jet-pricing-table .pricing-table__icon i:before,
      [data-col="100"] .elementor-jet-pricing-table .pricing-table__icon i:before {
        font-size: 80px; }
  .elementor-jet-pricing-table .pricing-table__title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0; }
  .elementor-jet-pricing-table .pricing-table__subtitle {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px; }
    .elementor-col-33 .elementor-jet-pricing-table .pricing-table__subtitle,
    .elementor-col-50 .elementor-jet-pricing-table .pricing-table__subtitle,
    .elementor-col-100 .elementor-jet-pricing-table .pricing-table__subtitle,
    [data-col="33"] .elementor-jet-pricing-table .pricing-table__subtitle,
    [data-col="50"] .elementor-jet-pricing-table .pricing-table__subtitle,
    [data-col="100"] .elementor-jet-pricing-table .pricing-table__subtitle {
      font-size: 18px;
      line-height: 1.3; }
  .elementor-jet-pricing-table .pricing-table__price {
    position: relative; }
    .elementor-col-33 .elementor-jet-pricing-table .pricing-table__price,
    .elementor-col-50 .elementor-jet-pricing-table .pricing-table__price,
    .elementor-col-100 .elementor-jet-pricing-table .pricing-table__price,
    [data-col="33"] .elementor-jet-pricing-table .pricing-table__price,
    [data-col="50"] .elementor-jet-pricing-table .pricing-table__price,
    [data-col="100"] .elementor-jet-pricing-table .pricing-table__price {
      padding-top: 30px;
      padding-bottom: 30px; }
  .elementor-jet-pricing-table .pricing-table__price-val {
    font-size: 64px;
    line-height: 1.2;
    font-weight: 400; }
    .elementor-col-33 .elementor-jet-pricing-table .pricing-table__price-val,
    .elementor-col-50 .elementor-jet-pricing-table .pricing-table__price-val,
    .elementor-col-100 .elementor-jet-pricing-table .pricing-table__price-val,
    [data-col="33"] .elementor-jet-pricing-table .pricing-table__price-val,
    [data-col="50"] .elementor-jet-pricing-table .pricing-table__price-val,
    [data-col="100"] .elementor-jet-pricing-table .pricing-table__price-val {
      font-size: 80px; }
  .elementor-jet-pricing-table .pricing-table__price-prefix, .elementor-jet-pricing-table .pricing-table__price-suffix {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400; }
    .elementor-col-33 .elementor-jet-pricing-table .pricing-table__price-prefix,
    .elementor-col-50 .elementor-jet-pricing-table .pricing-table__price-prefix,
    .elementor-col-100 .elementor-jet-pricing-table .pricing-table__price-prefix,
    [data-col="33"] .elementor-jet-pricing-table .pricing-table__price-prefix,
    [data-col="50"] .elementor-jet-pricing-table .pricing-table__price-prefix,
    [data-col="100"] .elementor-jet-pricing-table .pricing-table__price-prefix, .elementor-col-33 .elementor-jet-pricing-table .pricing-table__price-suffix,
    .elementor-col-50 .elementor-jet-pricing-table .pricing-table__price-suffix,
    .elementor-col-100 .elementor-jet-pricing-table .pricing-table__price-suffix,
    [data-col="33"] .elementor-jet-pricing-table .pricing-table__price-suffix,
    [data-col="50"] .elementor-jet-pricing-table .pricing-table__price-suffix,
    [data-col="100"] .elementor-jet-pricing-table .pricing-table__price-suffix {
      font-size: 48px; }
  .elementor-jet-pricing-table .pricing-table__features {
    font-weight: 400; }
    .elementor-col-33 .elementor-jet-pricing-table .pricing-table__features,
    .elementor-col-50 .elementor-jet-pricing-table .pricing-table__features,
    .elementor-col-100 .elementor-jet-pricing-table .pricing-table__features,
    [data-col="33"] .elementor-jet-pricing-table .pricing-table__features,
    [data-col="50"] .elementor-jet-pricing-table .pricing-table__features,
    [data-col="100"] .elementor-jet-pricing-table .pricing-table__features {
      font-size: 22px; }
    .elementor-jet-pricing-table .pricing-table__features .pricing-feature + .pricing-feature {
      margin-top: 5px; }
      .elementor-col-33 .elementor-jet-pricing-table .pricing-table__features .pricing-feature + .pricing-feature,
      .elementor-col-50 .elementor-jet-pricing-table .pricing-table__features .pricing-feature + .pricing-feature,
      .elementor-col-100 .elementor-jet-pricing-table .pricing-table__features .pricing-feature + .pricing-feature,
      [data-col="33"] .elementor-jet-pricing-table .pricing-table__features .pricing-feature + .pricing-feature,
      [data-col="50"] .elementor-jet-pricing-table .pricing-table__features .pricing-feature + .pricing-feature,
      [data-col="100"] .elementor-jet-pricing-table .pricing-table__features .pricing-feature + .pricing-feature {
        margin-top: 20px; }
  .elementor-jet-pricing-table .pricing-table__action {
    padding-top: 30px; }
    .elementor-jet-pricing-table .pricing-table__action .pricing-table-button {
      background-color: transparent; }

/*-------------------------------------------------------------
### Parallax Image
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .parallax .elementor-image {
    -webkit-transform: translate3d(0, var(--ty, 0), 0);
    transform: translate3d(0, var(--ty, 0), 0); } }

/*-------------------------------------------------------------
### Slick
--------------------------------------------------------------*/
.slick-slide {
  outline: 0; }

/*-------------------------------------------------------------
## The Events Calendar
--------------------------------------------------------------*/
.archive.events-archive .entry-content,
.archive.events-archive .entry-header {
  width: 100%; }

#tribe-events .tribe-bar-disabled {
  float: none; }
  #tribe-events .tribe-bar-disabled #tribe-bar-form:not(.tribe-bar-collapse) #tribe-bar-views + .tribe-bar-filters {
    padding-right: 20px; }
  #tribe-events .tribe-bar-disabled #tribe-bar-form:not(.tribe-bar-collapse) .tribe-bar-date-filter {
    padding-right: 10px; }
    #tribe-events .tribe-bar-disabled #tribe-bar-form:not(.tribe-bar-collapse) .tribe-bar-date-filter,
    #tribe-events .tribe-bar-disabled #tribe-bar-form:not(.tribe-bar-collapse) .tribe-bar-date-filter input[type=text] {
      width: 100%; }

#tribe-events #tribe-bar-views,
#tribe-events #tribe-bar-form.tribe-bar-mini #tribe-bar-views {
  left: 84%;
  width: 16%;
  padding-left: 0; }

#tribe-events .tribe-bar-views-inner,
#tribe-events .tribe-bar-mini .tribe-bar-views-inner {
  padding-top: 47px;
  padding-bottom: 47px;
  padding-right: 10px; }

#tribe-events #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
#tribe-events #tribe-bar-views .tribe-bar-views-inner {
  background-color: transparent; }

#tribe-events #tribe-bar-views .tribe-bar-views-list {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 0; }

#tribe-events #tribe-bar-form:not(.tribe-bar-collapse) #tribe-bar-views .tribe-bar-views-list {
  margin-top: 5px; }

#tribe-events #tribe-bar-views.tribe-bar-views-open .tribe-bar-views-list {
  -webkit-box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.5);
  padding: 10px 0; }

#tribe-events .tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  padding-top: 6px;
  padding-bottom: 6px; }

#tribe-events .tribe-bar-views-list span[class*="tribe-icon"] {
  background: none;
  position: relative;
  padding-left: 20px;
  min-height: 0;
  line-height: 1.2; }
  #tribe-events .tribe-bar-views-list span[class*="tribe-icon"]:before {
    font-size: 16px;
    position: absolute;
    left: 0; }

#tribe-events .tribe-bar-views-list span.tribe-icon-month:before {
  content: '\f073'; }

#tribe-events .tribe-bar-views-list span.tribe-icon-list:before {
  content: '\f03a'; }

#tribe-events .tribe-bar-views-list span.tribe-icon-day:before {
  content: '\f133'; }

#tribe-events #tribe-bar-views + .tribe-bar-filters {
  right: 16%;
  width: 84%; }

#tribe-events #tribe-bar-form:not(.tribe-bar-collapse) .tribe-bar-filters {
  padding: 37px 20px; }

#tribe-events #tribe-bar-form:not(.tribe-bar-collapse) #tribe-bar-views + .tribe-bar-filters {
  padding-right: 0; }

#tribe-events #tribe-bar-form:not(.tribe-bar-collapse) .tribe-bar-filters-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  #tribe-events #tribe-bar-form:not(.tribe-bar-collapse) .tribe-bar-filters-inner:before, #tribe-events #tribe-bar-form:not(.tribe-bar-collapse) .tribe-bar-filters-inner:after {
    content: none; }

#tribe-events #tribe-bar-form:not(.tribe-bar-collapse) .tribe-bar-date-filter {
  padding: 10px 0 10px 10px;
  width: 41%; }

#tribe-events #tribe-bar-form:not(.tribe-bar-collapse) .tribe-bar-search-filter {
  padding: 10px 3px;
  width: 40%; }

#tribe-events #tribe-bar-form:not(.tribe-bar-collapse) .tribe-bar-submit {
  padding: 10px 10px 10px 0;
  margin-left: 0;
  width: 19%; }

#tribe-events #tribe-bar-form label {
  margin-bottom: 15px; }

#tribe-events input[name*=tribe-bar-]::-webkit-input-placeholder {
  font-style: normal;
  color: inherit;
  line-height: inherit;
  font-weight: inherit; }

#tribe-events input[name*=tribe-bar-]::-moz-placeholder {
  font-style: normal;
  color: inherit;
  line-height: inherit;
  font-weight: inherit; }

#tribe-events input[name*=tribe-bar-]:-ms-input-placeholder {
  font-style: normal;
  color: inherit;
  line-height: inherit;
  font-weight: inherit; }

#tribe-events input[name*=tribe-bar-]:-moz-placeholder {
  font-style: normal;
  color: inherit;
  line-height: inherit;
  font-weight: inherit; }

#tribe-events #tribe-bar-form input[type=text] {
  padding: 8px 18px;
  border: 1px solid #ffffff;
  line-height: 1.5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #ffffff;
  font-style: normal;
  font-size: 18px; }
  #tribe-events #tribe-bar-form input[type=text]:focus {
    outline: none; }

#tribe-events #tribe-bar-dates {
  position: relative; }
  #tribe-events #tribe-bar-dates input[type=text] {
    padding-left: 40px; }
  #tribe-events #tribe-bar-dates:before {
    content: '\f073';
    font-size: 16px;
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 1; }

#tribe-events #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit],
#tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit] {
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  transition: .1s ease-out;
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  font-weight: 400;
  padding: 10.13333px 5px; }

#tribe-events #tribe-bar-collapse-toggle {
  background-color: transparent;
  padding: 20px 40px 20px 15px; }
  #tribe-events #tribe-bar-collapse-toggle .tribe-bar-toggle-arrow:before {
    content: '\f107';
    font-size: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  #tribe-events #tribe-bar-collapse-toggle .tribe-bar-toggle-arrow:after {
    content: none; }
  #tribe-events #tribe-bar-collapse-toggle.tribe-bar-filters-open .tribe-bar-toggle-arrow:before, #tribe-events #tribe-bar-collapse-toggle.tribe-bar-collapse-toggle-full-width .tribe-bar-toggle-arrow:before {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg); }
  #tribe-events #tribe-bar-collapse-toggle.tribe-bar-collapse-toggle-full-width.tribe-bar-filters-open .tribe-bar-toggle-arrow:before {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }

#tribe-events #tribe-bar-form.tribe-bar-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  #tribe-events #tribe-bar-form.tribe-bar-collapse:before, #tribe-events #tribe-bar-form.tribe-bar-collapse:after {
    content: none; }
  #tribe-events #tribe-bar-form.tribe-bar-collapse #tribe-bar-views,
  #tribe-events #tribe-bar-form.tribe-bar-collapse #tribe-bar-collapse-toggle {
    width: 100%; }
  #tribe-events #tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border: 1px solid; }
    #tribe-events #tribe-bar-form.tribe-bar-collapse #tribe-bar-views,
    #tribe-events #tribe-bar-form.tribe-bar-collapse #tribe-bar-views.tribe-bar-views-open .tribe-bar-views-list {
      background-color: #ffffff; }
    #tribe-events #tribe-bar-form.tribe-bar-collapse #tribe-bar-views .tribe-bar-views-inner {
      padding-top: 20px;
      padding-bottom: 45px; }
    #tribe-events #tribe-bar-form.tribe-bar-collapse #tribe-bar-views label {
      margin-bottom: 5px; }

#tribe-events .tribe-events-notices {
  font-size: 16px;
  color: inherit;
  background-color: #f5f9ff;
  border-color: #f5f9ff;
  padding: 16px 30px; }
  #tribe-events .tribe-events-notices ul {
    margin-left: 0;
    list-style: none; }

#tribe-events ul.tribe-events-sub-nav {
  margin-top: 1em;
  margin-bottom: 1em; }
  #tribe-events ul.tribe-events-sub-nav a {
    display: inline-block;
    position: relative;
    background: transparent;
    padding: 0; }
    #tribe-events ul.tribe-events-sub-nav a:before {
      position: absolute;
      font-size: 40px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #tribe-events ul.tribe-events-sub-nav a span {
      display: none; }
  @media (max-width: 575px) {
    #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-previous,
    #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-left,
    #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-next,
    #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-right {
      width: 100%; } }
  @media (max-width: 575px) {
    #tribe-events ul.tribe-events-sub-nav * + .tribe-events-nav-next,
    #tribe-events ul.tribe-events-sub-nav * + .tribe-events-nav-right {
      margin-top: 20px; } }
  #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-previous a,
  #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-left a {
    padding-left: 60px; }
    #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-previous a:before,
    #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-left a:before {
      content: '\ecf7';
      left: 0; }
  #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-next,
  #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-right {
    margin-right: 0; }
    #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-next a,
    #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-right a {
      padding-right: 60px; }
      #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-next a:before,
      #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-right a:before {
        content: '\eeb5';
        right: 0; }
  #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-left a {
    padding-right: 0; }
  #tribe-events ul.tribe-events-sub-nav .tribe-events-nav-right a {
    padding-left: 0; }

#tribe-events #tribe-events-content .tribe-events-button {
  height: auto; }
  @media (max-width: 767px) {
    #tribe-events #tribe-events-content .tribe-events-button {
      display: block; } }

#tribe-events .tribe-events-read-more {
  margin-top: 15px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase; }

#tribe-events #tribe-events-content table.tribe-events-calendar {
  border-collapse: separate;
  border-spacing: 1px; }
  #tribe-events #tribe-events-content table.tribe-events-calendar,
  #tribe-events #tribe-events-content table.tribe-events-calendar th,
  #tribe-events #tribe-events-content table.tribe-events-calendar td {
    border: none; }
  #tribe-events #tribe-events-content table.tribe-events-calendar thead th {
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: normal;
    height: 50px;
    vertical-align: middle;
    padding: 5px 10px; }
    @media (min-width: 768px) {
      #tribe-events #tribe-events-content table.tribe-events-calendar thead th {
        text-align: left; } }
    @media (min-width: 1200px) {
      #tribe-events #tribe-events-content table.tribe-events-calendar thead th {
        padding: 5px 20px; } }
  #tribe-events #tribe-events-content table.tribe-events-calendar td {
    height: 100px;
    color: inherit;
    padding: 0; }
    @media (min-width: 768px) {
      #tribe-events #tribe-events-content table.tribe-events-calendar td {
        height: 115px; } }
    #tribe-events #tribe-events-content table.tribe-events-calendar td:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
    @media (max-width: 767px) {
      #tribe-events #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events:after {
        content: '\f00c '; } }
    #tribe-events #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events:after {
      text-align: center;
      height: auto;
      width: auto;
      background: none;
      display: block;
      font-size: 20px;
      margin: 10px 0; }
    #tribe-events #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-] {
      width: 35px;
      height: 35px;
      line-height: 35px;
      border-radius: 50%;
      padding: 0;
      text-align: center;
      margin: 10px auto; }
      @media (min-width: 768px) {
        #tribe-events #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-] {
          margin: 10px; } }
      #tribe-events #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-],
      #tribe-events #tribe-events-content table.tribe-events-calendar td div[id*=tribe-events-daynum-] a {
        background-color: transparent;
        color: inherit;
        font-size: 16px;
        font-weight: 400; }
    #tribe-events #tribe-events-content table.tribe-events-calendar td .type-tribe_events {
      margin: 0;
      padding: 10px; }
      @media (min-width: 1200px) {
        #tribe-events #tribe-events-content table.tribe-events-calendar td .type-tribe_events {
          padding: 0 20px 20px; } }
      #tribe-events #tribe-events-content table.tribe-events-calendar td .type-tribe_events.tribe-event-featured {
        padding: 15px 10px; }
        @media (min-width: 1200px) {
          #tribe-events #tribe-events-content table.tribe-events-calendar td .type-tribe_events.tribe-event-featured {
            padding: 20px; } }
      #tribe-events #tribe-events-content table.tribe-events-calendar td .type-tribe_events h3.tribe-events-month-event-title {
        font-size: 12px;
        line-height: 1.33;
        padding: 0;
        font-family: inherit; }
      #tribe-events #tribe-events-content table.tribe-events-calendar td .type-tribe_events .tribe-events-tooltip {
        padding: 18px;
        color: inherit;
        margin-bottom: 10px; }
        #tribe-events #tribe-events-content table.tribe-events-calendar td .type-tribe_events .tribe-events-tooltip .tribe-events-event-thumb {
          float: none;
          padding-right: 0;
          padding-bottom: .85em; }
          #tribe-events #tribe-events-content table.tribe-events-calendar td .type-tribe_events .tribe-events-tooltip .tribe-events-event-thumb img {
            width: 100%;
            max-width: 100%;
            max-height: 100%; }
        #tribe-events #tribe-events-content table.tribe-events-calendar td .type-tribe_events .tribe-events-tooltip .tribe-event-duration {
          padding: 5px 0; }
        #tribe-events #tribe-events-content table.tribe-events-calendar td .type-tribe_events .tribe-events-tooltip .tribe-events-event-body {
          font-size: 14px;
          line-height: 1.5;
          font-weight: inherit; }
    #tribe-events #tribe-events-content table.tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-],
    #tribe-events #tribe-events-content table.tribe-events-calendar td.tribe-events-othermonth .tribe-events-month-event-title {
      opacity: 0.5; }

#tribe-events #tribe-mobile-container {
  margin-top: 1em; }
  #tribe-events #tribe-mobile-container .type-tribe_events ~ .type-tribe_events {
    border-top-style: solid; }
  #tribe-events #tribe-mobile-container .tribe-mobile-day-heading {
    margin-bottom: 0; }
  #tribe-events #tribe-mobile-container .tribe-events-event-schedule-details {
    margin: 5px 0;
    display: block; }
  #tribe-events #tribe-mobile-container .tribe-events-read-more {
    margin-top: 15px; }

#tribe-events .tribe-events-list .tribe-events-loop .type-tribe_events:not(.tribe-event-featured) .tribe-events-event-image {
  width: 100%;
  max-width: 100%; }
  @media (max-width: 575px) {
    #tribe-events .tribe-events-list .tribe-events-loop .type-tribe_events:not(.tribe-event-featured) .tribe-events-event-image {
      margin-right: 0;
      float: none;
      margin-bottom: 10px; }
      #tribe-events .tribe-events-list .tribe-events-loop .type-tribe_events:not(.tribe-event-featured) .tribe-events-event-image img {
        width: 100%; } }
  @media (min-width: 576px) {
    #tribe-events .tribe-events-list .tribe-events-loop .type-tribe_events:not(.tribe-event-featured) .tribe-events-event-image {
      width: auto;
      max-width: 50%; } }

#tribe-events .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a,
#tribe-events .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content,
#tribe-events .tribe-events-list .tribe-events-loop .tribe-event-featured a {
  color: inherit; }

#tribe-events .tribe-events-list .time-details,
#tribe-events .tribe-events-list .tribe-events-venue-details {
  line-height: inherit; }

#tribe-events .tribe-events-list .time-details {
  margin-bottom: 0;
  padding: 0; }

#tribe-events .tribe-events-list .tribe-events-venue-details {
  margin: 0;
  padding: 0;
  border: none; }

#tribe-events .tribe-events-list .tribe-event-schedule-details {
  padding: 0; }

#tribe-events .tribe-events-list a.tribe-events-gmap {
  display: inline-block; }

#tribe-events .tribe-events-list .tribe-events-event-meta {
  margin-top: 5px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    #tribe-events .tribe-events-list .tribe-events-event-meta {
      background: none;
      border: none;
      padding-top: 0;
      padding-bottom: 0; } }

#tribe-events .tribe-events-list .tribe-events-event-cost {
  margin-top: 10px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0; }

#tribe-events .tribe-events-list .tribe-address br {
  display: none; }

#tribe-events .tribe-events-list .tribe-events-event-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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  #tribe-events .tribe-events-list .tribe-events-event-meta-container > * {
    padding-left: 10px;
    padding-right: 10px; }
  @media (min-width: 576px) {
    #tribe-events .tribe-events-list .tribe-events-event-meta-container {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

#tribe-events .tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0; }

#tribe-events .tribe-events-event-cost .ticket-cost,
#tribe-events .tribe-events-schedule .tribe-events-cost {
  border-radius: 5px;
  font-size: 16px;
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid; }

#tribe-events .tribe-events-list .tribe-events-loop,
#tribe-events .tribe-events-day .tribe-events-loop,
.single-tribe_organizer #tribe-events .tribe-events-loop,
.single-tribe_venue #tribe-events .tribe-events-loop {
  max-width: 770px; }

#tribe-events .events-list #tribe-events-footer,
.single-tribe_events #tribe-events #tribe-events-footer,
#tribe-events .tribe-events-day #tribe-events-footer,
#tribe-events .tribe-events-map #tribe-events-footer,
#tribe-events .tribe-events-photo #tribe-events-footer {
  padding-top: 1em; }

#tribe-events #tribe-events-footer:after,
#tribe-events #tribe-events-footer:before,
#tribe-events #tribe-events-header:after,
#tribe-events #tribe-events-header:before {
  content: none; }

#tribe-events .tribe-events-content p,
#tribe-events .tribe-events-after-html p,
#tribe-events .tribe-events-before-html p {
  line-height: inherit; }

#tribe-events .tribe-events-single .tribe-events-single-event-title,
#tribe-events .tribe-events-single .tribe-events-schedule {
  text-align: center; }

#tribe-events .tribe-events-single .tribe-events-back a {
  font-size: 16px; }

#tribe-events .tribe-events-single .tribe-events-schedule {
  background: none;
  border: none;
  margin: 1em 0 1.5em;
  padding: 0; }
  #tribe-events .tribe-events-single .tribe-events-schedule .tribe-events-cost {
    font-weight: 700;
    vertical-align: baseline;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block; }

#tribe-events .tribe-events-single .tribe-events-event-meta {
  border: none; }

#tribe-events .tribe-events-single .tribe-events-meta-group .tribe-events-single-section-title {
  margin-top: 20px;
  margin-bottom: 20px; }

#tribe-events .tribe-events-single .tribe-events-event-meta dt, #tribe-events .tribe-events-single .tribe-events-event-meta dd {
  line-height: inherit;
  margin-top: 0; }

#tribe-events .tribe-events-single .tribe-events-event-meta dd {
  font-weight: 700; }

@media (max-width: 767px) {
  #tribe-events .tribe-events-single .tribe-events-gcal {
    margin-right: 0; } }

.widget.tribe-events-list-widget .tribe-event-featured .tribe-event-title a:hover {
  border-bottom: 1px solid; }

/*-------------------------------------------------------------
## 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: 5px; }
      .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after, .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
        content: '\f107';
        font-size: 16px;
        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-style: italic; }

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