﻿@charset "UTF-8";
/*!
Theme Name: ClearMind
Theme URI: https://zemez.io/wordpress/
Author: zemez
Author URI: https://zemez.io/
Description: ClearMind
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clearmind
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, grid-layout, custom-header, custom-logo, footer-widgets, flexible-header, blog
DocumentationID: PROD-21259
Template Id: PROD-21259

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.

ClearMind is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grid
# Typography
# Elements
	## Lists
	## Tables
	## Preloader
	## ToTop button
# Forms
# Navigation
	## Links
	## Top Menu
	## Main Menu
	## Footer Menu
	## Paginations
	## Breadcrumbs
	## Social List
# Modules
	## Accessibility
	## Alignments
	## Clearings
	## Comments
	## Swiper
	## Author Bio
	## Magnific Popup
# Components
	## Card
# Content
	## Layout
	## Header
	## Posts and pages
	## Post Formats
	## Footer
	## 404
# Widgets
	## Defaults
	## About author
	## About ClearMind
	## Banner
	## Carousel
	## Contact Information
	## Custom Posts
	## Featured Posts Block
	## Image Grid
	## News Smart Box
	## Playlist Slider
	## Smart Slider
	## Taxonomy Tiles
# Media
	## Captions
	## Galleries
	## Embeds
# Plugins
	## bbPress
	## BuddyPress
	## Events
	## Booked
	## Timeline
	## Events Schedule
	## Contact Form 7
	## Cherry Team Members
	## Cherry Testimonials
	## Cherry Project
	## Cherry Service List
	## Mega menu
	## Restaurant menu
	## Hotel Booking
	## WPML - Polylang
	## TM photo gallery
# Woocommerce Part

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: 544px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1441px) {
    .container {
        max-width: 1200px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

    .container-fluid:before, .container-fluid:after {
        display: none !important;
    }

.row, .cherry-services.services-wrap .cherry-services-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;
}

    .row:before, .cherry-services.services-wrap .cherry-services-row:before, .cross-sells .products:before, .row:after, .cherry-services.services-wrap .cherry-services-row:after, .cross-sells .products:after {
        display: 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, .woocommerce .comment-form, .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: 544px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8, .woocommerce .comment-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1441px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.33333%;
    }

    .col-xl-pull-2 {
        right: 16.66667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.33333%;
    }

    .col-xl-pull-5 {
        right: 41.66667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.33333%;
    }

    .col-xl-pull-8 {
        right: 66.66667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.33333%;
    }

    .col-xl-pull-11 {
        right: 91.66667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.33333%;
    }

    .col-xl-push-2 {
        left: 16.66667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.33333%;
    }

    .col-xl-push-5 {
        left: 41.66667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.33333%;
    }

    .col-xl-push-8 {
        left: 66.66667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.33333%;
    }

    .col-xl-push-11 {
        left: 91.66667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }
}

.col-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.col-xs-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 544px) {
    .col-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .col-sm-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 768px) {
    .col-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .col-md-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 992px) {
    .col-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .col-lg-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 1441px) {
    .col-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .col-xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.row-xs-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.row-xs-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-xs-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (min-width: 544px) {
    .row-sm-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .row-sm-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .row-sm-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 768px) {
    .row-md-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .row-md-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .row-md-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 992px) {
    .row-lg-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .row-lg-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .row-lg-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 1441px) {
    .row-xl-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .row-xl-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .row-xl-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.col-xs-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.col-xs-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.col-xs-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (min-width: 544px) {
    .col-sm-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .col-sm-center {
        -ms-flex-item-align: center;
        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: 1441px) {
    .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-top: 0;
}

    h1 big, h2 big, h3 big, h4 big, h5 big, h6 big {
        font-weight: 700;
        font-size: 165%;
    }

h1, h6 {
    margin-bottom: 15px;
}

h2 {
    margin-bottom: 14px;
}

h3 {
    margin-bottom: 18px;
}

h5 {
    margin-bottom: 13px;
}

h4 {
    margin-bottom: 12px;
}

p + h1 {
    margin-top: 12px;
}

p + h2 {
    margin-top: 18px;
}

p + h3 {
    margin-top: 25px;
}

p + h4 {
    margin-top: 35px;
}

p + h5 {
    margin-top: 33px;
}

p + h6 {
    margin-top: 37px;
}

p {
    margin: 12px 0;
}

dfn, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
    padding: 1px 6px;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.n2-ow-all .slider-icon {
    font-size: 50px !important;
    line-height: 1.5 !important;
    display: inline-block;
    width: 75px;
    height: 75px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.align-center {
    text-align: center;
}

.justif-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*--------------------------------------------------------------
# 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: #ffffff;
    /* Fallback for when there is no custom background color defined. */
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: top;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before,
    q:after {
        content: '';
    }

blockquote {
    position: relative;
    margin: 0;
    padding: 10px 45px 10px 45px;
    font-style: italic;
    quotes: "\201c" "";
}

    blockquote:before {
        content: open-quote;
        position: absolute;
        font-size: 100px;
        line-height: .5;
        font-weight: 700;
        left: -20px;
        top: 30px;
    }

    blockquote p {
        margin: 0;
    }

    blockquote h4 {
        max-width: 500px;
    }

.page .entry-content blockquote h4 {
    margin-top: 0;
}

.page .entry-content blockquote h6 {
    margin-top: 15px;
}

.single blockquote h6 {
    margin-top: 17px;
}

blockquote q {
    font-style: italic;
}

    blockquote q:before, blockquote q:after {
        display: none;
    }

blockquote cite {
    display: block;
    margin-top: 15px;
}

    blockquote cite:before {
        content: '—';
        display: inline-block;
        margin-right: 5px;
        font-weight: normal;
    }

    blockquote cite span {
        font-weight: 400;
        margin-right: 3px;
    }

hr {
    background-color: #c5cbcf;
    border: 0;
    height: 1px;
    margin: 45px 0;
    clear: both;
}

/* gradient plane with opacity */
.gradient-plane {
    position: relative;
}

    .gradient-plane:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: .9;
    }

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul,
ol {
    margin: 0 0 1.5em 0;
    padding-left: 0;
}

    ul:last-child,
    ol:last-child {
        margin-bottom: 0;
    }

    ul:not([class]) {
        list-style: none;
    }

        ul:not([class]) li {
            font-weight: normal;
        }

            ul:not([class]) li + li,
            ul:not([class]) li > ul li,
            ul:not([class]) li > ol li {
                margin-top: 10px;
            }

        ul:not([class]) > li:before {
            content: '\f00c';
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 2px;
            margin-right: 10px;
        }

.entry-content ol {
    list-style: none;
    counter-reset: li;
}

    .entry-content ol li + li,
    .entry-content ol li > ul li,
    .entry-content ol li > ol li {
        margin-top: 10px;
    }

    .entry-content ol > li:before {
        content: counter(li, decimal-leading-zero) ".";
        counter-increment: li;
        margin-right: 3px;
        display: inline-block;
        font-weight: 700;
    }

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.1em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Inline list */
.inline-list {
    margin: 0;
    list-style: none;
}

    .inline-list li {
        display: inline-block;
    }

/* List (no marker) */
.entry-content ul.list {
    list-style: none;
    margin-left: 0;
}

    .entry-content ul.list li span {
        display: inline-block;
    }

    .entry-content ul.list li + li,
    .entry-content ul.list li > ul li,
    .entry-content ul.list li > ol li {
        margin-top: 15px;
    }

    .entry-content ul.list li > ul {
        margin-left: 3em;
    }

    .entry-content ul.list li > ol,
    .entry-content ul.list li > .list {
        margin-left: 1.5em;
    }

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
    margin: 0 0 1.5em;
    width: 100%;
}

.entry-content table {
    margin: 0 0 1.5em;
    max-width: 100%;
    border: 1px solid #c5cbcf;
}

    .entry-content table th,
    .entry-content table td {
        padding: 5px;
        vertical-align: top;
        border: 1px solid #c5cbcf;
    }

    .entry-content table thead th {
        vertical-align: bottom;
        border-bottom: 1px solid #c5cbcf;
    }

    .entry-content table tbody + tbody {
        border-top: 1px solid #c5cbcf;
    }

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-preloader-cover {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.page-preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -16.5px 0 0 -16.5px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-animation: tm_spin 1s linear infinite;
    animation: tm_spin 1s linear infinite;
    z-index: 11;
}

@-webkit-keyframes tm_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tm_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* pulse loader */
.page-main-preloader {
    position: relative;
    width: 200px;
    left: 50%;
    top: 50%;
    margin: -66.66667px 0 0 -100px;
}

.page-main-preloader__logo {
    display: block;
    margin: 0 auto;
}

.pulse {
    height: 100px;
    width: 200px;
    overflow: hidden;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .pulse:after {
        content: '';
        display: block;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200px 100px"><polyline fill="none" stroke-width="3px" stroke="LightSkyBlue" points="2.4,58.7 70.8,58.7 76.1,46.2 81.1,58.7 89.9,58.7 93.8,66.5 102.8,22.7 110.6,78.7 115.3,58.7 126.4,58.7 134.4,54.7 142.4,58.7 197.8,58.7 "/></svg>') 0 0 no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-animation: 2s pulse infinite linear;
        animation: 2s pulse infinite linear;
    }

    .pulse:before {
        content: '';
        background: #edeff1;
        position: absolute;
        z-index: -1;
        left: 2px;
        right: 2px;
        bottom: 0;
        top: 16px;
        margin: auto;
        height: 3px;
    }

@-webkit-keyframes pulse {
    0% {
        clip: rect(0, 0, 100px, 0);
    }

    10% {
        clip: rect(0, 66.66667px, 100px, 0);
    }

    38% {
        clip: rect(0, 133.33333px, 100px, 0);
    }

    48% {
        clip: rect(0, 200px, 100px, 0);
    }

    52% {
        clip: rect(0, 200px, 100px, 0);
    }

    62% {
        clip: rect(0, 200px, 100px, 66.66667px);
    }

    90% {
        clip: rect(0, 200px, 100px, 133.33333px);
    }

    100% {
        clip: rect(0, 200px, 100px, 200px);
    }
}

@keyframes pulse {
    0% {
        clip: rect(0, 0, 100px, 0);
    }

    10% {
        clip: rect(0, 66.66667px, 100px, 0);
    }

    38% {
        clip: rect(0, 133.33333px, 100px, 0);
    }

    48% {
        clip: rect(0, 200px, 100px, 0);
    }

    52% {
        clip: rect(0, 200px, 100px, 0);
    }

    62% {
        clip: rect(0, 200px, 100px, 66.66667px);
    }

    90% {
        clip: rect(0, 200px, 100px, 133.33333px);
    }

    100% {
        clip: rect(0, 200px, 100px, 200px);
    }
}

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: -999em;
    overflow: hidden;
    width: 58px;
    height: 58px;
    z-index: 999;
    color: #ffffff;
    text-align: center;
}

    #toTop:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 100%;
        line-height: 58px;
        font-size: 18px;
        content: "\f077";
    }

    #toTop:focus {
        outline: 0;
    }

@media (min-width: 768px) {
    #toTop {
        right: 0;
        bottom: 70px;
    }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
input[type='submit'] {
    color: #ffffff;
    padding-top: 17px;
    padding-bottom: 16px;
}

button,
a.button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.btn,
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button,
body .booked-modal input.button-primary[type="submit"],
.elementor-widget-container .elementor-button {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 14px 18px 16px;
    border-radius: 3px;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

    button__text, button__icon,
    a.button__text,
    a.button__icon,
    input[type='button']__text,
    input[type='button']__icon,
    input[type='reset']__text,
    input[type='reset']__icon,
    input[type='submit']__text,
    input[type='submit']__icon,
    .btn__text,
    .btn__icon,
    .elementor-widget-container .elementor-button__text,
    .elementor-widget-container .elementor-button__icon {
        display: inline-block;
        vertical-align: top;
    }

    button.btn-fullwidth,
    a.button.btn-fullwidth,
    input[type='button'].btn-fullwidth,
    input[type='reset'].btn-fullwidth,
    input[type='submit'].btn-fullwidth,
    .btn.btn-fullwidth,
    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .btn-fullwidth.button,
    body .booked-modal input.btn-fullwidth.button-primary[type="submit"],
    .elementor-widget-container .elementor-button.btn-fullwidth {
        width: 100%;
        text-align: center;
    }

    button:hover,
    a.button:hover,
    input[type='button']:hover,
    input[type='reset']:hover,
    input[type='submit']:hover,
    .btn:hover,
    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button:hover,
    body .booked-modal input.button-primary[type="submit"]:hover,
    .elementor-widget-container .elementor-button:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    button:active,
    a.button:active,
    input[type='button']:active,
    input[type='reset']:active,
    input[type='submit']:active,
    .btn:active,
    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button:active,
    body .booked-modal input.button-primary[type="submit"]:active,
    .elementor-widget-container .elementor-button:active {
        outline: 0;
    }

    .btn, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button, body .booked-modal input.button-primary[type="submit"],
    .btn-defaul,
    .btn-primary,
    .btn-secondary,
    .btn:hover,
    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button:hover,
    body .booked-modal input.button-primary[type="submit"]:hover,
    .btn-defaul:hover,
    .btn-primary:hover,
    .btn-secondary:hover,
    .cta-form_submit,
    .cta-form_submit:hover,
    .cta-button,
    .cta-button:hover,
    .invert .btn,
    .invert .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td
    .invert .button,
    .invert body .booked-modal input.button-primary[type="submit"], body .booked-modal
    .invert input.button-primary[type="submit"],
    .invert .btn-primary,
    .invert .btn-secondary,
    .invert .btn-default,
    .error-404 .btn-secondary .invert .btn:hover,
    .error-404 .btn-secondary .invert .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button:hover, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td
    .error-404 .btn-secondary .invert .button:hover,
    .error-404 .btn-secondary .invert body .booked-modal input.button-primary[type="submit"]:hover, body .booked-modal
    .error-404 .btn-secondary .invert input.button-primary[type="submit"]:hover,
    .invert .btn-primary:hover,
    .invert .btn-secondary:hover,
    .invert .btn-default:hover,
    .error-404 .btn-secondary:hover {
        color: #ffffff;
    }

.link {
    display: inline-block;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 600;
}

    .link i {
        font-size: 14px;
        line-height: 18px;
        margin-left: 5px;
    }

.header-btn.btn, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .header-btn.button, body .booked-modal input.header-btn.button-primary[type="submit"] {
    padding: 21px 30px 19px;
    border: 1px solid #c5cbcf;
}

    .header-btn.btn, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .header-btn.button, body .booked-modal input.header-btn.button-primary[type="submit"], .header-btn.btn:focus, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .header-btn.button:focus, body .booked-modal input.header-btn.button-primary[type="submit"]:focus {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media (max-width: 1200px) {
    .header-btn.btn, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .header-btn.button, body .booked-modal input.header-btn.button-primary[type="submit"] {
        padding: 15px 10px 14px;
    }
}

/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
select,
textarea {
    padding: 5px 15px;
    line-height: 30px;
    border: 1px solid #c5cbcf;
    color: #333;
}

    input[type='text']:focus,
    input[type='email']:focus,
    input[type='url']:focus,
    input[type='password']:focus,
    input[type='search']:focus,
    input[type='number']:focus,
    input[type='tel']:focus,
    input[type='range']:focus,
    input[type='date']:focus,
    input[type='month']:focus,
    input[type='week']:focus,
    input[type='time']:focus,
    input[type='datetime']:focus,
    input[type='datetime-local']:focus,
    input[type='color']:focus,
    select:focus,
    textarea:focus {
        outline: 0;
    }

.woocommerce form .form-row .select2-selection {
    border: 1px solid #c5cbcf;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='file'] {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2143;
    font-style: italic;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'] {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

button:focus,
input[type='submit']:focus,
input[type='reset']:focus {
    outline: 0;
}

select {
    border-radius: 0;
    border: 1px solid #c5cbcf;
    max-width: 100%;
}

textarea {
    width: 100%;
    height: 200px;
    min-height: 200px;
    resize: vertical;
    overflow: auto;
}

::-moz-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

/*--------------------------------------------------------------
## Search-form
--------------------------------------------------------------*/
.search-form-wrapper {
    position: relative;
}

    .search-form-wrapper.search-active .search-form {
        left: -122px;
        width: 230px;
        margin-top: 10px;
    }

@media (min-width: 544px) {
    .search-form-wrapper.search-active .search-form {
        left: auto;
        right: -11px;
        width: 280px;
    }
}

@media (min-width: 768px) {
    .search-form-wrapper.search-active .search-form {
        width: 350px;
    }
}

@media (min-width: 992px) {
    .search-form-wrapper.search-active .search-form {
        width: 520px;
        margin-top: 0;
    }
}

@media (min-width: 1441px) {
    .search-form-wrapper.search-active .search-form {
        right: -1px;
    }
}

.search-form-wrapper .search-form {
    position: absolute;
    right: -9999999999px;
    margin: 0;
    width: 100px;
    z-index: 999;
}

@media (min-width: 544px) {
    .search-form-wrapper .search-form {
        -webkit-transition: width .25s ease-out;
        -o-transition: width .25s ease-out;
        transition: width .25s ease-out;
    }
}

.search-form-wrapper .search-form__toggle {
    padding: 2px 10px;
}

@media (min-width: 992px) {
    .search-form-wrapper .search-form__toggle {
        padding: 13px 10px;
    }
}

@media (min-width: 1441px) {
    .search-form-wrapper .search-form__toggle {
        padding: 13px 18px;
    }
}

.search-form-wrapper .search-form__input-wrap {
    min-width: initial;
}

    .search-form-wrapper .search-form__input-wrap:before {
        content: '';
        position: absolute;
        top: -7px;
        left: 135px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5.5px 7px 5.5px;
        border-color: transparent transparent #ffffff transparent;
    }

@media (min-width: 544px) {
    .search-form-wrapper .search-form__input-wrap:before {
        left: auto;
        right: 23px;
    }
}

.search-form-wrapper .search-form__input-wrap i {
    display: none;
}

.search-form-wrapper .search-form__field {
    padding: 15px 18px 17px;
    font-weight: 400;
    font-style: italic;
    border: none;
}

.site-header .search-form-wrapper .search-form__field {
    background-color: #ffffff;
}

.search-form-wrapper .search-form__submit {
    display: none;
}

.search-form {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-container_wrap.container .search-form {
    left: 0.9375rem;
    right: 40px;
}

.search-form__toggle {
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    display: inline-block;
    z-index: 150;
}

    .search-form__toggle:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
        font-size: 1.0625rem;
        content: '\f002';
    }

.search-form__input-wrap {
    position: relative;
    -webkit-box-flex: 5;
    -ms-flex: 5 1 185px;
    flex: 5 1 185px;
    min-width: 185px;
}

    .search-form__input-wrap i {
        pointer-events: none;
        font-size: 14px;
        left: 15px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media (min-width: 768px) {
    .sidebar-1-4 .sidebar .search-form__input-wrap {
        -webkit-box-flex: 5;
        -ms-flex: 5 1 150px;
        flex: 5 1 150px;
        min-width: 150px;
    }
}

.search-form__field[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 50px;
    border: none;
    background: rgba(197, 203, 207, 0.15);
}

.search-form__submit {
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 8px;
    border-radius: 0;
}

    .search-form__submit, .search-form__submit:hover {
        color: #ffffff;
    }

        .search-form__submit .fa {
            font-size: 17px;
            font-size: 1.0625rem;
        }

/*--------------------------------------------------------------
## Comment-form
--------------------------------------------------------------*/
.comment-list .comment-respond {
    margin-top: 45px;
}

.comment-reply-title {
    margin-bottom: 17px;
}

    .comment-reply-title #cancel-comment-reply-link {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400;
        float: right;
    }

.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form textarea {
        border: none;
        background-color: rgba(197, 203, 207, 0.1);
    }

.comment-form-author, .comment-form-email {
    width: calc(50% - 3px);
}

.comment-form-comment {
    width: 100%;
}

.comment-form-comment, .comment-form-author, .comment-form-email {
    position: relative;
    margin: 0 0 6px 0;
}

.comment-form .form-submit {
    margin: 25px 0 0 0;
}

    .comment-form .form-submit .submit {
        padding: 24px 55px 23px;
    }

.comment-form__field {
    width: 100%;
    vertical-align: top;
}

.comment-form .logged-in-as,
.comment-form .comment-notes {
    width: 100%;
    margin: 0 0 20px;
}

/*--------------------------------------------------------------
## Password-form
--------------------------------------------------------------*/
.post-password-form {
    text-align: center;
}

@media (min-width: 768px) {
    .post-password-form {
        text-align: left;
    }
}

.post-password-form label {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
}

    .post-password-form label + input[type="submit"] {
        margin: 5px 0;
    }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    a:hover, a:active {
        text-decoration: none;
    }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

.edit-link {
    display: block;
    background: #c5cbcf;
    padding: 0 15px;
}

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-panel__menu {
    padding: 7px 0;
    border-bottom: 1px solid #c5cbcf;
}

.top-panel__menu-list {
    margin: 0 auto;
}

    .top-panel__menu-list .menu-item {
        margin: .25em 7px;
    }

        .top-panel__menu-list .menu-item:first-child {
            margin-left: 0;
        }

        .top-panel__menu-list .menu-item a {
            text-decoration: none;
        }

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
/* Basic */
.main-navigation {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .main-navigation {
        width: auto;
    }
}

.main-navigation ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.main-navigation .menu {
    display: none;
}

.main-navigation li {
    position: relative;
    text-align: left;
}

.main-navigation a {
    position: relative;
    display: block;
    text-decoration: none;
}

.main-navigation:not(.vertical-menu) .sub-menu, .main-navigation.mobile-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fbfbfb;
}

@media (max-width: 767px) {
    .main-navigation ul ul a {
        padding-left: 2rem;
    }

    .main-navigation ul ul ul a {
        padding-left: 3rem;
    }

    .main-navigation ul ul ul ul a {
        padding-left: 4rem;
    }

    .main-navigation ul ul ul ul ul a {
        padding-left: 5rem;
    }

    .main-navigation ul ul ul ul ul ul a {
        padding-left: 6rem;
    }

    .main-navigation.toggled .menu {
        display: block;
    }
}

@media (min-width: 768px) {
    .main-navigation:not(.vertical-menu) .menu > li > a {
        margin-top: 32px;
        margin-bottom: 31px;
    }

        .main-navigation:not(.vertical-menu) .menu > li > a:before {
            content: '';
            -webkit-transition: width .25s ease-out;
            -o-transition: width .25s ease-out;
            transition: width .25s ease-out;
            position: absolute;
            left: -5px;
            bottom: -31px;
            width: 0;
            height: 2px;
        }
}

@media (min-width: 768px) {
    .main-navigation:not(.vertical-menu) .menu > li > a {
        margin-top: 5px;
        margin-bottom: 10px;
    }

        .main-navigation:not(.vertical-menu) .menu > li > a:before {
            bottom: -10px;
        }
}

@media (min-width: 992px) {
    .main-navigation:not(.vertical-menu) .menu > li > a {
        margin-top: 5px;
        margin-bottom: 18px;
    }

        .main-navigation:not(.vertical-menu) .menu > li > a:before {
            bottom: -18px;
        }
}

@media (min-width: 1441px) {
    .main-navigation:not(.vertical-menu) .menu > li > a {
        margin-top: 32px;
        margin-bottom: 31px;
    }

        .main-navigation:not(.vertical-menu) .menu > li > a:before {
            bottom: -31px;
        }
}

@media (min-width: 768px) {
    .main-navigation:not(.vertical-menu) .menu > li:hover > a:before, .main-navigation:not(.vertical-menu) .menu > li.menu-hover > a:before, .main-navigation:not(.vertical-menu) .menu > li.current_page_item > a:before, .main-navigation:not(.vertical-menu) .menu > li.current_page_ancestor > a:before, .main-navigation:not(.vertical-menu) .menu > li.current-menu-item > a:before, .main-navigation:not(.vertical-menu) .menu > li.current-menu-ancestor > a:before {
        width: calc(100% + 10px);
    }
}

@media (min-width: 768px) {
    .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li.menu-hover > ul {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover > ul {
        left: calc(100% + 1px);
    }

        .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover > ul.inverse-side, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover > ul.inverse-side {
            left: auto;
            right: calc(100% + 1px);
        }

    .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul {
        top: 0;
    }

        .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul.in-transition {
            left: calc(100% + 1px);
        }

        .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li > ul.inverse-side.in-transition {
            left: auto;
            right: calc(100% + 1px);
        }

    .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li[hidden] {
        display: none;
    }

    .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li:hover > ul, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li.menu-hover > ul {
        left: -40px;
    }

        .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li:hover > ul.inverse-side, .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li.menu-hover > ul.inverse-side {
            left: auto;
            right: -10px;
        }

    .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul {
        top: 100%;
    }

        .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul.in-transition {
            left: -40px;
        }

            .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) > li > ul.in-transition.inverse-side {
                left: auto;
                right: -10px;
            }

    .main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu {
        position: absolute;
        z-index: 999;
        left: -999em;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition-duration: 200ms;
        -o-transition-duration: 200ms;
        transition-duration: 200ms;
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        -o-transition-property: transform, opacity, visibility;
        transition-property: transform, opacity, visibility;
        transition-property: transform, opacity, visibility, -webkit-transform;
    }

    .main-navigation:not(.vertical-menu) .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: static;
    }

        .main-navigation:not(.vertical-menu) .menu > li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .main-navigation:not(.vertical-menu) .menu .sub-menu {
            margin: 0;
        }

        .main-navigation:not(.vertical-menu) .menu > li[hidden] {
            display: none;
        }

        .main-navigation:not(.vertical-menu) .menu > li > .sub-menu:before {
            content: '';
            position: absolute;
            height: 20px;
            width: 100%;
            bottom: 100%;
            left: 0;
        }

        .main-navigation:not(.vertical-menu) .menu.isStuck > li > .sub-menu {
            margin-top: 10px;
        }

        .main-navigation:not(.vertical-menu) .menu.isStuck .tm-mega-menu-sub.mega-sub {
            margin-top: 0;
        }

        .main-navigation:not(.vertical-menu) .menu .sub-menu .sub-menu.inverse-side li a:before {
            right: auto;
            left: calc(100% - 0.5px);
        }
}

/* Skin */
@media (max-width: 767px) {
    .main-navigation.mobile-menu {
        position: fixed !important;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 997;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        -o-transition: transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear;
        padding-top: 60px;
        margin: 0;
        width: 100%;
        height: 100vh;
    }

    .admin-bar .main-navigation.mobile-menu {
        padding-top: 105px;
    }

    .main-navigation.mobile-menu > .menu {
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .main-navigation.mobile-menu.animate {
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        -o-transition: transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear;
    }

    .main-navigation.mobile-menu.show {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .main-navigation.mobile-menu > .menu {
        display: block;
        padding-left: 20px;
    }

    .main-navigation.mobile-menu .menu-item,
    .main-navigation.mobile-menu > .tm-mega-menu .tm-mega-menu-sub.simple-sub .menu-item {
        border: none;
    }
}

@media (min-width: 768px) {
    .main-navigation .menu {
        margin-left: -15px;
        margin-right: -15px;
    }

        .main-navigation .menu > li {
            margin-left: 15px;
            margin-right: 15px;
        }
}

@media (min-width: 768px) {
    .main-navigation .menu > li > a {
        padding: 5px 0;
    }
}

@media (max-width: 767px) {
    .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) a {
        padding-right: 65px;
    }
}

@media (min-width: 768px) {
    .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) > a {
        padding-right: 15px;
    }

        .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-icon) > a::after {
            /* Marker (level 1) */
            content: '\f078';
            right: 0;
            top: 15px;
        }
}

@media (min-width: 768px) {
    .main-navigation .sub-menu li.menu-item-has-children > a:after {
        /* Marker (level 2, 3, ..., N) */
        content: '\f054';
        right: 10px;
        top: 50%;
        margin-top: -5px;
    }
}

.main-navigation .sub-menu li + li {
    border-top: 1px solid rgba(197, 203, 207, 0.25);
}

@media (min-width: 768px) {
    .main-navigation .sub-menu > li > a {
        width: 220px;
        padding: 16px 20px;
    }
}

@media (min-width: 768px) {
    .main-navigation .sub-menu a {
        font-size: 16px;
        font-size: 1rem;
        text-transform: capitalize;
    }
}

.main-navigation .sub-menu li:hover > a,
.main-navigation .sub-menu li.menu-hover > a,
.main-navigation .sub-menu li.current_page_item > a,
.main-navigation .sub-menu li.current_page_ancestor > a,
.main-navigation .sub-menu li.current-menu-item > a,
.main-navigation .sub-menu li.current-menu-ancestor > a {
    background-color: rgba(197, 203, 207, 0.1);
}

.main-navigation a::after {
    /* Marker style */
    cursor: pointer;
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    font-size: 0.625rem;
}

/* Menu items description */
.menu-item__desc {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .menu > li > a > .menu-item__desc {
        text-align: center;
    }
}

/* Mobile style */
.mobile-menu .menu {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.admin-bar .mobile-menu {
    top: 46px;
}

@media (max-width: 767px) {
    .mobile-menu .sub-menu-toggle {
        display: block;
    }

    .mobile-menu .menu-item-has-children > .sub-menu {
        display: none;
    }

    .mobile-menu .sub-menu-open > .sub-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    html.mobile-menu-active,
    html.mobile-menu-active body {
        overflow: hidden;
    }
}

.sub-menu-toggle {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 995;
    border: 0;
    padding: 15px 22px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .sub-menu-toggle:before {
        content: '\f078';
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        font-size: 1.125rem;
    }

    .sub-menu-toggle.active:before {
        content: '\f078';
    }

.vertical-menu-toggle, .vertical-menu-toggle:focus, .vertical-menu-toggle:hover {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*--------------------------------------------------------------
## Vertical menu
--------------------------------------------------------------*/
/*rtl:begin:ignore*/
#site-navigation.main-navigation.vertical-menu {
    overflow: hidden;
    will-change: transform;
    -webkit-transition: -webkit-transform 500ms ease-in;
    transition: -webkit-transform 500ms ease-in;
    -o-transition: transform 500ms ease-in;
    transition: transform 500ms ease-in;
    transition: transform 500ms ease-in, -webkit-transform 500ms ease-in;
    z-index: 1001;
    position: fixed;
    top: 0;
    width: 300px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}

    #site-navigation.main-navigation.vertical-menu.slide--left {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        right: 0;
    }

    #site-navigation.main-navigation.vertical-menu.slide--right {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        left: 0;
    }

    #site-navigation.main-navigation.vertical-menu.menu-open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 500ms ease-out;
        transition: -webkit-transform 500ms ease-out;
        -o-transition: transform 500ms ease-out;
        transition: transform 500ms ease-out;
        transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
    }

    #site-navigation.main-navigation.vertical-menu .main-navigation-buttons {
        text-align: center;
        position: absolute;
        left: 0;
        width: 100%;
        top: 12%;
        direction: ltr;
    }

    #site-navigation.main-navigation.vertical-menu ul {
        list-style: none;
        padding: 0;
        width: 300px;
        display: none;
    }

        #site-navigation.main-navigation.vertical-menu ul.menu {
            position: relative;
            display: block;
            -webkit-transition: 400ms -webkit-transform ease-in-out;
            transition: 400ms -webkit-transform ease-in-out;
            -o-transition: 400ms transform ease-in-out;
            transition: 400ms transform ease-in-out;
            transition: 400ms transform ease-in-out, 400ms -webkit-transform ease-in-out;
            will-change: transform;
            margin: 0;
        }

            #site-navigation.main-navigation.vertical-menu ul.menu > li {
                display: block;
            }

            #site-navigation.main-navigation.vertical-menu ul.menu li {
                margin: 0;
                text-align: center;
                border: none;
            }

                #site-navigation.main-navigation.vertical-menu ul.menu li a {
                    width: auto;
                    border: none;
                    display: inline-block;
                    padding: 8px 25px;
                    text-align: center;
                    font-size: 18px;
                    font-size: 1.125rem;
                    text-transform: uppercase;
                    font-weight: 400;
                    font-size: 17px;
                    font-size: 1.0625rem;
                }

                #site-navigation.main-navigation.vertical-menu ul.menu li::after {
                    display: none;
                }

                #site-navigation.main-navigation.vertical-menu ul.menu li.hide,
                #site-navigation.main-navigation.vertical-menu ul.menu li a.hide {
                    display: none;
                }

    #site-navigation.main-navigation.vertical-menu .active > ul {
        display: inherit;
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
    }

    #site-navigation.main-navigation.vertical-menu .menu-item-has-children a {
        position: relative;
    }

    #site-navigation.main-navigation.vertical-menu .menu-item-has-children > a::after {
        content: '\f054';
        color: inherit;
        position: absolute;
        right: 0;
        left: auto;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        font-size: 0.875rem;
    }

    #site-navigation.main-navigation.vertical-menu .scroll {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 50vh;
    }

    #site-navigation.main-navigation.vertical-menu .back,
    #site-navigation.main-navigation.vertical-menu .close {
        cursor: pointer;
        text-transform: uppercase;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 400;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

        #site-navigation.main-navigation.vertical-menu .back i,
        #site-navigation.main-navigation.vertical-menu .close i {
            font-size: 18px;
            font-size: 1.125rem;
        }

            #site-navigation.main-navigation.vertical-menu .back i + .navigation-button__text,
            #site-navigation.main-navigation.vertical-menu .close i + .navigation-button__text {
                margin-left: 10px;
            }

        #site-navigation.main-navigation.vertical-menu .back .navigation-button__text,
        #site-navigation.main-navigation.vertical-menu .close .navigation-button__text {
            font-size: 17px;
            font-size: 1.0625rem;
        }

        #site-navigation.main-navigation.vertical-menu .back.hide {
            display: none;
        }

        #site-navigation.main-navigation.vertical-menu .close.hide {
            margin-left: 20px;
        }

    #site-navigation.main-navigation.vertical-menu .menu::-webkit-scrollbar-track {
        border-radius: 2px;
        background-color: #f7f7f7;
    }

    #site-navigation.main-navigation.vertical-menu .menu::-webkit-scrollbar {
        width: 4px;
        border-radius: 2px;
        background-color: #f7f7f7;
    }

    #site-navigation.main-navigation.vertical-menu .menu::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 2px;
    }

    #site-navigation.main-navigation.vertical-menu .super-guacamole__menu {
        display: none !important;
    }

@media (max-width: 767px) {
    #site-navigation.main-navigation .parent-title {
        display: none;
    }
}

/*rtl:end:ignore*/
@media (max-width: 767px) {
    .main-navigation-buttons {
        display: none;
    }
}

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .footer-menu__items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .site-footer.style-2 .footer-menu__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-menu__items .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .footer-menu__items .menu-item a {
        text-decoration: none;
    }

    .footer-menu__items .menu-item + .menu-item:before {
        content: '|';
        margin-left: 10px;
        margin-right: 10px;
    }

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
    overflow: hidden;
    margin-bottom: 45px;
}

    .comment-navigation .nav-previous,
    .comment-navigation .nav-next,
    .posts-navigation .nav-previous,
    .posts-navigation .nav-next,
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        line-height: 1;
        width: 100%;
    }

@media (min-width: 544px) {
    .comment-navigation .nav-previous,
    .comment-navigation .nav-next,
    .posts-navigation .nav-previous,
    .posts-navigation .nav-next,
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        width: 50%;
    }
}

.comment-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-previous > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-previous > a,
.post-navigation .nav-next > a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    font-weight: 700;
}

    .comment-navigation .nav-previous > a:before, .comment-navigation .nav-previous > a:after,
    .comment-navigation .nav-next > a:before,
    .comment-navigation .nav-next > a:after,
    .posts-navigation .nav-previous > a:before,
    .posts-navigation .nav-previous > a:after,
    .posts-navigation .nav-next > a:before,
    .posts-navigation .nav-next > a:after,
    .post-navigation .nav-previous > a:before,
    .post-navigation .nav-previous > a:after,
    .post-navigation .nav-next > a:before,
    .post-navigation .nav-next > a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    padding-right: 10px;
}

    .comment-navigation .nav-previous > a:before,
    .posts-navigation .nav-previous > a:before,
    .post-navigation .nav-previous > a:before {
        padding-right: 10px;
        content: '\f104';
    }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    padding-left: 10px;
}

    .comment-navigation .nav-next > a:after,
    .posts-navigation .nav-next > a:after,
    .post-navigation .nav-next > a:after {
        padding-left: 10px;
        content: '\f105';
    }

/*Post pagination*/
.pagination .nav-links,
.woocommerce nav.woocommerce-pagination {
    text-align: left;
}

    .pagination .nav-links .page-numbers,
    .woocommerce nav.woocommerce-pagination .page-numbers {
        display: inline-block;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 40px;
        font-weight: 700;
        text-align: center;
        width: 40px;
        height: 40px;
        border: none;
        background-color: rgba(197, 203, 207, 0.1);
    }

        .pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev,
        .woocommerce nav.woocommerce-pagination .page-numbers.next,
        .woocommerce nav.woocommerce-pagination .page-numbers.prev {
            display: none;
        }

.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers {
    display: inline-block;
    margin: 0 8px;
    border: none;
    min-width: initial;
    height: initial;
    line-height: initial;
    font-style: italic;
    text-align: center;
    text-decoration: none;
}

    .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev {
        vertical-align: middle;
        font-weight: 700;
        font-style: normal;
        border: none;
        background: none;
    }

        .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next:before, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next:after, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev:before, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next {
        margin: 0 0 0 15px;
    }

        .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next:after {
            content: '\f105';
            margin-left: 8px;
        }

    .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev {
        margin: 0 15px 0 0;
    }

        .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev:before {
            content: '\f104';
            margin-right: 8px;
        }

    .site-content .page-numbers.current,
    .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.current {
        font-weight: 700;
    }

/*Page links*/
.site-content .page-links {
    clear: both;
    margin: 4em 0 1em;
}

.site-content .page-links__title {
    margin-right: 5px;
}

.site-content .page-links a,
.site-content .page-links > .page-links__item {
    line-height: 50px;
    display: inline-block;
    min-width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
    padding: 0 2px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #c5cbcf;
    font-size: 12px;
    font-size: 0.75rem;
    border-radius: 3px;
}

    .site-content .page-links a:hover,
    .site-content .page-links > .page-links__item {
        background-color: transparent;
        border-color: #c5cbcf;
    }

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    position: relative;
    padding: 44px 0;
}

    .breadcrumbs .row, .breadcrumbs .cherry-services.services-wrap .cherry-services-row, .cherry-services.services-wrap .breadcrumbs .cherry-services-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 .page-title {
        margin: 0;
    }

.breadcrumbs__title, .breadcrumbs__items {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
}

.breadcrumbs__browse {
    margin-right: .5em;
}

.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__item-sep {
    margin: 0 5px;
}

.breadcrumbs__item-link {
    text-decoration: none;
}

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .social-list__items {
    margin-left: -11px;
    margin-right: -11px;
}

    .social-list .social-list__items .menu-item {
        padding-left: 11px;
        padding-right: 11px;
    }

.site-header .social-list .social-list__items {
    margin-left: -4px;
    margin-right: -4px;
}

    .site-header .social-list .social-list__items a:before {
        font-size: 16px;
        font-size: 1rem;
    }

    .site-header .social-list .social-list__items .menu-item {
        padding-left: 4px;
        padding-right: 4px;
    }

@media (min-width: 1441px) {
    .site-header .social-list .social-list__items {
        margin-left: -11px;
        margin-right: -11px;
    }

        .site-header .social-list .social-list__items .menu-item {
            padding-left: 11px;
            padding-right: 11px;
        }
}

.social-list .menu-item {
    margin: 0;
}

    .social-list .menu-item::before {
        display: none;
    }

    .social-list .menu-item > a {
        display: block;
        text-decoration: none;
        text-align: center;
    }

        .social-list .menu-item > a:hover {
            text-decoration: none;
        }

        .social-list .menu-item > a[href*="codepen.io"]::before {
            content: '\f1cb';
        }

        .social-list .menu-item > a[href*="digg.com"]::before {
            content: '\f1a6';
        }

        .social-list .menu-item > a[href*="dribbble.com"]::before {
            content: '\f17d';
        }

        .social-list .menu-item > a[href*="dropbox.com"]::before {
            content: '\f16b';
        }

        .social-list .menu-item > a[href*="facebook.com"]::before {
            content: '\f09a';
        }

        .social-list .menu-item > a[href*="flickr.com"]::before {
            content: '\f16e';
        }

        .social-list .menu-item > a[href*="plus.google.com"]::before {
            content: '\f0d5';
        }

        .social-list .menu-item > a[href*="github.com"]::before {
            content: '\f09b';
        }

        .social-list .menu-item > a[href*="instagram.com"]::before {
            content: '\f16d';
        }

        .social-list .menu-item > a[href*="linkedin.com"]::before {
            content: '\f0e1';
        }

        .social-list .menu-item > a[href*="pinterest.com"]::before {
            content: '\f0d2';
        }

        .social-list .menu-item > a[href*="getpocket.com"]::before {
            content: '\f265';
        }

        .social-list .menu-item > a[href*="reddit.com"]::before {
            content: '\f1a1';
        }

        .social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
            content: '\f17e';
        }

        .social-list .menu-item > a[href*="stumbleupon.com"]::before {
            content: '\f1a4';
        }

        .social-list .menu-item > a[href*="tumblr.com"]::before {
            content: '\f173';
        }

        .social-list .menu-item > a[href*="twitter.com"]::before {
            content: '\f099';
        }

        .social-list .menu-item > a[href*="vimeo.com"]::before {
            content: '\f27d';
        }

        .social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
            content: '\f19a';
        }

        .social-list .menu-item > a[href*="youtube.com"]::before {
            content: '\f167';
        }

        .social-list .menu-item > a[href*="amazon.com"]::before {
            content: '\f270';
        }

        .social-list .menu-item > a[href*="tripadvisor"]::before {
            content: '\f262';
        }

        .social-list .menu-item > a[href*="ycombinator.com"]::before {
            content: '\f23b';
        }

        .social-list .menu-item > a[href*="xing.com"]::before {
            content: '\f168';
        }

        .social-list .menu-item > a[href*="yahoo."]::before {
            content: '\f19e';
        }

        .social-list .menu-item > a[href*="vine.co"]::before {
            content: '\f1ca';
        }

        .social-list .menu-item > a[href*="weibo.com"]::before {
            content: '\f18a';
        }

        .social-list .menu-item > a[href*="trello.com"]::before {
            content: '\f181';
        }

        .social-list .menu-item > a[href*="steampowered.com"]::before {
            content: '\f1b6';
        }

        .social-list .menu-item > a[href*="soundcloud.com"]::before {
            content: '\f1be';
        }

        .social-list .menu-item > a[href*="spotify.com"]::before {
            content: '\f1bc';
        }

        .social-list .menu-item > a[href*="stackexchange.com"]::before {
            content: '\f18d';
        }

        .social-list .menu-item > a[href*="stackoverflow.com"]::before {
            content: '\f16c';
        }

        .social-list .menu-item > a[href*="slideshare.net"]::before {
            content: '\f1e7';
        }

        .social-list .menu-item > a[href*="slack.com"]::before {
            content: '\f198';
        }

        .social-list .menu-item > a[href*="skyatlas.com"]::before {
            content: '\f216';
        }

        .social-list .menu-item > a[href*="last.fm"]::before {
            content: '\f202';
        }

        .social-list .menu-item > a[href*="jsfiddle.net"]::before {
            content: '\f1cc';
        }

        .social-list .menu-item > a[href*="behance.net"]::before {
            content: '\f1b4';
        }

        .social-list .menu-item > a[href*="bitbucket.org"]::before {
            content: '\f171';
        }

        .social-list .menu-item > a[href*="codepen.io"]::before {
            content: '\f1cb';
        }

        .social-list .menu-item > a[href*="codiepie.com"]::before {
            content: '\f284';
        }

        .social-list .menu-item > a[href*="connectdevelop.com"]::before {
            content: '\f20e';
        }

        .social-list .menu-item > a[href*="dashcube.com"]::before {
            content: '\f210';
        }

        .social-list .menu-item > a[href*="contao.org"]::before {
            content: '\f26d';
        }

        .social-list .menu-item > a[href*="delicious.com"]::before {
            content: '\f1a5';
        }

        .social-list .menu-item > a[href*="deviantart.com"]::before {
            content: '\f1bd';
        }

        .social-list .menu-item > a[href*="vk.com"]::before {
            content: '\f189';
        }

        .social-list .menu-item > a::before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 20px;
            font-size: 1.25rem;
            display: block;
            line-height: 1.5em;
            margin: auto;
        }

.social-list--text .social-list .menu-item > a::before {
    display: none;
}

.social-list--header {
    padding: 0 10px;
    text-align: center;
}

@media (min-width: 992px) {
    .social-list--header {
        padding: 10px;
    }
}

@media (min-width: 1441px) {
    .social-list--header {
        padding: 12px 18px;
    }
}

@media (min-width: 768px) {
    .social-list--header {
        text-align: inherit;
    }
}

.social-list--footer .menu-item > a::before {
    font-size: 17px;
    font-size: 1.0625rem;
}

.social-list--text .menu-item > a::before {
    display: none;
}

/*--------------------------------------------------------------
## Toggle buttons
--------------------------------------------------------------*/
.menu-toggle {
    padding: 10px 10px;
    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;
    margin-left: -10px;
    overflow: visible;
}

    .menu-toggle:hover {
        opacity: 1;
    }

    .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: 14px;
    height: 12px;
    display: block;
    position: relative;
}

.menu-toggle-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

    .menu-toggle-inner, .menu-toggle-inner::before, .menu-toggle-inner::after {
        width: 14px;
        height: 2px;
        background-color: #000;
        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 {
            content: "";
            display: block;
        }

        .menu-toggle-inner::before {
            top: -5px;
        }

        .menu-toggle-inner::after {
            bottom: -5px;
        }

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
/*rtl:begin:ignore*/
.alignleft {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .alignleft {
        float: left;
        margin: 5px 30px 15px 0;
    }
}

.alignright {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .alignright {
        float: right;
        margin: 5px 0 15px 30px;
    }
}

/*rtl:end:ignore*/
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
.clear:before, .widget_recent_comments ul li:before, .widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail:before,
.clear:after,
.widget_recent_comments ul li:after,
.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .widget_recent_comments ul li:after, .widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail:after,
.comment-body:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.hidden {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
    position: relative;
    padding-bottom: 40px;
}

.comments-title {
    margin-bottom: 30px;
}

.comment-list {
    margin: 0;
    padding: 0 0 45px;
    list-style: none;
}

    .comment-list .children {
        margin-left: 0;
        padding-left: 35px;
        list-style: none;
    }

@media (min-width: 1200px) {
    .comment-list > li.depth-1.parent > .children {
        padding-left: 60px;
    }
}

.comment-list > .comment:first-child > .comment-body .comment-body__holder {
    margin-top: 0;
}

    .comment-list > .comment:first-child > .comment-body .comment-body__holder:before {
        content: none;
    }

.comment-body__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px;
}

    .comment-body__holder:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        margin-top: -32px;
        background-color: rgba(197, 203, 207, 0.25);
    }

.comment-body .vcard {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 0 0;
}

.comment-body .reply {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-content-wrap {
    position: relative;
    width: 100%;
    border-radius: 3px;
}

.comment-meta {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
}

.comment-author .fn {
    font-weight: 400;
}

.comment-content {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
}

    .comment-content p {
        margin: 7px 0;
    }

    .comment-content a {
        word-wrap: break-word;
    }

.comment-reply-link {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
## Swiper
--------------------------------------------------------------*/
.swiper-pagination-bullets {
    position: absolute;
}

.swiper-container.swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 20px;
}

.posts-list:not(.posts-list--default) .post-gallery .swiper-container.swiper-container-horizontal .swiper-pagination-bullets,
.posts-list--default.featured-image--small .post-gallery .swiper-container.swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 15px;
}

.widget-carousel .swiper-pagination-bullets,
.tm_pb_swiper .swiper-pagination-bullets {
    position: static;
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: none;
    border: 2px solid #c5cbcf;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.swiper-container.swiper-container-horizontal .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-button-next, .swiper-button-prev {
    top: 50%;
    width: 19px;
    height: 35px;
    margin: -10px 0 0 0;
    opacity: .7;
}

.widget-carousel .swiper-button-next,
.post-gallery .swiper-button-next, .widget-carousel .swiper-button-prev,
.post-gallery .swiper-button-prev {
    display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
}

.swiper-button-next,
.swiper-container.swiper-container-rtl .swiper-button-prev {
    right: 20px;
    background: url("./assets/images/swiper-next-icon.png") !important;
}

.post-gallery .swiper-button-next, .post-gallery
.swiper-container.swiper-container-rtl .swiper-button-prev {
    right: 30px;
}

.swiper-button-prev,
.swiper-container.swiper-container-rtl .swiper-button-next {
    left: 20px;
    background: url("./assets/images/swiper-prev-icon.png") !important;
}

.post-gallery .swiper-button-prev, .post-gallery
.swiper-container.swiper-container-rtl .swiper-button-next {
    left: 30px;
}

/*--------------------------------------------------------------
## Author-bio
--------------------------------------------------------------*/
.post-author-bio {
    -webkit-box-shadow: 8px 8px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 8px 8px 60px rgba(0, 0, 0, 0.1);
    margin-bottom: 45px;
}

    .post-author-bio + .post-navigation {
        border-top: none;
    }

.post-author__holder {
    border-radius: 3px;
    padding: 38px 40px;
}

@media (min-width: 544px) {
    .post-author__holder {
        padding: 33px 60px 20px 30px;
    }
}

.post-author__avatar {
    float: left;
    margin: 0 15px 10px 0;
}

@media (min-width: 992px) {
    .post-author__avatar {
        margin: 0 30px 10px 0;
    }
}

.post-author__avatar .avatar {
    width: 100px;
    vertical-align: top;
}

@media (min-width: 992px) {
    .post-author__avatar .avatar {
        width: auto;
    }
}

.post-author__title {
    margin: 0 0 15px;
}

    .post-author__title a {
        text-transform: capitalize;
    }

.post-author__content {
    font-size: 16px;
    font-size: 1rem;
}

/*--------------------------------------------------------------
## Contact block
--------------------------------------------------------------*/
.contact-block__inner {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .contact-block__inner > * {
        padding-left: 10px;
        padding-right: 10px;
    }

@media (min-width: 768px) {
    .contact-block__inner {
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    }
}

@media (min-width: 1441px) {
    .contact-block__inner {
        margin-left: -20px;
        margin-right: -20px;
    }

        .contact-block__inner > * {
            padding-left: 20px;
            padding-right: 20px;
        }
}

@media (max-width: 1440px) {
    .contact-block__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.site-footer .contact-block__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-block__item {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .contact-block__item {
        width: auto;
    }
}

@media (min-width: 992px) {
    .contact-block__item {
        padding-top: 12px;
        padding-bottom: 14px;
    }
}

.site-footer.style-2 .contact-block__item {
    border-right: none;
}

@media (min-width: 992px) {
    .site-header .contact-block__item + .contact-block__item {
        position: relative;
    }

        .site-header .contact-block__item + .contact-block__item:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 100%;
            background-color: #c5cbcf;
        }
}

.site-footer.style-2 .contact-block__item + .contact-block__item {
    margin-top: 1px;
}

.contact-block__item a {
    display: inline-block;
}

.contact-block__item--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-block__item {
    text-align: center;
}

@media (min-width: 992px) {
    .contact-block__item {
        text-align: left;
    }
}

.contact-block__icon {
    margin-right: 10px;
}

.contact-block__text {
    text-align: left;
}

.contact-block__label {
    padding-right: 2px;
}

.site-header .header-container .contact-block__text, .site-header .header-container .contact-block__label {
    display: block;
}

.top-panel .contact-block__text, .top-panel .contact-block__label {
    display: inline-block;
}

/*--------------------------------------------------------------
## 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-arrow:before, .mfp-iframe-holder .mfp-arrow:after,
    .mfp-image-holder .mfp-arrow:before,
    .mfp-image-holder .mfp-arrow:after {
        /*rtl:begin:ignore*/
        border: none;
        width: 50px;
        height: 1px;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        /*rtl:end:ignore*/
    }

.mfp-iframe-holder .mfp-arrow-left:before, .mfp-iframe-holder .mfp-arrow-left:after,
.mfp-image-holder .mfp-arrow-left:before,
.mfp-image-holder .mfp-arrow-left:after {
    /*rtl:begin:ignore*/
    left: 20px;
    -webkit-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    transform-origin: 0 center;
    /*rtl:end:ignore*/
}

.mfp-iframe-holder .mfp-arrow-left:before,
.mfp-image-holder .mfp-arrow-left:before {
    /*rtl:ignore*/
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mfp-iframe-holder .mfp-arrow-left:after,
.mfp-image-holder .mfp-arrow-left:after {
    /*rtl:ignore*/
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-iframe-holder .mfp-arrow-right:before, .mfp-iframe-holder .mfp-arrow-right:after,
.mfp-image-holder .mfp-arrow-right:before,
.mfp-image-holder .mfp-arrow-right:after {
    /*rtl:begin:ignore*/
    right: 20px;
    left: auto;
    -webkit-transform-origin: 100% center;
    -ms-transform-origin: 100% center;
    transform-origin: 100% center;
    /*rtl:end:ignore*/
}

.mfp-iframe-holder .mfp-arrow-right:before,
.mfp-image-holder .mfp-arrow-right:before {
    /*rtl:ignore*/
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-iframe-holder .mfp-arrow-right:after,
.mfp-image-holder .mfp-arrow-right:after {
    /*rtl:ignore*/
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Card
--------------------------------------------------------------*/
.card {
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/*--------------------------------------------------------------
### Grid layout
--------------------------------------------------------------*/
@media (min-width: 768px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -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;
            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-2-cols .card, .posts-list--grid-3-cols .card {
        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: 992px) {
    .posts-list--grid-2-cols .card {
        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);
    }

    .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);
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .posts-list--grid-3-cols.one-right-sidebar .card, .posts-list--grid-3-cols.one-left-sidebar .card {
        max-width: calc(100% / 2 - 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);
    }
}

/*--------------------------------------------------------------
### Masonry layout
--------------------------------------------------------------*/
@media (min-width: 768px) {
    .card-columns {
        -webkit-column-gap: 1.875rem;
        column-gap: 1.875rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }

    .posts-list--masonry-2-cols,
    .posts-list--masonry-3-cols {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .posts-list--masonry-2-cols {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .posts-list--masonry-3-cols {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .posts-list--masonry-3-cols.one-right-sidebar, .posts-list--masonry-3-cols.one-left-sidebar {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

/*--------------------------------------------------------------
### 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;
            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: 1200px) {
    .posts-list--vertical-justify .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 1.875rem);
        flex: 0 0 calc(100% / 3 - 1.875rem);
        width: calc(100% / 3 - 1.875rem);
        max-width: calc(100% / 3 - 1.875rem);
    }

        .posts-list--vertical-justify .card:nth-child(7n + 2), .posts-list--vertical-justify .card:nth-child(7n + 3) {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% / 1.5 - 1.875rem);
            flex: 0 0 calc(100% / 1.5 - 1.875rem);
            width: calc(100% / 1.5 - 1.875rem);
            max-width: calc(100% / 1.5 - 1.875rem);
        }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.site-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-height: 1px;
}

.elementor-page .site-content:not(.container) {
    margin-left: 0;
    margin-right: 0;
}

.site-main {
    margin-bottom: 60px;
}

.elementor-page .site-main {
    margin-bottom: 0;
}

.site-content_wrap {
    margin-top: 2.7em;
}

.elementor-page .site-content_wrap {
    margin-top: 0;
}

.single.single-post-modern .site-content_wrap {
    margin-top: 3em;
}

@media (min-width: 1200px) {
    .single.single-post-modern .site-content_wrap {
        margin-top: 4.5em;
    }
}

.single.single-post-modern .site-content_wrap .entry-content {
    margin-bottom: 30px;
}

.site-content_wrap .sidebar {
    position: relative;
}

.fullwidth-top-border {
    position: relative;
}

@media (min-width: 768px) {
    .fullwidth-top-border:before {
        content: '';
        position: absolute;
        top: 0;
        left: -1000%;
        width: 2100%;
        height: 1px;
        background: #c5cbcf;
    }
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
    margin-top: 52px;
    -webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
    box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
    background-size: cover;
}

@media (min-width: 768px) {
    .site-header.transparent {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: absolute !important;
        left: 0;
        right: 0;
        z-index: 90;
        background-image: none;
    }
}

@media (min-width: 768px) {
    .site-header {
        margin-top: 0;
        position: relative;
    }
}

.header-container_wrap:not(.container),
.top-container_wrap:not(.container) {
    margin-left: 20px;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .header-container_wrap:not(.container),
    .top-container_wrap:not(.container) {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }
}

.header-container {
    position: relative;
}

.header-container_wrap {
    position: relative;
}

.header-container .header-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 1441px) {
    .header-container .header-btn {
        margin-top: 23px;
        margin-bottom: 23px;
    }
}

.header-container .site-branding {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .header-container .site-branding {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (min-width: 1441px) {
    .header-container .site-branding {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.header-container__flex {
    position: relative;
    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;
    padding-top: 10px;
    padding-bottom: 10px;
    -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: 768px) {
    .header-container__flex {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .header-container__flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 544px) {
    .header-nav-wrapper .main-navigation {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
        flex: 1 1 80%;
    }

    .header-nav-wrapper .header-components {
        margin-left: 30px;
    }
}

@media (min-width: 768px) {
    .header-nav-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        position: static;
    }

        .header-nav-wrapper .header-components {
            margin-left: 40px;
        }
}

.header-components {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header-components > *:not(:last-child) {
        margin-right: 10px;
    }

.site-branding,
.header-components {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .header-container .vertical-menu-toggle, .header-container
    .header-components, .header-container
    .header-search {
        display: none;
    }
}

@media (min-width: 544px) {
    .site-header .site-branding,
    .site-header .main-navigation,
    .site-header .menu-toggle {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
}

.site-header .header-components > * {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header-btn.btn, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .header-btn.button, body .booked-modal input.header-btn.button-primary[type="submit"] {
    padding: 18px 30px;
}

@media (min-width: 768px) {
    .site-header.default .site-branding {
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .site-header.default .main-navigation .menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-header.default .header-container__flex .site-branding {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .site-header.default .header-container__flex .header-btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .site-header.default .header-container__flex .header-nav-wrapper {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-header.style-2 .header-container__flex .header-nav-wrapper {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (min-width: 768px) {
    .site-header.style-3 .site-branding {
        width: 40%;
        margin-left: 30%;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .site-header.style-3 .jet-menu > .jet-menu-item {
        padding: 0 0 26px;
    }
}

.site-header.style-3 .isStuck .jet-menu > .jet-menu-item {
    padding: 0 0 5px;
}

.site-header.style-3 .header-btn.btn, .site-header.style-3 .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .header-btn.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .site-header.style-3 .header-btn.button, .site-header.style-3 body .booked-modal input.header-btn.button-primary[type="submit"], body .booked-modal .site-header.style-3 input.header-btn.button-primary[type="submit"] {
    padding: 15px 20px;
}

@media (min-width: 768px) {
    .site-header.style-3 .header-container__flex {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.site-header.style-3 .header-container .header-btn {
    margin-top: 15px;
    margin-bottom: 15px;
}

.site-header.style-3 .header-container .site-branding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-panel {
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom: 1px solid #c5cbcf;
}

@media (min-width: 1441px) {
    .top-panel {
        font-size: 16px;
        font-size: 1rem;
    }
}

.top-panel__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .top-panel__container > * {
        padding-left: 15px;
        padding-right: 15px;
    }

@media (min-width: 992px) {
    .top-panel__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .top-panel__container {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.top-panel__container > * {
    padding-top: 3px;
    padding-bottom: 3px;
}

@media (min-width: 992px) {
    .top-panel__container > * {
        margin-left: initial;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .top-panel__container > *:first-child {
            margin-right: auto;
        }
}

.top-panel__container__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .top-panel__container__items {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 1440px) {
    .top-panel__container__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.top-panel__container__items > *:first-child:before {
    content: none;
}

@media (min-width: 992px) {
    .top-panel__container__items > * {
        position: relative;
    }

        .top-panel__container__items > *:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 100%;
            background-color: #c5cbcf;
        }
}

.top-panel__wrap-items:only-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.top-panel__menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

    .top-panel__menus > * {
        padding-left: 15px;
        padding-right: 15px;
    }

.top-panel__message {
    padding: 2px 10px;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .top-panel__message {
        width: auto;
    }
}

@media (min-width: 992px) {
    .top-panel__message {
        padding: 12px 10px;
    }
}

@media (min-width: 1441px) {
    .top-panel__message {
        padding: 12px 18px;
    }
}

.top-panel__message a {
    font-weight: 700;
    margin-left: 2px;
}

@media (min-width: 768px) {
    .top-panel__message {
        text-align: left;
    }
}

.top-panel .site-header-cart {
    padding: 1px 10px 0;
}

@media (min-width: 992px) {
    .top-panel .site-header-cart {
        padding: 12px 10px;
    }
}

@media (min-width: 1441px) {
    .top-panel .site-header-cart {
        padding: 13px 18px;
    }
}

.site-header.style-2 .top-panel {
    border: none;
    border-bottom: 1px solid #c5cbcf;
}

@media (min-width: 992px) {
    .site-header.style-2 .top-panel .contact-block + .top-panel__container__items {
        position: relative;
    }

        .site-header.style-2 .top-panel .contact-block + .top-panel__container__items:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 100%;
            background-color: #c5cbcf;
        }
}

.site-header.style-2 .top-panel__container {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .site-header.style-2 .top-panel__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

@media (min-width: 992px) {
    .site-header.style-2 .top-panel__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-header.style-2 .top-panel__container__items {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .site-header.style-2 .top-panel__container > * {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.site-header.style-2 .top-panel__message {
    padding: 0;
}

.site-header.style-2 .site-logo--image {
    margin-top: 0;
}

.site-logo {
    margin: 0;
    line-height: 1;
}

@media (min-width: 992px) {
    .site-logo--image {
        margin-top: 6px;
    }
}

.site-logo__link {
    text-decoration: none;
    line-height: 1;
}

.site-description {
    font-size: 12px;
    font-size: 0.75rem;
}

.isStuck {
    -webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
    box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
    position: static !important;
}

@media (min-width: 768px) {
    .isStuck {
        position: fixed !important;
        z-index: 1000;
        margin: 0 !important;
        width: 100%;
        left: 0;
        right: 0;
    }
}

.isStuck#main-menu {
    padding: 10px 0 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.isStuck.vertical-menu-toggle-holder {
    padding: 10px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .isStuck.vertical-menu-toggle-holder .menu-toggle {
        margin-left: auto;
        margin-right: auto;
    }

.site-header .isStuck.header-container.stuckMenu {
    position: static !important;
}

@media (min-width: 768px) {
    .site-header .isStuck.header-container.stuckMenu {
        position: fixed !important;
    }
}

.isStuck.header-container.stuckMenu {
    background-size: cover;
    background-position: 50% 50%;
}

.isStuck .jet-menu > .jet-menu-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .isStuck .jet-menu > .jet-menu-item .top-level-link:before {
        bottom: -5px;
    }

.isStuck.header-container .site-branding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.isStuck.header-container .header-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.isStuck .header-btn.btn, .isStuck .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .header-btn.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .isStuck .header-btn.button, .isStuck body .booked-modal input.header-btn.button-primary[type="submit"], body .booked-modal .isStuck input.header-btn.button-primary[type="submit"] {
    padding-top: 15px;
    padding-bottom: 14px;
}

.pseudoStickyBlock {
    width: 100%;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .pseudoStickyBlock {
        display: none !important;
    }
}

.site-header.transparent .pseudoStickyBlock {
    position: absolute !important;
}

.mobile-panel {
    visibility: visible;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    padding: 11px 0.9375rem;
    height: 52px;
}

.mobile-panel__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header .mobile-panel .search-form__toggle {
    margin-top: 0;
}

.mobile-panel .main-menu-toggle {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.admin-bar .mobile-panel {
    top: 46px;
}

@media (max-width: 768px) {
    .admin-bar .mobile-panel {
        position: absolute;
    }
}

@media (max-width: 767px) {
    .mobile-panel .site-header-cart {
        margin-right: 5px;
        margin-top: 2px;
    }
}

@media (min-width: 768px) {
    .mobile-panel {
        display: none;
        visibility: hidden;
        left: -999em;
        height: 0;
    }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Posts list
--------------------------------------------------------------*/
.posts-list__item.no-thumb:not(.format-gallery) {
    padding: 40px 35px 22px;
    background-color: rgba(197, 203, 207, 0.1);
}

.posts-list--default .posts-list__item.no-thumb:not(.format-gallery) {
    margin-bottom: 55px;
}

.posts-list__item.no-thumb:not(.format-gallery) .post-thumbnail {
    margin-bottom: 0;
}

.posts-list--default .posts-list__item.no-thumb {
    margin-bottom: 15px;
}

.search.search-results .posts-list article {
    padding: 0;
    background: none;
    margin-bottom: 50px !important;
}

    .search.search-results .posts-list article > .entry-footer {
        margin-top: 30px;
    }

@media (min-width: 768px) {
    .search.search-results .posts-list article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 35px !important;
    }

        .search.search-results .posts-list article > .entry-footer {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            margin-top: 0;
        }

        .search.search-results .posts-list article > * {
            margin-left: 0.9375rem;
            margin-right: 0.9375rem;
        }

            .search.search-results .posts-list article > *:first-child {
                margin-left: 0;
            }

            .search.search-results .posts-list article > *:last-child {
                margin-right: 0;
            }
}

/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
    position: relative;
}

.posts-list .hentry {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .posts-list .hentry {
        margin-bottom: 63px;
    }
}

.posts-list--default .hentry {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .posts-list--default.featured-image--small .hentry {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .posts-list--default.featured-image--small .hentry > .post-thumbnail,
        .posts-list--default.featured-image--small .hentry > .post-format-wrap {
            margin-right: 30px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 300px;
            flex: 0 0 300px;
            max-width: 300px;
            margin-top: 0;
            margin-bottom: 0;
        }

        .posts-list--default.featured-image--small .hentry > .post-list__item-content {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
        }
}

@media (min-width: 992px) {
    .posts-list--default.featured-image--small.fullwidth .hentry {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .posts-list--default.featured-image--small.fullwidth .hentry > .post-thumbnail,
        .posts-list--default.featured-image--small.fullwidth .hentry > .post-format-wrap {
            margin-right: 30px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 418px;
            flex: 0 0 418px;
            max-width: 418px;
            margin-top: 0;
            margin-bottom: 0;
        }

        .posts-list--default.featured-image--small.fullwidth .hentry > .post-list__item-content {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
        }
}

@media (min-width: 1200px) {
    .posts-list--default.featured-image--small .hentry.format-gallery > .post-list__item-content {
        max-width: calc(100% - 418px);
    }
}

.single .hentry {
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.entry-title {
    margin: 0 0 14px;
}

.entry-meta {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 30px 0 0;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid rgba(197, 203, 207, 0.25);
}

    .entry-meta:empty {
        border: none;
    }

    .entry-meta > * {
        padding-left: 6px;
        padding-right: 6px;
    }

        .entry-meta > *:first-child {
            padding-left: 0;
        }

        .entry-meta > *:last-child {
            padding-right: 0;
        }

.posts-list .entry-content p {
    display: inline;
}

.posts-list .entry-content .btn, .posts-list .entry-content .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .posts-list .entry-content .button, .posts-list .entry-content body .booked-modal input.button-primary[type="submit"], body .booked-modal .posts-list .entry-content input.button-primary[type="submit"] {
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
    text-decoration: underline;
    text-transform: lowercase;
    font-weight: normal;
    letter-spacing: 0;
    background: none;
    margin-left: 3px;
}

    .posts-list .entry-content .btn:hover, .posts-list .entry-content .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button:hover, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .posts-list .entry-content .button:hover, .posts-list .entry-content body .booked-modal input.button-primary[type="submit"]:hover, body .booked-modal .posts-list .entry-content input.button-primary[type="submit"]:hover {
        background: none;
    }

.posts-list:not(.posts-list--default) .entry-summary > *:first-child,
.search.search-results .entry-summary > *:first-child, .posts-list:not(.posts-list--default) .entry-content > *:first-child,
.search.search-results .entry-content > *:first-child {
    margin-top: 14px;
}

.search.search-results .entry-header {
    margin-bottom: 0;
}

.single .hentry .entry-header {
    margin-bottom: 18px;
}

.entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .entry-footer > *:first-child {
        margin-right: 10px;
    }

    .entry-footer > *:only-child {
        margin-right: 0;
    }

    .entry-footer .entry-meta:nth-last-child(3):first-child {
        margin-right: 0;
        width: 100%;
    }

.posts-list:not(.posts-list--default) .entry-footer > *,
.single .hentry .entry-footer > * {
    margin-top: 20px;
}

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.posts-list--default.featured-image--small .post-thumbnail {
    margin-bottom: 1em;
}

@media (min-width: 992px) {
    .posts-list--default.featured-image--small .post-thumbnail {
        margin-bottom: 1.5em;
    }
}

.post-thumbnail__link.post-thumbnail--small {
    display: block;
    text-align: center;
}

    .post-thumbnail__link.post-thumbnail--small img {
        width: 100%;
    }

.post-thumbnail__img {
    display: inline-block;
    vertical-align: top;
}

.single .hentry .post-thumbnail__img {
    width: 100%;
}

.posts-list .post-thumbnail,
.posts-list .post-thumbnail--grid {
    margin-bottom: 25px;
}

.featured-image--fullwidth .post-thumbnail {
    display: block;
    margin-bottom: 35px;
}

    .featured-image--fullwidth .post-thumbnail img {
        width: 100%;
    }

.single .hentry.has-thumb .post-thumbnail {
    margin-bottom: 34px;
}

.post__date {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
}

    .post__date i {
        margin-right: 6px;
    }

.post__comments {
    margin-left: auto;
}

    .post__comments i {
        margin-right: 6px;
    }

    .post__terms a, .post__cats a, .post__date a, .post__comments a, .post-comments a, .post__tags a, .posted-by a {
        text-decoration: none;
    }

.single-modern-header .posted-by:before {
    content: none;
}

.posted-by__avatar img {
    border-radius: 50%;
    width: 80px;
}

@media (min-width: 768px) {
    .posted-by__avatar img {
        width: auto;
        margin-bottom: 15px;
    }
}

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.single .related-posts {
    margin-bottom: 0;
}

    .single .related-posts > .entry-title {
        margin-bottom: 40px;
    }

    .single .related-posts .related-post {
        margin-bottom: 45px;
    }

    .single .related-posts .post-thumbnail__img {
        width: 100%;
        height: auto;
    }

    .single .related-posts .entry-header {
        margin-bottom: 0;
    }

        .single .related-posts .entry-header .entry-title {
            margin-bottom: 4px;
        }

    .single .related-posts .entry-meta {
        margin-bottom: 0;
    }

    .single .related-posts .entry-content {
        margin-top: 0;
    }

/*--------------------------------------------------------------
### Modern Single Post
--------------------------------------------------------------*/
.single-modern-header {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

@media (min-width: 768px) {
    .single-modern-header {
        padding: 170px 0;
    }
}

@media (min-width: 992px) {
    .single-modern-header {
        padding: 250px 0;
    }
}

.single-modern-header .entry-title + .posted-by {
    margin-top: 50px;
}

.single-modern-header .entry-meta {
    margin-top: 15px;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .single-modern-header .entry-meta .posted-by {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400;
    }

    .single-modern-header .entry-meta .post__comments {
        margin-left: initial;
    }

.single-modern-header .post-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .single-modern-header .post-thumbnail > img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        opacity: .45;
        width: 100%;
        height: 100%;
    }

.ie .single-modern-header .post-thumbnail > img {
    font-family: 'object-fit: cover; object-position: center';
}

.single-modern-header .container {
    position: relative;
    z-index: 2;
}

/*--------------------------------------------------------------
### Archive page
--------------------------------------------------------------*/
.archive .taxonomy-description {
    margin-bottom: 25px;
}

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.sticky__label {
    display: block;
    text-align: center;
    border-radius: 30px;
    margin-right: 11px;
    margin-top: 3px;
    float: left;
    color: #ffffff;
}

    .sticky__label i {
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 30px;
        display: block;
    }

    .sticky__label.type-label, .sticky__label.type-both {
        padding-left: 15px;
        padding-right: 15px;
    }

        .sticky__label.type-both i {
            display: inline-block;
            margin-right: 5px;
            line-height: 30px;
        }

.has-thumb .sticky__label {
    position: absolute;
    top: 10px;
    left: 10px;
}

.posts-list .no-thumb .sticky__label {
    margin-top: -8px;
}

.posts-list--default .has-thumb .sticky__label,
.posts-list--default .no-thumb .sticky__label {
    position: initial;
    margin-top: 1px;
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
    /* Gallery */
    /* Link */
    /* Quote */
    /* Wrapper for non-image featured content */
}

.post-gallery {
    margin-bottom: .6em;
}

.posts-list--default.featured-image--small .post-gallery {
    margin-bottom: 0;
}

.entry-content .post-gallery:first-child {
    margin-top: 10px;
    margin-bottom: 40px;
}

.post-gallery__image {
    display: block;
    margin: auto;
    width: 100%;
}

.post-gallery__slide.swiper-slide:hover:hover {
    background-color: transparent;
}

.post-gallery__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.post-gallery__link {
    display: block;
}

.post-format-link {
    font-style: italic;
    padding: 13px 30px;
    border-radius: 3px;
}

    .post-format-link:before {
        content: '\f0c1';
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline;
        margin-right: 5px;
    }

.has-thumb .post-format-link-wrap {
    position: relative;
    margin-bottom: 35px;
}

    .has-thumb .post-format-link-wrap .post-format-link {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.has-thumb .post-format-link-wrap--grid {
    margin-bottom: 25px;
}

.post-format-quote {
    font-weight: 700;
}

.post-featured-content {
    margin-bottom: .6em;
}

.format-video .post-featured-content {
    background: none;
    margin-bottom: 35px;
}

    .format-video .post-featured-content iframe {
        display: block;
    }

.format-video .post-featured-content--grid {
    margin-bottom: 25px;
}

@media (min-width: 1200px) {
    .posts-list--default.featured-image--small .format-video .post-featured-content, .posts-list--default.featured-image--small
    .format-audio .post-featured-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 418px;
        flex: 0 0 418px;
        margin-right: 30px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .posts-list--default.featured-image--small.fullwidth .format-video .post-featured-content, .posts-list--default.featured-image--small.fullwidth
    .format-audio .post-featured-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 418px;
        flex: 0 0 418px;
        margin-right: 30px;
        margin-bottom: 0;
    }
}

.format-link .post-featured-content,
.format-quote .post-featured-content {
    border-radius: 3px;
    padding: 30px 20px;
}

@media (min-width: 1200px) {
    .format-link .post-featured-content,
    .format-quote .post-featured-content {
        padding: 40px;
    }
}

@media (min-width: 1200px) {
    .posts-list--grid-3-cols.one-right-sidebar .format-link .post-featured-content,
    .posts-list--grid-3-cols.one-left-sidebar .format-link .post-featured-content,
    .posts-list--masonry-3-cols.one-right-sidebar .format-link .post-featured-content,
    .posts-list--masonry-3-cols.one-left-sidebar .format-link .post-featured-content,
    .posts-list--vertical-justify.one-right-sidebar .format-link .post-featured-content,
    .posts-list--vertical-justify.one-left-sidebar .format-link .post-featured-content, .posts-list--grid-3-cols.one-right-sidebar
    .format-quote .post-featured-content,
    .posts-list--grid-3-cols.one-left-sidebar
    .format-quote .post-featured-content,
    .posts-list--masonry-3-cols.one-right-sidebar
    .format-quote .post-featured-content,
    .posts-list--masonry-3-cols.one-left-sidebar
    .format-quote .post-featured-content,
    .posts-list--vertical-justify.one-right-sidebar
    .format-quote .post-featured-content,
    .posts-list--vertical-justify.one-left-sidebar
    .format-quote .post-featured-content {
        padding: 40px 20px;
    }
}

.format-link .post-featured-content {
    text-align: center;
}

    .format-link .post-featured-content a {
        color: #ffffff;
    }

        .format-link .post-featured-content a:hover {
            color: inherit;
            opacity: .6;
        }

@media (min-width: 1200px) {
    .format-link .post-featured-content {
        padding: 26px 40px;
    }
}

.posts-list .format-link .post-featured-content {
    margin-bottom: 0;
}

    .posts-list .format-link .post-featured-content .entry-title {
        margin-bottom: 15px;
    }

.single .format-link .post-featured-content {
    margin-top: 40px;
    margin-bottom: 35px;
}

@media (min-width: 1200px) {
    .posts-list--grid-3-cols.one-right-sidebar .format-link .post-featured-content,
    .posts-list--grid-3-cols.one-left-sidebar .format-link .post-featured-content,
    .posts-list--masonry-3-cols.one-right-sidebar .format-link .post-featured-content,
    .posts-list--masonry-3-cols.one-left-sidebar .format-link .post-featured-content,
    .posts-list--vertical-justify.one-right-sidebar .format-link .post-featured-content,
    .posts-list--vertical-justify.one-left-sidebar .format-link .post-featured-content {
        padding: 26px 20px;
    }
}

.post-featured-content.post-quote .post-format-quote {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.format-quote .post-featured-content {
    margin-bottom: 0;
    padding: 0;
}

/* Aside */
.format-aside .entry-header {
    margin-bottom: 0;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/* Image pop-up */
a[data-popup="magnificPopup"],
.mini-gallery a {
    display: block;
    position: relative;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

    a[data-popup="magnificPopup"]:hover:after,
    .mini-gallery a:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    a[data-popup="magnificPopup"]:focus,
    .mini-gallery a:focus {
        outline: 0;
    }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-container {
    border-top: 1px solid #c5cbcf;
    font-size: 14px;
    font-size: 0.875rem;
}

.footer-area-wrap {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.9;
}

.footer-container_wrap:not(.container) {
    margin-left: 20px;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .footer-container_wrap:not(.container) {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }
}

.site-footer.style-2 .footer-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .site-footer.style-2 .footer-container {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.site-info .footer-logo,
.site-info .social-list,
.site-info .footer-menu,
.site-info .footer-copyright {
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-info .footer-copyright {
    font-size: 14px;
    font-size: 0.875rem;
}

.site-footer .subscribe-block,
.site-footer .social-list {
    padding: 15px 0;
}

.site-footer .subscribe-block {
    width: 100%;
}

@media (min-width: 544px) {
    .site-footer .subscribe-block {
        width: 270px;
    }
}

@media (min-width: 768px) {
    .site-footer .subscribe-block {
        width: 370px;
    }
}

.site-footer .subscribe-block__input-group {
    position: relative;
}

.site-footer .subscribe-block__input[type="email"] {
    padding-right: 40px;
}

.site-footer .subscribe-block__btn_wr {
    position: absolute;
    top: 0;
    right: 0;
}

.site-footer .subscribe-block__submit {
    padding: 10px 10px 12px;
    margin: 0;
    width: 44px;
    height: 43px;
    text-align: center;
    border-radius: 0;
    font-size: 21px;
}

    .site-footer .subscribe-block__submit,
    .site-footer .subscribe-block__submit i {
        display: block;
    }

        .site-footer .subscribe-block__submit.processing i {
            display: none;
        }

        .site-footer .subscribe-block__submit.processing .page-preloader {
            display: block;
        }

        .site-footer .subscribe-block__submit.subscribe-success {
            color: #01c100;
        }

            .site-footer .subscribe-block__submit.subscribe-success .fa:before {
                content: '\f00c';
            }

        .site-footer .subscribe-block__submit.subscribe-error {
            color: #de001b;
        }

            .site-footer .subscribe-block__submit.subscribe-error .fa:before {
                content: '\f06a';
            }

        .site-footer .subscribe-block__submit .page-preloader {
            display: none;
            margin: -10px 0 0 -10px;
            width: 21px;
            height: 21px;
        }

.footer-social-wrap {
    padding: 37px 0;
    font-size: 16px;
    font-size: 1rem;
    border-bottom: 1px solid #c5cbcf;
}

    .footer-social-wrap .footer-container_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: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media (min-width: 544px) {
    .footer-social-wrap .footer-container_wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer-area--fullwidth {
    margin-left: 0;
    margin-right: 0;
}

    .footer-area--fullwidth .widget {
        padding-left: 0;
        padding-right: 0;
    }

.site-footer.default .footer-container {
    padding-top: 14px;
    padding-bottom: 14px;
}

.site-footer.default .footer-container__top, .site-footer.default .footer-container__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .site-footer.default .footer-container__top, .site-footer.default .footer-container__bottom {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.site-footer.default .footer-container__top > *, .site-footer.default .footer-container__bottom > * {
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-footer.default .footer-container__top .footer-copyright {
    margin-left: auto;
}

.site-footer.default .footer-container__top .footer-menu + .footer-copyright {
    padding-left: 1.875rem;
}

.site-footer.default .footer-container__bottom .contact-block {
    margin-left: auto;
}

.site-footer.default .footer-container__bottom .footer-logo + .contact-block {
    padding-left: 1.875rem;
}

.site-footer.style-2 .site-info {
    text-align: center;
}

    .site-footer.style-2 .site-info > * + .social-list {
        margin: 10px 0 0;
    }

    .site-footer.style-2 .site-info > * + .footer-copyright {
        margin: 18px 0 0;
    }

    .site-footer.style-2 .site-info .footer-menu {
        margin-top: 10px;
    }

.site-footer.style-2 .subscribe-block {
    margin-left: auto;
    margin-right: auto;
}

.site-footer.style-2 .contact-block__inner {
    display: block;
}

.site-footer.style-2 .contact-block__item {
    padding: 0;
    line-height: 2;
}

.site-footer.style-2 .contact-block__value-wrap {
    text-align: center;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404 .site-content_wrap {
    margin-top: 0;
}

.not-found {
    text-align: center;
}

    .not-found .page-header h1 {
        margin-bottom: 5px;
    }

    .not-found .page-header h3 {
        margin-bottom: 37px;
    }

    .not-found .page-header + .page-content {
        margin-top: 92px;
    }

    .not-found.error-404, .not-found.no-results {
        margin: 100px 0;
    }

    .not-found .search-form {
        max-width: 370px;
        margin: 35px auto 0;
    }

header .page-title {
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin-bottom: 40px;
}

.widget-title {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 22px;
}

.footer-area .widget-title {
    margin-bottom: 25px;
}

    .footer-area .widget-title:after {
        content: '';
        display: block;
        margin-top: 15px;
        width: 67px;
        height: 2px;
        background-color: #c5cbcf;
    }

.full-width-header-area .widget-title,
.after-content-full-width-area .widget-title,
.tm_pb_column_4_4 .widget-title {
    margin-bottom: 1.5em;
}

.footer-area:not(.footer-area--fullwidth) .widget + .widget {
    padding-top: 0;
    border-top: none;
}

.widget select {
    max-width: 100%;
}

.full-width-header-area .widget,
.after-content-full-width-area .widget {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

    .full-width-header-area .widget.widget-fpblock, .full-width-header-area .widget.widget-playlist-slider,
    .after-content-full-width-area .widget.widget-fpblock,
    .after-content-full-width-area .widget.widget-playlist-slider {
        padding-left: 0;
        padding-right: 0;
    }

.footer-area {
    padding: 30px 0 10px;
}

@media (min-width: 992px) {
    .footer-area {
        padding: 50px 0 23px;
    }
}

.footer-area .widget-title {
    font-weight: 700;
}

.full-width-header-area .widget:first-child .widget-title {
    margin-top: 1.5em;
}

.breadcrumbs + .full-width-header-area {
    margin-top: 3em;
}

    .breadcrumbs + .full-width-header-area .widget:first-child .widget-title {
        margin-top: 0;
    }

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.widget ul {
    margin-bottom: 0;
    padding: 0;
    margin-left: 0;
    list-style: none;
}

    .widget ul li + li,
    .widget ul li > ul li,
    .widget ul li > ol li {
        margin-top: 6px;
    }

    .widget ul li > ul {
        margin-left: 10px;
    }

/*--------------------------------------------------------------
## Widget Categories
--------------------------------------------------------------*/
.widget_categories ul li {
    display: block;
}

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget_calendar table {
    margin-bottom: 0;
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    border: none;
}

@media (min-width: 1200px) {
    .widget_calendar table {
        border-spacing: 10px;
    }
}

.widget_calendar table th,
.widget_calendar table td,
.widget_calendar table thead th,
.widget_calendar table tbody + tbody {
    border: none;
}

.widget_calendar caption {
    margin-bottom: 13px;
    text-align: left;
}

.widget_calendar th {
    text-align: center;
    padding: 0 0 4px;
    font-weight: inherit;
}

.widget_calendar tbody td {
    position: relative;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 1px;
    text-align: center;
    border-radius: 3px;
    line-height: 34px;
}

@media (min-width: 1200px) {
    .widget_calendar tbody td {
        line-height: 43px;
    }
}

.widget_calendar tbody td a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    color: inherit;
}

.widget_calendar tfoot td {
    padding-top: 18px;
}

.widget_calendar #next {
    text-align: right;
}

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud {
    margin: -1.5px;
    font-size: 0;
    line-height: 0;
}

    .tagcloud a {
        font-size: 16px !important;
        display: inline-block;
        margin: 1.5px;
        padding: 15px 20px;
        vertical-align: top;
        text-decoration: none;
        border-radius: 3px;
    }

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries ul li,
.elementor-widget.elementor-widget-wp-widget-recent-posts ul li {
    margin: 0;
    font-weight: 400;
    line-height: 1.35;
}

    .widget_recent_entries ul li:before,
    .elementor-widget.elementor-widget-wp-widget-recent-posts ul li:before {
        content: none;
    }

    .widget_recent_entries ul li a,
    .elementor-widget.elementor-widget-wp-widget-recent-posts ul li a {
        display: block;
        font-size: 16px;
        font-size: 1rem;
    }

    .widget_recent_entries ul li .post-date,
    .elementor-widget.elementor-widget-wp-widget-recent-posts ul li .post-date {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        font-size: 0.875rem;
    }

    .widget_recent_entries ul li + li,
    .elementor-widget.elementor-widget-wp-widget-recent-posts ul li + li {
        margin-top: 27px;
    }

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments ul li + li {
    margin-top: 19px;
}

.widget_recent_comments ul li .comment-author-link {
    font-weight: bold;
}

    .widget_recent_comments ul li .comment-author-link ~ a {
        margin-top: 6px !important;
    }

        .widget_recent_comments ul li .comment-author-link ~ a:before {
            content: '';
            display: block;
        }

/*--------------------------------------------------------------
## Widget Search
--------------------------------------------------------------*/
.invert .widget_search .search-form__input-wrap i {
    color: #ffffff;
}

.sidebar .widget_nav_menu,
.sidebar .widget_archive,
.elementor-widget-wp-widget-nav_menu {
    padding: 15px 20px 25px;
    border-top: 7px solid rgba(197, 203, 207, 0.25);
    background: rgba(197, 203, 207, 0.1);
}

@media (min-width: 992px) {
    .sidebar .widget_nav_menu,
    .sidebar .widget_archive,
    .elementor-widget-wp-widget-nav_menu {
        padding: 23px 40px 45px;
    }
}

.sidebar .widget_nav_menu ul li:before,
.sidebar .widget_archive ul li:before,
.elementor-widget-wp-widget-nav_menu ul li:before {
    content: none;
}

.sidebar .widget_nav_menu ul li a,
.sidebar .widget_archive ul li a,
.elementor-widget-wp-widget-nav_menu ul li a {
    font-weight: 400;
}

    .sidebar .widget_nav_menu ul li a:before,
    .sidebar .widget_archive ul li a:before,
    .elementor-widget-wp-widget-nav_menu ul li a:before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 2px;
        margin-right: 10px;
    }

.sidebar .widget_nav_menu ul li + li,
.sidebar .widget_archive ul li + li,
.elementor-widget-wp-widget-nav_menu ul li + li {
    margin-top: 14px;
}

/*--------------------------------------------------------------
## About author
--------------------------------------------------------------*/
.about-author {
    padding: 10px 15px;
    text-align: center;
    background-color: #f8f8f8;
}

@media (min-width: 992px) {
    .about-author {
        padding: 30px 40px;
    }
}

.about-author:after {
    display: block;
    clear: both;
    width: 100%;
    content: '';
}

.about-author_avatar {
    margin-bottom: 23px;
}

.full-width-header-area .about-author_avatar,
.after-content-full-width-area .about-author_avatar,
.before-content-area .about-author_avatar,
.before-loop-area .about-author_avatar,
.after-content-area .about-author_avatar,
.after-loop-area .about-author_avatar,
.footer-area--fullwidth .about-author_avatar {
    margin: 0 0 1em;
    max-width: 100%;
}

@media (min-width: 768px) {
    .full-width-header-area .about-author_avatar,
    .after-content-full-width-area .about-author_avatar,
    .before-content-area .about-author_avatar,
    .before-loop-area .about-author_avatar,
    .after-content-area .about-author_avatar,
    .after-loop-area .about-author_avatar,
    .footer-area--fullwidth .about-author_avatar {
        float: left;
        max-width: 50%;
        margin: 0 1.5em 0 0;
    }
}

.about-author_img {
    border-radius: 100%;
}

.full-width-header-area .about-author_content,
.after-content-full-width-area .about-author_content,
.before-content-area .about-author_content,
.before-loop-area .about-author_content,
.after-content-area .about-author_content,
.after-loop-area .about-author_content,
.footer-area--fullwidth .about-author_content {
    overflow: hidden;
}

.about-author_name {
    margin: 0;
    padding: 0 0 1em;
}

.about-author_description {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
## About ClearMind
--------------------------------------------------------------*/
.widget-about__logo-img {
    vertical-align: top;
}

.widget-about__content {
    margin-top: 23px;
}

.widget-about__tagline {
    margin: 5px 0 0;
    font-size: 12px;
    font-size: 0.75rem;
}

.widget-about__social {
    margin-top: 15px;
}

    .widget-about__social .menu-item a, .widget-about__social .menu-item a:before,
    .widget-about__social .menu-item a:hover,
    .widget-about__social .menu-item a:hover:before {
        background: none;
    }

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.widget-banner__img {
    display: inline-block;
    vertical-align: top;
}

.widget-banner__link {
    display: inline-block;
}

    .widget-banner__link:hover {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.widget-carousel .swiper-carousel-container {
    position: relative;
}

.widget-carousel .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

    .widget-carousel .swiper-slide .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .widget-carousel .swiper-slide .entry-content {
        margin: 0;
    }

    .widget-carousel .swiper-slide .entry-title {
        margin-bottom: 5px;
    }

    .widget-carousel .swiper-slide .post-thumbnail__link {
        display: block;
        overflow: hidden;
        margin-bottom: 1.5em;
    }

    .widget-carousel .swiper-slide .post-thumbnail__img {
        display: block;
        width: 100%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .widget-carousel .swiper-slide .carousel__more-btn {
        margin-top: 25px;
    }

    .widget-carousel .swiper-slide .post__excerpt {
        margin-top: 1.2em;
    }

.widget-carousel .swiper-pagination {
    margin-top: 48px;
    position: static;
}

.widget-carousel .swiper-button-next, .widget-carousel .swiper-button-prev {
    margin: 0;
    top: 135px;
}

@media (min-width: 544px) {
    .widget-carousel .swiper-button-next, .widget-carousel .swiper-button-prev {
        top: 25%;
    }
}

@media (min-width: 992px) {
    .widget-carousel .swiper-button-next, .widget-carousel .swiper-button-prev {
        margin: 0;
        top: 35%;
    }
}

@media (min-width: 992px) {
    .sidebar .widget-carousel .swiper-button-next, .sidebar .widget-carousel .swiper-button-prev {
        top: 25%;
    }
}

@media (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .widget-carousel .swiper-button-next, .footer-area:not(.footer-area--fullwidth) .widget-carousel .swiper-button-prev {
        top: 25%;
    }
}

@media (min-width: 1600px) {
    .content-layout-boxed .before-content-area .widget-carousel .swiper-button-next,
    .content-layout-boxed .after-content-area .widget-carousel .swiper-button-next {
        right: -50px;
    }
}

@media (min-width: 1600px) {
    .content-layout-boxed .before-content-area .widget-carousel .swiper-button-prev,
    .content-layout-boxed .after-content-area .widget-carousel .swiper-button-prev {
        left: -50px;
    }
}

.sidebar .widget-carousel .entry-title,
.tm_pb_column_1_4 .widget-carousel .entry-title,
.tm_pb_column_1_3 .widget-carousel .entry-title,
.footer-area:not(.footer-area--fullwidth) .widget-carousel .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
}

.sidebar .widget-carousel .swiper-button-next,
.sidebar .widget-carousel .swiper-button-prev,
.tm_pb_column_1_4 .widget-carousel .swiper-button-next,
.tm_pb_column_1_4 .widget-carousel .swiper-button-prev,
.tm_pb_column_1_3 .widget-carousel .swiper-button-next,
.tm_pb_column_1_3 .widget-carousel .swiper-button-prev,
.footer-area:not(.footer-area--fullwidth) .widget-carousel .swiper-button-next,
.footer-area:not(.footer-area--fullwidth) .widget-carousel .swiper-button-prev {
    top: 20%;
}

.sidebar .widget-carousel .swiper-button-next,
.tm_pb_column_1_4 .widget-carousel .swiper-button-next,
.tm_pb_column_1_3 .widget-carousel .swiper-button-next,
.footer-area:not(.footer-area--fullwidth) .widget-carousel .swiper-button-next {
    right: 15px;
}

.sidebar .widget-carousel .swiper-button-prev,
.tm_pb_column_1_4 .widget-carousel .swiper-button-prev,
.tm_pb_column_1_3 .widget-carousel .swiper-button-prev,
.footer-area:not(.footer-area--fullwidth) .widget-carousel .swiper-button-prev {
    left: 15px;
}

/*--------------------------------------------------------------
## Contact Information
--------------------------------------------------------------*/
.contact-information-widget__inner li {
    margin-left: 0;
}

    .contact-information-widget__inner li .icon {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 13px;
        display: block;
        height: 36px;
        width: 36px;
        border: 1px solid #c5cbcf;
        border-radius: 50%;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1;
        text-align: center;
    }

        .contact-information-widget__inner li .icon::before {
            line-height: 35px;
        }

    .contact-information-widget__inner li em {
        display: block;
        margin-top: 4px;
    }

    .contact-information-widget__inner li.contact-information__item--icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.contact-information-widget ul li + li {
    margin-top: 10px;
}

/*--------------------------------------------------------------
## Custom Posts
--------------------------------------------------------------*/
.custom-posts__holder {
    margin-bottom: -35px;
}

.custom-posts__item {
    padding-bottom: 35px;
}

.custom-posts .post-thumbnail {
    margin-bottom: 10px;
}

    .custom-posts .post-thumbnail img {
        width: 100%;
    }

@media (min-width: 1200px) {
    .sidebar-1-3 .sidebar .custom-posts .post-thumbnail,
    .tm_pb_column_1_3 .custom-posts .post-thumbnail,
    .footer-area--2-cols .custom-posts .post-thumbnail {
        margin-bottom: 0;
        float: left;
        margin-right: 20px;
        margin-top: 6px;
    }

        .sidebar-1-3 .sidebar .custom-posts .post-thumbnail img,
        .tm_pb_column_1_3 .custom-posts .post-thumbnail img,
        .footer-area--2-cols .custom-posts .post-thumbnail img {
            width: 120px;
        }
}

.sidebar-1-3 .sidebar .custom-posts .post-content-wrap,
.tm_pb_column_1_3 .custom-posts .post-content-wrap,
.footer-area--2-cols .custom-posts .post-content-wrap {
    overflow: hidden;
}

.sidebar .custom-posts .entry-title,
.tm_pb_column_1_4 .custom-posts .entry-title,
.tm_pb_column_1_3 .custom-posts .entry-title,
.footer-area:not(.footer-area--fullwidth) .custom-posts .entry-title {
    line-height: 1.714285;
}

.custom-posts .entry-header > *, .custom-posts .entry-content > *, .custom-posts .entry-footer > * {
    margin-top: 5px;
}

/*--------------------------------------------------------------
## Featured Posts Block
--------------------------------------------------------------*/
.widget-fpblock__wrapper {
    position: relative;
}

.widget-fpblock__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget-fpblock__container {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (min-width: 992px) {
    .widget-fpblock__items-layout-1 .widget-fpblock__container {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

        .widget-fpblock__items-layout-1 .widget-fpblock__container + .widget-fpblock__container {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
}

@media (min-width: 992px) {
    .widget-fpblock__items-layout-1 .widget-fpblock__container,
    .widget-fpblock__items-layout-2 .widget-fpblock__container,
    .widget-fpblock__items-layout-4 .widget-fpblock__container,
    .widget-fpblock__items-layout-5 .widget-fpblock__container {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

.widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
.widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
    .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
    .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
    .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 992px) {
    .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
    .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
    .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
    .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .before-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
    .after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_2_3 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_3_4 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_1_2 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item, .before-loop-area
    .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
    .after-loop-area
    .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_2_3
    .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_3_4
    .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_1_2
    .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item, .before-loop-area
    .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
    .after-loop-area
    .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_2_3
    .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_3_4
    .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_1_2
    .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item, .before-loop-area
    .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
    .after-loop-area
    .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_2_3
    .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_3_4
    .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_1_2
    .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 992px) {
    .widget-fpblock__items-layout-3 .widget-fpblock__container {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) {
    .widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item:first-child {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .before-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container,
    .after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__container,
    .tm_pb_column_2_3 .widget-fpblock__items-layout-1 .widget-fpblock__container,
    .tm_pb_column_3_4 .widget-fpblock__items-layout-1 .widget-fpblock__container,
    .tm_pb_column_1_2 .widget-fpblock__items-layout-1 .widget-fpblock__container, .before-loop-area
    .widget-fpblock__items-layout-2 .widget-fpblock__container,
    .after-loop-area
    .widget-fpblock__items-layout-2 .widget-fpblock__container,
    .tm_pb_column_2_3
    .widget-fpblock__items-layout-2 .widget-fpblock__container,
    .tm_pb_column_3_4
    .widget-fpblock__items-layout-2 .widget-fpblock__container,
    .tm_pb_column_1_2
    .widget-fpblock__items-layout-2 .widget-fpblock__container, .before-loop-area
    .widget-fpblock__items-layout-3 .widget-fpblock__container,
    .after-loop-area
    .widget-fpblock__items-layout-3 .widget-fpblock__container,
    .tm_pb_column_2_3
    .widget-fpblock__items-layout-3 .widget-fpblock__container,
    .tm_pb_column_3_4
    .widget-fpblock__items-layout-3 .widget-fpblock__container,
    .tm_pb_column_1_2
    .widget-fpblock__items-layout-3 .widget-fpblock__container, .before-loop-area
    .widget-fpblock__items-layout-4 .widget-fpblock__container,
    .after-loop-area
    .widget-fpblock__items-layout-4 .widget-fpblock__container,
    .tm_pb_column_2_3
    .widget-fpblock__items-layout-4 .widget-fpblock__container,
    .tm_pb_column_3_4
    .widget-fpblock__items-layout-4 .widget-fpblock__container,
    .tm_pb_column_1_2
    .widget-fpblock__items-layout-4 .widget-fpblock__container, .before-loop-area
    .widget-fpblock__items-layout-5 .widget-fpblock__container,
    .after-loop-area
    .widget-fpblock__items-layout-5 .widget-fpblock__container,
    .tm_pb_column_2_3
    .widget-fpblock__items-layout-5 .widget-fpblock__container,
    .tm_pb_column_3_4
    .widget-fpblock__items-layout-5 .widget-fpblock__container,
    .tm_pb_column_1_2
    .widget-fpblock__items-layout-5 .widget-fpblock__container {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.sidebar .widget-fpblock__items-layout-1 .widget-fpblock__container,
.tm_pb_column_1_4 .widget-fpblock__items-layout-1 .widget-fpblock__container,
.tm_pb_column_1_3 .widget-fpblock__items-layout-1 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-1 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-2 .widget-fpblock__container,
.tm_pb_column_1_4
.widget-fpblock__items-layout-2 .widget-fpblock__container,
.tm_pb_column_1_3
.widget-fpblock__items-layout-2 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-2 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-3 .widget-fpblock__container,
.tm_pb_column_1_4
.widget-fpblock__items-layout-3 .widget-fpblock__container,
.tm_pb_column_1_3
.widget-fpblock__items-layout-3 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-3 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-4 .widget-fpblock__container,
.tm_pb_column_1_4
.widget-fpblock__items-layout-4 .widget-fpblock__container,
.tm_pb_column_1_3
.widget-fpblock__items-layout-4 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-4 .widget-fpblock__container, .sidebar
.widget-fpblock__items-layout-5 .widget-fpblock__container,
.tm_pb_column_1_4
.widget-fpblock__items-layout-5 .widget-fpblock__container,
.tm_pb_column_1_3
.widget-fpblock__items-layout-5 .widget-fpblock__container,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-5 .widget-fpblock__container {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

    .sidebar .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_1_4 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_1_3 .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item,
    .footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item, .sidebar
    .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_1_4
    .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_1_3
    .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item,
    .footer-area:not(.footer-area--fullwidth)
    .widget-fpblock__items-layout-2 .widget-fpblock__container .widget-fpblock__item, .sidebar
    .widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_1_4
    .widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_1_3
    .widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item,
    .footer-area:not(.footer-area--fullwidth)
    .widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item, .sidebar
    .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_1_4
    .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_1_3
    .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item,
    .footer-area:not(.footer-area--fullwidth)
    .widget-fpblock__items-layout-4 .widget-fpblock__container .widget-fpblock__item, .sidebar
    .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_1_4
    .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
    .tm_pb_column_1_3
    .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item,
    .footer-area:not(.footer-area--fullwidth)
    .widget-fpblock__items-layout-5 .widget-fpblock__container .widget-fpblock__item {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

.widget-fpblock__item {
    min-height: 360px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 992px) {
    .before-loop-area .widget-fpblock__item,
    .after-loop-area .widget-fpblock__item,
    .tm_pb_column_2_3 .widget-fpblock__item,
    .tm_pb_column_3_4 .widget-fpblock__item,
    .tm_pb_column_1_2 .widget-fpblock__item {
        min-height: 300px;
    }
}

.widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (min-width: 992px) {
    .widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .before-loop-area .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
    .after-loop-area .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
    .tm_pb_column_2_3 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
    .tm_pb_column_3_4 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
    .tm_pb_column_1_2 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.sidebar .sidebar .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.footer-area:not(.footer-area--fullwidth) .sidebar .widget-fpblock__items-layout-4 .widget-fpblock__item-simple, .sidebar
.tm_pb_column_1_4 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.footer-area:not(.footer-area--fullwidth)
.tm_pb_column_1_4 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple, .sidebar
.tm_pb_column_1_3 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.footer-area:not(.footer-area--fullwidth)
.tm_pb_column_1_3 .widget-fpblock__items-layout-4 .widget-fpblock__item-simple, .sidebar
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-4 .widget-fpblock__item-simple,
.footer-area:not(.footer-area--fullwidth)
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-4 .widget-fpblock__item-simple {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.widget-fpblock__item-featured {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (min-width: 992px) {
    .widget-fpblock__items-layout-1 .widget-fpblock__item-featured {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 992px) {
    .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
    .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
    .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
    .widget-fpblock__items-layout-4 .widget-fpblock__item-featured {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 992px) {
    .widget-fpblock__items-layout-5 .widget-fpblock__item-featured {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .before-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
    .after-loop-area .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
    .tm_pb_column_2_3 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
    .tm_pb_column_3_4 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
    .tm_pb_column_1_2 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured, .before-loop-area
    .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
    .after-loop-area
    .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
    .tm_pb_column_2_3
    .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
    .tm_pb_column_3_4
    .widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
    .tm_pb_column_1_2
    .widget-fpblock__items-layout-2 .widget-fpblock__item-featured, .before-loop-area
    .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
    .after-loop-area
    .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
    .tm_pb_column_2_3
    .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
    .tm_pb_column_3_4
    .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
    .tm_pb_column_1_2
    .widget-fpblock__items-layout-3 .widget-fpblock__item-featured, .before-loop-area
    .widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
    .after-loop-area
    .widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
    .tm_pb_column_2_3
    .widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
    .tm_pb_column_3_4
    .widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
    .tm_pb_column_1_2
    .widget-fpblock__items-layout-4 .widget-fpblock__item-featured, .before-loop-area
    .widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
    .after-loop-area
    .widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
    .tm_pb_column_2_3
    .widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
    .tm_pb_column_3_4
    .widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
    .tm_pb_column_1_2
    .widget-fpblock__items-layout-5 .widget-fpblock__item-featured {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.sidebar .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
.tm_pb_column_1_4 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
.tm_pb_column_1_3 .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth) .widget-fpblock__items-layout-1 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
.tm_pb_column_1_4
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
.tm_pb_column_1_3
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-2 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
.tm_pb_column_1_4
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
.tm_pb_column_1_3
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-3 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
.tm_pb_column_1_4
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
.tm_pb_column_1_3
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-4 .widget-fpblock__item-featured, .sidebar
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
.tm_pb_column_1_4
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
.tm_pb_column_1_3
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured,
.footer-area:not(.footer-area--fullwidth)
.widget-fpblock__items-layout-5 .widget-fpblock__item-featured {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.widget-fpblock__item-inner {
    width: 100%;
    margin-top: 30px;
    padding: 40px 15px 30px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.75) 100%);
}

@media (min-width: 992px) {
    .widget-fpblock__item-inner {
        min-height: 180px;
    }
}

@media (min-width: 1200px) {
    .widget-fpblock__item-inner {
        padding: 70px 25px 25px;
        min-height: 195px;
    }
}

.before-loop-area .widget-fpblock__item-inner,
.after-loop-area .widget-fpblock__item-inner,
.tm_pb_column_2_3 .widget-fpblock__item-inner,
.tm_pb_column_3_4 .widget-fpblock__item-inner,
.tm_pb_column_1_2 .widget-fpblock__item-inner {
    padding: 40px 15px 30px;
}

.widget-fpblock__item-title {
    margin-bottom: 5px;
}

@media (max-width: 1440px) {
    .widget-fpblock__item-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.before-loop-area .widget-fpblock__item-title,
.after-loop-area .widget-fpblock__item-title,
.tm_pb_column_2_3 .widget-fpblock__item-title,
.tm_pb_column_3_4 .widget-fpblock__item-title,
.tm_pb_column_1_2 .widget-fpblock__item-title {
    font-size: 18px;
    font-size: 1.125rem;
}

@media (min-width: 992px) {
    .widget-fpblock__item-featured .widget-fpblock__item-title {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .before-loop-area .widget-fpblock__item-featured .widget-fpblock__item-title,
    .after-loop-area .widget-fpblock__item-featured .widget-fpblock__item-title,
    .tm_pb_column_2_3 .widget-fpblock__item-featured .widget-fpblock__item-title,
    .tm_pb_column_3_4 .widget-fpblock__item-featured .widget-fpblock__item-title,
    .tm_pb_column_1_2 .widget-fpblock__item-featured .widget-fpblock__item-title {
        margin-bottom: 5px;
    }
}

.widget-fpblock__item-content {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .widget-fpblock__item-content {
        font-size: 16px;
        font-size: 1rem;
    }
}

.before-loop-area .widget-fpblock__item-content,
.after-loop-area .widget-fpblock__item-content,
.tm_pb_column_2_3 .widget-fpblock__item-content,
.tm_pb_column_3_4 .widget-fpblock__item-content,
.tm_pb_column_1_2 .widget-fpblock__item-content {
    font-size: 14px;
    font-size: 0.875rem;
}

/*--------------------------------------------------------------
## Image Grid
--------------------------------------------------------------*/
.widget-image-grid .row, .widget-image-grid .cherry-services.services-wrap .cherry-services-row, .cherry-services.services-wrap .widget-image-grid .cherry-services-row, .widget-image-grid .cross-sells .products, .cross-sells .widget-image-grid .products {
    margin: 0;
}

.widget-image-grid__holder {
    padding: 0;
}

.widget-image-grid__inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.widget-image-grid__img {
    display: block;
    width: 100%;
    height: auto;
}

.widget-image-grid__content {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 5px;
    text-align: center;
    opacity: 0;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .widget-image-grid__content:hover {
        opacity: 1;
    }

    .widget-image-grid__content::before {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        opacity: 0.9;
    }

.widget-image-grid__title {
    margin: 5px 0;
    font-size: 16px;
    font-size: 1rem;
}

@media (min-width: 1200px) {
    .widget-image-grid__title {
        font-size: 24px;
        font-size: 1.5rem;
        max-width: 75%;
    }
}

.sidebar .widget-image-grid__title,
.tm_pb_column_1_4 .widget-image-grid__title,
.tm_pb_column_1_3 .widget-image-grid__title,
.footer-area:not(.footer-area--fullwidth) .widget-image-grid__title {
    font-size: 16px;
    font-size: 1rem;
}

/*--------------------------------------------------------------
## News Smart Box
--------------------------------------------------------------*/
.news-smart-box__instance .full-type .news-smart-box__item-inner {
    display: block;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

@media (min-width: 1200px) {
    .news-smart-box__instance .mini-type .news-smart-box__item-header {
        margin-bottom: 0;
        max-width: 300px;
        margin-right: 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }

    .sidebar .news-smart-box__instance .mini-type .news-smart-box__item-header,
    .tm_pb_column_1_4 .news-smart-box__instance .mini-type .news-smart-box__item-header,
    .tm_pb_column_1_3 .news-smart-box__instance .mini-type .news-smart-box__item-header,
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__instance .mini-type .news-smart-box__item-header {
        margin-bottom: 10px;
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .before-loop-area .news-smart-box__instance .mini-type .news-smart-box__item-header,
    .after-loop-area .news-smart-box__instance .mini-type .news-smart-box__item-header,
    .tm_pb_column_2_3 .news-smart-box__instance .mini-type .news-smart-box__item-header,
    .tm_pb_column_3_4 .news-smart-box__instance .mini-type .news-smart-box__item-header,
    .tm_pb_column_1_2 .news-smart-box__instance .mini-type .news-smart-box__item-header {
        max-width: 150px;
        margin-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    }
}

@media (min-width: 1200px) {
    .news-smart-box__instance.layout_type_1 .full-type {
        float: left;
    }

    .news-smart-box__instance.layout_type_1 .mini-type {
        float: left;
        width: 50%;
    }

    .sidebar .news-smart-box__instance.layout_type_1 .mini-type,
    .tm_pb_column_1_4 .news-smart-box__instance.layout_type_1 .mini-type,
    .tm_pb_column_1_3 .news-smart-box__instance.layout_type_1 .mini-type,
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__instance.layout_type_1 .mini-type {
        width: 100%;
    }

    .news-smart-box__instance.layout_type_1 .news-smart-box__item:nth-child(2n + 5) {
        clear: both;
    }
}

.news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-inner {
    position: relative;
    overflow: hidden;
}

.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header {
    margin-bottom: 0;
}

.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.footer-area--fullwidth .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header,
.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-header {
    margin-bottom: 0;
}

.full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 544px) {
    .full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
        padding: 40px 20px 30px;
    }
}

@media (min-width: 1200px) {
    .full-width-header-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .after-content-full-width-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
        padding: 60px 40px 30px;
        min-height: 195px;
    }
}

.before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.footer-area--fullwidth .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
.tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 544px) {
    .before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .footer-area--fullwidth .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
        padding: 40px 20px 30px;
    }
}

@media (min-width: 1200px) {
    .before-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .after-content-area .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .footer-area--fullwidth .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content,
    .tm_pb_column_4_4 .news-smart-box__instance.layout_type_2 .full-type .news-smart-box__item-content {
        padding: 60px 40px 30px;
        min-height: 195px;
    }
}

@media (min-width: 992px) {
    .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }

    .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header {
        margin-bottom: 0;
    }

    .sidebar .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
    .tm_pb_column_1_4 .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
    .tm_pb_column_1_3 .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header {
        margin-bottom: 18px;
    }

    .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
    .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        position: relative;
        min-height: 1px;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .sidebar .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
    .tm_pb_column_1_4 .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
    .tm_pb_column_1_3 .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header, .sidebar
    .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
    .tm_pb_column_1_4
    .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
    .tm_pb_column_1_3
    .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content,
    .footer-area:not(.footer-area--fullwidth)
    .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.news-smart-box__wrapper {
    position: relative;
}

@media (min-width: 1200px) {
    .layout_type_1 .news-smart-box__listing {
        display: block;
    }
}

@media (min-width: 992px) {
    .sidebar .news-smart-box__item {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__item,
    .tm_pb_column_1_3 .news-smart-box__item,
    .tm_pb_column_1_4 .news-smart-box__item {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.news-smart-box__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 65px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

@media (min-width: 992px) {
    .sidebar .news-smart-box__item-inner {
        display: block;
    }
}

@media (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__item-inner,
    .tm_pb_column_1_3 .news-smart-box__item-inner,
    .tm_pb_column_1_4 .news-smart-box__item-inner {
        display: block;
    }
}

@media (min-width: 1200px) {
    .layout_type_1 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner {
        margin-top: 0;
    }

    .sidebar .layout_type_1 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner,
    .tm_pb_column_1_4 .layout_type_1 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner,
    .tm_pb_column_1_3 .layout_type_1 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner,
    .footer-area:not(.footer-area--fullwidth) .layout_type_1 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner {
        margin-top: 65px;
    }
}

.layout_type_2 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner {
    margin-top: 65px;
}

@media (min-width: 992px) {
    .layout_type_2 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .sidebar .layout_type_2 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner {
        margin-top: 65px;
    }
}

@media (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .layout_type_2 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner,
    .tm_pb_column_1_3 .layout_type_2 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner,
    .tm_pb_column_1_4 .layout_type_2 .news-smart-box__item:nth-child(2) .news-smart-box__item-inner {
        margin-top: 65px;
    }
}

@media (min-width: 544px) {
    .full-type .news-smart-box__item-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .news-smart-box__item-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.news-smart-box__item-inner.animate-cycle-show {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.news-smart-box__item-header {
    margin-bottom: 18px;
}

@media (min-width: 1200px) {
    .news-smart-box__item-header {
        margin-bottom: 32px;
    }

    .sidebar .news-smart-box__item-header,
    .tm_pb_column_1_4 .news-smart-box__item-header,
    .tm_pb_column_1_3 .news-smart-box__item-header,
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__item-header {
        margin-bottom: 18px;
    }
}

.news-smart-box__item-title {
    margin-top: 5px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .news-smart-box__item-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (min-width: 1200px) {
    .full-type .news-smart-box__item-title {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.full-width-header-area .layout_type_2 .full-type .news-smart-box__item-title,
.after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-title {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
    margin-bottom: 10px;
}

.before-content-area .layout_type_2 .full-type .news-smart-box__item-title,
.after-content-area .layout_type_2 .full-type .news-smart-box__item-title,
.footer-area--fullwidth .layout_type_2 .full-type .news-smart-box__item-title,
.tm_pb_column_4_4 .layout_type_2 .full-type .news-smart-box__item-title {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .sidebar .news-smart-box__item-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__item-title,
    .tm_pb_column_1_3 .news-smart-box__item-title,
    .tm_pb_column_1_4 .news-smart-box__item-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.news-smart-box__item-excerpt {
    margin-top: 12px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .news-smart-box__item-excerpt {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
    .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-excerpt {
        margin-top: 5px;
    }
}

@media (max-width: 543px) {
    .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
    .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-excerpt {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
    .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-excerpt {
        margin-top: 5px;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .before-content-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
    .after-content-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
    .footer-area--fullwidth .layout_type_2 .full-type .news-smart-box__item-excerpt,
    .tm_pb_column_4_4 .layout_type_2 .full-type .news-smart-box__item-excerpt {
        margin-top: 5px;
    }
}

@media (max-width: 543px) {
    .before-content-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
    .after-content-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
    .footer-area--fullwidth .layout_type_2 .full-type .news-smart-box__item-excerpt,
    .tm_pb_column_4_4 .layout_type_2 .full-type .news-smart-box__item-excerpt {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .before-content-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
    .after-content-area .layout_type_2 .full-type .news-smart-box__item-excerpt,
    .footer-area--fullwidth .layout_type_2 .full-type .news-smart-box__item-excerpt,
    .tm_pb_column_4_4 .layout_type_2 .full-type .news-smart-box__item-excerpt {
        margin-top: 5px;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.news-smart-box__item-more-btn {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-more-btn,
    .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-more-btn {
        margin-top: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .full-width-header-area .layout_type_2 .full-type .news-smart-box__item-more-btn,
    .after-content-full-width-area .layout_type_2 .full-type .news-smart-box__item-more-btn {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .before-content-area .layout_type_2 .full-type .news-smart-box__item-more-btn,
    .after-content-area .layout_type_2 .full-type .news-smart-box__item-more-btn,
    .footer-area--fullwidth .layout_type_2 .full-type .news-smart-box__item-more-btn,
    .tm_pb_column_4_4 .layout_type_2 .full-type .news-smart-box__item-more-btn {
        margin-top: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .before-content-area .layout_type_2 .full-type .news-smart-box__item-more-btn,
    .after-content-area .layout_type_2 .full-type .news-smart-box__item-more-btn,
    .footer-area--fullwidth .layout_type_2 .full-type .news-smart-box__item-more-btn,
    .tm_pb_column_4_4 .layout_type_2 .full-type .news-smart-box__item-more-btn {
        margin-top: 5px;
    }
}

.news-smart-box__item-thumb-link {
    display: block;
}

.news-smart-box__item-thumb-img {
    display: block;
    width: 100%;
    margin-top: 5px;
}

.news-smart-box__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.7em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[data-instance-settings*='"current_title_visibility":"false"'] .news-smart-box__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-smart-box__navigation-current-term {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.news-smart-box__navigation-title {
    line-height: 1.5;
    display: block;
    padding-right: 40px;
    font-size: 24px;
    font-size: 1.5rem;
}

.news-smart-box__navigation-terms-list {
    margin: 0 -5px;
}

@media (min-width: 544px) {
    .news-smart-box__navigation-terms-list {
        margin: 0 -10px;
    }
}

@media (min-width: 1200px) {
    .news-smart-box__navigation-terms-list {
        margin: 0 -19px;
    }
}

[data-instance-settings*='"current_title_visibility":"false"'] .news-smart-box__navigation-terms-list {
    text-align: center;
}

@media (min-width: 992px) {
    .sidebar .news-smart-box__navigation-terms-list {
        margin: 0 -10px;
    }
}

@media (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__navigation-terms-list,
    .tm_pb_column_1_4 .news-smart-box__navigation-terms-list,
    .tm_pb_column_1_3 .news-smart-box__navigation-terms-list {
        margin: 0 -10px;
    }
}

.news-smart-box__navigation-wrapper {
    padding: 8.5px 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

@media (min-width: 992px) {
    .news-smart-box__navigation-wrapper {
        width: auto;
    }
}

.sidebar .news-smart-box__navigation-wrapper,
.tm_pb_column_1_4 .news-smart-box__navigation-wrapper,
.tm_pb_column_1_3 .news-smart-box__navigation-wrapper,
.footer-area:not(.footer-area--fullwidth) .news-smart-box__navigation-wrapper {
    width: 100%;
}

[data-instance-settings*='"current_title_visibility":"false"'] .news-smart-box__navigation-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.news-smart-box__navigation-terms-list-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0 5px;
}

@media (min-width: 544px) {
    .news-smart-box__navigation-terms-list-item {
        padding: 0 10px;
    }
}

@media (min-width: 1200px) {
    .news-smart-box__navigation-terms-list-item {
        padding: 0 19px;
    }
}

@media (min-width: 992px) {
    .sidebar .news-smart-box__navigation-terms-list-item {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .news-smart-box__navigation-terms-list-item,
    .tm_pb_column_1_3 .news-smart-box__navigation-terms-list-item,
    .tm_pb_column_1_4 .news-smart-box__navigation-terms-list-item {
        padding: 0 10px;
    }
}

.news-smart-box__preloader {
    position: relative;
    display: none;
    width: 100%;
}

.nsb-spinner {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 35px;
    height: 35px;
}

[data-instance-settings*='"current_title_visibility":"false"'] .nsb-spinner {
    right: 50%;
    margin-right: -17.5px;
}

.double-bounce-1,
.double-bounce-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: tm-bounce 2.0s infinite ease-in-out;
    animation: tm-bounce 2.0s infinite ease-in-out;
    opacity: 0.6;
    border-radius: 50%;
}

.double-bounce-2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes tm-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tm-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*--------------------------------------------------------------
## Playlist Slider
--------------------------------------------------------------*/
.widget-playlist-slider .playlist-slider {
    position: relative;
    opacity: 0;
}

.widget-playlist-slider .playlist-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.widget-playlist-slider .sp-slide iframe,
.widget-playlist-slider .sp-slide .wp-video-shortcode,
.widget-playlist-slider .sp-slide .wp-video {
    width: 100% !important;
    height: 100% !important;
}

.widget-playlist-slider .sp-layer {
    width: 100%;
    padding: 45px 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 992px) {
    .widget-playlist-slider .sp-layer {
        padding: 60px 40px 33px;
        min-height: 180px;
    }
}

@media (min-width: 1200px) {
    .widget-playlist-slider .sp-layer {
        min-height: 195px;
    }
}

.sidebar .widget-playlist-slider .sp-layer,
.tm_pb_column_1_4 .widget-playlist-slider .sp-layer,
.tm_pb_column_1_3 .widget-playlist-slider .sp-layer,
.footer-area:not(.footer-area--fullwidth) .widget-playlist-slider .sp-layer {
    padding: 30px 15px 15px;
}

.widget-playlist-slider .sp-layer .title {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .widget-playlist-slider .sp-layer .title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.sidebar .widget-playlist-slider .sp-layer .title,
.tm_pb_column_1_4 .widget-playlist-slider .sp-layer .title,
.tm_pb_column_1_3 .widget-playlist-slider .sp-layer .title,
.footer-area:not(.footer-area--fullwidth) .widget-playlist-slider .sp-layer .title {
    font-size: 18px;
    font-size: 1.125rem;
}

.widget-playlist-slider .sp-layer a {
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important;
}

.widget-playlist-slider .format-video .sp-layer {
    display: none;
}

.widget-playlist-slider .playlist--slide {
    width: 100%;
    height: 100%;
}

.widget-playlist-slider .sp-vertical .sp-previous-arrow {
    top: 5px;
}

.widget-playlist-slider .sp-vertical .sp-next-arrow {
    bottom: 5px;
}

.widget-playlist-slider .sp-thumbnail-text {
    overflow: hidden;
}

.widget-playlist-slider .sp-thumbnail-title {
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.714285;
    margin-bottom: 8px;
}

.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before, .widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    display: none;
}

.widget-playlist-slider .sp-right-thumbnails .sp-thumbnail-container {
    margin: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.widget-playlist-slider .sp-right-thumbnails .playlist--thumbnail {
    float: left;
    width: 160px;
    height: 90px;
    margin-right: 12px;
}

.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer {
    /*rtl:ignore*/
    margin-left: 0;
}

    .widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
        position: static;
        padding: 17px 15px;
        border-bottom: 1px solid #c5cbcf;
    }

.widget-playlist-slider .sp-bottom-thumbnails .sp-thumbnail-arrows {
    margin-top: 0;
}

.widget-playlist-slider .sp-bottom-thumbnails .playlist--thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
}

.widget-playlist-slider .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
    bottom: 0;
}

/*--------------------------------------------------------------
## Taxonomy Tiles
--------------------------------------------------------------*/
.widget-taxonomy-tiles__holder {
    float: left;
    padding: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.widget-taxonomy-tiles__inner {
    position: relative;
    overflow: hidden;
}

.tiles-columns .widget-taxonomy-tiles__inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.widget-taxonomy-tiles__inner .term-img {
    display: block;
    width: 100%;
    height: auto;
}

.widget-taxonomy-tiles .tiles-columns .term-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.widget-taxonomy-tiles__content {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}

@media (min-width: 1200px) {
    .widget-taxonomy-tiles__content {
        padding: 17px 20px;
    }
}

.widget-taxonomy-tiles__content:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.9;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.widget-taxonomy-tiles__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

    .widget-taxonomy-tiles__title-wrap > * {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

.widget-taxonomy-tiles__title {
    margin: 0;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    font-size: 16px;
    font-size: 1rem;
}

@media (min-width: 1200px) {
    .widget-taxonomy-tiles__title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.widget-taxonomy-tiles__desc {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-top: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4166666;
    color: #ffffff;
    opacity: .7;
}

.widget-taxonomy-tiles__post-count {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    font-style: italic;
    color: #ffffff;
}

.widget-taxonomy-tiles .tiles-columns {
    display: block;
}

    .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }

@media (min-width: 544px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 25%;
    }
}

@media (min-width: 1441px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 25%;
    }
}

.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
}

@media (min-width: 544px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 50%;
    }
}

@media (min-width: 1441px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 50%;
    }
}

.widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 300px;
}

@media (min-width: 544px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 170.5px;
    }
}

@media (min-width: 992px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 221.375px;
    }
}

@media (min-width: 1441px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 275px;
    }
}

.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 300px;
}

@media (min-width: 544px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 341px;
    }
}

@media (min-width: 992px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 442.75px;
    }
}

@media (min-width: 1441px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 550px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 544px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1441px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 544px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1441px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 544px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 310px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 402.5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1441px) {
    .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 500px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 544px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 372px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 483px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 1441px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 600px;
    }
}

@media (min-width: 992px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 992px) and (min-width: 544px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 33.33333%;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 33.33333%;
    }
}

@media (min-width: 992px) and (min-width: 1441px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 33.33333%;
    }
}

@media (min-width: 992px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 992px) and (min-width: 544px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 66.66667%;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 66.66667%;
    }
}

@media (min-width: 992px) and (min-width: 1441px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 66.66667%;
    }
}

@media (min-width: 992px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 300px;
    }
}

@media (min-width: 992px) and (min-width: 544px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 300px;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 170.5px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 221.375px;
    }
}

@media (min-width: 992px) and (min-width: 1441px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 275px;
    }
}

@media (min-width: 992px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 300px;
    }
}

@media (min-width: 992px) and (min-width: 544px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 300px;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 341px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 442.75px;
    }
}

@media (min-width: 992px) and (min-width: 1441px) {
    .before-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .after-loop-area .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_2_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_3_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_2 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 550px;
    }
}

@media (min-width: 992px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 992px) and (min-width: 544px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 992px) and (min-width: 1441px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 992px) and (min-width: 544px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 992px) and (min-width: 1441px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 300px;
    }
}

@media (min-width: 992px) and (min-width: 544px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 300px;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 201.5px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 261.625px;
    }
}

@media (min-width: 992px) and (min-width: 1441px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-y,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 325px;
    }
}

@media (min-width: 992px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 300px;
    }
}

@media (min-width: 992px) and (min-width: 544px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 300px;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 201.5px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 261.625px;
    }
}

@media (min-width: 992px) and (min-width: 1441px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-y,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 325px;
    }
}

@media (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (min-width: 544px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (min-width: 1441px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (min-width: 544px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 768px) and (min-width: 1441px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 300px;
    }
}

@media (min-width: 768px) and (min-width: 544px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 300px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 201.5px;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 261.625px;
    }
}

@media (min-width: 768px) and (min-width: 1441px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 325px;
    }
}

@media (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 300px;
    }
}

@media (min-width: 768px) and (min-width: 544px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 300px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 201.5px;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 261.625px;
    }
}

@media (min-width: 768px) and (min-width: 1441px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 325px;
    }
}

.widget-taxonomy-tiles .tiles-columns:after {
    display: block;
    clear: both;
    content: '';
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget-taxonomy-tiles .tiles-columns .tile-xs-x .widget-taxonomy-tiles__title, .widget-taxonomy-tiles .tiles-columns .tile-sm-x .widget-taxonomy-tiles__title, .widget-taxonomy-tiles .tiles-columns .tile-md-x .widget-taxonomy-tiles__title, .widget-taxonomy-tiles .tiles-columns .tile-lg-x .widget-taxonomy-tiles__title {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .widget-taxonomy-tiles .tiles-columns .tile-xs-x .widget-taxonomy-tiles__content, .widget-taxonomy-tiles .tiles-columns .tile-sm-x .widget-taxonomy-tiles__content, .widget-taxonomy-tiles .tiles-columns .tile-md-x .widget-taxonomy-tiles__content, .widget-taxonomy-tiles .tiles-columns .tile-lg-x .widget-taxonomy-tiles__content {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-md-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-md-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-md-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .sidebar .widget-taxonomy-tiles .grid-columns:not(.columns-number-1) .widget-taxonomy-tiles__content,
    .tm_pb_column_1_4 .widget-taxonomy-tiles .grid-columns:not(.columns-number-1) .widget-taxonomy-tiles__content,
    .tm_pb_column_1_3 .widget-taxonomy-tiles .grid-columns:not(.columns-number-1) .widget-taxonomy-tiles__content,
    .footer-area:not(.footer-area--fullwidth) .widget-taxonomy-tiles .grid-columns:not(.columns-number-1) .widget-taxonomy-tiles__content {
        display: none;
    }
}

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.widget.widget-subscribe {
    padding: 0;
}

    .widget.widget-subscribe .widget-title {
        margin-bottom: 6px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .widget.widget-subscribe .subscribe-block__input-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .widget.widget-subscribe .subscribe-block__input-group .subscribe-block__btn_wr {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
        }

            .widget.widget-subscribe .subscribe-block__input-group .subscribe-block__btn_wr .subscribe-block__submit {
                margin-left: 0;
                width: 100%;
                margin-top: 5px;
            }
}

.follow-block {
    padding: 35px 30px;
}

.follow-block__message {
    margin-bottom: 15px;
}

.follow-block .social-list a:before, .follow-block .social-list a:hover:before {
    background: none;
}

.subscribe-block {
    padding: 35px 30px;
}

.follow-block + .subscribe-block {
    border-top: 1px solid;
}

.subscribe-block__messages {
    margin-top: 5px;
}

.subscribe-block__error {
    margin-top: 10px;
    text-align: center;
    color: #ff7b7b;
}

.subscribe-block__input[type="email"] {
    border: none;
    width: 100%;
    padding: 7px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .subscribe-block__input[type="email"].error {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }

.subscribe-block__submit {
    margin-top: 30px;
    border-radius: 3px;
    padding: 15px 25px 16px;
}

.footer-area .subscribe-block__submit {
    padding: 14px 25px;
}

.sidebar-1-4 .subscribe-block__submit {
    font-size: 0;
}

    .sidebar-1-4 .subscribe-block__submit:before {
        display: inline-block;
    }

.subscribe-block__message {
    padding: 0 0 22px;
}

.footer-area .subscribe-block__message {
    padding-bottom: 20px;
}

.follow-block__message,
.subscribe-block__message {
    font-size: 14px;
    font-size: 0.875rem;
    opacity: .6;
}

.subscribe-block__input.error[type="email"] {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.5);
    box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.5);
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

iframe {
    display: block;
    width: 100%;
}

.single .entry-content p iframe {
    margin-bottom: 40px;
}

.single .entry-content p:first-child iframe {
    margin-top: 10px;
}

/*rtl:begin:ignore*/
.img-pull-left {
    float: left;
    width: 50%;
    margin: 0 4% 1% 0;
}

.img-pull-right {
    float: right;
    width: 50%;
    margin: 0 0 1% 4%;
}

/*rtl:end:ignore*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
        font-size: 12px;
        font-size: 0.75rem;
    }

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.embed-responsive {
    position: relative;
    display: block;
    padding: 0;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.5%;
    }

.posts-list--grid-3-cols .embed-responsive.embed-responsive-16by9,
.posts-list--vertical-justify .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 75.5%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/* Audio */
.entry-content .mejs-container-wrapper {
    margin-bottom: 1em;
}

.wp-playlist.wp-audio-playlist {
    padding: 20px;
    border-radius: 3px;
}

    .wp-playlist.wp-audio-playlist.wp-playlist-light .wp-playlist-item {
        border-bottom-color: #c5cbcf;
    }

        .wp-playlist.wp-audio-playlist.wp-playlist-light .wp-playlist-item.wp-playlist-playing .wp-playlist-caption {
            color: #000000;
        }

    .wp-playlist.wp-audio-playlist .wp-playlist-current-item {
        margin-bottom: 15px;
    }

    .wp-playlist.wp-audio-playlist .wp-playlist-tracks {
        margin-top: 15px;
    }

/* Video */
.wp-video,
.wp-playlist.wp-video-playlist {
    margin-bottom: 40px;
}

    .wp-video .mejs-poster {
        background-size: cover;
    }

/* Facebook embed */
.fb_iframe_widget {
    max-width: 100%;
}

    .fb_iframe_widget > span {
        max-width: 100%;
    }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    padding: 0 0 5px;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

.wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

    .wpcf7 .wpcf7-form-control-wrap input {
        width: 100%;
    }

    .wpcf7 .wpcf7-form-control-wrap input,
    .wpcf7 .wpcf7-form-control-wrap select,
    .wpcf7 .wpcf7-form-control-wrap textarea {
        border-radius: 5px;
        padding: 10px 15px;
        border: 1px solid #c5cbcf;
    }

.wpcf7 .wpcf7-not-valid {
    border-color: #de001b;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #de001b;
    font-style: italic;
    font-size: 12px;
    font-size: 0.75rem;
    position: absolute;
    right: 5px;
    top: 1px;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-mail-sent-ok {
    margin: 1.5em 0;
    padding: 5px 15px;
    border: none;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 3px;
    font-style: italic;
    color: #ffffff;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng {
    background: #de001b;
}

.wpcf7 .wpcf7-mail-sent-ok {
    background: #01c100;
}

.site .wpcf7 .ajax-loader {
    position: relative;
    top: 10px;
    margin: 0 10px;
    padding: 10px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
}

.wpcf7-form p {
    margin-bottom: 12px;
    position: relative;
}

    .wpcf7-form p i {
        pointer-events: none;
        font-size: 16px;
        position: absolute;
        top: 5px;
        right: 17px;
        z-index: 1;
    }

.footer-area-wrap .wpcf7-form p {
    margin-bottom: 10px;
}

.wpcf7-form label {
    display: inline-block;
    margin-bottom: 14px;
}

.align-center .wpcf7 input[type='submit'] {
    margin-left: 36px;
}

.wpcf7 input[type='submit'],
.wpcf7 input[type='reset'] {
    vertical-align: middle;
    margin-top: 25px;
    padding: 21px 50px;
}

.wpcf7 input[type='radio'],
.wpcf7 input[type='checkbox'] {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

    .wpcf7 input[type='radio']:last-child,
    .wpcf7 input[type='checkbox']:last-child {
        margin-left: 5px;
        margin-right: 0;
    }

.wpcf7 select {
    width: 100%;
}

.wpcf7 input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.wpcf7 input[type="date"]::-webkit-clear-button {
    display: none;
}

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.wpcf7 .box-input p {
    margin-bottom: 6px;
    margin-top: 5px;
}

.wpcf7 .box-input input {
    padding: 10px 20px 14px;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #c5cbcf;
}

.invert .wpcf7 .box-input input {
    color: #ffffff;
    border: none;
    background-color: rgba(255, 255, 255, 0.15);
}

    .invert .wpcf7 .box-input input[type='submit'] {
        padding: 16px 25px 15px;
        font-size: 12px;
        font-size: 0.75rem;
    }

.wpcf7 p {
    margin-top: 0px;
}

    .wpcf7 p i {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media (max-width: 991px) {
    .wpcf7 p i {
        right: 30px;
    }
}

@media (min-width: 768px) {
    .wpcf7 p i {
        right: 40px;
    }
}

.site .wpcf7 .ajax-loader {
    margin: 0 -10px 0 0;
    left: 15px;
}

.wpcf7 .wpcf7-select {
    height: 50px;
}

.wpcf7 input[type='submit'],
.wpcf7 input[type='reset'] {
    padding: 24px 50px;
}

/*-------------------------------------------------------------
## Cherry Team Members
--------------------------------------------------------------*/
/* Change default indent to Cherry Team Members Grid System */
.team-item {
    padding-bottom: 45px;
}

.team-heading_super_title, .team-heading_title, .team-heading_subtitle {
    text-align: center;
}

/* Filters and loaders */
.team-container .cherry-team-filter {
    text-align: center;
}

    .team-container .cherry-team-filter .cherry-team-filter_item:before {
        content: none;
    }

/* Customization Style Cherry Team Members*/
.cherry-team.team-wrap .team-listing {
    padding: 20px 0;
}

    .cherry-team.team-wrap .team-listing .team-item {
        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-item-align: stretch;
        align-self: stretch;
    }

        .cherry-team.team-wrap .team-listing .team-item:after {
            content: none;
        }

        .cherry-team.team-wrap .team-listing .team-item .team-socials {
            padding: 0;
        }

        .cherry-team.team-wrap .team-listing .team-item .team-socials,
        .cherry-team.team-wrap .team-listing .team-item .btn,
        .cherry-team.team-wrap .team-listing .team-item .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td
        .cherry-team.team-wrap .team-listing .team-item .button,
        .cherry-team.team-wrap .team-listing .team-item body .booked-modal input.button-primary[type="submit"], body .booked-modal
        .cherry-team.team-wrap .team-listing .team-item input.button-primary[type="submit"] {
            margin-top: 15px;
        }

    .cherry-team.team-wrap .team-listing .team-listing_photo {
        padding: 0 0 30px;
    }

        .cherry-team.team-wrap .team-listing .team-listing_photo a {
            display: block;
        }

        .cherry-team.team-wrap .team-listing .team-listing_photo img {
            vertical-align: top;
        }

    .cherry-team.team-wrap .team-listing .team-listing_name {
        font-size: 18px;
        font-size: 1.125rem;
        font-style: normal;
        margin-top: 0;
        margin-bottom: 18px;
    }

    .cherry-team.team-wrap .team-listing .team-listing_position {
        display: block;
    }

        .cherry-team.team-wrap .team-listing .team-listing_position .position {
            font-size: 12px;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

    .cherry-team.team-wrap .team-listing .team-listing_desc {
        margin-top: 18px;
    }

    .cherry-team.team-wrap .team-listing .team-listing_socials .team-socials_item a {
        width: 35px;
        height: 35px;
    }

    .cherry-team.team-wrap .team-listing .team-macros {
        margin-bottom: 3px;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.6;
    }

    .cherry-team.team-wrap .team-listing .phone:before,
    .cherry-team.team-wrap .team-listing .location:before,
    .cherry-team.team-wrap .team-listing .email:before {
        display: inline-block;
        width: 18px;
        margin-right: 12px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        text-align: center;
    }

    .cherry-team.team-wrap .team-listing .phone:before {
        content: '\f10a';
    }

    .cherry-team.team-wrap .team-listing .location:before {
        content: '\f041';
    }

    .cherry-team.team-wrap .team-listing .email:before {
        content: '\f0e0';
    }

/* Grid-boxes template style */
.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_wrap:hover {
    -webkit-box-shadow: 8px 8px 60px rgba(6, 30, 52, 0.1);
    box-shadow: 8px 8px 60px rgba(6, 30, 52, 0.1);
}

.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_photo {
    padding: 0;
}

.cherry-team.team-wrap.template-grid-boxes .team-listing .team-listing_person_info {
    padding: 33px 30px 40px;
}

.cherry-team.team-wrap.template-grid-boxes .team-listing_image {
    position: relative;
    overflow: hidden;
}

.cherry-team.team-wrap.template-grid-boxes .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-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cherry-team.team-wrap.template-grid-boxes .team-socials_label {
    color: #000;
    background-color: #fff;
}

    .cherry-team.team-wrap.template-grid-boxes .team-socials_label:before {
        border-color: #fff transparent transparent transparent;
    }

/* List */
@media (min-width: 544px) {
    .cherry-team.team-wrap.template-list .team-listing_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.cherry-team.team-wrap.template-list .team-listing_image {
    max-width: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-right: 30px;
}

    .cherry-team.team-wrap.template-list .team-listing_image .team-listing_photo {
        padding: 0;
    }

    .cherry-team.team-wrap.template-list .team-listing_image .team-listing_content {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-transition: opacity 0.35s ease-in-out;
        -o-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out;
    }

        .cherry-team.team-wrap.template-list .team-listing_image .team-listing_content .team-socials {
            margin: 0;
        }

    .cherry-team.team-wrap.template-list .team-listing_image:hover .team-listing_content {
        opacity: 1;
    }

.cherry-team.team-wrap.template-list .team-listing_person_info {
    -ms-flex-item-align: center;
    align-self: center;
}

    .cherry-team.team-wrap.template-list .team-listing_person_info .team-listing_desc,
    .cherry-team.team-wrap.template-list .team-listing_person_info .team-listing_desc p,
    .cherry-team.team-wrap.template-list .team-listing_person_info .btn,
    .cherry-team.team-wrap.template-list .team-listing_person_info .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td
    .cherry-team.team-wrap.template-list .team-listing_person_info .button,
    .cherry-team.team-wrap.template-list .team-listing_person_info body .booked-modal input.button-primary[type="submit"], body .booked-modal
    .cherry-team.team-wrap.template-list .team-listing_person_info input.button-primary[type="submit"] {
        display: inline;
    }

    .cherry-team.team-wrap.template-list .team-listing_person_info .btn, .cherry-team.team-wrap.template-list .team-listing_person_info .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .cherry-team.team-wrap.template-list .team-listing_person_info .button, .cherry-team.team-wrap.template-list .team-listing_person_info body .booked-modal input.button-primary[type="submit"], body .booked-modal .cherry-team.team-wrap.template-list .team-listing_person_info input.button-primary[type="submit"] {
        font-size: 16px;
        font-size: 1rem;
        padding: 0;
        text-decoration: underline;
        text-transform: lowercase;
        font-weight: normal;
        font-style: italic;
        letter-spacing: 0;
        background: none;
        margin-left: 3px;
    }

.cherry-team.team-wrap.template-list .team-listing_person_info__footer {
    margin-top: 20px;
}

.cherry-team.team-wrap.template-list .team-socials_link {
    color: #ffffff;
}

.cherry-team.team-wrap.template-list .team-socials_label {
    color: #000000;
    background-color: #ffffff;
}

    .cherry-team.team-wrap.template-list .team-socials_label:before {
        border-color: #ffffff transparent transparent transparent;
    }

/* Single */
.team-single-item {
    padding: 10px 0;
}

/* Template List */
.cherry-team.team-wrap.template-list-bemind .team-item {
    padding-bottom: 32px;
}

@media (min-width: 544px) {
    .cherry-team.team-wrap.template-list-bemind .team-listing_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 19px 19px 38px;
        background-color: #ffffff;
    }
}

@media (max-width: 991px) {
    .cherry-team.team-wrap.template-list-bemind .team-listing_wrap {
        -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;
        text-align: center;
    }
}

.cherry-team.team-wrap.template-list-bemind .team-listing_image {
    max-width: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .cherry-team.team-wrap.template-list-bemind .team-listing_image {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .cherry-team.team-wrap.template-list-bemind .team-listing_image {
        margin: 0 auto;
    }
}

.cherry-team.team-wrap.template-list-bemind .team-listing_image .team-listing_photo {
    padding: 0;
}

.cherry-team.team-wrap.template-list-bemind .team-listing_image .team-listing_content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

    .cherry-team.team-wrap.template-list-bemind .team-listing_image .team-listing_content .team-socials {
        margin: 0;
    }

.cherry-team.team-wrap.template-list-bemind .team-listing_image:hover .team-listing_content {
    opacity: 1;
}

.cherry-team.team-wrap.template-list-bemind .team-listing_person_info {
    -ms-flex-item-align: center;
    align-self: center;
}

    .cherry-team.team-wrap.template-list-bemind .team-listing_person_info .team-listing_name {
        padding-top: 7px;
        font-size: 20px;
        margin-bottom: 0;
    }

    .cherry-team.team-wrap.template-list-bemind .team-listing_person_info .team-listing_position {
        padding-bottom: 14px;
    }

    .cherry-team.team-wrap.template-list-bemind .team-listing_person_info .team-listing_desc,
    .cherry-team.team-wrap.template-list-bemind .team-listing_person_info .team-listing_desc p {
        display: inline;
    }

    .cherry-team.team-wrap.template-list-bemind .team-listing_person_info .btn, .cherry-team.team-wrap.template-list-bemind .team-listing_person_info .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .cherry-team.team-wrap.template-list-bemind .team-listing_person_info .button, .cherry-team.team-wrap.template-list-bemind .team-listing_person_info body .booked-modal input.button-primary[type="submit"], body .booked-modal .cherry-team.team-wrap.template-list-bemind .team-listing_person_info input.button-primary[type="submit"] {
        display: block;
        text-align: left;
        font-size: 12px;
        padding: 0;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1.2px;
        background: none;
        margin-left: 0px;
        margin-top: 30px;
    }

@media (max-width: 991px) {
    .cherry-team.team-wrap.template-list-bemind .team-listing_person_info .btn, .cherry-team.team-wrap.template-list-bemind .team-listing_person_info .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .cherry-team.team-wrap.template-list-bemind .team-listing_person_info .button, .cherry-team.team-wrap.template-list-bemind .team-listing_person_info body .booked-modal input.button-primary[type="submit"], body .booked-modal .cherry-team.team-wrap.template-list-bemind .team-listing_person_info input.button-primary[type="submit"] {
        text-align: center;
    }
}

.cherry-team.team-wrap.template-list-bemind .team-listing_person_info .btn:after, .cherry-team.team-wrap.template-list-bemind .team-listing_person_info .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button:after, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .cherry-team.team-wrap.template-list-bemind .team-listing_person_info .button:after, .cherry-team.team-wrap.template-list-bemind .team-listing_person_info body .booked-modal input.button-primary[type="submit"]:after, body .booked-modal .cherry-team.team-wrap.template-list-bemind .team-listing_person_info input.button-primary[type="submit"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0da';
    margin-left: 4px;
}

.cherry-team.team-wrap.template-list-bemind .team-listing_person_info__footer {
    margin-top: 20px;
}

    .cherry-team.team-wrap.template-list-bemind .team-listing_person_info__footer .team-macros {
        margin-bottom: 0;
    }

.cherry-team.team-wrap.template-list-bemind .team-socials_link {
    color: #ffffff;
}

.cherry-team.team-wrap.template-list-bemind .team-socials_label {
    color: #000000;
    background-color: #ffffff;
}

    .cherry-team.team-wrap.template-list-bemind .team-socials_label:before {
        border-color: #ffffff transparent transparent transparent;
    }

/*-------------------------------------------------------------
## Cherry Testimonials
--------------------------------------------------------------*/
.tm-testi .tm-testi__item.swiper-slide {
    margin: 0;
}

.tm-testi .tm-testi__item:first-child {
    margin-top: 0;
}

.tm-testi .tm-testi__item .tm-testi__inner blockquote {
    padding: 0;
}

    .tm-testi .tm-testi__item .tm-testi__inner blockquote:before,
    #tm_builder_outer_content .tm-testi .tm-testi__item .tm-testi__inner blockquote:before {
        content: none;
    }

    .tm-testi .tm-testi__item .tm-testi__inner blockquote cite {
        margin-left: 0;
    }

.tm-testi .tm-testi__item-avatar {
    display: block;
    margin: 0 30px 0 0;
}

.tm-testi .tm-testi__item-body {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4;
    position: relative;
}

.tm-testi .tm-testi__item-position, .tm-testi .tm-testi__item-email, .tm-testi .tm-testi__item-company {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.tm-testi .tm-testi__item-name {
    font-weight: bold;
}

.tm-testi .tm-testi__item cite {
    display: initial;
}

    .tm-testi .tm-testi__item cite:before {
        content: none;
    }

.tm-testi .tm-testi__item blockquote {
    text-align: left;
}

    .tm-testi .tm-testi__item blockquote:before {
        content: "\201c";
        font-family: "Times New Roman", Times, serif;
        display: block;
        font-size: 72px;
        line-height: 50px;
        font-weight: 700;
    }

.tm-testi__wrap--perview-1 .tm-testi .tm-testi__item blockquote,
.tm-testi-page--archive .tm-testi .tm-testi__item blockquote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tm-testi__wrap {
    position: static;
}

@media (min-width: 992px) {
    .tm-testi--default .tm-testi__item .avatar {
        margin: 0 35px 0 0;
    }
}

.tm-testi--default-center .tm-testi__item {
    margin-top: 100px;
}

    .tm-testi--default-center .tm-testi__item:first-child {
        margin-top: 0;
    }

    .tm-testi--default-center .tm-testi__item blockquote {
        display: block;
        text-align: center;
    }

.tm-testi--default-center .tm-testi__item-body {
    padding-top: 40px;
    margin-bottom: 50px;
}

    .tm-testi--default-center .tm-testi__item-body p {
        margin-bottom: 16px;
    }

.tm-testi--default-center .tm-testi__item .avatar {
    display: block;
    margin: 0 auto;
}

.tm-testi--boxed .tm-testi__item {
    padding: 30px;
}

    .tm-testi--boxed .tm-testi__item blockquote {
        padding: 30px;
        border: none;
    }

.tm-testi--speech-bubble .tm-testi__item {
    margin-top: 50px;
}

.tm-testi .tm-testi-slider__pags.swiper-pagination {
    position: static;
    margin-top: 35px;
}

.tm-testi .swiper-button-next.tm-testi-slider__next {
    right: 0px;
}

.tm-testi .swiper-button-prev.tm-testi-slider__prev {
    left: 0px;
}

.tm-testi .tm-testi--speech-bubble .tm-testi__list .tm-testi__item .tm-testi__inner blockquote .tm-testi__item-body {
    padding: 25px 5px 0 0;
}

    .tm-testi .tm-testi--speech-bubble .tm-testi__list .tm-testi__item .tm-testi__inner blockquote .tm-testi__item-body:after {
        content: none;
    }

    .tm-testi .tm-testi--speech-bubble .tm-testi__list .tm-testi__item .tm-testi__inner blockquote .tm-testi__item-body p {
        font-style: italic;
    }

.tm-testi .tm-testi--speech-bubble .tm-testi__list .tm-testi__item .tm-testi__inner blockquote .tm-testi__item-meta {
    padding-top: 26px;
}

    .tm-testi .tm-testi--speech-bubble .tm-testi__list .tm-testi__item .tm-testi__inner blockquote .tm-testi__item-meta .tm-testi__item-avatar {
        border-radius: 50%;
        margin-right: 20px;
    }

    .tm-testi .tm-testi--speech-bubble .tm-testi__list .tm-testi__item .tm-testi__inner blockquote .tm-testi__item-meta footer {
        -ms-flex-item-align: center;
        align-self: center;
    }

        .tm-testi .tm-testi--speech-bubble .tm-testi__list .tm-testi__item .tm-testi__inner blockquote .tm-testi__item-meta footer cite .tm-testi__item-name {
            text-transform: uppercase;
            font-size: 14px;
        }

        .tm-testi .tm-testi--speech-bubble .tm-testi__list .tm-testi__item .tm-testi__inner blockquote .tm-testi__item-meta footer .tm-testi__item-company,
        .tm-testi .tm-testi--speech-bubble .tm-testi__list .tm-testi__item .tm-testi__inner blockquote .tm-testi__item-meta footer .tm-testi__item-email,
        .tm-testi .tm-testi--speech-bubble .tm-testi__list .tm-testi__item .tm-testi__inner blockquote .tm-testi__item-meta footer .tm-testi__item-position {
            font-weight: 300;
            font-size: 14px;
        }

@media (min-width: 767px) {
    .tm-testi .tm-testi--speech-bubble .swiper-pagination {
        margin-top: 45px;
        text-align: left;
    }
}

/*-------------------------------------------------------------
## Cherry Service List
--------------------------------------------------------------*/
/* Change default indent to Cherry Service List Grid System */
.cherry-services.services-wrap.services-collapse-rows .cherry-services-row {
    margin-left: 0;
    margin-right: 0;
}

/* Services item */
.cherry-services .services-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

    .cherry-services .services-item * + .title_wrap {
        margin-top: 29px;
    }

    .cherry-services .services-item * + .slogan_wrap {
        margin-top: 5px;
    }

    .cherry-services .services-item * + .descr_wrap {
        margin-top: 12px;
    }

.cherry-services .services-item__footer {
    margin-top: 24px;
}

.cherry-services .service-icon {
    display: inline-block;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin: 0;
}

    .cherry-services .service-icon i {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 95px;
    }

.cherry-services .btn, .cherry-services .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .cherry-services .button, .cherry-services body .booked-modal input.button-primary[type="submit"], body .booked-modal .cherry-services input.button-primary[type="submit"] {
    margin-top: 20px;
}

/* Template default */
.template-default-center .services-item {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .template-default-center .services-item .title_wrap,
    .template-default-center .services-item .content_wrap {
        margin-left: 5px;
        margin-right: 5px;
    }

/* Template media icon*/
.template-media-icon .services-item {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .template-media-icon .services-item .icon_wrap {
        margin: 0 auto;
    }

/* Template template boxed */
.template-boxed[data-atts*='"use_rows_space":false'] .services-item {
    padding-bottom: 0;
}

.template-boxed .image_wrap {
    margin-bottom: -2px;
}

.template-boxed .services-item {
    display: block;
}

.template-boxed .services-item__thumbnail__link {
    position: relative;
    display: block;
}

    .template-boxed .services-item__thumbnail__link:before {
        -webkit-transition: opacity .35s ease-out;
        -o-transition: opacity .35s ease-out;
        transition: opacity .35s ease-out;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.3;
    }

    .template-boxed .services-item__thumbnail__link:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 30%;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    }

    .template-boxed .services-item__thumbnail__link:hover:before {
        opacity: .8;
    }

    .template-boxed .services-item__thumbnail__link:hover .title_wrap {
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }

.template-boxed .services-item__thumbnail .image_wrap img {
    width: 100%;
    max-width: none;
}

.template-boxed .services-item__thumbnail .title_wrap {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    margin: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 20px;
    font-size: 1.25rem;
    z-index: 5;
}

.template-boxed .services-item__content .descr_wrap,
.template-boxed .services-item__content .btn,
.template-boxed .services-item__content .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td
.template-boxed .services-item__content .button,
.template-boxed .services-item__content body .booked-modal input.button-primary[type="submit"], body .booked-modal
.template-boxed .services-item__content input.button-primary[type="submit"] {
    margin-top: 20px;
}

/*-------------------------------------------------------------
## Cherry Projects
--------------------------------------------------------------*/
.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: 1441px) {
    .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, -4%, 0);
    transform: scale(1.1) translate3d(0, -4%, 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 {
    margin: 0;
}

.cherry-projects-wrapper .projects-item .post-terms {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400;
}

    .cherry-projects-wrapper .projects-item .post-terms + .project-entry-title {
        margin-top: 15px;
    }

.cherry-projects-wrapper .projects-item .project-more-button i {
    vertical-align: middle;
    margin-left: 5px;
}

.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%;
    }

@media (max-width: 543px) {
    .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.list-layout .project-content .project-entry-title {
        margin: 0;
    }

.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: 3px;
}

.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: 3px;
}

.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: 543px) {
    .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: 0;
    text-align: center;
    padding: 20px 0;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 14px;
    font-size: 0.875rem;
}

    .cherry-projects-wrapper .projects-filters:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        width: calc(100% - 20px);
    }

.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 {
    margin-left: -20px;
    margin-right: -20px;
}

    .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 {
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: rgba(197, 203, 207, 0.2);
    }

.cherry-projects-wrapper .projects-filters + .projects-container {
    margin-top: 30px;
}

.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;
        padding: 5px 20px;
        margin: 0;
        position: relative;
    }

    .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 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .cherry-projects-wrapper .projects-pagination .page-navigation span,
    .cherry-projects-wrapper .projects-pagination .page-link li span {
        display: inline-block;
        padding: 0;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 40px;
        font-weight: 700;
        text-align: center;
        width: 40px;
        height: 40px;
        background-color: rgba(197, 203, 207, 0.1);
    }

    .cherry-projects-wrapper .projects-pagination .page-link li.active {
        pointer-events: none;
    }

.cherry-projects-wrapper .projects-ajax-button-wrapper {
    margin: 35px 0 0;
}

    .cherry-projects-wrapper .projects-ajax-button-wrapper .projects-ajax-button span {
        font-size: 12px;
        line-height: 1.1;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        display: inline-block;
        padding: 14px 18px 16px;
        border-radius: 3px;
        font-weight: 700;
        border: none;
    }

        .cherry-projects-wrapper .projects-ajax-button-wrapper .projects-ajax-button span:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.post-type-archive-projects .site-content_wrap {
    margin-top: 0;
}

.single-projects .site-content_wrap {
    margin: 2.7em 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;
        display: inline-block;
        font-family: 'iconsmind';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        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;
            }

/*-------------------------------------------------------------
## Mega Menu
--------------------------------------------------------------*/
nav.main-navigation.vertical-menu .tm-mega-menu > .menu-item {
    width: 100%;
}

nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on {
    display: block !important;
    background: none;
}

    nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on a {
        text-indent: 0;
    }

    nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow {
        height: auto;
        width: auto;
        position: absolute;
        top: 50%;
        right: 0;
        left: auto;
        bottom: auto;
        margin-top: 0;
        z-index: 995;
        border: 0;
        padding: 0 17px;
        cursor: pointer;
        background: transparent;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 36px;
    }

        nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow i {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            font-size: 0.875rem;
            position: relative;
            left: auto;
            width: auto;
            top: auto;
        }

            nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow i::before {
                content: '\f078';
            }

        nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-menu-mobile-arrow.active i::before {
            content: '\f077';
        }

    nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .tm-mega-menu-sub {
        overflow: hidden !important;
    }

@media (max-width: 767px) {
    nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item[class*="menu-columns"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-sub li.sub-column-title ul.tm-mega-menu-sub {
    display: none !important;
}

nav.main-navigation > .tm-mega-menu.mega-menu-mobile-on .mega-sub li.sub-column-title .mega-menu-mobile-toggle:checked + ul.tm-mega-menu-sub {
    display: block !important;
}

nav.main-navigation > .tm-mega-menu .super-guacamole__menu:hover > ul, nav.main-navigation > .tm-mega-menu .super-guacamole__menu.menu-hover > ul,
nav.main-navigation > .tm-mega-menu .super-guacamole__menu li:hover > ul,
nav.main-navigation > .tm-mega-menu .super-guacamole__menu li.menu-hover > ul {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1;
    visibility: visible;
}

nav.main-navigation > .tm-mega-menu .super-guacamole__menu:hover > ul, nav.main-navigation > .tm-mega-menu .super-guacamole__menu.menu-hover > ul {
    top: 100%;
}

nav.main-navigation > .tm-mega-menu .super-guacamole__menu > ul {
    left: -40px;
    right: auto;
}

    nav.main-navigation > .tm-mega-menu .super-guacamole__menu > ul.inverse-side {
        left: auto;
        right: -10px;
    }

    nav.main-navigation > .tm-mega-menu .super-guacamole__menu > ul.in-transition {
        top: 100%;
    }

nav.main-navigation > .tm-mega-menu .super-guacamole__menu li:hover > ul, nav.main-navigation > .tm-mega-menu .super-guacamole__menu li.menu-hover > ul {
    top: -26px;
}

nav.main-navigation > .tm-mega-menu .super-guacamole__menu li > ul {
    left: calc(100% + 1px);
    right: auto;
}

    nav.main-navigation > .tm-mega-menu .super-guacamole__menu li > ul.inverse-side {
        left: auto;
        right: calc(100% + 1px);
    }

    nav.main-navigation > .tm-mega-menu .super-guacamole__menu li > ul.in-transition {
        top: -26px;
    }

nav.main-navigation > .tm-mega-menu .super-guacamole__menu .sub-menu {
    position: absolute;
    z-index: 999;
    top: -999em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
}

nav.main-navigation > .tm-mega-menu[data-effect="slide-bottom"] .super-guacamole__menu .sub-menu {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

nav.main-navigation > .tm-mega-menu[data-effect="slide-top"] .super-guacamole__menu .sub-menu {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

nav.main-navigation > .tm-mega-menu[data-effect="fade-in"] .super-guacamole__menu .sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (min-width: 768px) {
    nav.main-navigation > .tm-mega-menu .sub-menu {
        -webkit-transition-property: opacity, visibility, -webkit-transform !important;
        transition-property: opacity, visibility, -webkit-transform !important;
        -o-transition-property: transform, opacity, visibility !important;
        transition-property: transform, opacity, visibility !important;
        transition-property: transform, opacity, visibility, -webkit-transform !important;
    }

    nav.main-navigation > .tm-mega-menu ul.tm-mega-menu-sub {
        visibility: hidden !important;
    }

    nav.main-navigation > .tm-mega-menu li.tm-mega-menu-hover .mega-sub li ul.tm-mega-menu-sub,
    nav.main-navigation > .tm-mega-menu li.tm-mega-menu-hover:hover .mega-sub li ul.tm-mega-menu-sub,
    nav.main-navigation > .tm-mega-menu li.tm-mega-menu-hover > ul.tm-mega-menu-sub,
    nav.main-navigation > .tm-mega-menu li.tm-mega-menu-hover:hover > ul.tm-mega-menu-sub {
        visibility: visible !important;
    }
}

nav.main-navigation > .tm-mega-menu.isStuck .tm-mega-menu-sub.mega-sub {
    left: 0 !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

nav.main-navigation > .tm-mega-menu i.mega-menu-arrow {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
}

nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.sub-menu.simple-sub li.tm-mega-menu-has-children > a > i.mega-menu-arrow {
    right: 10px;
    top: 22px;
}

@media (min-width: 768px) {
    nav.main-navigation > .tm-mega-menu > li > .tm-mega-menu-sub.simple-sub {
        left: -40px;
        right: auto;
    }
}

@media (min-width: 768px) {
    nav.main-navigation > .tm-mega-menu > li > .tm-mega-menu-sub.simple-sub.inverse-side {
        left: auto;
        right: -10px;
    }
}

nav.main-navigation > .tm-mega-menu > li.tm-mega-menu-has-children > a {
    position: relative;
}

@media (min-width: 768px) {
    nav.main-navigation > .tm-mega-menu > li.tm-mega-menu-has-children > a {
        padding-right: 15px;
    }
}

nav.main-navigation > .tm-mega-menu > li.tm-mega-menu-has-children > a > i.mega-menu-arrow {
    font-size: 14px;
    font-size: 0.875rem;
    right: 0px;
    top: 50%;
    margin-top: -5px;
}

@media (max-width: 767px) {
    nav.main-navigation > .tm-mega-menu li.tm-mega-menu-has-children > a {
        padding-right: 65px;
    }
}

nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub::after {
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: 100%;
    left: 0;
}

@media (min-width: 768px) {
    nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub::after {
        content: '';
    }
}

nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub-item {
    padding: 0;
}

@media (min-width: 768px) {
    nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub {
        padding: 45px 10px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub a {
            padding-left: 0;
            padding-right: 0;
            width: auto;
        }

        nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item .simple-sub {
            position: static;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: translateY(0) !important;
            -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
            width: auto;
        }

        nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.sub-column-title > a {
            padding-bottom: 10px;
        }

        nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.tm-mega-menu-has-children .simple-sub.sub-menu {
            margin-top: 0 !important;
        }

        nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.menu-item-type-widget .swiper-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.menu-item-type-widget .swiper-button-next:after,
        nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.menu-item-type-widget .swiper-button-prev:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            line-height: 50px;
        }

        nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.menu-item-type-widget .swiper-button-next:after {
            content: "\f061";
        }

        nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item.menu-item-type-widget .swiper-button-prev:after {
            content: "\f060";
        }

        nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item {
            padding: 0 35px 15px;
            margin-bottom: 15px;
            border-right: 1px solid rgba(197, 203, 207, 0.3);
        }

            nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item:last-child, nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item.menu-columns-12, nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item.menu-columns-6:nth-child(2n + 2), nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item.menu-columns-3:nth-child(4n + 4), nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item.menu-columns-4:nth-child(3n + 3), nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item.menu-columns-2:nth-child(6n + 6), nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.mega-sub > .tm-mega-menu-sub-item.menu-columns-1:nth-child(12n + 12) {
                border: none;
            }
}

@media (min-width: 768px) {
    nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub {
        left: calc( 100% + 1px);
        right: auto;
    }
}

nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li {
    padding: 0;
}

    nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li + li {
        border-top: 1px solid rgba(197, 203, 207, 0.3);
    }

    nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li.tm-mega-menu-has-children > a {
        position: relative;
    }

        nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li.tm-mega-menu-has-children > a > i.mega-menu-arrow {
            right: 10px;
            top: 9px;
        }

@media (min-width: 768px) {
    nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub li.tm-mega-menu-has-children .sub-menu {
        margin-left: 1px;
    }
}

@media (min-width: 768px) {
    nav.main-navigation > .tm-mega-menu .tm-mega-menu-sub.simple-sub.inverse-side {
        left: auto;
        right: calc( 100% + 1px);
    }
}

ul.tm-mega-menu-sub.effect-slide-bottom {
    -webkit-transform: translateY(20px) !important;
    -ms-transform: translateY(20px) !important;
    transform: translateY(20px) !important;
}

.tm-mega-menu-hover > ul.tm-mega-menu-sub.effect-slide-bottom {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

/*-------------------------------------------------------------
## WPML - Polylang
--------------------------------------------------------------*/
.wpml-ls-legacy-dropdown, .wpml-ls-legacy-dropdown-click {
    width: 300px;
}

    .wpml-ls-legacy-dropdown a, .wpml-ls-legacy-dropdown-click a {
        padding: 10px 20px;
        line-height: 1.5;
    }

        .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
            padding: 17.5px 40px 17.5px 20px;
            border-radius: 3px;
        }

            .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after, .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
                content: '\f078';
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 16px;
                font-size: 1rem;
                border: none;
                top: 50%;
                margin-top: -8px;
                right: 15px;
                color: inherit;
            }

    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
        border-top: 0;
    }

        .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-child a, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-child a {
            border-top-width: 1px;
        }

.wpml-ls-item {
    font-size: 14px;
    font-size: 0.875rem;
    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;
}

/*-------------------------------------------------------------
## TM photo gallery
--------------------------------------------------------------*/
.tm_pg_gallery-item_show-more {
    max-width: 400px !important;
    min-height: 336px !important;
}

    .tm_pg_gallery-item_show-more .tm_pg_gallery-item_link_show-more {
        min-height: 336px !important;
    }

        .tm_pg_gallery-item_show-more .tm_pg_gallery-item_link_show-more span {
            text-transform: uppercase;
        }

.tm-pg_front_gallery,
.tm-pg_front_gallery-masonry,
.tm-pg_front_gallery-justify {
    padding: 0;
    text-align: center;
}

    .tm-pg_front_gallery .preloader,
    .tm-pg_front_gallery-masonry .preloader,
    .tm-pg_front_gallery-justify .preloader {
        width: 40px;
        height: 40px;
        margin-left: -20px;
    }

.page .entry-content .tm-pg_front_gallery .tm-pg_front_gallery-tabs, .page .entry-content
.tm-pg_front_gallery-masonry .tm-pg_front_gallery-tabs, .page .entry-content
.tm-pg_front_gallery-justify .tm-pg_front_gallery-tabs {
    margin-bottom: 1px;
    list-style: none;
    display: inline-block;
    border: none;
}

    .page .entry-content .tm-pg_front_gallery .tm-pg_front_gallery-tabs li, .page .entry-content
    .tm-pg_front_gallery-masonry .tm-pg_front_gallery-tabs li, .page .entry-content
    .tm-pg_front_gallery-justify .tm-pg_front_gallery-tabs li {
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
    }

        .page .entry-content .tm-pg_front_gallery .tm-pg_front_gallery-tabs li a, .page .entry-content
        .tm-pg_front_gallery-masonry .tm-pg_front_gallery-tabs li a, .page .entry-content
        .tm-pg_front_gallery-justify .tm-pg_front_gallery-tabs li a {
            padding: 2px 2px 20px;
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: 400;
        }

        .page .entry-content .tm-pg_front_gallery .tm-pg_front_gallery-tabs li + li, .page .entry-content
        .tm-pg_front_gallery-masonry .tm-pg_front_gallery-tabs li + li, .page .entry-content
        .tm-pg_front_gallery-justify .tm-pg_front_gallery-tabs li + li {
            margin-top: 0;
        }

        .page .entry-content .tm-pg_front_gallery .tm-pg_front_gallery-tabs li:before, .page .entry-content
        .tm-pg_front_gallery-masonry .tm-pg_front_gallery-tabs li:before, .page .entry-content
        .tm-pg_front_gallery-justify .tm-pg_front_gallery-tabs li:before {
            display: none;
        }

        .page .entry-content .tm-pg_front_gallery .tm-pg_front_gallery-tabs li.active a:after,
        .page .entry-content .tm-pg_front_gallery .tm-pg_front_gallery-tabs li:hover a:after, .page .entry-content
        .tm-pg_front_gallery-masonry .tm-pg_front_gallery-tabs li.active a:after,
        .page .entry-content
        .tm-pg_front_gallery-masonry .tm-pg_front_gallery-tabs li:hover a:after, .page .entry-content
        .tm-pg_front_gallery-justify .tm-pg_front_gallery-tabs li.active a:after,
        .page .entry-content
        .tm-pg_front_gallery-justify .tm-pg_front_gallery-tabs li:hover a:after {
            height: 2px;
        }

.tm-pg_front_gallery .tm-pg_hover-fade .tm_pg_gallery-item_link:hover:before,
.tm-pg_front_gallery-masonry .tm-pg_hover-fade .tm_pg_gallery-item_link:hover:before,
.tm-pg_front_gallery-justify .tm-pg_hover-fade .tm_pg_gallery-item_link:hover:before {
    opacity: 0.25;
}

.tm-pg_front_gallery .tm_pg_gallery-item_icon.tm_pg_image-icon,
.tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_image-icon,
.tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_image-icon {
    width: 42px;
    height: 39px;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 30px;
    top: 30px;
}

.tm-pg_front_gallery .tm_pg_gallery-item_icon.tm_pg_album-icon, .tm-pg_front_gallery .tm_pg_gallery-item_icon.tm_pg_set-icon,
.tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_album-icon,
.tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_set-icon,
.tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_album-icon,
.tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_set-icon {
    display: none;
}

.tm-pg_front_gallery .tm_pg_gallery-item_title,
.tm-pg_front_gallery-masonry .tm_pg_gallery-item_title,
.tm-pg_front_gallery-justify .tm_pg_gallery-item_title {
    text-transform: uppercase;
}

.tm-pg_front_gallery .tm_pg_gallery-item_label,
.tm-pg_front_gallery-masonry .tm_pg_gallery-item_label,
.tm-pg_front_gallery-justify .tm_pg_gallery-item_label {
    line-height: 28px;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    left: 30px;
    top: 30px;
}

.tm-pg_front_gallery .tm_pg_gallery-item_counter,
.tm-pg_front_gallery-masonry .tm_pg_gallery-item_counter,
.tm-pg_front_gallery-justify .tm_pg_gallery-item_counter {
    text-transform: uppercase;
    margin: 0;
}

.tm-pg_front_gallery .tm-pg_front_gallery-preloader .preloader,
.tm-pg_front_gallery-masonry .tm-pg_front_gallery-preloader .preloader,
.tm-pg_front_gallery-justify .tm-pg_front_gallery-preloader .preloader {
    position: absolute;
}

.tm-pg_front_gallery-navigation {
    margin-top: 2rem;
}

    .tm-pg_front_gallery-navigation .tm_pg_nav-links > * {
        margin: 0 6px;
    }

    .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers {
        font-size: 15px;
    }

        .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next:after, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev:before {
            content: none;
        }

/*-------------------------------------------------------------
## Cherry Trending Posts
--------------------------------------------------------------*/
.cherry-trend-star {
    width: 17px;
    height: 17px;
    font-size: 17px;
    color: #c7c7c7;
    vertical-align: baseline;
}

.cherry-trend-star--active,
.cherry-trend-star--active ~ .cherry-trend-star {
    color: #ffc045;
}

/*-------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
/* column-align */
.column-align-right .elementor-container {
    margin-left: 0;
}

@media (min-width: 768px) {
    .column-align-right .elementor-container {
        margin-left: auto;
        margin-right: 0;
    }
}

.column-align-left .elementor-container {
    margin-left: 0;
}

.page .entry-content .elementor-select-preset-list {
    list-style: none;
    padding: 0 25px;
    margin: 20px auto 0;
    overflow: hidden;
    max-width: 700px;
}

    .page .entry-content .elementor-select-preset-list .elementor-preset {
        cursor: pointer;
        margin: 0;
        padding: 10px;
        float: left;
    }

        .page .entry-content .elementor-select-preset-list .elementor-preset::before {
            content: none;
        }

.page .entry-content .elementor-editor-element-settings .elementor-editor-element-setting::before {
    content: none;
}

/* icon */
.elementor-view-stacked span.elementor-icon {
    padding: .7em;
    font-size: 40px;
}

.elementor-view-framed span.elementor-icon {
    padding: 40px;
    border-width: 2px;
}

.justif-center .elementor-icon-box-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    margin-bottom: 10px;
}

.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper,
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: block;
}

@media (min-width: 768px) {
    .elementor-col-50 .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
    .elementor-col-33 .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-col-50 .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper,
    .elementor-col-33 .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper, .elementor-col-50
    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
    .elementor-col-33
    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-col-50
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper,
    .elementor-col-33
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.elementor .elementor-widget-image-box figure.elementor-image-box-img, .elementor
.elementor-widget-image-box figure.elementor-image-box-img {
    margin-bottom: 10px;
}

.elementor-widget-image-box .elementor-image-box-title,
.elementor-widget-image-box .elementor-image-box-title {
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 1.2;
}

.elementor-widget-image-box .elementor-image-box-description,
.elementor-widget-image-box .elementor-image-box-description {
    font-size: 14px;
    line-height: 1.75;
}

/* social-icon */
.elementor-widget-social-icons .elementor-social-icon {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 10px;
    margin-bottom: 10px;
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    border-radius: 50%;
}

/* counter */
.elementor-counter .elementor-counter-number-wrapper {
    font-size: 34px;
    font-size: 2.125rem;
    margin-bottom: 8px;
}

.elementor-counter .elementor-counter-title {
    font-size: 16px;
    font-size: 1rem;
    font-style: italic;
}

/* button */
.elementor-widget-container .elementor-button-wrapper .elementor-button {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 14px 18px 16px;
    border-radius: 3px;
    font-weight: 700;
    border: none;
    /* Sizes */
}

    .elementor-widget-container .elementor-button-wrapper .elementor-button:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .elementor-widget-container .elementor-button-wrapper .elementor-button.elementor-size-xs {
        padding: 8px 10px;
    }

    .elementor-widget-container .elementor-button-wrapper .elementor-button.elementor-size-sm {
        padding: 12px 16px;
    }

    .elementor-widget-container .elementor-button-wrapper .elementor-button.elementor-size-md {
        padding: 14px 18px 16px;
    }

    .elementor-widget-container .elementor-button-wrapper .elementor-button.elementor-size-lg {
        padding: 21px 50px;
    }

    .elementor-widget-container .elementor-button-wrapper .elementor-button.elementor-size-xl {
        padding: 28px 70px;
    }

.elementor-tab-title {
    outline: none;
}

.elementor-tabs .elementor-tab-mobile-title {
    display: none;
}

/* accordion */
.elementor-accordion .elementor-accordion-item {
    overflow: hidden;
}

.elementor-accordion .elementor-tab-title {
    overflow: hidden;
    font-weight: 400;
    padding: 21px 21px 21px 31px;
    background: rgba(197, 203, 207, 0.1);
    border-bottom: 1px solid rgba(197, 203, 207, 0.25);
}

    .elementor-accordion .elementor-tab-title .elementor-accordion-icon .fa {
        font-size: 14px;
        font-size: 0.875rem;
    }

        .elementor-accordion .elementor-tab-title .elementor-accordion-icon .fa:before {
            content: '\f067';
        }

    .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon .fa:before {
        content: '\f068';
    }

.elementor-accordion .elementor-tab-content {
    border: none;
    font-size: 16px;
    font-size: 1rem;
    padding: 9px 21px 9px 31px;
}

/* toggle */
.elementor-toggle .elementor-tab-title {
    overflow: hidden;
    font-weight: 400;
    padding: 21px 21px 21px 31px;
    background: rgba(197, 203, 207, 0.1);
}

    .elementor-toggle .elementor-tab-title, .elementor-toggle .elementor-tab-title.elementor-active {
        border-bottom: 1px solid rgba(197, 203, 207, 0.25);
    }

        .elementor-toggle .elementor-tab-title .elementor-accordion-icon .fa {
            font-size: 14px;
            font-size: 0.875rem;
        }

.elementor-toggle .elementor-tab-content {
    font-size: 16px;
    font-size: 1rem;
    padding: 9px 21px 9px 31px;
    border: none;
}

/*progress*/
.elementor-progress-wrapper {
    margin: 10px 0;
    height: 20px;
    line-height: 20px;
}

/*tab*/
.elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 20px;
    font-size: 16px;
}

    .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active,
    .elementor-widget-tabs .elementor-tab-content {
        background: rgba(197, 203, 207, 0.1);
    }

.elementor-widget-tabs .elementor-tab-content {
    padding: 25px 40px 45px;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper .elementor-tab-title {
        text-align: center;
        width: 100%;
    }

        .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper .elementor-tab-title.elementor-active::before {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
        }

/* widget */
.elementor-widget-container h3:not([class]) {
    font-weight: 400;
    margin-bottom: 22px;
}

/* icon-list */
.elementor-widget-icon-list .elementor-icon-list-item {
    font-size: 14px;
}

.elementor-widget-icon-list .elementor-icon-list-text {
    padding-left: 12px;
}

.elementor-widget-icon-list .elementor-icon-list-icon {
    font-size: 15px;
    min-width: 18px;
}

    .elementor-widget-icon-list .elementor-icon-list-icon i {
        vertical-align: baseline;
    }

/* testimonial */
.elementor-widget-testimonial .elementor-testimonial-name {
    font-weight: 700;
}

/* cherry-posts */
.jet-posts__item.col-desk-1:not(.slick-slide) + .jet-posts__item.col-desk-1:not(.slick-slide) .jet-posts__inner-box {
    margin-top: 7px;
    padding-top: 25px;
    border-top: 1px solid #c5cbcf;
}

.jet-posts .post-thumbnail {
    margin-bottom: 28px;
}

.jet-posts .entry-title {
    margin-top: 0;
    margin-bottom: 9px;
    font-weight: 400;
    line-height: 1.3;
}

.jet-posts .post-meta {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
}

    .jet-posts .post-meta > * {
        padding-left: 6px;
        padding-right: 6px;
    }

        .jet-posts .post-meta > *:first-child {
            padding-left: 0;
        }

        .jet-posts .post-meta > *:last-child {
            padding-right: 0;
        }

.jet-posts .entry-excerpt {
    padding: 0;
    margin: 10px 0 0;
}

.jet-posts .btn, .jet-posts .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .jet-posts .button, .jet-posts body .booked-modal input.button-primary[type="submit"], body .booked-modal .jet-posts input.button-primary[type="submit"] {
    margin: 15px 0 0;
}

/* Pricing table  */
.pricing-table {
    padding: 35px 0 90px;
    margin: 20px 0;
    text-align: center;
    background-color: rgba(197, 203, 207, 0.5);
}

    .pricing-table.featured-table {
        border: none;
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

.pricing-table__heading, .pricing-table__price, .pricing-table__features, .pricing-table__action {
    padding: 0 30px;
}

.pricing-table__icon {
    margin-bottom: 20px;
    font-size: 50px;
    font-size: 3.125rem;
}

.pricing-table__title {
    margin: 0 0 10px;
}

.pricing-table__subtitle {
    margin: 0 0 5px;
}

.pricing-table__price {
    margin-bottom: 20px;
}

    .pricing-table__price .pricing-table__price-prefix,
    .pricing-table__price .pricing-table__price-val {
        font-size: 50px;
        font-size: 3.125rem;
        font-weight: 700;
    }

    .pricing-table__price .pricing-table__price-suffix {
        margin-left: 5px;
        font-style: italic;
    }

.pricing-table__features {
    border-top: 1px solid #c5cbcf;
    padding-top: 25px;
    padding-bottom: 25px;
}

.pricing-table__action .button {
    display: block;
}

.pricing-table.featured-table {
    margin: 0;
    padding-top: 24px;
}

    .pricing-table.featured-table .pricing-table__title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 0.85;
    }

/* jet-map */
.jet-map .gm-style .gm-style-iw h1,
.jet-map .gm-style .gm-style-iw h2,
.jet-map .gm-style .gm-style-iw h3,
.jet-map .gm-style .gm-style-iw h4,
.jet-map .gm-style .gm-style-iw h5,
.jet-map .gm-style .gm-style-iw h6 {
    margin: 20px 0 3px;
}

.jet-map .gm-style .gm-style-iw p {
    margin: 0 0 20px;
}

/* jet-countdown-timer */
.jet-countdown-timer__item-label {
    font-size: 20px;
    font-size: 1.25rem;
    font-style: italic;
}

.jet-countdown-timer__item-value {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: .75;
    font-weight: 700;
}

.jet-carousel[data-slider_options*='"arrows":true'] .jet-posts {
    padding-left: 55px;
    padding-right: 55px;
}

.jet-carousel .jet-slick-dots li span {
    border: 2px solid #c5cbcf;
}

.jet-carousel .jet-slick-dots li:hover span,
.jet-carousel .jet-slick-dots li.slick-active span {
    background: #c5cbcf;
}

/* jet-slider */
.elementor-jet-slider .sp-arrows {
    top: auto;
    bottom: 70px;
}

.elementor-jet-slider .sp-arrow {
    border-radius: 0;
    font-size: 50px;
    width: 50px;
    height: 50px;
    background: none;
}

.elementor-jet-slider .sp-previous-arrow {
    left: auto;
    right: 70px;
}

.elementor-jet-slider .sp-buttons {
    padding-top: 15px;
}

.jet-slider__content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jet-slider__content-item {
    padding-left: 40px;
    padding-bottom: 30px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.jet-slider__content-inner {
    width: 70%;
}

.jet-slider .jet-slider__title,
.jet-slider .jet-slider__subtitle {
    margin: 0;
}

.jet-slider .jet-slider__subtitle {
    font-size: 20px;
}

.jet-slider .jet-slider__desc {
    margin: 5px 0 0;
}

.elementor-jet-posts.jet-elements .jet-carousel .jet-posts__item .jet-posts__inner-box .post-thumbnail .post-thumbnail__img {
    border-radius: 5px;
}

.jet-menu-container,
.jet-menu {
    position: static;
}

.jet-sub-mega-menu {
    width: auto;
    left: 0.9375rem;
    right: 0.9375rem;
}

.jet-menu {
    font-weight: 400;
}

    .jet-menu > .jet-menu-item {
        padding: 0 0 5px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0 0 15px;
    }

@media (min-width: 992px) {
    .jet-menu > .jet-menu-item {
        padding: 26px 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .jet-menu > .jet-menu-item .top-level-link {
        padding: 10px 2px;
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.jet-menu-item-wrapper {
    position: relative;
}

@media (min-width: 768px) {
    .jet-menu .top-level-link:before {
        content: '';
        -webkit-transition: width .25s ease-out;
        -o-transition: width .25s ease-out;
        transition: width .25s ease-out;
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0;
        height: 2px;
    }
}

@media (min-width: 768px) {
    .jet-menu .top-level-link:before {
        bottom: -15px;
    }
}

@media (min-width: 992px) {
    .jet-menu .top-level-link:before {
        bottom: -26px;
    }
}

.jet-menu .sub-level-link {
    font-size: 16px;
}

    .jet-menu .sub-level-link .jet-dropdown-arrow {
        position: absolute;
        right: 0;
    }

@media (min-width: 768px) {
    .jet-menu .jet-menu-hover .top-level-link:before,
    .jet-menu .jet-current-menu-item .top-level-link:before,
    .jet-menu .jet-current-menu-parent .top-level-link:before {
        width: 100%;
    }
}

.jet-mobile-menu-active .jet-menu .jet-menu-hover .top-level-link, .jet-mobile-menu-active
.jet-menu .jet-current-menu-item .top-level-link, .jet-mobile-menu-active
.jet-menu .jet-current-menu-parent .top-level-link {
    background-color: rgba(197, 203, 207, 0.1);
}

.jet-menu .jet-dropdown-arrow {
    margin-top: 3px;
    margin-left: 5px;
    font-size: 15px;
}

.jet-simple-menu-item .jet-sub-menu li {
    border-top: 1px solid rgba(197, 203, 207, 0.25);
}

    .jet-simple-menu-item .jet-sub-menu li:first-child,
    .jet-mobile-menu-active .jet-simple-menu-item .jet-sub-menu li {
        border: none;
    }

.jet-simple-menu-item .jet-sub-menu > li > a {
    padding: 16px 20px;
}

.jet-simple-menu-item .jet-sub-menu .jet-menu-hover,
.jet-simple-menu-item .jet-sub-menu .jet-current-menu-item {
    background-color: rgba(197, 203, 207, 0.1);
}

.jet-custom-nav > .jet-custom-nav__item {
    border-top: 1px solid rgba(197, 203, 207, 0.25);
    margin: 0;
}

    .jet-custom-nav > .jet-custom-nav__item:first-child {
        border: none;
    }

    .jet-custom-nav > .jet-custom-nav__item > a {
        padding: 10px 5px;
        background-color: initial;
    }

.jet-mobile-menu-active .site-header {
    margin-top: 0;
}

.jet-mobile-menu-active .jet-menu-container.jet-mobile-menu {
    right: -180%;
}

    .jet-mobile-menu-active .jet-menu-container.jet-mobile-menu .jet-mobile-menu-toggle-button {
        top: 10px;
    }

        .jet-mobile-menu-active .jet-menu-container.jet-mobile-menu .jet-mobile-menu-toggle-button:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.jet-mobile-menu-visible.jet-mobile-menu-active .jet-menu-container.jet-mobile-menu {
    right: -100%;
}

.jet-mobile-menu-cover {
    z-index: 990;
    background-color: rgba(0, 0, 0, 0.5);
}

/*-------------------------------------------------------------
## Booked
--------------------------------------------------------------*/
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar {
    max-width: 100%;
    margin: 0 auto;
    border: none;
    border-collapse: separate;
    border-spacing: 1px;
    background: transparent !important;
    table-layout: fixed;
}

@media (min-width: 544px) {
    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar {
        max-width: 780px;
        table-layout: auto;
    }
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .booked-appt-list {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .booked-appt-list > h2 {
        margin-top: 10px;
    }

.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead {
    background: transparent !important;
}

    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th {
        border: none;
        padding: 21px 0;
        min-height: 26px;
    }

        .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th .monthName {
            font-size: 26px;
            font-weight: 400;
            text-transform: none;
        }

            .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th .monthName .backToMonth {
                display: none;
            }

        .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a {
            top: 24px;
        }

            .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a::before {
                font-size: 30px;
                font-family: FontAwesome;
            }

            .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a.page-right {
                right: 0;
            }

                .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a.page-right::before {
                    content: '\f105';
                }

                .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a.page-right:hover {
                    right: 0;
                }

            .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a.page-left {
                left: 0;
            }

                .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a.page-left::before {
                    content: '\f104';
                }

                .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a.page-left:hover {
                    left: 0;
                }

            .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a i {
                display: none;
            }

    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead .days {
        background: transparent !important;
    }

        .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead .days th {
            font-size: 11px;
            font-weight: 700;
            text-align: left !important;
            text-transform: uppercase;
            border: none;
            padding: 13px 12px !important;
        }

@media (min-width: 544px) {
    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead .days th {
        padding: 20px;
    }
}

.sidebar .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead .days th {
    padding: 7px 2px 5px;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock {
    background: transparent;
}

    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td {
        position: relative;
        top: -2px;
        background: transparent;
        border: 4px solid;
    }

        .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td h2 {
            font-size: 16px;
        }

        .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .timeslot {
            overflow: hidden;
        }

        .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .timeslot-time, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .timeslot-people {
            height: auto;
        }

        .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .timeslot-time {
            font-size: 14px;
            font-size: 0.875rem;
        }

        .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .timeslot-people {
            padding: 7px 0 7px;
        }

        .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button {
            font-size: 11px;
            padding: 14px 18px;
            -webkit-transition: 0.3s ease all;
            -o-transition: 0.3s ease all;
            transition: 0.3s ease all;
        }

.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td {
    border: none;
}

    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td.active {
        padding-bottom: 1px;
        background: none;
    }

        .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td.active .date .number {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            background: none !important;
            color: #ffffff !important;
        }

    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td > span {
        position: relative;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }

        .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td > span .number {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            position: absolute;
            left: 12px;
            top: 4px;
            font-size: 16px;
            font-weight: 700;
            width: auto;
            border: none !important;
            background: none !important;
        }

    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td.prev-date .date:hover {
        background: rgba(197, 203, 207, 0.1) !important;
    }

    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td.blur {
        pointer-events: none;
    }

        .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td.blur .date {
            background: rgba(197, 203, 207, 0.1);
        }

        .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td.blur .number {
            opacity: .2;
        }

    .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td .date {
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
        height: inherit;
    }

        .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td .date:hover .number {
            color: #ffffff;
        }

.booked-calendar-shortcode-wrap .booked-calendar-wrap.small .booked-calendar {
    border-collapse: collapse;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap.small thead th {
    padding: 20px 0 10px !important;
}

    .booked-calendar-shortcode-wrap .booked-calendar-wrap.small thead th .monthName {
        font-size: 18px;
    }

.booked-calendar-shortcode-wrap .booked-calendar-wrap.small thead tr.days th {
    text-align: center !important;
    padding: 13px 5px !important;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap.small tbody tr td > span .number {
    position: static;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap.small tbody tr td .date {
    margin: 1px 1px 0;
}

    .booked-calendar-shortcode-wrap .booked-calendar-wrap.small tbody tr td .date .number {
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
    }

.booked-calendar-shortcode-wrap .booked-calendar-wrap.small tbody tr td .booked-appt-list .timeslot button {
    margin: 0 !important;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap.small tbody tr td.active {
    padding: 0;
}

body .booked-modal {
    /* .bm-window {
		overflow: auto;
		padding: 0;
		.booked-scrollable {
			padding: 0;
		}
	} */
}

    body .booked-modal input.button-primary[type="submit"] {
        font-size: 12px;
        padding: 10px 15px 11px;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }

        body .booked-modal input.button-primary[type="submit"]:hover {
            border: none;
        }

body .bookedClearFix::after {
    display: none;
}

body .booked-calendarSwitcher {
    display: block;
    max-width: 780px;
    margin: 0 auto;
    border-radius: 3px;
}

    body .booked-calendarSwitcher i {
        display: none;
    }

    body .booked-calendarSwitcher select {
        width: 98%;
        padding: 10px;
    }

.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th {
    background: transparent !important;
}

/*-------------------------------------------------------------
## Cherry Popups
--------------------------------------------------------------*/
.cherry-popup-wrapper .cherry-popup-container {
    max-height: 100% !important;
}

@media (min-width: 544px) {
    .cherry-popup-wrapper .cherry-popup-container {
        padding: 50px !important;
    }
}

@media (max-width: 767px) {
    .cherry-popup-wrapper .cherry-popup-container {
        padding: 0 0 40px !important;
    }
}

.cherry-popup-wrapper .cherry-popup-container h4 {
    font-size: 30px;
}

@media (max-width: 767px) {
    .cherry-popup-wrapper .cherry-popup-container h4 {
        padding-left: 0 !important;
    }
}

.cherry-popup-wrapper .cherry-popup-container h4 + h4 {
    font-size: 24px;
    text-transform: none;
}

@media (max-width: 767px) {
    .cherry-popup-wrapper .cherry-popup-container h4 + h4 {
        padding-left: 0 !important;
    }
}

.cherry-popup-wrapper .cherry-popup-container__inner {
    overflow-y: visible !important;
}

.cherry-popup-wrapper .cherry-popup-subscribe {
    margin-top: 53px;
}

@media (max-width: 767px) {
    .cherry-popup-wrapper .cherry-popup-subscribe {
        margin-top: 0;
    }
}

.cherry-popup-wrapper .cherry-popup-subscribe .cherry-popup-subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.cherry-popup-wrapper .cherry-popup-subscribe__input {
    margin-top: 6px;
    padding: 13px 24px !important;
    max-width: 430px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .cherry-popup-wrapper .cherry-popup-subscribe__input {
        width: 100%;
        max-width: none;
    }
}

.cherry-popup-wrapper .cherry-popup-subscribe__form.success-type span {
    color: #ffffff !important;
}

.cherry-popup-wrapper .cherry-popup-subscribe__input-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media (max-width: 767px) {
    .cherry-popup-wrapper .cherry-popup-subscribe__input-group {
        display: block;
    }
}

.cherry-popup-wrapper .cherry-popup-subscribe__submit {
    font-size: 20px;
    line-height: 25px;
    margin-top: 6px;
    padding: 13px 30px !important;
    border-radius: 2px;
    background-color: #ffffff;
    border-color: #ffffff !important;
    color: #a8c3e1;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .cherry-popup-wrapper .cherry-popup-subscribe__submit:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media (max-width: 767px) {
    .cherry-popup-wrapper .cherry-popup-subscribe__submit {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
}

.cherry-popup-wrapper .cherry-popup-show-again-check {
    left: 22px !important;
    bottom: 20px !important;
}

    .cherry-popup-wrapper .cherry-popup-show-again-check .marker {
        background-color: #ffffff !important;
        margin-right: 11px !important;
    }

    .cherry-popup-wrapper .cherry-popup-show-again-check .label {
        color: #ffffff;
    }

/*-------------------------------------------------------------
## MP Timetable
--------------------------------------------------------------*/
.mptt-shortcode-wrapper .mptt-navigation-select {
    font-size: 14px;
    font-size: 0.875rem;
    width: auto;
    -webkit-appearance: menulist-button;
    appearance: menulist-button;
    -moz-appearance: button;
    border: none;
    background-color: rgba(197, 203, 207, 0.15);
}

.mptt-shortcode-wrapper .mptt-shortcode-table {
    border-collapse: separate;
    border-spacing: 4px;
    border: none;
}

    .mptt-shortcode-wrapper .mptt-shortcode-table thead tr.mptt-shortcode-row th {
        padding: .9rem 1rem;
        border: none;
        background: none;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400;
    }

    .mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
        background-color: rgba(197, 203, 207, 0.25);
    }

    .mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
        border: none;
    }

        .mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
            font-size: 14px;
            font-size: 0.875rem;
        }

        .mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-title,
        .mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-description,
        .mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-user,
        .mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .timeslot {
            margin: 14px 12px;
        }

        .mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-title {
            margin-bottom: 0;
            text-decoration: none !important;
        }

        .mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-title,
        .mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-description,
        .mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-user {
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: 400;
        }

        .mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .timeslot {
            font-size: 16px;
            font-size: 1rem;
            font-weight: 700;
            opacity: .7;
        }

.single-mp-event .entry-content > p > br {
    display: none;
}

/*--------------------------------------------------------------
# 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 .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;
}

    .woocommerce a.remove:hover {
        background: transparent;
    }

    .woocommerce a.remove:before {
        content: '\f00d';
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 21px;
    }

.woocommerce table.shop_table {
    width: 100%;
    margin: 61px 0 30px;
    border: 1px solid #e8e8f8;
    border-collapse: collapse;
}

@media (min-width: 768px) {
    .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: uppercase;
        font-size: 12px;
    }

        .woocommerce table.shop_table thead th.product-name {
            text-align: left;
        }

@media (min-width: 992px) {
    .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: 992px) {
    .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: 768px) {
    .woocommerce table.shop_table tbody tr td.product-remove a.remove {
        left: -15px;
        top: 41%;
    }
}

.woocommerce table.shop_table tbody tr td.product-remove a.remove:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    font-size: 30px;
}

.woocommerce table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity {
    border-right: none;
}

@media (min-width: 768px) {
    .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;
        font-size: 1.125rem;
    }

@media (min-width: 992px) {
    .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;
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .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: 768px) {
    .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: 768px) {
    .woocommerce table.shop_table tbody tr td.product-name {
        border-right: 1px solid #e8e8f8;
    }
}

.woocommerce table.shop_table tbody tr td.product-name a {
    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: 992px) {
    .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: 992px) {
    .woocommerce table.shop_table tbody tr td.actions {
        padding: 50px 0 28px;
    }
}

.woocommerce table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code {
    width: 100%;
    padding: 5px 15px;
    line-height: 30px;
    margin-bottom: 10px;
    border-color: #e8e8f8;
}

@media (min-width: 768px) {
    .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 .coupon .button {
    width: auto !important;
}

.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 {
    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 {
        display: inline;
        padding: 0;
    }

        .woocommerce table.shop_table tbody tr.cart-subtotal td:before, .woocommerce table.shop_table tbody tr.order-total td:before {
            display: none;
        }

.woocommerce table.shop_table tbody tr.cart-subtotal {
    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 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
    }

.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 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
}

.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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .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 {
        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 {
            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 {
            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 {
            padding-top: 25px;
        }

@media (min-width: 768px) {
    .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.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 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.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: 768px) {
    .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;
    }
}

.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 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
}

@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;
            font-size: 0.875rem;
        }

        .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;
        }

@media (min-width: 992px) {
    .woocommerce .cart-collaterals div.cart_totals .checkout-button {
        padding: 24px 39px 23px;
    }
}

.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 .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 #c5cbcf;
}

    .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: #ff596d;
}

.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: #56b0d2;
}

.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 .input-checkbox {
        vertical-align: initial;
    }

    .woocommerce form .form-row .select2-selection {
        border-radius: 0;
    }

    .woocommerce form .form-row .select2-selection,
    .woocommerce form .form-row .select2-selection__arrow {
        height: 40px;
    }

    .woocommerce form .form-row .select2-selection__rendered {
        padding: 4px 15px;
    }

    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row .select2-selection__rendered {
        line-height: 30px;
    }

    .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: 6px;
        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: 6px;
    }

    .woocommerce form .form-row .select2-container.country_to_state {
        -webkit-appearance: none;
        border: none;
        border-radius: 3px;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.2143;
        font-style: italic;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

        .woocommerce form .form-row .select2-container.country_to_state .select2-choice {
            padding: 5px 15px;
            border: 1px solid #c5cbcf;
            background-color: #f7f7f7;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .woocommerce form .form-row .select2-container.country_to_state .select2-choice .select2-arrow b:after {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f078";
                border: none;
                font-size: 16px;
                line-height: 23px;
                margin: -12px 0 0 -24px;
            }

.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 {
    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;
}

    .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: 544px) {
    .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: 544px) {
    .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:first-child th,
    .woocommerce .entry-content table.shop_table.order_details tfoot tr:first-child td, .woocommerce .entry-content table.shop_table.customer_details tfoot tr:first-child th,
    .woocommerce .entry-content table.shop_table.customer_details tfoot tr:first-child td,
    .woocommerce table.shop_table.order_details tfoot tr:first-child th,
    .woocommerce table.shop_table.order_details tfoot tr:first-child td,
    .woocommerce table.shop_table.customer_details tfoot tr:first-child th,
    .woocommerce table.shop_table.customer_details tfoot tr:first-child td {
        padding-top: 20px;
    }

        .woocommerce .entry-content table.shop_table.order_details tfoot tr:first-child th .amount,
        .woocommerce .entry-content table.shop_table.order_details tfoot tr:first-child td .amount, .woocommerce .entry-content table.shop_table.customer_details tfoot tr:first-child th .amount,
        .woocommerce .entry-content table.shop_table.customer_details tfoot tr:first-child td .amount,
        .woocommerce table.shop_table.order_details tfoot tr:first-child th .amount,
        .woocommerce table.shop_table.order_details tfoot tr:first-child td .amount,
        .woocommerce table.shop_table.customer_details tfoot tr:first-child th .amount,
        .woocommerce table.shop_table.customer_details tfoot tr:first-child td .amount {
            font-size: 18px;
            line-height: 24px;
            font-weight: 300;
        }

    .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: 300;
        padding: 0;
    }

    .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;
    }

        .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: 24px;
            line-height: 24px;
            font-weight: 300;
        }

.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: 768px) {
    .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: 992px) {
    .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: 992px) {
    .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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .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: 0;
    }

.woocommerce-checkout-payment#payment p {
    margin: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 0;
    background: none;
}

    #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: 15px;
        border-radius: 2px;
        font-style: italic;
        background: #e9f8ff;
    }

        #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;
        }

    .woocommerce-checkout .woocommerce-thankyou-order-details li.method:after {
        position: absolute;
        right: 1em;
        top: .7em;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f118";
        font-size: 30px;
    }

/**
 * 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 #c5cbcf;
        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: uppercase;
    }

    .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 #c5cbcf;
    }

@media (max-width: 1440px) {
    .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: 992px) {
    .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;
        }
}

.checkout_coupon .input-text {
    padding: 6px 20px;
}

/**
 * Woo-elements
 * Animations for woo-buttons
 */
@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotate(0deg) translateY(-50%) translateX(-50%);
    }

    to {
        -webkit-transform: rotate(360deg) translateY(-50%) translateX(-50%);
    }
}

/* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotate(0deg) translateY(-50%) translateX(-50%);
        -ms-transform: rotate(0deg) translateY(-50%) translateX(-50%);
        -webkit-transform: rotate(0deg) translateY(-50%) translateX(-50%);
        transform: rotate(0deg) translateY(-50%) translateX(-50%);
    }

    to {
        -moz-transform: rotate(360deg) translateY(-50%) translateX(-50%);
        -ms-transform: rotate(360deg) translateY(-50%) translateX(-50%);
        -webkit-transform: rotate(360deg) translateY(-50%) translateX(-50%);
        transform: rotate(360deg) translateY(-50%) translateX(-50%);
    }
}

/**
 * Woo-elements
 * header cart-dropdown
 */
.woocommerce-cart .entry-content .woocommerce {
    padding-top: 30px;
}

    .woocommerce-cart .entry-content .woocommerce table.shop_table {
        margin-top: 20px;
    }

.woocommerce-mini-cart__total {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
}

body .woocommerce-error {
    margin-bottom: 30px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: #e6faf5;
    font-size: 14px;
    line-height: 25px;
    color: #111111;
    border-radius: 2px;
    border: none;
    text-align: left;
    width: 100%;
}

@media (min-width: 992px) {
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        line-height: 35px;
    }
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    font-size: 20px;
    content: '\f0e2';
    color: #ff596d;
    top: 50%;
    left: 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (min-width: 768px) {
    .woocommerce-error:before,
    .woocommerce-info:before,
    .woocommerce-message:before {
        left: 20px;
    }
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    color: #de001b;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right;
    margin: 0 0 0 20px;
}

.woocommerce .woocommerce-error .button, .woocommerce
.woocommerce-info .button, .woocommerce
.woocommerce-message .button {
    float: none;
    padding: 11px 19px 12px;
    border: none;
}

.single-product .woocommerce-error, .single-product
.woocommerce-info, .single-product
.woocommerce-message {
    text-align: left;
}

    .single-product .woocommerce-error .button, .single-product
    .woocommerce-info .button, .single-product
    .woocommerce-message .button {
        margin: 10px 0 0 20px;
        float: right;
    }

@media (min-width: 992px) {
    .single-product .woocommerce-error .button, .single-product
    .woocommerce-info .button, .single-product
    .woocommerce-message .button {
        margin-top: 0;
    }
}

.woocommerce-message:before {
    color: #56b0d2;
}

.woocommerce-error:before {
    content: '\f06a';
    -webkit-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    transform: translate(0, -60%);
}

/**
 * Woo-elements
 * header cart-dropdown
 */
.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 .shopping_cart-dropdown-wrap {
            top: 200%;
            -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;
            left: -193px;
        }

@media (min-width: 544px) {
    .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
        left: auto;
        right: -9px;
    }
}

@media (min-width: 992px) {
    .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
        right: -10px;
    }
}

@media (min-width: 1441px) {
    .site-header-cart .site-header-cart__wrapper .shopping_cart-dropdown-wrap {
        right: 0;
    }
}

.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;
}

    .site-header-cart .cart-contents .linearicon {
        font-size: 24px;
        line-height: 30px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .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: 0px;
        right: -13px;
        text-align: center;
        border-radius: 620px;
    }

.site-header-cart .shopping_cart-dropdown-wrap {
    position: absolute;
    top: -999em;
    right: 0;
    z-index: 100;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    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;
    width: 280px;
}

@media (min-width: 544px) {
    .site-header-cart .shopping_cart-dropdown-wrap {
        width: 300px;
    }
}

.site-header-cart .shopping_cart-dropdown-wrap:before {
    content: '';
    position: absolute;
    top: -7px;
    right: 63px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 7px 5.5px;
    border-color: transparent transparent #ffffff transparent;
}

@media (min-width: 544px) {
    .site-header-cart .shopping_cart-dropdown-wrap:before {
        right: 19px;
    }
}

.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 > * {
    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: 768px) {
    .site-header-cart .shopping_cart-dropdown-wrap .product_list_widget {
        max-height: 239px;
    }
}

@media (min-width: 544px) {
    .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: 55px;
            margin-right: 10px;
        }
}

.site-header-cart .shopping_cart-dropdown-wrap .product_list_widget .mini_cart_item_title {
    padding-right: 20px;
}

.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: 992px) {
    .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-top: 1px solid #e8e8f8;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .woocommerce.widget_shopping_cart .total strong {
        font-weight: 300;
    }

.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 ul.cart_list {
    text-align: left;
}

    .woocommerce.widget_shopping_cart ul.cart_list > li {
        margin: 0;
        padding: 10px 10px 10px 0;
        color: inherit;
    }

.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 20px 10px 0;
    width: auto;
    display: block;
    max-width: 20%;
}

@media (min-width: 768px) {
    .woocommerce.widget_shopping_cart ul.cart_list > li img {
        float: none;
        margin: 0 0 10px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .woocommerce.widget_shopping_cart ul.cart_list > li img {
        float: left;
        margin: 0 20px 10px 0;
    }
}

@media (min-width: 768px) {
    .site-header-cart .woocommerce.widget_shopping_cart ul.cart_list > li img {
        float: left;
        margin: 0 20px 10px 0;
    }
}

.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;
}

.woocommerce.widget_shopping_cart .cart_list .remove {
    top: 9px;
    left: auto;
    right: 0;
    letter-spacing: 0;
    text-indent: 0;
    font-size: 25px;
}

@media (min-width: 544px) {
    .before-content-area .woocommerce.widget_shopping_cart .cart_list,
    .after-content-area .woocommerce.widget_shopping_cart .cart_list,
    .before-loop-area .woocommerce.widget_shopping_cart .cart_list,
    .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: 544px) {
    .before-content-area .woocommerce.widget_shopping_cart .cart_list li,
    .after-content-area .woocommerce.widget_shopping_cart .cart_list li,
    .before-loop-area .woocommerce.widget_shopping_cart .cart_list li,
    .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%;
    }

        .before-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(1), .before-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(2),
        .after-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(1),
        .after-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(2),
        .before-loop-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(1),
        .before-loop-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(2),
        .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: 768px) {
    .before-content-area .woocommerce.widget_shopping_cart .cart_list li,
    .after-content-area .woocommerce.widget_shopping_cart .cart_list li,
    .before-loop-area .woocommerce.widget_shopping_cart .cart_list li,
    .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%;
    }

        .before-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(3),
        .after-content-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(3),
        .before-loop-area .woocommerce.widget_shopping_cart .cart_list li:nth-child(3),
        .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;
    left: 5px;
    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: -100px;
}

.shopping_cart-dropdown-wrap .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 0;
    left: 0;
    margin-left: 0;
}

.sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 5px;
}

.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 .quantity .amount {
    font-size: 1.125rem;
    font-weight: normal;
}

.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;
}

.widget-area .woocommerce-currency-switcher-form .dd-container {
    border: 1px solid #c5cbcf;
    background-color: #f7f7f7;
}

    .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:after {
        position: absolute;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 15px;
    }

    .woocommerce-currency-switcher-form .dd-container .dd-pointer.dd-pointer-down:after {
        content: "\f078";
    }

    .woocommerce-currency-switcher-form .dd-container .dd-pointer.dd-pointer-up:after {
        content: "\f061";
    }

.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;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

/**
 * Woo-elements
 * Search and product-search
 *
 */
.search-form.woocommerce-product-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .search-form.woocommerce-product-search:after {
        display: none;
    }

    .search-form.woocommerce-product-search > label {
        position: relative;
        margin: 5px;
        -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;
        min-width: 185px;
    }

        .search-form.woocommerce-product-search > label i {
            pointer-events: none;
            font-size: 24px;
            left: 25px;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

    .search-form.woocommerce-product-search input[type='search'] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 50px;
    }

    .search-form.woocommerce-product-search button[type='submit'] {
        float: none;
        margin: 5px;
        padding: 16px 30px 16px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

/**
 * 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 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    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;
    }

.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.8em;
    color: #ffc045;
    margin: 0 auto;
}

.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: 23px;
}

/**
 * Woo-elements
 * WooButtons
 *
 */
.add_to_cart_button {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 14px 18px 16px;
    border-radius: 3px;
}

    .add_to_cart_button:after, .add_to_cart_button:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.woocommerce a.added_to_cart {
    display: none;
}

.woocommerce table.cart input.header-btn:disabled {
    opacity: 0.5;
    border-color: transparent;
}

.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 {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 14px 18px 16px;
    border-radius: 3px;
}

    .woocommerce #respond input#submit:after, .woocommerce #respond input#submit:before,
    .woocommerce a.button:after,
    .woocommerce a.button:before,
    .woocommerce button.button:after,
    .woocommerce button.button:before,
    .woocommerce input.button:after,
    .woocommerce input.button:before,
    .woocommerce #respond input#submit.alt:after,
    .woocommerce #respond input#submit.alt:before,
    .woocommerce a.button.alt:after,
    .woocommerce a.button.alt:before,
    .woocommerce button.button.alt:after,
    .woocommerce button.button.alt:before,
    .woocommerce input.button.alt:after,
    .woocommerce input.button.alt:before,
    .woocommerce input.button:disabled:after,
    .woocommerce input.button:disabled:before,
    .woocommerce input.button:disabled[disabled]:after,
    .woocommerce input.button:disabled[disabled]:before,
    .woocommerce a.button.loading:after,
    .woocommerce a.button.loading:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .woocommerce #respond input#submit.product_type_variable:after, .woocommerce #respond input#submit.product_type_variable:before, .woocommerce #respond input#submit.loading:after, .woocommerce #respond input#submit.loading:before, .woocommerce #respond input#submit.added:after, .woocommerce #respond input#submit.added:before,
    .woocommerce a.button.product_type_variable:after,
    .woocommerce a.button.product_type_variable:before,
    .woocommerce a.button.loading:after,
    .woocommerce a.button.loading:before,
    .woocommerce a.button.added:after,
    .woocommerce a.button.added:before,
    .woocommerce button.button.product_type_variable:after,
    .woocommerce button.button.product_type_variable:before,
    .woocommerce button.button.loading:after,
    .woocommerce button.button.loading:before,
    .woocommerce button.button.added:after,
    .woocommerce button.button.added:before,
    .woocommerce input.button.product_type_variable:after,
    .woocommerce input.button.product_type_variable:before,
    .woocommerce input.button.loading:after,
    .woocommerce input.button.loading:before,
    .woocommerce input.button.added:after,
    .woocommerce input.button.added:before,
    .woocommerce #respond input#submit.alt.product_type_variable:after,
    .woocommerce #respond input#submit.alt.product_type_variable:before,
    .woocommerce #respond input#submit.alt.loading:after,
    .woocommerce #respond input#submit.alt.loading:before,
    .woocommerce #respond input#submit.alt.added:after,
    .woocommerce #respond input#submit.alt.added:before,
    .woocommerce a.button.alt.product_type_variable:after,
    .woocommerce a.button.alt.product_type_variable:before,
    .woocommerce a.button.alt.loading:after,
    .woocommerce a.button.alt.loading:before,
    .woocommerce a.button.alt.added:after,
    .woocommerce a.button.alt.added:before,
    .woocommerce button.button.alt.product_type_variable:after,
    .woocommerce button.button.alt.product_type_variable:before,
    .woocommerce button.button.alt.loading:after,
    .woocommerce button.button.alt.loading:before,
    .woocommerce button.button.alt.added:after,
    .woocommerce button.button.alt.added:before,
    .woocommerce input.button.alt.product_type_variable:after,
    .woocommerce input.button.alt.product_type_variable:before,
    .woocommerce input.button.alt.loading:after,
    .woocommerce input.button.alt.loading:before,
    .woocommerce input.button.alt.added:after,
    .woocommerce input.button.alt.added:before,
    .woocommerce input.button:disabled.product_type_variable:after,
    .woocommerce input.button:disabled.product_type_variable:before,
    .woocommerce input.button:disabled.loading:after,
    .woocommerce input.button:disabled.loading:before,
    .woocommerce input.button:disabled.added:after,
    .woocommerce input.button:disabled.added:before,
    .woocommerce input.button:disabled[disabled].product_type_variable:after,
    .woocommerce input.button:disabled[disabled].product_type_variable:before,
    .woocommerce input.button:disabled[disabled].loading:after,
    .woocommerce input.button:disabled[disabled].loading:before,
    .woocommerce input.button:disabled[disabled].added:after,
    .woocommerce input.button:disabled[disabled].added:before,
    .woocommerce a.button.loading.product_type_variable:after,
    .woocommerce a.button.loading.product_type_variable:before,
    .woocommerce a.button.loading.loading:after,
    .woocommerce a.button.loading.loading:before,
    .woocommerce a.button.loading.added:after,
    .woocommerce a.button.loading.added:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .woocommerce #respond input#submit.add_to_cart_button, .woocommerce #respond input#submit.single_add_to_cart_button,
    .woocommerce a.button.add_to_cart_button,
    .woocommerce a.button.single_add_to_cart_button,
    .woocommerce button.button.add_to_cart_button,
    .woocommerce button.button.single_add_to_cart_button,
    .woocommerce input.button.add_to_cart_button,
    .woocommerce input.button.single_add_to_cart_button,
    .woocommerce #respond input#submit.alt.add_to_cart_button,
    .woocommerce #respond input#submit.alt.single_add_to_cart_button,
    .woocommerce a.button.alt.add_to_cart_button,
    .woocommerce a.button.alt.single_add_to_cart_button,
    .woocommerce button.button.alt.add_to_cart_button,
    .woocommerce button.button.alt.single_add_to_cart_button,
    .woocommerce input.button.alt.add_to_cart_button,
    .woocommerce input.button.alt.single_add_to_cart_button,
    .woocommerce input.button:disabled.add_to_cart_button,
    .woocommerce input.button:disabled.single_add_to_cart_button,
    .woocommerce input.button:disabled[disabled].add_to_cart_button,
    .woocommerce input.button:disabled[disabled].single_add_to_cart_button,
    .woocommerce a.button.loading.add_to_cart_button,
    .woocommerce a.button.loading.single_add_to_cart_button {
        padding-left: 50px;
        margin-top: 15px;
        float: none;
        clear: left;
    }

        .woocommerce #respond input#submit.add_to_cart_button:after, .woocommerce #respond input#submit.add_to_cart_button:before, .woocommerce #respond input#submit.single_add_to_cart_button:after, .woocommerce #respond input#submit.single_add_to_cart_button:before,
        .woocommerce a.button.add_to_cart_button:after,
        .woocommerce a.button.add_to_cart_button:before,
        .woocommerce a.button.single_add_to_cart_button:after,
        .woocommerce a.button.single_add_to_cart_button:before,
        .woocommerce button.button.add_to_cart_button:after,
        .woocommerce button.button.add_to_cart_button:before,
        .woocommerce button.button.single_add_to_cart_button:after,
        .woocommerce button.button.single_add_to_cart_button:before,
        .woocommerce input.button.add_to_cart_button:after,
        .woocommerce input.button.add_to_cart_button:before,
        .woocommerce input.button.single_add_to_cart_button:after,
        .woocommerce input.button.single_add_to_cart_button:before,
        .woocommerce #respond input#submit.alt.add_to_cart_button:after,
        .woocommerce #respond input#submit.alt.add_to_cart_button:before,
        .woocommerce #respond input#submit.alt.single_add_to_cart_button:after,
        .woocommerce #respond input#submit.alt.single_add_to_cart_button:before,
        .woocommerce a.button.alt.add_to_cart_button:after,
        .woocommerce a.button.alt.add_to_cart_button:before,
        .woocommerce a.button.alt.single_add_to_cart_button:after,
        .woocommerce a.button.alt.single_add_to_cart_button:before,
        .woocommerce button.button.alt.add_to_cart_button:after,
        .woocommerce button.button.alt.add_to_cart_button:before,
        .woocommerce button.button.alt.single_add_to_cart_button:after,
        .woocommerce button.button.alt.single_add_to_cart_button:before,
        .woocommerce input.button.alt.add_to_cart_button:after,
        .woocommerce input.button.alt.add_to_cart_button:before,
        .woocommerce input.button.alt.single_add_to_cart_button:after,
        .woocommerce input.button.alt.single_add_to_cart_button:before,
        .woocommerce input.button:disabled.add_to_cart_button:after,
        .woocommerce input.button:disabled.add_to_cart_button:before,
        .woocommerce input.button:disabled.single_add_to_cart_button:after,
        .woocommerce input.button:disabled.single_add_to_cart_button:before,
        .woocommerce input.button:disabled[disabled].add_to_cart_button:after,
        .woocommerce input.button:disabled[disabled].add_to_cart_button:before,
        .woocommerce input.button:disabled[disabled].single_add_to_cart_button:after,
        .woocommerce input.button:disabled[disabled].single_add_to_cart_button:before,
        .woocommerce a.button.loading.add_to_cart_button:after,
        .woocommerce a.button.loading.add_to_cart_button:before,
        .woocommerce a.button.loading.single_add_to_cart_button:after,
        .woocommerce a.button.loading.single_add_to_cart_button:before {
            position: absolute;
            font-size: 22px;
            line-height: 1.2em;
            top: 7px;
            left: 17px;
            right: auto;
            margin: 0;
        }

        .woocommerce #respond input#submit.add_to_cart_button:after, .woocommerce #respond input#submit.single_add_to_cart_button:after,
        .woocommerce a.button.add_to_cart_button:after,
        .woocommerce a.button.single_add_to_cart_button:after,
        .woocommerce button.button.add_to_cart_button:after,
        .woocommerce button.button.single_add_to_cart_button:after,
        .woocommerce input.button.add_to_cart_button:after,
        .woocommerce input.button.single_add_to_cart_button:after,
        .woocommerce #respond input#submit.alt.add_to_cart_button:after,
        .woocommerce #respond input#submit.alt.single_add_to_cart_button:after,
        .woocommerce a.button.alt.add_to_cart_button:after,
        .woocommerce a.button.alt.single_add_to_cart_button:after,
        .woocommerce button.button.alt.add_to_cart_button:after,
        .woocommerce button.button.alt.single_add_to_cart_button:after,
        .woocommerce input.button.alt.add_to_cart_button:after,
        .woocommerce input.button.alt.single_add_to_cart_button:after,
        .woocommerce input.button:disabled.add_to_cart_button:after,
        .woocommerce input.button:disabled.single_add_to_cart_button:after,
        .woocommerce input.button:disabled[disabled].add_to_cart_button:after,
        .woocommerce input.button:disabled[disabled].single_add_to_cart_button:after,
        .woocommerce a.button.loading.add_to_cart_button:after,
        .woocommerce a.button.loading.single_add_to_cart_button:after {
            content: "\f218";
        }

        .woocommerce #respond input#submit.add_to_cart_button span.add, .woocommerce #respond input#submit.single_add_to_cart_button span.add,
        .woocommerce a.button.add_to_cart_button span.add,
        .woocommerce a.button.single_add_to_cart_button span.add,
        .woocommerce button.button.add_to_cart_button span.add,
        .woocommerce button.button.single_add_to_cart_button span.add,
        .woocommerce input.button.add_to_cart_button span.add,
        .woocommerce input.button.single_add_to_cart_button span.add,
        .woocommerce #respond input#submit.alt.add_to_cart_button span.add,
        .woocommerce #respond input#submit.alt.single_add_to_cart_button span.add,
        .woocommerce a.button.alt.add_to_cart_button span.add,
        .woocommerce a.button.alt.single_add_to_cart_button span.add,
        .woocommerce button.button.alt.add_to_cart_button span.add,
        .woocommerce button.button.alt.single_add_to_cart_button span.add,
        .woocommerce input.button.alt.add_to_cart_button span.add,
        .woocommerce input.button.alt.single_add_to_cart_button span.add,
        .woocommerce input.button:disabled.add_to_cart_button span.add,
        .woocommerce input.button:disabled.single_add_to_cart_button span.add,
        .woocommerce input.button:disabled[disabled].add_to_cart_button span.add,
        .woocommerce input.button:disabled[disabled].single_add_to_cart_button span.add,
        .woocommerce a.button.loading.add_to_cart_button span.add,
        .woocommerce a.button.loading.single_add_to_cart_button span.add {
            visibility: visible;
            opacity: 1;
            display: block;
        }

        .woocommerce #respond input#submit.add_to_cart_button span.added, .woocommerce #respond input#submit.single_add_to_cart_button span.added,
        .woocommerce a.button.add_to_cart_button span.added,
        .woocommerce a.button.single_add_to_cart_button span.added,
        .woocommerce button.button.add_to_cart_button span.added,
        .woocommerce button.button.single_add_to_cart_button span.added,
        .woocommerce input.button.add_to_cart_button span.added,
        .woocommerce input.button.single_add_to_cart_button span.added,
        .woocommerce #respond input#submit.alt.add_to_cart_button span.added,
        .woocommerce #respond input#submit.alt.single_add_to_cart_button span.added,
        .woocommerce a.button.alt.add_to_cart_button span.added,
        .woocommerce a.button.alt.single_add_to_cart_button span.added,
        .woocommerce button.button.alt.add_to_cart_button span.added,
        .woocommerce button.button.alt.single_add_to_cart_button span.added,
        .woocommerce input.button.alt.add_to_cart_button span.added,
        .woocommerce input.button.alt.single_add_to_cart_button span.added,
        .woocommerce input.button:disabled.add_to_cart_button span.added,
        .woocommerce input.button:disabled.single_add_to_cart_button span.added,
        .woocommerce input.button:disabled[disabled].add_to_cart_button span.added,
        .woocommerce input.button:disabled[disabled].single_add_to_cart_button span.added,
        .woocommerce a.button.loading.add_to_cart_button span.added,
        .woocommerce a.button.loading.single_add_to_cart_button span.added {
            visibility: hidden;
            opacity: 0;
            display: none;
        }

    .woocommerce #respond input#submit.loading span.add,
    .woocommerce a.button.loading span.add,
    .woocommerce button.button.loading span.add,
    .woocommerce input.button.loading span.add,
    .woocommerce #respond input#submit.alt.loading span.add,
    .woocommerce a.button.alt.loading span.add,
    .woocommerce button.button.alt.loading span.add,
    .woocommerce input.button.alt.loading span.add,
    .woocommerce input.button:disabled.loading span.add,
    .woocommerce input.button:disabled[disabled].loading span.add,
    .woocommerce a.button.loading.loading span.add {
        visibility: hidden;
        opacity: 0;
        display: none;
    }

    .woocommerce #respond input#submit.loading span.added,
    .woocommerce a.button.loading span.added,
    .woocommerce button.button.loading span.added,
    .woocommerce input.button.loading span.added,
    .woocommerce #respond input#submit.alt.loading span.added,
    .woocommerce a.button.alt.loading span.added,
    .woocommerce button.button.alt.loading span.added,
    .woocommerce input.button.alt.loading span.added,
    .woocommerce input.button:disabled.loading span.added,
    .woocommerce input.button:disabled[disabled].loading span.added,
    .woocommerce a.button.loading.loading span.added {
        visibility: visible;
        opacity: 0;
        display: block;
    }

    .woocommerce #respond input#submit.loading:after,
    .woocommerce a.button.loading:after,
    .woocommerce button.button.loading:after,
    .woocommerce input.button.loading:after,
    .woocommerce #respond input#submit.alt.loading:after,
    .woocommerce a.button.alt.loading:after,
    .woocommerce button.button.alt.loading:after,
    .woocommerce input.button.alt.loading:after,
    .woocommerce input.button:disabled.loading:after,
    .woocommerce input.button:disabled[disabled].loading:after,
    .woocommerce a.button.loading.loading:after {
        content: none !important;
    }

    .woocommerce #respond input#submit.loading:before,
    .woocommerce a.button.loading:before,
    .woocommerce button.button.loading:before,
    .woocommerce input.button.loading:before,
    .woocommerce #respond input#submit.alt.loading:before,
    .woocommerce a.button.alt.loading:before,
    .woocommerce button.button.alt.loading:before,
    .woocommerce input.button.alt.loading:before,
    .woocommerce input.button:disabled.loading:before,
    .woocommerce input.button:disabled[disabled].loading:before,
    .woocommerce a.button.loading.loading:before {
        content: "\f110";
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        margin-top: 14px;
        margin-left: 10px;
        -webkit-animation: spinner 2.2s linear infinite;
        animation: spinner 2.2s linear infinite;
    }

    .woocommerce #respond input#submit.loading.tm-wc-ajax-load-more-button:before,
    .woocommerce a.button.loading.tm-wc-ajax-load-more-button:before,
    .woocommerce button.button.loading.tm-wc-ajax-load-more-button:before,
    .woocommerce input.button.loading.tm-wc-ajax-load-more-button:before,
    .woocommerce #respond input#submit.alt.loading.tm-wc-ajax-load-more-button:before,
    .woocommerce a.button.alt.loading.tm-wc-ajax-load-more-button:before,
    .woocommerce button.button.alt.loading.tm-wc-ajax-load-more-button:before,
    .woocommerce input.button.alt.loading.tm-wc-ajax-load-more-button:before,
    .woocommerce input.button:disabled.loading.tm-wc-ajax-load-more-button:before,
    .woocommerce input.button:disabled[disabled].loading.tm-wc-ajax-load-more-button:before,
    .woocommerce a.button.loading.loading.tm-wc-ajax-load-more-button:before {
        position: relative;
        top: 6px;
        margin-top: 0px;
        margin-left: 5px;
    }

    .woocommerce #respond input#submit.added:after,
    .woocommerce a.button.added:after,
    .woocommerce button.button.added:after,
    .woocommerce input.button.added:after,
    .woocommerce #respond input#submit.alt.added:after,
    .woocommerce a.button.alt.added:after,
    .woocommerce button.button.alt.added:after,
    .woocommerce input.button.alt.added:after,
    .woocommerce input.button:disabled.added:after,
    .woocommerce input.button:disabled[disabled].added:after,
    .woocommerce a.button.loading.added:after {
        content: "\f217";
    }

    .woocommerce #respond input#submit.added span.add,
    .woocommerce a.button.added span.add,
    .woocommerce button.button.added span.add,
    .woocommerce input.button.added span.add,
    .woocommerce #respond input#submit.alt.added span.add,
    .woocommerce a.button.alt.added span.add,
    .woocommerce button.button.alt.added span.add,
    .woocommerce input.button.alt.added span.add,
    .woocommerce input.button:disabled.added span.add,
    .woocommerce input.button:disabled[disabled].added span.add,
    .woocommerce a.button.loading.added span.add {
        visibility: hidden;
        opacity: 0;
        display: none;
    }

    .woocommerce #respond input#submit.added span.added,
    .woocommerce a.button.added span.added,
    .woocommerce button.button.added span.added,
    .woocommerce input.button.added span.added,
    .woocommerce #respond input#submit.alt.added span.added,
    .woocommerce a.button.alt.added span.added,
    .woocommerce button.button.alt.added span.added,
    .woocommerce input.button.alt.added span.added,
    .woocommerce input.button:disabled.added span.added,
    .woocommerce input.button:disabled[disabled].added span.added,
    .woocommerce a.button.loading.added span.added {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .woocommerce #respond input#submit.loading,
    .woocommerce a.button.loading,
    .woocommerce button.button.loading,
    .woocommerce input.button.loading {
        opacity: .75;
    }

/**
 * Woo-elements
 * Styles for compare and wishlist
 *
 */
.woocommerce .product.hentry {
    margin-top: 0;
}

.woocommerce .product:not(.product-list) .wishlist_compare_button_block {
    z-index: 1;
}

    .woocommerce .product:not(.product-list) .wishlist_compare_button_block button.button.btn, .woocommerce .product:not(.product-list) .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .product:not(.product-list) .wishlist_compare_button_block button.button {
        visibility: hidden;
        opacity: 0;
        left: 50%;
        border: none;
    }

        .woocommerce .product:not(.product-list) .wishlist_compare_button_block button.button.btn.tm-woowishlist-button, .woocommerce .product:not(.product-list) .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button.tm-woowishlist-button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .product:not(.product-list) .wishlist_compare_button_block button.button.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-woowishlist-button::after, .woocommerce .product:not(.product-list) .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button.tm-woowishlist-button::after, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .product:not(.product-list) .wishlist_compare_button_block button.button.tm-woowishlist-button::after {
                content: '\f004';
                -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 .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button.tm-woocompare-button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .product:not(.product-list) .wishlist_compare_button_block button.button.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) .wishlist_compare_button_block button.button.btn.tm-woocompare-button::after, .woocommerce .product:not(.product-list) .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button.tm-woocompare-button::after, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .product:not(.product-list) .wishlist_compare_button_block button.button.tm-woocompare-button::after {
                content: '\f03a';
                -webkit-transition: 0.3s all ease;
                -o-transition: 0.3s all ease;
                transition: 0.3s all ease;
            }

.woocommerce .product .tm-woocompare-page-button.button.alt,
.woocommerce .product .tm-woowishlist-page-button.button.btn,
.woocommerce .product .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .tm-woowishlist-page-button.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td
.woocommerce .product .tm-woowishlist-page-button.button,
.woocommerce .product body .booked-modal input.tm-woowishlist-page-button.button.button-primary[type="submit"], body .booked-modal
.woocommerce .product input.tm-woowishlist-page-button.button.button-primary[type="submit"] {
    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;
}

.single-product .woocommerce .product .tm-woocompare-page-button.button.alt, .single-product
.woocommerce .product .tm-woowishlist-page-button.button.btn, .single-product
.woocommerce .product .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .tm-woowishlist-page-button.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .single-product
.woocommerce .product .tm-woowishlist-page-button.button, .single-product
.woocommerce .product body .booked-modal input.tm-woowishlist-page-button.button.button-primary[type="submit"], body .booked-modal .single-product
.woocommerce .product input.tm-woowishlist-page-button.button.button-primary[type="submit"] {
    height: auto;
    width: auto;
}

.woocommerce .product .tm-woocompare-page-button.button.alt:after,
.woocommerce .product .tm-woowishlist-page-button.button.btn:after,
.woocommerce .product .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .tm-woowishlist-page-button.button:after, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td
.woocommerce .product .tm-woowishlist-page-button.button:after,
.woocommerce .product body .booked-modal input.tm-woowishlist-page-button.button.button-primary[type="submit"]:after, body .booked-modal
.woocommerce .product input.tm-woowishlist-page-button.button.button-primary[type="submit"]:after {
    display: block;
    content: '';
}

.woocommerce .product .tm-woocompare-page-button.button.alt::before,
.woocommerce .product .tm-woowishlist-page-button.button.btn::before,
.woocommerce .product .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .tm-woowishlist-page-button.button::before, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td
.woocommerce .product .tm-woowishlist-page-button.button::before,
.woocommerce .product body .booked-modal input.tm-woowishlist-page-button.button.button-primary[type="submit"]::before, body .booked-modal
.woocommerce .product input.tm-woowishlist-page-button.button.button-primary[type="submit"]::before {
    display: none;
}

.woocommerce .product .tm-woocompare-page-button.button.alt:focus,
.woocommerce .product .tm-woowishlist-page-button.button.btn:focus,
.woocommerce .product .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .tm-woowishlist-page-button.button:focus, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td
.woocommerce .product .tm-woowishlist-page-button.button:focus,
.woocommerce .product body .booked-modal input.tm-woowishlist-page-button.button.button-primary[type="submit"]:focus, body .booked-modal
.woocommerce .product input.tm-woowishlist-page-button.button.button-primary[type="submit"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce .product .tm-woocompare-page-button.button.alt:hover,
.woocommerce .product .tm-woowishlist-page-button.button.btn:hover,
.woocommerce .product .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .tm-woowishlist-page-button.button:hover, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td
.woocommerce .product .tm-woowishlist-page-button.button:hover,
.woocommerce .product body .booked-modal input.tm-woowishlist-page-button.button.button-primary[type="submit"]:hover, body .booked-modal
.woocommerce .product input.tm-woowishlist-page-button.button.button-primary[type="submit"]:hover {
    background: transparent;
    border: none;
}

.woocommerce .swiper-container .product:hover .wishlist_compare_button_block button.button.btn, .woocommerce .swiper-container .product:hover .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .swiper-container .product:hover .wishlist_compare_button_block button.button,
.woocommerce .products .product:hover .wishlist_compare_button_block button.button.btn,
.woocommerce .products .product:hover .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td
.woocommerce .products .product:hover .wishlist_compare_button_block button.button {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.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 .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce.single-product .summary .wishlist_compare_button_block button.button,
    .woocommerce .single-product .summary .wishlist_compare_button_block button.button.btn,
    .woocommerce .single-product .summary .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td
    .woocommerce .single-product .summary .wishlist_compare_button_block button.button {
        margin: 0 5px;
        display: inline-block;
        visibility: visible;
        opacity: 1;
        left: 0;
    }

.woocommerce .wishlist_compare_button_block {
    z-index: 1;
}

    .woocommerce .wishlist_compare_button_block button.button.btn, .woocommerce .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .wishlist_compare_button_block button.button {
        width: 59px;
        height: 59px;
        padding: 0;
        margin: 0 0 5px 0;
        border-radius: 620px;
        display: block;
        text-align: center;
        font-size: 22px;
        overflow: visible;
    }

        .woocommerce .wishlist_compare_button_block button.button.btn span.text, .woocommerce .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button span.text, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .wishlist_compare_button_block button.button span.text {
            position: absolute;
            top: -50px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            padding: 5px;
            border-radius: 2px;
            font-size: 0.6rem;
            line-height: 0.6rem;
            background: #000000;
            color: #ffffff;
            visibility: hidden;
            overflow: visible;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            text-transform: none;
            pointer-events: none;
        }

            .woocommerce .wishlist_compare_button_block button.button.btn span.text:after, .woocommerce .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button span.text:after, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .wishlist_compare_button_block button.button span.text:after, .woocommerce .wishlist_compare_button_block button.button.btn span.text:before, .woocommerce .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button span.text:before, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .wishlist_compare_button_block button.button span.text:before {
                position: absolute;
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 4px 2px 0 2px;
                border-color: #000000 transparent transparent transparent;
                -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
                bottom: -4px;
                left: 50%;
            }

        .woocommerce .wishlist_compare_button_block button.button.btn:hover span.text, .woocommerce .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button:hover span.text, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .wishlist_compare_button_block button.button:hover span.text {
            opacity: 1;
            visibility: visible;
            top: -25px;
        }

        .woocommerce .wishlist_compare_button_block button.button.btn:after, .woocommerce .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button:after, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .wishlist_compare_button_block button.button:after, .woocommerce .wishlist_compare_button_block button.button.btn:before, .woocommerce .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button:before, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .wishlist_compare_button_block button.button:before {
            position: absolute;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -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 .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button.tm-woocompare-button:after, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .wishlist_compare_button_block button.button.tm-woocompare-button:after {
            content: "\f03a";
        }

        .woocommerce .wishlist_compare_button_block button.button.btn.tm-woocompare-button.in_compare:after, .woocommerce .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button.tm-woocompare-button.in_compare:after, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .wishlist_compare_button_block button.button.tm-woocompare-button.in_compare:after {
            content: "\f03a";
            margin: 0;
        }

        .woocommerce .wishlist_compare_button_block button.button.btn.tm-woocompare-button.loading:before, .woocommerce .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button.tm-woocompare-button.loading:before, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .wishlist_compare_button_block button.button.tm-woocompare-button.loading:before {
            content: "\f110";
            height: auto;
            line-height: 22px;
            top: 50%;
            left: 50%;
            margin: 0;
            -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            transform-origin: 0 0;
            width: 22px;
        }

        .woocommerce .wishlist_compare_button_block button.button.btn.tm-woowishlist-button:after, .woocommerce .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button.tm-woowishlist-button:after, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .wishlist_compare_button_block button.button.tm-woowishlist-button:after {
            content: "\f004";
        }

        .woocommerce .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.in_wishlist:after, .woocommerce .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button.tm-woowishlist-button.in_wishlist:after, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .wishlist_compare_button_block button.button.tm-woowishlist-button.in_wishlist:after {
            content: "\f004";
            margin: 0;
        }

        .woocommerce .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.loading:after, .woocommerce .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button.tm-woowishlist-button.loading:after, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .wishlist_compare_button_block button.button.tm-woowishlist-button.loading:after {
            content: none;
        }

        .woocommerce .wishlist_compare_button_block button.button.btn.tm-woowishlist-button.loading:before, .woocommerce .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button.tm-woowishlist-button.loading:before, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .wishlist_compare_button_block button.button.tm-woowishlist-button.loading:before {
            content: "\f110";
            height: auto;
            line-height: 22px;
            top: 50%;
            left: 50%;
            margin: 0;
            -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            transform-origin: 0 0;
            width: 22px;
        }

.woocommerce .swiper-wrapper .wishlist_compare_button_block button.button.btn span.text, .woocommerce .swiper-wrapper .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button span.text, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .swiper-wrapper .wishlist_compare_button_block button.button 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, .woocommerce .swiper-wrapper .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button span.text:after, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .swiper-wrapper .wishlist_compare_button_block button.button 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, .woocommerce .swiper-wrapper .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button:hover span.text, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .swiper-wrapper .wishlist_compare_button_block button.button:hover span.text {
    left: auto;
    right: 115%;
}

/**
 * Woo-elements
 * Woo Badges
 *
 */
.woocommerce .products .product span.onsale,
.woocommerce span.featured,
.woocommerce span.onsale,
.woocommerce span.new {
    padding: 2px 7px 1px;
    margin: 0;
    min-height: 0;
    min-width: 0;
    border-radius: 2px;
    position: absolute;
    left: 20px;
    top: 20px;
    right: auto;
    font-size: 12px;
    line-height: 20px;
    max-height: 23px;
    font-weight: normal;
    z-index: 1;
}

/**
 * Woo-elements
 * Remove woocommerce grid system
 *
 */
.products.row, .cherry-services.services-wrap .products.cherry-services-row, .cross-sells .products {
    clear: both;
}

.product .tm-thumbs-wrap {
    background-color: #f6f6f8;
}

.woocommerce a.button.ajax_add_to_cart {
    margin-top: 15px;
}

.woocommerce .product:not(.product-list) > .block_product_content,
.products .product:not(.product-list) > .block_product_content {
    position: relative;
    padding-bottom: 50px;
}

    .woocommerce .product:not(.product-list) > .block_product_content > *,
    .products .product:not(.product-list) > .block_product_content > * {
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }

    .woocommerce .product:not(.product-list) > .block_product_content a.button.ajax_add_to_cart,
    .woocommerce .product:not(.product-list) > .block_product_content .add_to_cart_button,
    .woocommerce .product:not(.product-list) > .block_product_content .product_type_variable,
    .products .product:not(.product-list) > .block_product_content a.button.ajax_add_to_cart,
    .products .product:not(.product-list) > .block_product_content .add_to_cart_button,
    .products .product:not(.product-list) > .block_product_content .product_type_variable {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        display: inline-block;
        margin-top: 15px;
        top: -30px;
    }

    .woocommerce .product:not(.product-list) > .block_product_content .star-rating,
    .products .product:not(.product-list) > .block_product_content .star-rating {
        position: absolute;
        top: 60px;
        left: 50%;
        margin-left: -43px;
    }

.woocommerce .product:not(.product-list):hover > .block_product_content > *,
.products .product:not(.product-list):hover > .block_product_content > * {
    visibility: hidden;
    opacity: 0;
}

.woocommerce .product:not(.product-list):hover > .block_product_content a.button.ajax_add_to_cart,
.woocommerce .product:not(.product-list):hover > .block_product_content .add_to_cart_button,
.woocommerce .product:not(.product-list):hover > .block_product_content .product_type_variable,
.products .product:not(.product-list):hover > .block_product_content a.button.ajax_add_to_cart,
.products .product:not(.product-list):hover > .block_product_content .add_to_cart_button,
.products .product:not(.product-list):hover > .block_product_content .product_type_variable {
    visibility: visible;
    top: 0;
    opacity: 1;
}

.woocommerce .products.row ul, .woocommerce .cherry-services.services-wrap .products.cherry-services-row ul, .cherry-services.services-wrap .woocommerce .products.cherry-services-row ul, .woocommerce .cross-sells .products ul, .cross-sells .woocommerce .products ul,
.woocommerce ul.products.row,
.woocommerce .cherry-services.services-wrap ul.products.cherry-services-row, .cherry-services.services-wrap
.woocommerce ul.products.cherry-services-row,
.woocommerce .cross-sells ul.products, .cross-sells
.woocommerce ul.products {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
}

.product-category-widget > a > img {
    width: 100%;
}

.shop_wrapper .products.row, .shop_wrapper .cherry-services.services-wrap .products.cherry-services-row, .cherry-services.services-wrap .shop_wrapper .products.cherry-services-row, .shop_wrapper .cross-sells .products, .cross-sells .shop_wrapper .products,
.page-description .woocommerce .products.row,
.page-description .woocommerce .cherry-services.services-wrap .products.cherry-services-row, .cherry-services.services-wrap
.page-description .woocommerce .products.cherry-services-row,
.page-description .woocommerce .cross-sells .products, .cross-sells
.page-description .woocommerce .products {
    clear: both;
}

/**
 * Woo-elements
 * Styles for listing products
 *
 */
.products .product {
    text-align: center;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .products .product {
        padding-bottom: 0;
    }
}

.products .product:not(.product-list) .star-rating {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.products .product:not(.product-list):hover .block_product_content .star-rating {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.products .product .block_product_thumbnail {
    position: relative;
    margin-bottom: 6px;
    display: inline-block;
}

@media (min-width: 544px) {
    .products .product .block_product_thumbnail {
        display: block;
        margin-bottom: 12px;
    }
}

.products .product .block_product_thumbnail img {
    display: block;
    width: 100%;
}

.products .product .block_product_content {
    padding-bottom: 12px;
}

    .products .product .block_product_content h3 {
        margin-bottom: 0;
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

@media (min-width: 768px) {
    .products .product .block_product_content {
        padding-bottom: 32px;
    }
}

.products .product .wishlist_compare_button_block {
    position: absolute;
    right: 17px;
    top: 15px;
    z-index: 1;
}

.products .product .product-categories,
.products .product .product-widget-tags {
    text-align: center;
    margin-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .products .product .product-categories li,
    .products .product .product-widget-tags li {
        display: inline;
    }

.products .product.product-list {
    padding-left: 1.56rem;
    padding-right: 1.56rem;
    padding-bottom: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .products .product.product-list {
        padding-bottom: 70px;
    }
}

.products .product.product-list .block_product_thumbnail {
    margin: 0 0 30px 0;
}

@media (min-width: 768px) {
    .products .product.product-list .block_product_thumbnail {
        margin: 0;
        float: left;
        width: 300px;
    }
}

@media (min-width: 1441px) {
    .products .product.product-list .block_product_thumbnail {
        width: 418px;
    }
}

.products .product.product-list .block_product_content {
    overflow: hidden;
    text-align: left;
}

@media (min-width: 768px) {
    .products .product.product-list .block_product_content {
        padding-left: 50px;
    }
}

.products .product.product-list .product-categories {
    text-align: left;
    margin: -8px 0 4px 0;
}

.products .product.product-list h3 {
    margin-bottom: 0;
}

.products .product.product-list .price {
    font-size: 30px;
}

.products .product.product-list .star-rating {
    margin: 0 0 1em 0;
}

@media (min-width: 768px) {
    .products .product.product-list .star-rating {
        margin: 0 0 1.85em 0;
    }
}

.products .product.product-list .desc_products_listing_line {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 1em 0;
}

@media (min-width: 768px) {
    .products .product.product-list .desc_products_listing_line {
        margin: 0 0 2.3em 0;
    }
}

.products .product.product-list .wishlist_compare_button_block {
    position: static;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .products .product.product-list .wishlist_compare_button_block {
        padding-top: 40px;
    }
}

.products .product.product-list .wishlist_compare_button_block button.button.btn, .products .product.product-list .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .products .product.product-list .wishlist_compare_button_block button.button {
    display: inline-block;
    margin: 0 7px 0 0;
}

.products .product.product-list.product-category {
    text-align: left;
}

    .products .product.product-list.product-category > a {
        display: block;
        margin-bottom: 20px;
    }

@media (min-width: 768px) {
    .products .product.product-list.product-category > a {
        float: left;
        margin: 0 50px 0 0;
    }
}

.products .product.product-list.product-category .title_count_block {
    text-align: left;
    padding: 0 0 20px 0;
    overflow: hidden;
}

    .products .product.product-list.product-category .title_count_block h3 {
        display: block;
    }

    .products .product.product-list.product-category .title_count_block a {
        display: inline-block;
    }

.products .product.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;
    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;
        font-size: 12px;
        line-height: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .tm-products-sale-end-date span i {
            display: block;
        }

.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 .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: 14px 27px 14px 18px;
            font-size: 12px;
            line-height: 20px;
            color: #000000;
            border-radius: 3px;
            -webkit-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            transition: 0.3s all ease;
            background: none;
            border: 1px solid #e8e8f8;
        }

            .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-attribute:hover,
            .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-price:hover {
                background: transparent;
                border-color: red;
            }

            .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;
            }

                .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 {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    content: '\f00d';
                    color: #b9bdcd;
                }

        .tm-wc-ajax-products-wrapper .tm-wc-ajax-filters-wrapper .tm-wc-ajax-filters-reset.button {
            padding: 0;
            margin: 13px 0 10px 0;
            float: right;
            background: none;
            border: none;
            text-transform: none;
            font-weight: normal;
            text-decoration: underline;
        }

    .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 0 30px 0;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

@media (min-width: 768px) {
    .tm-wc-ajax-products-wrapper .woocommerce-result-count {
        margin: 16px 0 0 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-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
    }
}

.tm-wc-ajax-products-wrapper .woocommerce-ordering {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -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;
}

    .tm-wc-ajax-products-wrapper .woocommerce-ordering select {
        width: 150px;
        font-size: 14px;
        line-height: 24px;
        padding: 15px 10px 17px 12px;
        height: 54px;
        cursor: pointer;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }

@media (min-width: 544px) {
    .tm-wc-ajax-products-wrapper .woocommerce-ordering select {
        width: 200px;
        padding: 15px 20px 17px 22px;
    }
}

@media (min-width: 768px) {
    .tm-wc-ajax-products-wrapper .woocommerce-ordering select {
        width: 300px;
    }
}

.tm-wc-ajax-products-wrapper .woocommerce-ordering:after {
    position: absolute;
    right: 10px;
    top: 12px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 30px;
    content: "\f078";
    cursor: pointer;
    pointer-events: none;
}

@media (min-width: 544px) {
    .tm-wc-ajax-products-wrapper .woocommerce-ordering:after {
        right: 20px;
    }
}

.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;
}

@media (min-width: 768px) {
    .tm-wc-ajax-products-wrapper .tm-woo-grid-list-toggle-button-wrapper {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -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;
    }
}

.tm-wc-ajax-products-wrapper .products.row, .tm-wc-ajax-products-wrapper .cherry-services.services-wrap .products.cherry-services-row, .cherry-services.services-wrap .tm-wc-ajax-products-wrapper .products.cherry-services-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: 768px) {
    .tm-wc-ajax-products-wrapper .products.row, .tm-wc-ajax-products-wrapper .cherry-services.services-wrap .products.cherry-services-row, .cherry-services.services-wrap .tm-wc-ajax-products-wrapper .products.cherry-services-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;
}

    .tm-wc-ajax-products-wrapper .tm-wc-ajax-load-more-button:before {
        position: relative;
        top: 6px;
        margin-top: 0px;
        margin-left: 5px;
    }

    .tm-wc-ajax-products-wrapper .tm-wc-ajax-load-more-button + .woocommerce-pagination {
        margin-top: 35px;
    }

.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;
            margin-left: 10px;
            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 {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    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: "\f00b";
            }

            .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: "\f00a";
            }

/**
 * 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: 1em;
    }

    .woocommerce.single-product div.product.outofstock,
    .woocommerce .single-product div.product.outofstock {
        margin-top: 15px;
    }

        .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: 15px;
        margin-top: 15px;
    }

    .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 .tm-woowishlist-page-button,
        .woocommerce.single-product div.product .single_product_wrapper .tm-woocompare-page-button,
        .woocommerce .single-product div.product .single_product_wrapper .tm-woowishlist-page-button,
        .woocommerce .single-product div.product .single_product_wrapper .tm-woocompare-page-button {
            width: auto !important;
            height: auto !important;
        }

        .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;
        }

@media (min-width: 768px) {
    .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 39.4%;
        -moz-box-flex: 0;
        -moz-flex: 0 1 39.4%;
        -ms-flex: 0 1 39.4%;
        flex: 0 1 39.4%;
    }
}

.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: 31.86%;
        margin-right: 3.75%;
        margin-top: 3.75%;
        cursor: pointer;
    }

        .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;
            -webkit-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

        .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 {
            opacity: 0.2;
        }

        .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: 100%;
        margin-right: 0;
        float: none;
    }

    .woocommerce.single-product div.product .single_product_wrapper .images div.thumbnails.columns-2 .thumbnail,
    .woocommerce .single-product div.product .single_product_wrapper .images div.thumbnails.columns-2 .thumbnail {
        width: 48.9%;
    }

    .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: 23.35%;
    }

    .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: 17%;
    }

.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: 768px) {
    .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 57%;
        -moz-box-flex: 0;
        -moz-flex: 0 1 57%;
        -ms-flex: 0 1 57%;
        flex: 0 1 57%;
        padding-left: 50px;
        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: #b9bdcd;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 16.5%;
}

    .woocommerce.single-product div.product .single_product_wrapper .enlarge i,
    .woocommerce .single-product div.product .single_product_wrapper .enlarge i {
        position: absolute;
        top: 13px;
        right: 11px;
    }

@media (min-width: 768px) {
    .woocommerce.single-product div.product .single_product_wrapper .enlarge,
    .woocommerce .single-product div.product .single_product_wrapper .enlarge {
        top: 13px;
        right: 11px;
        left: auto;
        bottom: auto;
    }

        .woocommerce.single-product div.product .single_product_wrapper .enlarge i,
        .woocommerce .single-product div.product .single_product_wrapper .enlarge i {
            position: static;
            top: auto;
            right: auto;
        }
}

.woocommerce.single-product div.product .product_title,
.woocommerce .single-product div.product .product_title {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.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: 1.318em;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

    .woocommerce.single-product div.product .woocommerce-product-rating .star-rating,
    .woocommerce .single-product div.product .woocommerce-product-rating .star-rating {
        margin-top: 12px;
    }

@media (min-width: 768px) {
    .woocommerce.single-product div.product .woocommerce-product-rating .star-rating,
    .woocommerce .single-product div.product .woocommerce-product-rating .star-rating {
        margin-top: 18px;
    }
}

.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: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 16px;
    font-size: 14px;
}

.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 30px;
}

@media (min-width: 768px) {
    .woocommerce.single-product div.product .woocommerce-review-link,
    .woocommerce .single-product div.product .woocommerce-review-link {
        margin: 7px 0 0 30px;
    }
}

.woocommerce.single-product div.product p.price,
.woocommerce .single-product div.product p.price {
    margin-bottom: 17px;
}

.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: 992px) {
    .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,
.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 .reset_variations,
        .woocommerce .single-product div.product form.cart .variations td.value .reset_variations {
            float: left;
            font-size: 1em;
        }

    .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;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

@media (min-width: 544px) {
    .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 .single_variation_wrap .woocommerce-variation,
.woocommerce .single-product div.product form.cart .single_variation_wrap .woocommerce-variation {
    margin-bottom: 13px;
}

.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 div.quantity,
.woocommerce .single-product div.product form.cart div.quantity {
    float: left;
    margin: 0 60px 0 25px;
    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;
        -moz-appearance: none;
        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: 78px;
        text-align: center;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .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 {
        position: absolute;
        color: #b9bdcd;
        cursor: pointer;
        word-wrap: normal;
        top: 4px;
        bottom: 0;
        padding: 5px 0;
    }

        .woocommerce.single-product div.product form.cart div.quantity .tm-qty-minus:before,
        .woocommerce.single-product div.product form.cart div.quantity .tm-qty-plus:before,
        .woocommerce .single-product div.product form.cart div.quantity .tm-qty-minus:before,
        .woocommerce .single-product div.product form.cart div.quantity .tm-qty-plus:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 21px;
            font-weight: 400;
        }

    .woocommerce.single-product div.product form.cart div.quantity .tm-qty-minus,
    .woocommerce .single-product div.product form.cart div.quantity .tm-qty-minus {
        left: -25px;
    }

        .woocommerce.single-product div.product form.cart div.quantity .tm-qty-minus:before,
        .woocommerce .single-product div.product form.cart div.quantity .tm-qty-minus:before {
            content: '\f068';
        }

    .woocommerce.single-product div.product form.cart div.quantity .tm-qty-plus,
    .woocommerce .single-product div.product form.cart div.quantity .tm-qty-plus {
        right: -25px;
    }

        .woocommerce.single-product div.product form.cart div.quantity .tm-qty-plus:before,
        .woocommerce .single-product div.product form.cart div.quantity .tm-qty-plus:before {
            content: '\f067';
        }

.woocommerce.single-product div.product form.cart .button,
.woocommerce .single-product div.product form.cart .button {
    clear: left;
    margin-top: 20px;
}

@media (min-width: 544px) {
    .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: 20px;
    }
}

@media (min-width: 992px) {
    .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: 12px;
    line-height: 21px;
    padding-bottom: 10px;
}

.woocommerce.single-product div.product .summary .wishlist_compare_button_block,
.woocommerce .single-product div.product .summary .wishlist_compare_button_block {
    padding-bottom: 15px;
    width: 60%;
}

    .woocommerce.single-product div.product .summary .wishlist_compare_button_block .button.button.btn, .woocommerce.single-product div.product .summary .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce.single-product div.product .summary .wishlist_compare_button_block .button.button, .woocommerce.single-product div.product .summary .wishlist_compare_button_block body .booked-modal input.button.button.button-primary[type="submit"], body .booked-modal .woocommerce.single-product div.product .summary .wishlist_compare_button_block input.button.button.button-primary[type="submit"],
    .woocommerce .single-product div.product .summary .wishlist_compare_button_block .button.button.btn,
    .woocommerce .single-product div.product .summary .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td
    .woocommerce .single-product div.product .summary .wishlist_compare_button_block .button.button,
    .woocommerce .single-product div.product .summary .wishlist_compare_button_block body .booked-modal input.button.button.button-primary[type="submit"], body .booked-modal
    .woocommerce .single-product div.product .summary .wishlist_compare_button_block input.button.button.button-primary[type="submit"] {
        margin-bottom: 15px;
    }

@media (min-width: 992px) {
    .woocommerce.single-product div.product .summary .wishlist_compare_button_block .button.button.btn, .woocommerce.single-product div.product .summary .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce.single-product div.product .summary .wishlist_compare_button_block .button.button, .woocommerce.single-product div.product .summary .wishlist_compare_button_block body .booked-modal input.button.button.button-primary[type="submit"], body .booked-modal .woocommerce.single-product div.product .summary .wishlist_compare_button_block input.button.button.button-primary[type="submit"],
    .woocommerce .single-product div.product .summary .wishlist_compare_button_block .button.button.btn,
    .woocommerce .single-product div.product .summary .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td
    .woocommerce .single-product div.product .summary .wishlist_compare_button_block .button.button,
    .woocommerce .single-product div.product .summary .wishlist_compare_button_block body .booked-modal input.button.button.button-primary[type="submit"], body .booked-modal
    .woocommerce .single-product div.product .summary .wishlist_compare_button_block input.button.button.button-primary[type="submit"] {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .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: 992px) {
    .woocommerce.single-product div.product .summary .wishlist_compare_button_block,
    .woocommerce .single-product div.product .summary .wishlist_compare_button_block {
        padding-bottom: 35px;
    }
}

.woocommerce.single-product div.product .woo-social-buttons,
.woocommerce .single-product div.product .woo-social-buttons {
    margin: 10px 0;
}

    .woocommerce.single-product div.product .woo-social-buttons > span,
    .woocommerce .single-product div.product .woo-social-buttons > span {
        margin: 0 7px 7px 0;
    }

        .woocommerce.single-product div.product .woo-social-buttons > span > span,
        .woocommerce .single-product div.product .woo-social-buttons > span > span {
            vertical-align: top;
        }

        .woocommerce.single-product div.product .woo-social-buttons > span.custom,
        .woocommerce .single-product div.product .woo-social-buttons > span.custom {
            font-size: 16px;
            font-size: 1rem;
        }

            .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 {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    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 0 20px 0;
        margin: 0;
        border-bottom: 1px solid #e8e8f8;
    }

        .woocommerce.single-product div.product .woocommerce-tabs .tabs:before,
        .woocommerce .single-product div.product .woocommerce-tabs .tabs:before {
            display: none !important;
        }

        .woocommerce.single-product div.product .woocommerce-tabs .tabs li,
        .woocommerce .single-product div.product .woocommerce-tabs .tabs li {
            border: none;
            border-radius: 0;
            padding: 0;
            margin: 0 38px 0 0;
            background: none;
        }

            .woocommerce.single-product div.product .woocommerce-tabs .tabs li a,
            .woocommerce .single-product div.product .woocommerce-tabs .tabs li a {
                padding: 0;
                font-weight: bold;
                text-transform: uppercase;
                font-size: 14px;
                line-height: 27px;
                color: #000000;
            }

            .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: 25px;
    }

        .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: 24px;
            line-height: 37px;
            font-weight: 300;
            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 {
    border-top: 1px solid #e8e8f8;
    padding-top: 3.2em;
    padding-bottom: 3.2em;
    position: relative;
}

    .woocommerce.single-product div.product .related .swiper-button-next,
    .woocommerce.single-product div.product .related .swiper-button-prev,
    .woocommerce.single-product div.product .up-sells .swiper-button-next,
    .woocommerce.single-product div.product .up-sells .swiper-button-prev,
    .woocommerce .single-product div.product .related .swiper-button-next,
    .woocommerce .single-product div.product .related .swiper-button-prev,
    .woocommerce .single-product div.product .up-sells .swiper-button-next,
    .woocommerce .single-product div.product .up-sells .swiper-button-prev {
        top: 53px;
    }

    .woocommerce.single-product div.product .related .swiper-button-next,
    .woocommerce.single-product div.product .up-sells .swiper-button-next,
    .woocommerce .single-product div.product .related .swiper-button-next,
    .woocommerce .single-product div.product .up-sells .swiper-button-next {
        right: 0;
    }

    .woocommerce.single-product div.product .related .swiper-button-prev,
    .woocommerce.single-product div.product .up-sells .swiper-button-prev,
    .woocommerce .single-product div.product .related .swiper-button-prev,
    .woocommerce .single-product div.product .up-sells .swiper-button-prev {
        right: 55px;
        left: auto;
    }

    .woocommerce.single-product div.product .related h4,
    .woocommerce.single-product div.product .up-sells h4,
    .woocommerce .single-product div.product .related h4,
    .woocommerce .single-product div.product .up-sells h4 {
        text-align: center;
        margin-bottom: 1.28em;
    }

    .woocommerce.single-product div.product .related.products .product,
    .woocommerce .single-product div.product .related.products .product {
        margin-top: 30px;
    }

    .woocommerce.single-product div.product .related.products h2,
    .woocommerce .single-product div.product .related.products h2 {
        margin-right: 120px;
    }

.woocommerce table.shop_attributes {
    border: 1px solid #e8e8f8;
}

    .woocommerce table.shop_attributes .alt td,
    .woocommerce table.shop_attributes .alt th {
        background: none;
    }

    .woocommerce table.shop_attributes th {
        padding: 15px 10px 5px;
        border-bottom: 1px solid #e8e8f8;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .woocommerce table.shop_attributes td {
        border-bottom: 1px solid #e8e8f8;
        padding-left: 10px;
    }

.woocommerce #reviews .comment-form-rating label {
    display: block;
}

.woocommerce #reviews .comment-form-rating p.stars {
    display: inline-block;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-top: 20px;
    margin-bottom: 30px;
}

    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        width: 60px;
        border-radius: 620px;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin-left: 90px;
        padding: 25px 40px 35px;
        background: #f8f8f8;
        border: none;
        border-radius: 0;
        position: relative;
        font-size: 14px;
    }

        .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 11px 10px 0;
            border-color: transparent #f8f8f8 transparent transparent;
            position: absolute;
            left: -11px;
            top: 20px;
        }

        .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
            color: #000000;
            margin-bottom: 5px;
        }

            .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
                font-weight: 400;
                display: block;
                font-size: 18px;
                line-height: 1.89;
                margin-bottom: 2px;
            }

        .woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
            margin-bottom: 0;
        }

.woocommerce .comment-form {
    padding: 0;
}

.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: 55px;
        width: 100%;
    }

.easyzoom {
    display: block;
    position: relative;
    width: 100%;
    background-color: #f6f6f8;
}

.easyzoom-flyout {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    border: 1px solid #e8e8f8;
    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
 *
 */
@media (min-width: 544px) {
    .before-content-area .woocommerce.widget_products > ul,
    .after-content-area .woocommerce.widget_products > ul,
    .before-loop-area .woocommerce.widget_products > ul,
    .full-width-header-area .woocommerce.widget_products > ul,
    .after-content-full-width-area .woocommerce.widget_products > ul, .before-content-area
    .woocommerce.widget_top_rated_products > ul,
    .after-content-area
    .woocommerce.widget_top_rated_products > ul,
    .before-loop-area
    .woocommerce.widget_top_rated_products > ul,
    .full-width-header-area
    .woocommerce.widget_top_rated_products > ul,
    .after-content-full-width-area
    .woocommerce.widget_top_rated_products > ul, .before-content-area
    .woocommerce.widget_recent_reviews > ul,
    .after-content-area
    .woocommerce.widget_recent_reviews > ul,
    .before-loop-area
    .woocommerce.widget_recent_reviews > ul,
    .full-width-header-area
    .woocommerce.widget_recent_reviews > ul,
    .after-content-full-width-area
    .woocommerce.widget_recent_reviews > ul, .before-content-area
    .woocommerce.widget_recently_viewed_products > ul,
    .after-content-area
    .woocommerce.widget_recently_viewed_products > ul,
    .before-loop-area
    .woocommerce.widget_recently_viewed_products > 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;
    }
}

.before-content-area .woocommerce.widget_products > ul > li,
.after-content-area .woocommerce.widget_products > ul > li,
.before-loop-area .woocommerce.widget_products > ul > li,
.full-width-header-area .woocommerce.widget_products > ul > li,
.after-content-full-width-area .woocommerce.widget_products > ul > li, .before-content-area
.woocommerce.widget_top_rated_products > ul > li,
.after-content-area
.woocommerce.widget_top_rated_products > ul > li,
.before-loop-area
.woocommerce.widget_top_rated_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, .before-content-area
.woocommerce.widget_recent_reviews > ul > li,
.after-content-area
.woocommerce.widget_recent_reviews > ul > li,
.before-loop-area
.woocommerce.widget_recent_reviews > ul > li,
.full-width-header-area
.woocommerce.widget_recent_reviews > ul > li,
.after-content-full-width-area
.woocommerce.widget_recent_reviews > ul > li, .before-content-area
.woocommerce.widget_recently_viewed_products > ul > li,
.after-content-area
.woocommerce.widget_recently_viewed_products > ul > li,
.before-loop-area
.woocommerce.widget_recently_viewed_products > 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: 544px) {
    .before-content-area .woocommerce.widget_products > ul > li,
    .after-content-area .woocommerce.widget_products > ul > li,
    .before-loop-area .woocommerce.widget_products > ul > li,
    .full-width-header-area .woocommerce.widget_products > ul > li,
    .after-content-full-width-area .woocommerce.widget_products > ul > li, .before-content-area
    .woocommerce.widget_top_rated_products > ul > li,
    .after-content-area
    .woocommerce.widget_top_rated_products > ul > li,
    .before-loop-area
    .woocommerce.widget_top_rated_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, .before-content-area
    .woocommerce.widget_recent_reviews > ul > li,
    .after-content-area
    .woocommerce.widget_recent_reviews > ul > li,
    .before-loop-area
    .woocommerce.widget_recent_reviews > ul > li,
    .full-width-header-area
    .woocommerce.widget_recent_reviews > ul > li,
    .after-content-full-width-area
    .woocommerce.widget_recent_reviews > ul > li, .before-content-area
    .woocommerce.widget_recently_viewed_products > ul > li,
    .after-content-area
    .woocommerce.widget_recently_viewed_products > ul > li,
    .before-loop-area
    .woocommerce.widget_recently_viewed_products > 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: 992px) {
    .before-content-area .woocommerce.widget_products > ul > li,
    .after-content-area .woocommerce.widget_products > ul > li,
    .before-loop-area .woocommerce.widget_products > ul > li,
    .full-width-header-area .woocommerce.widget_products > ul > li,
    .after-content-full-width-area .woocommerce.widget_products > ul > li, .before-content-area
    .woocommerce.widget_top_rated_products > ul > li,
    .after-content-area
    .woocommerce.widget_top_rated_products > ul > li,
    .before-loop-area
    .woocommerce.widget_top_rated_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, .before-content-area
    .woocommerce.widget_recent_reviews > ul > li,
    .after-content-area
    .woocommerce.widget_recent_reviews > ul > li,
    .before-loop-area
    .woocommerce.widget_recent_reviews > ul > li,
    .full-width-header-area
    .woocommerce.widget_recent_reviews > ul > li,
    .after-content-full-width-area
    .woocommerce.widget_recent_reviews > ul > li, .before-content-area
    .woocommerce.widget_recently_viewed_products > ul > li,
    .after-content-area
    .woocommerce.widget_recently_viewed_products > ul > li,
    .before-loop-area
    .woocommerce.widget_recently_viewed_products > 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: 1200px) {
    .before-content-area .woocommerce.widget_products > ul > li,
    .after-content-area .woocommerce.widget_products > ul > li,
    .before-loop-area .woocommerce.widget_products > ul > li,
    .full-width-header-area .woocommerce.widget_products > ul > li,
    .after-content-full-width-area .woocommerce.widget_products > ul > li, .before-content-area
    .woocommerce.widget_top_rated_products > ul > li,
    .after-content-area
    .woocommerce.widget_top_rated_products > ul > li,
    .before-loop-area
    .woocommerce.widget_top_rated_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, .before-content-area
    .woocommerce.widget_recent_reviews > ul > li,
    .after-content-area
    .woocommerce.widget_recent_reviews > ul > li,
    .before-loop-area
    .woocommerce.widget_recent_reviews > ul > li,
    .full-width-header-area
    .woocommerce.widget_recent_reviews > ul > li,
    .after-content-full-width-area
    .woocommerce.widget_recent_reviews > ul > li, .before-content-area
    .woocommerce.widget_recently_viewed_products > ul > li,
    .after-content-area
    .woocommerce.widget_recently_viewed_products > ul > li,
    .before-loop-area
    .woocommerce.widget_recently_viewed_products > 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:last-child,
    .woocommerce.widget_top_rated_products > ul > li:last-child,
    .woocommerce.widget_recent_reviews > ul > li:last-child,
    .woocommerce.widget_recently_viewed_products > ul > li:last-child {
        border: none;
    }

    .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 {
            font-size: 12px;
            line-height: 20px;
            font-weight: 300;
            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 10px 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;
}

    .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-size: 1.125rem;
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
}

    .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;
    }

.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: 0.875rem;
    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: 991px) {
    .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;
}

.widget + .widget.tm_products_carousel_widget .swiper-button-next,
.widget + .widget.tm_products_carousel_widget .swiper-button-prev,
.widget + .widget.widget_product_categories_image .swiper-button-next,
.widget + .widget.widget_product_categories_image .swiper-button-prev {
    top: 52px;
}

.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-prev,
    .widget_product_categories_image .swiper-button-next,
    .widget_product_categories_image .swiper-button-prev,
    .related .swiper-button-next,
    .related .swiper-button-prev,
    .up-sells .swiper-button-next,
    .up-sells .swiper-button-prev,
    .cross-sells .swiper-button-next,
    .cross-sells .swiper-button-prev {
        top: 0;
        margin-top: 0;
        width: 46px;
        height: 46px;
        text-align: center;
        display: block;
        -webkit-transition: ease 0.3s all;
        -o-transition: ease 0.3s all;
        transition: ease 0.3s all;
        background-image: none !important;
    }

        .tm_products_carousel_widget .swiper-button-next:after,
        .tm_products_carousel_widget .swiper-button-prev:after,
        .widget_product_categories_image .swiper-button-next:after,
        .widget_product_categories_image .swiper-button-prev:after,
        .related .swiper-button-next:after,
        .related .swiper-button-prev:after,
        .up-sells .swiper-button-next:after,
        .up-sells .swiper-button-prev:after,
        .cross-sells .swiper-button-next:after,
        .cross-sells .swiper-button-prev:after {
            display: block;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 20px;
            line-height: 46px;
        }

    .tm_products_carousel_widget .swiper-button-next,
    .widget_product_categories_image .swiper-button-next,
    .related .swiper-button-next,
    .up-sells .swiper-button-next,
    .cross-sells .swiper-button-next {
        right: 0;
        left: auto;
    }

        .tm_products_carousel_widget .swiper-button-next:after,
        .widget_product_categories_image .swiper-button-next:after,
        .related .swiper-button-next:after,
        .up-sells .swiper-button-next:after,
        .cross-sells .swiper-button-next:after {
            content: "\f061";
        }

    .tm_products_carousel_widget .swiper-button-prev,
    .widget_product_categories_image .swiper-button-prev,
    .related .swiper-button-prev,
    .up-sells .swiper-button-prev,
    .cross-sells .swiper-button-prev {
        right: 46px;
        left: auto;
    }

        .tm_products_carousel_widget .swiper-button-prev:after,
        .widget_product_categories_image .swiper-button-prev:after,
        .related .swiper-button-prev:after,
        .up-sells .swiper-button-prev:after,
        .cross-sells .swiper-button-prev:after {
            content: "\f060";
        }

    .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);
    }

        .tm_products_carousel_widget .swiper-pagination-bullets .swiper-pagination-bullet,
        .widget_product_categories_image .swiper-pagination-bullets .swiper-pagination-bullet,
        .related .swiper-pagination-bullets .swiper-pagination-bullet,
        .up-sells .swiper-pagination-bullets .swiper-pagination-bullet,
        .cross-sells .swiper-pagination-bullets .swiper-pagination-bullet {
            -webkit-transition: ease 0.3s all;
            -o-transition: ease 0.3s all;
            transition: ease 0.3s all;
            opacity: 1;
            width: 10px;
            height: 10px;
        }

.woocommerce .swiper-pagination,
.woocommerce .swiper-container.swiper-container-horizontal .swiper-pagination {
    bottom: 0;
}

.tm-categories-carousel-widget-container .swiper-button-next,
.tm-categories-carousel-widget-container .swiper-button-prev,
.tm-products-carousel-widget-container .swiper-button-next,
.tm-products-carousel-widget-container .swiper-button-prev {
    background: transparent;
}

.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: 544px) {
    .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;
}

@media (min-width: 544px) {
    .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 WooModules
 *
 */
.tm_pb_add_to_cart {
    padding-bottom: 30px;
}

    .tm_pb_add_to_cart .add_to_cart_inline {
        border: none !important;
    }

        .tm_pb_add_to_cart .add_to_cart_inline .woocs_price_code {
            display: block;
            padding-bottom: 20px;
        }

/**
 * 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;
}

    .woocommerce .widget_layered_nav ul li.chosen a:before,
    .woocommerce .widget_layered_nav_filters ul li.chosen a:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f00d';
        font-size: 20px;
        position: relative;
        top: 3px;
        color: #b9bdcd;
        margin-right: 4px;
    }

/**
 * 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;
    border-color: #E0E0E2;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
    height: .1em;
    margin-bottom: 2em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
    background: #56b0d2;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
    background: #56b0d2;
    height: 14px;
    width: 14px;
    top: -.35em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.25);
}

.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;
    }

    .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-color: #E0E0E2;
        background-color: transparent;
    }

.product-categories li,
.product-widget-tags li {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .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;
    padding: 7px 0;
    font-style: normal;
}

.full-width-header-area .widget.widget_product_categories .product-categories li,
.after-content-full-width-area .widget.widget_product_categories .product-categories li,
.before-content-area .widget.widget_product_categories .product-categories li,
.after-content-area .widget.widget_product_categories .product-categories li,
.before-loop-area .widget.widget_product_categories .product-categories li,
.after-loop-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,
    .before-content-area .widget.widget_product_categories .product-categories li:after,
    .after-content-area .widget.widget_product_categories .product-categories li:after,
    .before-loop-area .widget.widget_product_categories .product-categories li:after,
    .after-loop-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,
    .before-content-area .widget.widget_product_categories .product-categories li:last-child:after,
    .after-content-area .widget.widget_product_categories .product-categories li:last-child:after,
    .before-loop-area .widget.widget_product_categories .product-categories li:last-child:after,
    .after-loop-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: 768px) {
    .widget.tm_products_smart_box_widget .widget-title {
        border-bottom: none;
    }
}

.sidebar .widget.tm_products_smart_box_widget .widget-title,
.after-loop-area .widget.tm_products_smart_box_widget .widget-title {
    border-bottom: 1px solid #e8e8f8;
}

@media (min-width: 768px) {
    .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,
.after-loop-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,
.after-loop-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,
.after-loop-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,
.after-loop-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,
.after-loop-area .widget.tm_products_smart_box_widget .rd-material-tabs__list {
    padding: 12px;
}

@media (min-width: 1200px) {
    .sidebar .widget.tm_products_smart_box_widget .rd-material-tabs__list,
    .after-loop-area .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: 768px) {
    .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;
    }

        .widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a:before {
            content: '\f054';
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: 35px;
            top: 10px;
            font-size: 14px;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            display: none;
        }

@media (min-width: 992px) {
    .widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a:before {
        display: block;
    }
}

@media (min-width: 768px) {
    .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, .widget.tm_products_smart_box_widget .rd-material-tabs__container .woocommerce .comment-form, .woocommerce .widget.tm_products_smart_box_widget .rd-material-tabs__container .comment-form {
    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 .cherry-services.services-wrap .cherry-services-row, .cherry-services.services-wrap .widget.tm_products_smart_box_widget .rd-material-tabs__container .cherry-services-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 .cherry-services.services-wrap .rd-material-tab > .cherry-services-row > div:first-child, .cherry-services.services-wrap .widget.tm_products_smart_box_widget .rd-material-tabs__container .rd-material-tab > .cherry-services-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 .cherry-services.services-wrap .rd-material-tab > .cherry-services-row > div + div, .cherry-services.services-wrap .widget.tm_products_smart_box_widget .rd-material-tabs__container .rd-material-tab > .cherry-services-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 .cherry-services.services-wrap .tm-products-smart-box-widget__rd-material-tabs > .cherry-services-row > .col-lg-3, .cherry-services.services-wrap .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .cherry-services-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: 768px) {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3, .widget.tm_products_smart_box_widget .cherry-services.services-wrap .tm-products-smart-box-widget__rd-material-tabs > .cherry-services-row > .col-lg-3, .cherry-services.services-wrap .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .cherry-services-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 .cherry-services.services-wrap .tm-products-smart-box-widget__rd-material-tabs > .cherry-services-row > .col-lg-3:after, .cherry-services.services-wrap .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .cherry-services-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: 1200px) {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-3, .widget.tm_products_smart_box_widget .cherry-services.services-wrap .tm-products-smart-box-widget__rd-material-tabs > .cherry-services-row > .col-lg-3, .cherry-services.services-wrap .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .cherry-services-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 .cherry-services.services-wrap .tm-products-smart-box-widget__rd-material-tabs > .cherry-services-row > .col-lg-9, .cherry-services.services-wrap .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .cherry-services-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: 768px) {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .row > .col-lg-9, .widget.tm_products_smart_box_widget .cherry-services.services-wrap .tm-products-smart-box-widget__rd-material-tabs > .cherry-services-row > .col-lg-9, .cherry-services.services-wrap .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs > .cherry-services-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;
    /*rtl:raw:
		direction: ltr;
		*/
}

@media (min-width: 544px) {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
        margin-right: -3px;
    }
}

@media (min-width: 992px) {
    .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,
.after-loop-area .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
    border-left: none;
    margin-right: -1px;
}

@media (min-width: 768px) {
    .sidebar .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container,
    .after-loop-area .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 .cherry-services.services-wrap .collapsed.cherry-services-row, .cherry-services.services-wrap .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.cherry-services-row, .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 .cherry-services.services-wrap .collapsed.cherry-services-row > div[class*="col-"], .cherry-services.services-wrap .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.cherry-services-row > 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: 768px) {
    .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 .cherry-services.services-wrap .cherry-services-row, .cherry-services.services-wrap .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 .cherry-services-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: 992px) {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 > img {
        display: block;
    }
}

@media (min-width: 544px) {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
        max-width: 230px;
    }
}

@media (min-width: 1200px) {
    .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: 768px) {
    .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,
.after-loop-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,
    .after-loop-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: 992px) {
    .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,
.after-loop-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-weight: 300;
}

    .widget.tm_products_smart_box_widget .product .price del .amount {
        font-weight: 300;
    }

.widget.tm_products_smart_box_widget .product .price .amount {
    font-size: 18px;
}

.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: 991px) {
    .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: 768px) {
    .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: 992px) {
    .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,
.after-loop-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 Wishlist & Compare
*
*/
.tm-woowishlist-remove .dashicons,
.tm-woocompare-remove .dashicons {
    display: none;
}

.tm-woowishlist-remove:before,
.tm-woocompare-remove:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    font-size: 24px;
    line-height: 1em;
}

.tm-woowishlist-remove:hover,
.tm-woocompare-remove:hover {
    opacity: 1;
}

.tm-woowishlist {
    padding: 40px 0 50px;
}

    .tm-woowishlist .tm-woowishlist-item {
        padding-bottom: 15px;
        border-bottom: 1px solid #e8e8f8;
        content: "";
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        .tm-woowishlist .tm-woowishlist-item .tm-woocomerce-list__product-image {
            float: none;
        }

@media (min-width: 544px) {
    .tm-woowishlist .tm-woowishlist-item .tm-woocomerce-list__product-image {
        float: left;
    }
}

.tm-woowishlist .tm-woowishlist-item .tm-woowishlist-remove {
    top: 47px;
}

.tm-woowishlist .tm-woowishlist-item .wrap_elements {
    margin-right: 35px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 100%;
    min-height: 120px;
}

@media (max-width: 543px) {
    .tm-woowishlist .tm-woowishlist-item .wrap_elements {
        display: block;
    }
}

.tm-woowishlist .tm-woowishlist-item .wrap_elements a.button.ajax_add_to_cart {
    margin-top: 0;
}

.tm-woowishlist .tm-woowishlist-item .price {
    line-height: 1.2em;
}

.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 h3 {
        margin-bottom: 10px;
    }

    .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image {
        float: none;
        margin-bottom: 20px;
    }

@media (min-width: 544px) {
    .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-product .tm-woocomerce-list__product-image {
        float: left;
        margin: 0 20px 10px 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 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 30px;
}

    .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;
        text-transform: uppercase;
        font-weight: 700;
        width: 130px;
    }

    .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: 20px;
    }

    .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: 0;
        right: 20px;
        left: auto;
    }

    .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 {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 30px;
    }

    .woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:after {
        content: "\f053";
    }

    .woocommerce .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:after {
        content: "\f054";
    }

.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: 0;
    }

.tm-woocompare-widget-wrapper h3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100px;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100px;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 10px;
    padding-left: 20px;
}

.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, .tm-woocompare-widget-wrapper .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .tm-woocompare-widget-wrapper .button, .tm-woocompare-widget-wrapper body .booked-modal input.button-primary[type="submit"], body .booked-modal .tm-woocompare-widget-wrapper input.button-primary[type="submit"] {
    margin-bottom: 10px;
}

.woocommerce .tm-woocompare-widget-wrapper .btn, .woocommerce .tm-woocompare-widget-wrapper .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .tm-woocompare-widget-wrapper .button, .woocommerce .tm-woocompare-widget-wrapper body .booked-modal input.button-primary[type="submit"], body .booked-modal .woocommerce .tm-woocompare-widget-wrapper input.button-primary[type="submit"] {
    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: tm_spin 1s linear infinite;
    animation: tm_spin 1s linear infinite;
    z-index: 11;
}

.products.row:before, .cherry-services.services-wrap .products.cherry-services-row:before, .cross-sells .products:before {
    display: none;
}

.woocommerce .single-product div.product form.cart .button,
.woocommerce.single-product div.product form.cart .button {
    float: none;
    margin-top: 15px;
    display: block;
}

.woocommerce .single-product div.product form.cart div.quantity,
.woocommerce.single-product div.product form.cart div.quantity {
    float: none;
    display: inline-block;
}

.widget.tm_products_carousel_widget + .widget.tm_products_carousel_widget {
    border: none;
    padding-top: 30px;
}

.widget.tm_products_carousel_widget {
    margin-bottom: 0;
}

.products .product-category > a img,
.tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper > a img {
    width: 100%;
}

.products .product-category .title_count_block h3,
.tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .title_count_block h3 {
    text-align: center;
}

.woocommerce .product:not(.product-list) .wishlist_compare_button_block button.button.btn.loading::before, .woocommerce .product:not(.product-list) .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button.loading::before, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .product:not(.product-list) .wishlist_compare_button_block button.button.loading::before {
    content: "\f110";
    margin: 0;
    top: 50%;
    left: 50%;
    right: auto;
    height: auto;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 22px;
}

.woocommerce .product:not(.product-list) .wishlist_compare_button_block button.button.btn.added::after, .woocommerce .product:not(.product-list) .wishlist_compare_button_block .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td button.button.added::after, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .woocommerce .product:not(.product-list) .wishlist_compare_button_block button.button.added::after {
    content: '\f00c';
}

.products .product-category .title_count_block,
.tm-categories-carousel-widget-container .tm-categories-carousel-widget-wrapper .title_count_block {
    padding-top: 15px;
}

.woocommerce.widget.widget_shopping_cart ul.cart_list li:last-child {
    margin-bottom: 30px;
}

.woocommerce.widget.widget_shopping_cart ul.cart_list li a img {
    margin-right: 15px !important;
}

.woocommerce.widget.widget_shopping_cart ul.cart_list li a.remove {
    top: 9px;
    left: auto;
    right: 0;
    letter-spacing: 0;
    text-indent: 0;
}

    .woocommerce.widget.widget_shopping_cart ul.cart_list li a.remove::before {
        display: none;
    }

.search-form.woocommerce-product-search button[type=submit] {
    padding: 12.5px 30px;
}

.tm_pb_widget_area .woocommerce.widget_products .widget-title {
    font-weight: 300;
}

.woocommerce .comment-form-author input,
.woocommerce .comment-form-author textarea,
.woocommerce .comment-form-comment input,
.woocommerce .comment-form-comment textarea,
.woocommerce .comment-form-email input,
.woocommerce .comment-form-email textarea {
    padding-left: 20px;
}

.tm-woocompare-list table.tm-woocompare-table .tm-woocompare-row .tm-woocompare-heading-cell {
    /* width: 0; */
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: none;
}

.tablesaw tbody .tm-woocompare-heading-cell {
    vertical-align: top;
}

.admin-bar.jet-mobile-menu-active .jet-menu {
    margin-top: 0 !important;
}

.menu {
    list-style: none !important;
}
