@charset "UTF-8";
/*!
Theme Name: Imperion
Theme URI: https://www.templatemonster.com/wordpress-themes/62626.html
Author: Zemez
Author URI: https://www.templatemonster.com/authors/zemez/
Description: Imperion - truely multipurpose WordPress theme for real life projects. Built with love and care by Zemez.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: imperion
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: imperion
Template Id: 62626

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.

Imperion 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 Imperion
	## 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
# Woocommerce Part

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@-webkit-keyframes imperion_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes imperion_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, .cross-sells .products {
  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 .cross-sells .products:before, .cross-sells .site .products:before, .site .row:after, .site .cross-sells .products:after, .cross-sells .site .products: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, .woocommerce a.remove:before, .woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before, .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .cart_list .mini_cart_item .remove::before, .woocommerce nav.woocommerce-pagination a.next:before,
.woocommerce nav.woocommerce-pagination a.prev:before, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute .tm-wc-ajax-filters-dismiss:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price .tm-wc-ajax-filters-dismiss:after, .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woowishlist-remove::before, .woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn: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, .woocommerce .wishlist_compare_button_block button.button.btn:after,
.woocommerce .wishlist_compare_button_block .tm-quick-view:after, .tm-wc-ajax-products-wrapper .woocommerce-ordering:after, .tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button .tm-woo-grid-list-toggler .dashicons:before, .woocommerce.single-product div.product form.cart .button::before,
.woocommerce .single-product div.product form.cart .button::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. */
  overflow-x: hidden; }

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 {
  font-weight: 700; }

dd {
  margin-left: 1em;
  margin-bottom: 1em; }
  dd:last-child {
    margin-bottom: 0; }

/* 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, .add_to_cart_button, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce a.button.loading {
  line-height: 2;
  display: inline-block;
  max-width: 100%;
  padding: 15px 40px;
  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: 700;
  font-size: 12px;
  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, .add_to_cart_button, .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  .woocommerce input.button:disabled,
  .woocommerce input.button:disabled[disabled],
  .woocommerce a.button.loading, .btn:hover,
  form button:hover,
  form input:hover[type='button'],
  form input:hover[type='reset'],
  form input:hover[type='submit'], .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, .add_to_cart_button:hover, .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce input.button:hover:disabled[disabled] {
    text-decoration: none; }
  .btn:focus,
  form button:focus,
  form input:focus[type='button'],
  form input:focus[type='reset'],
  form input:focus[type='submit'], .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, .add_to_cart_button:focus, .woocommerce #respond input#submit:focus,
  .woocommerce a.button:focus,
  .woocommerce button.button:focus,
  .woocommerce input.button:focus,
  .woocommerce input.button:focus:disabled[disabled] {
    outline: 0; }

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

.btn.btn-sm,
form button.btn-sm,
form input.btn-sm[type='button'],
form input.btn-sm[type='reset'],
form input.btn-sm[type='submit'], .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: 9.5px 20px;
  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: 9.5px 20px;
  border: 1px solid transparent;
  font-size: 16px;
  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: 18px;
  padding-top: calc( 9.5px - ((18px - 16px) * 1.5)/2);
  padding-bottom: calc( 9.5px - ((18px - 16px) * 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: 9.5px 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; }
  .comment-form-cookies-consent input {
    margin-right: 12px; }

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

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative; }
  .breadcrumbs .row, .breadcrumbs .cross-sells .products, .cross-sells .breadcrumbs .products {
    -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;
  border: 2px solid currentColor;
  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;
  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; }

@media (min-width: 768px) {
  .site-header.transparent {
    position: absolute;
    top: auto;
    z-index: 9; } }

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

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

.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-status.no-thumb .posts-list__item-content,
.posts-list--default .format-aside.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-status.no-thumb .posts-list__item-content,
    .posts-list--default .format-aside.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 .post-thumbnail__img,
.posts-list--grid .post-gallery__image,
.posts-list--grid a[data-popup="magnificPopup"]:before,
.posts-list--grid .format-video .mejs-container,
.posts-list--grid .format-video .mejs-poster,
.posts-list--grid .format-video iframe,
.posts-list--grid iframe, .posts-list--masonry .post-thumbnail__img,
.posts-list--masonry .post-gallery__image,
.posts-list--masonry a[data-popup="magnificPopup"]:before,
.posts-list--masonry .format-video .mejs-container,
.posts-list--masonry .format-video .mejs-poster,
.posts-list--masonry .format-video iframe,
.posts-list--masonry iframe, .posts-list--vertical-justify .post-thumbnail__img,
.posts-list--vertical-justify .post-gallery__image,
.posts-list--vertical-justify a[data-popup="magnificPopup"]:before,
.posts-list--vertical-justify .format-video .mejs-container,
.posts-list--vertical-justify .format-video .mejs-poster,
.posts-list--vertical-justify .format-video iframe,
.posts-list--vertical-justify iframe {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.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;
  border-radius: 5px; }
  @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--grid .format-standard.has-thumb .posts-list__item-content,
.posts-list--grid .format-status.has-thumb .posts-list__item-content,
.posts-list--grid .format-aside.has-thumb .posts-list__item-content,
.posts-list--grid .format-video .post-featured-content:not(:empty) + .posts-list__item-content,
.posts-list--grid .format-image .post-featured-content:not(:empty) + .posts-list__item-content,
.posts-list--grid .format-gallery .post-featured-content:not(:empty) + .posts-list__item-content, .posts-list--masonry .format-standard.has-thumb .posts-list__item-content,
.posts-list--masonry .format-status.has-thumb .posts-list__item-content,
.posts-list--masonry .format-aside.has-thumb .posts-list__item-content,
.posts-list--masonry .format-video .post-featured-content:not(:empty) + .posts-list__item-content,
.posts-list--masonry .format-image .post-featured-content:not(:empty) + .posts-list__item-content,
.posts-list--masonry .format-gallery .post-featured-content:not(:empty) + .posts-list__item-content, .posts-list--vertical-justify .format-standard.has-thumb .posts-list__item-content,
.posts-list--vertical-justify .format-status.has-thumb .posts-list__item-content,
.posts-list--vertical-justify .format-aside.has-thumb .posts-list__item-content,
.posts-list--vertical-justify .format-video .post-featured-content:not(:empty) + .posts-list__item-content,
.posts-list--vertical-justify .format-image .post-featured-content:not(:empty) + .posts-list__item-content,
.posts-list--vertical-justify .format-gallery .post-featured-content:not(:empty) + .posts-list__item-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

.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-status.has-thumb .post__tags,
.posts-list--grid .format-aside.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-status.has-thumb .post__tags,
.posts-list--masonry .format-aside.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-status.has-thumb .post__tags,
.posts-list--vertical-justify .format-aside.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; }
    .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,
.elementor .post-gallery .swiper-pagination-bullet {
  border-color: #ffffff; }
  .post-gallery .swiper-pagination-bullet-active, .post-gallery .swiper-pagination-bullet:hover,
  .elementor .post-gallery .swiper-pagination-bullet-active,
  .elementor .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: 15px;
      padding-bottom: 15px; } }
  .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; }

.widget-title {
  margin-bottom: 1.8em; }
  .footer-area .widget-title {
    margin-bottom: 2em;
    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: 30px 0; }
  .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,
.widget.woocommerce:not(.widget_top_rated_products) 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,
.widget.woocommerce:not(.widget_top_rated_products) > 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,
  .widget.woocommerce:not(.widget_top_rated_products) > 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,
  .widget.woocommerce:not(.widget_top_rated_products) > 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,
.widget.woocommerce:not(.widget_top_rated_products) > 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,
  .widget.woocommerce:not(.widget_top_rated_products) > 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; }
  .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 Imperion
--------------------------------------------------------------*/
.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; }

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

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

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

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

.subscribe-block__input {
  width: 100%;
  min-width: 50px;
  max-width: 100%;
  font-size: 18px;
  padding-top: calc( 9.5px - ((18px - 16px) * 1.5)/2);
  padding-bottom: calc( 9.5px - ((18px - 16px) * 1.5)/2); }
  .elementor .subscribe-block__input {
    font-size: 16px;
    padding-top: 9.5px;
    padding-bottom: 9.5px; }
  .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: imperion_spin 1s linear infinite;
    animation: imperion_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;
  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; }

.wpcf7 .wpcf7-not-valid-tip {
  color: #ee5151;
  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; }

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

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

.wpcf7 .wpcf7-form .ajax-loader {
  margin: 0 10px; }

.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: 28px; }
  .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 .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 > * {
      -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; }

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

.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; }
  .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: 5px;
    font-size: 12px; }
  .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; }
  .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: 5px;
    font-size: 12px; }
  .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; }
  .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: 5px;
    font-size: 12px; }
  .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; }
  .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: 5px;
    font-size: 12px; }
  .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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
    -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 20px; }

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

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

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

.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-popup .cherry-popup-subscribe__input-group {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

/*-------------------------------------------------------------
## 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_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 {
  font-size: 30px;
  color: inherit;
  margin: 0; }

.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-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-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-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-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-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: 15px 40px; }
  .elementor-widget .elementor-button.elementor-size-lg {
    font-size: 16px;
    padding: 15px 40px; }
  .elementor-widget .elementor-button.elementor-size-xl {
    font-size: 18px;
    padding: 18px 48px; }

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

.elementor-icon-box-description {
  font-size: 16px;
  line-height: 1.5; }

/*-------------------------------------------------------------
### 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: 35px 20px;
  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: 35px 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: 35px 20px; } }
  .thumb-box-bg .jet-posts__inner-content {
    padding: 70px 40px 35px; }

.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: 5px;
  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: 15px;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 0; }
  .jet-posts .entry-excerpt:not(:last-child) {
    margin-bottom: 15px; }

.jet-posts .posted-by {
  padding-top: 15px;
  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: 9.5px 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 dt {
  float: left;
  margin-right: 5px; }

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

/*--------------------------------------------------------------
# Woocommerce Part
--------------------------------------------------------------*/
/**
 * woocommerce-theme.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 *
 */
/**
 *
 * IMPORT STYLES and VARIABLES FOR WOOPAGES(cart, checkout, my-account)
 *
 */
/**
 * variables-wootheme.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 *
 */
/**
 *  Woo-Variables
 */
/**
 * woocommerce-theme.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 *
 */
/**
 * Woo-elements
 * Cart page
 *
 */
.return-to-shop {
  padding-bottom: 40px; }

.woocommerce-variation.single_variation {
  margin: 15px 0; }

.shop-sidebar {
  padding-bottom: 30px; }

#page .tm-wc-ajax-products-wrapper .woocommerce-message {
  margin-bottom: 15px; }

.woocommerce .wc-proceed-to-checkout {
  padding: 2.2em 0 1em;
  text-align: right; }

.woocommerce a.remove {
  font-weight: 400;
  margin-left: 10px;
  font-size: 0;
  line-height: 1;
  top: 0; }
  .woocommerce a.remove:hover {
    background: transparent; }
  .woocommerce a.remove:before {
    content: '\f00d';
    font-size: 16px; }

.woocommerce table.shop_table {
  width: 100%;
  margin: 61px 0 30px;
  border: 1px solid #e8e8f8;
  border-collapse: collapse; }
  @media (min-width: 576px) {
    .woocommerce table.shop_table {
      border: none; }
      .woocommerce table.shop_table.customer_details {
        border: 1px solid #e8e8f8; }
        .woocommerce table.shop_table.customer_details td {
          border-bottom: 1px solid #e8e8f8; } }
  @media (max-width: 768px) {
    .woocommerce table.shop_table .product-thumbnail {
      display: none; } }
  .woocommerce table.shop_table thead {
    border-bottom: 1px solid #e8e8f8; }
    .woocommerce table.shop_table thead th {
      padding: 20px 10px 21px;
      border: none;
      font-weight: 500;
      text-align: center;
      text-transform: capitalize;
      font-size: 12px; }
      .woocommerce table.shop_table thead th.product-name {
        text-align: left; }
      @media (min-width: 768px) {
        .woocommerce table.shop_table thead th {
          padding: 30px 10px 32px; } }
  .woocommerce table.shop_table tbody tr td {
    border: none;
    padding: 20px 10px 28px;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .woocommerce table.shop_table tbody tr td {
        padding: 50px 10px 58px; } }
    .woocommerce table.shop_table tbody tr td.product-remove {
      width: 50px;
      padding: 0;
      position: relative; }
      .woocommerce table.shop_table tbody tr td.product-remove a.remove {
        position: absolute;
        left: 5px;
        top: 20%; }
        @media (min-width: 576px) {
          .woocommerce table.shop_table tbody tr td.product-remove a.remove {
            left: -15px;
            top: 41%; } }
    .woocommerce table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity {
      border-right: none; }
      @media (min-width: 576px) {
        .woocommerce table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity {
          border-right: 1px solid #e8e8f8; } }
    .woocommerce table.shop_table tbody tr td.product-remove, .woocommerce table.shop_table tbody tr td.product-thumbnail, .woocommerce table.shop_table tbody tr td.product-name, .woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-total, .woocommerce table.shop_table tbody tr td.product-price {
      border-bottom: 1px solid #e8e8f8; }
    .woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-total, .woocommerce table.shop_table tbody tr td.product-price {
      text-align: center;
      border-bottom: 1px solid #e8e8f8; }
      .woocommerce table.shop_table tbody tr td.product-subtotal .amount, .woocommerce table.shop_table tbody tr td.product-quantity .amount, .woocommerce table.shop_table tbody tr td.product-total .amount, .woocommerce table.shop_table tbody tr td.product-price .amount {
        font-size: 18px; }
        @media (min-width: 768px) {
          .woocommerce table.shop_table tbody tr td.product-subtotal .amount, .woocommerce table.shop_table tbody tr td.product-quantity .amount, .woocommerce table.shop_table tbody tr td.product-total .amount, .woocommerce table.shop_table tbody tr td.product-price .amount {
            font-size: 24px; } }
    @media (min-width: 992px) {
      .woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-price {
        width: 232px; } }
    .woocommerce table.shop_table tbody tr td.product-subtotal:before, .woocommerce table.shop_table tbody tr td.product-quantity:before, .woocommerce table.shop_table tbody tr td.product-price:before {
      margin-top: 0; }
      @media (min-width: 576px) {
        .woocommerce table.shop_table tbody tr td.product-subtotal:before, .woocommerce table.shop_table tbody tr td.product-quantity:before, .woocommerce table.shop_table tbody tr td.product-price:before {
          margin-top: 9px; } }
    .woocommerce table.shop_table tbody tr td.product-thumbnail {
      min-width: 161px; }
      .woocommerce table.shop_table tbody tr td.product-thumbnail a {
        display: block; }
      .woocommerce table.shop_table tbody tr td.product-thumbnail img {
        display: block;
        width: auto;
        max-width: 100%; }
    .woocommerce table.shop_table tbody tr td.product-name {
      border-right: none;
      padding-left: 25px; }
      @media (min-width: 576px) {
        .woocommerce table.shop_table tbody tr td.product-name {
          border-right: 1px solid #e8e8f8; } }
      .woocommerce table.shop_table tbody tr td.product-name .mini_cart_item_title,
      .woocommerce table.shop_table tbody tr td.product-name a {
        font-size: 14px;
        font-weight: 400 !important;
        text-decoration: none; }
      .woocommerce table.shop_table tbody tr td.product-name h5 {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .woocommerce table.shop_table tbody tr td.product-name dl.variation {
        margin: 5px 0 0; }
        .woocommerce table.shop_table tbody tr td.product-name dl.variation dt {
          margin: 0 5px 0 0;
          padding: 0;
          font: inherit;
          font-size: 12px;
          font-style: italic; }
        .woocommerce table.shop_table tbody tr td.product-name dl.variation dd {
          margin: 0;
          padding: 0;
          text-transform: lowercase;
          font-size: 12px;
          font-style: italic; }
          .woocommerce table.shop_table tbody tr td.product-name dl.variation dd p {
            margin: 0; }
    .woocommerce table.shop_table tbody tr td input[type="number"] {
      width: 80px;
      padding: 7px; }
      @media (min-width: 768px) {
        .woocommerce table.shop_table tbody tr td input[type="number"] {
          width: 115px;
          padding: 14px; } }
    .woocommerce table.shop_table tbody tr td.actions {
      padding: 20px 0;
      border-bottom: 1px solid #e8e8f8; }
      @media (min-width: 768px) {
        .woocommerce table.shop_table tbody tr td.actions {
          padding: 50px 0 28px; } }
      .woocommerce table.shop_table tbody tr td.actions .coupon input.button {
        padding: 22px 25px;
        border-radius: 0; }
      .woocommerce table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code {
        width: 100%;
        padding: 19px 20px 21px 55px;
        margin-bottom: 10px;
        border-color: #f8f8f8; }
        @media (min-width: 576px) {
          .woocommerce table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code {
            width: auto;
            margin-right: 12px; } }
      .woocommerce table.shop_table tbody tr td.actions input.btn {
        padding: 22px 25px;
        border-radius: 0; }
  .woocommerce table.shop_table tbody tr.cart_item, .woocommerce table.shop_table tbody tr.order_item {
    background: none; }
    .woocommerce table.shop_table tbody tr.cart_item td:before, .woocommerce table.shop_table tbody tr.order_item td:before {
      margin-right: 15px; }
  .woocommerce table.shop_table tbody tr.cart-subtotal, .woocommerce table.shop_table tbody tr.order-total, .woocommerce table.shop_table tbody tr.tax-total, .woocommerce table.shop_table tbody tr.tax-rate {
    background: none;
    border: none;
    display: block;
    text-align: right;
    line-height: 1.2em; }
    .woocommerce table.shop_table tbody tr.cart-subtotal th,
    .woocommerce table.shop_table tbody tr.cart-subtotal td, .woocommerce table.shop_table tbody tr.order-total th,
    .woocommerce table.shop_table tbody tr.order-total td, .woocommerce table.shop_table tbody tr.tax-total th,
    .woocommerce table.shop_table tbody tr.tax-total td, .woocommerce table.shop_table tbody tr.tax-rate th,
    .woocommerce table.shop_table tbody tr.tax-rate td {
      display: inline;
      padding: 0; }
    .woocommerce table.shop_table tbody tr.cart-subtotal td:before, .woocommerce table.shop_table tbody tr.order-total td:before, .woocommerce table.shop_table tbody tr.tax-total td:before, .woocommerce table.shop_table tbody tr.tax-rate td:before {
      display: none; }
  .woocommerce table.shop_table tbody tr.cart-subtotal, .woocommerce table.shop_table tbody tr.tax-total, .woocommerce table.shop_table tbody tr.tax-rate {
    margin-bottom: 7px; }
  .woocommerce table.shop_table tbody tr.cart-subtotal th,
  .woocommerce table.shop_table tbody tr.cart-subtotal td,
  .woocommerce table.shop_table tbody tr.cart-subtotal .amount, .woocommerce table.shop_table tbody tr.order-total th,
  .woocommerce table.shop_table tbody tr.order-total td,
  .woocommerce table.shop_table tbody tr.order-total .amount, .woocommerce table.shop_table tbody tr.tax-total th,
  .woocommerce table.shop_table tbody tr.tax-total td,
  .woocommerce table.shop_table tbody tr.tax-total .amount, .woocommerce table.shop_table tbody tr.tax-rate th,
  .woocommerce table.shop_table tbody tr.tax-rate td,
  .woocommerce table.shop_table tbody tr.tax-rate .amount {
    font-size: 14px;
    line-height: 24px;
    font-weight: 800; }
  .woocommerce table.shop_table tbody tr.cart-subtotal th, .woocommerce table.shop_table tbody tr.order-total th, .woocommerce table.shop_table tbody tr.tax-total th, .woocommerce table.shop_table tbody tr.tax-rate th {
    font-weight: 900;
    line-height: 30px; }
  .woocommerce table.shop_table tbody tr.cart-subtotal .amount, .woocommerce table.shop_table tbody tr.order-total .amount, .woocommerce table.shop_table tbody tr.tax-total .amount, .woocommerce table.shop_table tbody tr.tax-rate .amount {
    font-size: 22px; }
  .woocommerce table.shop_table tbody th {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: right; }
  .woocommerce table.shop_table tfoot th,
  .woocommerce table.shop_table tfoot td {
    border: none;
    padding: 10px;
    font-weight: normal; }
  .woocommerce table.shop_table tfoot tr:first-child th,
  .woocommerce table.shop_table tfoot tr:first-child td {
    padding-top: 30px; }
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    margin-top: 32px;
    margin-bottom: 36px; }
    @media (min-width: 576px) {
      .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
        margin-bottom: 76px; } }
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr th,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr td {
      padding: 11px 10px 15px; }
      @media (min-width: 576px) {
        .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr th,
        .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr td {
          padding: 21px 0 30px; } }
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
      padding: 21px 10px 27px; }
      @media (min-width: 576px) {
        .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th,
        .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
          padding: 31px 0 37px; } }
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
      padding: 0; }
      .woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total,
      .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-total {
        text-align: right; }
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot {
      padding-top: 20px; }
      .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr th > span:after {
        content: ":"; }
      .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate {
        background: none;
        border: none;
        text-align: right;
        line-height: 1.2em; }
        .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate td {
          border: none; }
        .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate td {
          padding-right: 10px; }
        .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal .amount, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total .amount, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total .amount, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate .amount {
          font-size: 14px;
          line-height: 24px;
          font-weight: 800; }
        .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate th {
          font-weight: 900;
          line-height: 30px; }
        .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal .amount, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total .amount, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total .amount, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate .amount {
          font-size: 22px; }
      .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
        padding-top: 25px; }
        @media (min-width: 576px) {
          .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
            padding-top: 45px; } }
      .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate td {
        padding-top: 10px; }
      .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
        padding-top: 17px;
        padding-bottom: 20px; }
        @media (min-width: 576px) {
          .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
            padding-bottom: 0; } }
  @media (max-width: 768px) {
    .woocommerce table.shop_table.shop_table_responsive tbody tr td {
      padding: 15px 10px; }
      .woocommerce table.shop_table.shop_table_responsive tbody tr td:before {
        margin: 0;
        font-size: 14px; }
      .woocommerce table.shop_table.shop_table_responsive tbody tr td:last-child {
        border-bottom: none; }
      .woocommerce table.shop_table.shop_table_responsive tbody tr td.product-remove {
        width: 100%;
        padding-top: 15px;
        border: none; }
        .woocommerce table.shop_table.shop_table_responsive tbody tr td.product-remove a {
          margin-left: 0; }
      .woocommerce table.shop_table.shop_table_responsive tbody tr td.product-quantity:before {
        margin-top: 8px; }
      .woocommerce table.shop_table.shop_table_responsive tbody tr td.product-name a {
        width: 50%;
        margin-left: 20px;
        display: inline-block; } }

.woocommerce .cart-collaterals {
  padding-top: 8px;
  padding-bottom: 4em; }
  .woocommerce .cart-collaterals div.cart_totals table {
    margin: 0;
    border: none; }
    .woocommerce .cart-collaterals div.cart_totals table tbody tr,
    .woocommerce .cart-collaterals div.cart_totals table tbody td,
    .woocommerce .cart-collaterals div.cart_totals table tbody td,
    .woocommerce .cart-collaterals div.cart_totals table tbody th {
      border: none;
      padding: 5px 0 5px;
      text-transform: none; }
    .woocommerce .cart-collaterals div.cart_totals table tbody td {
      text-align: right; }
    .woocommerce .cart-collaterals div.cart_totals table tr:nth-child(2n) td {
      background: none; }
  .woocommerce .cart-collaterals div.cart_totals .checkout-button {
    border-radius: 0; }
    @media (min-width: 768px) {
      .woocommerce .cart-collaterals div.cart_totals .checkout-button {
        padding: 13px 39px 13px; } }
  .woocommerce .cart-collaterals .cross-sells {
    width: 100%;
    padding-top: 50px;
    float: none;
    clear: both;
    text-align: center; }

/**
 * Woo-elements
 * Checkout page
 *
 */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0; }

.woocommerce-checkout .entry-content {
  padding-top: 74px; }

.woocommerce-checkout .woocommerce-info {
  border: none;
  border-top: 1px solid #e8e8f8;
  background: none;
  padding: 58px 0 0 0 !important;
  margin-bottom: .95em !important;
  font-style: normal; }
  .woocommerce-checkout .woocommerce-info:first-child {
    border-top: none;
    padding-top: 0 !important;
    margin-top: 0; }
  .woocommerce-checkout .woocommerce-info > a {
    font-size: 14px;
    margin-left: 8px; }
  .woocommerce-checkout .woocommerce-info:before {
    display: none; }

.select2-drop-active {
  border: 1px solid; }
  .select2-drop-active .select2-results {
    font-size: 14px;
    line-height: 20px;
    font-style: italic; }

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce .form .form-row.woocommerce-invalid select {
  border-color: #ee8080; }

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #2fd3ae; }

.woocommerce-cart .woocommerce form label,
.woocommerce-checkout .woocommerce form label {
  font-size: 12px;
  padding-left: 10px; }

.woocommerce form.woocommerce-checkout {
  padding-top: 57px;
  margin-top: 25px;
  border-top: 1px solid #e8e8f8; }

.woocommerce form .form-row {
  max-width: 420px;
  padding: 0;
  margin-bottom: 15px; }
  .woocommerce form .form-row.validate-postcode {
    margin-bottom: 25px; }
  .woocommerce form .form-row.create-account input {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    display: inline-block;
    top: 1px;
    position: relative;
    cursor: pointer; }
  .woocommerce form .form-row.create-account label.checkbox {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    border: none;
    top: 1px; }
  .woocommerce form .form-row .select2-container.country_to_state {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.2143;
    font-style: italic;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .woocommerce form .form-row .select2-container.country_to_state::-ms-expand {
      opacity: 0; }
    .woocommerce form .form-row .select2-container.country_to_state .select2-choice {
      padding: 9.5px 20px;
      border: 1px solid;
      -webkit-box-shadow: none;
      box-shadow: none; }

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  float: none;
  width: auto; }

.woocommerce form.login {
  padding-bottom: 0.8em;
  margin-bottom: 1em; }
  .woocommerce form.login .form-row-last {
    margin-bottom: 39px; }
  .woocommerce form.login .form-row label.inline {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    padding-left: 30px;
    margin: 16px 0 0 28px; }
    .woocommerce form.login .form-row label.inline input {
      width: 25px;
      height: 25px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      cursor: pointer;
      border: none;
      outline: 0;
      background: #000000; }
  .woocommerce form.login .lost_password {
    padding-top: 25px;
    font-size: 14px;
    line-height: 20px; }

.woocommerce form.checkout_coupon {
  padding: 0.5em 0 2em;
  margin-bottom: 1.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .woocommerce form.checkout_coupon {
      padding: 0.8em 0 2em; } }
  .woocommerce form.checkout_coupon .form-row-first {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 185px; }
    @media (min-width: 576px) {
      .woocommerce form.checkout_coupon .form-row-first {
        -webkit-box-flex: 5;
        -webkit-flex: 5 1 185px;
        -moz-box-flex: 5;
        -moz-flex: 5 1 185px;
        -ms-flex: 5 1 185px;
        flex: 5 1 185px; } }
    .woocommerce form.checkout_coupon .form-row-first input {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      max-width: 100%;
      min-width: 50px; }
  .woocommerce form.checkout_coupon .form-row-last {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
    @media (min-width: 576px) {
      .woocommerce form.checkout_coupon .form-row-last {
        margin-left: 10px; } }

.woocommerce .entry-content table.shop_table.order_details, .woocommerce .entry-content table.shop_table.customer_details,
.woocommerce table.shop_table.order_details,
.woocommerce table.shop_table.customer_details {
  margin: 10px 0 50px; }
  .woocommerce .entry-content table.shop_table.order_details thead tr th.product-total, .woocommerce .entry-content table.shop_table.customer_details thead tr th.product-total,
  .woocommerce table.shop_table.order_details thead tr th.product-total,
  .woocommerce table.shop_table.customer_details thead tr th.product-total {
    text-align: right; }
  .woocommerce .entry-content table.shop_table.order_details tbody tr th,
  .woocommerce .entry-content table.shop_table.order_details tbody tr td, .woocommerce .entry-content table.shop_table.order_details tfoot tr th,
  .woocommerce .entry-content table.shop_table.order_details tfoot tr td, .woocommerce .entry-content table.shop_table.customer_details tbody tr th,
  .woocommerce .entry-content table.shop_table.customer_details tbody tr td, .woocommerce .entry-content table.shop_table.customer_details tfoot tr th,
  .woocommerce .entry-content table.shop_table.customer_details tfoot tr td,
  .woocommerce table.shop_table.order_details tbody tr th,
  .woocommerce table.shop_table.order_details tbody tr td,
  .woocommerce table.shop_table.order_details tfoot tr th,
  .woocommerce table.shop_table.order_details tfoot tr td,
  .woocommerce table.shop_table.customer_details tbody tr th,
  .woocommerce table.shop_table.customer_details tbody tr td,
  .woocommerce table.shop_table.customer_details tfoot tr th,
  .woocommerce table.shop_table.customer_details tfoot tr td {
    padding: 10px;
    text-align: right; }

.woocommerce .entry-content table.shop_table.order_details tfoot tr th, .woocommerce .entry-content table.shop_table.customer_details tfoot tr th,
.woocommerce table.shop_table.order_details tfoot tr th,
.woocommerce table.shop_table.customer_details tfoot tr th {
  font-weight: 900;
  padding: 0;
  font-size: 14px;
  line-height: 30px; }

.woocommerce .entry-content table.shop_table.order_details tfoot tr td, .woocommerce .entry-content table.shop_table.customer_details tfoot tr td,
.woocommerce table.shop_table.order_details tfoot tr td,
.woocommerce table.shop_table.customer_details tfoot tr td {
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800; }
  .woocommerce .entry-content table.shop_table.order_details tfoot tr td .amount, .woocommerce .entry-content table.shop_table.customer_details tfoot tr td .amount,
  .woocommerce table.shop_table.order_details tfoot tr td .amount,
  .woocommerce table.shop_table.customer_details tfoot tr td .amount {
    font-size: 22px;
    line-height: 24px;
    font-weight: 800; }

.woocommerce .col2-set, .woocommerce-page .col2-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e8e8f8;
  padding-bottom: 59px;
  margin-bottom: 57px; }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    width: auto; }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    @media (min-width: 576px) {
      .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 48%;
        -moz-box-flex: 0;
        -moz-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%; } }
    @media (min-width: 768px) {
      .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 420px;
        -moz-box-flex: 0;
        -moz-flex: 0 1 420px;
        -ms-flex: 0 1 420px;
        flex: 0 1 420px; } }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-top: 30px; }
    @media (min-width: 768px) {
      .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 420px;
        -moz-box-flex: 0;
        -moz-flex: 0 1 420px;
        -ms-flex: 0 1 420px;
        flex: 0 1 420px; } }
    @media (min-width: 576px) {
      .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0 0 0 50px; } }
    .woocommerce .col2-set .col-2 .form-row, .woocommerce-page .col2-set .col-2 .form-row {
      width: 100%;
      max-width: none; }

.woocommerce-checkout-payment#payment {
  border-top: 1px solid #e8e8f8;
  padding: 27px 0 40px 0; }
  @media (min-width: 576px) {
    .woocommerce-checkout-payment#payment {
      padding: 57px 0 40px 0; } }
  .woocommerce-checkout-payment#payment ul.payment_methods {
    padding: 0;
    border: none; }
    .woocommerce-checkout-payment#payment ul.payment_methods li label {
      padding: 0 0 10px 0; }
      @media (min-width: 576px) {
        .woocommerce-checkout-payment#payment ul.payment_methods li label {
          padding: 0 0 27px 0; } }
  .woocommerce-checkout-payment#payment div.form-row {
    padding: 0;
    max-width: none; }
    .woocommerce-checkout-payment#payment div.form-row.place-order {
      padding-top: 40px; }

.woocommerce-cart h3 {
  text-align: center; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0; }
  #add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 16px;
    border-radius: 2px;
    font-style: italic;
    background: #e9f8ff;
    margin-bottom: 1em; }
    @media (min-width: 576px) {
      #add_payment_method #payment div.payment_box,
      .woocommerce-cart #payment div.payment_box,
      .woocommerce-checkout #payment div.payment_box {
        margin-bottom: 3em; } }
    #add_payment_method #payment div.payment_box:before,
    .woocommerce-cart #payment div.payment_box:before,
    .woocommerce-checkout #payment div.payment_box:before {
      display: none; }

/**
 * Woo-elements
 * Order details page
 *
 */
.woocommerce-checkout .woocommerce-thankyou-order-details {
  background: #e6faf5;
  padding: 15px;
  position: relative; }
  .woocommerce-checkout .woocommerce-thankyou-order-details li strong {
    font-weight: 500;
    display: block;
    padding-top: 10px; }
    .woocommerce-checkout .woocommerce-thankyou-order-details li strong .amount {
      font-size: 24px;
      line-height: 1em; }

/**
 * Woo-elements
 * Account page
 *
 */
.woocommerce-account.logged-in .entry-content > .woocommerce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: auto;
    float: none;
    padding: 20px; }
  .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
    text-transform: uppercase; }
    .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul,
    .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation li:last-child {
      margin-bottom: 0; }
  .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content fieldset {
    border: 2px solid;
    margin-bottom: 25px; }
  .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table thead th {
    padding: 20px 10px;
    text-align: left;
    text-transform: capitalize; }
  .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td {
    padding: 10px; }
    .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td:before {
      margin-right: 10px; }
  .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr + tr td {
    border-top: 2px solid; }
  @media (max-width: 991px) {
    .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-info:before {
      display: none; } }
  @media (max-width: 767px) {
    .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
      padding: 2em !important; }
      .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button {
        margin: 0 500px 15px 0;
        float: none; } }
  @media (min-width: 768px) {
    .woocommerce-account.logged-in .entry-content > .woocommerce {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 30%;
        -moz-box-flex: 1;
        -moz-flex: 1 0 30%;
        -ms-flex: 1 0 30%;
        flex: 1 0 30%;
        max-width: 30%;
        padding: 30px 40px; }
      .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
        -moz-box-flex: 0;
        -moz-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%;
        max-width: 70%;
        padding: 30px 40px; } }

.widget.widget_rating_filter ul li {
  padding: 5px 0; }
  .widget.widget_rating_filter ul li a {
    padding-left: 0; }
    .widget.widget_rating_filter ul li a::before {
      display: none; }
    .widget.widget_rating_filter ul li a > span {
      position: relative;
      top: 4px; }

.widget_layered_nav_filters ul li.chosen {
  display: block;
  float: none; }
  .widget_layered_nav_filters ul li.chosen a {
    padding-left: 0; }
    .widget_layered_nav_filters ul li.chosen a::before {
      display: none !important; }

/**
 * Woo-elements
 * Animations for woo-buttons
 */
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(-36gu0deg); } }

/* all other browsers */
@keyframes spinner {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg); } }

/**
 * Woo-elements
 * header cart-dropdown
 */
.woocommerce-cart .entry-content .woocommerce {
  padding-top: 30px; }
  .woocommerce-cart .entry-content .woocommerce .wc-proceed-to-checkout {
    padding: 1em 0 1em; }
    .woocommerce-cart .entry-content .woocommerce .wc-proceed-to-checkout .checkout-button {
      border-radius: 5px;
      padding: 15px 30px; }
  .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
    padding-bottom: 3em; }
  .woocommerce-cart .entry-content .woocommerce .cart_totals table.shop_table.shop_table_responsive {
    margin-top: 10px; }
    .woocommerce-cart .entry-content .woocommerce .cart_totals table.shop_table.shop_table_responsive tbody tr.cart-subtotal td, .woocommerce-cart .entry-content .woocommerce .cart_totals table.shop_table.shop_table_responsive tbody tr.order-total td {
      padding-left: 5px;
      padding-right: 0; }
    .woocommerce-cart .entry-content .woocommerce .cart_totals table.shop_table.shop_table_responsive tbody tr.cart-subtotal {
      margin-bottom: 6px;
      padding-bottom: 0; }
      .woocommerce-cart .entry-content .woocommerce .cart_totals table.shop_table.shop_table_responsive tbody tr.cart-subtotal th {
        line-height: 1.5; }
      .woocommerce-cart .entry-content .woocommerce .cart_totals table.shop_table.shop_table_responsive tbody tr.cart-subtotal th,
      .woocommerce-cart .entry-content .woocommerce .cart_totals table.shop_table.shop_table_responsive tbody tr.cart-subtotal td .woocommerce-Price-amount {
        font-weight: 400;
        font-size: 16px; }
    .woocommerce-cart .entry-content .woocommerce .cart_totals table.shop_table.shop_table_responsive tbody tr.order-total th {
      line-height: 1; }
    .woocommerce-cart .entry-content .woocommerce .cart_totals table.shop_table.shop_table_responsive tbody tr.order-total th,
    .woocommerce-cart .entry-content .woocommerce .cart_totals table.shop_table.shop_table_responsive tbody tr.order-total td .woocommerce-Price-amount {
      font-weight: 400;
      font-size: 24px; }
  .woocommerce-cart .entry-content .woocommerce table.shop_table {
    margin-top: 0;
    margin-bottom: 0;
    border: none; }
    .woocommerce-cart .entry-content .woocommerce table.shop_table thead tr th {
      text-transform: uppercase;
      padding: 19px 10px; }
    .woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td {
      padding: 20px 10px; }
      .woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.product-remove a.remove {
        left: 15px; }
        .woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.product-remove a.remove::before {
          content: '\f00d';
          font-family: FontAwesome;
          font-size: 18px;
          color: #ee8080;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
      .woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.product-thumbnail {
        width: 60px; }
      .woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.product-price span, .woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.product-subtotal span {
        font-size: 16px; }
      .woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.product-quantity .input-text {
        width: 80px;
        height: 55px;
        border-radius: 5px; }
      .woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.actions {
        padding: 30px 0; }
        .woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.actions .comment-form-url .input-text#coupon_code {
          height: 44px;
          font-size: 18px;
          padding: 5px 5px 5px 17px;
          width: 250px;
          margin: 0; }
          @media (max-width: 767px) {
            .woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.actions .comment-form-url .input-text#coupon_code {
              width: auto; } }
          @media (max-width: 575px) {
            .woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.actions .comment-form-url .input-text#coupon_code {
              width: 100%; } }
        .woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.actions .comment-form-url input.button {
          padding: 15px 25px; }
          @media (max-width: 575px) {
            .woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.actions .comment-form-url input.button {
              width: 100% !important; } }
        .woocommerce-cart .entry-content .woocommerce table.shop_table tbody tr td.actions .header-btn {
          padding: 12px 15px;
          border-radius: 5px;
          font-size: 10px;
          margin-top: 5px; }
    .woocommerce-cart .entry-content .woocommerce table.shop_table .comment-form-url i {
      top: 21px; }

.woocommerce-error:before {
  content: '\f00d'; }

.woocommerce-info:before {
  content: '\f129'; }

.woocommerce-message:before {
  content: '\f00c'; }

#main table.tablesaw {
  border: 1px solid #e8e8f8; }

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background: transparent;
  font-size: 16px;
  border-radius: 0;
  text-align: left;
  width: 100%;
  border: none;
  margin: 0 0 3.3em; }
  .woocommerce .woocommerce-error .wc-forward,
  .woocommerce .woocommerce-info .wc-forward,
  .woocommerce .woocommerce-message .wc-forward {
    padding: 0;
    border: none;
    line-height: 29px;
    background: transparent !important; }
  .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-info:before,
  .woocommerce .woocommerce-message:before {
    font-size: 20px;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media (min-width: 576px) {
      .woocommerce .woocommerce-error:before,
      .woocommerce .woocommerce-info:before,
      .woocommerce .woocommerce-message:before {
        left: 20px; } }
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .button {
    float: right;
    margin: 0 0 0 20px; }
    .woocommerce .woocommerce .woocommerce-error .button, .woocommerce
    .woocommerce .woocommerce-info .button, .woocommerce
    .woocommerce .woocommerce-message .button {
      float: none;
      padding: 11px 19px 12px;
      border: none; }
  .single-product .woocommerce .woocommerce-error, .single-product
  .woocommerce .woocommerce-info, .single-product
  .woocommerce .woocommerce-message {
    text-align: left; }
    .single-product .woocommerce .woocommerce-error .button, .single-product
    .woocommerce .woocommerce-info .button, .single-product
    .woocommerce .woocommerce-message .button {
      margin: 10px 0 0 20px;
      float: right; }
      @media (min-width: 768px) {
        .single-product .woocommerce .woocommerce-error .button, .single-product
        .woocommerce .woocommerce-info .button, .single-product
        .woocommerce .woocommerce-message .button {
          margin-top: 0; } }

.woocommerce-message:before {
  color: #2fd3ae; }

.woocommerce ul.woocommerce-error {
  background: #fadada;
  border-radius: 5px;
  color: #ee5151; }
  .woocommerce ul.woocommerce-error:before {
    color: #ee5151;
    -webkit-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    transform: translate(0, -60%); }

/**
 * Woo-elements
 * header cart-dropdown
 */
.woocommerce-mini-cart__empty-message {
  text-align: left; }

.site-header-cart {
  position: relative;
  text-align: right; }
  .site-header-cart .site-header-cart__wrapper {
    display: inline-block;
    text-align: left; }
    .site-header-cart .site-header-cart__wrapper i {
      font-size: 18px;
      line-height: 35px; }
    .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
      top: 60px;
      right: 0;
      left: auto;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      transition: 0.3s all ease;
      pointer-events: none;
      visibility: hidden;
      margin-top: 19px;
      -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); }
      .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6.5px 8px 6.5px;
        border-color: transparent transparent white transparent;
        position: absolute;
        top: -8px;
        right: 10px; }
        .jet-mobile-menu-active .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap::after {
          right: 50%;
          -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
          transform: translateX(50%); }
      .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .cart_list .mini_cart_item .remove::before {
        content: '\f00d'; }
      .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .mini_cart_item_title {
        font-size: 16px;
        line-height: 1;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
      .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .quantity {
        font-size: 12px; }
        .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .quantity strong {
          font-size: 16px; }
        .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .quantity .woocommerce-Price-amount {
          font-size: 14px; }
      .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .woocommerce-mini-cart__bottom-wrap {
        margin: 0 -30px -30px -30px;
        padding: 0 30px 30px 30px;
        text-align: center; }
        @media (max-width: 575px) {
          .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .woocommerce-mini-cart__bottom-wrap {
            margin: 0 -15px -15px -15px; } }
      .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .woocommerce-mini-cart__total {
        font-size: 18px; }
      .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .woocommerce-mini-cart__buttons a {
        padding: 15px 50px;
        margin-right: 0; }
        #page .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .woocommerce-mini-cart__buttons a {
          display: inline-block; }
      .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap .total {
        border: none; }
      .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap a.remove {
        top: 10px; }
    .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
      margin-top: 19px; }
    .site-header-cart .site-header-cart__wrapper.open .shopping_cart-dropdown-wrap {
      top: 100%;
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      pointer-events: auto; }
  .site-header-cart .cart-contents {
    text-align: right;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    padding-right: 12px; }
    .site-header-cart .cart-contents .count {
      vertical-align: middle;
      position: absolute;
      color: white;
      width: 17px;
      height: 17px;
      font-size: 9px;
      line-height: 17px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      top: 5px;
      right: -1px;
      text-align: center;
      border-radius: 50%; }
  .site-header-cart .shopping_cart-dropdown-wrap {
    position: absolute;
    width: 250px;
    top: -999em;
    right: 0;
    z-index: 100;
    background: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 0.2s ease, top 0s linear 0.2s, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, top 0s linear 0.2s, -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease, opacity 0.2s ease, top 0s linear 0.2s;
    transition: transform 0.2s ease, opacity 0.2s ease, top 0s linear 0.2s;
    transition: transform 0.2s ease, opacity 0.2s ease, top 0s linear 0.2s, -webkit-transform 0.2s ease;
    padding: 15px; }
    @media (min-width: 576px) {
      .site-header-cart .shopping_cart-dropdown-wrap {
        padding: 30px;
        width: 275px; } }
    .jet-mobile-menu-active .site-header-cart .shopping_cart-dropdown-wrap {
      right: calc(50% + 5px);
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); }
    .site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0 {
      text-align: center; }
      .site-header-cart .shopping_cart-dropdown-wrap.products_in_cart_0 .empty {
        text-align: center; }
    .site-header-cart .shopping_cart-dropdown-wrap .shopping_cart-header h4 {
      text-align: left;
      text-transform: uppercase;
      font-weight: 400; }
    .site-header-cart .shopping_cart-dropdown-wrap .shopping_cart-header > * {
      margin: 0; }
    .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget {
      padding: 10px 0 0;
      max-height: 120px;
      overflow-y: auto;
      overflow-x: hidden; }
      @media (min-width: 576px) {
        .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget {
          max-height: 239px; } }
      @media (min-width: 576px) {
        .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget {
          max-height: 356px; }
          .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li.mini_cart_item a img {
            width: 63px;
            margin-right: 10px; } }
      .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget li > a {
        font-size: 14px; }
    .site-header-cart .shopping_cart-dropdown-wrap .total,
    .site-header-cart .shopping_cart-dropdown-wrap .buttons {
      margin: 0; }

/*
 * Banner widget
 */
.tm_banners_grid_widget_banner {
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .tm_banners_grid_widget_banner {
      margin-bottom: 46px; } }
  .tm_banners_grid_widget_banner .tm_banners_grid_widget_banner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    .tm_banners_grid_widget_banner .tm_banners_grid_widget_banner_text .woo-btn {
      border: none; }

/**
 * Woo-elements
 * Styles for cart-widget
 */
.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart {
  margin-bottom: 0; }

.woocommerce.widget_shopping_cart .total {
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px; }
  .woocommerce.widget_shopping_cart .total strong {
    font-weight: 300; }

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__bottom-wrap {
  text-align: center; }
  .woocommerce.widget_shopping_cart .woocommerce-mini-cart__bottom-wrap .woocommerce-mini-cart__buttons {
    padding-bottom: 0; }
    .woocommerce.widget_shopping_cart .woocommerce-mini-cart__bottom-wrap .woocommerce-mini-cart__buttons a {
      padding-left: 50px;
      padding-right: 50px;
      margin-right: 0; }
      #page .woocommerce.widget_shopping_cart .woocommerce-mini-cart__bottom-wrap .woocommerce-mini-cart__buttons a {
        display: inline-block; }

.woocommerce.widget_shopping_cart .buttons a.button {
  display: block;
  margin-bottom: 10px; }
  .woocommerce.widget_shopping_cart .buttons a.button:last-child {
    margin-bottom: 0; }

.woocommerce.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__bottom-wrap {
  padding-bottom: 30px; }

.woocommerce.widget_shopping_cart ul.cart_list {
  text-align: left;
  padding-bottom: 10px; }
  .woocommerce.widget_shopping_cart ul.cart_list > li {
    margin: 0;
    padding: 10px 10px 10px 0;
    color: inherit; }
    .woocommerce.widget_shopping_cart ul.cart_list > li + li {
      padding-top: 3px; }
    .woocommerce.widget_shopping_cart ul.cart_list > li .quantity {
      font-size: 14px; }
      .woocommerce.widget_shopping_cart ul.cart_list > li .quantity .woocommerce-Price-amount {
        font-size: 16px; }
    .woocommerce.widget_shopping_cart ul.cart_list > li .mini_cart_item_title {
      padding-right: 15px; }
    .woocommerce.widget_shopping_cart ul.cart_list > li a.remove {
      top: 3px;
      right: 20px; }
    .shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart ul.cart_list > li {
      padding: 15px 0 0; }
      .shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart ul.cart_list > li:last-child {
        padding-bottom: 0; }
      .shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart ul.cart_list > li.empty {
        padding: 0; }
    .footer-area .woocommerce.widget_shopping_cart ul.cart_list > li {
      padding: 0 0 20px; }
    .woocommerce.widget_shopping_cart ul.cart_list > li img {
      float: left;
      margin: 0 15px 10px 0;
      width: auto;
      display: block;
      max-width: 42%; }
      @media (min-width: 576px) {
        .woocommerce.widget_shopping_cart ul.cart_list > li img {
          float: none;
          margin: 0 0 10px;
          max-width: 100%; } }
      @media (min-width: 768px) {
        .woocommerce.widget_shopping_cart ul.cart_list > li img {
          float: left;
          margin: 0 15px 10px 0;
          max-width: 42%; } }
      @media (min-width: 576px) {
        .site-header-cart .woocommerce.widget_shopping_cart ul.cart_list > li img {
          float: left;
          margin: 0 15px 10px 0;
          max-width: 42%; } }
    .footer-area .woocommerce.widget_shopping_cart ul.cart_list > li + li {
      padding-top: 22px; }
    .woocommerce.widget_shopping_cart ul.cart_list > li dl {
      display: block;
      overflow: hidden;
      margin: 5px 0 5px;
      padding-left: 0;
      border: none;
      font-size: 11px; }
      .woocommerce.widget_shopping_cart ul.cart_list > li dl dt,
      .woocommerce.widget_shopping_cart ul.cart_list > li dl dd {
        display: inline-block;
        float: left;
        margin-bottom: 1em; }
      .woocommerce.widget_shopping_cart ul.cart_list > li dl dt {
        font-weight: 700;
        padding: 0;
        margin: 0 4px 0 0;
        clear: left; }
      .woocommerce.widget_shopping_cart ul.cart_list > li dl dd {
        padding: 0;
        margin: 0; }
        .woocommerce.widget_shopping_cart ul.cart_list > li dl dd p:last-child {
          margin-bottom: 0; }
    .woocommerce.widget_shopping_cart ul.cart_list > li .quantity {
      display: block;
      overflow: hidden; }

/**
 * Woo-elements
 * Styles cart-widget for sidebars
 */
.woocommerce.widget_shopping_cart .cart_list {
  overflow: hidden; }
  .shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart .cart_list {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 310px; }
  @media (min-width: 576px) {
    .full-width-header-area .woocommerce.widget_shopping_cart .cart_list,
    .after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-content: stretch;
      -moz-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch; } }
  .woocommerce.widget_shopping_cart .cart_list li {
    position: relative; }
    .sidebar .woocommerce.widget_shopping_cart .cart_list li {
      padding: 0 0 10px 0; }
    @media (min-width: 576px) {
      .full-width-header-area .woocommerce.widget_shopping_cart .cart_list li,
      .after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; }
        .full-width-header-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(1), .full-width-header-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(2),
        .after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(1),
        .after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(2) {
          border-top: none; } }
    @media (min-width: 576px) {
      .full-width-header-area .woocommerce.widget_shopping_cart .cart_list li,
      .after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 33%;
        -moz-box-flex: 0;
        -moz-flex: 0 1 33%;
        -ms-flex: 0 1 33%;
        flex: 0 1 33%;
        max-width: 33%; }
        .full-width-header-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(3),
        .after-content-full-width-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(3) {
          border-top: none; } }
    .woocommerce.widget_shopping_cart .cart_list li a.remove {
      position: absolute;
      top: 15px;
      right: 5px;
      left: auto;
      margin-left: 0;
      line-height: 1.18em;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      text-indent: -1000px; }
      .shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart .cart_list li a.remove {
        top: 0;
        right: 5px;
        left: auto;
        margin-left: 0; }
      .woocommerce.widget_shopping_cart .cart_list li a.remove:before {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        word-wrap: normal;
        text-indent: 0; }
    .woocommerce.widget_shopping_cart .cart_list li:hover a.remove {
      opacity: 1;
      filter: alpha(opacity=100); }
    .woocommerce.widget_shopping_cart .cart_list li.empty {
      border-bottom: none;
      padding-bottom: 12px; }

/**
 * Woo-elements
 * Currency-Switcher header
 */
.woocommerce-currency-switcher-form {
  height: 41px;
  max-width: 250px; }
  .woocommerce-currency-switcher-form .dd-selected-image {
    display: none !important; }
  .widget-area .woocommerce-currency-switcher-form .dd-container {
    border: 1px solid; }
    .widget-area .woocommerce-currency-switcher-form .dd-container .dd-selected {
      padding: 15px; }
    .widget-area .woocommerce-currency-switcher-form .dd-container .dd-pointer-down {
      right: 2px; }
    .widget-area .woocommerce-currency-switcher-form .dd-container .dd-options {
      width: 100% !important; }
  .woocommerce-currency-switcher-form .dd-container .dd-select {
    background: transparent !important;
    border: none;
    border-radius: 0;
    cursor: pointer; }
  .woocommerce-currency-switcher-form .dd-container .dd-pointer {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none !important;
    width: 15px;
    height: 15px; }
    .woocommerce-currency-switcher-form .dd-container .dd-pointer.dd-pointer-down:after {
      content: "\ee47"; }
    .woocommerce-currency-switcher-form .dd-container .dd-pointer.dd-pointer-up:after {
      content: "\e939"; }
  .woocommerce-currency-switcher-form .dd-container .dd-selected {
    padding: 0; }
    .woocommerce-currency-switcher-form .dd-container .dd-selected label {
      cursor: pointer;
      font-weight: 300; }
    .woocommerce-currency-switcher-form .dd-container .dd-selected .dd-desc {
      display: none; }
  .woocommerce-currency-switcher-form .dd-container .dd-options {
    width: 150px !important;
    border: none;
    -webkit-box-shadow: 0px 3px 5px #ddd;
    box-shadow: 0px 3px 5px #ddd; }
    @media (max-width: 767px) {
      .woocommerce-currency-switcher-form .dd-container .dd-options {
        right: 0; } }
    .woocommerce-currency-switcher-form .dd-container .dd-options a.dd-option {
      background: transparent;
      border: none;
      font-weight: 300; }
      .woocommerce-currency-switcher-form .dd-container .dd-options a.dd-option .dd-option-text {
        font-size: 14px; }
      .woocommerce-currency-switcher-form .dd-container .dd-options a.dd-option .dd-desc {
        font-size: 12px; }

.widget.woocommerce > select {
  max-width: 250px;
  width: 250px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .widget.woocommerce > select::-ms-expand {
    opacity: 0; }

/**
 * Woo-elements
 * Styles for price and rating
 *
 */
.woocommerce .products .product .price,
.woocommerce div.product .woocommerce-variation-price span.price,
.woocommerce div.product span.price,
.woocommerce .price, .woocommerce div.product p.price,
.woocommerce.widget .woocs_price_code {
  display: block; }
  .woocommerce .products .product .price ins,
  .woocommerce div.product .woocommerce-variation-price span.price ins,
  .woocommerce div.product span.price ins,
  .woocommerce .price ins, .woocommerce div.product p.price ins,
  .woocommerce.widget .woocs_price_code ins {
    border: none;
    font-style: normal; }
  .woocommerce .products .product .price del,
  .woocommerce div.product .woocommerce-variation-price span.price del,
  .woocommerce div.product span.price del,
  .woocommerce .price del, .woocommerce div.product p.price del,
  .woocommerce.widget .woocs_price_code del {
    opacity: 1;
    display: inline;
    font-size: 12px; }

.woocommerce div.product .woocommerce-variation-price span.price,
.woocommerce div.product p.price {
  font-size: 40px;
  line-height: 1.1em; }

.woocommerce .star-rating,
.woocommerce .product .star-rating,
.woocommerce .stars {
  font-size: 0.6em;
  color: #ffc045;
  margin: 0 auto;
  width: 6.3em;
  height: 2em;
  line-height: 2; }
  .woocommerce .star-rating::before,
  .woocommerce .product .star-rating::before,
  .woocommerce .stars::before {
    content: '\73  \73  \73  \73  \73'; }
  .woocommerce .star-rating span::before,
  .woocommerce .product .star-rating span::before,
  .woocommerce .stars span::before {
    content: '\53  \53  \53  \53  \53'; }

.woocommerce .stars {
  color: #d3ced2; }
  .woocommerce .stars a {
    color: #d3ced2; }
    .woocommerce .stars a:hover {
      color: #ffc045; }
  .woocommerce .stars:hover {
    color: transparent; }

.woocommerce .product .star-rating {
  margin-top: 9px; }

/**
 * Woo-elements
 * WooButtons
 *
 */
.tm-quick-view-popup__content .woocommerce-product-details__short-description {
  margin-bottom: 15px; }

.woocommerce a.added_to_cart {
  display: none; }

.woocommerce table.cart input.header-btn:disabled {
  opacity: 0.5;
  border-color: transparent; }

.woocommerce #respond input#submit.add_to_cart_button, .woocommerce #respond input#submit.single_add_to_cart_button, .woocommerce #respond input#submit.product_type_variable, .woocommerce #respond input#submit.product_type_simple,
.woocommerce a.button.add_to_cart_button,
.woocommerce a.button.single_add_to_cart_button,
.woocommerce a.button.product_type_variable,
.woocommerce a.button.product_type_simple,
.woocommerce button.button.add_to_cart_button,
.woocommerce button.button.single_add_to_cart_button,
.woocommerce button.button.product_type_variable,
.woocommerce button.button.product_type_simple,
.woocommerce input.button.add_to_cart_button,
.woocommerce input.button.single_add_to_cart_button,
.woocommerce input.button.product_type_variable,
.woocommerce input.button.product_type_simple,
.woocommerce #respond input#submit.alt.add_to_cart_button,
.woocommerce #respond input#submit.alt.single_add_to_cart_button,
.woocommerce #respond input#submit.alt.product_type_variable,
.woocommerce #respond input#submit.alt.product_type_simple,
.woocommerce a.button.alt.add_to_cart_button,
.woocommerce a.button.alt.single_add_to_cart_button,
.woocommerce a.button.alt.product_type_variable,
.woocommerce a.button.alt.product_type_simple,
.woocommerce button.button.alt.add_to_cart_button,
.woocommerce button.button.alt.single_add_to_cart_button,
.woocommerce button.button.alt.product_type_variable,
.woocommerce button.button.alt.product_type_simple,
.woocommerce input.button.alt.add_to_cart_button,
.woocommerce input.button.alt.single_add_to_cart_button,
.woocommerce input.button.alt.product_type_variable,
.woocommerce input.button.alt.product_type_simple,
.woocommerce input.button:disabled.add_to_cart_button,
.woocommerce input.button:disabled.single_add_to_cart_button,
.woocommerce input.button:disabled.product_type_variable,
.woocommerce input.button:disabled.product_type_simple,
.woocommerce input.button:disabled[disabled].add_to_cart_button,
.woocommerce input.button:disabled[disabled].single_add_to_cart_button,
.woocommerce input.button:disabled[disabled].product_type_variable,
.woocommerce input.button:disabled[disabled].product_type_simple,
.woocommerce a.button.loading.add_to_cart_button,
.woocommerce a.button.loading.single_add_to_cart_button,
.woocommerce a.button.loading.product_type_variable,
.woocommerce a.button.loading.product_type_simple {
  border-radius: 5px;
  font-size: 10px;
  line-height: 9px;
  padding: 12px 15px;
  margin-top: 7px; }
  .woocommerce #respond input#submit.add_to_cart_button.loading::after, .woocommerce #respond input#submit.single_add_to_cart_button.loading::after, .woocommerce #respond input#submit.product_type_variable.loading::after, .woocommerce #respond input#submit.product_type_simple.loading::after,
  .woocommerce a.button.add_to_cart_button.loading::after,
  .woocommerce a.button.single_add_to_cart_button.loading::after,
  .woocommerce a.button.product_type_variable.loading::after,
  .woocommerce a.button.product_type_simple.loading::after,
  .woocommerce button.button.add_to_cart_button.loading::after,
  .woocommerce button.button.single_add_to_cart_button.loading::after,
  .woocommerce button.button.product_type_variable.loading::after,
  .woocommerce button.button.product_type_simple.loading::after,
  .woocommerce input.button.add_to_cart_button.loading::after,
  .woocommerce input.button.single_add_to_cart_button.loading::after,
  .woocommerce input.button.product_type_variable.loading::after,
  .woocommerce input.button.product_type_simple.loading::after,
  .woocommerce #respond input#submit.alt.add_to_cart_button.loading::after,
  .woocommerce #respond input#submit.alt.single_add_to_cart_button.loading::after,
  .woocommerce #respond input#submit.alt.product_type_variable.loading::after,
  .woocommerce #respond input#submit.alt.product_type_simple.loading::after,
  .woocommerce a.button.alt.add_to_cart_button.loading::after,
  .woocommerce a.button.alt.single_add_to_cart_button.loading::after,
  .woocommerce a.button.alt.product_type_variable.loading::after,
  .woocommerce a.button.alt.product_type_simple.loading::after,
  .woocommerce button.button.alt.add_to_cart_button.loading::after,
  .woocommerce button.button.alt.single_add_to_cart_button.loading::after,
  .woocommerce button.button.alt.product_type_variable.loading::after,
  .woocommerce button.button.alt.product_type_simple.loading::after,
  .woocommerce input.button.alt.add_to_cart_button.loading::after,
  .woocommerce input.button.alt.single_add_to_cart_button.loading::after,
  .woocommerce input.button.alt.product_type_variable.loading::after,
  .woocommerce input.button.alt.product_type_simple.loading::after,
  .woocommerce input.button:disabled.add_to_cart_button.loading::after,
  .woocommerce input.button:disabled.single_add_to_cart_button.loading::after,
  .woocommerce input.button:disabled.product_type_variable.loading::after,
  .woocommerce input.button:disabled.product_type_simple.loading::after,
  .woocommerce input.button:disabled[disabled].add_to_cart_button.loading::after,
  .woocommerce input.button:disabled[disabled].single_add_to_cart_button.loading::after,
  .woocommerce input.button:disabled[disabled].product_type_variable.loading::after,
  .woocommerce input.button:disabled[disabled].product_type_simple.loading::after,
  .woocommerce a.button.loading.add_to_cart_button.loading::after,
  .woocommerce a.button.loading.single_add_to_cart_button.loading::after,
  .woocommerce a.button.loading.product_type_variable.loading::after,
  .woocommerce a.button.loading.product_type_simple.loading::after {
    display: none; }

/**
 * Woo-elements
 * Styles for compare and wishlist
 *
 */
.woocommerce .product.hentry {
  margin-top: 0; }

.woocommerce .product.product-category::before {
  display: none; }

.woocommerce .product.product-category > a > img {
  display: inline-block; }

.woocommerce .product.product-category.product-list .title_count_block {
  text-align: left;
  margin-top: 0; }

.woocommerce .product.swiper-slide .wishlist_compare_button_block button.button.btn.tm-woowishlist-button .text,
.woocommerce .product.swiper-slide .wishlist_compare_button_block button.button.btn.tm-woocompare-button .text {
  display: none; }

.woocommerce .product .wishlist_compare_button_block button.button.btn.tm-woowishlist-button,
.woocommerce .product .wishlist_compare_button_block button.button.btn.tm-woocompare-button {
  position: relative; }
  .woocommerce .product .wishlist_compare_button_block button.button.btn.tm-woowishlist-button .text,
  .woocommerce .product .wishlist_compare_button_block button.button.btn.tm-woocompare-button .text {
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    font-size: 10px;
    padding: 10px 6px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    line-height: 1; }
  .woocommerce .product .wishlist_compare_button_block button.button.btn.tm-woowishlist-button:hover .text,
  .woocommerce .product .wishlist_compare_button_block button.button.btn.tm-woocompare-button:hover .text {
    top: -35px;
    opacity: 1;
    visibility: visible; }

.woocommerce .product:not(.product-list) .wishlist_compare_button_block button.button.btn,
.woocommerce .product:not(.product-list) .wishlist_compare_button_block .tm-quick-view {
  visibility: hidden;
  opacity: 0;
  left: 50%; }
  .woocommerce .product:not(.product-list) .wishlist_compare_button_block button.button.btn.tm-woowishlist-button,
  .woocommerce .product:not(.product-list) .wishlist_compare_button_block .tm-quick-view.tm-woowishlist-button {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .woocommerce .product:not(.product-list) .wishlist_compare_button_block button.button.btn.tm-woocompare-button,
  .woocommerce .product:not(.product-list) .wishlist_compare_button_block .tm-quick-view.tm-woocompare-button {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }

.woocommerce .product:not(.product-list):hover > .block_product_thumbnail .wishlist_compare_button_block button.button.btn,
.woocommerce .product:not(.product-list):hover > .block_product_thumbnail .wishlist_compare_button_block .tm-quick-view {
  visibility: visible;
  opacity: 1;
  left: 0; }

.woocommerce .product .tm-woocompare-page-button.button.alt,
.woocommerce .product .tm-woowishlist-page-button.button.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 20px 0 5px;
  line-height: 30px;
  padding: 0;
  background: transparent;
  border: none;
  font-weight: 400; }
  .woocommerce .product .tm-woocompare-page-button.button.alt:after,
  .woocommerce .product .tm-woowishlist-page-button.button.btn:after {
    display: block;
    content: ''; }
  .woocommerce .product .tm-woocompare-page-button.button.alt:hover,
  .woocommerce .product .tm-woowishlist-page-button.button.btn:hover {
    background: transparent;
    border: none; }

.woocommerce.single-product .summary .wishlist_compare_button_block,
.woocommerce .single-product .summary .wishlist_compare_button_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .woocommerce.single-product .summary .wishlist_compare_button_block button.button.btn,
  .woocommerce .single-product .summary .wishlist_compare_button_block button.button.btn {
    margin: 0 15px;
    display: inline-block;
    visibility: visible;
    opacity: 1;
    left: 0; }

.woocommerce .wishlist_compare_button_block {
  z-index: 111; }
  .woocommerce .wishlist_compare_button_block .tm-quick-view {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .woocommerce .wishlist_compare_button_block .tm-quick-view a {
      line-height: 36px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
  .woocommerce .wishlist_compare_button_block button.button.btn,
  .woocommerce .wishlist_compare_button_block .tm-quick-view {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0 0 5px 0;
    border-radius: 620px;
    background: white;
    display: block;
    text-align: center;
    font-size: 18px;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid;
    vertical-align: middle; }
    .woocommerce .wishlist_compare_button_block button.button.btn span.text,
    .woocommerce .wishlist_compare_button_block .tm-quick-view span.text {
      display: none; }
    .woocommerce .wishlist_compare_button_block button.button.btn:after,
    .woocommerce .wishlist_compare_button_block .tm-quick-view:after {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
    .woocommerce .wishlist_compare_button_block button.button.btn.tm-woocompare-button:after,
    .woocommerce .wishlist_compare_button_block .tm-quick-view.tm-woocompare-button:after {
      content: "\eea6"; }
    .woocommerce .wishlist_compare_button_block button.button.btn.tm-woocompare-button.in_compare:after,
    .woocommerce .wishlist_compare_button_block .tm-quick-view.tm-woocompare-button.in_compare:after {
      content: "\e907";
      margin: 0; }
    .woocommerce .wishlist_compare_button_block button.button.btn.tm-woocompare-button.loading,
    .woocommerce .wishlist_compare_button_block .tm-quick-view.tm-woocompare-button.loading {
      opacity: 1; }
      .woocommerce .wishlist_compare_button_block button.button.btn.tm-woocompare-button.loading:after,
      .woocommerce .wishlist_compare_button_block .tm-quick-view.tm-woocompare-button.loading:after {
        content: "\eea4";
        margin-top: -9px;
        margin-left: -15px;
        width: 30px; }
    .woocommerce .wishlist_compare_button_block button.button.btn.tm-woowishlist-button:after,
    .woocommerce .wishlist_compare_button_block .tm-quick-view.tm-woowishlist-button:after {
      content: "\ec7b"; }
    .woocommerce .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.in_wishlist:after,
    .woocommerce .wishlist_compare_button_block .tm-quick-view.tm-woowishlist-button.in_wishlist:after {
      content: "\e907";
      margin: 0; }
    .woocommerce .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.loading,
    .woocommerce .wishlist_compare_button_block .tm-quick-view.tm-woowishlist-button.loading {
      opacity: 1; }
      .woocommerce .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.loading:after,
      .woocommerce .wishlist_compare_button_block .tm-quick-view.tm-woowishlist-button.loading:after {
        content: "\eea4";
        margin-top: -9px;
        margin-left: -15px;
        width: 30px; }

.woocommerce .swiper-wrapper .wishlist_compare_button_block button.button.btn span.text {
  top: 50%;
  left: auto;
  right: 300%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .woocommerce .swiper-wrapper .wishlist_compare_button_block button.button.btn span.text:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 4px;
    border-color: transparent transparent transparent #000000;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -4px;
    top: 50%;
    bottom: auto;
    left: auto; }

.woocommerce .swiper-wrapper .wishlist_compare_button_block button.button.btn:hover span.text {
  left: auto;
  right: 115%; }

/**
 * Woo-elements
 * Order Received
 *
 */
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 400; }

.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th, .woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td {
  font-weight: 400;
  font-size: 18px;
  padding: 5px 10px; }

/**
 * Woo-elements
 * WooPagination
 *
 */
.woocommerce nav.woocommerce-pagination {
  text-align: left;
  border: none;
  margin: 2em 0 4em;
  padding-top: 2em;
  border-top: 1px solid #e8e8f8; }
  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: none;
    background: none; }
  .woocommerce nav.woocommerce-pagination .page-numbers {
    overflow: hidden; }
  .woocommerce nav.woocommerce-pagination a.next:before,
  .woocommerce nav.woocommerce-pagination a.prev:before {
    display: block;
    position: absolute;
    text-indent: 0;
    text-align: center;
    left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 48px; }

/**
 * Woo-elements
 * Woo Badges
 *
 */
.woocommerce .products .product:not(.product-list) .woocommerce-loop-product__link .tm-thumbs-wrap, .woocommerce .products .product:not(.product-list) .woocommerce-loop-product__link .tm-thumbs-wrap__inner {
  width: 135px;
  margin: 0 auto; }

.woocommerce .products .product.product-list span.featured,
.woocommerce .products .product.product-list span.onsale,
.woocommerce .products .product.product-list span.new {
  right: -10px; }

.woocommerce .single_product_wrapper span.featured,
.woocommerce .single_product_wrapper span.onsale,
.woocommerce .single_product_wrapper span.new {
  right: auto;
  left: -10px; }

.woocommerce .products .product span.onsale,
.woocommerce span.featured,
.woocommerce span.onsale,
.woocommerce span.new {
  padding: 6px 8px;
  margin: 0;
  min-height: 0;
  min-width: 0;
  position: absolute;
  right: 61px;
  top: 22px;
  left: auto;
  font-size: 10px;
  line-height: 1;
  max-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 6;
  border-radius: 5px; }
  @media (max-width: 575px) {
    .woocommerce .products .product span.onsale,
    .woocommerce span.featured,
    .woocommerce span.onsale,
    .woocommerce span.new {
      right: -10px; } }

/**
 * Woo-elements
 * Remove woocommerce grid system
 *
 */
.products.row, .cross-sells .products {
  clear: both; }

.woocommerce div.products.row, .woocommerce .cross-sells div.products, .cross-sells .woocommerce div.products {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem; }

.product-category-widget > a > img {
  width: 100%; }

.shop_wrapper .products.row, .shop_wrapper .cross-sells .products, .cross-sells .shop_wrapper .products,
.page-description .woocommerce .products.row,
.page-description .woocommerce .cross-sells .products,
.cross-sells .page-description .woocommerce .products {
  clear: both; }

/**
 * Woo-elements
 * Styles for listing products
 *
 */
.products .product.swiper-slide:not(.product-list) .wishlist_compare_button_block {
  right: 10px; }
  @media (max-width: 575px) {
    .products .product.swiper-slide:not(.product-list) .wishlist_compare_button_block {
      right: -50px; } }

.products .product.swiper-slide:not(.product-list) .block_product_content h3 {
  margin-bottom: 0; }

.products .product.swiper-slide:not(.product-list) .product-categories {
  margin-bottom: 5px; }

.products .product.swiper-slide:not(.product-list) .star-rating {
  margin-top: 0; }

.products .product.swiper-slide:not(.product-list) .price ins {
  font-size: 16px !important; }

.products .product.swiper-slide:not(.product-list) span.featured,
.products .product.swiper-slide:not(.product-list) span.onsale,
.products .product.swiper-slide:not(.product-list) span.new {
  right: 50px; }
  @media (max-width: 575px) {
    .products .product.swiper-slide:not(.product-list) span.featured,
    .products .product.swiper-slide:not(.product-list) span.onsale,
    .products .product.swiper-slide:not(.product-list) span.new {
      right: -10px; } }

.products .product {
  text-align: center;
  padding-bottom: 20px; }
  @media (min-width: 576px) {
    .products .product {
      padding-bottom: 0; } }
  .products .product .block_product_thumbnail {
    position: relative;
    display: inline-block;
    z-index: 1; }
    @media (min-width: 576px) {
      .products .product .block_product_thumbnail {
        display: block; } }
    .products .product .block_product_thumbnail img {
      display: inline-block; }

.products .product:not(.product-list) .wishlist_compare_button_block {
  position: absolute;
  right: 17px;
  top: -20px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .products .product:not(.product-list) .wishlist_compare_button_block {
    right: 0; } }
  @media (max-width: 575px) {
    .products .product:not(.product-list) .wishlist_compare_button_block {
      right: -55px; } }

.products .product:not(.product-list) .product-categories {
  padding: 0 20px; }

.products .product:not(.product-list) h3 {
  padding: 0 50px; }

#main .products .product:not(.product-list)::before {
  width: 100%;
  margin: 0; }
  @media (min-width: 1200px) {
    #main .products .product:not(.product-list)::before {
      width: 270px;
      margin: 0 auto; } }
  @media (max-width: 575px) {
    #main .products .product:not(.product-list)::before {
      width: 270px;
      margin: 0 auto; } }

.products .product.swiper-slide .block_product_content h3 {
  padding: 0; }

.products .product:not(.swiper-slide).has-price:not(.product-list):hover .block_product_content .star-rating {
  bottom: 0; }

.products .product:not(.swiper-slide).product-list::before {
  display: none; }

.products .product:not(.swiper-slide)::before {
  content: '';
  position: absolute;
  top: -30px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
  -webkit-box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.1); }
  @media (max-width: 575px) {
    .products .product:not(.swiper-slide)::before {
      width: 270px;
      margin: 0 auto; } }

.products .product:not(.swiper-slide):hover::before {
  opacity: 1; }

.products .product:not(.swiper-slide):not(.product-list) .block_product_content {
  padding-bottom: 30px; }
  .products .product:not(.swiper-slide):not(.product-list) .block_product_content > a {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden; }

.products .product:not(.swiper-slide):not(.product-list) .star-rating {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  opacity: 0;
  visibility: hidden; }

.products .product:not(.swiper-slide):not(.product-list) .star-rating + .price {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.products .product:not(.swiper-slide):not(.product-list).hover {
  z-index: 3; }

.products .product:not(.swiper-slide):not(.product-list):hover::before {
  height: calc(100% + 115px); }

.products .product:not(.swiper-slide):not(.product-list):hover .block_product_content .star-rating + .price {
  -webkit-transform: translate(0, 33px);
  -ms-transform: translate(0, 33px);
  transform: translate(0, 33px); }

.products .product:not(.swiper-slide):not(.product-list):hover .block_product_content > a {
  opacity: 1;
  visibility: visible;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0); }

.products .product:not(.swiper-slide):not(.product-list):hover .block_product_content .star-rating {
  visibility: visible;
  opacity: 1;
  bottom: 40px; }

.products .product:not(.swiper-slide) .block_product_content {
  padding-bottom: 12px;
  position: relative;
  z-index: 1; }
  .products .product:not(.swiper-slide) .block_product_content h3 {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 575px) {
      .products .product:not(.swiper-slide) .block_product_content h3 {
        padding: 0 50px; } }
  .products .product:not(.swiper-slide) .block_product_content .price {
    padding-bottom: 10px;
    margin-top: 10px; }
  @media (min-width: 576px) {
    .products .product:not(.swiper-slide) .block_product_content {
      padding-bottom: 32px; } }

.products .product:not(.swiper-slide) .product-categories,
.products .product:not(.swiper-slide) .product-widget-tags {
  text-align: center;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  .products .product:not(.swiper-slide) .product-categories li,
  .products .product:not(.swiper-slide) .product-widget-tags li {
    display: inline; }

.products .product:not(.swiper-slide).product-list {
  padding-left: 1.56rem;
  padding-right: 1.56rem;
  padding-bottom: 20px;
  width: 100%; }
  @media (min-width: 576px) {
    .products .product:not(.swiper-slide).product-list {
      padding-bottom: 70px; } }
  @media (max-width: 575px) {
    .products .product:not(.swiper-slide).product-list::before {
      display: none; } }
  .products .product:not(.swiper-slide).product-list .block_product_thumbnail {
    margin: 0 0 30px 0; }
    @media (min-width: 992px) {
      .products .product:not(.swiper-slide).product-list .block_product_thumbnail {
        margin: 0;
        float: left;
        width: 418px; } }
  .products .product:not(.swiper-slide).product-list .block_product_content {
    overflow: hidden;
    text-align: left;
    padding-top: 5px; }
    @media (min-width: 576px) {
      .products .product:not(.swiper-slide).product-list .block_product_content {
        padding-left: 30px; } }
    @media (max-width: 991px) {
      .products .product:not(.swiper-slide).product-list .block_product_content {
        width: 100%;
        margin-top: 30px; } }
    @media (max-width: 575px) {
      .products .product:not(.swiper-slide).product-list .block_product_content {
        margin-top: 0; } }
  .products .product:not(.swiper-slide).product-list .product-categories {
    text-align: left;
    margin: -13px 0 4px 0; }
  .products .product:not(.swiper-slide).product-list h3 {
    margin-bottom: 8px; }
    @media (max-width: 575px) {
      .products .product:not(.swiper-slide).product-list h3 {
        padding-left: 0; } }
  .products .product:not(.swiper-slide).product-list .price {
    font-size: 30px; }
  .products .product:not(.swiper-slide).product-list .star-rating {
    margin: 0 0 15px 0; }
  .products .product:not(.swiper-slide).product-list .desc_products_listing_line {
    margin: 0 0 15px 0; }
  .products .product:not(.swiper-slide).product-list .wishlist_compare_button_block {
    position: static;
    padding-top: 25px; }
    .products .product:not(.swiper-slide).product-list .wishlist_compare_button_block button.button.btn,
    .products .product:not(.swiper-slide).product-list .wishlist_compare_button_block .tm-quick-view {
      display: inline-block;
      margin: 0 7px 0 0; }
  .products .product:not(.swiper-slide).product-list.product-category {
    text-align: left; }
    .products .product:not(.swiper-slide).product-list.product-category > a {
      display: block;
      margin-bottom: 20px; }
      @media (min-width: 576px) {
        .products .product:not(.swiper-slide).product-list.product-category > a {
          float: left;
          margin: 0 50px 0 0; } }
    .products .product:not(.swiper-slide).product-list.product-category .title_count_block {
      padding: 0 0 20px 0;
      overflow: hidden;
      margin-top: 20px; }
      .products .product:not(.swiper-slide).product-list.product-category .title_count_block h3 {
        display: block; }
      .products .product:not(.swiper-slide).product-list.product-category .title_count_block a {
        display: inline-block; }
    .products .product:not(.swiper-slide).product-list.product-category .product-category__description {
      overflow: hidden;
      padding-bottom: 20px; }

.term-description {
  padding-bottom: 30px; }

.tm-products-sale-end-date {
  position: absolute;
  text-align: center;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .tm-products-sale-end-date span {
    width: 50px;
    height: 50px;
    margin: 0 3px;
    padding: 9px 0 0 0;
    border-radius: 620px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 16px; }
    .tm-products-sale-end-date span i {
      font-size: 12px;
      text-transform: capitalize;
      display: block;
      font-style: normal;
      font-weight: 400; }

.tm-wc-ajax-products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  .tm-wc-ajax-products-wrapper > p.woocommerce-result-count {
    padding-left: 30px; }
  .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 20px; }
    .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price {
      padding: 8px 22px 8px 18px;
      font-size: 12px;
      line-height: 20px;
      border-radius: 0;
      -webkit-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      transition: 0.3s all ease; }
      .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute .tm-wc-ajax-filters-dismiss, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price .tm-wc-ajax-filters-dismiss {
        margin-left: 5px;
        margin-top: -2px; }
        .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute .tm-wc-ajax-filters-dismiss .dashicons, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price .tm-wc-ajax-filters-dismiss .dashicons {
          display: none; }
        .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute .tm-wc-ajax-filters-dismiss:after, .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price .tm-wc-ajax-filters-dismiss:after {
          content: '\f00d';
          color: #b3b9bf;
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
    .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button {
      padding: 8px 10px;
      margin: 0 0 10px 0;
      float: right;
      background: none;
      border: none;
      border-radius: 0;
      text-transform: none;
      font-weight: normal; }
  .tm-wc-ajax-products-wrapper .woocommerce-message {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .tm-wc-ajax-products-wrapper .woocommerce-result-count {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 23px 5px;
    font-weight: 700; }
    @media (min-width: 576px) {
      .tm-wc-ajax-products-wrapper .woocommerce-result-count {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
    @media (max-width: 575px) {
      .tm-wc-ajax-products-wrapper .woocommerce-result-count {
        text-align: center;
        margin-bottom: 50px; } }
  .tm-wc-ajax-products-wrapper .woocommerce-ordering {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    padding: 12px 0 12px 20px;
    margin: 0; }
    @media (max-width: 575px) {
      .tm-wc-ajax-products-wrapper .woocommerce-ordering {
        width: 100%; } }
    .tm-wc-ajax-products-wrapper .woocommerce-ordering select {
      width: 200px;
      font-size: 14px;
      line-height: 24px;
      height: 45px;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      @media (max-width: 575px) {
        .tm-wc-ajax-products-wrapper .woocommerce-ordering select {
          width: 100%; } }
      .tm-wc-ajax-products-wrapper .woocommerce-ordering select::-ms-expand {
        opacity: 0; }
    .tm-wc-ajax-products-wrapper .woocommerce-ordering:after {
      position: absolute;
      right: 30px;
      top: 22px;
      font-size: 15px;
      line-height: 30px;
      content: "\e942";
      cursor: pointer;
      pointer-events: none; }
  .tm-wc-ajax-products-wrapper.loading .tm-woo-grid-list-toggle-button-wrapper {
    opacity: 1; }
  .tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0;
    padding: 10px 5px; }
    @media (max-width: 767px) {
      .tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper {
        width: 100px;
        text-align: center; } }
  .tm-wc-ajax-products-wrapper .products.row, .tm-wc-ajax-products-wrapper .cross-sells .products, .cross-sells .tm-wc-ajax-products-wrapper .products {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    max-width: calc(100% + 3.125rem); }
    @media (min-width: 576px) {
      .tm-wc-ajax-products-wrapper .products.row, .tm-wc-ajax-products-wrapper .cross-sells .products, .cross-sells .tm-wc-ajax-products-wrapper .products {
        padding: 53px 0 0 0; } }
  .tm-wc-ajax-products-wrapper .woocommerce-pagination,
  .tm-wc-ajax-products-wrapper .pagination {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto; }
  .tm-wc-ajax-products-wrapper .tm-wc-ajax-load-more-button {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-left: auto !important;
    margin-right: auto !important; }
    body.woocommerce .tm-wc-ajax-products-wrapper .tm-wc-ajax-load-more-button {
      margin-top: 30px;
      padding: 10px 20px; }
    body.woocommerce .tm-wc-ajax-products-wrapper .tm-wc-ajax-load-more-button.loading::after {
      display: none; }
  .tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper {
    position: relative; }
    .tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button {
      display: block; }
      .tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button .tm-woo-grid-list-toggler {
        background: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 50px;
        height: 50px;
        padding: 11px 12px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
        transform: translate(0, -2px);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-align: center; }
        .tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button .tm-woo-grid-list-toggler .dashicons {
          font-size: 24px;
          width: 24px;
          height: 24px; }
          .tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button .tm-woo-grid-list-toggler .dashicons:before {
            width: 24px;
            height: 24px; }
        .tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button .tm-woo-grid-list-toggler.tm-woo-grid-list-toggle-button-list .dashicons:before {
          content: "\e9f4"; }
        .tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper .tm-woo-grid-list-toggle-button .tm-woo-grid-list-toggler.tm-woo-grid-list-toggle-button-grid .dashicons:before {
          content: "\ee87"; }

/**
 * Woo-elements
 * SingleProduct Styles
 *
 */
.woocommerce.single-product div.product,
.woocommerce .single-product div.product {
  margin-top: 30px; }
  .woocommerce.single-product div.product.product-type-simple .single_product_wrapper form.cart,
  .woocommerce .single-product div.product.product-type-simple .single_product_wrapper form.cart {
    padding-top: 30px; }
  .woocommerce.single-product div.product.outofstock .single_product_wrapper div[itemprop="description"],
  .woocommerce .single-product div.product.outofstock .single_product_wrapper div[itemprop="description"] {
    margin-bottom: 1.5em;
    padding-top: 1em; }
  .woocommerce.single-product div.product h1.product_title,
  .woocommerce .single-product div.product h1.product_title {
    margin-bottom: 24px; }
  .woocommerce.single-product div.product .single_product_wrapper,
  .woocommerce .single-product div.product .single_product_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-flex-line-pack: space-between;
    align-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
    .woocommerce.single-product div.product .single_product_wrapper .images,
    .woocommerce .single-product div.product .single_product_wrapper .images {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      position: relative;
      float: none;
      width: auto !important; }
      @media (min-width: 576px) {
        .woocommerce.single-product div.product .single_product_wrapper .images,
        .woocommerce .single-product div.product .single_product_wrapper .images {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 31%;
          -moz-box-flex: 0;
          -moz-flex: 0 1 31%;
          -ms-flex: 0 1 31%;
          flex: 0 1 31%; } }
      .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails,
      .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails {
        padding-top: 0;
        width: 100%;
        content: "";
        display: table;
        table-layout: fixed; }
        .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail,
        .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail {
          float: left;
          width: 29.33%;
          margin-top: 3.75%;
          cursor: pointer;
          padding: 5px;
          -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1); }
          .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail + .thumbnail,
          .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail + .thumbnail {
            margin-left: 3%;
            margin-left: 2.8%; }
          .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail:hover img, .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail.selected img,
          .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail:hover img,
          .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail.selected img {
            opacity: 1; }
          .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail img,
          .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail img {
            -webkit-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            transition: 0.3s ease all;
            opacity: 0.5;
            -webkit-transform: translateZ(0);
            transform: translateZ(0); }
        .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail.last,
        .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail.last {
          margin-right: 0; }
        .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail.first,
        .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails .thumbnail.first {
          clear: both; }
        .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails.columns-1 .thumbnail,
        .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails.columns-1 .thumbnail {
          width: 98%;
          margin-right: 0;
          float: none; }
        .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails.columns-3 .thumbnail,
        .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails.columns-3 .thumbnail {
          width: calc(35.05% - 10px); }
          @media (max-width: 575px) {
            .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails.columns-3 .thumbnail,
            .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails.columns-3 .thumbnail {
              width: calc(33.33333333% - 2%); } }
          .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails.columns-3 .thumbnail:nth-child(4n),
          .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails.columns-3 .thumbnail:nth-child(4n) {
            margin-left: 0; }
        .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails.columns-4 .thumbnail,
        .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails.columns-4 .thumbnail {
          width: 21%; }
        .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails.columns-5 .thumbnail,
        .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails.columns-5 .thumbnail {
          width: 16%; }
    .woocommerce.single-product div.product .single_product_wrapper .summary.entry-summary,
    .woocommerce .single-product div.product .single_product_wrapper .summary.entry-summary {
      float: none;
      width: auto;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
      @media (min-width: 576px) {
        .woocommerce.single-product div.product .single_product_wrapper .summary.entry-summary,
        .woocommerce .single-product div.product .single_product_wrapper .summary.entry-summary {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 69%;
          -moz-box-flex: 0;
          -moz-flex: 0 1 69%;
          -ms-flex: 0 1 69%;
          flex: 0 1 69%;
          padding-left: 30px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: none;
          flex-wrap: nowrap; } }
    .woocommerce.single-product div.product .single_product_wrapper .enlarge,
    .woocommerce .single-product div.product .single_product_wrapper .enlarge {
      position: absolute;
      z-index: 95;
      display: block;
      font-size: 21px;
      color: #b3b9bf;
      cursor: pointer;
      top: 10px;
      right: 10px;
      height: 40px;
      width: 40px;
      text-align: center;
      border-radius: 5px; }
      .woocommerce.single-product div.product .single_product_wrapper .enlarge i,
      .woocommerce .single-product div.product .single_product_wrapper .enlarge i {
        line-height: 40px;
        display: inline-block; }
  .woocommerce.single-product div.product .product_title.entry-title,
  .woocommerce .single-product div.product .product_title.entry-title {
    margin-top: -10px;
    margin-bottom: 5px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .woocommerce.single-product div.product div[itemprop="offers"],
  .woocommerce .single-product div.product div[itemprop="offers"] {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .woocommerce.single-product div.product .woocommerce-product-rating,
  .woocommerce .single-product div.product .woocommerce-product-rating {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0; }
    .woocommerce.single-product div.product .woocommerce-product-rating .star-rating,
    .woocommerce .single-product div.product .woocommerce-product-rating .star-rating {
      margin-top: 0; }
  .woocommerce.single-product div.product div[itemprop="description"],
  .woocommerce .single-product div.product div[itemprop="description"] {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5;
    margin-bottom: 22px; }
  .woocommerce.single-product div.product .stock,
  .woocommerce .single-product div.product .stock {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 23px 0 16px;
    font-size: 14px;
    font-weight: 800; }
  .woocommerce.single-product div.product .wishlist_compare_button_block,
  .woocommerce .single-product div.product .wishlist_compare_button_block {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .woocommerce.single-product div.product .product_meta,
  .woocommerce .single-product div.product .product_meta {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .woocommerce.single-product div.product .woo-social-buttons,
  .woocommerce .single-product div.product .woo-social-buttons {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .woocommerce.single-product div.product .woocommerce-review-link,
  .woocommerce .single-product div.product .woocommerce-review-link {
    float: left;
    margin: 0 0 0 20px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400; }
  .woocommerce.single-product div.product p.price,
  .woocommerce .single-product div.product p.price {
    margin-bottom: 17px; }
    .woocommerce.single-product div.product p.price del,
    .woocommerce .single-product div.product p.price del {
      font-size: 16px !important; }
  .woocommerce.single-product div.product p.price, .woocommerce.single-product div.product .price ins,
  .woocommerce .single-product div.product p.price,
  .woocommerce .single-product div.product .price ins {
    font-size: 24px !important; }
  .woocommerce.single-product div.product form.cart,
  .woocommerce .single-product div.product form.cart {
    margin-bottom: 1em;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6; }
    @media (min-width: 768px) {
      .woocommerce.single-product div.product form.cart,
      .woocommerce .single-product div.product form.cart {
        margin-bottom: 2.15em; } }
    .woocommerce.single-product div.product form.cart.variations_form,
    .woocommerce .single-product div.product form.cart.variations_form {
      margin-bottom: 30px; }
    .woocommerce.single-product div.product form.cart .variations,
    .woocommerce .single-product div.product form.cart .variations {
      margin-bottom: 0; }
      .woocommerce.single-product div.product form.cart .variations td,
      .woocommerce .single-product div.product form.cart .variations td {
        display: block;
        overflow: hidden; }
      .woocommerce.single-product div.product form.cart .variations .label label,
      .woocommerce .single-product div.product form.cart .variations .label label {
        font-weight: 300; }
      .woocommerce.single-product div.product form.cart .variations td.value,
      .woocommerce .single-product div.product form.cart .variations td.value {
        position: relative;
        padding-bottom: 3px; }
        .woocommerce.single-product div.product form.cart .variations td.value i,
        .woocommerce .single-product div.product form.cart .variations td.value i {
          position: absolute;
          z-index: 2;
          top: 20px;
          left: 45%;
          pointer-events: none; }
          @media (max-width: 1199px) {
            .woocommerce.single-product div.product form.cart .variations td.value i,
            .woocommerce .single-product div.product form.cart .variations td.value i {
              left: auto;
              right: 30px; } }
        @media (max-width: 1199px) {
          .woocommerce.single-product div.product form.cart .variations td.value select,
          .woocommerce .single-product div.product form.cart .variations td.value select {
            width: 100%; } }
        .woocommerce.single-product div.product form.cart .variations td.value .reset_variations,
        .woocommerce .single-product div.product form.cart .variations td.value .reset_variations {
          float: left;
          font-size: 14px; }
      .woocommerce.single-product div.product form.cart .variations select,
      .woocommerce .single-product div.product form.cart .variations select {
        display: block;
        max-width: 100%;
        width: 80%;
        min-width: 0;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        @media (min-width: 576px) {
          .woocommerce.single-product div.product form.cart .variations select,
          .woocommerce .single-product div.product form.cart .variations select {
            width: 50%; } }
        .woocommerce.single-product div.product form.cart .variations select::-ms-expand,
        .woocommerce .single-product div.product form.cart .variations select::-ms-expand {
          opacity: 0; }
    .woocommerce.single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price,
    .woocommerce .single-product div.product form.cart .single_variation_wrap .woocommerce-variation-price {
      padding: 0 0 15px; }
    .woocommerce.single-product div.product form.cart .variations_form,
    .woocommerce .single-product div.product form.cart .variations_form {
      margin-bottom: 10px; }
    .woocommerce.single-product div.product form.cart div.quantity,
    .woocommerce .single-product div.product form.cart div.quantity {
      float: left;
      margin: 0 10px 0 0;
      position: relative; }
      .woocommerce.single-product div.product form.cart div.quantity input[type="number"]::-webkit-inner-spin-button,
      .woocommerce.single-product div.product form.cart div.quantity input[type="number"]::-webkit-outer-spin-button,
      .woocommerce .single-product div.product form.cart div.quantity input[type="number"]::-webkit-inner-spin-button,
      .woocommerce .single-product div.product form.cart div.quantity input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none; }
      .woocommerce.single-product div.product form.cart div.quantity input.qty,
      .woocommerce .single-product div.product form.cart div.quantity input.qty {
        width: 80px;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        line-height: 2.3;
        border-radius: 5px; }
      .woocommerce.single-product div.product form.cart div.quantity .tm-qty-minus,
      .woocommerce.single-product div.product form.cart div.quantity .tm-qty-plus,
      .woocommerce .single-product div.product form.cart div.quantity .tm-qty-minus,
      .woocommerce .single-product div.product form.cart div.quantity .tm-qty-plus {
        display: none; }
    .woocommerce.single-product div.product form.cart .button,
    .woocommerce .single-product div.product form.cart .button {
      clear: left;
      margin-top: 20px;
      font-size: 12px;
      padding: 22.5px 30px 22.5px 60px; }
      .woocommerce.single-product div.product form.cart .button::before,
      .woocommerce .single-product div.product form.cart .button::before {
        content: '\e90a';
        font-size: 24px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 25px; }
      @media (min-width: 576px) {
        .woocommerce.single-product div.product form.cart .button,
        .woocommerce .single-product div.product form.cart .button {
          clear: none;
          margin-top: 0; } }
      @media (min-width: 768px) {
        .woocommerce.single-product div.product form.cart .button,
        .woocommerce .single-product div.product form.cart .button {
          margin-top: 0; } }
  .woocommerce.single-product div.product .product_meta,
  .woocommerce .single-product div.product .product_meta {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 10px;
    padding-top: 15px; }
    .woocommerce.single-product div.product .product_meta a,
    .woocommerce .single-product div.product .product_meta a {
      font-weight: 300; }
  .woocommerce.single-product div.product .summary .wishlist_compare_button_block,
  .woocommerce .single-product div.product .summary .wishlist_compare_button_block {
    padding-bottom: 15px;
    width: 100%; }
    .woocommerce.single-product div.product .summary .wishlist_compare_button_block .tm-woowishlist-page-button,
    .woocommerce .single-product div.product .summary .wishlist_compare_button_block .tm-woowishlist-page-button {
      width: auto !important;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .woocommerce.single-product div.product .summary .wishlist_compare_button_block .button.button.btn,
    .woocommerce .single-product div.product .summary .wishlist_compare_button_block .button.button.btn {
      padding: 0;
      margin: 0; }
      .woocommerce.single-product div.product .summary .wishlist_compare_button_block .button.button.btn + .btn,
      .woocommerce .single-product div.product .summary .wishlist_compare_button_block .button.button.btn + .btn {
        margin-left: 10px; }
      .woocommerce.single-product div.product .summary .wishlist_compare_button_block .button.button.btn.alt,
      .woocommerce .single-product div.product .summary .wishlist_compare_button_block .button.button.btn.alt {
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none; }
    @media (min-width: 768px) {
      .woocommerce.single-product div.product .summary .wishlist_compare_button_block,
      .woocommerce .single-product div.product .summary .wishlist_compare_button_block {
        width: 100%; } }
    @media (min-width: 768px) {
      .woocommerce.single-product div.product .summary .wishlist_compare_button_block,
      .woocommerce .single-product div.product .summary .wishlist_compare_button_block {
        padding-bottom: 20px; } }
  .woocommerce.single-product div.product .woo-social-buttons,
  .woocommerce .single-product div.product .woo-social-buttons {
    margin: 10px 0;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-order: 7;
    -ms-flex-order: 7;
    order: 7; }
    .woocommerce.single-product div.product .woo-social-buttons > span,
    .woocommerce .single-product div.product .woo-social-buttons > span {
      margin: 0 17px 0 0; }
      .woocommerce.single-product div.product .woo-social-buttons > span.custom,
      .woocommerce .single-product div.product .woo-social-buttons > span.custom {
        font-size: 16px; }
        .woocommerce.single-product div.product .woo-social-buttons > span.custom a,
        .woocommerce .single-product div.product .woo-social-buttons > span.custom a {
          text-decoration: none; }
          .woocommerce.single-product div.product .woo-social-buttons > span.custom a img,
          .woocommerce .single-product div.product .woo-social-buttons > span.custom a img {
            display: none; }
          .woocommerce.single-product div.product .woo-social-buttons > span.custom a:after,
          .woocommerce .single-product div.product .woo-social-buttons > span.custom a:after {
            font-family: fontawesome;
            width: 23px;
            height: 23px;
            line-height: 23px;
            font-size: 18px;
            display: inline-block;
            text-align: center; }
        .woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_facebook a:after,
        .woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_facebook a:after {
          content: '\f09a'; }
        .woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_twitter a:after,
        .woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_twitter a:after {
          content: '\f099'; }
        .woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_googleplus a:after,
        .woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_googleplus a:after {
          content: '\f0d5'; }
        .woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_linkedin a:after,
        .woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_linkedin a:after {
          content: '\f0e1'; }
        .woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_pinterest a:after,
        .woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_pinterest a:after {
          content: '\f0d2'; }
        .woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_tumblr a:after,
        .woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_tumblr a:after {
          content: '\f173'; }
        .woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_stumbleupon a:after,
        .woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_stumbleupon a:after {
          content: '\f1a4'; }
        .woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_vkontakte a:after,
        .woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_vkontakte a:after {
          content: '\f189 '; }
        .woocommerce.single-product div.product .woo-social-buttons > span.custom.smsb_email a:after,
        .woocommerce .single-product div.product .woo-social-buttons > span.custom.smsb_email a:after {
          content: '\f0e0'; }
  .woocommerce.single-product div.product .sku_wrapper,
  .woocommerce.single-product div.product .posted_in,
  .woocommerce.single-product div.product .tagged_as,
  .woocommerce .single-product div.product .sku_wrapper,
  .woocommerce .single-product div.product .posted_in,
  .woocommerce .single-product div.product .tagged_as {
    display: block; }
  .woocommerce.single-product div.product .woocommerce-tabs,
  .woocommerce .single-product div.product .woocommerce-tabs {
    padding-top: 23px; }
    .woocommerce.single-product div.product .woocommerce-tabs .tabs,
    .woocommerce .single-product div.product .woocommerce-tabs .tabs {
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 575px) {
        .woocommerce.single-product div.product .woocommerce-tabs .tabs,
        .woocommerce .single-product div.product .woocommerce-tabs .tabs {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .woocommerce.single-product div.product .woocommerce-tabs .tabs:before,
      .woocommerce .single-product div.product .woocommerce-tabs .tabs:before {
        display: none;
        border: none; }
      .woocommerce.single-product div.product .woocommerce-tabs .tabs li,
      .woocommerce .single-product div.product .woocommerce-tabs .tabs li {
        text-align: center;
        border: none;
        border-radius: 0;
        padding: 0;
        background: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
        @media (max-width: 575px) {
          .woocommerce.single-product div.product .woocommerce-tabs .tabs li,
          .woocommerce .single-product div.product .woocommerce-tabs .tabs li {
            width: 100%; } }
        .woocommerce.single-product div.product .woocommerce-tabs .tabs li a,
        .woocommerce .single-product div.product .woocommerce-tabs .tabs li a {
          padding: 16px 0;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 12px;
          display: block; }
        .woocommerce.single-product div.product .woocommerce-tabs .tabs li:before, .woocommerce.single-product div.product .woocommerce-tabs .tabs li:after,
        .woocommerce .single-product div.product .woocommerce-tabs .tabs li:before,
        .woocommerce .single-product div.product .woocommerce-tabs .tabs li:after {
          display: none; }
        .woocommerce.single-product div.product .woocommerce-tabs .tabs li.active, .woocommerce.single-product div.product .woocommerce-tabs .tabs li:hover,
        .woocommerce .single-product div.product .woocommerce-tabs .tabs li.active,
        .woocommerce .single-product div.product .woocommerce-tabs .tabs li:hover {
          background: none; }
    .woocommerce.single-product div.product .woocommerce-tabs .panel,
    .woocommerce .single-product div.product .woocommerce-tabs .panel {
      padding-top: 27px; }
      .woocommerce.single-product div.product .woocommerce-tabs .panel h2, .woocommerce.single-product div.product .woocommerce-tabs .panel h1, .woocommerce.single-product div.product .woocommerce-tabs .panel h3, .woocommerce.single-product div.product .woocommerce-tabs .panel h4,
      .woocommerce .single-product div.product .woocommerce-tabs .panel h2,
      .woocommerce .single-product div.product .woocommerce-tabs .panel h1,
      .woocommerce .single-product div.product .woocommerce-tabs .panel h3,
      .woocommerce .single-product div.product .woocommerce-tabs .panel h4 {
        font-size: 22px;
        line-height: 37px;
        font-weight: 800;
        margin-bottom: 18px; }
  .woocommerce.single-product div.product .related, .woocommerce.single-product div.product .up-sells,
  .woocommerce .single-product div.product .related,
  .woocommerce .single-product div.product .up-sells {
    padding-bottom: 3.2em;
    position: relative; }
    .woocommerce.single-product div.product .related > h6, .woocommerce.single-product div.product .up-sells > h6,
    .woocommerce .single-product div.product .related > h6,
    .woocommerce .single-product div.product .up-sells > h6 {
      text-transform: uppercase;
      margin-bottom: 1em;
      font-size: 16px; }

.woocommerce table.shop_attributes {
  margin-bottom: 10px;
  border: 1px solid; }
  .woocommerce table.shop_attributes .alt td,
  .woocommerce table.shop_attributes .alt th {
    border: none;
    background: none; }
  .woocommerce table.shop_attributes tr {
    border-bottom: 1px solid; }
    .woocommerce table.shop_attributes tr:last-child {
      border-bottom: none; }
  .woocommerce table.shop_attributes th {
    text-transform: capitalize;
    background: transparent;
    border: none;
    font-weight: 700;
    width: 100px;
    text-align: center;
    border-right: 1px solid; }
  .woocommerce table.shop_attributes td {
    background: transparent;
    padding-left: 30px;
    font-style: normal;
    border: none; }
  .woocommerce table.shop_attributes tr:nth-child(even) td,
  .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: transparent; }

.woocommerce #reviews #respond .stars {
  margin-top: 2px; }

.woocommerce #reviews #respond #reply-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 27px; }

.woocommerce #reviews #respond .comment-form-rating {
  margin-bottom: 0; }

.woocommerce #reviews #respond .comment-notes {
  font-size: 14px;
  margin-bottom: 5px; }

.woocommerce #reviews #respond .comment-form-comment {
  margin-bottom: 0;
  padding-bottom: 0; }

.woocommerce #reviews #respond .form-submit {
  margin-top: 10px; }

.woocommerce #reviews .comment-form-rating label {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 900; }

.woocommerce #reviews .comment-form-rating .stars {
  font-size: 1em;
  display: inline-block;
  width: 6.7em; }
  .woocommerce #reviews .comment-form-rating .stars::before,
  .woocommerce #reviews .comment-form-rating .stars > span::before {
    display: none; }
  .woocommerce #reviews .comment-form-rating .stars a {
    margin: 0 3px; }
    .woocommerce #reviews .comment-form-rating .stars a::before {
      content: '\e020';
      color: #b3b9bf; }
    .woocommerce #reviews .comment-form-rating .stars a:hover, .woocommerce #reviews .comment-form-rating .stars a:hover::before {
      color: #ffc045; }
  .woocommerce #reviews .comment-form-rating .stars.selected a:not(.active)::before,
  .woocommerce #reviews .comment-form-rating .stars.selected a.active::before {
    color: #ffc045; }
  .woocommerce #reviews .comment-form-rating .stars.selected a.active ~ a::before {
    color: #b3b9bf; }

.woocommerce #reviews #comments ol.commentlist {
  padding-top: 20px;
  margin-bottom: 30px; }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 85px;
    border-radius: 620px;
    margin-top: -5px; }
  @media (max-width: 575px) {
    .woocommerce #reviews #comments ol.commentlist li .children {
      margin-left: 0; } }
  .woocommerce #reviews #comments ol.commentlist li .woocommerce-review__dash {
    display: none; }
  .woocommerce #reviews #comments ol.commentlist li .woocommerce-review__published-date {
    font-weight: 400;
    font-size: 12px; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 115px;
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
    font-size: 14px; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
      font-size: 12px;
      margin-top: 0; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
      margin-bottom: 5px; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
        font-weight: 400;
        display: block;
        font-size: 12px;
        line-height: 1; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 300; }

.woocommerce .comment-form {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.woocommerce .comment-form-author,
.woocommerce .comment-form-email,
.woocommerce .comment-form-comment {
  padding-bottom: 10px; }
  .woocommerce .comment-form-author input,
  .woocommerce .comment-form-author textarea,
  .woocommerce .comment-form-email input,
  .woocommerce .comment-form-email textarea,
  .woocommerce .comment-form-comment input,
  .woocommerce .comment-form-comment textarea {
    padding-left: 25px;
    width: 100%; }

.easyzoom {
  display: block;
  position: relative;
  width: 100%; }

.easyzoom-flyout {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  border: none;
  border-radius: 4px; }

.easyzoom-flyout img {
  width: auto !important;
  max-width: inherit; }

.easyzoom img {
  vertical-align: bottom; }

.easyzoom.is-ready a {
  cursor: crosshair; }

.woocommerce .mfp-figure:after {
  display: none; }

.woocommerce .mfp-bg {
  background: #ffffff;
  opacity: 1; }

/**
 * Woo-elements
 * Styles for woocommerce product widgets
 *
 */
.widget.woocommerce.widget_price_filter.widget_layered_nav.widget_tm_woo_ajax_filters ul li.wc-layered-nav-term.chosen a {
  padding-left: 20px; }
  .widget.woocommerce.widget_price_filter.widget_layered_nav.widget_tm_woo_ajax_filters ul li.wc-layered-nav-term.chosen a::before {
    position: absolute;
    left: 0;
    top: 6px;
    content: ''; }

@media (min-width: 576px) {
  .full-width-header-area .woocommerce.widget_products > ul,
  .after-content-full-width-area .woocommerce.widget_products > ul, .full-width-header-area
  .woocommerce.widget_top_rated_products > ul,
  .after-content-full-width-area
  .woocommerce.widget_top_rated_products > ul, .full-width-header-area
  .woocommerce.widget_recent_reviews > ul,
  .after-content-full-width-area
  .woocommerce.widget_recent_reviews > ul, .full-width-header-area
  .woocommerce.widget_recently_viewed_products > ul,
  .after-content-full-width-area
  .woocommerce.widget_recently_viewed_products > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; } }

.full-width-header-area .woocommerce.widget_products > ul > li,
.after-content-full-width-area .woocommerce.widget_products > ul > li, .full-width-header-area
.woocommerce.widget_top_rated_products > ul > li,
.after-content-full-width-area
.woocommerce.widget_top_rated_products > ul > li, .full-width-header-area
.woocommerce.widget_recent_reviews > ul > li,
.after-content-full-width-area
.woocommerce.widget_recent_reviews > ul > li, .full-width-header-area
.woocommerce.widget_recently_viewed_products > ul > li,
.after-content-full-width-area
.woocommerce.widget_recently_viewed_products > ul > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .full-width-header-area .woocommerce.widget_products > ul > li,
    .after-content-full-width-area .woocommerce.widget_products > ul > li, .full-width-header-area
    .woocommerce.widget_top_rated_products > ul > li,
    .after-content-full-width-area
    .woocommerce.widget_top_rated_products > ul > li, .full-width-header-area
    .woocommerce.widget_recent_reviews > ul > li,
    .after-content-full-width-area
    .woocommerce.widget_recent_reviews > ul > li, .full-width-header-area
    .woocommerce.widget_recently_viewed_products > ul > li,
    .after-content-full-width-area
    .woocommerce.widget_recently_viewed_products > ul > li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .full-width-header-area .woocommerce.widget_products > ul > li,
    .after-content-full-width-area .woocommerce.widget_products > ul > li, .full-width-header-area
    .woocommerce.widget_top_rated_products > ul > li,
    .after-content-full-width-area
    .woocommerce.widget_top_rated_products > ul > li, .full-width-header-area
    .woocommerce.widget_recent_reviews > ul > li,
    .after-content-full-width-area
    .woocommerce.widget_recent_reviews > ul > li, .full-width-header-area
    .woocommerce.widget_recently_viewed_products > ul > li,
    .after-content-full-width-area
    .woocommerce.widget_recently_viewed_products > ul > li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 33%;
      -moz-box-flex: 0;
      -moz-flex: 0 1 33%;
      -ms-flex: 0 1 33%;
      flex: 0 1 33%;
      max-width: 33%; } }
  @media (min-width: 992px) {
    .full-width-header-area .woocommerce.widget_products > ul > li,
    .after-content-full-width-area .woocommerce.widget_products > ul > li, .full-width-header-area
    .woocommerce.widget_top_rated_products > ul > li,
    .after-content-full-width-area
    .woocommerce.widget_top_rated_products > ul > li, .full-width-header-area
    .woocommerce.widget_recent_reviews > ul > li,
    .after-content-full-width-area
    .woocommerce.widget_recent_reviews > ul > li, .full-width-header-area
    .woocommerce.widget_recently_viewed_products > ul > li,
    .after-content-full-width-area
    .woocommerce.widget_recently_viewed_products > ul > li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 25%;
      -moz-box-flex: 0;
      -moz-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
      flex: 0 1 25%;
      max-width: 25%; } }

.woocommerce.widget_products > ul > li,
.woocommerce.widget_top_rated_products > ul > li,
.woocommerce.widget_recent_reviews > ul > li,
.woocommerce.widget_recently_viewed_products > ul > li {
  padding: 10px 10px 10px 0; }
  .woocommerce.widget_products > ul > li + li,
  .woocommerce.widget_top_rated_products > ul > li + li,
  .woocommerce.widget_recent_reviews > ul > li + li,
  .woocommerce.widget_recently_viewed_products > ul > li + li {
    border-top: 1px solid;
    padding-top: 18px; }
  .woocommerce.widget_products > ul > li > a img,
  .woocommerce.widget_top_rated_products > ul > li > a img,
  .woocommerce.widget_recent_reviews > ul > li > a img,
  .woocommerce.widget_recently_viewed_products > ul > li > a img {
    width: auto;
    float: left;
    margin: 0 20px 10px 0 !important; }
  .woocommerce.widget_products > ul > li .product_widget_content,
  .woocommerce.widget_top_rated_products > ul > li .product_widget_content,
  .woocommerce.widget_recent_reviews > ul > li .product_widget_content,
  .woocommerce.widget_recently_viewed_products > ul > li .product_widget_content {
    overflow: hidden; }
  .woocommerce.widget_products > ul > li .product-widget-categories,
  .woocommerce.widget_top_rated_products > ul > li .product-widget-categories,
  .woocommerce.widget_recent_reviews > ul > li .product-widget-categories,
  .woocommerce.widget_recently_viewed_products > ul > li .product-widget-categories {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: -7px 0 0 0; }
    .woocommerce.widget_products > ul > li .product-widget-categories a,
    .woocommerce.widget_top_rated_products > ul > li .product-widget-categories a,
    .woocommerce.widget_recent_reviews > ul > li .product-widget-categories a,
    .woocommerce.widget_recently_viewed_products > ul > li .product-widget-categories a {
      display: inline; }
  .woocommerce.widget_products > ul > li .star-rating,
  .woocommerce.widget_top_rated_products > ul > li .star-rating,
  .woocommerce.widget_recent_reviews > ul > li .star-rating,
  .woocommerce.widget_recently_viewed_products > ul > li .star-rating {
    margin: 5px 0 3px 0; }
    .widget_recent_reviews .woocommerce.widget_products > ul > li .star-rating, .widget_recent_reviews
    .woocommerce.widget_top_rated_products > ul > li .star-rating, .widget_recent_reviews
    .woocommerce.widget_recent_reviews > ul > li .star-rating, .widget_recent_reviews
    .woocommerce.widget_recently_viewed_products > ul > li .star-rating {
      margin-top: 10px; }

.woocommerce.widget_products > ul .product-title,
.woocommerce.widget_top_rated_products > ul .product-title,
.woocommerce.widget_recent_reviews > ul .product-title,
.woocommerce.widget_recently_viewed_products > ul .product-title {
  margin: 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 700;
  text-transform: none; }
  .woocommerce.widget_products > ul .product-title a,
  .woocommerce.widget_top_rated_products > ul .product-title a,
  .woocommerce.widget_recent_reviews > ul .product-title a,
  .woocommerce.widget_recently_viewed_products > ul .product-title a {
    display: inline-block;
    font-weight: inherit; }

.woocommerce.widget_products > ul .price,
.woocommerce.widget_top_rated_products > ul .price,
.woocommerce.widget_recent_reviews > ul .price,
.woocommerce.widget_recently_viewed_products > ul .price {
  font-weight: 400;
  display: block;
  margin: 0 0 5px;
  font-size: 14px; }
  .woocommerce.widget_products > ul .price del,
  .woocommerce.widget_top_rated_products > ul .price del,
  .woocommerce.widget_recent_reviews > ul .price del,
  .woocommerce.widget_recently_viewed_products > ul .price del {
    font-size: 14px; }
  .woocommerce.widget_products > ul .price ins,
  .woocommerce.widget_top_rated_products > ul .price ins,
  .woocommerce.widget_recent_reviews > ul .price ins,
  .woocommerce.widget_recently_viewed_products > ul .price ins {
    background: none;
    margin-right: 5px;
    text-decoration: none;
    font-size: 14px; }

.woocommerce.widget_products > ul span.reviewer,
.woocommerce.widget_top_rated_products > ul span.reviewer,
.woocommerce.widget_recent_reviews > ul span.reviewer,
.woocommerce.widget_recently_viewed_products > ul span.reviewer {
  text-transform: capitalize;
  font-size: 14px;
  display: block;
  margin: 4px 0 8px; }
  .woocommerce.widget_products > ul span.reviewer a,
  .woocommerce.widget_top_rated_products > ul span.reviewer a,
  .woocommerce.widget_recent_reviews > ul span.reviewer a,
  .woocommerce.widget_recently_viewed_products > ul span.reviewer a {
    text-decoration: none; }

/**
 * Woo-elements
 * About store widget
 *
 */
.tm_about_store_widget .tm_about_store_widget_bg {
  text-align: center;
  padding: 10em 10%; }
  .sidebar .tm_about_store_widget .tm_about_store_widget_bg {
    padding: 20px 40px; }
  .tm_about_store_widget .tm_about_store_widget_bg h3 {
    margin-bottom: 0.6em; }
  .tm_about_store_widget .tm_about_store_widget_bg .textwidget {
    padding-bottom: 20px;
    text-align: center; }
    .tm_about_store_widget .tm_about_store_widget_bg .textwidget span {
      display: block;
      padding-bottom: 1.5em; }

/**
 * Woo-elements
 * Custom menu widget
 *
 */
.widget___tm_custom_menu_widget .tm_custom_menu_widget {
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat; }

.tm_custom_menu_widget {
  padding: 30px 15px 30px 42px; }
  .tm_custom_menu_widget h3.widget-title {
    display: inline-block;
    position: relative;
    margin-bottom: 13px; }
    .tm_custom_menu_widget h3.widget-title:after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 8px;
      content: ""; }
      @media (max-width: 1170px) {
        .tm_custom_menu_widget h3.widget-title:after {
          bottom: 0; } }
  .tm_custom_menu_widget ul {
    width: 44%; }
    @media (max-width: 767px) {
      .tm_custom_menu_widget ul {
        width: 52%; } }
    .tm_custom_menu_widget ul li {
      font-size: 14px;
      line-height: 20px; }

/**
 * Woo-elements
 * Styles for carousel
 *
 */
.widget_product_categories_image {
  position: relative; }

@media (max-width: 575px) {
  .woocommerce.single-product div.product .related {
    padding-bottom: 20px; } }

.tm_products_carousel_widget,
.widget_product_categories_image,
.related,
.up-sells,
.cross-sells {
  position: relative; }
  .tm_products_carousel_widget .swiper-button-next, .tm_products_carousel_widget .swiper-button-next.swiper-button-disabled,
  .tm_products_carousel_widget .swiper-button-prev,
  .tm_products_carousel_widget .swiper-button-prev.swiper-button-disabled,
  .widget_product_categories_image .swiper-button-next,
  .widget_product_categories_image .swiper-button-next.swiper-button-disabled,
  .widget_product_categories_image .swiper-button-prev,
  .widget_product_categories_image .swiper-button-prev.swiper-button-disabled,
  .related .swiper-button-next,
  .related .swiper-button-next.swiper-button-disabled,
  .related .swiper-button-prev,
  .related .swiper-button-prev.swiper-button-disabled,
  .up-sells .swiper-button-next,
  .up-sells .swiper-button-next.swiper-button-disabled,
  .up-sells .swiper-button-prev,
  .up-sells .swiper-button-prev.swiper-button-disabled,
  .cross-sells .swiper-button-next,
  .cross-sells .swiper-button-next.swiper-button-disabled,
  .cross-sells .swiper-button-prev,
  .cross-sells .swiper-button-prev.swiper-button-disabled {
    opacity: 0; }
  .tm_products_carousel_widget:hover .swiper-button-next,
  .tm_products_carousel_widget:hover .swiper-button-prev,
  .widget_product_categories_image:hover .swiper-button-next,
  .widget_product_categories_image:hover .swiper-button-prev,
  .related:hover .swiper-button-next,
  .related:hover .swiper-button-prev,
  .up-sells:hover .swiper-button-next,
  .up-sells:hover .swiper-button-prev,
  .cross-sells:hover .swiper-button-next,
  .cross-sells:hover .swiper-button-prev {
    opacity: 1; }
  .tm_products_carousel_widget:hover .swiper-button-next.swiper-button-disabled,
  .tm_products_carousel_widget:hover .swiper-button-prev.swiper-button-disabled,
  .widget_product_categories_image:hover .swiper-button-next.swiper-button-disabled,
  .widget_product_categories_image:hover .swiper-button-prev.swiper-button-disabled,
  .related:hover .swiper-button-next.swiper-button-disabled,
  .related:hover .swiper-button-prev.swiper-button-disabled,
  .up-sells:hover .swiper-button-next.swiper-button-disabled,
  .up-sells:hover .swiper-button-prev.swiper-button-disabled,
  .cross-sells:hover .swiper-button-next.swiper-button-disabled,
  .cross-sells:hover .swiper-button-prev.swiper-button-disabled {
    opacity: .5; }
  .tm_products_carousel_widget .swiper-pagination-bullets,
  .widget_product_categories_image .swiper-pagination-bullets,
  .related .swiper-pagination-bullets,
  .up-sells .swiper-pagination-bullets,
  .cross-sells .swiper-pagination-bullets {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.woocommerce .swiper-pagination,
.woocommerce .swiper-container.swiper-container-horizontal .swiper-pagination {
  bottom: 0; }

.tm-categories-carousel-widget-container > div div,
.tm-products-carousel-widget-container > div div {
  padding: 0; }

.tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper > a,
.products .product-category > a {
  display: inline-block;
  position: relative; }
  @media (min-width: 576px) {
    .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper > a,
    .products .product-category > a {
      display: block;
      margin-bottom: 15px; } }
  .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper > a img,
  .products .product-category > a img {
    display: block; }

.tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .title_count_block,
.products .product-category .title_count_block {
  text-align: center;
  padding: 5px 0 10px;
  margin-bottom: 10px;
  margin-top: 15px; }
  @media (min-width: 576px) {
    .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .title_count_block,
    .products .product-category .title_count_block {
      padding: 0 0 10px;
      margin-bottom: 30px; } }
  .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .title_count_block h3,
  .products .product-category .title_count_block h3 {
    margin: 0;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
  .tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .title_count_block a > span,
  .products .product-category .title_count_block a > span {
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }

/**
 * Woo-elements
 * Styles WooAttributeFilter
 *
 */
.woocommerce .widget_layered_nav ul li, .woocommerce .widget_layered_nav_filters ul li {
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0;
  margin-top: 11px;
  margin-right: 10px; }

/**
 * Woo-elements
 * Styles WooFilter
 *
 */
.woocommerce .widget_price_filter .tm_wc_price_filter_inputs {
  padding-bottom: 10px; }

.woocommerce .widget_price_filter .tm_wc_price_filter_inputs_wrapper .button {
  background-color: transparent; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  height: 4px !important; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  height: .1em;
  margin-bottom: 16px; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range {
  height: 4px; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  height: 16px;
  width: 16px;
  top: -.38em; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #000000; }

.woocommerce .widget_price_filter .price_slider_amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  .woocommerce .widget_price_filter .price_slider_amount .price_label {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px; }
  .woocommerce .widget_price_filter .price_slider_amount .button {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 12px;
    border-radius: 0;
    background-color: transparent; }

.product-categories li,
.product-widget-tags li {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400; }
  .product-categories li:after,
  .product-widget-tags li:after {
    content: ","; }
  .product-categories li:last-child:after,
  .product-widget-tags li:last-child:after {
    display: none; }

/**
 * Woo-elements
 * Styles for categories list
 *
 */
.widget.widget_product_categories .product-categories li {
  font-size: 14px;
  line-height: 20px;
  font-style: normal; }
  .widget.widget_product_categories .product-categories li > ul.children {
    margin-left: 45px; }
  .full-width-header-area .widget.widget_product_categories .product-categories li,
  .after-content-full-width-area .widget.widget_product_categories .product-categories li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .full-width-header-area .widget.widget_product_categories .product-categories li:after,
    .after-content-full-width-area .widget.widget_product_categories .product-categories li:after {
      content: ","; }
    .full-width-header-area .widget.widget_product_categories .product-categories li:last-child:after,
    .after-content-full-width-area .widget.widget_product_categories .product-categories li:last-child:after {
      display: none; }
  .sidebar .widget.widget_product_categories .product-categories li {
    display: block; }
    .sidebar .widget.widget_product_categories .product-categories li:after {
      content: ''; }

.woocommerce.widget_product_tag_cloud .tagcloud a {
  font-size: 12px !important; }

/**
 * Woo-elements
 * Styles for SmartBox Widget
 *
 */
.widget.tm_products_smart_box_widget {
  margin-bottom: 51px; }
  .widget.tm_products_smart_box_widget .widget-title {
    margin: 0 0 22px;
    text-align: center; }
    @media (min-width: 576px) {
      .widget.tm_products_smart_box_widget .widget-title {
        border-bottom: none; } }
    .sidebar .widget.tm_products_smart_box_widget .widget-title {
      border-bottom: 1px solid #e8e8f8; }
    @media (min-width: 576px) {
      .widget.tm_products_smart_box_widget .widget-title {
        text-align: left; } }
  .sidebar .widget.tm_products_smart_box_widget .tabs_nav_container,
  .footer-area .widget.tm_products_smart_box_widget .tabs_nav_container, .sidebar
  .widget.tm_products_smart_box_widget .tabs_content_container,
  .footer-area
  .widget.tm_products_smart_box_widget .tabs_content_container, .sidebar
  .widget.tm_products_smart_box_widget .tabs_products_container,
  .footer-area
  .widget.tm_products_smart_box_widget .tabs_products_container, .sidebar
  .widget.tm_products_smart_box_widget .product_wrapper,
  .footer-area
  .widget.tm_products_smart_box_widget .product_wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block; }
  .widget.tm_products_smart_box_widget .rd-material-tabs__list {
    padding: 0;
    position: relative; }
    .sidebar .widget.tm_products_smart_box_widget .rd-material-tabs__list {
      padding: 12px; }
      @media (min-width: 992px) {
        .sidebar .widget.tm_products_smart_box_widget .rd-material-tabs__list {
          padding: 28px; } }
    .footer-area .widget.tm_products_smart_box_widget .rd-material-tabs__list {
      padding: 0;
      border: none; }
    .widget.tm_products_smart_box_widget .rd-material-tabs__list ul {
      display: block;
      white-space: nowrap;
      text-align: left;
      font-size: 14px;
      margin-top: 2px; }
      @media (min-width: 576px) {
        .widget.tm_products_smart_box_widget .rd-material-tabs__list ul {
          white-space: normal; } }
    .widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab {
      border: none;
      padding: 0; }
      .widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a {
        position: relative;
        display: block;
        text-align: left;
        padding: 7px 30px 7px 0; }
      @media (min-width: 576px) {
        .widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a {
          padding: 4px 0 3px; }
        .widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab.rd-material-tab-active a:before {
          opacity: 1;
          visibility: visible; } }
  .widget.tm_products_smart_box_widget .rd-material-tabs__container .col-lg-8 {
    padding: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
  .widget.tm_products_smart_box_widget .rd-material-tabs__container .col-lg-4 {
    padding: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
  .widget.tm_products_smart_box_widget .rd-material-tabs__container .row, .widget.tm_products_smart_box_widget .rd-material-tabs__container .cross-sells .products, .cross-sells .widget.tm_products_smart_box_widget .rd-material-tabs__container .products {
    margin: 0;
    width: 100%; }
  .widget.tm_products_smart_box_widget .rd-material-tabs__container .rd-material-tab > .row > div:first-child, .widget.tm_products_smart_box_widget .rd-material-tabs__container .cross-sells .rd-material-tab > .products > div:first-child, .cross-sells .widget.tm_products_smart_box_widget .rd-material-tabs__container .rd-material-tab > .products > div:first-child {
    display: block;
    width: 100%;
    max-width: 100% !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .widget.tm_products_smart_box_widget .rd-material-tabs__container .rd-material-tab > .row > div + div, .widget.tm_products_smart_box_widget .rd-material-tabs__container .cross-sells .rd-material-tab > .products > div + div, .cross-sells .widget.tm_products_smart_box_widget .rd-material-tabs__container .rd-material-tab > .products > div + div {
    display: none; }
  .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs .widget-title {
    line-height: 1em;
    letter-spacing: 1.2px; }
  .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3, .widget.tm_products_smart_box_widget .cross-sells .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3 {
    -webkit-background-clip: content-box;
    background-clip: content-box;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
    @media (min-width: 576px) {
      .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3, .widget.tm_products_smart_box_widget .cross-sells .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3 {
        padding-right: 40px; }
        .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3:after, .widget.tm_products_smart_box_widget .cross-sells .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3:after, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3:after {
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 25px;
          border-right: 1px solid #e8e8f8;
          content: ""; } }
    @media (min-width: 992px) {
      .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3, .widget.tm_products_smart_box_widget .cross-sells .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-3 {
        min-height: 631px; } }
  .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-9, .widget.tm_products_smart_box_widget .cross-sells .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
    @media (min-width: 576px) {
      .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-9, .widget.tm_products_smart_box_widget .cross-sells .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .products > .col-lg-9 {
        padding-left: 0; } }
  .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
    margin-bottom: -2px;
    margin-right: -5px;
    margin-left: -2px; }
    @media (min-width: 576px) {
      .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
        margin-right: -3px; } }
    @media (min-width: 768px) {
      .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
        margin-right: 0;
        margin-left: 0; } }
    .sidebar .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
      border-left: none;
      margin-right: -1px; }
      @media (min-width: 576px) {
        .sidebar .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
          border-top: 1px solid #e8e8f8; } }
    .footer-area .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
      border-left: none;
      border-top: 1px solid #e8e8f8; }
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .row.collapsed, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .cross-sells .collapsed.products, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.products {
      margin: 0 !important; }
      .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .row.collapsed > div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .cross-sells .collapsed.products > div[class*="col-"], .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.products > div[class*="col-"] {
        padding: 0 !important; }
    @media (min-width: 576px) {
      .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage {
        border-left: none; } }
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 .row, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 .cross-sells .products, .cross-sells .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8 .products {
      height: 100%; }
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage,
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab,
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .categories_row,
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .categories_row > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch; }
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
      overflow: hidden;
      max-height: 557px; }
      .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 > img {
        display: none; }
        @media (min-width: 768px) {
          .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 > img {
            display: block; } }
      @media (min-width: 576px) {
        .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
          max-width: 230px; } }
      @media (min-width: 992px) {
        .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
          max-width: none;
          max-height: 631px; } }
  .widget.tm_products_smart_box_widget .product_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    @media (min-width: 576px) {
      .widget.tm_products_smart_box_widget .product_wrapper {
        display: block; } }
    .sidebar .widget.tm_products_smart_box_widget .product_wrapper,
    .footer-area .widget.tm_products_smart_box_widget .product_wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .sidebar .widget.tm_products_smart_box_widget .product_wrapper .product,
      .footer-area .widget.tm_products_smart_box_widget .product_wrapper .product {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
    .footer-area .widget.tm_products_smart_box_widget .product_wrapper {
      border-right: none;
      border-bottom: 1px solid #e8e8f8; }
  .widget.tm_products_smart_box_widget .products_row {
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
  .widget.tm_products_smart_box_widget .product {
    padding: 0 10px 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .widget.tm_products_smart_box_widget .product {
        padding: 0 25px 10px; } }
    .sidebar .widget.tm_products_smart_box_widget .product,
    .footer-area .widget.tm_products_smart_box_widget .product {
      padding: 12px;
      padding: 20px; }
    .widget.tm_products_smart_box_widget .product span.price,
    .widget.tm_products_smart_box_widget .product span.price ins,
    .widget.tm_products_smart_box_widget .product span.price del {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .widget.tm_products_smart_box_widget .product .price del {
      font-size: 12px; }
    .widget.tm_products_smart_box_widget .product h3 {
      margin: 8px 0;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .widget.tm_products_smart_box_widget .product .new,
    .widget.tm_products_smart_box_widget .product .onsale,
    .widget.tm_products_smart_box_widget .product .featured {
      top: 20px;
      left: 32px;
      position: absolute; }
      @media (max-width: 767px) {
        .widget.tm_products_smart_box_widget .product .new,
        .widget.tm_products_smart_box_widget .product .onsale,
        .widget.tm_products_smart_box_widget .product .featured {
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
      @media (min-width: 576px) {
        .widget.tm_products_smart_box_widget .product .new,
        .widget.tm_products_smart_box_widget .product .onsale,
        .widget.tm_products_smart_box_widget .product .featured {
          top: 31px; } }
  .widget.tm_products_smart_box_widget .thumb_wrapper__outer {
    display: none !important; }
    @media (min-width: 768px) {
      .widget.tm_products_smart_box_widget .thumb_wrapper__outer {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: -webkit-box !important;
        display: flex !important;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -moz-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        align-items: stretch; } }
    .sidebar .widget.tm_products_smart_box_widget .thumb_wrapper__outer,
    .footer-area .widget.tm_products_smart_box_widget .thumb_wrapper__outer {
      display: none !important; }
  .widget.tm_products_smart_box_widget .thumb_wrapper {
    display: block;
    border-left: 1px solid #e8e8f8;
    margin-left: -1px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .widget.tm_products_smart_box_widget .widget-product-title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal; }

/*
* Styles for Checkout
*
*/
.woocommerce-checkout .product-quantity {
  font-weight: 400; }

.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tbody tr td.product-total span.woocommerce-Price-amount {
  font-size: 16px; }

.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tfoot tr.cart-subtotal td span,
.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tfoot tr.cart-subtotal td span.amount, .woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tfoot tr.cart-subtotal th span,
.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tfoot tr.cart-subtotal th span.amount,
.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tfoot tr.order-total td span,
.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tfoot tr.order-total td span.amount,
.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tfoot tr.order-total th span,
.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tfoot tr.order-total th span.amount {
  font-weight: 400; }

.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper label {
  padding-left: 0;
  font-size: 14px; }

.woocommerce-checkout form.checkout_coupon {
  padding-bottom: 0; }
  .woocommerce-checkout form.checkout_coupon .form-row {
    margin-left: 0; }
    .woocommerce-checkout form.checkout_coupon .form-row .button {
      padding: 7px 20px;
      border-radius: 0; }

/*
* Styles for Wishlist & Compare
*
*/
.tm-woowishlist-remove .dashicons,
.tm-woocompare-remove .dashicons {
  display: none; }

.tm-woowishlist-remove:hover,
.tm-woocompare-remove:hover {
  opacity: 1; }

.tm-woowishlist {
  padding: 40px 0 50px; }
  .tm-woowishlist .tm-woowishlist-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tm-woowishlist .tm-woowishlist-item .tm-woowishlist-remove {
      top: 10px; }
      .tm-woowishlist .tm-woowishlist-item .tm-woowishlist-remove::before {
        color: #ee5151;
        content: '\f00d';
        font-family: FontAwesome;
        font-size: 16px;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
    .tm-woowishlist .tm-woowishlist-item p {
      margin: 10px 0 10px; }
    .tm-woowishlist .tm-woowishlist-item .tm-woocomerce-list__product-title a {
      font-size: 16px; }
    .tm-woowishlist .tm-woowishlist-item .tm-woocomerce-list__product-image {
      float: none;
      margin-bottom: 0;
      padding-left: 30px; }
    .tm-woowishlist .tm-woowishlist-item .tm-woowishlist-remove {
      position: absolute;
      top: 30px;
      left: 0;
      width: 20px; }
    .tm-woowishlist .tm-woowishlist-item .wrap_elements {
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .tm-woowishlist .tm-woowishlist-item .wrap_elements {
          -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; } }
      .tm-woowishlist .tm-woowishlist-item .wrap_elements .stock {
        font-weight: 800; }
    .tm-woowishlist .tm-woowishlist-item .price {
      line-height: 1.2em;
      margin-top: 10px;
      margin-bottom: 10px; }
    .tm-woowishlist .tm-woowishlist-item .tm-woocomerce-list__product-title {
      margin: 10px 0 10px; }

.tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product {
  padding-top: 25px; }
  .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woowishlist-remove {
    top: 0; }
    .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woowishlist-remove::before {
      content: '\f00d'; }
  .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product h3 {
    margin-bottom: 10px; }
  .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image {
    float: none; }
    @media (min-width: 576px) {
      .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image {
        margin: 0 20px 0 0; } }
  .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product div:not(class) {
    overflow: hidden; }
    .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product div:not(class) .price {
      margin-bottom: 20px; }

.tm-woocompare-list .tm-woocompare-wrapper {
  padding-bottom: 30px; }
  @media (max-width: 575px) {
    .tm-woocompare-list .tm-woocompare-wrapper {
      padding: 30px 0; } }

.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row {
  border-top: 1px solid; }
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row:first-child,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row:first-child + .tm-woocompare-row {
    border-top: none; }

.tm-woocompare-list table.tm-woocompare-table thead th,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell,
.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row {
  background-color: transparent;
  border-right: 1px solid #e8e8f8 !important;
  padding: 5px 35px 5px 30px;
  vertical-align: top; }
  .tm-woocompare-list table.tm-woocompare-table thead th .tm-woocompare-heading-cell,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .tm-woocompare-heading-cell,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocompare-heading-cell {
    border-right: 1px solid #e8e8f8 !important;
    font-size: 14px;
    line-height: 1em; }
    @media (min-width: 576px) {
      .tm-woocompare-list table.tm-woocompare-table thead th .tm-woocompare-heading-cell,
      .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .tm-woocompare-heading-cell,
      .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocompare-heading-cell {
        width: 150px; } }
  .tm-woocompare-list table.tm-woocompare-table thead th .tm-woocomerce-list__product-title,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .tm-woocomerce-list__product-title,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocomerce-list__product-title {
    padding-top: 10px;
    font-size: 16px; }
  .tm-woocompare-list table.tm-woocompare-table thead th .button,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .button,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .button {
    margin: 10px 0; }
  .tm-woocompare-list table.tm-woocompare-table thead th .tm-woocompare-remove,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .tm-woocompare-remove,
  .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocompare-remove {
    top: 15px;
    right: 20px;
    left: auto; }
    .tm-woocompare-list table.tm-woocompare-table thead th .tm-woocompare-remove::before,
    .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-cell .tm-woocompare-remove::before,
    .tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocompare-remove::before {
      color: #ee5151;
      content: '\f00d';
      font-family: FontAwesome;
      font-size: 16px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }

.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .title {
  font-weight: 800; }

.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocompare-cell {
  font-size: 16px; }

.tm-woocompare-list .tm-woocomerce-list__product-image {
  padding: 10px 0; }

.woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  opacity: 1;
  width: 30px;
  height: 30px;
  padding: 0; }
  .woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:active, .woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:before {
    display: none; }
  .woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn:after {
    line-height: 30px; }
  .woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:after {
    content: "\f104"; }
  .woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:after {
    content: "\f105"; }

.tm-woocompare-wrapper {
  padding-top: 50px; }
  .tm-woocompare-wrapper .tablesaw-advance {
    padding-bottom: 10px;
    overflow: hidden; }

.tm-woocompare-widget-wrapper .tm-woocompare-widget-products {
  padding-bottom: 20px; }

.tm-woocompare-widget-wrapper .tm-woocompare-widget-product {
  margin-bottom: 0;
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocompare-remove {
    top: -10px; }
    .tm-woocompare-widget-wrapper .tm-woocompare-widget-product .tm-woocompare-remove::before {
      content: '\f00d';
      font-family: FontAwesome;
      font-size: 16px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }

.tm-woocompare-widget-wrapper h3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 10px; }

.tm-woocompare-widget-wrapper .tm-woocomerce-list__product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.tm-woocompare-widget-wrapper .btn {
  width: 100%;
  margin-bottom: 10px; }
  .woocommerce .tm-woocompare-widget-wrapper .btn {
    margin-bottom: 10px; }

.woocommerce .loader:before,
.woocommerce .blockUI.blockOverlay:before,
.tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-loader span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -16.5px 0 0 -16.5px;
  background-image: none;
  background-color: #ffffff;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-animation: imperion_spin 1s linear infinite;
  animation: imperion_spin 1s linear infinite;
  z-index: 11; }

.products.row:before, .cross-sells .products:before {
  display: none; }

.woocommerce .product-list .tm-woocompare-button,
.woocommerce .product-list .tm-woowishlist-button {
  border: none; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 5px; }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  pointer-events: none; }

.tablesaw-advance .btn.btn-micro {
  font-size: 1.4125em; }

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