/*!
Theme Name: Healtro
Theme URI: http://www.templatemonster.com/wordpress-themes.php
Author: Template Monster
Author URI: http://www.templatemonster.com/
Description: Private Medical clinic.
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: healtro
Template Id: 58677
Tags: grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, footer-widgets, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog

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.

blank 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
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Social List
# Accessibility
# Alignments
# Clearings
# Grid
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Builder
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    font-size: 16px;
    font-size: 1rem;
}

#tm_builder_outer_content .tm_pb_text_align_left p strong {
    font-weight: 600;
}

h1 {
    margin: 15px 0 38px;
}

h2 {
    margin: 33px 0 31px;
}

h2 + p {
    margin-bottom: 22px;
}

h3 {
    margin: 20px 0;
}

h3 + p {
    margin-bottom: 24px;
}

h4 {
    margin: 20px 0 11px;
}

h4 + p {
    margin-bottom: 12px;
}

h5 {
    margin: 12px 0 11px;
}

h5 + p {
    margin-bottom: 32px;
}

h6 {
    margin: 20px 0 32px;
}

h6 + p {
    margin-bottom: 33px;
}

p {
    margin: 0 0 1.67em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    font-size: 18px;
    font-size: 1.125rem;
}

blockquote cite {
    font-size: 20px;
    font-size: 1.25rem;
    font-style: normal;
}

address {
    margin: 0 0 1.5em;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
    overflow: auto;
    max-width: 100%;
    margin: 0 0 1.5em;
    padding: 1.5em;
    background: #eee;
    border: 1px solid #d4d4d4;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 16px;
    font-size: 1rem;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

code {
    padding: 1px 3px;
}

abbr, acronym {
    cursor: help;
    border-bottom: 1px dotted #666;
}

mark, ins {
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

@media (min-width: 768px) {
    .container {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media (min-width: 992px) {
    .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}

@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: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

@media (min-width: 768px) {
    .container-fluid {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
}

@media (min-width: 768px) {
    .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

@media (min-width: 992px) {
    .row {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-left: -1.875rem;
        margin-right: -1.875rem;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
}

.row.tm_pb_col_padding_reset {
    margin-left: 0;
    margin-right: 0;
}

.row.tm_pb_col_padding_reset > .tm_pb_column {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

@media (min-width: 992px) {
    .row {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-left: -1.875rem;
        margin-right: -1.875rem;
    }
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

@media (min-width: 768px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media (min-width: 992px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}

.col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-xs-12 {
    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 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        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 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        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 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        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 {
    order: -1;
}

.col-xs-last {
    order: 1;
}

@media (min-width: 544px) {
    .col-sm-first {
        order: -1;
    }

    .col-sm-last {
        order: 1;
    }
}

@media (min-width: 768px) {
    .col-md-first {
        order: -1;
    }

    .col-md-last {
        order: 1;
    }
}

@media (min-width: 992px) {
    .col-lg-first {
        order: -1;
    }

    .col-lg-last {
        order: 1;
    }
}

@media (min-width: 1200px) {
    .col-xl-first {
        order: -1;
    }

    .col-xl-last {
        order: 1;
    }
}

.row-xs-top {
    align-items: flex-start;
}

.row-xs-center {
    align-items: center;
}

.row-xs-bottom {
    align-items: flex-end;
}

@media (min-width: 544px) {
    .row-sm-top {
        align-items: flex-start;
    }

    .row-sm-center {
        align-items: center;
    }

    .row-sm-bottom {
        align-items: flex-end;
    }
}

@media (min-width: 768px) {
    .row-md-top {
        align-items: flex-start;
    }

    .row-md-center {
        align-items: center;
    }

    .row-md-bottom {
        align-items: flex-end;
    }
}

@media (min-width: 992px) {
    .row-lg-top {
        align-items: flex-start;
    }

    .row-lg-center {
        align-items: center;
    }

    .row-lg-bottom {
        align-items: flex-end;
    }
}

@media (min-width: 1200px) {
    .row-xl-top {
        align-items: flex-start;
    }

    .row-xl-center {
        align-items: center;
    }

    .row-xl-bottom {
        align-items: flex-end;
    }
}

.col-xs-top {
    align-self: flex-start;
}

.col-xs-center {
    align-self: center;
}

.col-xs-bottom {
    align-self: flex-end;
}

@media (min-width: 544px) {
    .col-sm-top {
        align-self: flex-start;
    }

    .col-sm-center {
        align-self: center;
    }

    .col-sm-bottom {
        align-self: flex-end;
    }
}

@media (min-width: 768px) {
    .col-md-top {
        align-self: flex-start;
    }

    .col-md-center {
        align-self: center;
    }

    .col-md-bottom {
        align-self: flex-end;
    }
}

@media (min-width: 992px) {
    .col-lg-top {
        align-self: flex-start;
    }

    .col-lg-center {
        align-self: center;
    }

    .col-lg-bottom {
        align-self: flex-end;
    }
}

@media (min-width: 1200px) {
    .col-xl-top {
        align-self: flex-start;
    }

    .col-xl-center {
        align-self: center;
    }

    .col-xl-bottom {
        align-self: flex-end;
    }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

blockquote {
    position: relative;
    margin: 0 0 1em;
    padding: 6px 0 13px 30px;
}

@media (min-width: 768px) {
    blockquote {
        padding: 6px 0 13px 72px;
    }
}

.single-post blockquote {
    padding: 13px 0 13px 30px;
    font-size: 18px;
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    .single-post blockquote {
        padding: 13px 0 13px 50px;
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.widget-area blockquote {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 0 0 37px;
    margin-bottom: 0;
}

.widget-area blockquote cite {
    padding: 9px 0 2px 3px;
}

.widget-area blockquote:before {
    top: 1px;
}

.post_format-post-format-quote blockquote {
    padding: 13px 0 13px 30px;
}

@media (min-width: 768px) {
    .post_format-post-format-quote blockquote {
        padding: 15px 0 13px 74px;
    }
}

.blog blockquote .entry-title {
    margin: 12px 0 8px;
}

blockquote p {
    margin: 0;
    position: relative;
}

blockquote p + p {
    margin-top: 1em;
}

blockquote cite {
    display: block;
    padding: 19px 0 2px 3px;
}

blockquote cite:before {
    content: "";
    width: 15px;
    height: 2px;
    margin-right: 8px;
    position: relative;
    display: inline-block;
    transform: translateY(-5px);
}

blockquote:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10d";
    position: absolute;
    font-size: 18px;
    font-size: 1.125rem;
    top: 11px;
    left: 0;
}

@media (min-width: 992px) {
    blockquote:before {
        font-size: 36px;
        font-size: 2.25rem;
        left: 0;
    }
}

.widget-area blockquote:before {
    font-size: 22px;
    font-size: 1.375rem;
}

hr {
    border: 0;
    height: 2px;
    margin: 2.358em 0 2.3em;
    clear: both;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul li, ol li {
    margin-top: 12px;
}

ul li:first-child, ol li:first-child {
    margin-top: 0;
}

.price-list ul li, .price-list ol li {
    display: flex;
    justify-content: space-between;
    padding-top: 7px;
    padding-bottom: 7px;
}

ol {
    margin: 0 0 1.5em 0;
    padding-left: 0;
}

ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 1.5em 0;
}

ol {
    list-style: decimal-leading-zero;
    list-style-position: inside;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
    margin-top: 10px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Inline list */
.inline-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.inline-list li {
    display: inline-block;
    vertical-align: top;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
    margin: 0 0 1.5em;
    width: 100%;
}

.entry-content table {
    margin: 0 0 1.5em;
    max-width: 100%;
    border: 1px solid #fdfdfd;
}

.entry-content table th,
.entry-content table td {
    padding: 5px;
    vertical-align: top;
    border: 1px solid #fdfdfd;
}

.entry-content table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #fdfdfd;
}

.entry-content table tbody + tbody {
    border-top: 1px solid #fdfdfd;
}

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-preloader {
    position: relative;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
}

.page-preloader-cover {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.page-preloader__cube {
    position: relative;
    float: left;
    width: 50%;
    height: 50%;
    transform: scale(1.1);
}

.page-preloader .page-preloader__cube {
    position: absolute;
    top: 18px;
    left: 18px;
    display: block;
    width: 18px;
    height: 18px;
    border: 3px solid #238bfa;
    border-radius: 18px;
    animation: cssload-spin2 2.4s ease-in-out infinite;
    -o-animation: cssload-spin2 2.4s ease-in-out infinite;
    -ms-animation: cssload-spin2 2.4s ease-in-out infinite;
    -webkit-animation: cssload-spin2 2.4s ease-in-out infinite;
    -moz-animation: cssload-spin2 2.4s ease-in-out infinite;
}

.page-preloader .page-preloader__cube:first-child {
    top: -18px;
    left: 0;
    border: 3px solid #01edca;
    animation: cssload-spin 2.4s ease-in-out infinite;
    -o-animation: cssload-spin 2.4s ease-in-out infinite;
    -ms-animation: cssload-spin 2.4s ease-in-out infinite;
    -webkit-animation: cssload-spin 2.4s ease-in-out infinite;
    -moz-animation: cssload-spin 2.4s ease-in-out infinite;
}

.page-preloader .page-preloader__cube:last-child {
    top: 18px;
    left: -18px;
    border: 3px solid rgba(0, 178, 254, 0.98);
    animation: cssload-spin3 2.4s ease-in-out infinite;
    -o-animation: cssload-spin3 2.4s ease-in-out infinite;
    -ms-animation: cssload-spin3 2.4s ease-in-out infinite;
    -webkit-animation: cssload-spin3 2.4s ease-in-out infinite;
    -moz-animation: cssload-spin3 2.4s ease-in-out infinite;
}

@keyframes cssload-spin {
    0% {
        top: -18px;
        left: 0;
        transform: scale(1);
    }
    17% {
        transform: scale(0.5);
    }
    33% {
        top: 18px;
        left: 18px;
        transform: scale(1);
    }
    50% {
        transform: scale(0.5);
    }
    66% {
        top: 18px;
        left: -18px;
        transform: scale(1);
    }
    83% {
        transform: scale(0.5);
    }
    100% {
        top: -18px;
        left: 0;
        transform: scale(1);
    }
}

@-o-keyframes cssload-spin {
    0% {
        top: -18px;
        left: 0;
        -o-transform: scale(1);
    }
    17% {
        -o-transform: scale(0.5);
    }
    33% {
        top: 18px;
        left: 18px;
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(0.5);
    }
    66% {
        top: 18px;
        left: -18px;
        -o-transform: scale(1);
    }
    83% {
        -o-transform: scale(0.5);
    }
    100% {
        top: -18px;
        left: 0;
        -o-transform: scale(1);
    }
}

@-ms-keyframes cssload-spin {
    0% {
        top: -18px;
        left: 0;
        -ms-transform: scale(1);
    }
    17% {
        -ms-transform: scale(0.5);
    }
    33% {
        top: 18px;
        left: 18px;
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(0.5);
    }
    66% {
        top: 18px;
        left: -18px;
        -ms-transform: scale(1);
    }
    83% {
        -ms-transform: scale(0.5);
    }
    100% {
        top: -18px;
        left: 0;
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes cssload-spin {
    0% {
        top: -18px;
        left: 0;
        -webkit-transform: scale(1);
    }
    17% {
        -webkit-transform: scale(0.5);
    }
    33% {
        top: 18px;
        left: 18px;
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
    }
    66% {
        top: 18px;
        left: -18px;
        -webkit-transform: scale(1);
    }
    83% {
        -webkit-transform: scale(0.5);
    }
    100% {
        top: -18px;
        left: 0;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cssload-spin {
    0% {
        top: -18px;
        left: 0;
        -moz-transform: scale(1);
    }
    17% {
        -moz-transform: scale(0.5);
    }
    33% {
        top: 18px;
        left: 18px;
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.5);
    }
    66% {
        top: 18px;
        left: -18px;
        -moz-transform: scale(1);
    }
    83% {
        -moz-transform: scale(0.5);
    }
    100% {
        top: -18px;
        left: 0;
        -moz-transform: scale(1);
    }
}

@keyframes cssload-spin2 {
    0% {
        top: 18px;
        left: 18px;
        transform: scale(1);
    }
    17% {
        transform: scale(0.5);
    }
    33% {
        top: 18px;
        left: -18px;
        transform: scale(1);
    }
    50% {
        transform: scale(0.5);
    }
    66% {
        top: -18px;
        left: 0;
        transform: scale(1);
    }
    83% {
        transform: scale(0.5);
    }
    100% {
        top: 18px;
        left: 18px;
        transform: scale(1);
    }
}

@-o-keyframes cssload-spin2 {
    0% {
        top: 18px;
        left: 18px;
        -o-transform: scale(1);
    }
    17% {
        -o-transform: scale(0.5);
    }
    33% {
        top: 18px;
        left: -18px;
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(0.5);
    }
    66% {
        top: -18px;
        left: 0;
        -o-transform: scale(1);
    }
    83% {
        -o-transform: scale(0.5);
    }
    100% {
        top: 18px;
        left: 18px;
        -o-transform: scale(1);
    }
}

@-ms-keyframes cssload-spin2 {
    0% {
        top: 18px;
        left: 18px;
        -ms-transform: scale(1);
    }
    17% {
        -ms-transform: scale(0.5);
    }
    33% {
        top: 18px;
        left: -18px;
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(0.5);
    }
    66% {
        top: -18px;
        left: 0;
        -ms-transform: scale(1);
    }
    83% {
        -ms-transform: scale(0.5);
    }
    100% {
        top: 18px;
        left: 18px;
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes cssload-spin2 {
    0% {
        top: 18px;
        left: 18px;
        -webkit-transform: scale(1);
    }
    17% {
        -webkit-transform: scale(0.5);
    }
    33% {
        top: 18px;
        left: -18px;
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
    }
    66% {
        top: -18px;
        left: 0;
        -webkit-transform: scale(1);
    }
    83% {
        -webkit-transform: scale(0.5);
    }
    100% {
        top: 18px;
        left: 18px;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cssload-spin2 {
    0% {
        top: 18px;
        left: 18px;
        -moz-transform: scale(1);
    }
    17% {
        -moz-transform: scale(0.5);
    }
    33% {
        top: 18px;
        left: -18px;
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.5);
    }
    66% {
        top: -18px;
        left: 0;
        -moz-transform: scale(1);
    }
    83% {
        -moz-transform: scale(0.5);
    }
    100% {
        top: 18px;
        left: 18px;
        -moz-transform: scale(1);
    }
}

@keyframes cssload-spin3 {
    0% {
        top: 18px;
        left: -18px;
        transform: scale(1);
    }
    17% {
        transform: scale(0.5);
    }
    33% {
        top: -18px;
        left: 0;
        transform: scale(1);
    }
    50% {
        transform: scale(0.5);
    }
    66% {
        top: 18px;
        left: 18px;
        transform: scale(1);
    }
    83% {
        transform: scale(0.5);
    }
    100% {
        top: 18px;
        left: -18px;
        transform: scale(1);
    }
}

@-o-keyframes cssload-spin3 {
    0% {
        top: 18px;
        left: -18px;
        -o-transform: scale(1);
    }
    17% {
        -o-transform: scale(0.5);
    }
    33% {
        top: -18px;
        left: 0;
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(0.5);
    }
    66% {
        top: 18px;
        left: 18px;
        -o-transform: scale(1);
    }
    83% {
        -o-transform: scale(0.5);
    }
    100% {
        top: 18px;
        left: -18px;
        -o-transform: scale(1);
    }
}

@-ms-keyframes cssload-spin3 {
    0% {
        top: 18px;
        left: -18px;
        -ms-transform: scale(1);
    }
    17% {
        -ms-transform: scale(0.5);
    }
    33% {
        top: -18px;
        left: 0;
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(0.5);
    }
    66% {
        top: 18px;
        left: 18px;
        -ms-transform: scale(1);
    }
    83% {
        -ms-transform: scale(0.5);
    }
    100% {
        top: 18px;
        left: -18px;
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes cssload-spin3 {
    0% {
        top: 18px;
        left: -18px;
        -webkit-transform: scale(1);
    }
    17% {
        -webkit-transform: scale(0.5);
    }
    33% {
        top: -18px;
        left: 0;
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
    }
    66% {
        top: 18px;
        left: 18px;
        -webkit-transform: scale(1);
    }
    83% {
        -webkit-transform: scale(0.5);
    }
    100% {
        top: 18px;
        left: -18px;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cssload-spin3 {
    0% {
        top: 18px;
        left: -18px;
        -moz-transform: scale(1);
    }
    17% {
        -moz-transform: scale(0.5);
    }
    33% {
        top: -18px;
        left: 0;
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.5);
    }
    66% {
        top: 18px;
        left: 18px;
        -moz-transform: scale(1);
    }
    83% {
        -moz-transform: scale(0.5);
    }
    100% {
        top: 18px;
        left: -18px;
        -moz-transform: scale(1);
    }
}

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: -999em;
    overflow: hidden;
    width: 58px;
    height: 58px;
    z-index: 999;
    border-radius: 58px;
    text-align: center;
}

#toTop:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    width: 100%;
    margin: 7px 0 0 0;
    font-size: 44px;
    content: "expand_less";
}

#toTop:focus {
    outline: none;
}

@media (min-width: 544px) {
    #toTop {
        right: 20px;
    }
}

@media (min-width: 768px) {
    #toTop {
        bottom: 80px;
    }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 18px 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    white-space: normal;
    text-overflow: ellipsis;
    border-radius: 58px;
    box-shadow: none;
}

@media (min-width: 768px) {
    button,
    input[type='button'],
    input[type='reset'],
    input[type='submit'] {
        padding: 20px 41px;
    }
}

.btn {
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 18px 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    white-space: normal;
    text-overflow: ellipsis;
    border-radius: 58px;
    box-shadow: none;
}

@media (min-width: 768px) {
    .btn {
        padding: 20px 41px;
    }
}

@media (max-width: 991px) {
    .btn {
        font-size: 16px;
        font-size: 1rem;
    }
}

.btn:hover {
    text-decoration: none;
}

.btn:focus {
    outline: none;
    box-shadow: 0 0 10px;
}

.btn-fullwidth {
    width: 100%;
}

.btn.booking {
    white-space: nowrap;
}

@media (max-width: 1680px) {
    .btn.booking {
        font-size: 16px;
        font-size: 1rem;
        padding: 18px 30px;
    }
}

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 {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 20px;
    border: none;
    transition: all 0.32s ease;
}

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: none;
    transition: all 0.27s ease;
}

button:focus,
input[type='submit']:focus,
input[type='reset']:focus {
    outline: none;
}

select {
    border: none;
}

textarea {
    width: 100%;
    min-height: 174px;
    resize: vertical;
    overflow: auto;
}

::-moz-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

.search-form {
    margin: 0;
    padding: 0;
}

.top-panel .search-form {
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 768px) {
    .top-panel .search-form {
        display: block;
    }
}

.search-form:after {
    display: block;
    clear: both;
    width: 100%;
    content: '';
}

.search-form__field[type='search'] {
    float: left;
    box-sizing: border-box;
    width: calc(100% - 50px);
    height: 50px;
    padding-right: 35px;
}

.top-panel .search-form__field[type='search'] {
    width: 150px;
    height: 30px;
    padding: 7px 7px 1px 0;
    border: none;
    background: none;
}

.top-panel .search-form__field[type='search']:focus {
    box-shadow: none;
}

.search-form__submit {
    float: left;
    width: 50px;
    padding-right: 0;
    padding-left: 0;
    padding: 15px 0;
    margin-left: -25px;
    border: none;
    border-radius: 100%;
    transition: all 0.4s ease;
}

.top-panel .search-form__submit {
    margin-left: 0;
}

.search-form__submit i.material-icons {
    line-height: 20px;
    display: block;
    height: 20px;
    margin: 0 auto;
    font-size: 24px;
    font-size: 1.5rem;
}

.top-panel .search-form__submit i.material-icons {
    font-size: 19.2px;
    font-size: 1.2rem;
}

.top-panel .search-form__submit {
    width: 30px;
    padding: 5px 0;
    background-color: transparent;
}

.top-panel .search-form__submit:hover {
    background: none;
}

.top-panel .search-form__submit:active, .top-panel .search-form__submit:focus, .top-panel .search-form__submit:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .comment-reply-title {
        line-height: 1.4;
        margin-bottom: 15px;
    }
}

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
    margin: 1em 0 0 0;
}

.comment-form .form-submit {
    margin: 1em 0 0 0;
}

.comment-form__field {
    width: 100%;
    vertical-align: top;
}

.comment-list .comment-form__field {
    background-color: #fff;
}

.comment-form .logged-in-as,
.comment-form .comment-notes {
    margin: 1em 0;
}

.comment-list .comment-form {
    padding-bottom: 2em;
}

.comment-form input[type='submit'] {
    border: none;
    transition: all 0.3s ease;
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-size: 0.75rem;
}

.post-password-form label {
    display: inline-block;
    vertical-align: top;
}

.post-password-form input[type='submit'] {
    border: none;
    transition: all 0.4s ease;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    transition: all 0.35s ease;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover, a:active {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-panel__menu {
    padding-bottom: 12px;
}

@media (min-width: 544px) {
    .top-panel__menu {
        display: block;
    }
}

.top-panel__menu-list {
    text-align: center;
}

.top-panel__menu-list .menu-item {
    margin: .25em;
}

.top-panel__menu-list .menu-item a {
    text-decoration: none;
}

.top-panel__menu-list .menu-item a:focus {
    outline: none;
}

.top-panel__menu-list .menu-item.current-menu-item a, .top-panel__menu-list .menu-item.current_page_item a {
    text-decoration: underline;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
/* Basic */
.main-navigation {
    display: block;
    clear: both;
    width: 100%;
}

.main-navigation ul {
    display: none;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.main-navigation ul ul a {
    text-transform: uppercase;
}

.main-navigation li {
    position: relative;
    text-align: left;
    margin-top: 0;
}

.main-navigation a {
    position: relative;
    display: block;
    text-decoration: none;
}

@media (max-width: 767px) {
    .main-navigation ul ul a {
        margin-left: 1rem;
    }

    .main-navigation ul ul ul a {
        margin-left: 2rem;
    }

    .main-navigation ul ul ul ul a {
        text-indent: 3rem;
    }

    .main-navigation ul ul ul ul ul a {
        text-indent: 4rem;
    }

    .main-navigation ul ul ul ul ul ul a {
        text-indent: 5rem;
    }

    .main-navigation.toggled ul {
        display: block;
    }
}

@media (min-width: 768px) {
    .main-navigation ul {
        display: block;
    }

    .main-navigation li.menu-hover > ul {
        top: 100%;
        left: 0;
        right: auto;
        opacity: 1;
        display: block;
    }

    .main-navigation li li.menu-hover > ul {
        top: 0;
        left: 100%;
        display: block;
    }

    .main-navigation li li.menu-hover > ul.left-side {
        left: auto;
        right: 100%;
    }

    .main-navigation .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .default .main-navigation .menu {
        display: block;
    }

    .main-navigation .menu > li {
        display: flex;
        align-items: flex-start;
    }

    .default .main-navigation .menu > li {
        display: inline-block;
    }

    .default .main-navigation .menu > li:first-child {
        margin-left: 0;
    }

    .default .main-navigation .menu > li:first-child > a {
        padding-left: 0;
    }

    .main-navigation .sub-menu {
        position: absolute;
        z-index: 999;
        top: 70%;
        left: -999em;
        margin: 38px 0 0 -23px;
        opacity: 0;
        transform: translateY(-7px);
        transition-property: top, opacity, transform;
        transition-duration: 250ms;
        transition-timing-function: ease;
    }

    .header-layout-transparent .main-navigation .sub-menu {
        margin: 22px 0 0 -23px;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .header-layout-transparent .main-navigation .sub-menu {
        margin: 38px 0 0 -23px;
    }
}

@media (min-width: 768px) {
    .header-layout-default .main-navigation .sub-menu {
        margin: 29px 0 0 -23px;
    }

    .header-layout-default .main-navigation .sub-menu:before {
        top: -35px;
        height: 35px;
    }

    .header-layout-centered .main-navigation .sub-menu {
        margin: 22px 0 0 -23px;
    }

    .header-layout-centered .main-navigation .sub-menu:before {
        top: -30px;
        height: 30px;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .header-layout-centered .main-navigation .sub-menu {
        margin: 42px 0 0 -23px;
    }

    .header-layout-centered .main-navigation .sub-menu:before {
        top: -45px;
        height: 45px;
    }
}

@media (min-width: 768px) {
    .header-layout-minimal .main-navigation .sub-menu {
        margin: 22px 0 0 -23px;
    }

    .header-layout-minimal .main-navigation .sub-menu:before {
        top: -30px;
        height: 30px;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .header-layout-minimal .main-navigation .sub-menu {
        margin: 38px 0 0 -23px;
    }

    .header-layout-minimal .main-navigation .sub-menu:before {
        top: -45px;
        height: 45px;
    }
}

@media (min-width: 768px) {
    .main-navigation .sub-menu:before {
        position: absolute;
        top: -45px;
        height: 45px;
        width: 100%;
        content: "";
        display: block;
        opacity: 0;
        background: transparent;
    }

    .main-navigation .sub-menu .sub-menu {
        margin: 0;
    }

    .main-navigation .sub-menu ul {
        top: 0;
        margin: 0;
    }

    .main-navigation .sub-menu ul:before {
        display: none;
    }

    .main-navigation .sub-menu.animate {
        transform: translateY(0);
        transition-timing-function: ease;
    }

    .main-navigation .menu-toggle {
        display: none;
    }
}

.menu-toggle {
    background-color: transparent;
}

/* Skin */
.main-navigation a {
    padding: 10px;
}

.main-navigation a:focus {
    outline: none;
}

.main-navigation .menu > li {
    margin: 0;
}

@media (min-width: 1200px) {
    .main-navigation .menu > li {
        margin: 0 23px;
    }
}

.main-navigation .menu > li > a {
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .main-navigation .menu > li > a {
        border-bottom: none;
    }
}

.main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-image):not(.super-guacamole__menu-with-icon)::after {
    /* Marker (level 1) */
}

.main-navigation .menu > li.super-guacamole__menu-with-image a,
.main-navigation .menu > li.super-guacamole__menu-with-image img {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.main-navigation .menu > li.super-guacamole__menu-with-image img {
    max-width: 1.6em;
    transform: translateY(0.4em);
    margin-top: -100%;
}

.main-navigation .menu > li:last-child > a {
    border-bottom: none;
}

.main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a {
    /* Active and hover state (level 1) */
}

.main-navigation .menu > li[hidden] {
    display: none;
}

.main-navigation .menu > li .sub-menu-toggle {
    position: absolute;
    display: none;
    top: 0;
    height: 49px;
    width: 80px;
    right: 0;
    z-index: 99;
    cursor: pointer;
}

.main-navigation .menu > li .sub-menu-toggle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    transform: translate(-50%);
    content: '\f107';
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height: 1;
    transition: .3s all ease;
}

.main-navigation .menu > li .sub-menu-toggle.active::before {
    transform: translate(-50%) rotateX(180deg);
}

@media (max-width: 767px) {
    .main-navigation .menu > li .sub-menu-toggle {
        display: block;
    }
}

.main-navigation > .menu > .menu-item > .sub-menu.left-side {
    left: auto;
    right: 0;
}

.main-navigation .sub-menu {
    padding: 0;
}

.main-navigation .sub-menu.left-side {
    left: -100%;
    right: 100%;
}

@media (min-width: 768px) {
    .main-navigation .sub-menu li:last-of-type > a {
        border-bottom: none;
    }
}

.main-navigation .sub-menu li.menu-item-has-children::after {
    /* Marker (level 2, 3, ..., N) */
}

@media (min-width: 768px) {
    .main-navigation .sub-menu a {
        width: 14em;
        padding: 14px 20px 14px 32px;
    }
}

.main-navigation .sub-menu li.menu-hover > a,
.main-navigation .sub-menu li.current_page_item > a,
.main-navigation .sub-menu li.current_page_ancestor > a,
.main-navigation .sub-menu li.current-menu-item > a,
.main-navigation .sub-menu li.current-menu-ancestor > a {
    /* Active and hover state (level 2, 3, ..., N) */
}

.main-navigation li.menu-item-has-children > ul.sub-menu {
    display: none;
}

@media (min-width: 768px) {
    .main-navigation li.menu-item-has-children > ul.sub-menu {
        display: block;
    }
}

.main-navigation li.menu-item-has-children.sub-menu-open > ul.sub-menu {
    display: block;
}

.main-navigation li::after {
    /* Marker style */
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    .main-navigation .menu > li::after {
        /* Marker position (level 1) */
        top: 1.25em;
        right: 0;
    }
}

/* Menu items description */
.menu-item__desc {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: none;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .menu > li > a > .menu-item__desc {
        position: absolute;
    }
}

/* Toogle button */
.menu-toggle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    padding: .5em 0;
    border: none;
    text-transform: uppercase;
    border: none;
    background: none;
    transition: all 0.3s ease-out;
}

.toggled .menu-toggle__icon:before {
    content: '\e5cd';
}

.menu-toggle__icon {
    vertical-align: top;
    font-size: 24px;
}

.menu-toggle__icon:before {
    content: '\e3c7';
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    margin-right: 0;
}

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu {
    margin: 0;
}

.footer-menu__items {
    display: flex;
    margin: 0;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-menu__items li {
    margin-top: 0;
}

.footer-menu__items .menu-item {
    display: flex;
    padding: 0 5px;
    align-items: flex-start;
    position: relative;
}

.footer-menu__items .menu-item:before {
    display: none;
    height: 14px;
    width: 1px;
    content: "";
    margin: 5px 10px 0 0px;
}

@media (min-width: 544px) {
    .footer-menu__items .menu-item:before {
        display: inline-block;
    }
}

.footer-menu__items .menu-item a {
    text-decoration: none;
}

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
    overflow: hidden;
    padding: 0 0 4px;
    margin-top: 35px;
}

.comment-navigation .nav-links .meta-nav,
.posts-navigation .nav-links .meta-nav,
.post-navigation .nav-links .meta-nav {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.comment-navigation .nav-links .post-title,
.posts-navigation .nav-links .post-title,
.post-navigation .nav-links .post-title {
    line-height: 1.385em;
    transition: all 0.3s ease;
}

.comment-navigation .nav-previous, .comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
    overflow: hidden;
    display: block;
    margin: 1em 0;
}

@media (min-width: 768px) {
    .comment-navigation .nav-previous, .comment-navigation .nav-next,
    .posts-navigation .nav-previous,
    .posts-navigation .nav-next,
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        margin: 0;
        width: 48.5%;
        display: flex;
    }
}

.comment-navigation .nav-previous a, .comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    position: relative;
    padding: 27px 15px;
    display: block;
    width: 100%;
}

.comment-navigation .nav-previous a:before, .comment-navigation .nav-next a:before,
.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:before,
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 64px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 32px;
    line-height: 40px;
}

@media (min-width: 768px) {
    .comment-navigation .nav-previous a:before, .comment-navigation .nav-next a:before,
    .posts-navigation .nav-previous a:before,
    .posts-navigation .nav-next a:before,
    .post-navigation .nav-previous a:before,
    .post-navigation .nav-next a:before {
        width: 64px;
        height: 64px;
        font-size: 40px;
        line-height: 64px;
    }
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    text-align: left;
    float: left;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
    padding-left: 60px;
}

@media (min-width: 768px) {
    .comment-navigation .nav-previous > a,
    .posts-navigation .nav-previous > a,
    .post-navigation .nav-previous > a {
        padding-left: 85px;
    }
}

.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
    content: '\E408';
    left: 0;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: right;
    float: right;
}

.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
    padding-right: 60px;
}

@media (min-width: 768px) {
    .comment-navigation .nav-next > a,
    .posts-navigation .nav-next > a,
    .post-navigation .nav-next > a {
        padding-right: 85px;
    }
}

.comment-navigation .nav-next > a:before,
.posts-navigation .nav-next > a:before,
.post-navigation .nav-next > a:before {
    content: '\E409';
    right: 0;
}

.pagination {
    margin: 2em 0;
}

.blog .pagination, .archive .pagination {
    margin: 2em 0 3em;
}

.card-columns + .pagination {
    margin-top: 0;
}

.pagination .page-numbers {
    display: inline-block;
    min-width: 30px;
    height: auto;
    line-height: 32px;
    margin: 0 0 5px 0;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 100%;
    font-size: 20px;
}

@media (min-width: 768px) {
    .pagination .page-numbers {
        line-height: 64px;
    }
}

.pagination .page-numbers:focus {
    outline: none;
}

.pagination .page-numbers.dots {
    min-width: 2em;
    border: none;
    background-color: transparent;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
    border: none;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
        min-width: 64px;
        height: 64px;
        line-height: 64px;
        margin-right: 22px;
    }
}

.pagination .page-numbers.next i, .pagination .page-numbers.prev i {
    vertical-align: middle;
    font-size: 18px;
}

@media (min-width: 768px) {
    .pagination .page-numbers.next i, .pagination .page-numbers.prev i {
        font-size: 40px;
    }
}

.pagination .page-numbers.next {
    margin-right: 0;
    margin-left: 5px;
}

@media (min-width: 768px) {
    .pagination .page-numbers.next {
        margin-left: 24px;
    }
}

.pagination .page-links, .page-links {
    clear: both;
    margin: 0 0 1em;
}

.pagination .page-links__title, .page-links__title {
    margin-right: 5px;
}

.pagination .page-links a,
.pagination .page-links > .page-links__item, .page-links a,
.page-links > .page-links__item {
    line-height: 32px;
    display: inline-block;
    min-width: 32px;
    height: 32px;
    margin: 0 5px 5px 0;
    border-radius: 64px;
    text-align: center;
    border: none;
}

@media (min-width: 768px) {
    .pagination .page-links a,
    .pagination .page-links > .page-links__item, .page-links a,
    .page-links > .page-links__item {
        min-width: 64px;
        height: 64px;
        line-height: 64px;
    }
}

.pagination .page-links a, .page-links a {
    text-decoration: none;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    position: relative;
    margin: 2.25em 0 0;
    text-transform: uppercase;
}

.breadcrumbs__title {
    float: left;
    margin-right: 2em;
    padding-right: 2em;
    border-right: 1px solid #e0e0e8;
}

.breadcrumbs__title .page-title {
    margin: 0;
}

.breadcrumbs__items {
    float: left;
}

.breadcrumbs__browse {
    float: left;
    margin-right: .5em;
}

.breadcrumbs__wrap {
    float: left;
    margin: 0;
}

@media (min-width: 992px) {
    .breadcrumbs__wrap {
        margin: .25em 0;
    }
}

.breadcrumbs__item {
    float: left;
}

.breadcrumbs__item-sep {
    margin: 0 .5em;
}

.breadcrumbs__item-link {
    text-decoration: none;
}

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .menu-item {
    margin: 0;
}

@media (min-width: 768px) {
    .social-list .menu-item {
        margin: 0 0 0 15px;
    }
}

.social-list .menu-item:first-child {
    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:focus {
    outline: 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*="dropbox.com"]::before {
    content: '\f16b';
}

.social-list .menu-item > a[href*="flickr.com"]::before {
    content: '\f16e';
}

.social-list .menu-item > a[href*="github.com"]::before {
    content: '\f09b';
}

.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*="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*="bitbucket.org"]::before {
    content: '\f171';
}

.social-list .menu-item > a[href*="codepen.io"]::before {
    content: '\f1cb';
}

.social-list .menu-item > a[href*="codiepie.com"]::before {
    content: '\f284';
}

.social-list .menu-item > a[href*="connectdevelop.com"]::before {
    content: '\f20e';
}

.social-list .menu-item > a[href*="dashcube.com"]::before {
    content: '\f210';
}

.social-list .menu-item > a[href*="contao.org"]::before {
    content: '\f26d';
}

.social-list .menu-item > a[href*="delicious.com"]::before {
    content: '\f1a5';
}

.social-list .menu-item > a[href*="deviantart.com"]::before {
    content: '\f1bd';
}

.social-list .menu-item > a[href*="vk.com"]::before {
    content: '\f189';
}

.social-list .menu-item > a[href*="dribbble.com"]::before {
    content: '\e010';
}

.social-list .menu-item > a[href*="facebook.com"]::before {
    content: '\e012';
}

.social-list .menu-item > a[href*="plus.google.com"]::before {
    content: '\e017';
}

.social-list .menu-item > a[href*="instagram.com"]::before {
    content: '\e01e';
}

.social-list .menu-item > a[href*="linkedin.com"]::before {
    content: '\e024';
}

.social-list .menu-item > a[href*="twitter.com"]::before {
    content: '\e03b';
}

.social-list .menu-item > a[href*="tumblr.com"]::before {
    content: '\e03a';
}

.social-list .menu-item > a[href*="behance.net"]::before {
    content: '\e001';
}

.social-list .menu-item > a::before {
    transition: all 0.3s ease;
}

.social-list--text .menu-item > a::before {
    display: none;
}

.social-list--widget a {
    opacity: 1;
}

.invert .social-list--widget a {
    opacity: 1;
}

.glypho_icon, .social-list .menu-item > a[href*="dribbble.com"]::before, .social-list .menu-item > a[href*="facebook.com"]::before, .social-list .menu-item > a[href*="plus.google.com"]::before, .social-list .menu-item > a[href*="instagram.com"]::before, .social-list .menu-item > a[href*="linkedin.com"]::before, .social-list .menu-item > a[href*="twitter.com"]::before, .social-list .menu-item > a[href*="tumblr.com"]::before, .social-list .menu-item > a[href*="behance.net"]::before {
    display: inline-block;
    font: normal normal normal 14px/1 fl-glypho;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    font-size: 1.875rem;
    display: block;
    margin: auto;
}

.social-list--text .glypho_icon, .social-list--text .social-list .menu-item > a[href*="dribbble.com"]::before, .social-list .social-list--text .menu-item > a[href*="dribbble.com"]::before, .social-list--text .social-list .menu-item > a[href*="facebook.com"]::before, .social-list .social-list--text .menu-item > a[href*="facebook.com"]::before, .social-list--text .social-list .menu-item > a[href*="plus.google.com"]::before, .social-list .social-list--text .menu-item > a[href*="plus.google.com"]::before, .social-list--text .social-list .menu-item > a[href*="instagram.com"]::before, .social-list .social-list--text .menu-item > a[href*="instagram.com"]::before, .social-list--text .social-list .menu-item > a[href*="linkedin.com"]::before, .social-list .social-list--text .menu-item > a[href*="linkedin.com"]::before, .social-list--text .social-list .menu-item > a[href*="twitter.com"]::before, .social-list .social-list--text .menu-item > a[href*="twitter.com"]::before, .social-list--text .social-list .menu-item > a[href*="tumblr.com"]::before, .social-list .social-list--text .menu-item > a[href*="tumblr.com"]::before, .social-list--text .social-list .menu-item > a[href*="behance.net"]::before, .social-list .social-list--text .menu-item > a[href*="behance.net"]::before {
    display: none;
}

.fontawesome_icon, .social-list .menu-item > a[href*="codepen.io"]::before, .social-list .menu-item > a[href*="digg.com"]::before, .social-list .menu-item > a[href*="dropbox.com"]::before, .social-list .menu-item > a[href*="flickr.com"]::before, .social-list .menu-item > a[href*="github.com"]::before, .social-list .menu-item > a[href*="pinterest.com"]::before, .social-list .menu-item > a[href*="getpocket.com"]::before, .social-list .menu-item > a[href*="reddit.com"]::before, .social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before, .social-list .menu-item > a[href*="stumbleupon.com"]::before, .social-list .menu-item > a[href*="vimeo.com"]::before, .social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before, .social-list .menu-item > a[href*="youtube.com"]::before, .social-list .menu-item > a[href*="amazon.com"]::before, .social-list .menu-item > a[href*="tripadvisor"]::before, .social-list .menu-item > a[href*="ycombinator.com"]::before, .social-list .menu-item > a[href*="xing.com"]::before, .social-list .menu-item > a[href*="yahoo."]::before, .social-list .menu-item > a[href*="vine.co"]::before, .social-list .menu-item > a[href*="weibo.com"]::before, .social-list .menu-item > a[href*="trello.com"]::before, .social-list .menu-item > a[href*="steampowered.com"]::before, .social-list .menu-item > a[href*="soundcloud.com"]::before, .social-list .menu-item > a[href*="spotify.com"]::before, .social-list .menu-item > a[href*="stackexchange.com"]::before, .social-list .menu-item > a[href*="stackoverflow.com"]::before, .social-list .menu-item > a[href*="slideshare.net"]::before, .social-list .menu-item > a[href*="slack.com"]::before, .social-list .menu-item > a[href*="skyatlas.com"]::before, .social-list .menu-item > a[href*="last.fm"]::before, .social-list .menu-item > a[href*="jsfiddle.net"]::before, .social-list .menu-item > a[href*="bitbucket.org"]::before, .social-list .menu-item > a[href*="codiepie.com"]::before, .social-list .menu-item > a[href*="connectdevelop.com"]::before, .social-list .menu-item > a[href*="dashcube.com"]::before, .social-list .menu-item > a[href*="contao.org"]::before, .social-list .menu-item > a[href*="delicious.com"]::before, .social-list .menu-item > a[href*="deviantart.com"]::before, .social-list .menu-item > a[href*="vk.com"]::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    font-size: 1.5rem;
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.social-list--text .fontawesome_icon, .social-list--text .social-list .menu-item > a[href*="codepen.io"]::before, .social-list .social-list--text .menu-item > a[href*="codepen.io"]::before, .social-list--text .social-list .menu-item > a[href*="digg.com"]::before, .social-list .social-list--text .menu-item > a[href*="digg.com"]::before, .social-list--text .social-list .menu-item > a[href*="dropbox.com"]::before, .social-list .social-list--text .menu-item > a[href*="dropbox.com"]::before, .social-list--text .social-list .menu-item > a[href*="flickr.com"]::before, .social-list .social-list--text .menu-item > a[href*="flickr.com"]::before, .social-list--text .social-list .menu-item > a[href*="github.com"]::before, .social-list .social-list--text .menu-item > a[href*="github.com"]::before, .social-list--text .social-list .menu-item > a[href*="pinterest.com"]::before, .social-list .social-list--text .menu-item > a[href*="pinterest.com"]::before, .social-list--text .social-list .menu-item > a[href*="getpocket.com"]::before, .social-list .social-list--text .menu-item > a[href*="getpocket.com"]::before, .social-list--text .social-list .menu-item > a[href*="reddit.com"]::before, .social-list .social-list--text .menu-item > a[href*="reddit.com"]::before, .social-list--text .social-list .menu-item > a[href*="skype.com"]::before, .social-list .social-list--text .menu-item > a[href*="skype.com"]::before, .social-list--text .social-list .menu-item > a[href*="skype:"]::before, .social-list .social-list--text .menu-item > a[href*="skype:"]::before, .social-list--text .social-list .menu-item > a[href*="stumbleupon.com"]::before, .social-list .social-list--text .menu-item > a[href*="stumbleupon.com"]::before, .social-list--text .social-list .menu-item > a[href*="vimeo.com"]::before, .social-list .social-list--text .menu-item > a[href*="vimeo.com"]::before, .social-list--text .social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .social-list--text .menu-item > a[href*="wordpress.org"]::before, .social-list--text .social-list .menu-item > a[href*="wordpress.com"]::before, .social-list .social-list--text .menu-item > a[href*="wordpress.com"]::before, .social-list--text .social-list .menu-item > a[href*="youtube.com"]::before, .social-list .social-list--text .menu-item > a[href*="youtube.com"]::before, .social-list--text .social-list .menu-item > a[href*="amazon.com"]::before, .social-list .social-list--text .menu-item > a[href*="amazon.com"]::before, .social-list--text .social-list .menu-item > a[href*="tripadvisor"]::before, .social-list .social-list--text .menu-item > a[href*="tripadvisor"]::before, .social-list--text .social-list .menu-item > a[href*="ycombinator.com"]::before, .social-list .social-list--text .menu-item > a[href*="ycombinator.com"]::before, .social-list--text .social-list .menu-item > a[href*="xing.com"]::before, .social-list .social-list--text .menu-item > a[href*="xing.com"]::before, .social-list--text .social-list .menu-item > a[href*="yahoo."]::before, .social-list .social-list--text .menu-item > a[href*="yahoo."]::before, .social-list--text .social-list .menu-item > a[href*="vine.co"]::before, .social-list .social-list--text .menu-item > a[href*="vine.co"]::before, .social-list--text .social-list .menu-item > a[href*="weibo.com"]::before, .social-list .social-list--text .menu-item > a[href*="weibo.com"]::before, .social-list--text .social-list .menu-item > a[href*="trello.com"]::before, .social-list .social-list--text .menu-item > a[href*="trello.com"]::before, .social-list--text .social-list .menu-item > a[href*="steampowered.com"]::before, .social-list .social-list--text .menu-item > a[href*="steampowered.com"]::before, .social-list--text .social-list .menu-item > a[href*="soundcloud.com"]::before, .social-list .social-list--text .menu-item > a[href*="soundcloud.com"]::before, .social-list--text .social-list .menu-item > a[href*="spotify.com"]::before, .social-list .social-list--text .menu-item > a[href*="spotify.com"]::before, .social-list--text .social-list .menu-item > a[href*="stackexchange.com"]::before, .social-list .social-list--text .menu-item > a[href*="stackexchange.com"]::before, .social-list--text .social-list .menu-item > a[href*="stackoverflow.com"]::before, .social-list .social-list--text .menu-item > a[href*="stackoverflow.com"]::before, .social-list--text .social-list .menu-item > a[href*="slideshare.net"]::before, .social-list .social-list--text .menu-item > a[href*="slideshare.net"]::before, .social-list--text .social-list .menu-item > a[href*="slack.com"]::before, .social-list .social-list--text .menu-item > a[href*="slack.com"]::before, .social-list--text .social-list .menu-item > a[href*="skyatlas.com"]::before, .social-list .social-list--text .menu-item > a[href*="skyatlas.com"]::before, .social-list--text .social-list .menu-item > a[href*="last.fm"]::before, .social-list .social-list--text .menu-item > a[href*="last.fm"]::before, .social-list--text .social-list .menu-item > a[href*="jsfiddle.net"]::before, .social-list .social-list--text .menu-item > a[href*="jsfiddle.net"]::before, .social-list--text .social-list .menu-item > a[href*="bitbucket.org"]::before, .social-list .social-list--text .menu-item > a[href*="bitbucket.org"]::before, .social-list--text .social-list .menu-item > a[href*="codiepie.com"]::before, .social-list .social-list--text .menu-item > a[href*="codiepie.com"]::before, .social-list--text .social-list .menu-item > a[href*="connectdevelop.com"]::before, .social-list .social-list--text .menu-item > a[href*="connectdevelop.com"]::before, .social-list--text .social-list .menu-item > a[href*="dashcube.com"]::before, .social-list .social-list--text .menu-item > a[href*="dashcube.com"]::before, .social-list--text .social-list .menu-item > a[href*="contao.org"]::before, .social-list .social-list--text .menu-item > a[href*="contao.org"]::before, .social-list--text .social-list .menu-item > a[href*="delicious.com"]::before, .social-list .social-list--text .menu-item > a[href*="delicious.com"]::before, .social-list--text .social-list .menu-item > a[href*="deviantart.com"]::before, .social-list .social-list--text .menu-item > a[href*="deviantart.com"]::before, .social-list--text .social-list .menu-item > a[href*="vk.com"]::before, .social-list .social-list--text .menu-item > a[href*="vk.com"]::before {
    display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    float: left;
    margin: 11px 51px 49px 0;
}

.alignright {
    float: right;
    margin: 11px 0 49px 51px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 41px;
    margin-top: 40px;
}

.alignnone {
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.comment-body:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.hidden {
    display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
    position: relative;
    margin-bottom: 1em;
}

@media (min-width: 992px) {
    .comments-area {
        margin-bottom: 2em;
    }
}

.comments-area .comments-title {
    margin-bottom: 1.4em;
}

.comment-list {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}

.comment-list .children {
    margin-left: 0;
    padding-left: 10px;
    list-style: none;
}

@media (min-width: 992px) {
    .comment-list .children {
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .comment-list .children {
        padding-left: 90px;
    }
}

.comment-wrap {
    padding-top: 5px;
    padding-bottom: 11px;
}

@media (min-width: 992px) {
    .comment-wrap {
        padding-top: 34px;
    }
}

.comment-content a {
    word-wrap: break-word;
}

.comment-body {
    padding: 20px;
}

@media (min-width: 992px) {
    .comment-body {
        padding: 42px 41px 23px 53px;
    }
}

.comment-body__holder {
    position: relative;
    padding-right: 18px;
}

.comment-body .avatar {
    float: none;
    width: 40px;
    margin: 0 0 10px 0;
    border-radius: 50%;
    display: block;
}

@media (min-width: 992px) {
    .comment-body .avatar {
        float: left;
        width: auto;
        margin: 0 48px 15px 0;
    }
}

.comment-body .fn {
    margin-right: 10px;
    font-weight: normal;
}

@media (min-width: 992px) {
    .comment-body .fn {
        margin-right: 25px;
    }
}

.comment-body .reply {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    transition: all 0.25s ease;
}

.comment-reply-link {
    font-size: 22px;
}

.comment-reply-link .material-icons {
    font-size: inherit;
}

.comment-date {
    display: inline-block;
}

.comment-date__time {
    display: inline-block;
    vertical-align: top;
}

.comment-date:after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 8px;
    margin: 0 5px 3px 8px;
    position: relative;
    display: inline-block;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
    margin: 2em 0;
}

.post-author__holder {
    padding: 1em;
}

@media (min-width: 1200px) {
    .post-author__holder {
        padding: 2.9em 2em 0em;
    }
}

.post-author__avatar {
    float: left;
    margin: 1em 1em 1em 0;
}

@media (min-width: 1200px) {
    .post-author__avatar {
        margin: 0 4.3em 1em 0;
    }
}

.post-author__avatar .avatar {
    width: 70px;
    vertical-align: top;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .post-author__avatar .avatar {
        width: auto;
    }
}

.post-author__content {
    padding-bottom: 25px;
}

@media (min-width: 992px) {
    .post-author__title {
        line-height: 1.4;
        margin: 20px 0;
    }
}

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.hentry .share-btns__list {
    float: none;
    padding-top: 5px;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .hentry .share-btns__list {
        float: right;
        padding-top: 15px;
    }
}

.single-post .share-btns__list {
    float: none;
    padding-top: 18px;
}

.share-btns__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .share-btns__item {
        margin-right: 0;
        margin-left: 19px;
    }
}

.single-post .share-btns__item {
    margin-right: 19px;
    margin-left: 0;
}

.share-btns__link {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1em;
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    text-decoration: none;
    opacity: 1;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.card {
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}

@media (min-width: 768px) {
    .card-deck {
        display: flex;
        margin-right: -1.875rem;
        margin-left: -1.875rem;
        flex-flow: row wrap;
    }

    .card-deck .card {
        margin-right: 1.875rem;
        margin-left: 1.875rem;
        flex: 1 0 0;
        display: flex;
        flex-direction: column;
        -webkit-display: flex;
        -webkit-flex-direction: column;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .home .card-deck .card.sticky {
        display: block;
        max-width: calc(100% - 3.75rem);
        flex: none;
    }

    .posts-list--grid-2-cols .card {
        max-width: calc(100% / 2 - 3.75rem);
        width: calc(100% / 2 - 3.75rem);
        flex: 1 0 calc(100% / 2 - 3.75rem);
    }
}

@media (min-width: 992px) {
    .posts-list--grid-3-cols .card {
        max-width: calc(100% / 3 - 3.75rem);
        width: calc(100% / 3 - 3.75rem);
        flex: 1 0 calc(100% / 3 - 3.75rem);
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-gap: 3.75rem;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }

    .posts-list--masonry-2-cols {
        column-count: 2;
    }

    .posts-list--masonry-3-cols {
        column-count: 3;
    }
}

@media (min-width: 768px) {
    .posts-list--vertical-justify {
        display: flex;
        margin-right: -1.875rem;
        margin-left: -1.875rem;
        flex-flow: row wrap;
    }

    .posts-list--vertical-justify .card {
        flex: 1 0 calc(100% / 3 - 3.75rem);
        max-width: calc(100% / 3 - 3.75rem);
        margin-right: 1.875rem;
        margin-left: 1.875rem;
    }

    .posts-list--vertical-justify .card:nth-child(7n + 1), .posts-list--vertical-justify .card:nth-child(7n + 4) {
        flex: 1 0 calc(100% / 1.5 - 3.75rem);
        max-width: calc(100% / 1.5 - 3.75rem);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .posts-list--grid-3-cols {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .posts-list--grid-3-cols .card {
        display: block;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        flex: none;
    }

    .posts-list--masonry-3-cols.one-left-sidebar, .posts-list--masonry-3-cols.one-right-sidebar {
        column-gap: normal;
        column-count: auto;
    }

    .posts-list--masonry-3-cols.one-left-sidebar .card, .posts-list--masonry-3-cols.one-right-sidebar .card {
        display: block;
    }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.container.site-header, .container.site-footer {
    padding-left: 0;
    padding-right: 0;
}

.content-layout-boxed .container.site-header, .content-layout-boxed .container.site-footer {
    padding-left: 0;
    padding-right: 0;
}

.container .container {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
    box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
}

.home .site-header {
    box-shadow: none;
}

.site-header .header-container {
    padding: 22px 0 4px;
}

@media (min-width: 768px) {
    .site-header .header-container {
        padding: 22px 1.875rem;
    }

    .site-header .header-container .main-navigation {
        top: -100px;
        transition: top 0.75s ease;
    }

    .site-header .header-container .main-navigation.isStuck {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        text-align: center;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9999;
        margin: 0;
        padding: 0 1.875rem;
        padding-top: 16px;
        padding-bottom: 17px;
    }

    .site-header.centered .site-header .header-container .main-navigation.isStuck, .site-header.default .site-header .header-container .main-navigation.isStuck {
        padding-bottom: 0;
    }

    .site-header .header-container .main-navigation.isStuck .sub-menu {
        margin: 17px 0 0 -23px;
    }

    .site-header .header-container .main-navigation.isStuck.has-bar {
        margin-top: 32px;
    }
}

.container .site-header .header-container {
    padding-right: 0;
    padding-left: 0;
}

.pseudoStickyBlock {
    display: none;
}

@media (min-width: 768px) {
    .pseudoStickyBlock {
        display: block;
    }
}

.site-header.default {
    text-align: center;
}

@media (min-width: 768px) {
    .site-header.default .header-container {
        padding-bottom: 29px;
    }
}

.site-header.default .site-branding {
    padding: 6px 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .site-header.default .site-branding {
        padding: 15px 0 11px;
        float: left;
        text-align: left;
    }
}

.site-header.default .main-navigation {
    text-align: left;
    padding-top: 5px;
    margin-top: 19px;
    border-top: 2px solid;
}

@media (min-width: 768px) {
    .site-header.default .main-navigation {
        border-top: none;
        margin-top: 0;
    }
}

.site-header.default .btn.booking {
    float: none;
    margin-top: 0;
}

@media (min-width: 768px) {
    .site-header.default .btn.booking {
        float: right;
        margin-top: 9px;
    }
}

.site-header.centered {
    text-align: center;
}

@media (min-width: 1200px) {
    .site-header.centered .header-container {
        padding-bottom: 46px;
    }
}

.site-header.centered .site-branding {
    padding: 6px 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .site-header.centered .site-branding {
        padding: 15px 0 11px;
    }
}

.site-header.centered .main-navigation {
    text-align: left;
    padding-top: 5px;
    margin-top: 19px;
    border-top: 2px solid;
}

@media (min-width: 768px) {
    .site-header.centered .main-navigation {
        padding-top: 0;
        border-top: none;
    }
}

@media (min-width: 1200px) {
    .site-header.centered .main-navigation {
        padding-top: 0;
        margin-top: 5px;
        border-top: none;
    }
}

.site-header.centered .btn.booking {
    float: none;
    margin-top: 0;
}

@media (min-width: 1200px) {
    .site-header.centered .btn.booking {
        float: right;
        margin-top: -68px;
    }
}

.site-header.minimal .site-branding {
    padding: 6px 0 20px;
    order: 1;
    flex: 0 0 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .site-header.minimal .site-branding {
        padding: 15px 0 11px;
        order: 0;
        flex: 0 0 auto;
        text-align: left;
    }
}

.site-header.minimal .main-navigation {
    order: 2;
    flex: 0 1 100%;
    padding-top: 5px;
    margin-top: 19px;
    border-top: 2px solid;
}

@media (min-width: 768px) {
    .site-header.minimal .main-navigation {
        padding-top: 0;
        margin-top: 0;
        order: 1;
        flex: 0 1 90%;
        border-top: none;
    }
}

@media (min-width: 992px) {
    .site-header.minimal .main-navigation {
        padding-top: 2px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-header.minimal .main-navigation {
        order: 3;
        flex: 0 1 100%;
    }
}

.site-header.minimal .btn.booking {
    order: 1;
    flex: 0 1 auto;
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .site-header.minimal .btn.booking {
        order: 1;
        flex: 0 1 auto;
        margin: 1px 0 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-header.minimal .btn.booking {
        order: 1;
        flex: 0 1 auto;
        margin: 1px 0 0;
    }
}

.header-container__flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: stretch;
    -ms-flex-align: start;
    align-items: center;
}

@media (min-width: 992px) {
    .header-container__flex {
        flex-wrap: nowrap;
    }
}

.site-header.transparent {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

@media (min-width: 1200px) {
    .home .site-header.transparent {
        position: absolute;
    }
}

.site-header.transparent .site-branding {
    padding: 6px 0 20px;
    order: 1;
    flex: 0 0 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .site-header.transparent .site-branding {
        padding: 15px 0 11px;
        order: 0;
        flex: 0 0 auto;
        text-align: left;
    }
}

.site-header.transparent .main-navigation {
    order: 2;
    flex: 0 1 100%;
    padding-top: 5px;
    margin-top: 19px;
    border-top: 2px solid;
}

@media (min-width: 768px) {
    .site-header.transparent .main-navigation {
        padding-top: 0;
        margin-top: 0;
        order: 1;
        flex: 0 1 70%;
        border-top: none;
    }
}

@media (min-width: 992px) {
    .site-header.transparent .main-navigation {
        padding-top: 2px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-header.transparent .main-navigation {
        order: 3;
        flex: 0 1 100%;
    }
}

.site-header.transparent .btn.booking {
    order: 1;
    flex: 0 1 auto;
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .site-header.transparent .btn.booking {
        order: 1;
        flex: 0 1 auto;
        margin: 1px 0 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-header.transparent .btn.booking {
        order: 1;
        flex: 0 1 auto;
        margin: 1px 0 0;
    }
}

.site-header.transparent .header-container__flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: stretch;
    -ms-flex-align: start;
    align-items: center;
}

@media (min-width: 992px) {
    .site-header.transparent .header-container__flex {
        flex-wrap: nowrap;
    }
}

.header-layout-transparent {
    position: relative;
}

.header-layout-transparent.top-panel-invisible .hentry:first-child,
.header-layout-transparent.top-panel-invisible .sidebar .widget:first-child {
    margin-top: 0;
}

.header-layout-transparent.top-panel-invisible .card-columns {
    padding-top: 0;
}

.top-panel {
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
}

.container .top-panel {
    padding-right: 0;
    padding-left: 0;
}

.top-panel.invert .cherry-search input[type='search'] {
    background-color: transparent;
}

.top-panel .top_panel_head,
.top-panel .top_panel_bottom {
    display: block;
}

@media (min-width: 768px) {
    .top-panel .top_panel_head,
    .top-panel .top_panel_bottom {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
    }
}

.top-panel__wrap:after {
    display: block;
    clear: both;
    width: 100%;
    content: '';
}

.top-panel__message {
    padding: 14px 0 10px;
    text-align: center;
}

@media (min-width: 544px) {
    .top-panel__message {
        display: block;
    }
}

@media (min-width: 768px) {
    .top-panel__message {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .top-panel__message {
        order: 0;
        flex: 0 1 auto;
        align-self: auto;
    }
}

@media (min-width: 992px) {
    .top-panel__message .info-block {
        float: left;
        margin-right: 1.9em;
    }
}

.top-panel__message .info-block:first-child {
    margin-top: 0;
}

.top-panel__message .material-icons {
    line-height: 1.5;
    width: 1em;
    height: 1.6em;
    margin: 0 3px 0 0;
    text-align: left;
    vertical-align: middle;
    font-size: 20px;
    font-size: 1.25rem;
}

.top-panel__search {
    text-align: center;
    padding-bottom: 16px;
    padding-top: 15px;
}

@media (min-width: 768px) {
    .top-panel__search {
        text-align: right;
        order: 0;
        flex: 0 1 auto;
        align-self: auto;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .top-panel__menu {
        order: 0;
        flex: 0 1 auto;
        align-self: auto;
    }
}

.top-panel .social-list {
    text-align: center;
    padding: 5px 0 14px;
}

@media (min-width: 768px) {
    .top-panel .social-list {
        padding: 13px 0;
        order: 0;
        flex: 0 1 auto;
        align-self: auto;
        text-align: left;
    }
}

.site-logo {
    margin: 0;
    line-height: 1em;
}

.site-logo__link {
    text-decoration: none;
}

.site-logo__link:focus {
    outline: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-content,
.entry-summary {
    margin: 1em 0 0;
}

.page #primary {
    margin-top: 2.2em;
}

.page.home #primary {
    margin-top: 0;
}

.single #primary, .single #sidebar, .blog #primary, .blog #sidebar, .search #primary, .search #sidebar, .archive #primary, .archive #sidebar {
    margin-top: 2.2em;
}

.entry-content {
    margin-top: 0;
}

.single .no-thumb .entry-content {
    padding-top: 1.5em;
}

.card-columns {
    padding-top: 3em;
}

.taxonomy-description {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
    position: relative;
}

.posts-list .hentry:not(:first-child) {
    margin-top: 30px;
    padding-top: 19px;
    border-top: 2px solid #fdfdfd;
}

@media (min-width: 768px) {
    .posts-list .hentry:not(:first-child) {
        margin-top: 60px;
        padding-top: 39px;
    }
}

@media (min-width: 768px) {
    .posts-list--grid-2-cols .hentry:nth-child(2) {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .posts-list--grid-3-cols .hentry:nth-child(2), .posts-list--grid-3-cols .hentry:nth-child(3) {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }
}

.posts-list--masonry-2-cols .hentry, .posts-list--masonry-3-cols .hentry {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 40px;
    border-top: none;
    border-bottom: 2px solid #fdfdfd;
}

.posts-list--masonry-2-cols .hentry:not(:first-child), .posts-list--masonry-3-cols .hentry:not(:first-child) {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 40px;
    border-top: none;
    border-bottom: 2px solid #fdfdfd;
}

@media (min-width: 768px) {
    .posts-list--vertical-justify .hentry:nth-child(2) {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .single .hentry {
        margin-bottom: 0;
    }
}

.posts-list .hentry:last-child {
    margin-bottom: 3em;
}

.card-columns .hentry {
    margin-top: 0;
    margin-bottom: 3em;
}

.hentry.page {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.blog .entry-title, .archive .entry-title {
    margin: 12px 0 23px;
}

.blog .post_format-post-format-quote .entry-title {
    margin: 12px 0 8px;
}

.single .entry-title {
    line-height: 1.2em;
    margin-top: 33px;
    margin-bottom: 15px;
}

.entry-header .entry-title:first-child {
    margin-top: 0;
}

@media (min-width: 992px) {
    .posts-list--default .entry-title {
        font-size: 30px;
    }
}

.entry-summary + .entry-meta, .entry-content + .entry-meta {
    margin-top: 1em;
}

.entry-summary p strong > span, .entry-content p strong > span {
    float: left;
    font-size: 38px;
    line-height: 1.2em;
    margin-right: 8px;
}

@media (min-width: 768px) {
    .entry-summary p strong > span, .entry-content p strong > span {
        font-size: 240px;
        line-height: 0.85;
        margin-right: 14px;
    }
}

.posts-list .entry-summary, .posts-list .entry-content {
    display: none;
}

@media (min-width: 768px) {
    .posts-list .entry-summary, .posts-list .entry-content {
        display: block;
    }
}

.post-list__item .entry-summary, .post-list__item .entry-content {
    margin-top: 0;
}

.post-list__item .entry-summary p, .post-list__item .entry-content p {
    margin: 1em 0 0;
}

.entry-footer {
    position: relative;
    margin-top: 0;
}

.entry-footer .btn {
    float: left;
}

.single .entry-footer {
    padding-top: 10px;
}

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.post-thumbnail__link {
    position: relative;
}

.post-thumbnail__link:before {
    transition: all 0.32s ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: 5;
    background-color: #23efd0;
}

.post-thumbnail__link:hover:before {
    height: 5px;
}

.post-thumbnail__link.post-thumbnail--small {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

@media (min-width: 992px) {
    .post-thumbnail__link.post-thumbnail--small {
        float: left;
        margin-right: 30px;
        text-align: left;
    }
}

.post-thumbnail__img {
    display: inline-block;
    vertical-align: top;
}

.entry-header + .post-thumbnail > .post-thumbnail__img {
    margin-top: 20px;
    margin-bottom: 30px;
}

.posts-list .post-thumbnail--fullwidth {
    display: block;
    margin-bottom: 1em;
}

@media (min-width: 992px) {
    .posts-list .post-thumbnail--fullwidth {
        margin-bottom: 20px;
    }
}

.post__cats {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.format-audio .post__cats, .format-quote .post__cats {
    margin-bottom: 19px;
}

.post__cats a {
    line-height: 22px;
    margin: 0 1px 1px 0;
    padding: 1px 4px;
    vertical-align: top;
    float: left;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 12px;
    font-size: 0.75rem;
}

@media (min-width: 768px) {
    .post__cats a {
        padding: 3px 9px;
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.posts-list--grid-3-cols .post__cats a, .posts-list--grid-2-cols .post__cats a, .posts-list--masonry-2-cols .post__cats a, .posts-list--masonry-3-cols .post__cats a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 1px 4px;
}

@media (min-width: 1200px) {
    .posts-list--grid-3-cols .post__cats a, .posts-list--grid-2-cols .post__cats a, .posts-list--masonry-2-cols .post__cats a, .posts-list--masonry-3-cols .post__cats a {
        padding: 3px 9px;
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
    position: absolute;
    z-index: 99;
    top: 10px;
    left: 10px;
}

@media (min-width: 992px) {
    .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
        top: 30px;
        left: 30px;
    }

    .posts-list--grid-3-cols .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats, .posts-list--grid-2-cols .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats, .posts-list--masonry-2-cols .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats, .posts-list--masonry-3-cols .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
        top: 10px;
        left: 10px;
    }
}

.post-format-wrap .post__cats {
    position: absolute;
    z-index: 99;
    top: 10px;
    left: 10px;
}

@media (min-width: 992px) {
    .post-format-wrap .post__cats {
        top: 30px;
        left: 30px;
    }
}

.post__date .material-icons,
.post__date .fa, .post__comments .material-icons,
.post__comments .fa, .post__tags .material-icons,
.post__tags .fa {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

.invert .post__date .material-icons, .invert
.post__date .fa, .invert .post__comments .material-icons, .invert
.post__comments .fa, .invert .post__tags .material-icons, .invert
.post__tags .fa {
    color: inherit;
}

.post__date a, .post__comments a, .post__tags a {
    text-decoration: none;
}

.blog .post__date, .archive .post__date, .blog .post__comments, .archive .post__comments, .blog .post__tags, .archive .post__tags {
    margin-right: 0;
    margin-left: 4px;
}

.blog .post__date:before, .archive .post__date:before, .blog .post__comments:before, .archive .post__comments:before, .blog .post__tags:before, .archive .post__tags:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 8px;
    margin: 0 7px 3px 0;
    position: relative;
    display: inline-block;
}

.post__date, .post__comments {
    margin-right: 15px;
}

.single .post__date, .single .post__comments {
    margin-right: 0;
    margin-left: 4px;
}

.single .post__date:before, .single .post__comments:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 8px;
    margin: 0 7px 3px 0;
    position: relative;
    display: inline-block;
}

.post__tags {
    margin-top: .5em;
}

.single-post .post__tags {
    margin-top: 0;
}

.blog .post__tags {
    margin-right: 0;
    margin-left: 4px;
}

.single .post .entry-meta span:first-child, .blog .post .entry-meta span:first-child {
    margin-left: 0;
}

.single .post .entry-meta span:first-child:before, .blog .post .entry-meta span:first-child:before {
    display: none;
}

.posted-by__author:hover {
    text-decoration: underline;
}

.comments-area .children article.comment-body {
    background-color: transparent;
}

/*--------------------------------------------------------------
### Read More button
--------------------------------------------------------------*/
@media (max-width: 1199px) {
    .posts-list__item .btn {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    .posts-list__item .btn__text {
        display: none;
    }
}

@media (max-width: 1199px) {
    .posts-list__item .btn__icon,
    .posts-list__item .btn .material-icons,
    .posts-list__item .btn .fa {
        line-height: 46px;
        width: 46px;
        height: 46px;
        color: inherit;
    }
}

@media (min-width: 992px) {
    .posts-list__item .btn__icon,
    .posts-list__item .btn .material-icons,
    .posts-list__item .btn .fa {
        display: none;
    }
}

@media (min-width: 992px) {
    .posts-list--default:not(.two-sidebars) .posts-list__item .btn {
        padding: 20px 41px;
    }
}

@media (min-width: 992px) {
    .posts-list--default:not(.two-sidebars) .posts-list__item .btn__text {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .posts-list--default:not(.two-sidebars) .posts-list__item .btn__icon,
    .posts-list--default:not(.two-sidebars) .posts-list__item .btn .material-icons,
    .posts-list--default:not(.two-sidebars) .posts-list__item .btn .fa {
        display: none;
    }
}

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.single .related-posts .post__date, .single .related-posts .post__comments {
    margin-right: 15px;
    margin-left: 0px;
}

.single .related-post .post-thumbnail__img + .post__cats, .single .related-post .post-thumbnail__link + .post__cats {
    position: absolute;
    z-index: 99;
    top: 10px;
    left: 40px;
    right: 40px;
}

.single .related-posts {
    margin-bottom: 3em;
}

.single .related-posts .entry-title {
    margin: 10px 0;
}

.single .related-posts .post-thumbnail__img {
    width: 100%;
    height: auto;
}

@media (min-width: 544px) {
    .single .related-posts .post-thumbnail__img {
        width: auto;
        height: auto;
    }
}

.single .related-posts .entry-header span {
    display: block;
}

.single .related-posts .entry-meta {
    margin-top: 0;
}

.single .related-posts .entry-content p {
    margin-bottom: 0.7em;
}

.single .related-posts .post__date:before, .single .related-posts .post__comments:before {
    display: none;
}

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.sticky__label {
    line-height: 22px;
    display: inline-block;
    float: right;
    padding: 0 10px;
    text-align: center;
    border-radius: 20px;
}

.sticky__label .material-icons,
.sticky__label .fa {
    font-size: 21px;
    line-height: 2;
    display: block;
    width: auto;
    width: calc(2em - 20px);
    height: 2em;
}

.posts-list .sticky__label .material-icons, .posts-list
.sticky__label .fa {
    font-size: 21px;
    color: inherit;
}

.has-post-thumbnail .sticky__label {
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 10px;
    float: none;
}

@media (min-width: 992px) {
    .has-post-thumbnail .sticky__label {
        top: 30px;
    }
}

.sticky__label.type-both .material-icons,
.sticky__label.type-both .fa {
    display: inline-block;
    margin: 0 5px 0 0;
}

@media (min-width: 992px) {
    .posts-list--grid-2-cols .sticky.posts-list__item .btn, .posts-list--grid-3-cols .sticky.posts-list__item .btn {
        padding: 20px 41px;
    }

    .two-sidebars .sticky.posts-list__item .btn {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .sticky.posts-list__item .btn__text {
        display: inline-block;
    }

    .posts-list--masonry-2-cols .sticky.posts-list__item .btn__text, .posts-list--masonry-3-cols .sticky.posts-list__item .btn__text {
        display: none;
    }
}

.two-sidebars .sticky.posts-list__item .btn__text {
    display: none;
}

@media (min-width: 992px) {
    .sticky.posts-list__item .btn__icon,
    .sticky.posts-list__item .btn .material-icons,
    .sticky.posts-list__item .btn .fa {
        display: none;
    }

    .posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon, .posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon, .posts-list--masonry-2-cols
    .sticky.posts-list__item .btn .material-icons, .posts-list--masonry-3-cols
    .sticky.posts-list__item .btn .material-icons, .posts-list--masonry-2-cols
    .sticky.posts-list__item .btn .fa, .posts-list--masonry-3-cols
    .sticky.posts-list__item .btn .fa {
        display: inline-block;
    }
}

.two-sidebars .sticky.posts-list__item .btn__icon, .two-sidebars
.sticky.posts-list__item .btn .material-icons, .two-sidebars
.sticky.posts-list__item .btn .fa {
    display: inline-block;
}

@media (min-width: 992px) {
    .posts-list--grid-2-cols .sticky .entry-title, .posts-list--grid-3-cols .sticky .entry-title {
        font-size: 30px;
    }
}

.sticky .post-thumbnail__img {
    width: 100%;
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
    /* Audio */
    /* Gallery */
    /* Link */
    /* Image */
    /* Quote */
    /* Video */
    /* Wrapper for non-image featured content */
}

.single .post.format-audio .wp-audio-shortcode {
    margin: 20px 0;
}

.post.format-audio .post-format-audio {
    padding: 20px;
}

@media (min-width: 992px) {
    .post.format-audio .post-format-audio {
        padding: 29px 50px 58px;
    }
}

.post.format-audio .post-format-audio {
    margin-bottom: 20px;
    text-align: center;
}

.post.format-audio .post-format-audio .post-format-audio-description {
    font-weight: bold;
    max-width: 400px;
    text-transform: uppercase;
    margin: 0 auto;
}

.post.format-audio .post-format-audio .post-format-audio-description h5 {
    line-height: 1.300em;
}

.post.format-audio .post-format-audio .post-format-audio-caption {
    margin: 15px 0 29px;
}

.post-gallery {
    margin-bottom: 1em;
}

@media (min-width: 992px) {
    .post-gallery {
        margin-bottom: 2em;
    }
}

.entry-content .post-gallery {
    margin-top: 10px;
}

.post-gallery__image {
    display: block;
    margin: auto;
}

.post-gallery__button-next, .post-gallery__button-prev {
    top: 50%;
    display: none;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-align: center;
    background-image: none;
    border-radius: 100%;
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    .post-gallery__button-next, .post-gallery__button-prev {
        width: 64px;
        height: 64px;
        margin-top: -32px;
    }
}

.post-gallery__button-prev {
    left: 10px;
}

@media (min-width: 992px) {
    .post-gallery__button-prev {
        left: 40px;
    }
}

.post-gallery__button-next {
    right: 10px;
}

@media (min-width: 992px) {
    .post-gallery__button-next {
        right: 40px;
    }
}

.post-gallery .material-icons,
.post-gallery .fa {
    line-height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .post-gallery .material-icons,
    .post-gallery .fa {
        line-height: 64px;
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.post-gallery__slide.swiper-slide:hover:hover {
    background-color: transparent;
}

.post-gallery__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
}

.post-gallery__link {
    display: block;
}

.post-format-link {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 36px 10px 29px;
    text-decoration: none;
    text-decoration: underline;
}

.posts-list--grid-3-cols .post-format-link, .posts-list--grid-2-cols .post-format-link, .posts-list--masonry-2-cols .post-format-link, .posts-list--masonry-3-cols .post-format-link {
    padding: 10px;
    font-size: 12px;
    font-size: 0.75rem;
}

.posts-list--grid-3-cols .post-format-link:before, .posts-list--grid-2-cols .post-format-link:before, .posts-list--masonry-2-cols .post-format-link:before, .posts-list--masonry-3-cols .post-format-link:before {
    display: none;
}

@media (min-width: 1200px) {
    .posts-list--grid-3-cols .post-format-link, .posts-list--grid-2-cols .post-format-link, .posts-list--masonry-2-cols .post-format-link, .posts-list--masonry-3-cols .post-format-link {
        padding: 10px 36px 10px 29px;
        font-size: 18px;
        font-size: 1.125rem;
    }

    .posts-list--grid-3-cols .post-format-link:before, .posts-list--grid-2-cols .post-format-link:before, .posts-list--masonry-2-cols .post-format-link:before, .posts-list--masonry-3-cols .post-format-link:before {
        display: inline-block;
    }
}

.post-format-link:before {
    display: inline-block;
    margin: 0 5px 0 0;
    content: 'insert_link';
    vertical-align: middle;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.has-thumb .post-thumbnail {
    position: relative;
}

.has-thumb .post-thumbnail__format-link {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    text-align: center;
}

.has-thumb .post-thumbnail__format-link .post-format-link {
    margin: -20px 0 0 0;
}

.post_format-post-format-image .post-format-wrap {
    position: relative;
}

.post-format-quote {
    background-color: transparent;
}

.single-format-video .post iframe {
    width: 100%;
    margin-top: 15px;
}

.post_format-post-format-video .entry-header {
    padding: 20px 0 0;
}

.format-video .post-featured-content {
    background: none;
}

.post-featured-content .post__cats {
    position: relative;
    overflow: hidden;
    margin-bottom: 19px;
    font-size: 18px;
    line-height: 22px;
}

.format-video .post-featured-content .post__cats {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
}

@media (min-width: 992px) {
    .format-video .post-featured-content .post__cats {
        margin: 30px;
    }
}

.format-video .post-featured-content .post__cats:first-child {
    position: static;
}

.post.format-status .post__cats {
    padding: 0 0 10px;
}

/* Aside */
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-container {
    padding: 42px 0;
    font-size: 12px;
    font-size: 0.75rem;
}

@media (min-width: 768px) {
    .footer-container {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.container .footer-container {
    padding-right: 0;
    padding-left: 0;
}

.footer-area-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .footer-area-wrap {
        padding-top: 36px;
        padding-bottom: 76px;
    }
}

.site-info .footer-logo {
    margin: 0 0 11px;
}

.site-info .social-list {
    margin: 0 0 20px;
}

.footer-layout-boxed .site-info .container {
    padding-right: 0;
    padding-left: 0;
}

.site-info__flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .site-info__flex {
        flex-direction: row;
    }
}

.site-info__flex .footer-logo {
    order: 0;
    flex: 0 1 auto;
    align-self: center;
}

.site-info__flex .social-list {
    order: 1;
    flex: 0 1 auto;
    align-self: center;
}

@media (min-width: 768px) {
    .site-info__flex .social-list {
        order: 2;
    }
}

.site-info__flex .site-info__mid-box {
    text-align: center;
    order: 2;
    flex: 0 1 auto;
    align-self: center;
}

@media (min-width: 768px) {
    .site-info__flex .site-info__mid-box {
        order: 1;
    }
}

.site-footer.default .footer-copyright {
    display: inline-block;
    vertical-align: middle;
}

.site-footer.default .footer-menu {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .site-footer.default .footer-menu {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.site-footer.default .social-list {
    margin-bottom: 15px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .site-footer.default .social-list {
        margin-bottom: 0;
        margin-top: 0;
    }
}

.site-footer.centered {
    text-align: center;
}

.site-footer.centered .site-info .footer-logo {
    margin: 0 0 25px;
}

.site-footer.centered .site-info__mid-box {
    margin-bottom: 22px;
}

.site-footer.centered .social-list {
    margin-bottom: 0;
}

.site-footer.centered .footer-area {
    text-align: left;
}

.site-footer.centered .footer-copyright {
    display: inline-block;
    vertical-align: middle;
}

.site-footer.centered .footer-menu {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .site-footer.centered .footer-menu {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.site-footer.minimal .footer-copyright {
    display: inline-block;
    vertical-align: middle;
}

.site-footer.minimal .footer-menu {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .site-footer.minimal .footer-menu {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.site-footer.minimal .social-list {
    margin-bottom: 15px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .site-footer.minimal .social-list {
        margin-bottom: 0;
        margin-top: 0;
    }
}

.not-found {
    margin-bottom: 1em;
    text-align: center;
}

@media (min-width: 992px) {
    .not-found {
        margin-bottom: 2em;
    }
}

.not-found .page-title {
    margin: 25px 0 0;
    text-transform: uppercase;
    font-size: 30px;
    font-size: 1.875rem;
}

@media (min-width: 992px) {
    .not-found .page-title {
        font-size: 62px;
        font-size: 3.875rem;
    }
}

.not-found .page-content {
    margin-top: 11px;
}

.not-found .page-content h1 {
    margin: 0 0 35px;
}

.not-found .page-content p {
    margin-top: 39px;
    line-height: 36px;
    font-size: 18px;
    font-size: 1.125rem;
}

@media (min-width: 992px) {
    .not-found .page-content p {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.error404 #primary {
    margin: 0 auto;
}

.error404 #primary .error-404.not-found {
    padding: 40px 30px;
}

@media (min-width: 992px) {
    .error404 #primary .error-404.not-found {
        padding: 166px 30px;
        max-width: 780px;
    }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-title {
    line-height: 1.2;
    margin: 0 0 1em 0;
    font-size: 22px;
    font-size: 1.375rem;
}

.footer-area .widget-title {
    margin: 0 0 1.1em 0;
}

@media (min-width: 992px) {
    .widget-title {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.widget + .widget {
    margin-top: 1em;
}

@media (min-width: 768px) {
    .widget + .widget {
        margin-top: 3.222em;
    }
}

.footer-area .widget {
    margin-top: 1.5em;
}

@media (min-width: 768px) {
    .footer-area .widget {
        margin-top: 3em;
    }
}

.sidebar .widget {
    padding-top: 40px;
    border-top: 2px solid #fdfdfd;
}

.footer-area .widget p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
}

.widget-area .widget:last-child {
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .widget-area .widget:last-child {
        margin-bottom: 2em;
    }
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.widget ul {
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
}

.widget ul li ul {
    margin-left: 10px;
}

.widget > ul > li:first-child {
    margin-top: 0;
}

.widget li {
    position: relative;
    margin-left: 1em;
    list-style: none;
    margin-top: 0.667em;
}

.widget li > ul {
    margin-left: 0;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_rss li,
.widget_nav_menu li {
    margin-left: 0;
}

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget_calendar table {
    margin-bottom: 0;
}

.widget_calendar .calendar_wrap {
    border: 1px solid #e7e7e7;
    padding: 0 10px 15px;
}

@media (min-width: 1200px) {
    .widget_calendar .calendar_wrap {
        padding: 0 30px 20px;
    }
}

.footer-area .widget_calendar .calendar_wrap {
    border: none;
}

.widget_calendar caption {
    margin: 0 -10px 1.5em;
    padding: .7em .5em .6em;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem;
}

@media (min-width: 1200px) {
    .widget_calendar caption {
        margin: 0 -30px 1.5em;
    }
}

.widget_calendar tfoot {
    border-top: 1px solid #e7e7e7;
}

.widget_calendar tfoot td {
    padding-top: 15px;
}

.widget_calendar tbody td {
    position: relative;
    line-height: 24px;
}

.widget_calendar tbody td a {
    position: relative;
    display: inline-block;
    width: 20px;
    z-index: 1;
    transition: all 0.5s ease;
}

.widget_calendar tbody td a::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    top: -3px;
    left: -4px;
    z-index: -1;
    display: block;
    margin-left: 0px;
    border-radius: 100%;
    transition: all 0.3s ease;
}

.widget_calendar tbody td#today::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    z-index: -1;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -16px;
    border-radius: 100%;
}

.widget_calendar th, .widget_calendar tbody td {
    padding: .4em 0;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
}

.widget_calendar #next {
    text-align: right;
}

.widget_calendar #next a:hover,
.widget_calendar #prev a:hover {
    color: #777;
}

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud a {
    display: inline-block;
    margin: 0 16px 8px 0;
    padding: 0;
    vertical-align: top;
    text-decoration: none;
}

.sidebar .tagcloud a {
    font-size: 18px !important;
}

.tagcloud a:focus {
    outline: none;
}

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    margin-left: 0;
}

.widget_recent_entries li::before {
    display: none;
}

.widget_recent_entries li + li {
    margin-top: 3.5em;
}

.widget_recent_entries li a {
    order: 1;
    flex: 0 1 auto;
    align-self: auto;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2em;
}

.widget_recent_entries li .post-date {
    order: 0;
    flex: 0 1 100%;
    align-self: auto;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 5px;
}

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments li {
    margin-left: 0;
}

.widget_recent_comments li a {
    position: relative;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 36px;
}

.widget_recent_comments li a:before {
    position: relative;
    display: block;
    content: "";
    margin-top: 1px;
}

.widget_recent_comments li::before {
    display: none;
}

.widget_recent_comments li + li {
    margin-top: 1.6em;
}

@media (min-width: 1200px) {
    .widget_recent_comments li + li {
        margin-top: 3.6em;
    }
}

/*--------------------------------------------------------------
## Textwidget
--------------------------------------------------------------*/
.textwidget a {
    font-size: 16px;
    font-size: 1rem;
}

/*--------------------------------------------------------------
## About Healtro
--------------------------------------------------------------*/
.sidebar .widget-about {
    text-align: center;
    padding-top: 0;
    margin-top: 30px;
    margin-top: 3.222em;
}

.sidebar .widget-about .widget-about__content {
    padding: 1px 20px 25px;
}

@media (min-width: 1200px) {
    .sidebar .widget-about .widget-about__content {
        padding: 1px 70px 40px;
    }
}

.sidebar .widget-about .widget-about__content h4 {
    margin-bottom: 30px;
}

.widget-about__logo {
    margin-bottom: 32px;
}

.widget-about__logo-img {
    vertical-align: top;
}

@media (max-width: 1199px) {
    .sidebar .widget-about__logo-img {
        width: 100%;
    }
}

.widget-about .tm_builder_inner_content p {
    font-size: 18px;
    font-size: 1.125rem;
}

/*--------------------------------------------------------------
## About author
--------------------------------------------------------------*/
.widget-about-author {
    text-align: center;
}

.full-width-header-area .widget-about-author, .after-content-full-width-area .widget-about-author {
    padding: 1em;
    text-align: left;
}

@media (min-width: 992px) {
    .full-width-header-area .widget-about-author, .after-content-full-width-area .widget-about-author {
        padding: 2em;
    }
}

.before-content-area .widget-about-author, .before-loop-area .widget-about-author, .after-content-area .widget-about-author, .after-loop-area .widget-about-author {
    text-align: left;
}

.about-author:after {
    display: block;
    clear: both;
    width: 100%;
    content: '';
}

.about-author_avatar {
    text-align: center;
}

.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 {
    margin: 0 0 1em;
    max-width: 100%;
}

@media (min-width: 544px) {
    .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 {
        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 {
    overflow: hidden;
}

.about-author_name {
    margin: 0;
    padding: 1em 0;
}

.about-author_description {
    padding: 0 0 1.5em;
}

.about-author_btn_box {
    padding-top: 1em;
    border-top: 1px solid #fdfdfd;
}

@media (min-width: 992px) {
    .about-author_btn_box {
        padding-top: 2em;
    }
}

.footer-area .about-author_btn_box {
    border-top-color: rgba(255, 255, 255, 0.2);
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.widget-banner__img {
    display: inline-block;
    vertical-align: top;
}

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.instagram__items {
    display: flex;
    flex-flow: row wrap;
    margin-left: -4px;
    margin-right: -4px;
}

.instagram__item {
    position: relative;
    flex: auto;
    min-height: 1px;
    padding: 4px;
}

.sidebar .instagram__item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.instagram__link {
    position: relative;
    overflow: hidden;
    display: block;
}

.instagram__link:hover .instagram__cover {
    opacity: .75;
}

.instagram__img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.instagram__cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    text-align: center;
    transition: all .25s ease-out;
}

.instagram__cover:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '\E8F4';
    font-size: 2em;
    transform: translate(-50%, -50%);
}

.full-width-header-area .widget-instagram, .after-content-full-width-area .widget-instagram {
    padding: 0 4px;
}

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.after-content-full-width-area .widget.widget-subscribe {
    margin-bottom: 0;
}

.after-content-full-width-area .widget.widget-subscribe .widget-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 35px;
}

@media (min-width: 992px) {
    .after-content-full-width-area .widget.widget-subscribe .widget-title {
        font-size: 44px;
        font-size: 2.75rem;
    }
}

.sidebar .widget.widget-subscribe {
    padding-top: 0;
    margin-top: 58px;
}

.follow-block {
    padding: 0 0 20px;
}

.sidebar .follow-block, .footer-area .follow-block {
    padding: 20px;
}

@media (min-width: 992px) {
    .sidebar .follow-block, .footer-area .follow-block {
        padding: 41px 45px 52px;
    }
}

.sidebar .follow-block .widget-title, .footer-area .follow-block .widget-title {
    margin-bottom: 27px;
}

.follow-block .social-list .menu-item {
    margin-left: 10px;
}

.follow-block .social-list .menu-item > a:before {
    font-size: 34px;
    font-size: 2.125rem;
}

.sidebar .follow-block, .footer-area .follow-block, .after-content-full-width-area .follow-block {
    text-align: center;
}

.after-content-full-width-area .follow-block {
    padding: 50px 0;
    width: 100%;
}

.after-content-full-width-area .follow-block + .subscribe-block {
    padding: 0 30px 30px;
}

@media (min-width: 992px) {
    .after-content-full-width-area .follow-block + .subscribe-block {
        padding: 0 0 86px;
    }
}

@media (min-width: 992px) {
    .after-content-full-width-area .follow-block {
        max-width: 740px;
        margin: 0 auto;
        padding: 65px 0;
    }
}

.follow-block + .subscribe-block {
    padding: 0 0 30px;
}

@media (min-width: 992px) {
    .follow-block + .subscribe-block {
        padding: 0 0 86px;
    }
}

.after-content-full-width-area .follow-block + .subscribe-block {
    padding: 0 30px 30px;
}

@media (min-width: 992px) {
    .after-content-full-width-area .follow-block + .subscribe-block {
        padding: 0 0 86px;
    }
}

.subscribe-block {
    padding: 0 0 20px;
}

.sidebar .subscribe-block, .footer-area .subscribe-block {
    padding: 20px;
}

@media (min-width: 992px) {
    .sidebar .subscribe-block, .footer-area .subscribe-block {
        padding: 40px 30px;
    }
}

.sidebar .subscribe-block .widget-title, .footer-area .subscribe-block .widget-title {
    margin-bottom: 22px;
}

.sidebar .subscribe-block__message, .footer-area .subscribe-block__message {
    padding-bottom: 30px;
}

.after-content-full-width-area .subscribe-block {
    width: 100%;
    padding: 40px 30px;
}

@media (min-width: 992px) {
    .after-content-full-width-area .subscribe-block {
        max-width: 740px;
        margin: 0 auto;
        padding: 86px 0 88px;
    }
}

.sidebar .subscribe-block, .footer-area .subscribe-block, .after-content-full-width-area .subscribe-block {
    text-align: center;
}

.subscribe-block__input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}

.sidebar .subscribe-block__input-group, .footer-area .subscribe-block__input-group, .after-content-full-width-area .subscribe-block__input-group {
    justify-content: center;
}

.subscribe-block__input[type='email'] {
    width: 100%;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    order: 0;
    flex: 0 1 auto;
    align-self: center;
    margin: 0 auto;
}

.after-content-full-width-area .subscribe-block__input[type='email'] {
    justify-content: center;
}

.sidebar .subscribe-block__input[type='email'] {
    text-align: center;
}

.subscribe-block__input[type='email'].error {
    background-color: #ffe5ea;
    box-shadow: inset 0 -5px 0 0 #fe5c7a;
}

@media (min-width: 1200px) {
    .subscribe-block__input[type='email'] {
        max-width: 76%;
    }
}

.footer-area .subscribe-block__input[type='email']:focus {
    background: #fff;
    box-shadow: none;
}

.sidebar-1-4 .subscribe-block__input[type='email'] {
    max-width: calc(100% - 50px);
}

.subscribe-block__submit {
    order: 1;
    flex: 0 1 auto;
    align-self: center;
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.125rem;
}

.subscribe-block__message {
    padding: 0 0 15px;
}

.after-content-full-width-area .subscribe-block__message {
    padding: 0 0 40px;
}

.footer-area .subscribe-block__message {
    padding-bottom: 20px;
}

.subscribe-block__messages {
    margin: 10px 0;
}

.subscribe-block__messages .subscribe-block__error {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fe5c7a;
    background-color: #ffe5ea;
    display: inline-block;
    padding: 0 7px;
}

/*--------------------------------------------------------------
## Custom Posts
--------------------------------------------------------------*/
.custom-posts__item + .custom-posts__item {
    margin-top: 1.5em;
}

.full-width-header-area .custom-posts__item, .after-content-full-width-area .custom-posts__item {
    margin: 0 0 1.5em;
}

.custom-posts .post__cats {
    margin-top: 15px;
}

.full-width-header-area .custom-posts, .after-content-full-width-area .custom-posts {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

/*--------------------------------------------------------------
## Contact Information
--------------------------------------------------------------*/
.contact-information-widget__inner li {
    margin-left: 0;
}

.contact-information-widget__inner li .icon {
    font-size: 2em;
    transform: translateY(0.2em);
    margin-right: 5px;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.wpcf7 .wpcf7-form-control-wrap input {
    width: 100%;
}

.wpcf7 .wpcf7-not-valid {
    border-color: #fe5c7a;
    background: rgba(254, 92, 122, 0.1);
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #fe5c7a;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng, .wpcf7 .wpcf7-mail-sent-ok {
    margin: 1.5em 0;
    padding: 1em 2em;
    color: #fff;
    border: none;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
    background: #fe5c7a;
}

.wpcf7 .wpcf7-mail-sent-ok {
    background: #00da4c;
}

/*--------------------------------------------------------------
# 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%;
}

.img-pull-left {
    float: left;
    width: 50%;
    margin: 0 4% 1% 0;
}

.img-pull-right {
    float: right;
    width: 50%;
    margin: 0 0 1% 4%;
}

/*--------------------------------------------------------------
## 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: 62.33%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/* Facebook embed */
.fb_iframe_widget {
    max-width: 100%;
}

.fb_iframe_widget > span {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Builder
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
#tm_builder_outer_content blockquote {
    position: relative;
    margin: 0 0 1em;
    padding: 0 0 0 55px;
}

#tm_builder_outer_content blockquote:before {
    content: "\f10d";
    top: -2px;
    left: 2px;
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    font-size: 1.75rem;
}

@media (min-width: 992px) {
    #tm_builder_outer_content blockquote:before {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

#tm_builder_outer_content blockquote p {
    margin: 0;
    line-height: 1.4em;
    font-size: 20px;
    font-size: 1.25rem;
}

@media (min-width: 992px) {
    #tm_builder_outer_content blockquote p {
        font-size: 44px;
        font-size: 2.75rem;
    }
}

#tm_builder_outer_content blockquote p + p {
    margin-top: 1em;
}

#tm_builder_outer_content blockquote cite {
    display: block;
    padding: 19px 0 2px 3px;
}

#tm_builder_outer_content blockquote cite:before {
    content: "";
    width: 15px;
    height: 2px;
    margin-right: 8px;
    position: relative;
    display: inline-block;
    transform: translateY(-5px);
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_slider .tm_pb_container {
    max-width: 1440px;
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description {
    padding: 25% 0 18%;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description {
        padding: 18.5% 0 17%;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description p {
    margin: 0;
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description h2 {
    font-size: 16px;
    font-size: 1rem;
    margin: 10px 0 3px;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description h2 {
        font-size: 30px;
        font-size: 1.875rem;
        margin: 28px 0 3px;
        padding: 0;
    }
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_button, #tm_builder_outer_content .tm_pb_slider .button_invert {
    margin: 10px 0 0;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_slider .tm_pb_button, #tm_builder_outer_content .tm_pb_slider .button_invert {
        margin: 20px 0 0;
    }
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_slider .tm_pb_button, #tm_builder_outer_content .tm_pb_slider .button_invert {
        margin: 50px 0 0;
    }
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_more_button_invert {
    margin: 0;
}

#tm_builder_outer_content .tm_pb_slider .button_invert {
    margin-left: 0;
    display: block;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_slider .button_invert {
        margin-left: 10px;
        display: inline-block;
    }
}

#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev, #tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next {
    width: 36px;
    height: 36px;
    line-height: 34px;
    top: auto;
    bottom: 10px;
    border-radius: 100%;
    text-align: center;
}

@media (min-width: 544px) {
    #tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev, #tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next {
        top: 50%;
    }
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev, #tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next {
        width: 64px;
        height: 64px;
        top: 50%;
    }
}

#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev:before, #tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 34px;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev:before, #tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next:before {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 64px;
    }
}

#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev:before {
    content: '\E314';
}

#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next:before {
    content: '\E315';
}

#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
    bottom: 5px;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
        bottom: 20px;
    }
}

#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a {
    border-radius: 18px;
    width: 18px;
    height: 18px;
}

#tm_builder_outer_content .tm-pb-arrow-prev,
#tm_builder_outer_content .tm-pb-arrow-next {
    background-color: #09a9e3;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
@media (max-width: 543px) {
    .content-layout-fullwidth #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_blog_grid_wrapper .tm_pb_post_content,
    .content-layout-fullwidth #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_blog_grid_wrapper .entry-title,
    .content-layout-fullwidth #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_blog_grid_wrapper .tm_pb_post_meta {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 543px) {
    .content-layout-fullwidth #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_blog_grid_wrapper > div {
        padding-left: 0;
        padding-right: 0;
    }
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_image_container .entry-featured-image-url {
    line-height: 0;
    overflow: hidden;
    position: relative;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_image_container .entry-featured-image-url:before {
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.4);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_image_container .entry-featured-image-url img {
    transition: all 0.35s ease;
    transform: scale(1);
    width: 100%;
    background-size: cover;
    background-position: center;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_image_container .entry-featured-image-url:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_image_container .entry-featured-image-url:hover img {
    transform: scale(1.05);
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 11px 0 20px;
    line-height: 1em;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module .entry-title {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 36px;
    }
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta .author_meta,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta .published,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta .categories_meta,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta .comments {
    margin-right: 8px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .more-link {
    margin-top: 20px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination {
    text-align: center;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination .nav-links a.page-numbers, #tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination .nav-links .page-numbers.current {
    padding: 0;
    border-radius: 60px;
    line-height: 62px;
    min-width: 62px;
    height: 62px;
    border: none;
    padding: 0;
    font-size: 20px;
    font-size: 1.25rem;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination .nav-links a.page-numbers.next, #tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination .nav-links a.page-numbers.prev, #tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination .nav-links .page-numbers.current.next, #tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination .nav-links .page-numbers.current.prev {
    padding: 0 20px;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_title_group .tm-posts_title_divider
.tm-posts_subtitle {
    background: #fdfdfd;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .btn i {
    vertical-align: middle;
    margin-left: 4px;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta > a {
    margin: 0 5px 0 0;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .navigation.pagination .nav-links a.page-number {
    padding: 0;
    width: 62px;
    height: 62px;
}

/*--------------------------------------------------------------
# Taxonomy
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blurb
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_blurb.tm_pb_module {
    padding: 30px 20px;
    position: relative;
    transition: all 0.32s ease;
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_blurb.tm_pb_module {
        padding: 55px 35px 60px;
    }
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module:after {
    content: "";
    position: absolute;
    height: 6px;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.37s ease;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module:hover:after {
    height: 12px;
    transition: all 0.25s ease;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon {
    font-size: 64px;
    font-size: 4rem;
    border-bottom: 3px solid;
    padding: 0 0 28px;
    border-color: inherit;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0px;
    padding-bottom: 18px;
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container h4 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container h4 a:hover {
    opacity: .7;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top .tm_pb_main_blurb_image {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top .tm_pb_main_blurb_image {
        margin-bottom: 38px;
    }
}

@media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image {
        display: table-cell;
    }
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {
    padding-left: 0;
    display: block;
}

@media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {
        padding-left: 30px;
        display: table-cell;
    }
}

/*--------------------------------------------------------------
# Brands Showcase
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container {
    padding-bottom: 40px;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-pagination {
    bottom: 0;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-next, #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-prev {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    margin-top: -22px;
    padding: 0;
    background-image: none;
    transition: all 0.3s ease;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-next:before, #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-prev:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    line-height: 44px;
    width: 44px;
    font-size: 28.8px;
    font-size: 1.8rem;
    text-align: center;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-prev {
    left: 0;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-prev:before {
    content: '\E314';
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-next {
    right: 0;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-next:before {
    content: '\E315';
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls {
    counter-reset: list;
    border: none;
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls:before, #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 2px;
    left: 0;
    z-index: -1;
    display: none;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls:before, #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls:after {
        display: block;
    }
}

@media (max-width: 1199px) {
    .position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls:before, .position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls:after {
        display: none;
    }
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls:after {
    height: 2px;
    left: auto;
    right: 0;
    visibility: visible;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-align: center;
        height: 100%;
        position: relative;
    }
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
    position: relative;
    display: block;
    margin: 0;
    padding: 15px;
    min-height: auto;
    transition: all 0.3s ease;
}

.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    min-height: 70px;
}

@media (min-width: 768px) {
    .position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
        padding: 50px 15px 15px;
        flex-basis: 30%;
        align-self: flex-end;
    }
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
        order: 1;
        flex: 0 1 auto;
        align-self: auto;
        min-height: auto;
    }
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
        padding: 70px 20px 15px;
        flex-basis: 25%;
        align-self: flex-end;
    }
}

@media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
        padding: 113px 20px 36px;
        flex-basis: 25%;
        align-self: flex-end;
    }
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li:after {
    width: 100%;
    height: 0;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    transition: all 0.4s ease-out;
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li:hover:after, #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li.tm_pb_tab_active:after {
    height: 100%;
    transition: all 0.3s ease-out;
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
    font-size: 16px;
    font-size: 1rem;
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a:before {
    list-style: decimal-leading-zero;
    content: counter(list, decimal-leading-zero) "/";
    counter-increment: list;
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    top: 0;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a:before {
        top: -10px;
        font-size: 17.6px;
        font-size: 1.1rem;
    }
}

.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
    line-height: 1.2em;
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
        font-size: 24px;
        font-size: 1.5rem;
    }

    .position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
        font-size: 30px;
        font-size: 1.875rem;
    }

    .position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li.tm_pb_tab_active {
    bottom: 0;
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs {
    padding: 0 35px;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs {
        padding: 30px 15px;
    }

    .position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs {
        padding: 60px 89px;
    }

    .position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs {
        padding: 9px 41px;
    }
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab h1 {
    padding-top: 0;
}

@media (min-width: 1500px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab h1 {
        padding-top: 149px;
    }
}

.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab h2 {
    padding-top: 0;
}

@media (min-width: 1500px) {
    .position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab h2 {
        padding-top: 100px;
    }
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab p {
    line-height: 1.7em;
}

.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab p {
    font-size: 12px;
    font-size: 0.75rem;
}

@media (max-width: 768px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab p:first-child {
        margin: 0 -35px;
    }
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignleft {
    margin: 0 60px 15px 0;
}

.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignleft {
    margin: 0 37px 15px 0;
}

@media (max-width: 1350px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignleft {
        margin: 0 30px 15px 0;
        float: left;
        width: 50%;
    }
}

@media (max-width: 768px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignleft {
        margin: 0 0 15px 0;
        width: 100%;
        float: none;
    }
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignright {
    margin: 0 0 15px 60px;
}

.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignright {
    margin: 0 0 15px 37px;
}

@media (max-width: 1350px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignright {
        margin: 0 0 15px 30px;
        float: right;
        width: 50%;
    }
}

@media (max-width: 768px) {
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignright {
        margin: 0 0 15px 0;
        width: 100%;
        float: none;
    }
}

/*--------------------------------------------------------------
# Counters
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_amount {
    border-radius: 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3em;
    padding: 1px 10px 1px 1px;
}

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 11px;
}

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_container {
    border-radius: 30px;
}

/*--------------------------------------------------------------
# Number Counter
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module h3 {
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
    margin-top: 0;
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_number_counter.tm_pb_module h3 {
        font-size: 30px;
        font-size: 1.875rem;
        padding: 20px 0 0;
    }
}

#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent {
    font-size: 30px;
    font-size: 1.875rem;
}

@media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent {
        font-size: 44px;
        font-size: 2.75rem;
    }
}

/*--------------------------------------------------------------
# Circle Counter
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_circle_counter {
    max-width: 100%;
}

#tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar {
    max-width: 100%;
}

#tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar .percent p {
    margin-bottom: 10px;
    padding: 52% 0 48%;
}

#tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar canvas {
    max-width: 100% !important;
    height: auto !important;
}

#tm_builder_outer_content .tm_pb_circle_counter h3 {
    margin: 0;
    padding-top: 17px;
    line-height: 1.5em;
}

@media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_circle_counter h3 {
        margin: 0 -60px;
    }
}

@media (min-width: 1450px) {
    .cutom_width_circles {
        padding-right: 275px;
        padding-left: 275px;
    }
}

/*--------------------------------------------------------------
# Audio
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-volume-button button {
    overflow: visible;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container span.mejs-currenttime {
    font-size: 17px;
    font-size: 1.0625rem;
}

@media (max-width: 991px) {
    #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
        position: relative;
        width: auto;
        padding-bottom: 60%;
    }

    #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content {
        margin-left: 0;
    }
}

#tm_builder_outer_content .tm_pb_audio_module {
    margin-bottom: 50px;
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_cover_art {
    width: 387px;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_audio_no_image .tm_pb_audio_module_content {
    margin-left: 0;
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content {
    padding: 30px 20px 20px;
    margin-left: 387px;
}

@media (min-width: 544px) {
    #tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content {
        padding: 40px 40px 50px;
    }
}

@media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content {
        padding: 42px 60px 60px;
    }
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content h2 {
    padding: 0;
    margin: 0 0 13px;
    font-size: 20px;
    text-transform: uppercase;
}

@media (min-width: 1600px) {
    #tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content h2 {
        padding: 0 80px;
    }
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content .tm_audio_module_meta {
    font-size: 18px;
    line-height: 1.4;
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content .mejs-container {
    margin-top: 29px;
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content .mejs-container .mejs-controls .mejs-horizontal-volume-handle {
    display: none;
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content .mejs-container .mejs-controls .mejs-playpause-button button:before {
    font-size: 16px;
    margin-left: 10px;
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content .mejs-container .mejs-controls .mejs-currenttime-container .mejs-currenttime {
    font-size: 12px;
    line-height: 30px;
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    margin-right: 10px;
}

@media (max-width: 1200px) {
    #tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_cover_art {
        position: static;
        width: 100%;
        height: 100%;
        padding-bottom: 46%;
    }

    #tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content {
        margin-left: 0;
    }
}

#tm_builder_outer_content .col-xl-6 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-xl-4 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-xl-3 .tm_pb_audio_module .tm_pb_audio_cover_art,
#tm_builder_outer_content .col-lg-6 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-lg-4 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-lg-3 .tm_pb_audio_module .tm_pb_audio_cover_art,
#tm_builder_outer_content .col-md-6 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-md-4 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-md-3 .tm_pb_audio_module .tm_pb_audio_cover_art,
#tm_builder_outer_content .col-sm-6 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-sm-4 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-sm-3 .tm_pb_audio_module .tm_pb_audio_cover_art {
    position: static;
    width: 100%;
    height: 100%;
    padding-bottom: 46%;
}

#tm_builder_outer_content .col-xl-6 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-xl-4 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-xl-3 .tm_pb_audio_module .tm_pb_audio_module_content,
#tm_builder_outer_content .col-lg-6 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-lg-4 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-lg-3 .tm_pb_audio_module .tm_pb_audio_module_content,
#tm_builder_outer_content .col-md-6 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-md-4 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-md-3 .tm_pb_audio_module .tm_pb_audio_module_content,
#tm_builder_outer_content .col-sm-6 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-sm-4 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-sm-3 .tm_pb_audio_module .tm_pb_audio_module_content {
    margin-left: 0;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #90ff4c;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play {
    font-size: 64px;
    font-size: 4rem;
}

#tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: "play_arrow";
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    width: 92px;
    height: 92px;
    line-height: 92px;
}

@media (max-width: 543px) {
    .content-layout-fullwidth #tm_builder_outer_content .tm_pb_video {
        margin: 0 -30px;
    }
}

/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
@media (max-width: 1199px) {
    .position-one-right-sidebar #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing_table {
        width: 100%;
    }
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table {
    padding: 20px 50px;
}

@media (max-width: 1199px) {
    #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table {
        margin-top: 0;
    }
}

@media (max-width: 1550px) {
    #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table {
        padding: 20px 10px 30px;
    }
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table.tm_pb_featured_table {
    padding: 51px 70px 89px;
}

@media (max-width: 1550px) {
    #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table.tm_pb_featured_table {
        padding: 20px 20px 50px;
    }
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_heading {
    padding: 0;
    margin-bottom: 26px;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_heading .tm_pb_pricing_title {
    line-height: 1.337em;
    margin-top: 29px;
    margin-bottom: 12px;
    padding-bottom: 0;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content {
    padding: 30px 0;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content .tm_pb_pricing li {
    border-bottom: 1px solid;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content .tm_pb_pricing li:last-child {
    border-bottom: none;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content .tm_pb_pricing li:before {
    display: none;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top {
    width: 182px;
    height: 182px;
    margin: 0 auto;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    padding-bottom: 0;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top .tm_pb_tm_price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top .tm_pb_tm_price .tm_pb_frequency {
    order: 0;
    flex: 0 1 100%;
    align-self: auto;
    font-size: 16px;
    font-size: 1rem;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top .tm_pb_tm_price .tm_pb_sum, #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top .tm_pb_tm_price .tm_pb_dollar_sign {
    order: 1;
    flex: 0 1 auto;
    align-self: auto;
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0;
    position: relative;
    line-height: 1.2em;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_best_value {
    font-size: 18px;
    font-size: 1.125rem;
}

/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_contact_form {
    position: relative;
}

#tm_builder_outer_content .tm_pb_contact_form .tm_contact_bottom_container {
    position: relative;
    overflow: visible;
    float: none;
    text-align: left;
}

#tm_builder_outer_content div.tm_pb_contact_right {
    margin-top: 0;
    margin-bottom: 16px;
    margin-right: 20px;
}

#tm_builder_outer_content .tm_pb_contact_main_title {
    margin-bottom: 36px;
    margin-top: 0;
    line-height: 36px;
}

#tm_builder_outer_content .tm_pb_contact_submit {
    margin-top: 0;
}

#tm_builder_outer_content .tm_pb_contact_field {
    text-align: left;
    width: 100%;
}

#tm_builder_outer_content .tm_pb_contact_field .tm_pb_contact_form_label {
    margin-bottom: 5px;
    display: block;
}

#tm_builder_outer_content .tm_pb_contact_field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    apperance: none;
    background-image: url(assets/images/select_arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

#tm_builder_outer_content .tm_pb_contact_field select::-ms-expand {
    opacity: 0;
}

#tm_builder_outer_content .tm_pb_contact_field .tm_pb_contact_form_input {
    margin: 0 0 15px 0;
}

#tm_builder_outer_content .tm_contact_error {
    background-color: #ffe5ea;
    box-shadow: inset 0 -5px 0 0 #fe5c7a;
}

#tm_builder_outer_content .cf-success-message {
    font-size: 14px;
    background-color: #00da4c;
    padding: 15px;
    display: block;
    text-align: left;
}

#tm_builder_outer_content .tm-pb-contact-message {
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
    margin-bottom: 10px;
    color: #fe5c7a;
}

#tm_builder_outer_content .tm-pb-contact-message li, #tm_builder_outer_content .tm-pb-contact-message p {
    font-size: 12px;
}

#tm_builder_outer_content .tm-pb-contact-message p {
    margin-bottom: 0;
    padding-right: 12px;
}

#tm_builder_outer_content .tm-pb-contact-message p, #tm_builder_outer_content .tm-pb-contact-message ul {
    display: inline;
}

#tm_builder_outer_content .tm-pb-contact-message ul + p::before {
    content: "";
    display: block;
}

#tm_builder_outer_content .tm-pb-contact-message ul li {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 2px;
    color: #fe5c7a;
}

#tm_builder_outer_content .tm-pb-contact-message ul li::after {
    display: inline-block;
    margin-right: 6px;
}

#tm_builder_outer_content .tm-pb-contact-message ul li:last-child::after {
    display: none;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm-pb-contact-message {
        text-align: right;
    }
}

#tm_builder_outer_content .tm_pb_contact_field textarea {
    min-height: 174px;
}

/*--------------------------------------------------------------
# Toggle
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_toggle {
    border: none;
    padding: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open {
    transition: .3s linear;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
    padding: 15px 30px 15px 45px;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 32px;
    font-size: 2rem;
    content: "\E5CC";
    transition: .3s ease-in-out;
    left: 6px;
}

@media (max-width: 1199px) {
    #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
        top: 15px;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
        padding: 25px 58px 26px;
    }

    #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
        left: 18px;
    }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
    transform: rotate(90deg);
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle .tm_pb_toggle_content {
    padding: 15px 30px;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_module.tm_pb_toggle .tm_pb_toggle_content {
        padding: 19px 55px;
    }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle .tm_pb_toggle_content p {
    margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle .tm_pb_toggle_content p strong span {
    font-size: inherit;
    line-height: inherit;
    font-weight: bold;
    margin-right: 5px;
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle {
    margin-bottom: 2px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
    padding: 15px 45px 15px 30px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
    left: auto;
    right: 6px;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
        padding: 26px 60px 26px 29px;
    }

    #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
        right: 28px;
        font-size: 30px;
        font-size: 1.875rem;
    }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content {
    padding: 19px 30px 11px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before {
    content: "\E148";
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
    content: "\E15D";
    transform: rotate(0);
}

/*--------------------------------------------------------------
# Social Media Follow
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li {
    margin-top: 0;
}

#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li a.icon {
    height: 28px;
    width: 28px;
    margin-right: 20px;
    font-size: 14px;
    font-size: 0.875rem;
}

#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li a.icon.rounded_rectangle {
    border-radius: 100%;
}

/*--------------------------------------------------------------
# Person
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_image img {
    width: 100%;
}

#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_name {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_name {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_name a:hover {
    opacity: 0.65;
}

#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_description {
    overflow: hidden;
    padding: 19px 10px;
}

#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_position {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module {
    display: flex;
    flex-direction: column;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module::before {
    order: 1;
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module::before {
        margin: 0 0 29px;
    }
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_portrait {
    order: 0;
    width: 135px;
    height: 135px;
    margin: 0 auto 20px;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_portrait {
        margin: 0 auto 40px;
    }
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description {
    order: 2;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description_inner {
    padding: 0;
    width: auto !important;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description_inner {
        padding: 0 70px;
    }
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description p {
    margin-bottom: 1.1em;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {
    display: inline;
    margin-top: 0;
    position: relative;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author:before {
    content: '';
    display: block;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author em {
    margin: 0 6px 0 0;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_job_title {
    position: relative;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module.tm_pb_testimonial_no_bg {
    padding: 21px 0 0;
}

/*--------------------------------------------------------------
# Promo
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Countdown Timer
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module {
    padding: 30px 1% 25px;
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module {
        padding: 49px 1% 34px;
    }
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module.tm_pb_countdown_timer_circle_layout .values {
    margin-bottom: 10px;
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module.tm_pb_countdown_timer_circle_layout .values .value {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1em;
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module.tm_pb_countdown_timer_circle_layout .values .value {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module.tm_pb_countdown_timer_circle_layout .sep {
    display: none;
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module.tm_pb_countdown_timer_circle_layout .sep {
        display: inline-block;
        margin: 0 7px;
    }
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
    font-size: 30px;
    font-size: 1.875rem;
}

.tm_pb_countdown_timer_circle_layout #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1em;
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .label {
    text-transform: uppercase;
    font-size: 10.4px;
    font-size: 0.65rem;
}

@media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .label {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep {
    font-size: 30px;
    font-size: 1.875rem;
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep {
        font-size: 48px;
        font-size: 3rem;
    }
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_button {
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 18px 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    white-space: normal;
    text-overflow: ellipsis;
    border-radius: 58px;
    box-shadow: none;
    border: none;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all 0.35s ease;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_button {
        padding: 20px 41px;
    }
}

@media (max-width: 991px) {
    #tm_builder_outer_content .tm_pb_button {
        font-size: 16px;
        font-size: 1rem;
    }
}

#tm_builder_outer_content .tm_pb_button:hover {
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 18px 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    white-space: normal;
    text-overflow: ellipsis;
    border-radius: 58px;
    box-shadow: none;
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_button:hover {
        padding: 20px 41px;
    }
}

#tm_builder_outer_content .tm_pb_button:focus {
    outline: none;
    box-shadow: 0 0 10px;
    transition: all 0.3s ease;
}

#tm_builder_outer_content .tm_pb_button-fullwidth {
    width: 100%;
}

/*--------------------------------------------------------------
# Link Box
--------------------------------------------------------------*/
@media (max-width: 767px) {
    #tm_builder_outer_content .tm_pb_link_box .tm_pb_link_box_content {
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: flex-start;
    }
}

#tm_builder_outer_content .tm_pb_link_box .desc_linkbox {
    padding: 30px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    #tm_builder_outer_content .tm_pb_link_box .desc_linkbox {
        order: 1;
        flex: 1 1 100%;
        align-self: center;
    }
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_link_box .desc_linkbox {
        padding: 30px 20px;
        min-height: 460px;
    }
}

@media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_link_box .desc_linkbox {
        padding: 80px;
        min-height: 523px;
    }
}

#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm_pb_link_box_title,
#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm_pb_blurb_content,
#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm_pb_button,
#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm-pb-icon {
    order: 0;
    flex: 0 1 100%;
    align-self: auto;
}

#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm-pb-icon {
    margin-top: 0;
}

#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm_pb_link_box_title {
    margin-bottom: 19px;
    margin-top: 34px;
}

#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm_pb_blurb_content p {
    margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm_pb_button {
    margin-top: 15px;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm_pb_button {
        margin-top: 30px;
    }
}

#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image {
    overflow: hidden;
    line-height: 0;
}

@media (max-width: 767px) {
    #tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image {
        width: 100%;
        order: 0;
        flex: 1 1 100%;
        align-self: center;
    }
}

#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image img {
    width: 100%;
}

#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image a {
    line-height: 0;
    display: block;
    overflow: hidden;
    position: relative;
}

#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image a:before {
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.4);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}

#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image a img {
    transition: all 0.35s ease;
    transform: scale(1);
    width: 100%;
    background-size: cover;
    background-position: center;
}

#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image a:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image a:hover img {
    transform: scale(1.05);
}

#tm_builder_outer_content .tm_pb_link_box .tm-pb-icon {
    font-size: 44px;
    font-size: 2.75rem;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.cherry-services .container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.cherry-services .row, .cherry-services .cherry-services-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
}

.cherry-services .col-xs-1, .cherry-services .col-xs-2, .cherry-services .col-xs-3, .cherry-services .col-xs-4, .cherry-services .col-xs-5, .cherry-services .col-xs-6, .cherry-services .col-xs-7, .cherry-services .col-xs-8, .cherry-services .col-xs-9, .cherry-services .col-xs-10, .cherry-services .col-xs-11, .cherry-services .col-xs-12, .cherry-services .col-sm-1, .cherry-services .col-sm-2, .cherry-services .col-sm-3, .cherry-services .col-sm-4, .cherry-services .col-sm-5, .cherry-services .col-sm-6, .cherry-services .col-sm-7, .cherry-services .col-sm-8, .cherry-services .col-sm-9, .cherry-services .col-sm-10, .cherry-services .col-sm-11, .cherry-services .col-sm-12, .cherry-services .col-md-1, .cherry-services .col-md-2, .cherry-services .col-md-3, .cherry-services .col-md-4, .cherry-services .col-md-5, .cherry-services .col-md-6, .cherry-services .col-md-7, .cherry-services .col-md-8, .cherry-services .col-md-9, .cherry-services .col-md-10, .cherry-services .col-md-11, .cherry-services .col-md-12, .cherry-services .col-lg-1, .cherry-services .col-lg-2, .cherry-services .col-lg-3, .cherry-services .col-lg-4, .cherry-services .col-lg-5, .cherry-services .col-lg-6, .cherry-services .col-lg-7, .cherry-services .col-lg-8, .cherry-services .col-lg-9, .cherry-services .col-lg-10, .cherry-services .col-lg-11, .cherry-services .col-lg-12, .cherry-services .col-xl-1, .cherry-services .col-xl-2, .cherry-services .col-xl-3, .cherry-services .col-xl-4, .cherry-services .col-xl-5, .cherry-services .col-xl-6, .cherry-services .col-xl-7, .cherry-services .col-xl-8, .cherry-services .col-xl-9, .cherry-services .col-xl-10, .cherry-services .col-xl-11, .cherry-services .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services .services-item {
    text-align: left;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services .services-item .title_wrap {
    margin: 14px 0 29px;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services .services-item .title_wrap a {
    font-size: 20px;
    font-size: 1.25rem;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_cherry_services .cherry-services .services-item .title_wrap a {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-listed-services {
    counter-reset: list;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-listed-services .services-item:before {
    content: counter(list) "";
    counter-increment: list;
    position: relative;
    display: inline-block;
    font-size: 50px;
    font-size: 3.125rem;
    height: 85px;
    top: 0;
    min-width: 40px;
    text-align: left;
    text-indent: -4px;
    margin-bottom: 11px;
}

@media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-listed-services .services-item:before {
        font-size: 80px;
        font-size: 5rem;
        position: absolute;
        display: block;
        height: 123px;
        min-width: 46px;
        top: -31px;
        text-indent: -5px;
    }
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-listed-services .inner_wrap {
    padding: 0;
}

@media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-listed-services .inner_wrap {
        padding: 0 40px 0 80px;
    }
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item {
    text-align: center;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .image_wrap a {
    line-height: 0;
    display: block;
    overflow: hidden;
    position: relative;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .image_wrap a:before {
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.4);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .image_wrap a img {
    transition: all 0.35s ease;
    transform: scale(1);
    width: 100%;
    background-size: cover;
    background-position: center;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .image_wrap a:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .image_wrap a:hover img {
    transform: scale(1.05);
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .title_wrap {
    margin: 20px 0;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .title_wrap {
        margin: 41px 0 19px;
    }
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .content_wrap {
    margin: 0;
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .content_wrap {
        margin: 0 60px;
    }
}

#tm_builder_outer_content .tm_pb_cherry_services .nav-links a.page-numbers {
    padding: 0;
    border-radius: 60px;
    line-height: 62px;
    border: none;
    font-size: 20px;
    font-size: 1.25rem;
}

.single.single-cherry-services .cta-type-form {
    text-align: center;
    margin: 0;
}

@media (min-width: 992px) {
    .single.single-cherry-services .cta-type-form {
        margin: 0 15%;
    }
}

@media (min-width: 1200px) {
    .single.single-cherry-services .cta-type-form {
        margin: 0 25%;
    }
}

.single.single-cherry-services .cta-form .cherry-services-row > div {
    width: 100%;
}

.cherry-services .template-single .bg_image_wrap {
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.cherry-services .template-single .title_wrap {
    text-transform: capitalize;
}

.cherry-services .template-single .single_content_wrap {
    padding-top: 30px;
    padding-bottom: 20px;
}

@media (min-width: 1200px) {
    .cherry-services .template-single .single_content_wrap {
        padding-top: 147px;
        padding-bottom: 76px;
    }
}

.cherry-services .template-single .slogan_wrap, .cherry-services .template-single .descr_wrap {
    text-align: center;
}

.cherry-services .template-single .service-slogan {
    margin: 30px 0;
}

@media (min-width: 992px) {
    .cherry-services .template-single .service-slogan {
        margin: 60px 0 30px;
    }
}

.cherry-services .template-single .service-descr {
    margin: 20px auto;
    max-width: none;
}

@media (min-width: 992px) {
    .cherry-services .template-single .service-descr {
        max-width: 65%;
        margin: 40px auto 60px;
    }
}

.cherry-services .template-single .features_wrap .service-features {
    padding: 20px 0;
    counter-reset: list;
}

@media (min-width: 992px) {
    .cherry-services .template-single .features_wrap .service-features {
        padding: 40px 0;
    }
}

.cherry-services .template-single .features_wrap .service-features .service-features_row {
    position: relative;
    margin: 25px 0;
    padding: 0;
}

@media (min-width: 992px) {
    .cherry-services .template-single .features_wrap .service-features .service-features_row {
        margin: 40px 0;
        padding: 0 0 0 70px;
    }
}

.cherry-services .template-single .features_wrap .service-features .service-features_row .service-features_label {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .cherry-services .template-single .features_wrap .service-features .service-features_row .service-features_label {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.cherry-services .template-single .features_wrap .service-features .service-features_row:before {
    content: counter(list) "";
    counter-increment: list;
    position: relative;
    display: inline-block;
    font-size: 36px;
    font-size: 2.25rem;
    height: 65px;
    top: 0;
    left: 0;
    min-width: 40px;
    text-align: left;
    text-indent: 0;
    margin-bottom: 11px;
}

@media (min-width: 992px) {
    .cherry-services .template-single .features_wrap .service-features .service-features_row:before {
        font-size: 60px;
        font-size: 3.75rem;
        position: absolute;
        display: block;
        height: 90px;
        top: -14px;
    }
}

.cherry-services .template-single .cta_wrap .service-cta {
    padding: 25px 0 45px;
}

@media (min-width: 992px) {
    .cherry-services .template-single .cta_wrap .service-cta {
        padding: 60px 0 85px;
    }
}

.cherry-services .template-single .cta_wrap .cta-form_submit.btn {
    border: none;
    transition: all 0.35s ease;
}

.cherry-services .template-single .cta_wrap .cta-form_submit.btn:hover {
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-type-archive-cherry-services .services-item .image_wrap {
    margin-bottom: 20px;
}

.post-type-archive-cherry-services .services-item .image_wrap a {
    display: block;
    overflow: hidden;
    position: relative;
}

.post-type-archive-cherry-services .services-item .image_wrap a:before {
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.4);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}

.post-type-archive-cherry-services .services-item .image_wrap a img {
    transition: all 0.35s ease;
    transform: scale(1);
    width: 100%;
    background-size: cover;
    background-position: center;
}

.post-type-archive-cherry-services .services-item .image_wrap a:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.post-type-archive-cherry-services .services-item .image_wrap a:hover img {
    transform: scale(1.05);
}

/*--------------------------------------------------------------
# Cherry Team
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_cherry_team .template-default .team-listing_desc {
    margin-bottom: 20px;
}

#tm_builder_outer_content .tm_pb_cherry_team .template-default .team-listing_socials .team-socials {
    padding-top: 0;
}

#tm_builder_outer_content .tm_pb_cherry_team .template-default .team-item {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_cherry_team .template-default .team-item {
        padding-bottom: 52px;
    }
}

@media (max-width: 543px) {
    #tm_builder_outer_content .tm_pb_cherry_team .team-item {
        padding-left: 0;
        padding-right: 0;
    }
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing {
    text-align: center;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_photo a {
    line-height: 0;
    display: block;
    overflow: hidden;
    position: relative;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_photo a:before {
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.4);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_photo a img {
    transition: all 0.35s ease;
    transform: scale(1);
    width: 100%;
    background-size: cover;
    background-position: center;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_photo a:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_photo a:hover img {
    transform: scale(1.05);
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_name {
    margin: 27px 0 2px;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_position {
    margin-bottom: 20px;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_desc {
    line-height: 1.5em;
    margin-bottom: 33px;
}

@media (max-width: 543px) {
    #tm_builder_outer_content .tm_pb_cherry_team .team-listing_name, #tm_builder_outer_content .tm_pb_cherry_team .team-listing_position, #tm_builder_outer_content .tm_pb_cherry_team .team-listing_desc, #tm_builder_outer_content .tm_pb_cherry_team .team-listing .btn.btn-primary {
        margin-left: 40px;
        margin-right: 40px;
    }
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing .team-socials_item {
    margin-right: 10px;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-socials {
    padding-top: 20px;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-socials_link {
    height: 30px;
    display: inline-block;
    overflow: hidden;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-socials .team-socials_item a:hover {
    opacity: 0.7;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-socials_icon {
    display: inline-block;
    line-height: 1em;
    font-size: 30px;
    font-size: 1.875rem;
}

#tm_builder_outer_content .tm_pb_cherry_team .nav-links a.page-numbers {
    padding: 0;
    border-radius: 60px;
    line-height: 62px;
    border: none;
    font-size: 20px;
    font-size: 1.25rem;
}

#tm_builder_outer_content .tm_pb_cherry_team .cherry-team-filter .cherry-team-filter_item.active a:hover {
    opacity: 1;
}

#tm_builder_outer_content .tm_pb_cherry_team .cherry-team-filter .cherry-team-filter_item a:hover {
    opacity: 0.7;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-ajax-pager {
    text-align: center;
}

.cherry-team-row {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
}

.col_xs_1, .col_xs_2, .col_xs_3, .col_xs_4, .col_xs_5, .col_xs_6, .col_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6, .col_md_1, .col_md_2, .col_md_3, .col_md_4, .col_md_5, .col_md_6, .col_lg_1, .col_lg_2, .col_lg_3, .col_lg_4, .col_lg_5, .col_lg_6, .col_xl_1, .col_xl_2, .col_xl_3, .col_xl_4, .col_xl_5, .col_xl_6 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.single-team .team-single-item {
    padding: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}

@media (min-width: 544px) {
    .single-team .team-single-item {
        padding: 50px;
    }
}

.single-team .team-single-item .team-photo {
    float: none;
    padding: 0;
}

.single-team .team-single-item .position:before {
    display: none;
}

.single-team .team-single-item .team-member-name {
    margin-bottom: 10px;
    margin-top: 60px;
}

.single-team .team-single-item .team-socials {
    margin-bottom: 20px;
    padding: 0;
}

.single-team .team-single-item .team-socials_link {
    width: auto;
    height: auto;
}

.single-team .team-single-item .team-socials i {
    font-size: 36px;
    font-size: 2.25rem;
}

.single-team .team-single-item .team-socials a:hover {
    opacity: .7;
}

.single-team .team-single-item .team-meta {
    float: none;
    padding: 0;
}

.single-team .team-single-item .team-meta .team-contact-info .team-macros {
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 20px;
}

@media (min-width: 544px) {
    .single-team .team-single-item .team-meta .team-contact-info .team-macros {
        padding: 25px;
    }
}

.single-team .team-single-item .team-meta .team-contact-info .team-macros:first-child {
    margin-top: 0;
}

.single-team .team-single-item .team-meta .team-contact-info .team-macros span {
    padding-left: 0;
}

@media (min-width: 544px) {
    .single-team .team-single-item .team-meta .team-contact-info .team-macros span {
        padding-left: 60px;
    }
}

.single-team .team-single-item .team-meta .team-contact-info .team-macros span:before {
    position: absolute;
    display: none;
    text-align: center;
}

@media (min-width: 544px) {
    .single-team .team-single-item .team-meta .team-contact-info .team-macros span:before {
        top: 10px;
        left: 20px;
        display: block;
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.post-type-archive-team .team-listing_item .team-listing_name {
    margin: 15px 0;
}

.post-type-archive-team .team-listing_item .team-socials_icon {
    font-size: 32px;
}

.post-type-archive-team .team-listing_item .team-listing_photo {
    margin-bottom: 20px;
}

.post-type-archive-team .team-listing_item .team-listing_photo a {
    display: block;
    overflow: hidden;
    position: relative;
}

.post-type-archive-team .team-listing_item .team-listing_photo a:before {
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.4);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}

.post-type-archive-team .team-listing_item .team-listing_photo a img {
    transition: all 0.35s ease;
    transform: scale(1);
    width: 100%;
    background-size: cover;
    background-position: center;
}

.post-type-archive-team .team-listing_item .team-listing_photo a:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.post-type-archive-team .team-listing_item .team-listing_photo a:hover img {
    transform: scale(1.05);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.home #tm_builder_outer_content .tm_pb_map {
    height: 250px;
}

@media (min-width: 768px) {
    .home #tm_builder_outer_content .tm_pb_map {
        height: 487px;
    }
}

#tm_builder_outer_content .tm_pb_map {
    height: 250px;
}

@media (min-width: 768px) {
    #tm_builder_outer_content .tm_pb_map {
        height: 582px;
    }
}

#tm_builder_outer_content .tm_pb_map .gm-style-iw {
    padding: 10px 5px 5px;
}

#tm_builder_outer_content .tm_pb_map .gm-style-iw h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 11px;
}

#tm_builder_outer_content .tm_pb_map .infowindow p {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
#tm_builder_outer_content ol {
    margin: 0 0 1.5em 1.2em;
    padding-left: 0;
}

#tm_builder_outer_content ol li {
    list-style: decimal !important;
}

/*--------------------------------------------------------------
# Call to action
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_promo_description h2 {
    line-height: 1.35em;
    margin-bottom: 31px;
}

#tm_builder_outer_content .tm_pb_cta {
    padding: 30px 20px 50px;
}

@media (min-width: 992px) {
    #tm_builder_outer_content .tm_pb_cta {
        padding: 50px 70px 70px;
    }
}

.tm_pb_promo .tm_pb_button, .tm_pb_promo .tm_pb_button:active, .invert.tm_pb_promo .tm_pb_button, .invert.tm_pb_promo .tm_pb_button:active, .invert .tm_pb_promo .tm_pb_button, .invert .tm_pb_promo .tm_pb_button:active {
    box-shadow: none;
}

.invert .cta-form_submit.btn,
.invert .cta-form_submit.btn:focus {
    box-shadow: none;
}

/*--------------------------------------------------------------
# Custom class elements
--------------------------------------------------------------*/
#tm_builder_outer_content .info-box .tm_pb_image img {
    border-radius: 100%;
}

#tm_builder_outer_content .info-box h2 {
    margin-bottom: 2px;
}

@media (max-width: 991px) {
    #tm_builder_outer_content .info-box h2 {
        margin-top: 20px;
    }
}

#tm_builder_outer_content .info-box h2 a:hover {
    opacity: .5;
}

/*--------------------------------------------------------------
# Custom class elements
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container {
    padding-bottom: 40px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-next, #tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-prev {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    margin-top: -22px;
    padding: 0;
    background-image: none;
    transition: all 0.3s ease;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-next:before, #tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-prev:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    line-height: 44px;
    width: 44px;
    font-size: 28.8px;
    font-size: 1.8rem;
    text-align: center;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-prev {
    left: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-prev:before {
    content: '\E314';
}

#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-next {
    right: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-next:before {
    content: '\E315';
}

/*--------------------------------------------------------------
# Booked Pluging
--------------------------------------------------------------*/
.widget_booked_calendar {
    background-color: transparent;
    padding: 40px 20px 20px;
}

@media (max-width: 1200px) {
    .widget_booked_calendar {
        padding: 30px 10px 10px;
    }
}

.widget_booked_calendar .booked-calendar-wrap {
    margin-bottom: 0;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar {
    display: block;
    border: none;
    background: none;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar h2:after {
    display: none;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead {
    display: block;
    background: none !important;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr {
    margin: -1px;
    display: flex;
    display: -webkit-flex;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr th {
    width: 100%;
    border: none;
    padding: 40px 0 11px !important;
}

@media (min-width: 992px) {
    .widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr th {
        padding: 13px 0 11px !important;
    }
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr.days {
    margin: 0 -2px;
    padding: 2% 0 1%;
    background: none !important;
}

@media (min-width: 1200px) {
    .widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr.days {
        margin: 0 -5px;
    }
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr.days th {
    font-size: 8px !important;
    font-weight: normal;
    padding: 12px 0 !important;
    margin: 0 2px;
}

@media (min-width: 544px) {
    .widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr.days th {
        font-size: 12px !important;
    }
}

@media (min-width: 768px) {
    .widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr.days th {
        margin: 0 2px;
        font-size: 8px !important;
    }
}

@media (min-width: 992px) {
    .widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr.days th {
        margin: 0 1%;
        font-size: 10px !important;
    }
}

@media (min-width: 1200px) {
    .widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr.days th {
        margin: 0 1%;
        font-size: 16px !important;
    }
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead .monthName {
    width: 100%;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead .monthName a {
    font-size: 10px;
    position: relative;
    margin: 10px 0 0;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead .monthName a:before {
    position: relative;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody {
    display: block;
    padding: 0 0 5%;
    margin: 0 -2px;
}

@media (min-width: 1200px) {
    .widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody {
        margin: 0 -5px;
    }
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week {
    display: flex;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td {
    display: block;
    width: 100%;
    margin: 2px;
    text-align: center;
    border: none;
    font-size: 13px;
}

@media (min-width: 1200px) {
    .widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td {
        margin: 5px;
    }
}

@media (min-width: 992px) {
    .widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td {
        font-size: 20px;
    }
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td .tooltipster {
    border: none;
    transition: all 0.28s ease;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td .number {
    color: #b1b1b1 !important;
    font-size: 14px;
    font-weight: normal;
    transform: none !important;
}

@media (min-width: 544px) {
    .widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td .number {
        font-size: 18px !important;
    }
}

@media (min-width: 768px) {
    .widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td .number {
        font-size: 12px !important;
    }
}

@media (min-width: 992px) {
    .widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td .number {
        font-size: 16px !important;
    }
}

@media (min-width: 1200px) {
    .widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td .number {
        font-size: 20px !important;
    }
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td:hover .date {
    background: none;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td.active {
    box-sizing: content-box;
    margin: 1% 1% -1px;
    padding: 0 0 10px;
    position: relative;
    border: none;
    z-index: 10;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td.active .tooltipster {
    border: none;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td.active .date {
    background: none !important;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.entryBlock {
    display: block;
    margin-bottom: 2%;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td {
    display: block;
    padding: 2% !important;
    border: 10px solid !important;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot button {
    border-radius: 0;
    border: none;
    transition: all 0.35s ease;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot button:hover {
    border: none;
    transition: all 0.35s ease;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot.bookedClearFix:after {
    display: block;
}

.booked-calendar-wrap {
    margin-bottom: 0;
}

.booked-calendar-wrap .booked-calendar {
    display: block;
    border: none;
    background: none;
}

.booked-calendar-wrap .booked-calendar h2:after {
    display: none;
}

.booked-calendar-wrap .booked-calendar thead {
    display: block;
    background: none !important;
}

.booked-calendar-wrap .booked-calendar thead tr {
    margin: 0;
    display: flex;
    display: -webkit-flex;
}

.booked-calendar-wrap .booked-calendar thead tr th {
    width: 100%;
    border: none;
    padding: 13px 0 12px !important;
}

@media (min-width: 768px) {
    .booked-calendar-wrap .booked-calendar thead tr th {
        padding: 24px 0 22px !important;
    }
}

.booked-calendar-wrap .booked-calendar thead tr.days {
    margin: 0 -2px;
    padding: 2% 0 1%;
    background: none !important;
}

@media (min-width: 1200px) {
    .booked-calendar-wrap .booked-calendar thead tr.days {
        margin: 0 -5px;
    }
}

.booked-calendar-wrap .booked-calendar thead tr.days th {
    font-size: 8px !important;
    font-weight: normal;
    padding: 12px 0 !important;
    margin: 0 2px;
}

@media (min-width: 544px) {
    .booked-calendar-wrap .booked-calendar thead tr.days th {
        font-size: 8px !important;
    }
}

@media (min-width: 768px) {
    .booked-calendar-wrap .booked-calendar thead tr.days th {
        margin: 0 2px;
        font-size: 8px !important;
    }
}

@media (min-width: 992px) {
    .booked-calendar-wrap .booked-calendar thead tr.days th {
        margin: 0 2px;
        font-size: 10px !important;
    }
}

@media (min-width: 1200px) {
    .booked-calendar-wrap .booked-calendar thead tr.days th {
        margin: 0 5px;
        font-size: 16px !important;
    }
}

.booked-calendar-wrap .booked-calendar thead .monthName {
    width: 100%;
}

.booked-calendar-wrap .booked-calendar thead .monthName a {
    font-size: 10px;
    position: relative;
    margin: 10px 0 0;
}

.booked-calendar-wrap .booked-calendar thead .monthName a:before {
    position: relative;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
}

.booked-calendar-wrap .booked-calendar tbody {
    display: block;
    padding: 0 0 5%;
    margin: 0 -2px;
}

@media (min-width: 1200px) {
    .booked-calendar-wrap .booked-calendar tbody {
        margin: 0 -5px;
    }
}

.booked-calendar-wrap .booked-calendar tbody tr.week {
    display: flex;
}

.booked-calendar-wrap .booked-calendar tbody tr.week td {
    display: block;
    width: 100%;
    margin: 2px;
    text-align: center;
    border: none;
    font-size: 13px;
}

@media (min-width: 1200px) {
    .booked-calendar-wrap .booked-calendar tbody tr.week td {
        margin: 5px;
    }
}

@media (min-width: 992px) {
    .booked-calendar-wrap .booked-calendar tbody tr.week td {
        font-size: 20px;
    }
}

.booked-calendar-wrap .booked-calendar tbody tr.week td .tooltipster {
    border: none;
    transition: all 0.28s ease;
}

.booked-calendar-wrap .booked-calendar tbody tr.week td .number {
    color: #b1b1b1 !important;
    font-size: 14px;
    font-weight: normal;
    transform: none !important;
}

@media (min-width: 544px) {
    .booked-calendar-wrap .booked-calendar tbody tr.week td .number {
        font-size: 12px !important;
    }
}

@media (min-width: 768px) {
    .booked-calendar-wrap .booked-calendar tbody tr.week td .number {
        font-size: 12px !important;
    }
}

@media (min-width: 992px) {
    .booked-calendar-wrap .booked-calendar tbody tr.week td .number {
        font-size: 16px !important;
    }
}

@media (min-width: 1200px) {
    .booked-calendar-wrap .booked-calendar tbody tr.week td .number {
        font-size: 20px !important;
    }
}

.booked-calendar-wrap .booked-calendar tbody tr.week td:hover .date {
    background: none;
}

.booked-calendar-wrap .booked-calendar tbody tr.week td.active {
    box-sizing: content-box;
    margin: 1% 1% -1px;
    padding: 0 0 10px;
    position: relative;
    border: none;
    z-index: 10;
}

@media (min-width: 992px) {
    .booked-calendar-wrap .booked-calendar tbody tr.week td.active {
        margin: 5px 5px -1px;
    }
}

.booked-calendar-wrap .booked-calendar tbody tr.week td.active .tooltipster {
    border: none;
}

.booked-calendar-wrap .booked-calendar tbody tr.week td.active .date {
    background: none !important;
}

.booked-calendar-wrap .booked-calendar tbody tr.entryBlock {
    display: block;
    margin: 0 5px 7px;
}

.booked-calendar-wrap .booked-calendar tbody tr.entryBlock td {
    display: block;
    padding: 2% !important;
    border: 10px solid !important;
}

.booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot button {
    border-radius: 0;
    border: none;
    transition: all 0.35s ease;
}

.booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot button:hover {
    border: none;
    transition: all 0.35s ease;
}

.booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot.bookedClearFix:after {
    display: block;
}

@media (max-width: 991px) {
    body .booked-calendarSwitcher p i.fa {
        display: none !important;
    }
}

body .booked-modal .bm-window {
    border-radius: 0;
}

body .booked-modal input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary {
    border: none;
    transition: all 0.3s ease;
}

body table.booked-calendar tr.days th {
    border: none !important;
}

body .booked-calendarSwitcher {
    border-radius: 0;
    padding: 4px 10px 4px 17px;
    margin-bottom: 14px;
}

body .booked-calendarSwitcher select {
    background-image: url(assets/images/select_arrow_white.png) !important;
    background-repeat: no-repeat !important;
    background-position: 97% 50% !important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    apperance: none;
}

/*--------------------------------------------------------------
# mp-timetable Pluging
--------------------------------------------------------------*/
.mptt-shortcode-wrapper .mptt-navigation-select {
    margin-bottom: 13px;
    margin-left: 0;
    box-shadow: none;
}

@media (min-width: 992px) {
    .mptt-shortcode-wrapper .mptt-navigation-select {
        margin-left: 10px;
    }
}

.mptt-shortcode-wrapper table.mptt-shortcode-table {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 0;
}

@media (min-width: 992px) {
    .mptt-shortcode-wrapper table.mptt-shortcode-table {
        border-spacing: 10px 0;
    }
}

.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row {
    border: none;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th {
    width: 13%;
    padding: 1.55em 0.25em 1.37em;
    border: none;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th {
        font-size: 24px;
    }
}

.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th:first-child {
    width: 4%;
    position: relative;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th:first-child:before {
    position: absolute;
    content: '\e192';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 24px;
    font-size: 1.5rem;
    transform: translate(-50%, -80%);
}

@media (min-width: 992px) {
    .mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th:first-child:before {
        font-size: 40px;
        font-size: 2.5rem;
        transform: translate(-50%, -80%);
    }
}

@media (min-width: 1200px) {
    .mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th:first-child:before {
        font-size: 40px;
        font-size: 2.5rem;
        transform: translate(-50%, -85%);
    }
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody tr td {
    border: none;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody tr td.mptt-shortcode-hours {
    text-align: center;
    padding: 0 5px !important;
    font-size: 18px;
    font-size: 1.125rem;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container {
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .event-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.15em;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    transition: all 0.2s ease;
}

@media (max-width: 1400px) {
    .mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .event-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (max-width: 1150px) {
    .mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .event-title {
        font-size: 12.8px;
        font-size: 0.8rem;
    }
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .timeslot {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    transition: all 0.2s ease;
}

@media (max-width: 1400px) {
    .mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .timeslot {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (max-width: 1200px) {
    .mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .timeslot {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    .mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .timeslot {
        font-size: 12.8px;
        font-size: 0.8rem;
    }
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .event-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container:hover {
    display: flex;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container:hover .event-title {
    text-decoration: none;
}

.mptt-shortcode-wrapper .mptt-shortcode-list li.mptt-list-event {
    padding-left: 15px !important;
}

.mptt-main-wrapper .event-title {
    text-transform: uppercase;
}

.single .mptt-main-wrapper {
    margin-top: 65px;
}

.single .mptt-main-wrapper .mptt-content {
    padding: 3em;
    margin-bottom: 40px;
}

.single .mptt-main-wrapper .mptt-content .event-content {
    margin-bottom: 3em;
}

.single .mptt-main-wrapper .mptt-content .events-list {
    margin-bottom: 3em;
}

.single .mptt-main-wrapper .mptt-content .comments-area {
    margin: 0;
}

.single .mptt-main-wrapper .mptt-content .comments-area .comment-respond {
    padding: 0;
}

.single-mp-column .event.mptt-theme-mode-event {
    position: relative;
    padding: 0 0 0 90px;
    margin: 0 0 1.5em;
    list-style: none;
}

.single-mp-column .event.mptt-theme-mode-event:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    content: '\e616';
    left: 2px;
    top: 7px;
    line-height: 1;
    position: absolute;
    font-size: 24px;
    font-size: 4rem;
}

.single-mp-column .event.mptt-theme-mode-event .event-thumbnail {
    display: none;
}

.single-mp-event p img {
    margin-bottom: 2em;
}

.mptt-container .widgettitle {
    margin: 0 0 1.625em 0;
    position: relative;
    padding: 1.625em 0 0 0;
    border-top: 2px solid #fdfdfd;
}

.mptt-container .widgettitle:before {
    content: '';
    position: absolute;
    width: 56px;
    height: 6px;
    top: -2px;
    left: 0;
}

.mptt-container .widgettitle:after {
    display: none;
}

.sidebar.widget-area .widget_recent_entries ul li.event, .footer-area .widget_recent_entries ul li.event {
    position: relative;
    padding: 15px 15px 15px 50px;
    margin: 0 0 1em;
}

.sidebar.widget-area .widget_recent_entries ul li.event:before, .footer-area .widget_recent_entries ul li.event:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: '\e616';
    left: 12px;
    top: 22px;
    line-height: 1;
    position: absolute;
    font-size: 24px;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .sidebar.widget-area .widget_recent_entries ul li.event:before, .footer-area .widget_recent_entries ul li.event:before {
        font-size: 52px;
        font-size: 3.25rem;
        left: 15px;
        top: 28px;
    }
}

@media (min-width: 992px) {
    .sidebar.widget-area .widget_recent_entries ul li.event, .footer-area .widget_recent_entries ul li.event {
        padding: 26px 20px 30px 80px;
    }
}

.sidebar.widget-area .widget_recent_entries ul li.event .event-link, .footer-area .widget_recent_entries ul li.event .event-link {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 1.25em;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody tr:nth-child(2n+1) td.mptt-shortcode-hours {
    background-color: #0fa2fc;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody tr:nth-child(1n) {
    background-color: #ececec;
}

/*--------------------------------------------------------------
# tm-gallery Pluging
--------------------------------------------------------------*/
.tm-pg_front_gallery {
    padding: 5px 0 50px;
}

@media (min-width: 768px) {
    .tm-pg_front_gallery {
        padding: 35px 0 50px;
    }
}

.tm-pg_front_gallery-navigation {
    margin: 54px 0;
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers {
    font-size: 20px;
    font-size: 1.25rem;
}

.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 {
    padding: 0;
    border-radius: 100px;
    min-height: 64px;
    min-width: 64px;
    border: none;
}

@media (max-width: 767px) {
    .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 {
        height: 44px;
        line-height: 44px;
        min-height: 44px;
        min-width: 44px;
    }
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next i, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-weight: normal;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 64px;
}

@media (max-width: 767px) {
    .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next i, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev i {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
}

.tm-pg_front_gallery-grid .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 {
    background: none;
    position: relative;
    width: auto;
    height: auto;
    min-height: inherit;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .tm-pg_front_gallery-grid .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 {
        margin-bottom: 20px;
    }
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_icon.tm_pg_image-icon:before, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_image-icon:before, .tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_image-icon:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    content: "\e557";
    display: block;
}

@media (min-width: 1200px) {
    .tm-pg_front_gallery-grid .tm_pg_gallery-item_icon.tm_pg_image-icon:before, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_image-icon:before, .tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_image-icon:before {
        font-size: 44px;
        font-size: 2.75rem;
    }
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_meta, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_meta, .tm-pg_front_gallery-justify .tm_pg_gallery-item_meta {
    padding: 5%;
}

@media (min-width: 768px) {
    .tm-pg_front_gallery-grid .tm_pg_gallery-item_meta, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_meta, .tm-pg_front_gallery-justify .tm_pg_gallery-item_meta {
        padding: 5% 18%;
    }
}

.tm-pg_front_gallery-grid .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 {
    padding: 5px 14px 6px;
    line-height: 1em;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more a, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more a, .tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more a {
    font-size: 18px;
    font-size: 1.125rem;
    transition: all 0.3s ease;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more a span, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more a span, .tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more a span {
    position: relative;
    padding-top: 24px;
    transition: all 0.3s ease;
}

.tm-pg_front_gallery-grid .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 {
    font-size: 16px;
    font-size: 1rem;
}

@media (min-width: 1200px) {
    .tm-pg_front_gallery-grid .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 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_description, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_description, .tm-pg_front_gallery-justify .tm_pg_gallery-item_description {
    font-size: 14px;
    font-size: 0.875rem;
}

@media (min-width: 1200px) {
    .tm-pg_front_gallery-grid .tm_pg_gallery-item_description, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_description, .tm-pg_front_gallery-justify .tm_pg_gallery-item_description {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (max-width: 1199px) {
    .tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (max-width: 991px) {
    .tm-pg_front_gallery-grid .tm_pg_gallery-item.col-xs-6,
    .tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.tm-pg_front_gallery .tm-pg_frontend, .tm-pg_front_gallery .dropdown_filter_wrap {
    text-align: center;
}

.tm-pg_front_gallery .load-more-button a.btn {
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 18px 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    white-space: normal;
    text-overflow: ellipsis;
    border-radius: 58px;
    box-shadow: none;
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    .tm-pg_front_gallery .load-more-button a.btn {
        padding: 20px 41px;
    }
}

@media (max-width: 991px) {
    .tm-pg_front_gallery .load-more-button a.btn {
        font-size: 16px;
        font-size: 1rem;
    }
}

.tm-pg_front_gallery .load-more-button a.btn:hover {
    text-decoration: none;
    transition: all 0.3s ease;
}

.tm-pg_front_gallery .load-more-button a.btn:focus {
    outline: none;
    box-shadow: 0 0 10px;
}

.tm-pg_front_gallery .tm_pg_gallery-item_link_show-more i {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 68px;
    text-align: center;
    border-radius: 100px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .tm-pg_front_gallery .tm_pg_gallery-item_link_show-more i {
        width: 44px;
        height: 44px;
        line-height: 48px;
    }
}

.tm-pg_front_gallery-tabs {
    position: relative;
    margin-bottom: 45px !important;
    counter-reset: list;
    border: none;
}

.tm-pg_front_gallery-tabs:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    z-index: -1;
}

.tm-pg_front_gallery-tabs .tm-pg_front_gallery-preloader .preloader {
    display: block !important;
}

@media (min-width: 768px) {
    .tm-pg_front_gallery-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-align: center;
    }
}

.tm-pg_front_gallery-tabs li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    min-height: auto;
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    .tm-pg_front_gallery-tabs li {
        order: 1;
        flex: 0 1 auto;
        align-self: auto;
        min-height: auto;
    }
}

@media (min-width: 992px) {
    .tm-pg_front_gallery-tabs li {
        align-self: flex-end;
    }
}

@media (min-width: 1200px) {
    .tm-pg_front_gallery-tabs li {
        align-self: flex-end;
    }
}

.tm-pg_front_gallery-tabs li a {
    text-align: center;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
}

@media (max-width: 1199px) {
    .tm-pg_front_gallery-tabs li a {
        padding: 15px 20px;
    }
}

@media (min-width: 992px) {
    .tm-pg_front_gallery-tabs li a {
        padding: 5px 20px 15px;
    }
}

@media (min-width: 1200px) {
    .tm-pg_front_gallery-tabs li a {
        padding: 5px 20px 44px;
    }
}

.tm-pg_front_gallery-tabs li a:after {
    display: none;
}

@media (min-width: 1200px) {
    .tm-pg_front_gallery-tabs li a {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.tm-pg_front_gallery-tabs li.tm_pb_tab_active {
    bottom: 0;
}

.type-tm_pg_album, .type-tm_pg_set {
    margin-top: 50px;
}

.type-tm_pg_album .entry-title, .type-tm_pg_set .entry-title {
    margin-bottom: 10px;
}

.type-tm_pg_album .tm-pg_front_gallery, .type-tm_pg_set .tm-pg_front_gallery {
    padding: 0 0 50px;
}

.lg-outer .lg-icon.lg-next,
.lg-outer .lg-icon.lg-prev {
    border-radius: 100px;
    height: 64px;
    width: 64px;
    border: none;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
}

.lg-outer .lg-icon.lg-next:after, .lg-outer .lg-icon.lg-next:before,
.lg-outer .lg-icon.lg-prev:after,
.lg-outer .lg-icon.lg-prev:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-weight: normal;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 64px;
}

.lg-outer .lg-toolbar .lg-icon:hover:after,
.lg-outer .lg-thumb-outer .lg-icon:hover:after {
    transition: all 0.3s ease;
}

.lg-outer .lg-icon.lg-toogle-thumb:after, .lg-outer .lg-icon.lg-close:after, .lg-outer .lg-icon.lg-autoplay-button:after, .lg-outer .lg-icon.lg-download:after, .lg-outer .lg-icon.lg-fullscreen:after, .lg-outer .lg-icon.lg-close:after, .lg-outer .lg-icon.lg-autoplay-button:after, .lg-outer .lg-icon.lg-download:after, .lg-outer .lg-icon.lg-fullscreen:after {
    font-size: 30px;
    font-size: 1.875rem;
}

.lg-outer .lg-icon.lg-toogle-thumb:before {
    font-size: 30px;
    font-size: 1.875rem;
}

.lg-outer .lg-icon.lg-toogle-thumb:before {
    content: 'vertical_align_top';
}

.lg-outer .lg-icon.lg-toogle-thumb:after {
    display: none;
}

.lg-outer .lg-icon.lg-close:after {
    content: 'cancel';
}

.lg-outer .lg-icon.lg-autoplay-button:after {
    content: 'play_circle_filled';
}

.lg-outer .lg-icon.lg-fullscreen:after {
    content: 'photo_size_select_small';
}

.lg-outer .lg-icon .lg-toolbar .lg-icon,
.lg-outer .lg-icon .lg-toolbar .lg-icon:hover,
.lg-outer .lg-icon .lg-thumb-outer .lg-icon,
.lg-outer .lg-icon .lg-thumb-outer .lg-icon:hover {
    background: transparent;
}

.lg-outer.lg-thumb-open .lg-icon.lg-toogle-thumb:before {
    content: 'vertical_align_bottom';
}

.lg-outer.lg-show-autoplay .lg-icon.lg-autoplay-button:after {
    content: 'pause_circle_filled';
}

.lg-outer.lg-fullscreen-on .lg-icon.lg-fullscreen:after {
    content: 'photo_size_select_large';
}

/*--------------------------------------------------------------
# cherry-search
--------------------------------------------------------------*/
.cherry-search {
    position: relative;
}

.error404 .cherry-search {
    max-width: 100%;
}

@media (min-width: 768px) {
    .error404 .cherry-search {
        max-width: 537px;
        margin: 0 auto;
    }
}

.widget-area .cherry-search {
    padding-top: 12px;
}

.cherry-search form.cherry-search__form {
    display: flex;
    margin-bottom: 0;
}

.cherry-search form.cherry-search__form:after {
    display: none;
}

.top-panel .cherry-search form.cherry-search__form input[type='search'] {
    padding: 7px 0;
}

.cherry-search form.cherry-search__form button.search-submit {
    display: inline-block;
    flex: 0 1 auto;
    width: inherit;
    white-space: nowrap;
    border: none;
    z-index: 1;
    transition: all 0.25s ease;
}

.widget-area .cherry-search form.cherry-search__form button.search-submit, .error404 .cherry-search form.cherry-search__form button.search-submit {
    padding: 5px 25px;
    margin-left: -40px;
}

@media (min-width: 992px) {
    .widget-area .cherry-search form.cherry-search__form button.search-submit, .error404 .cherry-search form.cherry-search__form button.search-submit {
        padding: 5px 40px;
    }
}

.top-panel .cherry-search form.cherry-search__form button.search-submit {
    margin-left: 10px;
}

.cherry-search form.cherry-search__form button.search-submit:before {
    display: none;
}

.cherry-search__item-attr {
    transition: all 0.3s ease;
}

.cherry-search__item-attr .cherry-search__item-title {
    font-size: 16px;
    font-size: 1rem;
}

.cherry-search__item-attr .cherry-search__item-title strong {
    font-weight: normal;
}

.cherry-search__item-attr .cherry-search__item-author {
    font-size: 14px;
    font-size: 0.875rem;
}

.cherry-search__item-attr .cherry-search__item-author em {
    font-style: normal;
}

.cherry-search__results-list {
    margin-top: 14px;
    padding: 20px;
    border-radius: 25px;
    border: none !important;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.15);
}

.error404 .cherry-search__more-button, .top-panel .cherry-search__more-button, .widget-area .cherry-search__more-button, .error404 .cherry-search__results-item, .top-panel .cherry-search__results-item, .widget-area .cherry-search__results-item {
    border-top: 1px solid #e0e0e0;
}

.error404 .cherry-search__more-button, .top-panel .cherry-search__more-button, .widget-area .cherry-search__more-button {
    padding: 6px 10px;
}

.cherry-search .cherry-search__results-item a {
    padding: 20px 0;
}

.cherry-search .cherry-search__results-item:first-child a {
    padding: 0 0 20px;
}

.cherry-search .cherry-search__more-button {
    padding: 20px 0 0;
}

.cherry-search .cherry-search__results-item:hover,
.cherry-search .cherry-search__more-button:hover {
    background-color: transparent;
}

/*# sourceMappingURL=style.css.map */
