@charset "UTF-8";
/*!
Theme Name: Ascendio
Theme URI: https://www.templatemonster.com/authors/zemez/
Author: Zemez
Author URI: https://zemez.io/wordpress/
Description: Ascendio Corporate Business(neutral, general).
Version: 1.2.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ascendio
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

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

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

body a:focus {
  outline: none; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

h1 {
  margin-bottom: 25px; }

h2 {
  margin-bottom: 25px;
  text-transform: uppercase; }

h3 {
  margin-bottom: 20px; }

h4 {
  margin-bottom: 18px;
  text-transform: uppercase; }

h5 {
  margin-bottom: 8px;
  text-transform: uppercase; }

h6 {
  margin-bottom: 8px;
  text-transform: uppercase; }

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

p {
  word-break: break-word;
  margin: 0 0 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  font-size: 20px;
  font-size: 1.25rem; }

blockquote cite {
  font-size: 14px;
  font-size: 0.875rem; }

.widget-area blockquote {
  font-size: 26px;
  font-size: 1.625rem; }

.widget-area blockquote cite {
  display: inline-block;
  float: right; }

.align-left {
  text-align: left; }

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

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

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 #d5d5d5;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem; }

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

code {
  padding: 2px 5px;
  border: 1px solid #d8d8d8; }

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
--------------------------------------------------------------*/
#content .container, footer .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (max-width: 767px) and (min-width: 480px) {
    #content .container, footer .container {
      margin-left: 5px;
      margin-right: 5px; } }

@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: 0.9375rem;
  padding-right: 0.9375rem; }

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.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, .footer-area #ascendio_widget_about-1, .footer-area #ascendio_widget_about-2, .footer-area #ascendio_widget_about-3, .footer-area #ascendio_widget_about-4, .footer-area #ascendio_widget_about-5, .footer-area #nav_menu-4, .footer-area #nav_menu-3, .footer-area #text-1, .footer-area #text-4, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .footer-area #ascendio_widget_about-1, .footer-area #ascendio_widget_about-2, .footer-area #ascendio_widget_about-3, .footer-area #ascendio_widget_about-4, .footer-area #ascendio_widget_about-5, .footer-area #nav_menu-4, .footer-area #nav_menu-3, .footer-area #text-1, .footer-area #text-4, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .footer-area #nav_menu-4, .footer-area #nav_menu-3, .col-md-3, .col-md-4, .footer-area #ascendio_widget_about-1, .footer-area #ascendio_widget_about-2, .footer-area #ascendio_widget_about-3, .footer-area #ascendio_widget_about-4, .footer-area #ascendio_widget_about-5, .footer-area #text-1, .footer-area #text-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-xs-12, .footer-area #ascendio_widget_about-1, .footer-area #ascendio_widget_about-2, .footer-area #ascendio_widget_about-3, .footer-area #ascendio_widget_about-4, .footer-area #ascendio_widget_about-5, .footer-area #nav_menu-4, .footer-area #nav_menu-3, .footer-area #text-1, .footer-area #text-4 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  clear: both;
  display: table; }

blockquote {
  position: relative;
  margin: -20px 0 1em;
  padding: 1.1em 1.5em 0 2.3em;
  text-align: center; }

.format-quote blockquote {
  margin-bottom: 0; }

@media (min-width: 992px) {
  blockquote {
    margin: 0 0 1em;
    text-align: left; }
  .format-quote blockquote {
    margin-bottom: 0; } }

blockquote p {
  margin: 0;
  text-align: left; }

@media (min-width: 992px) {
  blockquote p:first-child {
    margin-top: 0; } }

blockquote p + p {
  margin-top: 1em; }

blockquote cite {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
  font-size: 14px;
  text-align: left;
  font-style: normal; }

blockquote cite:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 18px;
  height: 1px; }

blockquote:before {
  content: '"';
  font-size: 4em;
  line-height: 1;
  margin-left: -12px; }

@media (min-width: 992px) {
  blockquote:before {
    margin-left: 0;
    position: absolute;
    font-size: 5.1em;
    top: 16px;
    left: -10px; } }

hr {
  background-color: #d8d8d8;
  border: 0;
  height: 1px;
  margin: 1.5em 0; }

#tm_builder_outer_content hr:not([class]) {
  position: relative;
  width: 170px;
  margin: 2.15em auto 1.95em; }

#tm_builder_outer_content hr:not([class]):before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #d8d8d8 transparent transparent transparent; }

code {
  border: none; }

.elementor-widget-wrap .paralax-image .elementor-image {
  margin-bottom: -77px; }

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul, ol {
  padding-left: 0; }

ul ul, ol ul, ul ol, ol ol {
  margin-top: 1.0625em; }

ol {
  margin: 0 0 1.5em 2em; }

ul {
  list-style: none; }

ol {
  list-style: decimal-leading-zero; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

.entry-content ul:not([class]) li,
.entry-content ol:not([class]) li {
  position: relative; }

.entry-content ul:not([class]) li:before,
.entry-content ol:not([class]) li:before {
  position: absolute;
  top: 0;
  left: 0; }

.entry-content ul:not([class]) li + li,
.entry-content ol:not([class]) li + li {
  margin-top: 1.0625em; }

.entry-content ul:not([class]) li {
  padding-left: 20px; }

.entry-content ul:not([class]) li:before {
  content: '\2022';
  margin-right: 10px; }

.entry-content ol:not([class]) {
  list-style: none;
  margin-left: 0;
  counter-reset: item; }

.entry-content ol:not([class]) li {
  padding-left: 30px; }

.entry-content ol:not([class]) li:before {
  content: counter(item, decimal-leading-zero) ". ";
  counter-increment: item; }

.entry-content #tm_builder_outer_content ul:not([class]) li {
  padding-left: 20px; }

.entry-content #tm_builder_outer_content ol:not([class]) li {
  padding-left: 30px; }

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

.entry-content table th,
.entry-content table td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #d8d8d8; }

.entry-content table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #d8d8d8; }

.entry-content table tbody + tbody {
  border-top: 1px solid #d8d8d8; }

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

.ouro {
  position: relative;
  display: inline-block;
  top: 50%;
  left: 50%;
  height: 46px;
  width: 46px;
  margin: -23px 0 0 -23px;
  border-radius: 50%;
  background: none repeat scroll 0 0 #DDDDDD;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 0 25px rgba(0, 0, 255, 0.075);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 0 25px rgba(0, 0, 255, 0.075); }

.ouro .left {
  left: 0; }

.ouro .right {
  left: 50%; }

.ouro .anim {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 999px;
  background: none repeat scroll 0 0 #508EC3;
  opacity: 0.8;
  -webkit-animation: ui-spinner-rotate-left 3s infinite;
  animation: ui-spinner-rotate-left 3s infinite;
  -webkit-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0; }

.ouro .left .anim {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.ouro .right .anim {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  left: -100%;
  -webkit-transform-origin: 100% 50% 0;
  -ms-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0; }

.ouro:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  display: block;
  height: 28px;
  width: 28px;
  background: none repeat scroll 0 0 #F2F2F2;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.ouro > span {
  position: absolute;
  height: 100%;
  width: 50%;
  overflow: hidden; }

/* v3 */
.ouro3 .anim {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.ouro3 .right .anim {
  -webkit-animation-name: ui-spinner-rotate-right;
  -webkit-animation-delay: 0;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-name: ui-spinner-rotate-right;
  animation-name: ui-spinner-rotate-right;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

@keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 25px;
  right: -999em;
  overflow: hidden;
  width: 64px;
  height: 64px;
  z-index: 999;
  text-align: center;
  border-radius: 50%;
  background: #606061 !important; }
  #toTop:hover, #toTop:active, #toTop:focus, #toTop:active:focus {
    background: #494949 !important; }
  @media (max-width: 991px) {
    #toTop {
      display: none !important; } }

#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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  font-size: 40px;
  line-height: 62px;
  content: "expand_less"; }

#toTop:focus {
  outline: none; }

@media (min-width: 544px) {
  #toTop {
    left: 25px; } }

@media (min-width: 768px) {
  #toTop {
    bottom: 25px; } }

/*--------------------------------------------------------------
## TM Header Banner
--------------------------------------------------------------*/
.tm-hb__wrapper .tm-hb__title {
  font-size: 26px;
  font-size: 1.625rem; }

.tm-hb__wrapper .btn, .tm-hb__wrapper #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .tm-hb__wrapper a.tm_pb_button,
.tm-hb__wrapper #tm_builder_outer_content button.tm_pb_button,
#tm_builder_outer_content .tm-hb__wrapper button.tm_pb_button,
.tm-hb__wrapper .btn-lg {
  margin-top: 25px;
  margin-bottom: 34px;
  white-space: normal; }

.tm-hb__wrapper .tm-hb__content a:hover {
  color: #fff;
  background-color: #000; }

.tm-hb__wrapper .tm-hb__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 1200px) {
  .tm-hb__wrapper .tm-hb__content {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 145px;
    padding: 14px 97px 0px; } }

.tm-hb__wrapper .tm-hb__button {
  margin: 20px 0 0 0;
  padding: 17px 40px;
  background-color: #f6da08;
  border-radius: 6px;
  color: #333333;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

@media (min-width: 1200px) {
  .tm-hb__wrapper .tm-hb__button {
    margin: 0 0 0 62px; } }

.tm-hb__wrapper .tm-hb__close {
  border-radius: 50%;
  border-width: 2px;
  border-style: solid; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border-radius: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 40px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  max-width: 100%;
  padding: 15px 38px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn, #tm_builder_outer_content a.tm_pb_button,
#tm_builder_outer_content a.tm_pb_button:hover,
#tm_builder_outer_content button.tm_pb_button,
#tm_builder_outer_content button.tm_pb_button:hover,
.btn-lg {
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 40px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  max-width: 100%;
  padding: 15px 38px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn:hover, #tm_builder_outer_content a.tm_pb_button:hover,
#tm_builder_outer_content button.tm_pb_button:hover,
.btn-lg:hover {
  text-decoration: none; }

.btn:focus, #tm_builder_outer_content a.tm_pb_button:focus,
#tm_builder_outer_content button.tm_pb_button:focus,
.btn-lg:focus {
  outline: none; }

.btn-fullwidth {
  width: 100%; }

.inline-btn {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
select,
textarea {
  padding: 16px 20px;
  border: none;
  background-color: #f6f6f6;
  border-radius: 4px; }

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

button,
input[type='submit'],
input[type='reset'],
input[type='submit'] {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

button:focus,
input[type='submit']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
  outline: none; }

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

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

:-moz-placeholder {
  opacity: 1; }

.search-form {
  margin: 0;
  padding: 0; }

.site-header .search-form {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  margin: 0;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out; }

@media (min-width: 768px) {
  .site-header .search-form {
    position: absolute;
    z-index: -1;
    top: -999em;
    left: 0;
    right: 55px;
    opacity: 0;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%); } }

.site-header.search-active .search-form {
  top: 50%;
  opacity: 1;
  visibility: visible;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.widget_search .search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.widget_search .search-form label, .widget_search .search-form .search-form__field {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.header__search .search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.header__search .search-form label {
  width: 100%;
  margin-right: 15px; }

.header__search .search-form__field {
  width: 100%;
  padding: 0;
  background: none; }

.header__search .search-form__submit {
  padding: 5px;
  border: none;
  background: none; }

.header__search .search-form__submit:hover, .header__search .search-form__submit:focus {
  background: none; }

.search-form__field {
  width: 169px; }

.search-form .search-form__field {
  -webkit-appearance: none; }

.search-form__submit {
  padding: 15px 17px; }

.search-form__toggle {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-size: 19px;
  cursor: pointer;
  display: inline-block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (max-width: 768px) {
  .search-form__toggle {
    display: none; } }

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

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

.search-form__close {
  font-size: 19px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  padding: 5px 0;
  opacity: 0;
  margin-left: 25px;
  visibility: hidden;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.search-form__close:before {
  content: '\f00d'; }

.search-form__close:after {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  height: 100%;
  width: 1px;
  background: #d8d8d8; }

.invert .search-form__close:after {
  background: rgba(216, 216, 216, 0.2); }

.site-header.search-active .search-form__close {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible; }

.comment-reply-title {
  font-size: 22px;
  font-size: 1.375rem; }

@media (min-width: 992px) {
  .comment-reply-title {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 15px; } }

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
  margin: 1.1875em 0 0 0; }

.comment-form .form-submit {
  margin: 1.5em 0 0 0; }

@media (min-width: 768px) {
  .comment-form .form-submit {
    margin: 2.5em 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; }

#cancel-comment-reply-link {
  font-size: 12px;
  font-size: 0.75rem; }

.post-password-form label {
  display: inline-block;
  vertical-align: top; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  text-decoration: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit; }

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-panel__menu {
  padding-top: 4px;
  padding-bottom: 4px; }

.top-panel__menu-list {
  text-align: left; }

.top-panel__menu-list .menu-item {
  margin: .25em .5em; }

.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 li {
  position: relative;
  text-align: left; }

.main-navigation a {
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em; }

.main-navigation .menu-off__icon {
  position: absolute;
  left: 9px;
  top: 24px;
  opacity: 0;
  visibility: hidden; }

.main-navigation.toggled .menu-off__icon {
  opacity: 1;
  visibility: visible; }

.main-navigation.toggled .menu-toggle__icon {
  opacity: 0;
  visibility: hidden; }

@media (max-width: 768px) {
  .main-navigation.toggled .main-menu__wrap {
    margin-left: -15px;
    margin-right: -15px; }
  .main-navigation.toggled .main-menu__wrap .social-list {
    padding: 15px; }
  .main-navigation.toggled .main-menu__wrap .social-list li.menu-item a, .main-navigation.toggled .main-menu__wrap .social-list li.menu-item a::before {
    padding: 0; }
  .main-navigation.toggled .top-panel__menu {
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 24px; }
  .main-navigation.toggled .top-panel__menu .top-panel__menu-list li.menu-item {
    display: block;
    margin-left: 0;
    margin-right: 0; }
  .main-navigation.toggled .top-panel__menu .top-panel__menu-list li.menu-item a {
    text-transform: none;
    padding: 3px 24px; }
  .main-navigation.toggled .top-panel__menu .top-panel__menu-list li.menu-item.current-menu-item a {
    text-decoration: none; }
  .main-navigation .top-panel__menu {
    padding-top: 0;
    padding-bottom: 0; }
  .main-navigation .top-panel__menu-list li a,
  .main-navigation .social-list__items li a {
    border-bottom: none; }
  .main-navigation .menu .menu-item {
    border-bottom: 1px solid #e0e0e8; }
  .main-navigation .menu .menu-item:first-child {
    border-top: 1px solid #e0e0e8; }
  header.site-header .main-navigation .menu .menu-item > a {
    padding-top: 0.8125em;
    padding-bottom: 0.8125em; }
  .main-navigation .menu .menu-item:hover > a::before, .main-navigation .menu .menu-item:hover > a::after,
  .main-navigation .menu .menu-item.menu-hover > a::before,
  .main-navigation .menu .menu-item.menu-hover > a::after {
    display: none; }
  .main-navigation .menu .menu-item > a + .sub-menu::before {
    display: none; }
  .main-navigation .menu li.menu-item-has-children {
    position: relative; }
  .main-navigation .menu li.menu-item-has-children > ul.sub-menu {
    display: none;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease; }
  .main-navigation .menu li.menu-item-has-children.sub-menu-open > ul.sub-menu {
    display: block; }
  .main-navigation .menu li.menu-item-has-children .sub-menu-toggle {
    position: absolute;
    top: 0;
    height: 40px;
    width: 80px;
    right: 0;
    z-index: 99; }
  .main-navigation .menu li.menu-item-has-children .sub-menu-toggle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .main-navigation .menu li.menu-item-has-children .sub-menu-toggle.active::before {
    -webkit-transform: translate(-50%) rotateX(180deg);
    transform: translate(-50%) rotateX(180deg); }
  .main-navigation ul ul a {
    text-indent: 1rem; }
  .main-navigation ul ul ul a {
    text-indent: 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) and (max-width: 768px) {
  .site-header .main-navigation .menu .menu-item {
    border: 0; }
    .site-header .main-navigation .menu .menu-item > a {
      padding-top: 55px !important; } }

@media (min-width: 768px) {
  .main-navigation ul {
    display: block; }
  .main-navigation li:hover > ul, .main-navigation li.menu-hover > ul {
    top: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .main-navigation li > ul.in-transition {
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .main-navigation li li:hover > ul, .main-navigation li li.menu-hover > ul {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .main-navigation li li > ul.in-transition {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .main-navigation .sub-menu li:hover > ul, .main-navigation .sub-menu li.menu-hover > ul {
    top: 0;
    left: calc(100% + 5px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .main-navigation .sub-menu li > ul.in-transition {
    left: calc(100% + 5px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .main-navigation .sub-menu li li:hover > ul, .main-navigation .sub-menu li li.menu-hover > ul {
    top: 0;
    left: calc(100% + 5px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .main-navigation .sub-menu li li > ul.in-transition {
    left: calc(100% + 5px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .main-navigation .sub-menu li.toleft:hover > ul, .main-navigation .sub-menu li.toleft.menu-hover > ul {
    top: 0;
    left: auto;
    right: calc(100% + 5px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .main-navigation .sub-menu li.toleft > ul.in-transition {
    left: auto;
    right: calc(100% + 5px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .main-navigation .sub-menu li.toleft li:hover > ul, .main-navigation .sub-menu li.toleft li.menu-hover > ul {
    top: 0;
    left: auto;
    right: calc(100% + 5px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .main-navigation .sub-menu li.toleft li > ul.in-transition {
    left: auto;
    right: calc(100% + 5px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .main-navigation .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .default .main-navigation .menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .main-navigation .menu > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .main-navigation .sub-menu {
    position: absolute;
    z-index: 999;
    top: 120%;
    left: -999em;
    visibility: hidden;
    margin: 0;
    -webkit-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    -webkit-transition-property: top, opacity, visibility;
    -o-transition-property: top, opacity, visibility;
    transition-property: top, opacity, visibility;
    opacity: 0; }
  .main-navigation .sub-menu ul {
    top: 20%; }
  .main-navigation .menu-toggle {
    display: none; } }

.main-navigation.isStuck {
  -webkit-box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.1);
  left: 0;
  z-index: 999;
  text-align: center; }

.main-navigation.isStuck:before {
  display: none; }

.main-navigation.isStuck#site-navigation {
  padding-top: 0; }

.site-header.minimal .main-navigation.isStuck .menu,
.default .main-navigation.isStuck .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.main-navigation.isStuck a {
  padding-top: 1.6em;
  padding-bottom: 1.6em; }

/* Skin */
.main-navigation a {
  position: relative;
  padding: 1em; }

@media (min-width: 768px) {
  .main-navigation a {
    padding: 1.5em 1em 1.45em; } }

@media (max-width: 768px) {
  .main-navigation {
    margin-top: -55px;
    z-index: 0; } }

.main-navigation a:focus {
  outline: none; }

.main-navigation .menu > li > a {
  border-bottom: none;
  font-size: 16px !important;
  font-weight: 500 !important; }
  @media (max-width: 1200px) {
    .main-navigation .menu > li > a {
      font-size: 15px !important; } }
  @media (max-width: 992px) {
    .main-navigation .menu > li > a {
      font-size: 14px !important;
      text-transform: none;
      padding: 1.4em 14px 2.45em; } }
  .main-navigation .menu > li > a:hover, .main-navigation .menu > li > a:active, .main-navigation .menu > li > a:focus, .main-navigation .menu > li > a:active:focus {
    color: #3a72a1 !important; }

.main-navigation .menu > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  height: 0;
  width: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(50%);
  transform: translateX(-50%); }
  @media (max-width: 1200px) {
    .main-navigation .menu > li > a::after {
      bottom: 18px; } }
  @media (max-width: 991px) {
    .main-navigation .menu > li > a::after {
      bottom: 30px; } }

.main-navigation .menu > li.current-menu-item > a {
  color: #3a72a1 !important; }

.main-navigation .menu > li.current-menu-item > a::after {
  height: 1px;
  width: 85%; }
  @media (max-width: 768px) {
    .main-navigation .menu > li.current-menu-item > a::after {
      height: 0; } }

.main-navigation .menu > li.menu-hover a::after, .main-navigation .menu > li:hover a::after {
  height: 1px;
  width: 85%; }

.main-navigation .menu > li:last-child > a {
  border-bottom: none; }

.main-navigation .menu > li[hidden] {
  display: none; }

@media (min-width: 768px) {
  .main-navigation .sub-menu {
    padding: 15px 0;
    margin-top: -2px;
    width: 10em; }
  .main-navigation .sub-menu .sub-menu {
    margin-top: -17px; } }

.main-navigation .sub-menu li:last-child {
  border-bottom: none; }

@media (min-width: 768px) {
  .main-navigation .sub-menu li {
    padding: 8px 13px; }
  .main-navigation .sub-menu li:last-of-type > a {
    border-bottom: none; } }

.main-navigation .sub-menu a {
  text-transform: none; }

@media (min-width: 768px) {
  .main-navigation .sub-menu a {
    display: inline-block;
    padding: 0; } }

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

@media (min-width: 768px) {
  .menu > li > a > .menu-item__desc {
    text-transform: none; } }

/* Toogle button */
.menu-toggle {
  position: relative;
  padding: 34px 8px 28px;
  border: none;
  background: transparent; }

.menu-toggle span {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: 0.04em; }

.menu-toggle__icon {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25rem; }

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.footer-menu__items .menu-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: .25em 1em;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

@media (min-width: 992px) {
  .footer-menu__items .menu-item {
    padding: .5em 1.5em; } }

.footer-menu__items .menu-item a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  overflow: hidden;
  margin-top: 2em; }

.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 18px;
  font-size: 40px;
  height: 58px;
  width: 58px;
  padding-top: 9px;
  text-align: center;
  content: '\E408';
  vertical-align: top;
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  display: none; }

.comment-navigation .nav-next > a:after,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-next > a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  font-size: 40px;
  height: 58px;
  width: 58px;
  padding-top: 9px;
  text-align: center;
  content: '\E409';
  vertical-align: top;
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  display: none; }

.pagination {
  margin: 3.6em 0; }

.card-columns + .pagination {
  margin-top: 0; }

.page-numbers {
  line-height: 3;
  display: inline-block;
  height: 58px;
  margin: 0 16px 5px 0;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 4px; }

.page-numbers.dots {
  border: none;
  background-color: transparent; }

.page-numbers.next, .page-numbers.prev {
  min-width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%; }

.page-numbers.next i, .page-numbers.prev i {
  vertical-align: middle;
  font-size: 40px;
  font-size: 2.5rem;
  position: relative;
  bottom: 2px; }

.page-numbers.prev {
  margin-right: 30px; }

.page-numbers.next {
  margin-left: 30px; }

.navigation {
  text-align: center; }

.navigation.pagination {
  padding: 30px 0 23px;
  border-top: 1px solid #e0e0e8;
  border-bottom: 1px solid #e0e0e8; }

@media (min-width: 768px) {
  .navigation.pagination {
    padding: 52px 0 45px; } }

.nav-links {
  display: inline-block; }

.page-links {
  clear: both;
  margin: 0 0 1em; }

.entry-content > .page-links {
  margin: 1.5em 0; }

.page-links__title {
  margin-right: 5px; }

.page-links a,
.page-links > .page-links__item {
  line-height: 3;
  display: inline-block;
  min-width: 3em;
  height: 3em;
  margin: 0 5px 5px 0;
  text-align: center;
  border: 1px solid #d8d8d8; }

.page-links a {
  text-decoration: none; }

.post-navigation {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .post-navigation {
    padding-left: 60px;
    padding-right: 60px; } }

.post-navigation .nav-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.post-navigation .nav-links > div {
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  position: relative;
  border: 1px solid #e0e0e8;
  border-radius: 3px; }

@media (min-width: 992px) {
  .post-navigation .nav-links > div {
    margin-bottom: 30px; } }

.post-navigation .nav-links > div a {
  width: 100%;
  padding: 15px; }

@media (min-width: 768px) {
  .post-navigation .nav-links > div a {
    padding-top: 20px;
    padding-bottom: 25px; } }

.post-navigation .nav-links > div a .nav-text {
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3;
  margin-bottom: 5px; }

.post-navigation .nav-links > div a .post-title {
  font-size: 15px;
  font-size: 0.9375rem; }

@media (min-width: 1200px) {
  .post-navigation .nav-links > div {
    -webkit-flex: 0 0 48%;
    -moz-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
    flex: 0 0 48%; } }

.post-navigation .nav-links .nav-previous a {
  text-align: left; }

@media (min-width: 768px) {
  .post-navigation .nav-links .nav-previous a {
    padding-left: 90px;
    padding-right: 20px; }
  .post-navigation .nav-links .nav-previous a::before {
    display: block; } }

.post-navigation .nav-links .nav-next a {
  text-align: left; }

@media (min-width: 768px) {
  .post-navigation .nav-links .nav-next a {
    text-align: right;
    padding-right: 90px;
    padding-left: 20px; }
  .post-navigation .nav-links .nav-next a::after {
    display: block; } }

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  margin: 0;
  padding: 3px 0 13px; }

@media (min-width: 992px) {
  .breadcrumbs {
    margin: 0;
    padding: 0px 0 10px; } }

.breadcrumbs > .container .row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.breadcrumbs > .container .row > * {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.breadcrumbs__items {
  margin-top: 10px; }

.breadcrumbs__title .page-title {
  margin: 0; }

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

.social-list .menu-item + .menu-item {
  margin-left: 20px; }

.social-list .menu-item::before {
  display: none; }

.social-list .menu-item > a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem; }

.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*="dribbble.com"]::before {
  content: '\f17d'; }

.social-list .menu-item > a[href*="dropbox.com"]::before {
  content: '\f16b'; }

.social-list .menu-item > a[href*="facebook.com"]::before {
  content: '\f09a'; }

.social-list .menu-item > a[href*="flickr.com"]::before {
  content: '\f16e'; }

.social-list .menu-item > a[href*="plus.google.com"]::before {
  content: '\f0d5'; }

.social-list .menu-item > a[href*="github.com"]::before {
  content: '\f09b'; }

.social-list .menu-item > a[href*="instagram.com"]::before {
  content: '\f16d'; }

.social-list .menu-item > a[href*="linkedin.com"]::before {
  content: '\f0e1'; }

.social-list .menu-item > a[href*="pinterest.com"]::before {
  content: '\f0d2'; }

.social-list .menu-item > a[href*="getpocket.com"]::before {
  content: '\f265'; }

.social-list .menu-item > a[href*="reddit.com"]::before {
  content: '\f1a1'; }

.social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
  content: '\f17e'; }

.social-list .menu-item > a[href*="stumbleupon.com"]::before {
  content: '\f1a4'; }

.social-list .menu-item > a[href*="tumblr.com"]::before {
  content: '\f173'; }

.social-list .menu-item > a[href*="twitter.com"]::before {
  content: '\f099'; }

.social-list .menu-item > a[href*="vimeo.com"]::before {
  content: '\f27d'; }

.social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
  content: '\f19a'; }

.social-list .menu-item > a[href*="youtube.com"]::before {
  content: '\f167'; }

.social-list .menu-item > a[href*="amazon.com"]::before {
  content: '\f270'; }

.social-list .menu-item > a[href*="tripadvisor"]::before {
  content: '\f262'; }

.social-list .menu-item > a[href*="ycombinator.com"]::before {
  content: '\f23b'; }

.social-list .menu-item > a[href*="xing.com"]::before {
  content: '\f168'; }

.social-list .menu-item > a[href*="yahoo."]::before {
  content: '\f19e'; }

.social-list .menu-item > a[href*="vine.co"]::before {
  content: '\f1ca'; }

.social-list .menu-item > a[href*="weibo.com"]::before {
  content: '\f18a'; }

.social-list .menu-item > a[href*="trello.com"]::before {
  content: '\f181'; }

.social-list .menu-item > a[href*="steampowered.com"]::before {
  content: '\f1b6'; }

.social-list .menu-item > a[href*="soundcloud.com"]::before {
  content: '\f1be'; }

.social-list .menu-item > a[href*="spotify.com"]::before {
  content: '\f1bc'; }

.social-list .menu-item > a[href*="stackexchange.com"]::before {
  content: '\f18d'; }

.social-list .menu-item > a[href*="stackoverflow.com"]::before {
  content: '\f16c'; }

.social-list .menu-item > a[href*="slideshare.net"]::before {
  content: '\f1e7'; }

.social-list .menu-item > a[href*="slack.com"]::before {
  content: '\f198'; }

.social-list .menu-item > a[href*="skyatlas.com"]::before {
  content: '\f216'; }

.social-list .menu-item > a[href*="last.fm"]::before {
  content: '\f202'; }

.social-list .menu-item > a[href*="jsfiddle.net"]::before {
  content: '\f1cc'; }

.social-list .menu-item > a[href*="behance.net"]::before {
  content: '\f1b4'; }

.social-list .menu-item > a[href*="bitbucket.org"]::before {
  content: '\f171'; }

.social-list .menu-item > a[href*="codepen.io"]::before {
  content: '\f1cb'; }

.social-list .menu-item > a[href*="codiepie.com"]::before {
  content: '\f284'; }

.social-list .menu-item > a[href*="connectdevelop.com"]::before {
  content: '\f20e'; }

.social-list .menu-item > a[href*="dashcube.com"]::before {
  content: '\f210'; }

.social-list .menu-item > a[href*="contao.org"]::before {
  content: '\f26d'; }

.social-list .menu-item > a[href*="delicious.com"]::before {
  content: '\f1a5'; }

.social-list .menu-item > a[href*="deviantart.com"]::before {
  content: '\f1bd'; }

.social-list .menu-item > a[href*="vk.com"]::before {
  content: '\f189'; }

.social-list .menu-item > a::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  line-height: 34px;
  margin: auto;
  border-radius: 50%; }
  @media (max-width: 1200px) {
    .social-list .menu-item > a::before {
      font-size: 1.4rem; } }
  @media (max-width: 992px) {
    .social-list .menu-item > a::before {
      font-size: 1.3rem; } }

.social-list--text .social-list .menu-item > a::before {
  display: none; }

.social-list--text .menu-item > a::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: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

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

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px; }

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

.align-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-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,
.entry-content:after,
.entry-footer:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

.hidden {
  display: none; }

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  position: relative;
  margin-bottom: 1.875em;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .comments-area {
    margin-bottom: 3.75em;
    padding-left: 0;
    padding-right: 0; } }

.comments-title {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .comments-title {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 36px; } }

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

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

.comment-content {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center; }

.comment-list {
  margin: 0;
  padding: 0 0 36px;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 992px) {
  .comment-list {
    margin-left: -61px;
    margin-right: -61px; } }

.comment-list > .comment > .comment-body {
  position: relative; }

.comment-list > .comment > .comment-body::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  right: -10px;
  background-color: #f6f6f6; }

@media (min-width: 992px) {
  .comment-list > .comment > .comment-body::before {
    left: -60px;
    right: -40px; } }

.comment-list .children {
  margin-left: 0;
  padding-left: 15px;
  list-style: none; }

@media (min-width: 992px) {
  .comment-list .children {
    padding-left: 85px; } }

.comment-list > .comment,
.comment-list > .ping,
.comment-list > .pingback {
  padding-right: 10px;
  padding-left: 10px; }

@media (min-width: 992px) {
  .comment-list > .comment,
  .comment-list > .ping,
  .comment-list > .pingback {
    padding-right: 40px;
    padding-left: 60px; } }

.comment-content {
  overflow: hidden; }

.comment-content a {
  word-wrap: break-word; }

.comment-content p {
  margin-bottom: 0; }

.comment-body {
  padding-top: 15px;
  padding-bottom: 15px; }

@media (min-width: 992px) {
  .comment-body {
    padding-top: 40px;
    padding-bottom: 40px; } }

.comment-body__holder {
  position: relative;
  padding-right: 18px; }

.comment-body .avatar {
  width: 70px;
  margin: 0 30px 0 0;
  border-radius: 50%; }

@media (min-width: 992px) {
  .comment-body .avatar {
    width: auto;
    margin: 0 60px 0 0; } }

@media (max-width: 991px) {
  .comment-body .avatar {
    max-width: 70px; } }

.comment-body .fn {
  margin-right: 10px; }

@media (min-width: 992px) {
  .comment-body .fn {
    margin-right: 25px; } }

.comment-body .reply {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.comment-reply-link {
  font-size: 22px; }

.comment-reply-link .material-icons {
  font-size: inherit; }

.comment-date {
  display: block;
  margin-right: 15px; }

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

.comment-date__time {
  display: inline-block;
  vertical-align: top; }

.comment-metadata {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  margin: 2em -1px 3em; }

.post-author__holder {
  padding: 15px; }

@media (min-width: 768px) {
  .post-author__holder {
    padding: 30px 0;
    padding-right: 30px; } }

@media (min-width: 992px) {
  .post-author__holder {
    padding: 40px 0;
    padding-right: 100px; } }

@media (min-width: 768px) {
  .post-author__avatar {
    float: left;
    margin: 0 30px; } }

@media (min-width: 992px) {
  .post-author__avatar {
    margin: 0 60px; } }

.post-author__avatar .avatar {
  width: 70px;
  vertical-align: top;
  border-radius: 50%; }

@media (min-width: 992px) {
  .post-author__avatar .avatar {
    width: auto; } }

@media (min-width: 992px) {
  .post-author__title {
    font-size: 20px;
    line-height: 1.4;
    margin: 20px 0; } }

.post-author__content {
  overflow: hidden; }

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.single-post .share-btns__list h4 {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  margin: 15px 18px 15px 0; }

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

.single-post .share-btns__item {
  vertical-align: inherit; }

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

.single-post .share-btns__link {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  border-radius: 50%; }

.share-btns__item + .share-btns__item {
  margin-left: 28px; }

.single-post .share-btns__item + .share-btns__item {
  margin-left: 8px; }

/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/
div.tm_timeline {
  padding: 0; }

div.tm_timeline__tense {
  height: 1px;
  margin-top: 0px; }

.tm_timeline-layout-vertical-chessOrder div.tm_timeline__tense {
  width: 1px; }

div.tm_timeline__body-tense {
  border-left: 1px solid; }

div.tm_timeline__event__dot {
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 0 0 9px #fff;
  box-shadow: 0 0 0 9px #fff;
  background-color: #fff; }

div.tm_timeline__event__dot:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  border-radius: 50%; }

div.tm_timeline__event__date {
  font-size: 14px;
  font-size: 0.875rem; }

div.tm_timeline__event__title {
  margin-bottom: 10px; }

div.tm_timeline__pages {
  padding-bottom: 20px; }

div.tm_timeline div.tm_timeline__control, div.tm_timeline div.tm_timeline__control:hover {
  top: 20%; }

div.tm_timeline.tm_timeline-layout-vertical {
  display: block; }

div.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event {
  margin-bottom: 75px; }

div.tm_timeline.tm_timeline-layout-vertical .tm_timeline__container {
  margin: 0; }

div.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__dot {
  -webkit-transform: translate(-11px, 0);
  -ms-transform: translate(-11px, 0);
  transform: translate(-11px, 0);
  position: absolute; }

div.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event-even .tm_timeline__event__dot {
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0); }

div.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__date,
div.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__title,
div.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event__description {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  padding-left: 40px;
  padding-right: 0; }

div.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event-even .tm_timeline__event__date,
div.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event-even .tm_timeline__event__title,
div.tm_timeline.tm_timeline-layout-vertical .tm_timeline__event-even .tm_timeline__event__description {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  padding-left: 0;
  padding-right: 40px; }

div.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__tense {
  top: 0;
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  transform: translateY(11px); }

div.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event__dot {
  top: 0;
  left: 22px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

div.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event__date {
  margin-bottom: 5px; }

div.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event__title {
  font-size: 20px;
  font-size: 1.25rem; }

div.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__page__content {
  margin-left: -15px;
  margin-right: -15px; }

div.tm_timeline.tm_timeline-layout-horizontal .tm_timeline__event {
  width: 100%;
  padding-top: 50px;
  padding-left: 15px;
  padding-left: 15px; }

.single-timeline_post div.timeline_post {
  border-top: none;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .single-timeline_post div.timeline_post {
    padding-top: 58px;
    padding-left: 58px;
    padding-right: 58px; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.card {
  display: block;
  border: 1px solid #d8d8d8;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all; }

@media (min-width: 768px) {
  .card-deck {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap; }
  .card-deck .card {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-box-flex: 1;
    flex: 1 0 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .blog-grid-3-cols .card-deck .card, .blog-masonry-3-cols .card-deck .card, .blog-grid-2-cols .card-deck .card, .blog-masonry-2-cols .card-deck .card {
    display: block; }
  .home .card-deck .card.sticky {
    display: block;
    max-width: calc(100% - 1.875rem);
    -webkit-flex: none;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none; }
  .posts-list--grid-2-cols .card {
    max-width: calc(100%/2 - 1.875rem);
    -webkit-flex: 1 0 calc(100%/2 - 1.875rem);
    -ms-flex: 1 0 calc(100%/2 - 1.875rem);
    -webkit-box-flex: 1;
    flex: 1 0 calc(100%/2 - 1.875rem); }
  .posts-list--grid-3-cols .card {
    max-width: calc(100%/3 - 1.875rem);
    -webkit-flex: 1 0 calc(100%/3 - 1.875rem);
    -ms-flex: 1 0 calc(100%/3 - 1.875rem);
    -webkit-box-flex: 1;
    flex: 1 0 calc(100%/3 - 1.875rem); } }

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem; }
  .card-columns .card {
    display: inline-block;
    width: 100%; }
  .posts-list--masonry-2-cols {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2; }
  .posts-list--masonry-3-cols {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 768px) {
  .posts-list--vertical-justify {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap; }
  .posts-list--vertical-justify .card {
    -webkit-flex: 1 0 calc(100%/3 - 1.875rem);
    -ms-flex: 1 0 calc(100%/3 - 1.875rem);
    -webkit-box-flex: 1;
    flex: 1 0 calc(100%/3 - 1.875rem);
    max-width: calc(100%/3 - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; }
  .posts-list--vertical-justify .card:nth-child(7n + 1), .posts-list--vertical-justify .card:nth-child(7n + 4) {
    -webkit-flex: 1 0 calc(100%/1.5 - 1.875rem);
    -ms-flex: 1 0 calc(100%/1.5 - 1.875rem);
    -webkit-box-flex: 1;
    flex: 1 0 calc(100%/1.5 - 1.875rem);
    max-width: calc(100%/1.5 - 1.875rem); } }

@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;
    -webkit-flex: none;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none; }
  .posts-list--masonry-3-cols.one-left-sidebar, .posts-list--masonry-3-cols.one-right-sidebar {
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto; }
  .posts-list--masonry-3-cols.one-left-sidebar .card, .posts-list--masonry-3-cols.one-right-sidebar .card {
    display: block; } }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body {
  background-color: #ffffff; }

.site {
  overflow: hidden;
  border-top: 1px solid #ccc; }

.site-logo {
  line-height: 1.1; }

.site-description {
  font-size: 8px;
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

.single-cherry-services .site-content .cta_wrap {
  margin-bottom: -5em; }

.single .site-main {
  margin-top: 2.5em; }

@media (min-width: 992px) {
  .single .site-main {
    margin-top: 3em; } }

.single .site-main article.no-thumb {
  border-top: 1px solid #e0e0e8; }

.search .site-main {
  margin-top: 1em; }

@media (min-width: 992px) {
  .search .site-main {
    margin-top: 3em; } }

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .header-container {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .header-container.isStuck {
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0; } }

.container .header-container {
  padding-right: 0;
  padding-left: 0; }

.header-wrapper {
  border-bottom: 1px solid #999; }

.header-container__flex {
  position: relative; }

@media (max-width: 768px) {
  .header-container__flex {
    width: 100%; } }

.header-container .header__search {
  margin-left: 15px; }

@media (max-width: 768px) {
  .header-container .header__search {
    width: 100%; } }

@media (min-width: 768px) {
  .header-container .site-branding,
  .header-container .main-navigation {
    visibility: visible; } }

@media (max-width: 768px) {
  .header-container .site-branding {
    padding: 10px 110px 15px;
    text-align: center;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; } }

@media (max-width: 480px) {
  .header-container .site-branding {
    padding: 10px 30px 15px; } }

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

.site-header .header-container .main-navigation.isStuck {
  text-align: center; }

body:not(.home) .header-container {
  background-image: none; }

.site-header.transparent:not(.isStuck) {
  background: none;
  top: auto; }

.site-header.transparent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 90; }

@media (max-width: 1024px) {
  .site-header.transparent {
    margin-top: 0;
    position: relative; } }

.site-header.default .header-container {
  padding-top: 16px;
  position: relative; }

.site-header.default .header-container__flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.site-header.default .site-branding {
  width: 100%; }

@media (min-width: 768px) {
  .site-header.default .main-navigation {
    width: calc(100% - 30px); } }

.site-header.default .main-navigation.isStuck {
  width: 100%; }

.site-header.default .search-form {
  margin-top: 0px; }

@media (min-width: 768px) {
  .site-header.default .search-form {
    margin-top: 26px; } }

.site-header.default .search-form__close {
  margin-top: 24px; }

@media (min-width: 768px) {
  .site-header.default .header-container {
    padding-top: 34px; } }

@media (max-width: 767px) {
  .site-header.default .site-branding {
    -webkit-order: 2;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .site-header.default .main-navigation {
    -webkit-order: 3;
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; } }

.site-header.centered .header-container {
  padding-top: 16px;
  position: relative; }

.site-header.centered .header-container__flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.site-header.centered .site-branding {
  width: 100%; }

@media (min-width: 768px) {
  .site-header.centered .main-navigation {
    width: calc(100% - 30px); } }

.site-header.centered .main-navigation.isStuck {
  width: 100%; }

.site-header.centered .main-navigation {
  position: relative;
  padding-top: 0.5em; }

.site-header.centered .main-navigation #main-menu {
  float: none; }

.site-header.centered .search-form {
  margin-top: 0px; }

@media (min-width: 768px) {
  .site-header.centered .search-form {
    margin-top: 26px; } }

.site-header.centered .search-form__close {
  margin-top: 24px; }

@media (min-width: 768px) {
  .site-header.centered {
    text-align: center; }
  .site-header.centered .header-container {
    padding-top: 32px; }
  .site-header.centered .main-navigation::before {
    content: "";
    position: absolute;
    top: 2em;
    left: -100%;
    right: -100%; } }

@media (min-width: 992px) {
  .site-header.centered .main-navigation .menu {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center; } }

@media (max-width: 767px) {
  .site-header.centered .header-container_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .site-header.centered .site-branding {
    -webkit-order: 2;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%; }
  .site-header.centered .site-branding .site-logo {
    text-align: center; }
  .site-header.centered .site-branding .site-logo__link {
    display: inline-block; }
  .site-header.centered .main-navigation {
    -webkit-order: 3;
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
    padding-top: 3px; } }

.site-header.minimal .header-container {
  text-align: center; }

@media (min-width: 768px) {
  .site-header.minimal .header-container {
    text-align: left; } }

@media (min-width: 1200px) {
  .site-header.minimal .header-container {
    padding-top: 0; } }

@media (max-width: 767px) {
  .site-header.minimal .header-container {
    padding: 1.3em 1.3em 5px; } }

.site-header.minimal .site-branding {
  text-align: center;
  display: inline-block;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%; }

@media (min-width: 768px) {
  .site-header.minimal .site-branding {
    padding: 13px 0 8px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    text-align: left;
    -webkit-order: 0;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; } }

.site-header.minimal .search-form {
  margin-top: 0px; }

@media (min-width: 768px) {
  .site-header.minimal .search-form {
    margin-top: 3px; } }

.site-header.minimal .main-navigation {
  position: relative;
  text-align: right; }

@media (min-width: 768px) {
  .site-header.minimal .main-navigation::before {
    content: "";
    position: absolute;
    top: .375em;
    left: -100%;
    right: -100%; } }

@media (min-width: 1200px) {
  .site-header.minimal .main-navigation::before {
    display: none; } }

@media (max-width: 1199px) {
  .site-header.minimal .main-navigation {
    padding-top: .375em;
    text-align: left;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%; }
  .site-header.minimal .main-navigation .menu {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start; } }

@media (max-width: 768px) {
  .site-header.minimal .main-navigation {
    padding-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; } }

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

.conta {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2; }
  @media (max-width: 1200px) {
    .conta {
      margin-left: 15px; } }
  @media (max-width: 768px) {
    .conta {
      margin-left: 0;
      width: 100%; } }
  .conta .phone_top {
    font-size: 22px;
    color: #173651;
    margin-bottom: 2px;
    display: inline-block; }
    @media (max-width: 1200px) {
      .conta .phone_top {
        font-size: 18px; } }
    @media (max-width: 992px) {
      .conta .phone_top {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .conta .phone_top {
        font-size: 20px; } }
    .conta .phone_top i {
      color: #1f9b95;
      font-size: 28px;
      vertical-align: -2px; }
      @media (max-width: 1200px) {
        .conta .phone_top i {
          font-size: 25px; } }
      @media (max-width: 992px) {
        .conta .phone_top i {
          font-size: 22px; } }
      @media (max-width: 768px) {
        .conta .phone_top i {
          font-size: 25px; } }
    .conta .phone_top:hover, .conta .phone_top:active, .conta .phone_top:focus, .conta .phone_top:active:focus {
      color: #c21414; }
  .conta .social-list {
    float: right; }
    @media (max-width: 767px) {
      .conta .social-list {
        margin-top: 7px;
        z-index: 1;
        position: relative;
        float: none; } }
    .conta .social-list .menu-item + .menu-item {
      margin-left: 10px; }
      .conta .social-list .menu-item + .menu-item a {
        color: #6e32af; }
      .conta .social-list .menu-item + .menu-item + .menu-item a {
        color: #bc0d0d; }
        .conta .social-list .menu-item + .menu-item + .menu-item a:hover, .conta .social-list .menu-item + .menu-item + .menu-item a:active, .conta .social-list .menu-item + .menu-item + .menu-item a:focus, .conta .social-list .menu-item + .menu-item + .menu-item a:active:focus {
          color: #444; }
    .conta .social-list .menu-item:before {
      font-size: 1.5rem; }
    .conta .social-list .menu-item a {
      color: #006dca; }
      .conta .social-list .menu-item a:hover, .conta .social-list .menu-item a:active, .conta .social-list .menu-item a:focus, .conta .social-list .menu-item a:active:focus {
        color: #444; }

.header-container__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 768px) {
  .header-container__flex {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between; } }

@media (min-width: 1200px) {
  .header-container__flex {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; } }

@media (min-width: 768px) {
  .header-container__flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .site-header.minimal .main-navigation {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .site-header.minimal .main-navigation {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
      flex: 0 0 55%; } }

@media (min-width: 768px) {
  .site-header.minimal .site-branding {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%; }
  .header-container .header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3%;
    flex: 0 0 3%; }
  .site-header.minimal .main-navigation .menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .search-form__toggle {
    display: block; }
  .no-loader {
    display: block; } }

.top-panel {
  font-size: 12px;
  font-size: 0.75rem; }

@media (min-width: 768px) {
  .top-panel__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    align-items: center; } }

.top-panel__menu {
  max-width: 60%; }

.top-panel__message {
  margin-left: -7px; }

.top-panel__message > * {
  margin: 7px; }

.top-panel__message .info-block {
  display: inline-block; }

.top-panel__message .info-block i {
  font-size: 16px;
  font-size: 1rem;
  padding-right: 10px; }

.top-panel__message .info-block i.fa-mobile {
  font-size: 18px;
  font-size: 1.125rem; }

.site-logo {
  margin: 0; }

.site-logo__link {
  text-decoration: none; }

.site-logo__link:focus {
  outline: none; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0; }

.card-columns {
  padding-top: 3em; }

/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .home .tm_pb_builder .site-main .tm_builder_outer_content {
    margin-top: 0; } }

.edit-link {
  padding: 1em; }

.hentry {
  position: relative;
  border-radius: 4px; }

.tm_pb_builder:not(.blog):not(.search):not(.archive) .breadcrumbs + .site-content_wrap .hentry, .tm_pb_builder:not(.blog):not(.search):not(.archive) .breadcrumbs + .site-content_wrap .hentry .entry-content, .tm_pb_builder:not(.blog):not(.search):not(.archive) .breadcrumbs + .site-content_wrap .hentry .entry-footer {
  margin-top: 0; }

.tm_pb_builder:not(.blog):not(.search):not(.archive) .breadcrumbs + .site-content_wrap .hentry.page {
  margin-bottom: 0; }

.tm_pb_builder:not(.blog):not(.search):not(.archive) .hentry .entry-content, .tm_pb_builder:not(.blog):not(.search):not(.archive) .hentry .entry-footer {
  margin-top: 1.25em; }

@media (min-width: 992px) {
  .tm_pb_builder:not(.blog):not(.search):not(.archive) .hentry .entry-content, .tm_pb_builder:not(.blog):not(.search):not(.archive) .hentry .entry-footer {
    margin-top: 3em; } }

.tm_pb_builder:not(.blog):not(.search):not(.archive) .hentry .entry-content.builder_on, .tm_pb_builder:not(.blog):not(.search):not(.archive) .hentry .entry-footer.builder_on {
  margin-top: 0; }

.tm_pb_builder:not(.blog):not(.search):not(.archive) .hentry.page {
  margin-bottom: 0; }

.tm_pb_builder.archive .breadcrumbs + .site-content_wrap .hentry:first-child {
  margin-top: 0; }

.single-post .hentry.no-thumb {
  padding-top: 25px; }

@media (min-width: 992px) {
  .single-post .hentry.no-thumb {
    padding-top: 55px; } }

.single-post .hentry.has-thumb .entry-header {
  padding-top: 25px; }

@media (min-width: 992px) {
  .single-post .hentry.has-thumb .entry-header {
    padding-top: 55px; } }

.single-post .hentry.format-audio .wp-audio-shortcode {
  margin-top: 20px;
  margin-bottom: 20px; }

.search .hentry {
  margin-top: 0; }

.search .hentry + .hentry {
  margin-top: 1em; }

@media (min-width: 992px) {
  .search .hentry + .hentry {
    margin-top: 3em; } }

.search .hentry.has-thumb, .search .hentry.page, .search .hentry.no-thumb {
  padding: 15px; }

@media (min-width: 768px) {
  .search .hentry.has-thumb, .search .hentry.page, .search .hentry.no-thumb {
    padding: 25px; } }

.search .hentry.has-thumb .btn, .search .hentry.has-thumb #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .search .hentry.has-thumb a.tm_pb_button,
.search .hentry.has-thumb #tm_builder_outer_content button.tm_pb_button,
#tm_builder_outer_content .search .hentry.has-thumb button.tm_pb_button,
.search .hentry.has-thumb .btn-lg, .search .hentry.page .btn, .search .hentry.page #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .search .hentry.page a.tm_pb_button,
.search .hentry.page #tm_builder_outer_content button.tm_pb_button,
#tm_builder_outer_content .search .hentry.page button.tm_pb_button,
.search .hentry.page .btn-lg, .search .hentry.no-thumb .btn, .search .hentry.no-thumb #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .search .hentry.no-thumb a.tm_pb_button,
.search .hentry.no-thumb #tm_builder_outer_content button.tm_pb_button,
#tm_builder_outer_content .search .hentry.no-thumb button.tm_pb_button,
.search .hentry.no-thumb .btn-lg {
  margin-top: 10px;
  margin-bottom: 10px; }

.blog-default:not(.single) .hentry, .blog-grid-2-cols:not(.single) .hentry, .blog-masonry-2-cols:not(.single) .hentry {
  width: 100%;
  float: none; }

.blog-default:not(.single) .hentry.format-standard.no-thumb, .blog-default:not(.single) .hentry.format-aside.no-thumb, .blog-default:not(.single) .hentry.format-audio, .blog-default:not(.single) .hentry.format-quote, .blog-default:not(.single) .hentry.format-video .post-list__item-content, .blog-grid-2-cols:not(.single) .hentry.format-standard.no-thumb, .blog-grid-2-cols:not(.single) .hentry.format-aside.no-thumb, .blog-grid-2-cols:not(.single) .hentry.format-audio, .blog-grid-2-cols:not(.single) .hentry.format-quote, .blog-grid-2-cols:not(.single) .hentry.format-video .post-list__item-content, .blog-masonry-2-cols:not(.single) .hentry.format-standard.no-thumb, .blog-masonry-2-cols:not(.single) .hentry.format-aside.no-thumb, .blog-masonry-2-cols:not(.single) .hentry.format-audio, .blog-masonry-2-cols:not(.single) .hentry.format-quote, .blog-masonry-2-cols:not(.single) .hentry.format-video .post-list__item-content {
  padding: 15px; }

@media (min-width: 768px) {
  .blog-default:not(.single) .hentry.format-standard.no-thumb, .blog-default:not(.single) .hentry.format-aside.no-thumb, .blog-default:not(.single) .hentry.format-audio, .blog-default:not(.single) .hentry.format-quote, .blog-default:not(.single) .hentry.format-video .post-list__item-content, .blog-grid-2-cols:not(.single) .hentry.format-standard.no-thumb, .blog-grid-2-cols:not(.single) .hentry.format-aside.no-thumb, .blog-grid-2-cols:not(.single) .hentry.format-audio, .blog-grid-2-cols:not(.single) .hentry.format-quote, .blog-grid-2-cols:not(.single) .hentry.format-video .post-list__item-content, .blog-masonry-2-cols:not(.single) .hentry.format-standard.no-thumb, .blog-masonry-2-cols:not(.single) .hentry.format-aside.no-thumb, .blog-masonry-2-cols:not(.single) .hentry.format-audio, .blog-masonry-2-cols:not(.single) .hentry.format-quote, .blog-masonry-2-cols:not(.single) .hentry.format-video .post-list__item-content {
    padding: 25px; } }

.blog-default:not(.single) .hentry.post-thumbnail--fullwidth.has-thumb, .blog-default:not(.single) .hentry.post-thumbnail--fullwidth.format-gallery, .blog-default:not(.single) .hentry.format-status .post-list__item-content, .blog-default:not(.single) .hentry.format-chat .post-list__item-content, .blog-grid-2-cols:not(.single) .hentry.post-thumbnail--fullwidth.has-thumb, .blog-grid-2-cols:not(.single) .hentry.post-thumbnail--fullwidth.format-gallery, .blog-grid-2-cols:not(.single) .hentry.format-status .post-list__item-content, .blog-grid-2-cols:not(.single) .hentry.format-chat .post-list__item-content, .blog-masonry-2-cols:not(.single) .hentry.post-thumbnail--fullwidth.has-thumb, .blog-masonry-2-cols:not(.single) .hentry.post-thumbnail--fullwidth.format-gallery, .blog-masonry-2-cols:not(.single) .hentry.format-status .post-list__item-content, .blog-masonry-2-cols:not(.single) .hentry.format-chat .post-list__item-content {
  padding: 15px; }

@media (min-width: 768px) {
  .blog-default:not(.single) .hentry.post-thumbnail--fullwidth.has-thumb, .blog-default:not(.single) .hentry.post-thumbnail--fullwidth.format-gallery, .blog-default:not(.single) .hentry.format-status .post-list__item-content, .blog-default:not(.single) .hentry.format-chat .post-list__item-content, .blog-grid-2-cols:not(.single) .hentry.post-thumbnail--fullwidth.has-thumb, .blog-grid-2-cols:not(.single) .hentry.post-thumbnail--fullwidth.format-gallery, .blog-grid-2-cols:not(.single) .hentry.format-status .post-list__item-content, .blog-grid-2-cols:not(.single) .hentry.format-chat .post-list__item-content, .blog-masonry-2-cols:not(.single) .hentry.post-thumbnail--fullwidth.has-thumb, .blog-masonry-2-cols:not(.single) .hentry.post-thumbnail--fullwidth.format-gallery, .blog-masonry-2-cols:not(.single) .hentry.format-status .post-list__item-content, .blog-masonry-2-cols:not(.single) .hentry.format-chat .post-list__item-content {
    padding: 25px; } }

.blog-default:not(.single) .hentry.post-thumbnail--fullwidth .post-thumbnail img, .blog-grid-2-cols:not(.single) .hentry.post-thumbnail--fullwidth .post-thumbnail img, .blog-masonry-2-cols:not(.single) .hentry.post-thumbnail--fullwidth .post-thumbnail img {
  width: 100%; }

.blog-default:not(.single) .hentry .entry-content--footer, .blog-grid-2-cols:not(.single) .hentry .entry-content--footer, .blog-masonry-2-cols:not(.single) .hentry .entry-content--footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: -5px; }

.blog-default:not(.single) .hentry .entry-content--footer > *, .blog-grid-2-cols:not(.single) .hentry .entry-content--footer > *, .blog-masonry-2-cols:not(.single) .hentry .entry-content--footer > * {
  margin-top: 10px;
  margin-bottom: 10px; }

.blog-grid-3-cols .hentry.format-standard.no-thumb, .blog-grid-3-cols .hentry.format-aside.no-thumb, .blog-grid-3-cols .hentry.format-audio, .blog-grid-3-cols .hentry.format-quote, .blog-grid-3-cols .hentry.format-video .post-list__item-content, .blog-grid-3-cols .hentry.has-thumb:not(.format-audio) .post-list__item-content, .blog-grid-3-cols .hentry.format-gallery .post-list__item-content, .blog-masonry-3-cols .hentry.format-standard.no-thumb, .blog-masonry-3-cols .hentry.format-aside.no-thumb, .blog-masonry-3-cols .hentry.format-audio, .blog-masonry-3-cols .hentry.format-quote, .blog-masonry-3-cols .hentry.format-video .post-list__item-content, .blog-masonry-3-cols .hentry.has-thumb:not(.format-audio) .post-list__item-content, .blog-masonry-3-cols .hentry.format-gallery .post-list__item-content {
  padding: 15px; }

@media (min-width: 1200px) {
  .blog-grid-3-cols .hentry.format-standard.no-thumb, .blog-grid-3-cols .hentry.format-aside.no-thumb, .blog-grid-3-cols .hentry.format-audio, .blog-grid-3-cols .hentry.format-quote, .blog-grid-3-cols .hentry.format-video .post-list__item-content, .blog-grid-3-cols .hentry.has-thumb:not(.format-audio) .post-list__item-content, .blog-grid-3-cols .hentry.format-gallery .post-list__item-content, .blog-masonry-3-cols .hentry.format-standard.no-thumb, .blog-masonry-3-cols .hentry.format-aside.no-thumb, .blog-masonry-3-cols .hentry.format-audio, .blog-masonry-3-cols .hentry.format-quote, .blog-masonry-3-cols .hentry.format-video .post-list__item-content, .blog-masonry-3-cols .hentry.has-thumb:not(.format-audio) .post-list__item-content, .blog-masonry-3-cols .hentry.format-gallery .post-list__item-content {
    padding: 30px; } }

.blog-grid-3-cols .hentry .btn, .blog-grid-3-cols .hentry #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .blog-grid-3-cols .hentry a.tm_pb_button,
.blog-grid-3-cols .hentry #tm_builder_outer_content button.tm_pb_button,
#tm_builder_outer_content .blog-grid-3-cols .hentry button.tm_pb_button,
.blog-grid-3-cols .hentry .btn-lg, .blog-masonry-3-cols .hentry .btn, .blog-masonry-3-cols .hentry #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .blog-masonry-3-cols .hentry a.tm_pb_button,
.blog-masonry-3-cols .hentry #tm_builder_outer_content button.tm_pb_button,
#tm_builder_outer_content .blog-masonry-3-cols .hentry button.tm_pb_button,
.blog-masonry-3-cols .hentry .btn-lg {
  margin-bottom: 20px; }

.blog-grid-3-cols .hentry.format-quote blockquote, .blog-masonry-3-cols .hentry.format-quote blockquote {
  font-size: 24px;
  font-size: 1.5rem; }

.posts-list .hentry:last-child {
  margin-bottom: 3em; }

.card-columns .hentry {
  margin-top: 0;
  margin-bottom: 3em; }

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

.single-post .entry-title {
  margin-top: 40px;
  margin-bottom: 22px; }

.entry-header .entry-title:first-child {
  margin-top: 0; }

.entry-summary + .entry-meta, .entry-content + .entry-meta {
  margin-top: 1em; }

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

.single-post .entry-summary, .page > .entry-summary, .single-post .entry-content, .page > .entry-content {
  margin-top: 3em; }

.single-post .entry-summary img.size-full, .page > .entry-summary img.size-full, .single-post .entry-content img.size-full, .page > .entry-content img.size-full {
  margin-top: 0; }

.elementor-page .entry-summary, .elementor-page .entry-content {
  margin-top: 0;
  margin-bottom: 0; }

.entry-footer {
  position: relative;
  margin-top: 0.8em; }

.single-post .entry-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.single-post .site-main .post-thumbnail {
  margin-left: -14px;
  margin-right: -14px; }

@media (min-width: 992px) {
  .single-post .site-main .post-thumbnail {
    margin-left: -58px;
    margin-right: -58px; } }

@media (min-width: 992px) {
  .post-thumbnail__link.post-thumbnail--small {
    margin-right: 30px;
    text-align: left; } }

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

.entry-header + .post-thumbnail > .post-thumbnail__img {
  margin-top: 25px; }

.post-thumbnail--fullwidth.has-post-thumbnail .post-thumbnail {
  margin-bottom: 30px; }

.post__cats {
  margin-bottom: 8px; }

.post__cats a {
  line-height: 22px;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  vertical-align: top;
  text-decoration: none;
  margin-bottom: 6px; }

.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
  z-index: 99; }

@media (min-width: 992px) {
  .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
    top: 30px; } }

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

@media (min-width: 1200px) {
  .post__cats {
    margin-bottom: 24px; } }

.post__date .material-icons,
.post__date .fa, .post__comments .material-icons,
.post__comments .fa, .post__tags .material-icons,
.post__tags .fa {
  font-size: 15px;
  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;
  display: inline-block; }

.post .posted-by {
  margin-right: 5px; }

.post__tags {
  margin-bottom: 10px; }

.post__tags a {
  margin-right: 12px; }

.single-post .post__tags {
  margin-top: 0;
  margin-bottom: 0; }

.single-post .post__tags h4 {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 8px 0 0; }

.single-post .site-main .post {
  padding-left: 15px;
  padding-right: 15px; }

.single-post .site-main .post .size-full.alignleft, .single-post .site-main .post .size-full.alignright {
  margin-left: -14px;
  margin-right: -14px;
  max-width: calc(100% + 28px); }

.single-post .site-main .post .size-full.alignleft {
  margin-right: 14px; }

.single-post .site-main .post .size-full.alignright {
  margin-left: 14px; }

@media (min-width: 992px) {
  .single-post .site-main .post {
    padding-left: 58px;
    padding-right: 58px; }
  .single-post .site-main .post .size-full.alignleft, .single-post .site-main .post .size-full.alignright {
    margin-left: -58px;
    margin-right: -58px;
    max-width: calc(100% + 116px); }
  .single-post .site-main .post .size-full.alignleft {
    margin-right: 58px; }
  .single-post .site-main .post .size-full.alignright {
    margin-left: 58px; } }

/*--------------------------------------------------------------
### Read More button
--------------------------------------------------------------*/
.posts-list__item .btn__icon,
.posts-list__item .btn .material-icons,
.posts-list__item #tm_builder_outer_content a.tm_pb_button .material-icons,
#tm_builder_outer_content .posts-list__item a.tm_pb_button .material-icons,
.posts-list__item #tm_builder_outer_content button.tm_pb_button .material-icons,
#tm_builder_outer_content .posts-list__item button.tm_pb_button .material-icons,
.posts-list__item .btn-lg .material-icons,
.posts-list__item .btn .fa,
.posts-list__item #tm_builder_outer_content a.tm_pb_button .fa,
#tm_builder_outer_content .posts-list__item a.tm_pb_button .fa,
.posts-list__item #tm_builder_outer_content button.tm_pb_button .fa,
#tm_builder_outer_content .posts-list__item button.tm_pb_button .fa,
.posts-list__item .btn-lg .fa {
  display: none; }

.posts-list--default .posts-list__item .btn__text {
  display: inline-block; }

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky__label {
  line-height: 58px;
  display: inline-block;
  float: right;
  width: 58px;
  height: 58px;
  text-align: center;
  border-radius: 50%; }

@media (min-width: 992px) {
  .sticky__label {
    margin: -10px -10px 0 0; } }

.sticky__label .material-icons,
.sticky__label .fa {
  font-size: 24px;
  line-height: 2.4;
  display: block;
  width: auto; }

.has-post-thumbnail .sticky__label {
  position: absolute;
  z-index: 99;
  float: none;
  margin: 0;
  top: 15px;
  left: 15px; }

@media (min-width: 992px) {
  .has-post-thumbnail .sticky__label {
    top: 25px;
    left: 25px; }
  .blog-grid-3-cols .has-post-thumbnail .sticky__label, .blog-masonry-3-cols .has-post-thumbnail .sticky__label {
    top: 15px;
    left: 15px; } }

@media (min-width: 992px) {
  .blog-grid-3-cols .sticky__label, .blog-masonry-3-cols .sticky__label {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .blog-grid-3-cols .sticky__label .material-icons,
  .blog-grid-3-cols .sticky__label .fa, .blog-masonry-3-cols .sticky__label .material-icons,
  .blog-masonry-3-cols .sticky__label .fa {
    font-size: 16px;
    line-height: 30px; } }

/*--------------------------------------------------------------
### Post thumbnail small
--------------------------------------------------------------*/
.post-thumbnail--small {
  overflow: hidden;
  display: block; }

.post-thumbnail--small.no-thumb > .post-thumbnail > *:first-child:not(.sticky__label) {
  padding: 15px 15px 0; }

@media (min-width: 768px) {
  .post-thumbnail--small.no-thumb > .post-thumbnail > *:first-child:not(.sticky__label) {
    padding: 25px 25px 0; } }

.post-thumbnail--small.no-thumb:not(.format-link):not(.format-gallery):not(.format-image):not(.format-status):not(.format-chat) .post-list__item-content {
  padding: 0; }

.post-thumbnail--small.has-thumb:not(.format-link) > .post-thumbnail > *:first-child:not(.sticky__label), .post-thumbnail--small.format-gallery > .post-thumbnail > *:first-child:not(.sticky__label), .post-thumbnail--small.format-image > .post-thumbnail > *:first-child:not(.sticky__label) {
  width: 100%;
  position: relative;
  padding: 0 0 10px; }

.post-thumbnail--small.has-thumb:not(.format-link) > .post-thumbnail > *:first-child:not(.sticky__label) img, .post-thumbnail--small.format-gallery > .post-thumbnail > *:first-child:not(.sticky__label) img, .post-thumbnail--small.format-image > .post-thumbnail > *:first-child:not(.sticky__label) img {
  width: 100%; }

@media (min-width: 768px) {
  .post-thumbnail--small.has-thumb:not(.format-link) > .post-thumbnail > *:first-child:not(.sticky__label), .post-thumbnail--small.format-gallery > .post-thumbnail > *:first-child:not(.sticky__label), .post-thumbnail--small.format-image > .post-thumbnail > *:first-child:not(.sticky__label) {
    float: left;
    width: 50%;
    padding: 0 30px 0 0; } }

.post-thumbnail--small .post-list__item-content {
  padding: 15px; }

@media (min-width: 768px) {
  .post-thumbnail--small .post-list__item-content {
    padding: 25px; } }

.post-thumbnail--small .entry-content:after {
  content: none; }

.format-link .post-thumbnail a {
  margin-bottom: 0; }

.format-image .post-thumbnail a {
  margin-bottom: 0; }

.format-image .post-thumbnail__link {
  position: relative;
  display: block;
  overflow: hidden; }

.format-image .post-thumbnail__link::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .6s all ease;
  -o-transition: .6s all ease;
  transition: .6s all ease;
  content: "search";
  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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  font-size: 48px;
  font-size: 3rem;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  display: table-cell;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.format-image .post-thumbnail__link:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.post-thumbnail--small.has-thumb .post__cats,
.post-thumbnail--small.format-gallery .post__cats,
.post-thumbnail--small.format-link .post__cats,
.post-thumbnail--small.format-status .post__cats,
.post-thumbnail--fullwidth.has-thumb .post__cats,
.post-thumbnail--fullwidth.format-gallery .post__cats,
.post-thumbnail--fillwidth.format-link .post__cats,
.post-thumbnail--fillwidth.format-status .post__cats {
  padding-top: 15px;
  padding-left: 15px;
  margin-bottom: -5px; }

@media (min-width: 768px) {
  .post-thumbnail--small.has-thumb .post__cats,
  .post-thumbnail--small.format-gallery .post__cats,
  .post-thumbnail--small.format-link .post__cats,
  .post-thumbnail--small.format-status .post__cats,
  .post-thumbnail--fullwidth.has-thumb .post__cats,
  .post-thumbnail--fullwidth.format-gallery .post__cats,
  .post-thumbnail--fillwidth.format-link .post__cats,
  .post-thumbnail--fillwidth.format-status .post__cats {
    position: absolute;
    top: 10px;
    left: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
    overflow: hidden;
    width: auto;
    max-width: 80%;
    z-index: 1; }
  .post-thumbnail--small.has-thumb .post__cats a,
  .post-thumbnail--small.format-gallery .post__cats a,
  .post-thumbnail--small.format-link .post__cats a,
  .post-thumbnail--small.format-status .post__cats a,
  .post-thumbnail--fullwidth.has-thumb .post__cats a,
  .post-thumbnail--fullwidth.format-gallery .post__cats a,
  .post-thumbnail--fillwidth.format-link .post__cats a,
  .post-thumbnail--fillwidth.format-status .post__cats a {
    margin-bottom: 30px; } }

@media (min-width: 992px) {
  .blog-grid-3-cols .post-thumbnail--small.has-thumb .post__cats, .blog-masonry-3-cols .post-thumbnail--small.has-thumb .post__cats, .blog-grid-3-cols .post-thumbnail--small.format-gallery .post__cats, .blog-masonry-3-cols .post-thumbnail--small.format-gallery .post__cats, .blog-grid-3-cols .post-thumbnail--small.format-link .post__cats, .blog-masonry-3-cols .post-thumbnail--small.format-link .post__cats, .blog-grid-3-cols .post-thumbnail--small.format-status .post__cats, .blog-masonry-3-cols .post-thumbnail--small.format-status .post__cats, .blog-grid-3-cols .post-thumbnail--fullwidth.has-thumb .post__cats, .blog-masonry-3-cols .post-thumbnail--fullwidth.has-thumb .post__cats, .blog-grid-3-cols .post-thumbnail--fullwidth.format-gallery .post__cats, .blog-masonry-3-cols .post-thumbnail--fullwidth.format-gallery .post__cats, .blog-grid-3-cols .post-thumbnail--fillwidth.format-link .post__cats, .blog-masonry-3-cols .post-thumbnail--fillwidth.format-link .post__cats, .blog-grid-3-cols .post-thumbnail--fillwidth.format-status .post__cats, .blog-masonry-3-cols .post-thumbnail--fillwidth.format-status .post__cats {
    top: 5px;
    right: 5px; } }

.post-thumbnail--small.format-link.has-thumb .post-thumbnail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 10px; }

@media (min-width: 768px) {
  .post-thumbnail--small.format-link.has-thumb .post-thumbnail {
    width: 50%;
    float: left;
    padding: 0 30px 0 0; }
  .post-thumbnail--small.format-link.has-thumb .post-thumbnail .post-format-link {
    margin-left: -30px; } }

.posts-list--fullwidth .post-list__item-content,
.posts-list--fullwidth .entry-footer {
  padding: 15px; }

.posts-list__item {
  border-radius: 0;
  margin-top: 1.5em; }

@media (min-width: 768px) {
  .posts-list__item {
    margin-top: 3em; } }

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
  /* Gallery */
  /* Link */
  /* Quote */
  /* Wrapper for non-image featured content */ }

.entry-content .post-gallery {
  margin-top: 10px; }

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

.post-gallery .swiper-button-next,
.post-gallery .swiper-button-prev {
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  background-image: none;
  width: 58px;
  height: 58px;
  text-align: center;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.post-gallery .swiper-button-prev {
  left: 40px; }

.post-gallery .swiper-button-next {
  right: 40px; }

.post-gallery .material-icons,
.post-gallery .fa {
  font-size: 40px;
  line-height: 58px; }

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

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

.post-gallery__link {
  display: block; }

.post-format-link {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 20px 10px 15px; }

.post.format-link .post-thumbnail__link {
  float: none; }

.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-quote {
  background-color: transparent; }

.format-video .post-featured-content {
  background: none; }

.post-featured-content .post__cats {
  padding: 1em 0 0 1em; }

@media (min-width: 992px) {
  .post-featured-content .post__cats {
    padding-top: 2em; } }

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

/* Audio */
.entry-post-format-audio {
  content: "";
  display: table;
  table-layout: fixed; }

.entry-post-format-audio .post-thumbnail__link {
  max-width: 100%; }

@media (min-width: 1200px) {
  .blog-default .entry-post-format-audio .post-thumbnail__link {
    max-width: 34%;
    float: left; } }

.entry-post-format-audio .post-format-audio {
  overflow: hidden;
  padding: 15px 25px;
  text-align: center; }

.entry-post-format-audio .post-format-audio .post-format-audio-caption {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

.entry-post-format-audio .post-format-audio .post-format-audio-description {
  font-size: 18px;
  font-size: 1.125rem; }

.entry-post-format-audio .post-format-audio .post-format-audio-header {
  margin-bottom: 20px; }

.entry-post-format-audio .post-format-audio .mejs-container {
  background: transparent; }

.entry-post-format-audio .post-format-audio .mejs-container .mejs-controls {
  background: rgba(0, 0, 0, 0.08); }

@media (min-width: 1200px) {
  .blog-grid-2-cols .entry-post-format-audio .post-format-audio, .blog-masonry-2-cols .entry-post-format-audio .post-format-audio, .blog-grid-3-cols .entry-post-format-audio .post-format-audio, .blog-masonry-3-cols .entry-post-format-audio .post-format-audio {
    padding: 20px 15px; }
  .entry-post-format-audio .post-format-audio .post-format-audio-header {
    margin-bottom: 40px; } }

/* Video */
.format-video .entry-meta {
  margin-bottom: 15px; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-info .footer-logo {
  margin: 0 0 11px; }

.site-info .social-list {
  margin: 0 0 20px; }

.site-info__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

@media (min-width: 768px) {
  .site-info__flex {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; } }

.site-info__flex .footer-logo {
  -webkit-order: 0;
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.site-info__flex .social-list {
  -webkit-order: 1;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

@media (min-width: 768px) {
  .site-info__flex .social-list {
    -webkit-order: 2;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; } }

.site-info__flex .site-info__mid-box {
  text-align: center;
  -webkit-order: 2;
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

@media (min-width: 768px) {
  .site-info__flex .site-info__mid-box {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

.footer-copyright {
  font-size: 14px;
  font-size: 0.875rem;
  color: #98999a; }

.footer-area {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #cacdd2 !important; }
  .footer-area .widget-title {
    color: #f7f7f7; }
  @media (max-width: 1200px) and (min-width: 768px) {
    .footer-area .textwidget .str {
      display: block; } }
  .footer-area .social-list .menu-item a,
  .footer-area .widget_nav_menu a,
  .footer-area .textwidget a {
    color: #e3e9ef !important; }
    .footer-area .social-list .menu-item a:hover, .footer-area .social-list .menu-item a:active, .footer-area .social-list .menu-item a:focus, .footer-area .social-list .menu-item a:active:focus,
    .footer-area .widget_nav_menu a:hover,
    .footer-area .widget_nav_menu a:active,
    .footer-area .widget_nav_menu a:focus,
    .footer-area .widget_nav_menu a:active:focus,
    .footer-area .textwidget a:hover,
    .footer-area .textwidget a:active,
    .footer-area .textwidget a:focus,
    .footer-area .textwidget a:active:focus {
      color: #acc8fb !important; }
  .footer-area .phone_top {
    font-size: 16px;
    color: #2d4e6f; }
    .footer-area .phone_top a:hover {
      opacity: 0.8; }
      .footer-area .phone_top a:hover.fa-phone {
        opacity: 1; }
    .footer-area .phone_top .fa-phone {
      padding: 0;
      vertical-align: 1px;
      margin-right: 10px; }
      .footer-area .phone_top .fa-phone:before {
        font-size: 25px;
        color: #79e02b; }
      .footer-area .phone_top .fa-phone span {
        font-family: Roboto;
        vertical-align: 3px;
        display: inline-block;
        margin-bottom: 13px;
        margin-left: 7px;
        font-size: 17px;
        font-weight: 400; }
    .footer-area .phone_top .fa-phone-volume {
      border: 2px solid #fff;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
      border-radius: 15px;
      background: #a569d2;
      width: 33px;
      height: 32px;
      padding: 4px 0px 0 7px;
      vertical-align: 6px;
      margin-right: 11px; }
      .footer-area .phone_top .fa-phone-volume:before {
        color: #fff;
        font-size: 18px;
        content: "\f2a0";
        -webkit-transform: rotate(-127deg);
        -ms-transform: rotate(-127deg);
        transform: rotate(-127deg);
        display: inline-block;
        font-family: FontAwesome; }
    .footer-area .phone_top .fa-telegram:before {
      color: #0eaff3;
      font-size: 32px;
      padding: 0;
      margin-right: 4px;
      background: #fff;
      border-radius: 40px; }
  .footer-area .mail_block {
    text-align: left;
    margin-bottom: 8px; }
    .footer-area .mail_block .mail_top {
      font-size: 14px;
      color: #204265; }
      .footer-area .mail_block .mail_top:hover {
        color: #4c87c1; }
      .footer-area .mail_block .mail_top span {
        vertical-align: 2px; }
    .footer-area .mail_block .fa-envelope {
      margin-right: 11px;
      vertical-align: 1px; }
      .footer-area .mail_block .fa-envelope:before {
        font-size: 20px;
        color: #5fa4f9; }
  .footer-area #ascendio_widget_about-1, .footer-area #ascendio_widget_about-2, .footer-area #ascendio_widget_about-3, .footer-area #ascendio_widget_about-4, .footer-area #ascendio_widget_about-5 {
    padding-right: 30px; }
    @media (min-width: 768px) {
      .footer-area #ascendio_widget_about-1, .footer-area #ascendio_widget_about-2, .footer-area #ascendio_widget_about-3, .footer-area #ascendio_widget_about-4, .footer-area #ascendio_widget_about-5 {
        padding: 0 50px 0 30px; } }
  @media (min-width: 768px) {
    .footer-area #text-1, .footer-area #text-4 {
      padding-left: 30px; } }

.footer-area.widget-area {
  padding-top: 35px;
  padding-bottom: 20px; }
  @media (max-width: 768px) {
    .footer-area.widget-area {
      padding-top: 60px;
      padding-bottom: 20px; }
      .footer-area.widget-area aside {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 35px !important; } }

.footer-area.widget-area .widget {
  margin: 25px 0; }
  @media (max-width: 768px) {
    .footer-area.widget-area .widget {
      margin: 0 0 15px; } }

.footer-area .widget-title {
  margin-top: 0;
  margin-bottom: 17px;
  text-transform: uppercase; }

.footer-area .widget_text a[href*="mailto:"] {
  word-break: break-all; }

.footer-area.one-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.footer-area.one-column .widget {
  max-width: 720px; }

.footer-area address {
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 10px; }

.footer-area dt, .footer-area dd {
  display: inline-block; }

.footer-area dt {
  font-weight: normal;
  margin-right: 16px; }

.footer-area dd {
  margin: 0; }

.footer-area .widget li {
  margin-top: 1em; }

.footer-container .site-info {
  text-align: center;
  padding: 20px 0; }

@media (max-width: 767px) {
  .footer-menu {
    display: none; } }

.site-footer.default .footer-logo {
  margin-bottom: 27px; }

.site-footer.centered .footer-container {
  text-align: center; }

@media (min-width: 768px) {
  .site-footer.centered .footer-container {
    padding-top: 50px;
    padding-bottom: 0px; } }

.site-footer.centered .footer-logo {
  margin-bottom: 27px; }

.site-footer.centered .social-list {
  margin-bottom: 42px; }

.site-footer.minimal .footer-container {
  padding-top: 20px;
  padding-bottom: 16px; }

.site-footer.minimal .footer-copyright {
  display: block;
  vertical-align: middle;
  margin-top: 1.5em; }

@media (min-width: 992px) {
  .site-footer.minimal .footer-copyright {
    float: left;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px; } }

.site-footer.minimal .footer-menu {
  display: block;
  vertical-align: middle;
  text-align: left;
  margin-top: 1.5em; }

@media (min-width: 992px) {
  .site-footer.minimal .footer-menu {
    margin-top: 0; } }

.site-footer.minimal .footer-menu > ul {
  margin-bottom: 10px; }

@media (min-width: 1200px) {
  .site-footer.minimal .footer-menu {
    margin-top: 0;
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .site-footer.minimal .footer-menu__items {
    margin-left: -1.5em;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start; } }

.site-footer.minimal .social-list {
  display: inline-block;
  margin-bottom: 0; }

@media (min-width: 992px) {
  .site-footer.minimal .social-list {
    float: right; } }

.site-footer.minimal .site-info::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; }

.not-found {
  margin: 2em 0;
  text-align: center;
  border-radius: 4px; }

@media (min-width: 992px) {
  .not-found {
    margin: 5em 0; } }

.not-found .page-title {
  margin: 25px 0; }

.not-found h4 {
  margin: 0 0 24px; }

@media (min-width: 768px) {
  .not-found h4 {
    margin-bottom: 46px; } }

.not-found .page-content > p .btn, .not-found .page-content > p #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .not-found .page-content > p a.tm_pb_button,
.not-found .page-content > p #tm_builder_outer_content button.tm_pb_button,
#tm_builder_outer_content .not-found .page-content > p button.tm_pb_button,
.not-found .page-content > p .btn-lg {
  margin-bottom: 24px; }

@media (min-width: 768px) {
  .not-found .page-content > p .btn, .not-found .page-content > p #tm_builder_outer_content a.tm_pb_button, #tm_builder_outer_content .not-found .page-content > p a.tm_pb_button,
  .not-found .page-content > p #tm_builder_outer_content button.tm_pb_button,
  #tm_builder_outer_content .not-found .page-content > p button.tm_pb_button,
  .not-found .page-content > p .btn-lg {
    margin-bottom: 40px; } }

.not-found .search-form {
  max-width: 536px;
  margin: 0 auto; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget + .widget {
  margin-top: 1em; }

@media (min-width: 768px) {
  .widget + .widget {
    margin-top: 2em; } }

.sidebar .widget {
  padding-top: 1.5em;
  border-top: 1px solid #e0e0e8; }

@media (min-width: 768px) {
  .sidebar .widget {
    padding-top: 3em; } }

.sidebar .widget:first-child {
  border-top: none; }

.widget-area .widget:last-child {
  margin-bottom: 1em; }

@media (min-width: 768px) {
  .widget-area .widget:last-child {
    margin-bottom: 0.5em; } }

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

#sidebar .widget:first-child {
  margin-top: 0; }

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.widget ul {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0; }

.widget > ul > li:first-child {
  margin-top: 0; }

.widget li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4em;
  font-weight: bold;
  position: relative;
  list-style: none;
  margin-top: .8em; }
  @media (min-width: 767px) and (max-width: 991px) {
    .widget li a {
      font-size: 12px;
      line-height: 1.2em; } }

.widget li > ul {
  margin-left: 0; }

.widget_rss > ul > li:first-child {
  margin-top: 0; }

.widget_rss li {
  margin-top: 1.8em; }

.widget_rss .rss-date {
  display: block;
  margin-top: 10px; }

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

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget_calendar table {
  margin-bottom: 0; }

.widget_calendar caption {
  margin-bottom: 0.9em;
  margin-left: -20px;
  margin-right: -20px;
  padding: .7em .5em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1rem; }

.widget_calendar thead tr th,
.widget_calendar tbody tr td {
  font-size: 12px;
  font-size: 0.75rem;
  width: 14.22%;
  padding: 7px 2px; }

.widget_calendar thead tr, .widget_calendar tbody tr, .widget_calendar tfoot tr {
  padding-left: 19px;
  padding-right: 19px; }

.widget_calendar tbody tr td a {
  padding: 3px 5px 4px;
  border: 1px solid; }

.widget_calendar tbody tr:last-child td {
  padding-bottom: 20px; }

.widget_calendar tfoot tr td a {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase; }

.widget_calendar tfoot tr td {
  padding-top: 10px;
  padding-bottom: 15px; }

.widget_calendar tfoot {
  border-top: 1px solid #e0e0e8; }

.widget_calendar th, .widget_calendar tbody td {
  padding: .25em 0;
  text-align: center; }

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

.widget_calendar .calendar_wrap {
  border-left: 1px solid #e0e0e8;
  border-right: 1px solid #e0e0e8;
  border-bottom: 1px solid #e0e0e8;
  padding-left: 19px;
  padding-right: 19px; }

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud a {
  display: inline-block;
  margin: 0 18px 12px 0;
  vertical-align: top;
  text-decoration: none;
  font-size: 1rem !important; }

.tagcloud a:focus {
  outline: none; }

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries li {
  margin-left: 0;
  position: relative; }

.widget_recent_entries li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: bold; }

.widget_recent_entries li::before {
  display: none; }

.widget_recent_entries li + li {
  margin-top: 2.2em; }

.widget_recent_entries li .post-date {
  display: block;
  margin-top: 6px; }

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments li {
  margin-left: 0; }

.widget_recent_comments li > a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: bold; }

.widget_recent_comments li::before {
  display: none; }

.widget_recent_comments li + li {
  margin-top: 2.2em; }

.widget_recent_comments li > a::before {
  content: "";
  display: block;
  margin-top: 6px; }

/*--------------------------------------------------------------
## Widget Archive
--------------------------------------------------------------*/
.site-content .select-wrap,
.site-footer .select-wrap {
  position: relative;
  display: inline-block;
  width: 100%; }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .site-content .select-wrap::before,
  .site-footer .select-wrap::before {
    content: "\E5CF";
    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 Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    font-size: 31px;
    font-size: 1.9375rem;
    color: #c2c2c2;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 56px;
    pointer-events: none; } }

.site-content .select-wrap select,
.site-footer .select-wrap select {
  padding: 17px 20px 16px 20px;
  width: 100%;
  max-width: 100%;
  border: none;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .site-content .select-wrap select,
  .site-footer .select-wrap select {
    padding: 17px 56px 16px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; } }

.site-content .select-wrap select:hover,
.site-footer .select-wrap select:hover {
  background: #EDEDED; }

/*--------------------------------------------------------------
## Widget nav menu
--------------------------------------------------------------*/
.widget_nav_menu li.menu-item {
  margin-bottom: 14px; }

/*--------------------------------------------------------------
## About Ascendio
--------------------------------------------------------------*/
.sidebar .widget-about {
  text-align: center; }

.sidebar .widget-about__logo-img {
  margin-top: 15px; }

.sidebar .widget-about__content {
  padding: 5.53% 12.63% 10%;
  margin-top: 0; }

.sidebar .widget-about__content h1, .sidebar .widget-about__content h2, .sidebar .widget-about__content h3, .sidebar .widget-about__content h4, .sidebar .widget-about__content h5, .sidebar .widget-about__content h6 {
  margin-bottom: 21px; }

.widget-about__logo-img {
  vertical-align: top; }

.widget-about__tagline {
  font-size: 8px;
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px; }

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

#tm_builder_outer_content div.tm_pb_widget_area .widget-about {
  max-width: 720px; }

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.widget-subscribe .widget-title {
  text-transform: uppercase;
  margin: 0 0 8px; }

.widget-subscribe .follow-block + .subscribe-block {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.tm_pb_widget_area .widget-subscribe .follow-block + .subscribe-block, .elementor-widget-container .widget-subscribe .follow-block + .subscribe-block {
  margin-top: 50px; }

.footer-area .widget-subscribe .follow-block + .subscribe-block {
  padding-top: 30px;
  margin-top: 30px; }

#tm_builder_outer_content .tm_pb_widget_area .widget-subscribe, .elementor-widget-container .widget-subscribe {
  max-width: 825px;
  margin-left: auto;
  margin-right: auto; }

.follow-block {
  text-align: center; }

.sidebar .follow-block {
  padding: 30px; }

.widget-subscribe .follow-block .social-list {
  margin: 15px 0 0; }

.follow-block .social-list .menu-item + .menu-item, #tm_builder_outer_content .follow-block .social-list .menu-item + .menu-item {
  margin-left: 20px; }

.tm_pb_widget_area .follow-block, .elementor-widget-container .follow-block {
  padding: 0;
  border-bottom: none; }

.subscribe-block {
  text-align: center; }

.sidebar .subscribe-block {
  padding: 30px; }

.tm_pb_widget_area .widget-subscribe .subscribe-block, .elementor-widget-container .widget-subscribe .subscribe-block {
  padding: 0;
  background: none; }

.subscribe-block__input-group {
  margin-top: 20px; }

.tm_pb_widget_area .subscribe-block__input-group, .elementor-widget-container .subscribe-block__input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 37px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 544px) {
  .tm_pb_widget_area .subscribe-block__input-group, .elementor-widget-container .subscribe-block__input-group {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.subscribe-block__input[type='email'] {
  width: 100%;
  border-right: none;
  background-color: #fff; }

.tm_pb_widget_area .subscribe-block__input[type='email'], .elementor-widget-container .subscribe-block__input[type='email'] {
  background-color: rgba(246, 246, 246, 0.21); }

.subscribe-block__submit.btn, #tm_builder_outer_content a.subscribe-block__submit.tm_pb_button,
#tm_builder_outer_content button.subscribe-block__submit.tm_pb_button,
.subscribe-block__submit.btn-lg {
  width: 100%;
  margin: 10px 0 0;
  background: none; }

.tm_pb_widget_area .subscribe-block__submit.btn, .tm_pb_widget_area #tm_builder_outer_content a.subscribe-block__submit.tm_pb_button, #tm_builder_outer_content .tm_pb_widget_area a.subscribe-block__submit.tm_pb_button,
.tm_pb_widget_area #tm_builder_outer_content button.subscribe-block__submit.tm_pb_button,
#tm_builder_outer_content .tm_pb_widget_area button.subscribe-block__submit.tm_pb_button,
.tm_pb_widget_area .subscribe-block__submit.btn-lg, .elementor-widget-container .subscribe-block__submit.btn, .elementor-widget-container #tm_builder_outer_content a.subscribe-block__submit.tm_pb_button, #tm_builder_outer_content .elementor-widget-container a.subscribe-block__submit.tm_pb_button,
.elementor-widget-container #tm_builder_outer_content button.subscribe-block__submit.tm_pb_button,
#tm_builder_outer_content .elementor-widget-container button.subscribe-block__submit.tm_pb_button,
.elementor-widget-container .subscribe-block__submit.btn-lg {
  margin: 10px 0 0 0;
  width: auto; }

@media (max-width: 991px) {
  .tm_pb_widget_area .subscribe-block__submit.btn, .tm_pb_widget_area #tm_builder_outer_content a.subscribe-block__submit.tm_pb_button, #tm_builder_outer_content .tm_pb_widget_area a.subscribe-block__submit.tm_pb_button,
  .tm_pb_widget_area #tm_builder_outer_content button.subscribe-block__submit.tm_pb_button,
  #tm_builder_outer_content .tm_pb_widget_area button.subscribe-block__submit.tm_pb_button,
  .tm_pb_widget_area .subscribe-block__submit.btn-lg, .elementor-widget-container .subscribe-block__submit.btn, .elementor-widget-container #tm_builder_outer_content a.subscribe-block__submit.tm_pb_button, #tm_builder_outer_content .elementor-widget-container a.subscribe-block__submit.tm_pb_button,
  .elementor-widget-container #tm_builder_outer_content button.subscribe-block__submit.tm_pb_button,
  #tm_builder_outer_content .elementor-widget-container button.subscribe-block__submit.tm_pb_button,
  .elementor-widget-container .subscribe-block__submit.btn-lg {
    margin: 10px auto; } }

@media (min-width: 544px) {
  .tm_pb_widget_area .subscribe-block__submit.btn, .tm_pb_widget_area #tm_builder_outer_content a.subscribe-block__submit.tm_pb_button, #tm_builder_outer_content .tm_pb_widget_area a.subscribe-block__submit.tm_pb_button,
  .tm_pb_widget_area #tm_builder_outer_content button.subscribe-block__submit.tm_pb_button,
  #tm_builder_outer_content .tm_pb_widget_area button.subscribe-block__submit.tm_pb_button,
  .tm_pb_widget_area .subscribe-block__submit.btn-lg, .elementor-widget-container .subscribe-block__submit.btn, .elementor-widget-container #tm_builder_outer_content a.subscribe-block__submit.tm_pb_button, #tm_builder_outer_content .elementor-widget-container a.subscribe-block__submit.tm_pb_button,
  .elementor-widget-container #tm_builder_outer_content button.subscribe-block__submit.tm_pb_button,
  #tm_builder_outer_content .elementor-widget-container button.subscribe-block__submit.tm_pb_button,
  .elementor-widget-container .subscribe-block__submit.btn-lg {
    margin: 0 0 0 15px; } }

.subscribe-block__form {
  position: relative; }

.subscribe-block__messages {
  padding: 0 20px;
  text-align: left;
  margin-top: 14px;
  font-size: 14px;
  font-size: 0.875rem; }

.subscribe-block__error {
  color: #f7d4d5; }

.subscribe-block__success {
  color: #03d91d; }

.subscribe-block .subscribe-block__input.error {
  background: #f7d4d5;
  border: 1px solid #fd3c3d; }

/*--------------------------------------------------------------
## Custom Posts
--------------------------------------------------------------*/
.custom-posts__item {
  margin-bottom: 30px; }

.custom-posts__item:last-child {
  margin-bottom: 0; }

.full-width-header-area .custom-posts__item, .after-content-full-width-area .custom-posts__item {
  margin: 0 0 1.5em; }

.full-width-header-area .custom-posts, .after-content-full-width-area .custom-posts {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.custom-posts .post-thumbnail {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px; }

.custom-posts .entry-content {
  clear: both; }

.custom-posts .post__cats a {
  margin-right: 6px; }

.custom-posts .post__tags {
  margin-bottom: 0; }

.custom-posts .entry-header h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0; }

.custom-posts .entry-footer {
  margin-top: 1.5em; }

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.wpcf7-form {
  text-align: center; }

.align-left .wpcf7-form {
  text-align: left; }

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

.wpcf7-select {
  width: 100%; }

.wpcf7 .wpcf7-form-control-wrap input {
  width: 100%; }

.wpcf7 .wpcf7-not-valid-tip {
  color: #c54448;
  margin: 12px 0 0 7px; }

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-mail-sent-ok {
  margin: 0;
  padding: 1em 0;
  color: #fff;
  border: none; }

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng {
  color: #fd3c3d; }

.wpcf7 .wpcf7-mail-sent-ok {
  background: #5ca25f; }

div.wpcf7 .ajax-loader {
  margin: 0 10px;
  border-radius: 30px;
  background-color: white;
  opacity: .7;
  background-image: url("assets/images/ajax-loader.gif"); }

.wpcf7-spinner {
  width: auto; }

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

.post .embed-responsive .embed-responsive-item, .post .embed-responsive iframe, .post .embed-responsive embed, .post .embed-responsive object {
  width: calc(100% - 1px); }

.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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Buttons
# Slider
# Blurb
# Bar Counters
# Blog
# Tabs
# Contact Form
# Map
# Toggle
# Accordion
# Circle Counter
# Social Media Follow
# Person
# Testimonial
# Promo
# Countdown Timer
# Audio
# Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
#tm_builder_outer_content h3 + h2 {
  margin-top: -10px; }

#tm_builder_outer_content .tm_pb_text *:first-child {
  margin-top: 0; }

#tm_builder_outer_content .tm_pb_blurb .tm_pb_blurb_content ul li {
  padding-left: 15px;
  position: relative; }

#tm_builder_outer_content .tm_pb_blurb .tm_pb_blurb_content ul li::before {
  content: "-";
  position: absolute;
  top: 1px;
  left: 0; }

#tm_builder_outer_content .tm_pb_blurb .tm_pb_blurb_content ul li + li {
  margin-top: 33px; }

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_blurb .tm_pb_blurb_content ul li + li {
    margin-top: 24px; } }

#tm_builder_outer_content .tm_pb_blurb .tm_pb_blurb_content * + ul {
  margin-top: 30px;
  margin-bottom: 30px; }

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_blurb .tm_pb_blurb_content * + ul {
    margin-top: 48px;
    margin-bottom: 48px; } }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
#tm_builder_outer_content a.tm_pb_button::after,
#tm_builder_outer_content a.tm_pb_button:hover::after,
#tm_builder_outer_content button.tm_pb_button::after,
#tm_builder_outer_content button.tm_pb_button:hover::after,
.btn-lg::after {
  content: "" !important; }

#tm_builder_outer_content div.tm_contact_bottom_container {
  overflow: visible;
  text-align: center;
  float: none;
  display: inline-block;
  position: relative; }

#tm_builder_outer_content .no_float_button .tm_contact_bottom_container {
  float: none; }

#tm_builder_outer_content .no_float_button .tm_contact_bottom_container .tm_pb_button {
  margin: 0; }

#tm_builder_outer_content .tm_pb_button {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_button {
    margin-bottom: 0; } }

.showcase-panel__btn.btn-lg,
.showcase-panel__btn.btn-secondary {
  padding: 15px 32px; }

.btn .material-icons, #tm_builder_outer_content a.tm_pb_button .material-icons,
#tm_builder_outer_content button.tm_pb_button .material-icons,
.btn-lg .material-icons,
.tm_pb_button .material-icons {
  vertical-align: middle;
  position: relative;
  bottom: 2px; }

.btn-secondary,
#tm_builder_outer_content .tm_pb_button.btn-secondary,
#tm_builder_outer_content .invert .tm_pb_button.btn-secondary,
#tm_builder_outer_content .tm_pb_post .btn-primary,
.showcase-panel__btn.btn-secondary {
  background-color: transparent; }

.btn-secondary:hover, .btn-secondary:focus,
#tm_builder_outer_content .tm_pb_button.btn-secondary:hover,
#tm_builder_outer_content .tm_pb_button.btn-secondary:focus,
#tm_builder_outer_content .invert .tm_pb_button.btn-secondary:hover,
#tm_builder_outer_content .invert .tm_pb_button.btn-secondary:focus,
#tm_builder_outer_content .tm_pb_post .btn-primary:hover,
#tm_builder_outer_content .tm_pb_post .btn-primary:focus,
.showcase-panel__btn.btn-secondary:hover,
.showcase-panel__btn.btn-secondary:focus {
  background-color: transparent; }

#tm_builder_outer_content .tm_pb_post .btn-primary {
  border: none; }

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description .tm_pb_slide_title {
  margin-bottom: 0;
  padding-bottom: 13px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slide {
  padding-left: 10%;
  padding-right: 10%; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_content {
  padding-top: 25px;
  padding-bottom: 25px; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  height: 58px;
  width: 58px;
  padding-top: 9px;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  display: none;
  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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

@media (min-width: 544px) {
  .tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-prev,
  .tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-next {
    display: inline-block; } }

.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-prev:before,
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-prev {
  left: 40px !important; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-prev:before {
  content: '\E408'; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-next {
  right: 40px !important; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-next:before {
  content: '\E409'; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-controllers {
  bottom: 17px; }

@media (min-width: 768px) {
  .tm_pb_builder #tm_builder_outer_content .tm-pb-controllers {
    bottom: 53px; } }

.tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a {
  height: 10px;
  width: 10px;
  margin-right: 30px;
  position: relative;
  background-color: #fff; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a::before, .tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: -1; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a::before {
  height: 18px;
  width: 18px;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a::after {
  height: 30px;
  width: 30px;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a:hover::before, .tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a:hover::after, .tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a.tm-pb-active-control::before, .tm_pb_builder #tm_builder_outer_content .tm-pb-controllers > a.tm-pb-active-control::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

#tm_builder_outer_content .tm_pb_slider .tm_pb_container {
  max-width: inherit !important; }

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_content img {
  margin: 0 auto; }

#tm_builder_outer_content .tm_pb_slide_content li {
  margin-right: 10px;
  line-height: 2em; }

#tm_builder_outer_content .tm_pb_slide_content li::before {
  position: relative;
  top: 5px;
  right: 5px;
  color: #f6da08;
  content: "\e5cc";
  font-size: 24px;
  font-size: 1.5rem;
  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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

/*--------------------------------------------------------------
# Blurb
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_blurb div.tm_pb_main_blurb_image {
  margin-bottom: 10px; }

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_blurb div.tm_pb_main_blurb_image {
    margin-bottom: 15px; } }

#tm_builder_outer_content .tm_pb_blurb_container h4 {
  padding-bottom: 6px; }

#tm_builder_outer_content .tm_pb_blurb_container h4 a {
  font-size: inherit; }

#tm_builder_outer_content .tm_pb_blurb .tm_pb_blurb_content {
  max-width: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px; }

/*--------------------------------------------------------------
# Bar Counters
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_counters .tm_pb_counter_amount {
  padding: 1px 6px; }

#tm_builder_outer_content .tm_pb_counters .tm_pb_counter_title {
  margin-bottom: 2px; }

#tm_builder_outer_content .tm_pb_counters .tm_pb_counter_container {
  margin-bottom: 22px; }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_blog {
  text-align: left; }

#tm_builder_outer_content .tm_pb_blog .entry-title {
  margin-bottom: 20px; }

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_blog .entry-title {
    margin-bottom: 16px; } }

#tm_builder_outer_content .tm_pb_blog .tm_pb_image_container {
  margin-bottom: 16px; }

#tm_builder_outer_content .tm_pb_blog .tm_pb_post_meta {
  margin-bottom: 12px; }

#tm_builder_outer_content .tm_pb_blog .tm_pb_post_meta span {
  margin-left: 0; }

#tm_builder_outer_content .tm_pb_blog .published,
#tm_builder_outer_content .tm_pb_blog .comments {
  margin-left: 16px;
  margin-right: 16px; }

#tm_builder_outer_content .tm_pb_blog .published {
  padding-right: 17px;
  border-right: 1px solid #ccc; }

#tm_builder_outer_content .tm_pb_blog .author {
  margin-right: 16px; }

#tm_builder_outer_content .tm_pb_blog .has-post-thumbnail a:first-child {
  margin-bottom: 16px; }

#tm_builder_outer_content .tm_pb_blog .tm_pb_post_content + .btn, #tm_builder_outer_content .tm_pb_blog .tm_pb_post_content + a.tm_pb_button,
#tm_builder_outer_content .tm_pb_blog .tm_pb_post_content + button.tm_pb_button,
#tm_builder_outer_content .tm_pb_blog .tm_pb_post_content + .btn-lg {
  margin-top: 30px;
  padding: 0; }

#tm_builder_outer_content .tm_pb_blog .tm_quote_content cite::before {
  top: 20px; }

#tm_builder_outer_content .tm_pb_blog .format-audio {
  padding: 0; }

#tm_builder_outer_content .tm_pb_blog .tm_link_content,
#tm_builder_outer_content .tm_pb_blog .tm_audio_content,
#tm_builder_outer_content .tm_pb_blog .tm_quote_content {
  padding: 30px 15px; }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_blog .tm_link_content,
  #tm_builder_outer_content .tm_pb_blog .tm_audio_content,
  #tm_builder_outer_content .tm_pb_blog .tm_quote_content {
    padding: 50px 60px; } }

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls {
  border-bottom: none; }

#tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls li {
  text-align: center;
  width: 100%;
  padding: 12px 16px;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

#tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls li:last-child {
  margin-right: 0; }

#tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls li.tm_pb_tab_active {
  padding: 12px 16px;
  border-bottom: none;
  bottom: 0; }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls li {
    text-align: left;
    width: auto; }
  #tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls li, #tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls li.tm_pb_tab_active {
    padding: 21px 25px; } }

#tm_builder_outer_content .tm_pb_tabs .tm_pb_all_tabs {
  padding: 24px 30px 30px; }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_tabs .tm_pb_all_tabs {
    padding: 24px 60px 60px; } }

#tm_builder_outer_content .tm_pb_tabs .tm_pb_tab p + p img {
  margin-top: 23px; }

/*--------------------------------------------------------------
# Number Counter
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter .percent {
  position: relative;
  width: 154px;
  height: 154px;
  border-width: 5px;
  border-style: solid;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter .percent-value {
  line-height: 149px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter h3 {
  padding-top: 4px; }

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .tm_pb_video_box {
  -webkit-box-shadow: 3px 4px 18px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 3px 4px 18px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .tm_pb_builder #tm_builder_outer_content .tm_pb_video_box {
    margin-bottom: 0; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play {
  margin-left: -23px;
  margin-top: -23px;
  font-size: 36px;
  line-height: 46px; }

.tm_pb_builder #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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  content: "play_arrow";
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  width: 46px;
  height: 46px;
  line-height: 46px; }

@media (min-width: 992px) {
  .tm_pb_builder #tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play {
    margin-left: -46px;
    margin-top: -46px;
    font-size: 53px;
    line-height: 92px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play::before {
    line-height: 92px;
    width: 92px;
    height: 92px; } }

/*--------------------------------------------------------------
# Video slider
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_preload:before {
  background: none !important; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_slides .tm-pb-active-slide {
  display: block; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_slider:hover .tm-pb-slider-arrows .tm-pb-arrow-prev {
  left: 15px !important; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_slider:hover .tm-pb-slider-arrows .tm-pb-arrow-next {
  right: 15px !important; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_slider:hover .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-prev, #tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-next {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: none; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-prev:hover, #tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-next:hover {
  background: none; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-prev {
  left: -58px !important; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm-pb-slider-arrows .tm-pb-arrow-next {
  right: -58px !important; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel {
  margin-top: 1px; }

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

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_items.columns-6 .tm_pb_carousel_item {
  width: 16.666%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_items.columns-5 .tm_pb_carousel_item {
  width: 20%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_items.columns-4 .tm_pb_carousel_item {
  width: 25%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_items.columns-3 .tm_pb_carousel_item {
  width: 33.334%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_items.columns-2 .tm_pb_carousel_item {
  width: 50%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_items.columns-1 .tm_pb_carousel_item {
  width: 100%; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_items .tm_pb_carousel_item {
  margin: 0;
  border-left: 1px solid transparent;
  background: none; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_items .tm_pb_carousel_item.tm-pb-active-control .tm_pb_video_overlay_hover a.tm_pb_video_play {
  opacity: 1; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel_items .tm_pb_carousel_item:first-child {
  border-left: none; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel .tm_pb_video_overlay_hover a.tm_pb_video_play:before, #tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_carousel .tm_pb_video_overlay_hover a.tm_pb_video_play:hover:before {
  background: none; }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_slider .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play {
  margin-left: -29px;
  margin-top: -29px;
  font-size: 35px;
  line-height: 58px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.35);
  -ms-transform: scale(0.35);
  transform: scale(0.35); }

#tm_builder_outer_content .tm_pb_module.tm_pb_video_slider .tm_pb_slider .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play:before {
  width: 58px;
  height: 58px;
  line-height: 58px; }

/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_pricing_table {
  padding-left: 15px;
  padding-right: 15px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_table {
  padding-top: 0;
  padding-bottom: 26px;
  border-radius: 3px; }

@media (min-width: 768px) {
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_table {
    padding-top: 44px;
    padding-bottom: 52px; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_table div.tm_pb_pricing_content_top {
  border-bottom: none;
  padding-bottom: 23px; }

@media (min-width: 768px) {
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_table div.tm_pb_pricing_content_top {
    padding-bottom: 39px; } }

#tm_builder_outer_content div.tm_pb_pricing_heading {
  margin-bottom: 12px; }

@media (min-width: 768px) {
  #tm_builder_outer_content div.tm_pb_pricing_heading {
    margin-bottom: 38px; } }

#tm_builder_outer_content .tm_pb_pricing_heading .tm_pb_pricing_title {
  margin-bottom: 0;
  padding-bottom: 0; }

#tm_builder_outer_content .tm_pb_pricing_content_top {
  padding-top: 27px;
  position: relative; }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_pricing_content_top {
    padding-top: 37px; } }

#tm_builder_outer_content .tm_pb_pricing_content_top:before, #tm_builder_outer_content .tm_pb_pricing_content_top:after {
  content: "";
  position: absolute; }

#tm_builder_outer_content .tm_pb_pricing_content_top:before {
  bottom: 0;
  left: 18px;
  right: 18px;
  border-bottom: 1px solid #e0e0e8; }

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_pricing_content_top:before {
    left: 58px;
    right: 58px; } }

#tm_builder_outer_content .tm_pb_pricing_content_top:after {
  bottom: -1px;
  left: 50%;
  margin-left: -20px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  width: 40px; }

#tm_builder_outer_content .tm_pb_pricing_content_top .tm_pb_tm_price:before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  border-top: 1px solid #e0e0e8; }

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_pricing_content_top .tm_pb_tm_price:before {
    left: 58px;
    right: 58px; } }

#tm_builder_outer_content .tm_pb_pricing_table .tm_pb_pricing_content {
  padding: 24px 0 18px;
  text-align: center; }

#tm_builder_outer_content .tm_pb_pricing_table .tm_pb_pricing_content ul li {
  padding: 0;
  margin-bottom: 19px; }

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_pricing_table .tm_pb_pricing_content {
    padding: 44px 30px 25px; } }

#tm_builder_outer_content .tm_pb_featured_table div.tm_pb_pricing_content {
  padding-bottom: 24px; }

#tm_builder_outer_content .tm_pb_frequency {
  display: block;
  margin-top: 10px; }

#tm_builder_outer_content .tm_pb_pricing_content .tm_pb_pricing li:before {
  content: ''; }

@media (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_pricing {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center; } }

#tm_builder_outer_content .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table {
  min-width: 360px; }

@media (max-width: 991px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table {
    margin-top: 20px; } }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_pricing .tm_pb_pricing_table {
    min-width: auto; } }

/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_form_input {
  margin: 0 0 18px 0; }

#tm_builder_outer_content .tm_pb_contact_form {
  text-align: center;
  opacity: 1 !important; }

#tm_builder_outer_content div.tm_pb_contact_right {
  display: block; }

@media (min-width: 1200px) {
  #tm_builder_outer_content div.tm_pb_contact_right {
    position: absolute;
    right: calc(100% + 30px);
    top: 26px;
    min-width: 200px; } }

#tm_builder_outer_content .tm_pb_contact_submit {
  margin-top: 26px; }

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

#tm_builder_outer_content .tm_contact_error {
  border: 1px solid #fd3c3d;
  background-color: #f7d4d5; }

#tm_builder_outer_content .tm-pb-contact-message {
  color: red; }

#tm_builder_outer_content .tm-pb-contact-message li:before {
  color: red; }

#tm_builder_outer_content .cf-success-message {
  color: #03d91d; }

#tm_builder_outer_content .tm-pb-contact-message {
  font-size: 14px;
  margin-bottom: 8px;
  text-align: left; }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm-pb-contact-message {
    text-align: right; } }

#tm_builder_outer_content .tm-pb-contact-message p {
  margin-bottom: 0;
  padding-right: 10px; }

#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:not([class]) li {
  display: inline;
  padding-left: 0; }

#tm_builder_outer_content .tm-pb-contact-message ul:not([class]) li::before {
  content: none; }

#tm_builder_outer_content .tm-pb-contact-message ul:not([class]) li::after {
  content: ",";
  display: inline-block;
  margin-right: 6px; }

#tm_builder_outer_content .tm-pb-contact-message ul:not([class]) li:last-child::after {
  display: none; }

#tm_builder_outer_content .tm_pb_contact_main_title {
  margin-bottom: 0;
  margin-top: 0; }

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_contact_main_title {
    margin-bottom: 15px; } }

.tm_pb_contact_form.light input,
.tm_pb_contact_form.light textarea {
  background-color: #fff;
  font-size: 16px; }

/*--------------------------------------------------------------
# Toggle
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_item {
  padding: 0;
  border: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

#tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_item + .tm_pb_toggle_item {
  margin-top: 2px; }

#tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_item .tm_pb_toggle_title {
  margin: 0;
  padding: 38px 15px 15px;
  position: relative; }

#tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_item.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_item.tm_pb_toggle_open .tm_pb_toggle_title::before {
  content: "\E5CC";
  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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  font-size: 34px;
  top: 24px;
  left: 6px;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease; }

#tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_item.tm_pb_toggle_open .tm_pb_toggle_title::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

#tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_item .tm_pb_toggle_content {
  background: #fff;
  padding: 15px; }

#tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_item .tm_pb_toggle_content p:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_item .tm_pb_toggle_title {
    padding: 15px 65px; }
  #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_item .tm_pb_toggle_content {
    padding: 30px 65px 42px; }
  #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_item.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_item.tm_pb_toggle_open .tm_pb_toggle_title::before {
    top: 50%;
    left: 16px;
    margin-top: -17px; } }

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content div.tm_pb_accordion .tm_pb_toggle {
  padding: 0;
  border: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 0; }

.tm_pb_builder #tm_builder_outer_content div.tm_pb_accordion .tm_pb_toggle + .tm_pb_toggle {
  margin-top: 2px; }

.tm_pb_builder #tm_builder_outer_content div.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_title {
  margin: 0;
  padding: 15px;
  position: relative; }

.tm_pb_builder #tm_builder_outer_content div.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, .tm_pb_builder #tm_builder_outer_content div.tm_pb_accordion .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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  font-size: 34px;
  top: 24px;
  right: 6px;
  left: auto;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  display: none; }

.tm_pb_builder #tm_builder_outer_content div.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before {
  content: "\E148"; }

.tm_pb_builder #tm_builder_outer_content div.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
  content: "\E15D"; }

.tm_pb_builder #tm_builder_outer_content div.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content {
  background: #fff;
  padding: 15px; }

.tm_pb_builder #tm_builder_outer_content div.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content p:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .tm_pb_builder #tm_builder_outer_content div.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_title {
    padding: 15px 65px 15px 25px; }
  .tm_pb_builder #tm_builder_outer_content div.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content {
    padding: 30px 25px 42px; }
  .tm_pb_builder #tm_builder_outer_content div.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, .tm_pb_builder #tm_builder_outer_content div.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
    top: 50%;
    right: 16px;
    margin-top: -17px;
    display: block; } }

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

#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 .tm_pb_circle_counter_bar h3 {
  padding: 0;
  margin: 0; }

/*--------------------------------------------------------------
# Social Media Follow
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a.icon {
  width: 39px;
  height: 39px; }

/*--------------------------------------------------------------
# Person
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_name {
  margin-top: 21px;
  margin-bottom: 3px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member:hover img {
  opacity: 0.5; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member:hover .tm_pb_member_social_links {
  opacity: 1; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description {
  text-align: center; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_member_position {
  margin: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0; }

@media (min-width: 768px) {
  .tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links {
    top: 10%; } }

@media (min-width: 992px) {
  .tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links {
    top: 30%; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links li a.tm_pb_font_icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  line-height: 38px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links li a.tm_pb_font_icon .tm-pb-icon {
  font-size: 16px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links li {
  margin-right: 6px;
  margin-top: 10px; }

@media (min-width: 768px) {
  .tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links li {
    margin-top: 27px; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_image {
  text-align: center; }

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
#tm_builder_outer_content div.tm_pb_testimonial {
  position: relative; }

#tm_builder_outer_content div.tm_pb_testimonial:before {
  text-align: left; }

#tm_builder_outer_content div.tm_pb_testimonial .tm_pb_testimonial_description_inner {
  width: 100% !important; }

#tm_builder_outer_content div.tm_pb_testimonial .tm_pb_testimonial_portrait {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  float: none; }

@media (min-width: 992px) {
  #tm_builder_outer_content div.tm_pb_testimonial .tm_pb_testimonial_portrait {
    float: left;
    margin-right: 0; } }

#tm_builder_outer_content div.tm_pb_testimonial .tm_pb_testimonial_description {
  padding-top: 15px; }

#tm_builder_outer_content div.tm_pb_testimonial .tm_pb_testimonial_author {
  position: relative;
  padding-left: 26px;
  display: inline-block;
  margin-top: 6px; }

#tm_builder_outer_content div.tm_pb_testimonial .tm_pb_testimonial_author:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 20px;
  height: 2px; }

#tm_builder_outer_content .tm_pb_column_1_3 div.tm_pb_testimonial .tm_pb_testimonial_portrait, #tm_builder_outer_content .tm_pb_column_1_4 div.tm_pb_testimonial .tm_pb_testimonial_portrait {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_column_1_3 div.tm_pb_testimonial .tm_pb_testimonial_portrait, #tm_builder_outer_content .tm_pb_column_1_4 div.tm_pb_testimonial .tm_pb_testimonial_portrait {
    margin-bottom: 62px; } }

#tm_builder_outer_content .tm_pb_column_1_2 div.tm_pb_testimonial, #tm_builder_outer_content .tm_pb_column_4_4 div.tm_pb_testimonial {
  padding-top: 34px; }

#tm_builder_outer_content .tm_pb_column_1_2 div.tm_pb_testimonial .tm_pb_testimonial_portrait, #tm_builder_outer_content .tm_pb_column_4_4 div.tm_pb_testimonial .tm_pb_testimonial_portrait {
  margin-right: 15px;
  display: inline-block; }

#tm_builder_outer_content .tm_pb_column_1_2 div.tm_pb_testimonial.tm_pb_text_align_center .tm_pb_testimonial_portrait, #tm_builder_outer_content .tm_pb_column_4_4 div.tm_pb_testimonial.tm_pb_text_align_center .tm_pb_testimonial_portrait {
  margin-right: 0; }

#tm_builder_outer_content .tm_pb_column_1_2 div.tm_pb_testimonial .tm_pb_testimonial_description, #tm_builder_outer_content .tm_pb_column_4_4 div.tm_pb_testimonial .tm_pb_testimonial_description {
  display: block;
  overflow: hidden; }

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_column_1_2 div.tm_pb_testimonial .tm_pb_testimonial_description, #tm_builder_outer_content .tm_pb_column_4_4 div.tm_pb_testimonial .tm_pb_testimonial_description {
    position: relative; } }

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_text_align_center .tm_pb_testimonial_portrait {
  float: none; }

.elementor-widget-container .tm-testi--boxed .swiper-button-next,
.elementor-widget-container .tm-testi--boxed .swiper-button-prev {
  bottom: 25%;
  top: auto; }

.elementor-widget-container .tm-testi--boxed blockquote {
  display: block;
  padding: 50px 55px;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic; }

.elementor-widget-container .tm-testi--boxed blockquote:before {
  content: none; }

.elementor-widget-container .tm-testi--boxed blockquote .avatar {
  float: left;
  border: none;
  margin: 0 25px 10px 0; }

.elementor-widget-container .tm-testi--boxed blockquote .tm-testi__item-body p {
  text-align: left; }

@media (min-width: 768px) {
  .elementor-widget-container .tm-testi--boxed blockquote .tm-testi__item-body p {
    font-size: 24px;
    font-size: 1.5rem; } }

.elementor-widget-container .tm-testi--boxed blockquote .tm-testi__item-body footer {
  padding-top: 25px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row; }

.elementor-widget-container .tm-testi--boxed blockquote .tm-testi__item-body footer .blockquote_footer_right-col,
.elementor-widget-container .tm-testi--boxed blockquote .tm-testi__item-body footer cite {
  text-align: left; }

.elementor-widget-container .tm-testi--boxed blockquote .tm-testi__item-body footer cite {
  margin-top: 5px; }

/*--------------------------------------------------------------
# Promo
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_promo .tm_pb_promo_description {
  padding-bottom: 14px; }

#tm_builder_outer_content .tm_pb_promo .tm_pb_promo_description h1 {
  font-size: 26px; }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_promo .tm_pb_promo_description h1 {
    font-size: 30px; } }

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_promo .tm_pb_promo_description h1 {
    font-size: 66px; } }

#tm_builder_outer_content .tm_pb_promo .tm_pb_promo_description h2 {
  font-weight: 400;
  margin-bottom: 10px; }

#tm_builder_outer_content .tm_pb_promo .tm_pb_promo_description h3 {
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0; }

#tm_builder_outer_content .tm_pb_promo .tm_pb_promo_description *:last-child {
  margin-bottom: 0; }

#tm_builder_outer_content .tm_pb_promo .tm_pb_promo_button.tm_pb_button {
  margin-top: 26px;
  background: none; }

/*--------------------------------------------------------------
# Countdown Timer
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer {
  padding: 10px 10px 30px; }

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer {
    padding: 25px 0 60px 0; } }

body #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer.tm_pb_countdown_timer_circle_layout.tm_pb_module {
  padding: 0; }

body #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer.tm_pb_countdown_timer_circle_layout.tm_pb_module .sep {
  margin: 0 2px; }

@media (min-width: 544px) {
  body #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer.tm_pb_countdown_timer_circle_layout.tm_pb_module .sep {
    margin: 0 16px; } }

body #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer.tm_pb_countdown_timer_circle_layout.tm_pb_module .values {
  border-radius: 50%;
  margin: 0;
  width: auto;
  height: auto; }

@media (min-width: 768px) {
  body #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer.tm_pb_countdown_timer_circle_layout.tm_pb_module .values {
    width: 95px;
    height: 95px; } }

@media (min-width: 992px) {
  body #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer.tm_pb_countdown_timer_circle_layout.tm_pb_module .values {
    width: 174px;
    height: 174px; } }

@media (max-width: 767px) {
  body #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer.tm_pb_countdown_timer_circle_layout.tm_pb_module .values {
    background: transparent; } }

body #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer.tm_pb_countdown_timer_circle_layout.tm_pb_module .values .value {
  margin-bottom: 5px; }

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container {
  display: block; }

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values {
  margin: 5px 10px;
  width: auto; }

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.values {
    margin: 5px 16px; } }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section.sep {
    vertical-align: middle; } }

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section span.countdown-sep {
  position: relative; }

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section span.countdown-sep::after, #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section span.countdown-sep::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute; }

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section span.countdown-sep::before {
  top: 2px;
  left: -2px; }

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section span.countdown-sep::after {
  bottom: 2px;
  left: -2px; }

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section span.countdown-sep::after, #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section span.countdown-sep::before {
    width: 9px;
    height: 9px; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section span.countdown-sep::before {
    left: -4px; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section span.countdown-sep::after {
    left: -4px; } }

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .value {
  font-weight: 700; }

#tm_builder_outer_content .tm_pb_module.tm_pb_countdown_timer .tm_pb_countdown_timer_container .section .countdown-sep {
  font-size: 20px;
  font-weight: 700; }

#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_countdown_timer {
  padding: 4% 4% 6% 4%; }

#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_countdown_timer .section.values.sep {
  display: none; }

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_countdown_timer .section.values.sep {
    display: inline-block; } }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_countdown_timer .section.values {
    margin: 5px 28px; } }

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_module.tm_pb_countdown_timer .section.values {
    margin: 5px 58px; } }

/*--------------------------------------------------------------
# Audio
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module.fullwidth-img .tm_audio_container {
  margin-left: 0; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module.fullwidth-img .tm_pb_audio_cover_art {
  width: 100%;
  height: 270px;
  position: relative !important; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
  width: 100%;
  height: 200px;
  position: relative; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container {
  padding: 30px;
  margin-left: 0; }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container {
    padding: 53px 30px 61px; } }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container h2 {
  font-weight: 400; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .tm_audio_module_meta {
  font-style: italic;
  margin-top: 13px;
  margin-bottom: 42px; }

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
    width: 33.44%;
    height: 100%;
    position: absolute; } }

#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module.tm_pb_module.tm_pb_audio_no_image .tm_audio_container {
  margin-left: 0; }

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module.tm_pb_module .tm_audio_container {
    margin-left: 33.44%; } }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_audio_module.tm_pb_module .tm_audio_container {
    padding: 53px 65px 61px; } }

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_map {
  height: 606px;
  width: 100%;
  position: relative; }

.home #tm_builder_outer_content .tm_pb_map {
  height: 300px; }

@media (min-width: 1200px) {
  .home #tm_builder_outer_content .tm_pb_map {
    height: 687px; } }

#tm_builder_outer_content .tm_pb_map .infowindow {
  padding: 10px 30px; }

#tm_builder_outer_content body.chrome.parallax-map-support .tm_pb_map {
  -webkit-transform: inherit !important;
  -ms-transform: inherit !important;
  transform: inherit !important; }

#tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_map_container {
  margin: 0; }

#tm_builder_outer_content .tm_pb_map_container img {
  max-width: inherit; }

#tm_builder_outer_content .tm_pb_map_pin {
  display: none;
  visibility: hidden; }

#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_map {
  height: 400px; }

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_map,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_map {
  height: 280px; }

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_map,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_map {
  height: 230px; }

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_swiper {
  opacity: 0; }

#tm_builder_outer_content .tm_pb_swiper .post__cats {
  position: relative;
  top: 0px;
  left: 0px; }

#tm_builder_outer_content .tm_pb_swiper .post-thumbnail + .entry-content .post__cats {
  position: absolute;
  top: 30px;
  left: 30px; }

#tm_builder_outer_content .tm_pb_swiper h1 + .title-delimiter,
#tm_builder_outer_content .tm_pb_swiper h2 + .title-delimiter,
#tm_builder_outer_content .tm_pb_swiper h3 + .title-delimiter,
#tm_builder_outer_content .tm_pb_swiper h4 + .title-delimiter,
#tm_builder_outer_content .tm_pb_swiper h5 + .title-delimiter,
#tm_builder_outer_content .tm_pb_swiper h6 + .title-delimiter {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.5; }

#tm_builder_outer_content .tm_pb_swiper .post-thumbnail__link {
  display: block;
  margin-bottom: 1em; }

#tm_builder_outer_content .tm_pb_swiper .entry-content {
  margin: 0;
  padding: 0 2em; }

#tm_builder_outer_content .tm_pb_swiper .entry-footer {
  margin: 0;
  padding: 0 2em; }

#tm_builder_outer_content .tm_pb_swiper .btn, #tm_builder_outer_content .tm_pb_swiper a.tm_pb_button,
#tm_builder_outer_content .tm_pb_swiper button.tm_pb_button,
#tm_builder_outer_content .tm_pb_swiper .btn-lg {
  float: none;
  white-space: normal; }

#tm_builder_outer_content .tm_pb_swiper .swiper-pagination {
  position: static;
  margin-top: 1.5em; }

/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/
.cherry-projects-video-list {
  margin: 15px 0 30px; }

.projects-container .projects-ajax-button-wrapper .projects-ajax-button {
  margin: 31px; }

.projects-container .projects-ajax-button-wrapper .projects-ajax-button span {
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 40px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  max-width: 100%;
  padding: 15px 38px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none; }

.projects-container .projects-list .hover-content {
  text-align: center; }

.projects-container .projects-list .hover-content i {
  margin-left: 20px;
  font-size: 50px; }

.projects-container[data-settings*='"item-margin":"2"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"2"'] .projects-list {
  margin-left: -1px;
  margin-right: -1px; }

.projects-container[data-settings*='"item-margin":"4"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"4"'] .projects-list {
  margin-left: -2px;
  margin-right: -2px; }

.projects-container[data-settings*='"item-margin":"6"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"6"'] .projects-list {
  margin-left: -3px;
  margin-right: -3px; }

.projects-container[data-settings*='"item-margin":"8"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"8"'] .projects-list {
  margin-left: -4px;
  margin-right: -4px; }

.projects-container[data-settings*='"item-margin":"10"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"10"'] .projects-list {
  margin-left: -5px;
  margin-right: -5px; }

.projects-container[data-settings*='"item-margin":"12"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"12"'] .projects-list {
  margin-left: -6px;
  margin-right: -6px; }

.projects-container[data-settings*='"item-margin":"14"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"14"'] .projects-list {
  margin-left: -7px;
  margin-right: -7px; }

.projects-container[data-settings*='"item-margin":"16"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"16"'] .projects-list {
  margin-left: -8px;
  margin-right: -8px; }

.projects-container[data-settings*='"item-margin":"18"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"18"'] .projects-list {
  margin-left: -9px;
  margin-right: -9px; }

.projects-container[data-settings*='"item-margin":"20"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"20"'] .projects-list {
  margin-left: -10px;
  margin-right: -10px; }

.projects-container[data-settings*='"item-margin":"22"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"22"'] .projects-list {
  margin-left: -11px;
  margin-right: -11px; }

.projects-container[data-settings*='"item-margin":"24"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"24"'] .projects-list {
  margin-left: -12px;
  margin-right: -12px; }

.projects-container[data-settings*='"item-margin":"26"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"26"'] .projects-list {
  margin-left: -13px;
  margin-right: -13px; }

.projects-container[data-settings*='"item-margin":"28"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"28"'] .projects-list {
  margin-left: -14px;
  margin-right: -14px; }

.projects-container[data-settings*='"item-margin":"30"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"30"'] .projects-list {
  margin-left: -15px;
  margin-right: -15px; }

.projects-container[data-settings*='"item-margin":"32"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"32"'] .projects-list {
  margin-left: -16px;
  margin-right: -16px; }

.projects-container[data-settings*='"item-margin":"34"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"34"'] .projects-list {
  margin-left: -17px;
  margin-right: -17px; }

.projects-container[data-settings*='"item-margin":"36"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"36"'] .projects-list {
  margin-left: -18px;
  margin-right: -18px; }

.projects-container[data-settings*='"item-margin":"38"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"38"'] .projects-list {
  margin-left: -19px;
  margin-right: -19px; }

.projects-container[data-settings*='"item-margin":"40"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"40"'] .projects-list {
  margin-left: -20px;
  margin-right: -20px; }

.projects-container[data-settings*='"item-margin":"42"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"42"'] .projects-list {
  margin-left: -21px;
  margin-right: -21px; }

.projects-container[data-settings*='"item-margin":"44"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"44"'] .projects-list {
  margin-left: -22px;
  margin-right: -22px; }

.projects-container[data-settings*='"item-margin":"46"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"46"'] .projects-list {
  margin-left: -23px;
  margin-right: -23px; }

.projects-container[data-settings*='"item-margin":"48"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"48"'] .projects-list {
  margin-left: -24px;
  margin-right: -24px; }

.projects-container[data-settings*='"item-margin":"50"'] .projects-list,
.projects-terms-container[data-settings*='"item-margin":"50"'] .projects-list {
  margin-left: -25px;
  margin-right: -25px; }

.projects-item .project-media .simple-icon.permalink {
  width: 100%;
  height: 100%; }

.projects-item-instance .hover-content {
  padding: 0 !important;
  cursor: pointer; }

.projects-item-instance.simple-scale-hover .hover-content > * {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important; }

.projects-item-instance.simple-scale-hover .hover-content {
  opacity: 0.075 !important; }

.projects-item-instance .simple-icon {
  margin: 0 !important;
  border-radius: 0 !important; }

.projects-item-instance .hover-content.row-format {
  opacity: 0; }

.projects-item-instance .simple-icon span, .projects-item-instance span.dashicons.dashicons-admin-links {
  display: none; }

.projects-item-instance .hover-content:hover {
  background-color: black !important; }

.projects-item-instance .hover-content .projects-item {
  margin-bottom: 0 !important; }

.projects-item .project-media .simple-icon {
  font-size: 20px;
  font-size: 1.25rem;
  width: auto;
  height: auto;
  background: none; }

.projects-item .project-media .simple-icon:hover, .projects-item .project-media .simple-icon:focus {
  background: none; }

.projects-item .project-content {
  overflow: hidden;
  padding: 15px 20px 25px; }

.projects-item .project-content h3 {
  color: #2a586b !important;
  margin: 0 0 4px; }
  .projects-item .project-content h3 a:hover, .projects-item .project-content h3 a:active, .projects-item .project-content h3 a:focus, .projects-item .project-content h3 a:active:focus {
    color: #0a1934; }

.projects-item .project-content .btn__text {
  font-size: 13px;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  background: none; }

.projects-container.list-layout .projects-list .projects-item {
  padding-bottom: 30px; }

.project-terms-caption {
  margin-top: 45px;
  text-align: center; }
  .project-terms-caption h1 {
    font-size: 36px;
    line-height: 1.1;
    font-family: Roboto, sans-serif; }
    @media (max-width: 767px) {
      .project-terms-caption h1 {
        font-size: 33px;
        margin-bottom: 12px; } }
  .project-terms-caption p {
    margin: 0; }

.projects-filters {
  margin-bottom: 10px !important;
  display: block !important;
  text-align: center; }
  .projects-filters li {
    font-size: 18px; }

.project-media, .cherry-projects-single__container {
  position: relative; }
  .project-media .per_price, .cherry-projects-single__container .per_price {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2; }
    .project-media .per_price li, .cherry-projects-single__container .per_price li {
      padding: 0 !important;
      margin: 0; }
      .project-media .per_price li:before, .cherry-projects-single__container .per_price li:before {
        display: none; }
    .project-media .per_price .skill-label, .cherry-projects-single__container .per_price .skill-label {
      font-size: 15px;
      padding: 4px 11px;
      background: #d44216;
      color: #fff; }
    .project-media .per_price .skill-bar, .cherry-projects-single__container .per_price .skill-bar {
      display: none; }

.cherry-projects-wrapper .project-content > p {
  padding-top: 8px; }

.cherry-projects-wrapper .project-content .but_link a, .cherry-projects-wrapper .project-content .but_link a.eModal-2 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #848484;
  border-radius: 5px;
  background: #7d9cb3;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.3px;
  display: inline-block;
  font-weight: 500;
  padding: 10px 24px; }
  .cherry-projects-wrapper .project-content .but_link a:hover, .cherry-projects-wrapper .project-content .but_link a:active, .cherry-projects-wrapper .project-content .but_link a:focus, .cherry-projects-wrapper .project-content .but_link a:active:focus, .cherry-projects-wrapper .project-content .but_link a.eModal-2:hover, .cherry-projects-wrapper .project-content .but_link a.eModal-2:active, .cherry-projects-wrapper .project-content .but_link a.eModal-2:focus, .cherry-projects-wrapper .project-content .but_link a.eModal-2:active:focus {
    color: #fff;
    background: #3483a1; }

.cherry-projects-wrapper .project-content .but_link .more_but {
  margin: 0 0 17px; }
  .cherry-projects-wrapper .project-content .but_link .more_but a {
    text-align: left;
    color: #0b72a3;
    background: none;
    border: none;
    padding: 0;
    display: inline-block;
    margin-bottom: 0; }
    .cherry-projects-wrapper .project-content .but_link .more_but a span {
      padding: 0;
      text-transform: none;
      font-size: 16px; }
    .cherry-projects-wrapper .project-content .but_link .more_but a:hover, .cherry-projects-wrapper .project-content .but_link .more_but a:active, .cherry-projects-wrapper .project-content .but_link .more_but a:focus, .cherry-projects-wrapper .project-content .but_link .more_but a:active:focus {
      color: #d21313;
      border-color: #da0a0a; }

.cherry-projects-wrapper .project-content .detlist {
  margin-bottom: 5px; }
  .cherry-projects-wrapper .project-content .detlist .cherry-projects-single-details-list {
    margin: 0; }
  .cherry-projects-wrapper .project-content .detlist li {
    padding-left: 0;
    float: none;
    font-size: 26px;
    margin: 0 !important;
    color: #000; }
    .cherry-projects-wrapper .project-content .detlist li:before {
      display: none; }
    .cherry-projects-wrapper .project-content .detlist li + li {
      font-size: 19px;
      color: #828282 !important;
      text-decoration: line-through; }
      .cherry-projects-wrapper .project-content .detlist li + li span {
        color: #828282 !important; }

.cherry-projects-single .cherry-projects-single__container {
  display: block;
  padding-bottom: 10px; }
  @media (min-width: 1200px) {
    .cherry-projects-single .cherry-projects-single__container {
      padding-bottom: 35px; } }
  .cherry-projects-single .cherry-projects-single__container .sp-fade-full-screen {
    opacity: 1 !important;
    padding: 1px 9px 4px 14px;
    background-color: rgba(255, 255, 255, 0.35);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 35px;
    right: 5px;
    display: none !important; }
    .cherry-projects-single .cherry-projects-single__container .sp-fade-full-screen:before {
      color: #17222e !important;
      display: inline-block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .cherry-projects-single .cherry-projects-single__container .sp-fade-full-screen:hover, .cherry-projects-single .cherry-projects-single__container .sp-fade-full-screen:active, .cherry-projects-single .cherry-projects-single__container .sp-fade-full-screen:focus, .cherry-projects-single .cherry-projects-single__container .sp-fade-full-screen:active:focus {
      background-color: rgba(255, 255, 255, 0.45); }
      .cherry-projects-single .cherry-projects-single__container .sp-fade-full-screen:hover:before, .cherry-projects-single .cherry-projects-single__container .sp-fade-full-screen:active:before, .cherry-projects-single .cherry-projects-single__container .sp-fade-full-screen:focus:before, .cherry-projects-single .cherry-projects-single__container .sp-fade-full-screen:active:focus:before {
        color: #0f6a94 !important; }
  .cherry-projects-single .cherry-projects-single__container .sp-arrow {
    width: 20px;
    height: 35px;
    padding: 13px 16px;
    background-color: rgba(255, 255, 255, 0.3); }
    @media (max-width: 991px) {
      .cherry-projects-single .cherry-projects-single__container .sp-arrow {
        display: none; } }
  .cherry-projects-single .cherry-projects-single__container .sp-next-arrow,
  .cherry-projects-single .cherry-projects-single__container .sp-next-arrow,
  .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow,
  .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:after, .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:before,
    .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:after,
    .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:before,
    .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:after,
    .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:before,
    .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:after,
    .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:before {
      width: 10px;
      width: 4px;
      height: 38%;
      background-color: #404040 !important;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:hover, .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:active, .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:focus, .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:active:focus,
    .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:hover,
    .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:active,
    .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:focus,
    .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:active:focus,
    .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:hover,
    .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:active,
    .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:focus,
    .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:active:focus,
    .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:hover,
    .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:active,
    .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:focus,
    .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:active:focus {
      background-color: rgba(255, 255, 255, 0.35); }
      .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:hover:after, .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:hover:before, .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:active:after, .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:active:before, .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:focus:after, .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:focus:before, .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:active:focus:after, .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:active:focus:before,
      .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:hover:after,
      .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:hover:before,
      .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:active:after,
      .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:active:before,
      .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:focus:after,
      .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:focus:before,
      .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:active:focus:after,
      .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:active:focus:before,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:hover:after,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:hover:before,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:active:after,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:active:before,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:focus:after,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:focus:before,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:active:focus:after,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:active:focus:before,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:hover:after,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:hover:before,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:active:after,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:active:before,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:focus:after,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:focus:before,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:active:focus:after,
      .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:active:focus:before {
        background-color: #0f6a94 !important; }
  .cherry-projects-single .cherry-projects-single__container .sp-next-arrow {
    padding-left: 25px; }
    .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:before {
      right: 50%;
      top: 8px; }
    .cherry-projects-single .cherry-projects-single__container .sp-next-arrow:after {
      left: 44%; }
  .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow {
    padding-right: 25px; }
    .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:before {
      left: 39%;
      top: 8px; }
    .cherry-projects-single .cherry-projects-single__container .sp-previous-arrow:after {
      left: 39%; }
  .cherry-projects-single .cherry-projects-single__container .sp-horizontal .sp-previous-arrow {
    left: 0; }
  .cherry-projects-single .cherry-projects-single__container .sp-horizontal .sp-next-arrow {
    right: 0; }
  .cherry-projects-single .cherry-projects-single__container b {
    font-size: 17px; }

@media (min-width: 992px) {
  .cherry-projects-single .cherry-projects-single__container {
    padding-left: 0;
    padding-right: 0; } }

.cherry-projects-single__container .but_link a {
  float: left;
  font-size: 16px;
  margin-top: 8px;
  padding: 10px 50px 11px;
  color: #fff;
  background: #6089a1;
  border: 1px solid #37383a;
  border-radius: 70px;
  letter-spacing: 0.3px;
  display: inline-block; }
  .cherry-projects-single__container .but_link a:hover, .cherry-projects-single__container .but_link a:active, .cherry-projects-single__container .but_link a:focus, .cherry-projects-single__container .but_link a:active:focus {
    background: #676a6b; }

.cherry-projects-single__container .price {
  float: left;
  margin-right: 60px; }
  @media (max-width: 480px) {
    .cherry-projects-single__container .price {
      margin-bottom: 7px; } }
  .cherry-projects-single__container .price .cherry-projects-single-details-list {
    margin: 0 !important; }
    .cherry-projects-single__container .price .cherry-projects-single-details-list ul li {
      color: #111 !important; }
      .cherry-projects-single__container .price .cherry-projects-single-details-list ul li span {
        color: #696969 !important; }
    .cherry-projects-single__container .price .cherry-projects-single-details-list li {
      margin: 13px 11px 0 0;
      float: left; }
      @media (max-width: 480px) {
        .cherry-projects-single__container .price .cherry-projects-single-details-list li {
          font-size: 25px; } }
      .cherry-projects-single__container .price .cherry-projects-single-details-list li + li {
        margin-top: 17px;
        text-decoration: line-through;
        font-size: 23px;
        color: #828282 !important;
        margin-right: 0; }
        @media (max-width: 480px) {
          .cherry-projects-single__container .price .cherry-projects-single-details-list li + li {
            font-size: 21px; } }
        .cherry-projects-single__container .price .cherry-projects-single-details-list li + li span {
          display: none; }
        .cherry-projects-single__container .price .cherry-projects-single-details-list li + li span {
          color: #828282 !important; }

.sp-full-screen .sp-arrow {
  padding: 30px 28px !important; }
  .sp-full-screen .sp-arrow .sp-previous-arrow:before,
  .sp-full-screen .sp-arrow .sp-next-arrow:before {
    top: 5px !important; }

.cherry-projects-single .cherry-projects-single__title {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 13px; }

.cherry-projects-single .cherry-projects-single__title h3 {
  margin-bottom: 0;
  font-size: 30px;
  color: #226b8a; }
  @media (max-width: 767px) {
    .cherry-projects-single .cherry-projects-single__title h3 {
      font-size: 28px; } }

.cherry-projects-single .cherry-projects-single-meta {
  width: 100%;
  border: none; }

.cherry-projects-single .cherry-projects-single-meta a {
  margin-right: 15px; }

.cherry-projects-single .cherry-projects-single__content {
  clear: both;
  padding-top: 30px;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  -webkit-box-flex: 0;
  flex: 0 1 100%; }
  .cherry-projects-single .cherry-projects-single__content .button_prod {
    white-space: nowrap;
    font-size: 16px;
    margin-top: 8px;
    padding: 10px 50px 11px;
    color: #fff;
    background: #6089a1;
    border: 1px solid #37383a;
    border-radius: 70px;
    letter-spacing: 0.3px;
    display: inline-block; }
    .cherry-projects-single .cherry-projects-single__content .button_prod.bott {
      padding: 11px 34px 12px;
      background: #4b8baf;
      margin-top: 3px; }
      @media (max-width: 1199px) {
        .cherry-projects-single .cherry-projects-single__content .button_prod.bott {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .cherry-projects-single .cherry-projects-single__content .button_prod.bott {
          margin-bottom: 7px; } }
    .cherry-projects-single .cherry-projects-single__content .button_prod:hover, .cherry-projects-single .cherry-projects-single__content .button_prod:active, .cherry-projects-single .cherry-projects-single__content .button_prod:focus, .cherry-projects-single .cherry-projects-single__content .button_prod:active:focus {
      background: #676a6b; }

.cherry-projects-single .cherry-projects-single__media {
  margin: 0 auto 25px;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  width: 100%; }

.cherry-projects-single .cherry-projects-single__media img {
  vertical-align: top; }

.cherry-projects-single .cherry-projects-single__media .cherry-projects-video-list {
  text-align: center; }

.cherry-projects-single .cherry-projects-single__media .cherry-projects-video-list iframe {
  width: 100% !important; }

.cherry-projects-single .cherry-projects-single__media .cherry-projects-audio-list .wp-playlist {
  border: none; }

.cherry-projects-single .cherry-projects-single__media .cherry-projects-slider__instance .sp-thumbnails-container.sp-bottom-thumbnails {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.cherry-projects-single .featured-image .cover:before {
  content: "search";
  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 Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  font-size: 48px;
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px; }

.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail {
  font-size: 0; }

div.cherry-projects-ajax-loader {
  background: none; }

.projects-item-instance .inner-wrapper {
  border: 1px solid #b7b5b5;
  border-bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .projects-item-instance .inner-wrapper .project-content p {
    margin: 0; }

.cherry-projects-wrapper .projects-container[data-settings*='"template":"grid-boxed.tmpl"'] .project-content {
  padding: 20px 20px 18px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #b7b5b5; }

.cherry-projects-wrapper .projects-container[data-settings*='"template":"grid-boxed.tmpl"'] .project-content h3 {
  font-size: 24px !important;
  padding-right: 25px;
  margin-bottom: 10px; }

.cherry-projects-wrapper .projects-container[data-settings*='"template":"grid-boxed-2.tmpl"'] .project-content {
  padding: 20px 20px 18px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: left;
  border: 1px solid #f8fafb;
  border-top: none;
  background: #f8fafb; }

.cherry-projects-wrapper .projects-container[data-settings*='"template":"grid-boxed-2.tmpl"'] .project-content h3 {
  margin-bottom: 15px; }

.cherry-projects-single-post .featured-image a .cover,
.cherry-projects-single-post .additional-image a .cover {
  background-color: rgba(76, 91, 99, 0.29) !important; }

ul.projects-filters-list li {
  font-size: 20px; }
  ul.projects-filters-list li:first-child {
    display: none; }
  @media (max-width: 767px) {
    ul.projects-filters-list li {
      float: none !important;
      margin-bottom: 5px;
      margin-right: 0 !important; } }

/* Projects Shortcode Styles */
#sidebar h6 {
  font-size: 20px;
  margin-bottom: 27px; }

#sidebar .projects-wrapper {
  margin-bottom: 60px; }

#sidebar .projects-wrapper .post-img {
  max-width: 47%;
  float: left;
  display: block;
  margin: 0 9px 18px 0; }

#sidebar .projects-wrapper .post-img a {
  display: block;
  border: 1px solid #adadad; }

#sidebar .entry-title {
  float: left;
  max-width: 47%; }

@media (min-width: 992px) {
  #sidebar .projects-wrapper .post-img a:hover {
    border-color: #777; } }

#sidebar .projects-wrapper .entry-title {
  font-size: 15px;
  font-weight: normal; }

#sidebar .projects-wrapper .single-project::after {
  display: table;
  content: '';
  clear: both; }

#sidebar .projects-wrapper .button {
  border: 2px solid #949494;
  color: #5b5b5b;
  background-color: #fff;
  border-radius: 60px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 11px 35px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
  clear: both;
  margin-top: 8px; }
  #sidebar .projects-wrapper .button:hover, #sidebar .projects-wrapper .button:active, #sidebar .projects-wrapper .button:focus, #sidebar .projects-wrapper .button:active:focus {
    color: #488096;
    border-color: #3e6b92; }

@media (max-width: 1199px) and (min-width: 767px) {
  #sidebar .projects-wrapper .single-project {
    width: 47%;
    margin-right: 3%;
    float: left; }
  #sidebar .widget {
    padding-top: 5px; } }

/*--------------------------------------------------------------
# elementor
--------------------------------------------------------------*/
/* idivider-separator */
.elementor-widget-container .elementor-divider-separator {
  border-color: #d8d8d8; }

.hr-arr .elementor-widget-container .elementor-divider-separator {
  position: relative; }

.hr-arr .elementor-widget-container .elementor-divider-separator:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #d8d8d8 transparent transparent transparent; }

.hr-arr-color-gray .elementor-widget-container .elementor-divider-separator:before {
  border-color: #595c5f transparent transparent transparent; }

.elementor-widget-container .elementor-button-wrapper .elementor-button {
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 40px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  max-width: 100%;
  padding: 15px 38px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none; }

.elementor-widget-container .elementor-button {
  /* Sizes */ }

.elementor-widget-container .elementor-button.elementor-size-xs {
  font-size: 80%;
  padding: 5px 15px; }

.elementor-widget-container .elementor-button.elementor-size-sm {
  font-size: 90%;
  padding: 10px 20px; }

.elementor-widget-container .elementor-button.elementor-size-md {
  padding: 15px 38px; }

.elementor-widget-container .elementor-button.elementor-size-lg {
  font-size: 110%;
  padding: 17px 45px; }

.elementor-widget-container .elementor-button.elementor-size-xl {
  font-size: 120%;
  padding: 20px 55px; }

.elementor-widget-container .follow-block + .subscribe-block {
  margin-top: 35px; }

/* image-box */
.elementor-element.elementor-widget-image-box.elementor-position-left figure.elementor-image-box-img {
  margin-bottom: 15px; }

@media (min-width: 992px) {
  .elementor-widget-image-box.custom-image-box-class .elementor-image-box-description {
    margin-left: -62px;
    margin-right: 100px; } }

@media (width: 1280px) {
  .elementor-widget-image-box.custom-image-box-class .elementor-image-box-description {
    margin-left: -42px;
    margin-right: 20px; } }

@media (width: 1440px) {
  .elementor-widget-image-box.custom-image-box-class .elementor-image-box-description {
    margin-left: -48px;
    margin-right: 30px; } }

/*cherry_team*/
.elementor-widget-cherry_team[data-element_type="cherry_team.default"] .team-item {
  text-align: center; }

/*--------------------------------------------------------------
# cherry-team-members
--------------------------------------------------------------*/
.cherry-team .team-single-item {
  padding: 30px; }

.cherry-team .team-single-item .team-meta {
  float: none; }

.cherry-team .team-single-item .team-content {
  clear: none; }

/*--------------------------------------------------------------
# Ecwid
--------------------------------------------------------------*/
html#ecwid_html body#ecwid_body #main div.ecwid-productBrowser-cart-removeItemButton {
  top: 15px;
  right: -5px; }

html#ecwid_html .ec-minicart {
  background: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #848282 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  html#ecwid_html .ec-minicart .ec-minicart__icon .icon-default circle[fill].cart-not-empty {
    fill: #444 !important; }
  html#ecwid_html .ec-minicart:hover, html#ecwid_html .ec-minicart:active, html#ecwid_html .ec-minicart:focus, html#ecwid_html .ec-minicart:active:focus {
    border-color: #3e93b7 !important; }
    html#ecwid_html .ec-minicart:hover .ec-minicart__icon .icon-default path[stroke],
    html#ecwid_html .ec-minicart:hover .ec-minicart__icon .icon-default circle[stroke], html#ecwid_html .ec-minicart:active .ec-minicart__icon .icon-default path[stroke],
    html#ecwid_html .ec-minicart:active .ec-minicart__icon .icon-default circle[stroke], html#ecwid_html .ec-minicart:focus .ec-minicart__icon .icon-default path[stroke],
    html#ecwid_html .ec-minicart:focus .ec-minicart__icon .icon-default circle[stroke], html#ecwid_html .ec-minicart:active:focus .ec-minicart__icon .icon-default path[stroke],
    html#ecwid_html .ec-minicart:active:focus .ec-minicart__icon .icon-default circle[stroke] {
      stroke: #3e93b7 !important; }
    html#ecwid_html .ec-minicart:hover .ec-minicart__icon .icon-default circle[fill].cart-not-empty, html#ecwid_html .ec-minicart:active .ec-minicart__icon .icon-default circle[fill].cart-not-empty, html#ecwid_html .ec-minicart:focus .ec-minicart__icon .icon-default circle[fill].cart-not-empty, html#ecwid_html .ec-minicart:active:focus .ec-minicart__icon .icon-default circle[fill].cart-not-empty {
      fill: #3e93b7 !important; }
    html#ecwid_html .ec-minicart:hover .ec-minicart__title,
    html#ecwid_html .ec-minicart:hover .ec-minicart__count, html#ecwid_html .ec-minicart:active .ec-minicart__title,
    html#ecwid_html .ec-minicart:active .ec-minicart__count, html#ecwid_html .ec-minicart:focus .ec-minicart__title,
    html#ecwid_html .ec-minicart:focus .ec-minicart__count, html#ecwid_html .ec-minicart:active:focus .ec-minicart__title,
    html#ecwid_html .ec-minicart:active:focus .ec-minicart__count {
      color: #3d7a94 !important; }

html#ecwid_html .ec-cart-widget {
  display: none !important; }

html#ecwid_html .cart_shop {
  width: 143px; }
  html#ecwid_html .cart_shop .ec-cart-widget {
    display: inline-block !important; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*-------------------------------------------------------------
## Cherry Project
--------------------------------------------------------------*/
.projects-container .projects-list .projects-item .project-media .featured-image a {
  margin: 0; }

.projects-container[data-settings*='"template":"list-default-2.tmpl"'][data-settings*='"column-number":"1"'] .projects-item {
  margin-bottom: 15px !important;
  padding-bottom: 0; }

.elementor-col-50 .projects-container[data-settings*='"template":"list-default-2.tmpl"'][data-settings*='"column-number":"1"'] .project-content p {
  margin: 28px 0 13px 0;
  max-width: 390px; }

@media (max-width: 767px) {
  .elementor-col-50 .projects-container[data-settings*='"template":"list-default-2.tmpl"'][data-settings*='"column-number":"1"'] .project-content p {
    margin: 10px 0 10px;
    max-width: 420px; } }

.projects-container[data-settings*='"template":"list-default-2.tmpl"'] .projects-list .projects-item .inner-wrapper .project-media {
  min-width: auto; }

@media (max-width: 767px) {
  .projects-container[data-settings*='"template":"list-default-2.tmpl"'] .projects-list .projects-item .inner-wrapper .project-media {
    margin-right: 5px; } }

.projects-container[data-settings*='"template":"list-default-2.tmpl"'] .projects-list .projects-item .inner-wrapper .project-content {
  padding: 0px 20px 25px 14px;
  min-width: auto; }

@media (max-width: 767px) {
  .projects-container[data-settings*='"template":"list-default-2.tmpl"'] .projects-list .projects-item .inner-wrapper .project-content {
    padding: 0px 10px 15px 5px; } }

.projects-container[data-settings*='"template":"list-default-2.tmpl"'] .projects-list .projects-item .inner-wrapper .project-content h3 {
  line-height: 0.7; }

@media (max-width: 767px) {
  .projects-container[data-settings*='"template":"list-default-2.tmpl"'] .projects-list .projects-item .inner-wrapper .project-content h3 {
    line-height: 1; } }

.projects-container[data-settings*='"template":"grid-default-2.tmpl"'] .projects-list .projects-item .project-content {
  background: #f8fafb; }

.projects-container[data-settings*='"template":"grid-default-2.tmpl"'] .projects-list .hover-content a .dashicons {
  height: 79px;
  width: 79px;
  border-radius: 50px; }

.projects-container[data-settings*='"template":"grid-default-2.tmpl"'] .projects-list .hover-content a .dashicons:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f064';
  line-height: 79px; }

.projects-container[data-settings*='"template":"grid-default-3.tmpl"'] .projects-list .projects-item .project-content {
  border: 1px solid #f1f1f1; }

.projects-container[data-settings*='"template":"masonry-background-image.tmpl"'] .projects-list .projects-item .inner-wrapper {
  display: inline-block; }

.projects-container[data-settings*='"template":"masonry-background-image.tmpl"'] .projects-list .projects-item .project-media {
  overflow: hidden; }

.projects-container[data-settings*='"template":"masonry-background-image.tmpl"'] .projects-list .projects-item .project-media .project-container figure:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute; }

.projects-container[data-settings*='"template":"masonry-background-image.tmpl"'] .projects-list .projects-item .project-media .project-container .featured-image img {
  border-radius: 5px; }

.projects-container[data-settings*='"template":"masonry-background-image.tmpl"'] .projects-list .projects-item .project-media .project-content {
  padding: 15px 28px 5px;
  height: auto;
  position: absolute;
  bottom: -75px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045); }

.projects-container[data-settings*='"template":"masonry-background-image.tmpl"'] .projects-list .projects-item .project-media .project-content h3 {
  letter-spacing: -1px;
  margin-bottom: 20px; }

.projects-container[data-settings*='"template":"masonry-background-image.tmpl"'] .projects-list .projects-item .project-media .project-content .permalink span {
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 26px; }

.projects-container[data-settings*='"template":"masonry-background-image.tmpl"'] .projects-list .projects-item .project-media .project-content .permalink span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f067'; }

.projects-container[data-settings*='"template":"masonry-background-image.tmpl"'] .projects-list .projects-item:hover .project-media .project-content {
  bottom: 0; }

.projects-container[data-settings*='"template":"masonry-background-image.tmpl"'] .projects-list .projects-item:hover .project-media .project-content .permalink {
  bottom: 0; }

@media (min-width: 992px) {
  .projects-container[data-settings*='"item-margin":"0"'] .projects-item {
    margin-bottom: 55px !important; } }

/*-------------------------------------------------------------
## Cherry Services List
--------------------------------------------------------------*/
/* Change default indent to Cherry Service List Grid System */
.cherry-services.services-wrap .cherry-services-row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

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

/* Services item */
.cherry-services {
  /*services list template*/ }

.cherry-services.template-media-icon .services-item_wrap {
  padding: 13px 22px;
  border: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row; }

.cherry-services.template-media-icon .services-item_wrap .cherry-services-right-col {
  text-align: left;
  margin-left: 15px; }

.cherry-services.template-media-icon .services-item_wrap .cherry-services-right-col .title_wrap .services-macros a {
  font-weight: normal;
  text-transform: capitalize; }

.cherry-services.template-media-icon .services-item_wrap .cherry-services-right-col .content_wrap p {
  margin-bottom: 0; }

#tm_builder_outer_content .cherry-services .services-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.cherry-services .services-item_wrap {
  -webkit-transition: .3s box-shadow ease;
  -o-transition: .3s box-shadow ease;
  transition: .3s box-shadow ease;
  padding: 22px;
  border: 1px solid #d8d8d8; }

.cherry-services .services-item_wrap:hover {
  -webkit-box-shadow: 8px 8px 35px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 8px 8px 35px 0 rgba(0, 0, 0, 0.15); }

.cherry-services .service-icon {
  margin: 0 0 12px;
  font-size: 40px;
  font-size: 2.5rem; }

.cherry-services .title_wrap h4 {
  margin-bottom: 11px;
  font-size: 27px;
  font-weight: 400;
  text-transform: none;
  color: #1b3e4d !important; }

.cherry-services.template-list .services-item_wrap {
  overflow: hidden;
  padding: 0; }

.cherry-services.template-list .image_wrap {
  overflow: hidden;
  float: left; }

.cherry-services.template-list .image_wrap img {
  display: block; }

.cherry-services.template-list .services-item_content-wrapper {
  overflow: hidden;
  min-width: 270px; }

.cherry-services.template-list .services-item_content {
  margin: 22px;
  text-align: left; }

.cherry-services.template-default-2 .services-item {
  padding-bottom: 54px;
  text-align: left; }

.cherry-services.template-default-2 .image_wrap .services-macros {
  position: relative; }

.cherry-services.template-default-2 .image_wrap a:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  height: 97%;
  width: 100%;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  opacity: 0.3;
  background-color: transparent; }

.cherry-services.template-default-2 .image_wrap img {
  width: 100%;
  border-radius: 5px; }

.cherry-services.template-default-2 .title_wrap,
.cherry-services.template-default-2 .content_wrap {
  text-align: left; }

.cherry-services.template-default-2 .title_wrap {
  padding-top: 8px; }

.cherry-services.template-default-2 .title_wrap a {
  font-weight: 400;
  text-transform: none; }

.cherry-services.template-default-2 .content_wrap p {
  line-height: 1.74; }

.services-item .container {
  padding: 0 !important;
  text-align: left; }

.cherry-services-template-default .services-macros img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.capt_serv h1 {
  color: #0a0c0d !important;
  font-size: 52px;
  font-weight: 300;
  font-family: Roboto;
  margin-top: 10px; }

.services-single-item .services-thumbnail {
  background-color: #f9f9f98a !important;
  padding: 65px 0 90px; }

.services-macros a {
  pointer-events: none; }

.services-macros h3 {
  text-align: center;
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 300;
  color: #fff; }

.services-macros p {
  margin: 0; }

.services-macros .content_mater {
  float: left;
  width: 50%;
  color: #000d1b;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.35em; }

.services-macros .form_mater {
  text-align: center;
  float: right;
  width: 410px;
  padding: 25px;
  background-color: #41a0be !important;
  border-radius: 13px;
  -webkit-box-shadow: rgba(2, 2, 2, 0.23) 2px 5px 17px 0px;
  box-shadow: rgba(2, 2, 2, 0.23) 2px 5px 17px 0px;
  margin-top: -69px;
  margin-right: 50px; }
  .services-macros .form_mater .ajax-loader {
    position: absolute; }
  .services-macros .form_mater .wpcf7-not-valid-tip {
    margin: 0; }
  .services-macros .form_mater input.wpcf7-submit {
    margin-top: 7px;
    background-color: #0a5f87 !important;
    border-color: #0a5f87 !important; }
    .services-macros .form_mater input.wpcf7-submit:hover, .services-macros .form_mater input.wpcf7-submit:active, .services-macros .form_mater input.wpcf7-submit:focus, .services-macros .form_mater input.wpcf7-submit:active:focus {
      background-color: #515b5f !important;
      border-color: #515b5f !important; }

.services-macros label input, .services-macros label textarea {
  background: #fff !important;
  margin-bottom: 10px !important;
  border: 1px solid #a5a5a5; }
  .services-macros label input::-webkit-input-placeholder, .services-macros label textarea::-webkit-input-placeholder {
    color: #ababab; }
  .services-macros label input::-moz-placeholder, .services-macros label textarea::-moz-placeholder {
    color: #ababab; }
  .services-macros label input:-moz-placeholder, .services-macros label textarea:-moz-placeholder {
    color: #ababab; }
  .services-macros label input::-o-input-placeholder, .services-macros label textarea::-o-input-placeholder {
    color: #ababab; }

.services-more-btn {
  margin-top: 15px; }

.service-cta .btn {
  color: #4d4d57 !important;
  border-color: #444446 !important;
  padding: 8px 38px 9px !important;
  border-radius: 60px;
  text-transform: none;
  font-weight: 400;
  font-size: 17px !important;
  letter-spacing: -0.2px; }
  .service-cta .btn:hover, .service-cta .btn:active, .service-cta .btn:focus, .service-cta .btn:active:focus {
    color: #5772a3 !important;
    border-color: #62627e !important; }

.service-descr {
  text-align: left;
  color: #394f5d;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.35em; }

.service-cta.cta-type-button {
  padding: 0; }
  .service-cta.cta-type-button h2 {
    display: none; }
  .service-cta.cta-type-button .service-cta_desc {
    color: #566f7e;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    padding-bottom: 22px; }
    @media (max-width: 767px) {
      .service-cta.cta-type-button .service-cta_desc {
        padding-bottom: 19px; } }

.services-single-item .services-thumbnail {
  position: relative;
  overflow: hidden;
  z-index: 3; }

.services-single-item .services-thumbnail .image_wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  opacity: .3;
  z-index: -1; }

.services-single-item .services-thumbnail-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 200px; }

.services-single-item .services-content {
  margin-top: 75px;
  margin-bottom: 75px; }

.service-cta {
  padding: 50px 0; }

.service-cta .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 544px) {
  .service-cta .container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

/*-------------------------------------------------------------
## Cherry Services List
--------------------------------------------------------------*/
.tm-testi-slider {
  padding: 0; }

.tm-testi__item {
  margin-bottom: 70px; }

.tm-testi__item.swiper-slide {
  margin-bottom: 0; }

.tm-testi__item-avatar.avatar {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 0 30px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 1px 0 #6f6f6f;
  box-shadow: 0 0 1px 0 #6f6f6f; }

.tm-testi--default-2 .tm-testi__item-avatar.avatar {
  border: 3px solid #f3f5f6; }

.tm-testi__item-body footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: right; }

.tm-testi__item-body,
.tm-testi__item-body p,
.tm-testi__item-body cite {
  text-align: center; }

.tm-testi__item-body p:before {
  content: '\201C'; }

.tm-testi__item-body p:after {
  content: '\201D'; }

.tm-testi__item cite {
  padding: 0;
  margin-top: 25px; }

.tm-testi__item cite:before {
  content: none; }

.tm-testi__item cite, .tm-testi__item-position, .tm-testi__item-email, .tm-testi__item-company {
  font-size: 14px;
  font-size: 0.875rem; }

.tm-testi__item blockquote {
  padding: 0; }

.tm-testi__item blockquote:before {
  top: 0;
  left: 20px;
  font-size: 85px; }

#tm_builder_outer_content .tm-testi--boxed .tm-testi__item blockquote:before {
  content: none; }

.tm-testi__wrap--perview-1 .tm-testi__item blockquote, .tm-testi-page--archive .tm-testi__item blockquote {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.tm-testi--default.swiper-container {
  position: static; }

.tm-testi--default.swiper-container[data-atts*='"slidesPerView":1'] {
  margin: 0 17%; }

.tm-testi--boxed blockquote {
  border: none;
  padding: 45px 30px; }

@media (max-width: 991px) {
  .tm-testi--boxed blockquote {
    padding: 30px 55px !important; } }

.tm-testi--speech-bubble .tm-testi__item-body:after {
  left: 75px; }

.tm-testi {
  position: relative; }

.tm-testi div.swiper-container {
  position: static;
  margin: 0 80px; }

@media (max-width: 991px) {
  .tm-testi div.swiper-container {
    margin: 0 40px; } }

.tm-testi div.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px; }

.tm-testi .tm-testi-slider__next, .elementor-widget-container .tm-testi .tm-testi-slider__next, .tm-testi .tm-testi-slider__prev, .elementor-widget-container .tm-testi .tm-testi-slider__prev {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: .35;
  top: -24%;
  width: 25px;
  height: 71px; }
  @media (max-width: 991px) {
    .tm-testi .tm-testi-slider__next, .elementor-widget-container .tm-testi .tm-testi-slider__next, .tm-testi .tm-testi-slider__prev, .elementor-widget-container .tm-testi .tm-testi-slider__prev {
      top: -81px; } }
  @media (max-width: 767px) {
    .tm-testi .tm-testi-slider__next, .elementor-widget-container .tm-testi .tm-testi-slider__next, .tm-testi .tm-testi-slider__prev, .elementor-widget-container .tm-testi .tm-testi-slider__prev {
      top: -56px; } }
  @media (max-width: 480px) {
    .tm-testi .tm-testi-slider__next, .elementor-widget-container .tm-testi .tm-testi-slider__next, .tm-testi .tm-testi-slider__prev, .elementor-widget-container .tm-testi .tm-testi-slider__prev {
      top: -68px; } }

@media (max-width: 480px) {
  #txt_hed_testi h2 {
    width: 350px;
    margin: 0 auto 0 !important; } }

.tm-testi .tm-testi-slider__next:hover, .elementor-widget-container .tm-testi .tm-testi-slider__next:hover, .tm-testi .tm-testi-slider__prev:hover, .elementor-widget-container .tm-testi .tm-testi-slider__prev:hover {
  opacity: 1; }

.tm-testi .tm-testi-slider__next:before, .elementor-widget-container .tm-testi .tm-testi-slider__next:before, .tm-testi .tm-testi-slider__prev:before, .elementor-widget-container .tm-testi .tm-testi-slider__prev:before {
  content: none; }

.tm-testi .tm-testi-slider__next, .tm-testi .tm-testi-slider__next:hover, .elementor-widget-container .tm-testi .tm-testi-slider__next, .elementor-widget-container .tm-testi .tm-testi-slider__next:hover {
  right: 17px; }

.tm-testi .tm-testi-slider__prev, .tm-testi .tm-testi-slider__prev:hover, .elementor-widget-container .tm-testi .tm-testi-slider__prev, .elementor-widget-container .tm-testi .tm-testi-slider__prev:hover {
  left: 0; }

.tm-testi .tm-testi-slider__pags {
  position: static;
  margin-top: 15px; }

.tm-testi .tm-testi-slider__pags .swiper-pagination-bullet {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 10px;
  height: 10px;
  opacity: 1; }

.elementor-widget-container .tm-testi--speech-bubble-2 .tm-testi__inner blockquote:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f10d';
  left: 0;
  color: #4444c5; }

.elementor-widget-container .tm-testi--speech-bubble-2 .tm-testi__inner .tm-testi__item-body {
  padding-top: 49px; }

.elementor-widget-container .tm-testi--speech-bubble-2 .tm-testi__inner .tm-testi__item-body p {
  text-align: left;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5em;
  padding-right: 34px; }

@media (max-width: 543px) {
  .elementor-widget-container .tm-testi--speech-bubble-2 .tm-testi__inner .tm-testi__item-body p {
    font-size: 20px;
    padding-right: 0; } }

.elementor-widget-container .tm-testi--speech-bubble-2 .tm-testi__inner .tm-testi__item-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-top: 18px; }

@media (max-width: 991px) {
  .elementor-widget-container .tm-testi--speech-bubble-2 .tm-testi__inner {
    margin: 0 30px; } }

@media (max-width: 543px) {
  .elementor-widget-container .tm-testi--speech-bubble-2 .tm-testi__inner {
    margin: 0 35px; } }

.elementor-widget-container .tm-testi--speech-bubble-2 cite {
  margin-top: 13px;
  margin-left: 18px; }

.elementor-widget-container .tm-testi--speech-bubble-2 cite .tm-testi__item-name {
  font-size: 17px;
  font-weight: bold; }

.elementor-widget-container .tm-testi--speech-bubble-2 .swiper-button-next.tm-testi-slider__next {
  top: auto;
  left: 40px;
  background: none; }

.elementor-widget-container .tm-testi--speech-bubble-2 .swiper-button-next.tm-testi-slider__next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f061';
  color: #b6b6bb;
  font-size: 25px; }

.elementor-widget-container .tm-testi--speech-bubble-2 .swiper-button-next.tm-testi-slider__next:hover:before {
  color: #4444c5; }

.elementor-widget-container .tm-testi--speech-bubble-2 .swiper-button-prev.tm-testi-slider__prev {
  top: auto;
  left: 0;
  background: none; }

.elementor-widget-container .tm-testi--speech-bubble-2 .swiper-button-prev.tm-testi-slider__prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f060';
  color: #b6b6bb;
  font-size: 25px; }

.elementor-widget-container .tm-testi--speech-bubble-2 .swiper-button-prev.tm-testi-slider__prev:hover:before {
  color: #4444c5; }

.elementor-widget-container .tm-testi .swiper-container {
  margin: 0; }

.tm-testi .tm-testi--default-2 .tm-testi__wrap .tm-testi__inner .tm-testi__item-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row; }

@media (max-width: 991px) {
  .tm-testi .tm-testi--default-2 .tm-testi__wrap .tm-testi__inner .tm-testi__item-body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

.tm-testi .tm-testi--default-2 .tm-testi__wrap .tm-testi__inner .tm-testi__item-body .blockquote_left-col {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%; }

.tm-testi .tm-testi--default-2 .tm-testi__wrap .tm-testi__inner .tm-testi__item-body .blockquote_right-col {
  margin-left: 20px;
  text-align: left;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto; }

@media (max-width: 1199px) {
  .tm-testi .tm-testi--default-2 .tm-testi__wrap .tm-testi__inner .tm-testi__item-body .blockquote_right-col {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; } }

.tm-testi .tm-testi--default-2 .tm-testi__wrap .tm-testi__inner .tm-testi__item-body .blockquote_right-col p,
.tm-testi .tm-testi--default-2 .tm-testi__wrap .tm-testi__inner .tm-testi__item-body .blockquote_right-col cite,
.tm-testi .tm-testi--default-2 .tm-testi__wrap .tm-testi__inner .tm-testi__item-body .blockquote_right-col .tm-testi__item-position {
  margin-top: 0;
  text-align: left; }

@media (max-width: 991px) {
  .tm-testi .tm-testi--default-2 .tm-testi__wrap .tm-testi__inner .tm-testi__item-body .blockquote_right-col p,
  .tm-testi .tm-testi--default-2 .tm-testi__wrap .tm-testi__inner .tm-testi__item-body .blockquote_right-col cite,
  .tm-testi .tm-testi--default-2 .tm-testi__wrap .tm-testi__inner .tm-testi__item-body .blockquote_right-col .tm-testi__item-position {
    text-align: center;
    display: block; } }

.tm-testi .tm-testi--default-2 .tm-testi__wrap .tm-testi__inner blockquote:before {
  content: none; }

@media (max-width: 991px) {
  .tm-testi .tm-testi--default-3.swiper-container {
    margin: 0 20px; } }

.tm-testi .tm-testi--default-3.swiper-container[data-atts*='"slidesPerView":1'] .tm-testi__inner {
  margin: 0 auto;
  max-width: 880px; }

.tm-testi .tm-testi--default-3.swiper-container .swiper-pagination {
  text-align: center; }

.tm-testi .tm-testi--default-3.swiper-container .tm-testi__list .tm-testi__item blockquote:before {
  position: relative;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 72px;
  font-size: 4.5rem; }

.elementor-col-50 .tm-testi .tm-testi--default-4 .tm-testi__item blockquote {
  max-width: 700px; }

.tm-testi .tm-testi--default-4 .tm-testi__item blockquote:before {
  left: 0;
  font-size: 61px;
  position: relative; }

@media (max-width: 991px) {
  .tm-testi .tm-testi--default-4 .tm-testi__item blockquote:before {
    left: 15px; } }

.tm-testi .tm-testi--default-4 .tm-testi__item .tm-testi__item-body, .tm-testi .tm-testi--default-4 .tm-testi__item p, .tm-testi .tm-testi--default-4 .tm-testi__item cite {
  text-align: left; }

.tm-testi--boxed-2 blockquote {
  display: block;
  border: none;
  padding: 50px 55px; }

.tm-testi--boxed-2 blockquote .avatar {
  float: left;
  border: none;
  margin: 0 25px 10px 0; }

.tm-testi--boxed-2 blockquote .tm-testi__item-body p {
  font-size: 16px;
  font-size: 1rem;
  text-align: left; }

.tm-testi--boxed-2 blockquote:before {
  content: none; }

.tm-testi--boxed-2 blockquote footer {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.tm-testi--boxed-2 blockquote footer cite {
  margin-top: 5px; }

@media (max-width: 767px) {
  .tm-testi--boxed-3.swiper-container {
    margin: 0 60px !important; } }

.tm-testi--boxed-3 blockquote {
  display: block;
  border: none;
  padding: 9px 20px; }

@media (max-width: 767px) {
  .tm-testi--boxed-3 blockquote {
    padding: 9px 5px; } }

.tm-testi--boxed-3 blockquote .avatar {
  float: left;
  border: none;
  margin: 0 25px 10px 0; }

@media (max-width: 767px) {
  .tm-testi--boxed-3 blockquote .avatar {
    float: none;
    margin: 0 auto 15px auto; } }

.tm-testi--boxed-3 blockquote .tm-testi__item-body p {
  text-align: right;
  font-family: Roboto, sans-serif;
  font-weight: 300; }

@media (max-width: 767px) {
  .tm-testi--boxed-3 blockquote .tm-testi__item-body p {
    text-align: center; } }

.tm-testi--boxed-3 blockquote:before {
  content: none; }

.tm-testi--boxed-3 blockquote footer cite {
  margin-top: 25px; }

.tm-testi .swiper-pagination {
  text-align: left; }

@media (max-width: 991px) {
  .tm-testi__item-avatar.avatar {
    width: 400px !important; } }

@media (max-width: 767px) {
  .tm-testi__item-avatar.avatar {
    width: 100% !important; } }

@media (max-width: 991px) {
  .tm-testi__inner blockquote {
    font-size: 18px !important; } }

@media (max-width: 991px) {
  .tm-testi__inner blockquote .tm-testi__inner cite {
    font-size: 26px !important; } }

@media (max-width: 991px) {
  .tm-testi__item-position {
    font-size: 0.83rem !important; } }

@media (max-width: 767px) {
  .tm-testi__item-body footer,
  .tm-testi__inner blockquote,
  .tm-testi__inner cite {
    text-align: center !important; } }

/*-------------------------------------------------------------
## WordPress Contact form 7
--------------------------------------------------------------*/
.wpcf7-subscribe-form input {
  background: transparent;
  border-color: #bebebf;
  border-width: 1px;
  border-style: solid; }

.wpcf7-subscribe-form input:not(last-child) {
  margin-bottom: 10px; }

.wpcf7-subscribe-form .submit-btn {
  text-align: left;
  margin-top: 16px; }

@media (max-width: 991px) {
  .wpcf7-subscribe-form .submit-btn {
    text-align: center; } }

.wpcf7-subscribe-form .submit-btn .wpcf7-submit {
  padding: 15px 47px; }

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

.left-aligned-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: left; }

#del_pan {
  width: auto; }

/*-------------------------------------------------------------
## Jet Elements
--------------------------------------------------------------*/
/* Jet Button Custom effects styles */
.elementor-jet-button .jet-button__instance.hover-effect-12 .jet-button__plane.jet-button__plane-normal {
  border-radius: inherit; }

.elementor-jet-button .jet-button__instance.hover-effect-12 .jet-button__plane.jet-button__plane-normal,
.elementor-jet-button .jet-button__instance.hover-effect-12 .jet-button__state.jet-button__state-normal {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.8s ease all;
  -o-transition: 0.8s ease all;
  transition: 0.8s ease all; }

.elementor-jet-button .jet-button__instance.hover-effect-12 .jet-button__state.jet-button__state-hover {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

.elementor-jet-button .jet-button__instance.hover-effect-12 .jet-button__state.jet-button__state-hover {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  z-index: -1; }

.elementor-jet-button .jet-button__instance.hover-effect-12 .jet-button__plane.jet-button__plane-hover {
  top: -100%; }

.elementor-jet-button .jet-button__instance.hover-effect-12 .jet-button__plane.jet-button__plane-hover:before, .elementor-jet-button .jet-button__instance.hover-effect-12 .jet-button__plane.jet-button__plane-hover:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  background-color: inherit; }

.elementor-jet-button .jet-button__instance.hover-effect-12 .jet-button__plane.jet-button__plane-hover:before {
  left: -20px;
  -webkit-transform: translate(-50%, 200%);
  -ms-transform: translate(-50%, 200%);
  transform: translate(-50%, 200%); }

.elementor-jet-button .jet-button__instance.hover-effect-12 .jet-button__plane.jet-button__plane-hover:after {
  right: -20px;
  -webkit-transform: translate(50%, 200%);
  -ms-transform: translate(50%, 200%);
  transform: translate(50%, 200%); }

.elementor-jet-button .jet-button__instance.hover-effect-12:hover .jet-button__plane.jet-button__plane-normal,
.elementor-jet-button .jet-button__instance.hover-effect-12:hover .jet-button__state.jet-button__state-normal {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.8s ease all;
  -o-transition: 0.8s ease all;
  transition: 0.8s ease all;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.elementor-jet-button .jet-button__instance.hover-effect-12:hover .jet-button__state.jet-button__state-hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.elementor-jet-button .jet-button__instance.hover-effect-12:hover .jet-button__plane.jet-button__plane-hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.elementor-jet-button .jet-button__instance.hover-effect-12:hover .jet-button__plane.jet-button__plane-hover:before {
  -webkit-animation: criss-cross-left 0.6s both;
  animation: criss-cross-left 0.6s both;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  border-radius: 0; }

.elementor-jet-button .jet-button__instance.hover-effect-12:hover .jet-button__plane.jet-button__plane-hover:after {
  -webkit-animation: criss-cross-right 0.6s both;
  animation: criss-cross-right 0.6s both;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  border-radius: 0; }

.elementor-jet-button .jet-button__instance.hover-effect-12:hover .jet-button__state.jet-button__state-hover {
  -webkit-transition: 0.8s ease all;
  -o-transition: 0.8s ease all;
  transition: 0.8s ease all;
  z-index: 3; }

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px; }
  25% {
    top: 100%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
  50% {
    top: 100%;
    width: 20px;
    height: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
  100% {
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    height: 100%;
    width: 100%; } }

@keyframes criss-cross-left {
  0% {
    left: -20px; }
  25% {
    top: 100%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
  50% {
    top: 100%;
    width: 20px;
    height: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
  100% {
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    height: 100%;
    width: 100%; } }

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px; }
  25% {
    top: 100%;
    -webkit-transform: translate(50%, 100%);
    transform: translate(50%, 100%); }
  50% {
    top: 100%;
    width: 20px;
    height: 20px;
    right: 50%;
    -webkit-transform: translate(50%, 100%);
    transform: translate(50%, 100%); }
  100% {
    right: 50%;
    top: 0%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%, 100%);
    transform: translate(50%, 100%); } }

@keyframes criss-cross-right {
  0% {
    right: -20px; }
  25% {
    top: 100%;
    -webkit-transform: translate(50%, 100%);
    transform: translate(50%, 100%); }
  50% {
    top: 100%;
    width: 20px;
    height: 20px;
    right: 50%;
    -webkit-transform: translate(50%, 100%);
    transform: translate(50%, 100%); }
  100% {
    right: 50%;
    top: 0%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%, 100%);
    transform: translate(50%, 100%); } }

/*for custom jet-slider*/
.custom-jet-slider .jet-slider__content-inner .jet-slider__title {
  text-align: left;
  text-transform: inherit; }

.custom-jet-slider .jet-slider__content-inner .jet-slider__title span {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 80px;
  margin-right: 22px; }

.custom-jet-slider .jet-slider__content-inner .jet-slider__button--primary span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105'; }

.custom-jet-slider .sp-buttons {
  counter-increment: counter; }

.custom-jet-slider .sp-buttons .sp-button {
  counter-increment: counter1;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s; }

.custom-jet-slider .sp-buttons .sp-button:before {
  content: counters(counter1, ".", decimal-leading-zero);
  font-family: "Saira Condensed", Sans-serif;
  font-weight: bold; }

.custom-jet-slider .sp-buttons .sp-button.sp-selected-button {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

@media (max-width: 767px) {
  .custom-jet-slider .jet-slider__items .jet-slider__item .sp-image-container:after {
    opacity: 0.4; } }

.custom-jet-image-slider .sp-horizontal .sp-arrows {
  width: auto;
  left: 50%;
  top: auto;
  bottom: 97px; }

.custom-jet-image-slider .sp-horizontal .sp-previous-arrow {
  left: -65px; }

.custom-jet-image-slider .sp-horizontal .sp-next-arrow {
  right: -65px; }

/*for custom jet-post-carousel*/
.slick-list, .slick-slider {
  z-index: 1; }

.custom-project-carousel .jet-posts__inner-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

@media (max-width: 767px) {
  .custom-project-carousel .jet-posts__inner-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

.custom-project-carousel .jet-posts__inner-box .post-thumbnail {
  -webkit-flex: 0 1 112%;
  -ms-flex: 0 1 112%;
  -webkit-box-flex: 0;
  flex: 0 1 112%; }

@media (max-width: 767px) {
  .custom-project-carousel .jet-posts__inner-box .post-thumbnail {
    -webkit-flex: auto;
    -ms-flex: auto;
    -webkit-box-flex: 1;
    flex: auto; } }

@media (max-width: 767px) {
  .custom-project-carousel .jet-posts__inner-box .jet-posts__left-col {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto; } }

.custom-project-carousel .jet-posts__inner-box .jet-posts__right-col {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

@media (max-width: 767px) {
  .custom-project-carousel .jet-posts__inner-box .jet-posts__right-col {
    margin-left: 0; } }

.custom-project-carousel .jet-posts__inner-content {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  -webkit-box-flex: 0;
  flex: 0 1 100%; }

@media (max-width: 767px) {
  .custom-project-carousel .jet-posts__inner-content {
    -webkit-flex: auto;
    -ms-flex: auto;
    -webkit-box-flex: 1;
    flex: auto; } }

/*for row-custom-post*/
.row-custom-post .elementor-jet-posts .jet-posts__inner-box .jet-posts__inner-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row; }

.row-custom-post .elementor-jet-posts .jet-posts__inner-box .jet-posts__left-col {
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  -webkit-box-flex: 0;
  flex: 0 1 20%;
  max-width: 20%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.row-custom-post .elementor-jet-posts .jet-posts__inner-box .jet-posts__right-col {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto; }

/*for jet-portfolio*/
.jet-portfolio .jet-portfolio__content-inner {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/*-------------------------------------------------------------
## Jet Menu
--------------------------------------------------------------*/
.jet-menu {
  font-weight: 400; }

.jet-menu > .jet-menu-item {
  padding: 0 0 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 0 15px; }

@media (min-width: 992px) {
  .jet-menu > .jet-menu-item {
    padding: 20px 0; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .jet-menu > .jet-menu-item .top-level-link {
    padding: 10px 2px;
    font-size: 15px;
    font-size: 0.9375rem; } }

.jet-menu-item-wrapper {
  position: relative; }

@media (min-width: 768px) {
  .jet-menu .top-level-link:before {
    content: '';
    -webkit-transition: width .25s ease-out;
    -o-transition: width .25s ease-out;
    transition: width .25s ease-out;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px; } }

@media (min-width: 768px) {
  .jet-menu .top-level-link:before {
    bottom: -15px; } }

@media (min-width: 992px) {
  .jet-menu .top-level-link:before {
    bottom: -26px; } }

.jet-menu .sub-level-link {
  font-size: 16px; }

.jet-menu .sub-level-link .jet-dropdown-arrow {
  position: absolute;
  right: 0; }

@media (min-width: 768px) {
  .jet-menu .jet-menu-hover .top-level-link:before,
  .jet-menu .jet-current-menu-item .top-level-link:before,
  .jet-menu .jet-current-menu-parent .top-level-link:before {
    width: 100%; } }

.jet-mobile-menu-active .jet-menu .jet-menu-hover .top-level-link, .jet-mobile-menu-active .jet-menu .jet-current-menu-item .top-level-link, .jet-mobile-menu-active .jet-menu .jet-current-menu-parent .top-level-link {
  background-color: rgba(216, 216, 216, 0.1); }

.jet-menu .jet-dropdown-arrow {
  margin-top: 0;
  margin-left: 5px;
  font-size: 15px; }

.jet-simple-menu-item .jet-sub-menu li {
  border-top: 1px solid rgba(216, 216, 216, 0.25); }

.jet-simple-menu-item .jet-sub-menu li:first-child, .jet-mobile-menu-active .jet-simple-menu-item .jet-sub-menu li {
  border: none; }

.jet-simple-menu-item .jet-sub-menu > li > a {
  padding: 16px 20px; }

.jet-simple-menu-item .jet-sub-menu .jet-menu-hover,
.jet-simple-menu-item .jet-sub-menu .jet-current-menu-item {
  background-color: rgba(216, 216, 216, 0.1); }

.jet-custom-nav > .jet-custom-nav__item {
  border-top: 1px solid rgba(216, 216, 216, 0.25);
  margin: 0; }

.jet-custom-nav > .jet-custom-nav__item:first-child {
  border: none; }

.jet-custom-nav > .jet-custom-nav__item > a {
  padding: 10px 5px;
  background-color: initial; }

.jet-menu-inner .jet-menu > .jet-menu-item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex; }

@media (min-width: 767px) {
  .jet-menu-inner .jet-sub-menu .jet-sub-menu {
    top: 0;
    left: 100%;
    right: auto; } }

.jet-mobile-menu-active .jet-menu .jet-menu-item > .jet-sub-menu {
  display: inline-block; }

.jet-mobile-menu-visible .jet-mobile-menu-cover {
  position: static; }

/*-------------------------------------------------------------
## Cherry Team
--------------------------------------------------------------*/
.cherry-team.template-buble .team-item {
  position: relative;
  text-align: center; }

.cherry-team.template-buble .team-item .team-listing_name {
  margin-bottom: 5px; }
  .cherry-team.template-buble .team-item .team-listing_name a {
    pointer-events: none; }

.cherry-team.template-buble .team-item .team-listing_name a {
  font-size: 18px;
  text-transform: none; }

.cherry-team.template-buble .team-item .team-listing_position .position {
  font-size: 16px;
  font-weight: 300; }

.cherry-team.template-buble .team-item .team-listing_photo {
  max-width: 70%;
  margin: 0 auto;
  padding: 0 0 15px; }
  .cherry-team.template-buble .team-item .team-listing_photo a {
    pointer-events: none; }

.cherry-team.template-buble .team-item .team-listing_photo img {
  border-radius: 50%; }

.cherry-team.template-buble .team-item .team-listing_socials {
  position: absolute;
  top: 42%;
  right: 10%; }

@media (max-width: 991px) {
  .cherry-team.template-buble .team-item .team-listing_socials {
    top: 33%;
    right: 2%; } }

@media (max-width: 767px) {
  .cherry-team.template-buble .team-item .team-listing_socials {
    right: 22%; } }

.cherry-team.template-buble .team-item .team-listing_socials .team-socials_item a {
  border-radius: 50%;
  height: 60px;
  width: 60px; }

.cherry-team.template-buble .team-item .team-listing_socials .team-socials_item a .team-socials_icon {
  line-height: 60px;
  font-size: 28px; }

.cherry-team.template-buble .team-item .team-listing_socials .team-socials_item .team-socials_label {
  display: none; }

.template-grid-boxes-2 .team-listing {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 20px 0; }

.template-grid-boxes-2 .team-listing .team-item {
  text-align: left; }

.template-grid-boxes-2 .team-listing_wrap {
  position: relative; }

.template-grid-boxes-2 .team-listing_photo {
  padding: 0; }

.template-grid-boxes-2 .team-listing_photo img {
  border-radius: 0;
  width: 100%;
  display: block;
  height: auto; }

.template-grid-boxes-2 .team-listing_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 69, 199, 0.6);
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear; }

.template-grid-boxes-2 .team-listing_content:hover {
  opacity: 1; }

.template-grid-boxes-2 .team-listing_content:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.template-grid-boxes-2 .team-listing_content:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 80%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transition: -webkit-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }

.template-grid-boxes-2 .team-listing_socials .team-socials {
  padding: 0 0 13px 10px; }

.template-grid-boxes-2 .team-listing_socials .team-socials .team-socials_item a {
  color: #ffffff; }

.template-grid-boxes-2 .team-footer {
  margin-top: 25px; }

.template-grid-boxes-2 .team-footer .team-listing_name {
  text-transform: inherit;
  font-size: 20px; }

.template-grid-boxes-2 .team-footer .team-listing_name a:hover {
  color: #4444c5; }

.template-grid-boxes-2 .team-footer .team-listing_position {
  font-size: 16px;
  color: #666; }

.template-grid-boxes-2 .team-footer .team-listing_position:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 40px;
  margin-right: 12px;
  background-color: #666; }

.offer_desc p {
  margin-bottom: 15px; }

/* Order Steps */
.order-steps li {
  list-style: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  padding-bottom: 19px; }

.order-steps li:last-of-type::before {
  display: none; }

.order-steps li::before {
  display: inline-block;
  content: '';
  width: 1px;
  height: calc(100% - 35px);
  position: absolute;
  background-color: #eb9944;
  left: 0;
  top: 38px; }

.order-steps li::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  border-radius: 50%;
  background-color: #eb7700;
  -webkit-box-shadow: 0 0 0 6px rgba(237, 144, 49, 0.32);
  box-shadow: 0 0 0 6px rgba(237, 144, 49, 0.32);
  position: absolute;
  left: -10px;
  top: 5px; }

.order-steps strong {
  font-size: 23px;
  color: #323232;
  display: block;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.25em; }

.order-steps p {
  font-size: 16px;
  color: #52585b;
  margin: 0; }

.entry-content ul:not([class]) li:before {
  margin-right: 10px;
  font-size: 22px;
  margin-top: -3px; }

.Slide_butt div a.n2-ow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Call Back*/
@media (max-width: 991px) {
  body #rc-popup {
    width: 80% !important; } }

body #rc-connect #rc-phone {
  bottom: 20px !important;
  right: 16px !important; }
  @media (max-width: 991px) {
    body #rc-connect #rc-phone {
      margin-top: 0 !important;
      top: auto !important;
      bottom: -45px !important; } }

@media (max-width: 991px) {
  body .rc-inactive #rc-phone-back {
    right: auto !important; } }

@media (max-width: 991px) {
  body #rc-popup-form-field {
    display: block !important;
    height: 30px !important;
    margin: 0 auto 6px !important; }
    body #rc-popup-form-field #rc-popup-connector-frame {
      float: none !important;
      width: 24em !important; } }

@media (max-width: 480px) {
  body #rc-popup-form-field {
    margin: 0 auto 12px !important;
    width: auto !important; } }

@media (max-width: 991px) {
  body #rc-popup-form-button {
    margin: 0 auto !important;
    width: 11.5em !important; } }

@media (max-width: 991px) {
  body #rc-popup-form {
    text-align: center !important; } }

body #rc-popup-close {
  font-size: 23px !important; }

body #rh-badge {
  display: none !important; }

body #rc-connect #rc-phone #rh-snippet, body .bleeper_powered_by {
  display: none !important; }

body .rc-free.rc-expanded #rc-copyright {
  background: #363f43 !important;
  border-radius: 0 0 60px 60px !important;
  padding: 0 15px !important;
  bottom: -1.5em !important; }

body .rc-free #rc-copyright {
  left: 10em !important; }

body .rc-free #rc-copyright-wrap {
  padding: 0.1em 0 0.5em !important;
  position: absolute;
  left: -100000px; }
  body .rc-free #rc-copyright-wrap .rc-txt {
    color: #ccc !important;
    font-size: 0.9em !important; }

body .rc-free #rc-copyright:before,
body .rc-free #rc-copyright:after {
  display: none !important; }

body #rc-phone-back {
  border: 3px double #fff !important; }

body #rc-phone-button {
  border: none !important; }
  body #rc-phone-button:hover, body #rc-phone-button:active, body #rc-phone-button:focus, body #rc-phone-button:active:focus {
    background-color: #358c24 !important;
    margin: 0.2em 0 0 0.7em !important; }

/* Live Chat */
#wp-live-chat {
  top: 48% !important;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  bottom: auto !important;
  max-width: 300px; }
  @media (max-width: 991px) {
    #wp-live-chat {
      -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
      transform: translate(0, 0) !important;
      top: auto !important;
      bottom: 1px !important; } }
  #wp-live-chat .wdt-emoji-picker-open, #wp-live-chat .fa-times {
    display: none !important; }

@media (max-width: 991px) {
  #wp-live-chat.classic.wplc_right {
    right: -35px !important; } }

#wp-live-chat-header {
  z-index: 111;
  text-align: center; }
  #wp-live-chat-header strong, #wp-live-chat-header span {
    font-weight: 300;
    font-size: 16px; }
  @media (max-width: 991px) {
    #wp-live-chat-header:before {
      font-family: fontAwesome;
      content: "\f086";
      position: absolute;
      width: 57px;
      height: 57px;
      background: #1B7CC1;
      left: -76px;
      bottom: 13px;
      border-radius: 60px;
      font-size: 31px;
      padding-top: 5px;
      display: block;
      border: 3px double #e3e3e3; }
    #wp-live-chat-header.active:before {
      display: none; } }

#wp-live-chat-header.active #wp-live-chat-minimize {
  left: -24px;
  top: -15px;
  display: inline-block !important;
  background: none !important; }
  #wp-live-chat-header.active #wp-live-chat-minimize:before {
    font-size: 40px;
    content: "\f057";
    color: #fff;
    background: #1B7CC1;
    padding: 0 3px;
    border-radius: 60px;
    display: inline-block; }
    @media (max-width: 991px) {
      #wp-live-chat-header.active #wp-live-chat-minimize:before {
        padding: 1px 3px; } }
  #wp-live-chat-header.active #wp-live-chat-minimize:hover:before, #wp-live-chat-header.active #wp-live-chat-minimize:active:before, #wp-live-chat-header.active #wp-live-chat-minimize:focus:before, #wp-live-chat-header.active #wp-live-chat-minimize:active:focus:before {
    border-color: #555;
    background-color: #555 !important; }

.wplc-color-4 {
  margin-bottom: 11px;
  display: inline-block; }

.wplc_close.wplc_right {
  padding-left: 35px;
  border-radius: 32px 0px 0px 7px !important;
  min-height: 255px; }
  @media (max-width: 991px) {
    .wplc_close.wplc_right {
      min-height: 250px;
      padding-left: 33px; } }
  .wplc_close.wplc_right #wp-live-chat-header {
    border-radius: 30px 0px 0px 7px;
    width: 35px;
    cursor: pointer;
    text-align: center; }

#bleeper_chat_ended {
  z-index: 0 !important;
  left: 15px; }
  @media (max-width: 991px) {
    #bleeper_chat_ended {
      left: 1px; } }

#wplc_chatbox {
  padding: 20px;
  font-weight: 300; }
  @media (max-width: 991px) {
    #wplc_chatbox {
      padding: 14px 53px 20px 16px; } }

#wplc_chatmsg {
  padding: 15px 10px 12px 12px !important;
  height: 35px;
  font-size: 14px;
  line-height: 1.1em;
  min-height: 39px;
  height: 39px;
  letter-spacing: -0.3px;
  width: 210px !important;
  margin-top: 4px !important; }
  #wplc_chatmsg::-webkit-input-placeholder {
    color: #999; }
  #wplc_chatmsg::-moz-placeholder {
    color: #999; }
  #wplc_chatmsg:-moz-placeholder {
    color: #999; }
  #wplc_chatmsg::-o-input-placeholder {
    color: #999; }
  #wplc_chatmsg:ms-input-placeholder {
    color: #999; }
  @media (max-width: 991px) {
    #wplc_chatmsg {
      padding: 15px 6px 12px 12px !important;
      width: 195px !important; } }

#wplc_send_msg {
  display: inline-block !important;
  font-size: 24px !important;
  color: #fff !important;
  padding: 0px 12px 1px !important;
  background: #6485c2 !important;
  border-radius: 61px !important;
  margin: 8px 7px 3px 3px !important;
  font-weight: 300 !important;
  float: right !important; }
  #wplc_send_msg:hover, #wplc_send_msg:active, #wplc_send_msg:focus, #wplc_send_msg:active:focus {
    background: #3979ef !important;
    outline: -webkit-focus-ring-color auto 0px !important;
    outline-color: -webkit-focus-ring-color !important;
    outline-style: auto !important;
    outline-width: 0px !important; }
  @media (max-width: 991px) {
    #wplc_send_msg {
      margin: 8px 40px 3px 0px !important; } }

#wp-live-chat-1 {
  width: 210px;
  min-width: 210px !important;
  left: 6px !important;
  bottom: -4px !important; }

#wplc_user_message_div {
  border-top: 1px solid #cacaca; }

#wp-live-chat-2-info {
  text-align: left;
  color: #222d38 !important;
  line-height: 1.25em;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300; }
  @media (max-width: 991px) {
    #wp-live-chat-2-info {
      font-size: 15px; } }

#wp-live-chat {
  max-width: 315px !important;
  color: #767676 !important; }

#wp-live-chat-2 {
  min-height: auto !important;
  padding: 25px 29px 29px; }
  @media (max-width: 991px) {
    #wp-live-chat-2 {
      padding: 16px 45px 15px 14px; } }
  #wp-live-chat-2 input, #wp-live-chat-2 textarea {
    font-size: 15px;
    font-weight: 300;
    padding: 6px 10px 6px; }
    #wp-live-chat-2 input::-webkit-input-placeholder, #wp-live-chat-2 textarea::-webkit-input-placeholder {
      color: #555; }
    #wp-live-chat-2 input::-moz-placeholder, #wp-live-chat-2 textarea::-moz-placeholder {
      color: #555; }
    #wp-live-chat-2 input:-moz-placeholder, #wp-live-chat-2 textarea:-moz-placeholder {
      color: #555; }
    #wp-live-chat-2 input::-o-input-placeholder, #wp-live-chat-2 textarea::-o-input-placeholder {
      color: #555; }
    #wp-live-chat-2 input:ms-input-placeholder, #wp-live-chat-2 textarea:ms-input-placeholder {
      color: #555; }
  #wp-live-chat-2 textarea {
    min-height: 95px !important;
    height: 95px !important; }
    @media (max-width: 991px) {
      #wp-live-chat-2 textarea {
        min-height: 60px !important;
        height: 60px !important; } }
  #wp-live-chat-2 #wplc_na_msg_btn {
    border-radius: 60px;
    text-transform: none !important;
    border: 1px solid #fff;
    padding: 6px 10px 7px; }
    #wp-live-chat-2 #wplc_na_msg_btn:hover, #wp-live-chat-2 #wplc_na_msg_btn:active, #wp-live-chat-2 #wplc_na_msg_btn:focus, #wp-live-chat-2 #wplc_na_msg_btn:active:focus {
      opacity: 0.9;
      border-color: #38455b;
      outline: -webkit-focus-ring-color auto 0px !important;
      outline-color: -webkit-focus-ring-color !important;
      outline-style: auto !important;
      outline-width: 0px !important; }

#wp-live-chat-2-inner #wplc_start_chat_btn {
  margin-top: 10px;
  padding: 10px 10px 11px;
  border-radius: 60px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #4b87f7 !important;
  font-size: 18px;
  font-weight: 400;
  text-transform: none; }
  #wp-live-chat-2-inner #wplc_start_chat_btn:hover, #wp-live-chat-2-inner #wplc_start_chat_btn:active, #wp-live-chat-2-inner #wplc_start_chat_btn:focus, #wp-live-chat-2-inner #wplc_start_chat_btn:active:focus {
    background-color: #7b7e84 !important; }

#wp-live-chat-2-inner div + div {
  font-size: 20px; }

#wplc_chatbox .wplc-user-message {
  border-radius: 12px;
  padding: 9px 16px;
  background-color: #0587df !important;
  border: none !important;
  color: #fff !important; }
  #wplc_chatbox .wplc-user-message:before {
    display: none; }

#wplc_chatbox .wplc-admin-message {
  border-radius: 12px;
  padding: 9px 16px;
  background-color: #e7e7e7 !important;
  border: none !important;
  color: #222 !important; }
  #wplc_chatbox .wplc-admin-message:before {
    display: none; }

.wplc-msg-content img {
  position: relative;
  top: auto;
  left: auto; }

#wplc_end_chat_button {
  top: -24px;
  right: 71px;
  padding: 6px 17px 6px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 40px 40px 0 0;
  color: #363636 !important;
  text-transform: none;
  border: 1px solid #828282;
  border-bottom: none; }
  #wplc_end_chat_button:after {
    position: absolute;
    content: "";
    height: 46px;
    top: -11px;
    left: 0;
    width: 100%; }
  #wplc_end_chat_button:hover, #wplc_end_chat_button:active, #wplc_end_chat_button:focus, #wplc_end_chat_button:active:focus {
    color: #3149bc !important; }
  @media (max-width: 991px) {
    #wplc_end_chat_button {
      right: 95px;
      top: -25px;
      padding: 7px 17px 7px; }
      #wplc_end_chat_button:after {
        position: absolute;
        content: "";
        height: 56px;
        top: -19px;
        left: 0;
        width: 100%; } }

/* Testimonial Slider*/
.tm-testi__inner blockquote, .tm-testi__inner cite {
  text-align: right; }

.tm-testi__inner cite {
  font-size: 28px; }

.tm-testi__inner blockquote {
  font-size: 20px; }

#tm-testi-slider-prev-1 {
  left: 14% !important;
  right: auto !important; }

#tm-testi-slider-next-1 {
  left: auto !important;
  right: 14% !important; }

/* Сherry project*/
.cherry-projects-single-details-list .cherry-projects-details-list-title,
.cherry-projects-single .cherry-projects-single-meta {
  display: none; }

.cherry-projects-single-details-list li {
  font-size: 27px; }

.projects-pagination {
  margin: 0 !important; }
  .projects-pagination ul.page-link {
    display: none; }

.page-navigation {
  position: absolute;
  right: 0; }
  .page-navigation span {
    font-family: fontAwesome;
    font-size: 25px;
    line-height: 1.5em !important;
    color: #23282d;
    padding: 1px 14px 2px !important;
    margin: 1px 4px !important;
    border: 1px solid #333;
    display: inline-block;
    border-radius: 60px; }
    .page-navigation span:hover, .page-navigation span:active, .page-navigation span:focus, .page-navigation span:active:focus {
      border-color: #427bb7; }
    .page-navigation span.disabled {
      pointer-events: none;
      cursor: default;
      opacity: 0.5; }
  .page-navigation span.next-page:after {
    content: "\f105"; }
  .page-navigation span.prev-page:after {
    content: "\f104"; }

.projects-container.grid-layout .projects-list {
  min-height: 436px; }

/* Сherry project single*/
.jet-countdown-timer {
  -webkit-justify-content: left !important;
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important; }

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
  margin-top: 0 !important; }

.slider-pro.sp-full-screen .sp-grab {
  margin: 0 auto; }

.slider-pro.sp-full-screen .sp-mask {
  overflow: visible !important; }

.slider-pro.sp-full-screen .sp-thumbnails-container {
  display: none; }

.sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
  width: 90px !important; }
  @media (max-width: 1199px) {
    .sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
      height: auto !important;
      width: 80px !important; } }
  @media (max-width: 991px) {
    .sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
      width: 70px !important; } }
  @media (max-width: 991px) {
    .sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
      width: 60px !important; } }

.projects-slider__thumbnails {
  height: auto !important; }
  @media (min-width: 1199px) {
    .projects-slider__thumbnails {
      width: auto !important; } }

.slider-pro img.sp-image {
  width: 100% !important;
  margin: 0 !important; }

.projects-slider__items.sp-slides .sp-slide .sp-image-container {
  background: #f1f0f0; }

.sp-image-container {
  height: auto !important; }

.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails {
  position: relative !important; }

.cherry-projects-slider__instance .slider-pro {
  background: none !important; }

.cherry-projects-slider__instance .slider-pro .sp-thumbnails-container,
.cherry-projects-slider__instance .slider-pro {
  background: none !important; }
  .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails,
  .cherry-projects-slider__instance .slider-pro.sp-bottom-thumbnails {
    margin-top: 7px !important;
    width: 100% !important;
    padding: 0 !important; }

.sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
  margin-right: 5px !important; }

@media (max-width: 1199px) and (min-width: 991px) {
  .sp-mask.sp-grabbing,
  .sp-mask.sp-grab {
    max-height: 600px !important;
    min-height: 600px !important; } }

@media (max-width: 991px) {
  .sp-mask.sp-grabbing,
  .sp-mask.sp-grab {
    min-height: 465px !important; } }

@media (max-width: 768px) {
  .sp-mask.sp-grabbing,
  .sp-mask.sp-grab {
    max-height: 360px !important;
    min-height: 360px !important; } }

@media (max-width: 576px) {
  .sp-mask.sp-grabbing,
  .sp-mask.sp-grab {
    max-height: 360px !important;
    min-height: 360px !important; } }

@media (max-width: 540px) {
  .sp-mask.sp-grabbing,
  .sp-mask.sp-grab {
    max-height: 340px !important;
    min-height: 340px !important; } }

@media (max-width: 520px) {
  .sp-mask.sp-grabbing,
  .sp-mask.sp-grab {
    max-height: 313px !important;
    min-height: auto !important; } }

@media (max-width: 480px) {
  .sp-mask.sp-grabbing,
  .sp-mask.sp-grab {
    max-height: 300px !important; } }

@media (max-width: 420px) {
  .sp-mask.sp-grabbing,
  .sp-mask.sp-grab {
    max-height: 263px !important; } }

@media (max-width: 395px) {
  .sp-mask.sp-grabbing,
  .sp-mask.sp-grab {
    max-height: 240px !important; } }

@media (max-width: 370px) {
  .sp-mask.sp-grabbing,
  .sp-mask.sp-grab {
    max-height: 225px !important; } }

@media (max-width: 340px) {
  .sp-mask.sp-grabbing,
  .sp-mask.sp-grab {
    max-height: 205px !important; } }

@media (max-width: 480px) {
  #img_head {
    background-position-x: -80px;
    background-repeat: no-repeat; } }

/* Loader */
.wrapper {
  height: 50px;
  width: 180px;
  position: absolute;
  left: 50%;
  top: 43%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.circle {
  border-radius: 50%;
  border: 3px #0a0a0a solid;
  float: left;
  height: 50px;
  margin: 0 5px;
  width: 50px; }

.circle-1 {
  -webkit-animation: move 1s ease-in-out infinite;
  animation: move 1s ease-in-out infinite;
  border-color: #5f3359; }

.circle-1a {
  -webkit-animation: fade 1s ease-in-out infinite;
  animation: fade 1s ease-in-out infinite;
  border-color: #4e335f; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.circle-2 {
  -webkit-animation: move 1s ease-in-out infinite;
  animation: move 1s ease-in-out infinite;
  border-color: #423684; }

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px); } }

@keyframes move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px); } }

.circle-1a {
  margin-left: -55px;
  opacity: 0; }

.circle-3 {
  -webkit-animation: circle-3 1s ease-in-out infinite;
  animation: circle-3 1s ease-in-out infinite;
  opacity: 1;
  border-color: #5f3359; }

@-webkit-keyframes circle-3 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes circle-3 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

p.load {
  color: #222;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding-top: 60px;
  padding-left: 10px; }

/* PopUp */
#emodal-overlay {
  background-color: rgba(39, 39, 39, 0.76) !important; }

.emodal label input, .emodal label textarea {
  background: #fff !important;
  margin-bottom: 10px !important;
  border: 1px solid #a5a5a5; }
  .emodal label input::-webkit-input-placeholder, .emodal label textarea::-webkit-input-placeholder {
    color: #ababab; }
  .emodal label input::-moz-placeholder, .emodal label textarea::-moz-placeholder {
    color: #ababab; }
  .emodal label input:-moz-placeholder, .emodal label textarea:-moz-placeholder {
    color: #ababab; }
  .emodal label input::-o-input-placeholder, .emodal label textarea::-o-input-placeholder {
    color: #ababab; }
  .emodal label input:ms-input-placeholder, .emodal label textarea:ms-input-placeholder {
    color: #ababab; }

.emodal input[type='submit'] {
  width: 100%; }

.emodal div.wpcf7 .ajax-loader {
  position: absolute;
  margin: 15px 0 0 4px; }

.emodal .wpcf7 .wpcf7-not-valid-tip {
  margin-bottom: 10px !important;
  margin-top: 0; }

.emodal p {
  margin-bottom: 5px; }

.emodal .emodal-close {
  padding-top: 4px !important;
  width: 40px;
  height: 40px; }
  .emodal .emodal-close:hover, .emodal .emodal-close:active, .emodal .emodal-close:focus, .emodal .emodal-close:active:focus {
    background: #247192 !important; }

.emodal .emodal-title {
  line-height: 1.1em;
  margin-bottom: 15px; }

.emodal.emodal.tiny {
  width: 320px !important; }

@media only screen and (min-width: 768px) {
  .emodal.emodal.tiny {
    width: 350px !important; } }

.eModal-1, .eModal-2, .eModal-4, .eModal-3, .eModal-5, .eModal-8 {
  display: inline-block;
  width: auto !important; }

.eModal-8 {
  margin: 0 auto; }

@media (max-width: 767px) {
  #sol_pos .eModal-2 {
    margin: 0 auto; } }

#eModal-1, #eModal-2, #eModal-4 {
  background: #e8e8e8 !important; }

/* Archive Project Page*/
.archive .breadcrumbs .breadcrumbs__items .breadcrumbs__item:nth-child(3), .archive .breadcrumbs .breadcrumbs__items .breadcrumbs__item:nth-child(4) {
  display: none; }

@media (min-width: 576px) {
  .archive #content {
    padding: 10px !important;
    max-width: 1200px; } }

.archive #primary {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 !important; }
  .archive #primary .inner-wrapper {
    margin: 15px !important; }

/* Gift Block*/
@media (max-width: 767px) {
  .gift_text {
    width: 255px; }
    .gift_text h4 {
      width: 50%; } }

@media (max-width: 480px) {
  .gift_text {
    width: 190px; }
    .gift_text h4 {
      width: 60%; } }

@media (max-width: 767px) {
  #gift_label {
    position: absolute;
    right: 7px;
    top: -40px; } }

.back_bott {
  text-align: right; }
  @media (max-width: 768px) {
    .back_bott {
      text-align: center;
      background-position: 64% center !important; } }
  @media (max-width: 480px) {
    .back_bott {
      background-position: -282px center !important; } }
  @media (min-width: 480px) {
    .back_bott .text_bott {
      display: block; } }

.grecaptcha-badge {
  visibility: hidden; }

#faq p {
  margin: 4px 0 15px; }

#faq a:hover {
  color: #d7efe9 !important; }

#home_form .left-aligned-button {
  display: inline-block; }

#send_file span.your-file input {
  width: auto;
  margin-left: 50px; }

#send_file .ajax-loader {
  position: absolute; }

@media (max-width: 991px) {
  #parallax {
    background-position: 0 center; } }

@media (max-width: 600px) {
  #parallax {
    background-position: -50px center; } }

@media (max-width: 400px) {
  #parallax {
    background-position: -71px center; } }

@media (max-width: 1190px) {
  #slider_index .n2-arrow-normal-img {
    display: none !important; } }

@media (max-width: 1190px) and (min-width: 800px) {
  #slider_index .n2-ss-section-main-content {
    padding-left: 2em !important; }
    #slider_index .n2-ss-section-main-content .cap_slide_h {
      font-size: 0.8rem !important; }
    #slider_index .n2-ss-section-main-content .cap_slide_d {
      font-size: 0.8rem !important; }
    #slider_index .n2-ss-section-main-content .cap_slide_b {
      font-size: 0.8rem !important; } }

@media (max-width: 640px) and (min-width: 440px) {
  #slider_index .n2-ss-section-main-content .cap_slide_h {
    font-size: 0.65rem !important; }
  #slider_index .n2-ss-section-main-content .cap_slide_d {
    font-size: 0.75rem !important; }
  #slider_index .n2-ss-section-main-content .cap_slide_b {
    font-size: 0.75rem !important; } }

ul.lang {
  position: relative;
  z-index: 3;
  float: right;
  display: block;
  margin: 7px 15px 0 10px; }
  @media (max-width: 991px) {
    ul.lang {
      margin: 10px 7px 0 10px; } }
  @media (max-width: 767px) {
    ul.lang {
      margin-top: 20px;
      font-size: 15px; } }
  ul.lang .lang-item {
    display: inline;
    list-style: none;
    margin-right: 7px; }
    ul.lang .lang-item a {
      color: #191726; }
      ul.lang .lang-item a:hover {
        color: #3255ad; }
    @media (max-width: 767px) {
      ul.lang .lang-item {
        text-transform: uppercase; } }
    ul.lang .lang-item.current-lang a {
      color: #0294d8; }

#footer-navigation {
  display: none; }
