/*!
Theme Name: CarRepair
Theme URI: www.templatemonster.com/wordpress-themes.php
Author: Template Monster
Author URI: http://www.templatemonster.com/
Description: Car Repair Service Wordpress theme.
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: carrepair
Tags: grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, footer-widgets, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CarRepair is based on Templatemonster www.templatemonster.com, (C) 2012-2015 Automattic, Inc.
Templatemonster is distributed under the terms of the GNU GPL v3 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 {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0;
}

h1, h2, h3, h4, h6 {
  text-transform: uppercase;
}

h2 {
  margin-top: 0.75em;
  margin-bottom: 10px;
}

h3 {
  margin-top: 1em;
}

h4, h5 {
  margin-top: 1.85em;
  margin-bottom: 6px;
}

h6 {
  margin-top: 2.15em;
  margin-bottom: 6px;
}

p {
  margin: 0 0 0.56em;
}

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

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

blockquote cite {
  font-size: 13.008px;
  font-size: 0.813rem;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  overflow: auto;
  max-width: 100%;
  margin: 0 0 1.5em;
  padding: 1.5em;
  background: #eee;
  border: 1px solid #d4d4d4;
  white-space: pre-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 #e0e0e8;
}

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

mark, ins {
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.col-xs-last {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  transition: all 0.3s ease;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

code, ins {
  padding: 3px 5px;
  font-style: normal;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

blockquote {
  position: relative;
  width: 64%;
  margin: 1em 10% 1em auto;
  padding: 1em 0 0.1em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  blockquote {
    padding: 0.8em 0 0.2em;
  }
}

blockquote p {
  margin: 0;
  min-height: 45px;
  letter-spacing: -1px;
}

blockquote cite {
  display: block;
  margin-top: 1.3em;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 0px;
}

blockquote:before {
  content: "\f10d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 2.5em;
  top: 17px;
  left: -17%;
  left: -30%;
}

@media (min-width: 544px) {
  blockquote:before {
    left: -22%;
  }
}

@media (min-width: 768px) {
  blockquote:before {
    font-size: 3em;
    left: -19%;
  }
}

@media (min-width: 992px) {
  blockquote:before {
    font-size: 3.5em;
    left: -24%;
  }
}

@media (min-width: 1200px) {
  blockquote:before {
    font-size: 4em;
    left: -20%;
  }
}

@media (min-width: 1400px) {
  blockquote:before {
    left: -17%;
  }
}

@media (min-width: 1600px) {
  blockquote:before {
    font-size: 4.5em;
  }
}

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

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
.entry-content ul, .entry-content ol {
  margin: 0.9em 0 1.5em 0;
  padding-left: 0;
}

.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
  margin: 0.75em 1.45em;
}

.entry-content ul {
  list-style: none;
}

.entry-content ul li {
  margin-bottom: 10px;
}

.entry-content ul li::before {
  margin-right: 9px;
  content: "fiber_manual_record";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 5px;
  vertical-align: middle;
}

.entry-content ol {
  counter-reset: li;
  margin-left: 0;
}

.entry-content ol li {
  display: block;
}

.entry-content ol li::before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  padding-right: 17px;
}

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

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

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

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

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

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-preloader {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -30px;
  margin-left: -30px;
}

.page-preloader-cover {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.page-preloader #bowlG {
  position: relative;
  width: 68px;
  height: 68px;
  margin: auto;
}

.page-preloader #bowl_ringG {
  position: absolute;
  width: 68px;
  height: 68px;
  border: 5px solid black;
  border-radius: 58px;
  -o-border-radius: 58px;
  -ms-border-radius: 58px;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
}

.page-preloader .ball_holderG {
  position: absolute;
  width: 16px;
  height: 58px;
  left: 21px;
  top: 0px;
  animation-name: ball_moveG;
  -o-animation-name: ball_moveG;
  -ms-animation-name: ball_moveG;
  -webkit-animation-name: ball_moveG;
  -moz-animation-name: ball_moveG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

.page-preloader .ballG {
  position: absolute;
  left: 0px;
  top: -14px;
  width: 23px;
  height: 23px;
  border: 3px solid #fff;
  background: black;
  border-radius: 19px;
  -o-border-radius: 19px;
  -ms-border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}

@keyframes ball_moveG {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ball_moveG {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: -999em;
  overflow: hidden;
  width: 39px;
  height: 39px;
  line-height: 39px;
  z-index: 999;
  text-align: center;
  border-radius: 50%;
  transition: background-position 0.5s;
  color: #fff;
}

#toTop:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-size: 20px;
  content: "\f106";
}

#toTop:focus {
  outline: none;
}

#toTop:hover {
  box-shadow: 0 0 14px 1px rgba(255, 255, 255, 0.5);
}

@media (min-width: 544px) {
  #toTop {
    right: 20px;
  }
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  line-height: 1.3;
  display: inline-block;
  max-width: 100%;
  padding: 16px 10px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  border: 0px solid;
  box-shadow: none;
}

@media (min-width: 992px) {
  button,
  input[type='button'],
  input[type='reset'],
  input[type='submit'] {
    padding: 16px 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.btn,
.btn-default,
.btn-primary,
.btn-secondary,
.comment-form .submit,
.wpcf7-submit,
.post-password-form label + input,
.button,
body .booked-appt-list .timeslot .timeslot-people button,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
.tm_pb_builder #tm_builder_outer_content .tm_pb_button,
#tm_builder_outer_content .tm_pb_posts a.more-link {
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline-block;
  max-width: 100%;
  padding: 16px 10px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  border: 0px solid;
  box-shadow: none;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  border-radius: 0;
  transition: background-position 0.5s;
}

@media (min-width: 992px) {
  .btn,
  .btn-default,
  .btn-primary,
  .btn-secondary,
  .comment-form .submit,
  .wpcf7-submit,
  .post-password-form label + input,
  .button,
  body .booked-appt-list .timeslot .timeslot-people button,
  body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_button,
  #tm_builder_outer_content .tm_pb_posts a.more-link {
    padding: 16px 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.btn:hover, .btn:focus,
.btn-default:hover,
.btn-default:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.comment-form .submit:hover,
.comment-form .submit:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.post-password-form label + input:hover,
.post-password-form label + input:focus,
.button:hover,
.button:focus,
body .booked-appt-list .timeslot .timeslot-people button:hover,
body .booked-appt-list .timeslot .timeslot-people button:focus,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:focus,
.tm_pb_builder #tm_builder_outer_content .tm_pb_button:hover,
.tm_pb_builder #tm_builder_outer_content .tm_pb_button:focus,
#tm_builder_outer_content .tm_pb_posts a.more-link:hover,
#tm_builder_outer_content .tm_pb_posts a.more-link:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  color: #f0f0f0;
  background: #ddd;
}

.invert .btn:hover, .invert .btn:focus, .invert
.btn-default:hover, .invert
.btn-default:focus, .invert
.btn-primary:hover, .invert
.btn-primary:focus, .invert
.btn-secondary:hover, .invert
.btn-secondary:focus, .invert
.comment-form .submit:hover, .invert
.comment-form .submit:focus, .invert
.wpcf7-submit:hover, .invert
.wpcf7-submit:focus, .invert
.post-password-form label + input:hover, .invert
.post-password-form label + input:focus, .invert
.button:hover, .invert
.button:focus, .invert
body .booked-appt-list .timeslot .timeslot-people button:hover, .invert
body .booked-appt-list .timeslot .timeslot-people button:focus, .invert
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover, .invert
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:focus, .invert
.tm_pb_builder #tm_builder_outer_content .tm_pb_button:hover, .invert
.tm_pb_builder #tm_builder_outer_content .tm_pb_button:focus, .invert
#tm_builder_outer_content .tm_pb_posts a.more-link:hover, .invert
#tm_builder_outer_content .tm_pb_posts a.more-link:focus {
  box-shadow: none;
  color: #878787;
  background: #5b5b5b;
}

.btn-fullwidth,
.btn-default-fullwidth,
.btn-primary-fullwidth,
.btn-secondary-fullwidth,
.comment-form .submit-fullwidth,
.wpcf7-submit-fullwidth,
.post-password-form label + input-fullwidth,
.button-fullwidth,
body .booked-appt-list .timeslot .timeslot-people button-fullwidth,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button-fullwidth,
.tm_pb_builder #tm_builder_outer_content .tm_pb_button-fullwidth,
#tm_builder_outer_content .tm_pb_posts a.more-link-fullwidth {
  width: 100%;
}

.tm_pb_builder #tm_builder_outer_content .invert .tm_pb_button:hover, .tm_pb_builder #tm_builder_outer_content .invert .tm_pb_button:focus,
#tm_builder_outer_content .tm_pb_featured_table .tm_pb_pricing_table_button:hover,
#tm_builder_outer_content .tm_pb_featured_table .tm_pb_pricing_table_button:focus {
  box-shadow: none;
  color: #878787;
  background: #5b5b5b;
}

.page-numbers.next:hover, .page-numbers.prev:hover {
  box-shadow: none;
  color: #f0f0f0;
  background: #ddd;
}

.widget_calendar tbody td a:hover {
  box-shadow: none;
  color: #f0f0f0;
  background: #ddd;
  border-color: #ddd;
}

.not-found .search-form__submit:hover {
  box-shadow: none;
}

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: 14px 20px;
  border: 1px solid #e0e0e8;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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;
  box-shadow: 0 0 10px #e0e0e8;
}

input[type='password'],
input[type='submit'] {
  height: 46px;
}

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

select {
  border: 1px solid #e0e0e8;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

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

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

:-moz-placeholder {
  opacity: 1;
}

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

.top-panel .search-form {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .top-panel .search-form {
    display: block;
  }
}

.search-form:after {
  display: block;
  clear: both;
  width: 100%;
  content: '';
}

.search-form__field[type='search'] {
  float: left;
  box-sizing: border-box;
  width: calc(100% - 50px);
  padding-top: 13px;
  padding-bottom: 13px;
  height: 50px;
  border-right: none;
}

.top-panel .search-form__field[type='search'] {
  width: 150px;
  height: 20px;
  padding: 0 7px;
  float: none;
  text-align: left;
  border: none;
  background-color: #fff;
}

.top-panel .search-form__field[type='search']:focus {
  box-shadow: none;
}

.search-form__submit {
  float: left;
  width: 50px;
  padding-right: 0;
  padding-left: 0;
  border: none;
  height: 50px;
  padding: 0;
}

.search-form__submit i.material-icons {
  line-height: 20px;
  display: block;
  height: 20px;
  margin: 0 auto;
  font-size: 26px;
  font-size: 1.625rem;
}

.top-panel .search-form__submit i.material-icons {
  font-size: 17.008px;
  font-size: 1.063rem;
}

.srch-on .search-form__submit i.material-icons {
  margin: 1px 18px 0 5px;
}

.top-panel .search-form__submit {
  width: 30px;
  padding: 0px 0;
  float: none;
  text-align: right;
  background-color: transparent;
}

.top-panel .search-form__submit:hover {
  background: none;
}

.top-panel .search-form__submit:active, .top-panel .search-form__submit:focus, .top-panel .search-form__submit:hover {
  box-shadow: none;
}

.comment-reply-title {
  text-transform: none;
}

@media (min-width: 992px) {
  .comment-reply-title {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

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

.comment-form-comment::-moz-placeholder, .comment-form-author::-moz-placeholder, .comment-form-email::-moz-placeholder, .comment-form-url::-moz-placeholder {
  color: #aaa;
}

.comment-form-comment ::-webkit-input-placeholder, .comment-form-author ::-webkit-input-placeholder, .comment-form-email ::-webkit-input-placeholder, .comment-form-url ::-webkit-input-placeholder {
  color: #aaa;
}

.comment-form-comment :-ms-input-placeholder, .comment-form-author :-ms-input-placeholder, .comment-form-email :-ms-input-placeholder, .comment-form-url :-ms-input-placeholder {
  color: #aaa;
}

.comment-form-author, .comment-form-email, .comment-form-url {
  width: 100%;
}

@media (min-width: 1200px) {
  .comment-form-author, .comment-form-email, .comment-form-url {
    width: 27%;
    float: left;
    margin-bottom: 1em;
  }
  .comment-form-author:nth-last-child(3), .comment-form-email:nth-last-child(3), .comment-form-url:nth-last-child(3) {
    margin-left: 9%;
    margin-right: 9%;
  }
}

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

.comment-form__field {
  width: 100%;
  vertical-align: top;
  font-size: 13.008px;
  font-size: 0.813rem;
}

.comment-list .comment-form__field {
  background-color: #fff;
}

.comment-form .logged-in-as {
  font-size: 13.008px;
  font-size: 0.813rem;
}

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

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

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

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

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

.widget li a[href^="tel:"], .invert .widget li a[href^="tel:"], * a[href^="tel:"] {
  color: inherit;
}

.widget li a[href^="tel:"]:hover, .invert .widget li a[href^="tel:"]:hover, * a[href^="tel:"]:hover {
  color: inherit;
}

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-panel__menu {
  display: none;
}

@media (min-width: 544px) {
  .top-panel__menu {
    display: block;
  }
}

@media (min-width: 768px) {
  .top-panel__menu {
    float: right;
  }
}

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

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

.top-panel__menu-list .menu-item a {
  text-decoration: none;
}

.top-panel__menu-list .menu-item a:focus {
  outline: none;
}

.top-panel__menu-list .menu-item.current-menu-item a, .top-panel__menu-list .menu-item.current_page_item a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
/* Basic */
.main-navigation {
  display: block;
  clear: both;
  width: 100%;
}

.main-navigation ul {
  display: none;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.main-navigation li {
  position: relative;
  text-align: left;
}

.main-navigation a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

@media (max-width: 767px) {
  .main-navigation ul ul a {
    text-indent: 0rem;
    padding: 0;
    margin: 1.35em 0 1.35em 4.9em;
  }
  .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) {
  .main-navigation ul {
    display: block;
  }
  .main-navigation li:hover > ul, .main-navigation li.menu-hover > ul {
    top: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .main-navigation li > ul.in-transition {
    left: 0;
  }
  .main-navigation li li:hover > ul, .main-navigation li li.menu-hover > ul {
    top: 0;
    left: 100%;
    padding-left: 23px;
    background-color: transparent;
  }
  .main-navigation li li:hover > ul li, .main-navigation li li.menu-hover > ul li {
    padding: 0 1em;
  }
  .main-navigation li li > ul.in-transition {
    left: 100%;
  }
  .main-navigation .menu > li:nth-child(n+3) > .sub-menu > li > ul {
    left: inherit;
    right: 100%;
    padding-right: 23px;
  }
  .main-navigation > ul > li:first-child {
    opacity: 1;
  }
  .main-navigation > ul > li:first-child > ul {
    left: -0.85rem;
  }
  .main-navigation .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .default .main-navigation .menu {
    display: block;
  }
  .main-navigation .menu > li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.6rem 0 2.75rem;
  }
  .default .main-navigation .menu > li {
    display: inline-block;
    padding-bottom: calc(2.75rem - 1px);
  }
  .main-navigation .menu > li::before {
    content: '';
    height: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    border-left: 1px solid #d8d8d8;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .main-navigation .menu > li:first-child::before {
    border-left: none;
  }
  .main-navigation .menu > li:first-child a {
    margin-left: 0;
  }
  .main-navigation .sub-menu {
    position: absolute;
    z-index: 999;
    top: calc(100% + 6em);
    left: -999em;
    visibility: hidden;
    margin: 0;
    padding: 0 1em;
    transition: 200ms linear;
    transition-property: top, opacity, visibility;
    opacity: 0;
  }
  .main-navigation .sub-menu ul {
    top: 20%;
  }
}

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

@media (min-width: 768px) {
  .main-navigation a {
    padding: 1.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}

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

.main-navigation .menu > li > a {
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .main-navigation .menu > li > a {
    margin: 0.8em 0 0.8em 19px;
  }
  .main-navigation .menu > li > a.sub-menu-toggle {
    margin-left: 0.35em;
  }
}

@media (min-width: 768px) {
  .main-navigation .menu > li > a {
    margin: 0 0.85rem;
    padding: 0;
    border-bottom: none;
    font-size: 17.008px;
    font-size: 1.063rem;
  }
}

.main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-image):not(.super-guacamole__menu-with-icon)::after {
  /* Marker (level 1) */
}

@media (max-width: 767px) {
  .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-image):not(.super-guacamole__menu-with-icon)::after {
    content: '';
  }
}

.main-navigation .menu > li.super-guacamole__menu-with-image a,
.main-navigation .menu > li.super-guacamole__menu-with-image img {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.main-navigation .menu > li.super-guacamole__menu-with-image img {
  max-width: 1.6em;
  -webkit-transform: translateY(0.4em);
      -ms-transform: translateY(0.4em);
          transform: translateY(0.4em);
  margin-top: -100%;
}

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

.main-navigation .menu > li:hover > a, .main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a {
  /* Active and hover state (level 1) */
}

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

.main-navigation .menu > li.menu-hover > a::after {
  opacity: 1;
  z-index: 1;
}

@media (min-width: 768px) {
  .main-navigation .menu > li.current-menu-ancestor > a::after, .main-navigation .menu > li.current-menu-ancestor .menu-item__desc::after, .main-navigation .menu > li.current-menu-item > a::after, .main-navigation .menu > li.current-menu-item .menu-item__desc::after, .main-navigation .menu > li.current-menu-parent > a::after, .main-navigation .menu > li.current-menu-parent .menu-item__desc::after {
    opacity: 1;
    z-index: 1;
  }
}

.main-navigation .menu > li > a::after {
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  display: inline-block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .main-navigation .menu > li > a::after {
    content: '';
    width: calc(100% + 1.7rem);
    height: 3px;
    background: #fff;
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: -2.75rem;
    left: -0.85rem;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    z-index: -1;
    transition: all 0.3s ease;
  }
}

@media (min-width: 768px) {
  .main-navigation .menu > li > a:hover::after,
  .main-navigation .menu > li.menu-hover > a::after {
    z-index: 1;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media (max-width: 767px) {
  .main-navigation .menu > .sub-menu-open {
    box-shadow: 0 -2px 5px 0 #d8d8d8;
  }
}

@media (max-width: 767px) {
  .main-navigation .sub-menu-open {
    background-color: #e7e7e7;
    margin: 0 -9999rem;
    padding: 0.25rem 9999rem;
  }
}

@media (min-width: 544px) {
  .main-navigation .sub-menu {
    background-color: #e7e7e7;
  }
}

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

.main-navigation .sub-menu li.menu-item-has-children::after {
  /* Marker (level 2, 3, ..., N) */
}

.main-navigation .sub-menu a {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .main-navigation .sub-menu a {
    width: 10em;
    padding: 10px;
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .main-navigation .sub-menu a {
    width: 15em;
    padding: 0.8em 0em;
    text-transform: none;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.main-navigation .sub-menu li:hover > a,
.main-navigation .sub-menu li.menu-hover > a,
.main-navigation .sub-menu li.current_page_item > a,
.main-navigation .sub-menu li.current_page_ancestor > a,
.main-navigation .sub-menu li.current-menu-item > a,
.main-navigation .sub-menu li.current-menu-ancestor > a {
  /* Active and hover state (level 2, 3, ..., N) */
}

.main-navigation .sub-menu li::after {
  /* Marker style */
}

@media (min-width: 768px) {
  .main-navigation .sub-menu .menu > li::after {
    /* Marker position (level 1) */
  }
}

@media (max-width: 767px) {
  .main-navigation.mobile-menu {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 997;
    padding-top: 0;
    display: none;
  }
  .main-navigation.mobile-menu > .menu {
    max-height: 100%;
  }
  .main-navigation.mobile-menu.animate {
    transition: all 0.3s ease-in-out 0s, visibility 1s linear 0.3s, z-index 0s linear 0.01s, height 0.25s cubic-bezier(0.73, 0.32, 0.34, 1.5);
  }
  .main-navigation.mobile-menu.show {
    padding-bottom: 1em;
    display: block;
  }
  .main-navigation.mobile-menu > .menu {
    display: block;
  }
}

/* Menu items description */
.menu-item__desc {
  font-size: 10px;
  font-size: 0.625rem;
}

@media (min-width: 768px) {
  .menu > li > a > .menu-item__desc {
    position: absolute;
  }
}

/* Toogle button */
.menu-toggle[aria-controls="main-menu"] {
  display: none;
  padding: 0;
  background: none;
  transition: color 0.3s ease;
}

@media (max-width: 767px) {
  .menu-toggle[aria-controls="main-menu"] {
    display: inline-block;
    position: relative;
    float: right;
    top: 15px;
    right: 0;
    z-index: 998;
    margin: 0px 0 0 3px;
    border-width: 0;
    border-radius: 4px;
  }
}

.menu-toggle[aria-controls="main-menu"] i {
  font-size: 28.8px;
  font-size: 1.8rem;
}

.menu-toggle[aria-controls="main-menu"] .menu-toggle__icon {
  vertical-align: top;
}

.menu-toggle[aria-controls="main-menu"].toggled .menu-toggle__icon {
  display: none;
}

.menu-toggle[aria-controls="main-menu"].toggled .menu-toggle__icon[data-alt] {
  display: inline-block;
}

.menu-toggle[aria-controls="main-menu"]:not(.toggled) .menu-toggle__icon {
  display: inline-block;
}

.menu-toggle[aria-controls="main-menu"]:not(.toggled) .menu-toggle__icon[data-alt] {
  display: none;
}

html.mobile-menu-active .menu-toggle[aria-controls="main-menu"] {
  position: relative;
}

html.mobile-menu-active .admin-bar .menu-toggle[aria-controls="main-menu"] {
  border: none;
}

.main-navigation a.sub-menu-toggle {
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 995;
  width: 1.2em;
  height: 1.5em;
  padding: 0;
  border: 0;
}

.main-navigation a.sub-menu-toggle::before {
  content: '\f107';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-navigation a.sub-menu-toggle.active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 767px) {
  .mobile-menu a.sub-menu-toggle {
    display: inline-block;
    margin-left: 0.5em;
  }
  .mobile-menu .menu-item-has-children > .sub-menu {
    display: none;
  }
  .mobile-menu .sub-menu-open > .sub-menu {
    display: block;
    padding-bottom: 0.556em;
  }
  .mobile-menu li.menu-item-has-children::after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mobile-menu li.menu-item-has-children.sub-menu-open::after {
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  .mobile-menu .sub-menu li.menu-item-has-children::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .mobile-menu .sub-menu li.menu-item-has-children.sub-menu-open::after {
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(90deg);
            transform: rotateX(180deg) rotateY(0deg) rotateZ(90deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

/* Header Call to Action button */
.header-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

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

.mobile-menu-active .header-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

nav .header-btn, div .header-btn {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  nav .header-btn, div .header-btn {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  nav .header-btn, div .header-btn {
    margin-bottom: 0;
    margin-left: 23px;
  }
}

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu {
  margin: 0em 0;
}

.footer-menu__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
          justify-content: center;
}

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

@media (min-width: 544px) {
  .footer-menu__items .menu-item + li a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: block;
    width: 1px;
    height: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

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

.footer-menu__items .menu-item a {
  text-decoration: none;
}

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

@media (min-width: 768px) {
  .comment-navigation,
  .posts-navigation,
  .post-navigation {
    margin-top: 2.35em;
  }
}

@media (min-width: 768px) {
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.comment-navigation .nav-links .meta-nav,
.posts-navigation .nav-links .meta-nav,
.post-navigation .nav-links .meta-nav {
  transition: color 0.3s ease;
}

.comment-navigation .nav-previous, .comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  overflow: hidden;
  display: block;
  margin: 1em 0;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .comment-navigation .nav-previous, .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    margin: 0;
    width: 47.5%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .comment-navigation .nav-previous, .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 36.5%;
  }
}

.comment-navigation .nav-previous a, .comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  position: relative;
  padding: 34px 50px;
  border: 1px solid #d8d8d8;
  display: block;
  width: 100%;
}

.comment-navigation .nav-previous a:before, .comment-navigation .nav-next a:before,
.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:before,
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
  transition: all 0.3s ease;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 45px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  margin-right: auto;
  text-align: right;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
  padding-left: 20%;
}

.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
  content: '\f104';
  left: 0;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  margin-left: auto;
  text-align: left;
}

.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  padding-right: 20%;
}

.comment-navigation .nav-next > a:before,
.posts-navigation .nav-next > a:before,
.post-navigation .nav-next > a:before {
  content: '\f105';
  right: 0;
}

.pagination {
  margin: 2em 0 2.8em;
}

.pagination .nav-links {
  text-align: center;
}

@media (min-width: 544px) {
  .pagination .nav-links {
    text-align: left;
  }
}

.page-numbers {
  display: inline-block;
  margin: 0 11px 0px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.page-numbers.dots {
  min-width: 2em;
  border: none;
  background-color: transparent;
}

.page-numbers.next, .page-numbers.prev {
  border: none;
  padding: 16px 10px;
}

@media (min-width: 992px) {
  .page-numbers.next, .page-numbers.prev {
    padding: 16px 29px;
  }
}

.page-numbers.next i, .page-numbers.prev i {
  vertical-align: middle;
}

.page-numbers.prev {
  margin: 0 0 10px;
  display: block;
}

@media (min-width: 544px) {
  .page-numbers.prev {
    display: inline-block;
    margin-right: 19px;
  }
}

.page-numbers.next {
  margin: 10px 0 0;
  display: block;
}

@media (min-width: 544px) {
  .page-numbers.next {
    display: inline-block;
    margin-right: 0;
    margin-left: 8px;
  }
}

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

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

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

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  margin: 1.1em 0 0;
}

.page .breadcrumbs {
  margin-bottom: 1em;
}

.breadcrumbs__title {
  float: left;
  margin-right: 2em;
  padding-right: 2em;
  border-right: 1px solid #e0e0e8;
}

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

.breadcrumbs__items {
  float: left;
}

.breadcrumbs__browse {
  float: left;
  margin-right: .5em;
}

.breadcrumbs__wrap {
  float: left;
  margin: 0;
}

@media (min-width: 992px) {
  .breadcrumbs__wrap {
    margin: .25em 0;
  }
}

.breadcrumbs__item {
  float: left;
}

.breadcrumbs__item-sep {
  margin: 0 .1em;
}

.breadcrumbs__item-link {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.site-header .social-list .menu-item > a {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .site-header .social-list {
    display: none;
  }
}

.mobile-menu-active .site-header .header-container .social-list {
  display: block;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.social-list .menu-item {
  margin: 0;
}

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

.social-list .menu-item > a {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-bottom: 5px;
}

.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;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: auto;
  border-radius: 50%;
  transition: background-position 0.5s;
}

@media (min-width: 544px) {
  .social-list .menu-item > a::before {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-size: 1rem;
  }
}

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

.site-header .social-list .menu-item > a::before {
  width: 18px;
  height: auto;
  background: none;
  color: #a0a5a8;
  font-size: 11.008px;
  font-size: 0.688rem;
}

.site-footer .social-list .menu-item > a::before {
  background-color: #36363c;
  transition: background-position 0.5s;
}

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

.social-list--widget a {
  opacity: .9;
}

.social-list--widget a::before {
  background-color: #ddd;
  transition: background-position 0.5s;
}

.invert .social-list--widget a {
  opacity: 1;
}

.social-list--widget a:hover {
  opacity: 1;
}

.main-navigation.mobile-menu.show + .social-list {
  position: fixed;
  z-index: 997;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  top: 41px;
  left: 13px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.comment-body:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  position: relative;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .comments-area {
    margin-bottom: 2em;
  }
}

.comment-list {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}

.comment-list > .depth-1:not(.parent) {
  border-bottom: 1px solid #e0e0e8;
}

.comment-list .children {
  position: relative;
  margin-left: 0;
  padding-left: 30px;
  list-style: none;
  border-bottom: 1px solid #e0e0e8;
}

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

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

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

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

.comment-list .children > .comment {
  border-top: 1px solid #e0e0e8;
}

.comment-list > .comment,
.comment-list > .ping {
  margin-bottom: 10px;
  background-color: #fff;
}

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

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

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

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

.comment-body__holder {
  position: relative;
}

.comment-body__holder .comment-metadata {
  font-size: 13.008px;
  font-size: 0.813rem;
}

.comment-body__holder .comment-metadata span, .comment-body__holder .comment-metadata .fn {
  color: #747474;
}

.comment-body__holder .comment-metadata .posted-by::before {
  content: '|';
  display: inline-block;
  margin: 0 9px 0 7px;
}

.comment-body__holder .comment-metadata .posted-by::after {
  content: '';
  margin-left: 0;
}

.comment-body__holder .comment-content {
  margin-top: 0.9em;
  padding-right: 18px;
  font-weight: 300;
  overflow: hidden;
}

.comment-body .avatar {
  float: left;
  width: 40px;
  margin: 0 15px 10px 0;
  border-radius: 50%;
}

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

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

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

.comment-body .reply {
  float: right;
  line-height: 1em;
  transition: all 0.25s ease;
}

.comment-reply-link {
  font-size: 13.008px;
  font-size: 0.813rem;
}

.comment-reply-link::after {
  transition: left 0.3s ease;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  display: inline-block;
  padding-right: 2px;
  position: relative;
  left: 2px;
}

.comment-reply-link:hover::after {
  left: 12px;
}

.comment-date {
  display: inline-block;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  padding-bottom: 2em;
  margin-bottom: 1.3em;
  border-bottom: 1px solid #d8d8d8;
}

@media (min-width: 992px) {
  .post-author-bio {
    padding-bottom: 3em;
    margin-bottom: 1.9em;
  }
}

.post-author__holder {
  padding: 1.8em 2em 1.4em;
}

@media (min-width: 992px) {
  .post-author__holder {
    padding: 2.8em 3em 2em;
  }
}

.post-author__avatar {
  float: left;
  margin: 0 1em 1em 0;
}

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

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

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

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

.post-author__title {
  margin-top: 0;
}

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

@media (min-width: 1200px) {
  .post-author__title {
    margin: 20px 0;
  }
}

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.single-post .share-btns__list {
  float: right;
}

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

.share-btns__link {
  line-height: 1.725em;
  display: block;
  width: 2.1em;
  height: 1.725em;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1rem;
}

.single .share-btns__link {
  font-size: 18px;
  font-size: 1.125rem;
}

.share-btns__link:hover {
  opacity: 1;
}

.share_container {
  font-size: 20px;
  font-size: 1.25rem;
  height: 1.55em;
  line-height: 1.55em;
  text-align: right;
}

.comments-area .share_container {
  float: right;
  color: #747474;
  font-size: 13.008px;
  font-size: 0.813rem;
}

.comments-area .share_container .share-btns__link {
  font-size: 11.008px;
  font-size: 0.688rem;
  line-height: 2em;
}

[class*=posts-list--] .share-btns__list {
  overflow: hidden;
  position: relative;
  left: -0.45em;
  margin-top: 0.8em;
  text-align: left;
}

[class*=posts-list--] .share-btns__list .share-btns__link {
  font-size: 11.008px;
  font-size: 0.688rem;
  line-height: 2em;
  color: #b4b4ba;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.card {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

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

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .posts-list--masonry-2-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            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: flex;
    margin-right: -1.875rem;
    margin-left: -1.875rem;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .posts-list--vertical-justify .card {
    -webkit-flex: 1 0 calc(100%/3 - 3.75rem);
        -ms-flex: 1 0 calc(100%/3 - 3.75rem);
            flex: 1 0 calc(100%/3 - 3.75rem);
    max-width: calc(100%/3 - 3.75rem);
    margin-right: 1.875rem;
    margin-left: 1.875rem;
  }
  .posts-list--vertical-justify .card:nth-child(7n + 1), .posts-list--vertical-justify .card:nth-child(7n + 4) {
    -webkit-flex: 1 0 calc(100%/1.5 - 3.75rem);
        -ms-flex: 1 0 calc(100%/1.5 - 3.75rem);
            flex: 1 0 calc(100%/1.5 - 3.75rem);
    max-width: calc(100%/1.5 - 3.75rem);
  }
}

@media (min-width: 768px) {
  .card-deck.two-sidebars {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .card-deck.two-sidebars .card {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .card-columns.two-sidebars {
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  .card-columns.two-sidebars .card {
    display: block;
  }
}

@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;
            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
--------------------------------------------------------------*/
.site {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}

.page-template-coming-soon-page #primary {
  padding: 0;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.container.site-header, .container.site-footer {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.container.site-content .container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.position-two-sidebars #primary {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.position-two-sidebars #sidebar-primary {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.position-two-sidebars #sidebar-secondary {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .position-two-sidebars #primary {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .position-two-sidebars #sidebar-primary {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .position-two-sidebars #sidebar-secondary {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (max-width: 767px) {
  .sidebar {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header-container {
  padding: 0.9rem 1.875rem 0;
}

@media (min-width: 992px) {
  .header-container {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .header-container {
    padding-top: 1.5rem;
  }
  .header-container .isStuck {
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0;
    padding-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-container .isStuck .site-branding, .header-container .isStuck .social-list, .header-container .isStuck .header-btn, .header-container .isStuck .empty-block {
    display: none;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .header-container .isStuck.main-navigation .menu > li {
    height: 45px;
    padding: 0.55rem 0 0.65rem;
  }
  .header-container .isStuck.main-navigation .menu > li::before {
    top: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .header-container .isStuck.main-navigation .menu > li a::after {
    content: none;
  }
}

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

.pseudoStickyBlock {
  display: none;
}

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

.site-header.default .main-navigation {
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  width: auto;
}

@media (min-width: 1200px) {
  .site-header.default .main-navigation {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.site-header.default .site-branding {
  position: relative;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-bottom: 1.6em;
  padding-top: 0.2em;
}

.site-header.default .site-branding::after {
  content: '';
  width: 200%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #d8d8d8;
}

.site-header.default .social-list {
  text-align: center;
  margin-top: 1.2em;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 1200px) {
  .site-header.default .social-list {
    margin-top: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-header.default .social-list {
    padding-bottom: 0;
    margin-top: 1.2em;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    text-align: center;
  }
}

.site-header.default .header-btn {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-header.default .header-btn {
    margin-bottom: 0;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 1199px) {
  .site-header.default .header-btn {
    margin-left: 0;
    margin-top: 1.2em;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .site-header.centered {
    text-align: center;
  }
}

.site-header.centered .site-branding {
  position: relative;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-bottom: 1.6em;
  padding-top: 0.2em;
}

.site-header.centered .site-branding::after {
  content: '';
  width: 200%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #d8d8d8;
}

@media (min-width: 768px) {
  .site-header.centered .main-navigation {
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-header.centered .main-navigation {
    width: auto;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media (min-width: 1200px) {
  .site-header.centered .main-navigation {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1441px) {
  .site-header.centered .main-navigation {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header.centered .main-navigation .menu {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 1441px) and (min-width: 1441px) {
  .site-header.centered .main-navigation:nth-child(3) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.site-header.centered .main-navigation.mobile-menu.show {
  padding-top: 1em;
}

.site-header.centered .social-list {
  padding: 0 0 15px;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-header.centered .social-list {
    padding-bottom: 0;
    margin-top: 1.2em;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.centered .social-list {
    text-align: center;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 1200px) {
  .site-header.centered .social-list {
    margin-top: 0;
    padding-bottom: 0;
    text-align: right;
    min-width: 10%;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex-basis: 13%;
        -ms-flex-preferred-size: 13%;
            flex-basis: 13%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

@media (min-width: 1200px) {
  .site-header.centered .header-btn {
    -webkit-flex-basis: 13%;
        -ms-flex-preferred-size: 13%;
            flex-basis: 13%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-header.centered .header-btn {
    margin-bottom: 0;
    margin-left: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.2em;
  }
}

@media (max-width: 991px) {
  .site-header.centered .header-btn {
    margin-left: 0;
    margin-top: 1.2em;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (max-width: 767px) {
  .site-header.centered .header-btn {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.site-header.centered .empty-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

@media (min-width: 992px) {
  .site-header.centered .empty-block {
    display: none;
  }
}

@media (min-width: 1441px) {
  .site-header.centered .empty-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 26%;
        -ms-flex-preferred-size: 26%;
            flex-basis: 26%;
  }
}

@media (min-width: 1441px) {
  .site-header.centered .empty-block:nth-child(2) {
    -webkit-flex-basis: 9.5%;
        -ms-flex-preferred-size: 9.5%;
            flex-basis: 9.5%;
  }
}

.site-header.minimal .header-container {
  padding-top: 0;
}

@media (max-width: 991px) {
  .site-header.minimal .header-container {
    padding-top: 15px;
  }
}

.site-header.minimal .site-branding {
  padding: 0 0 15px;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 50%;
  text-align: left;
}

@media (min-width: 768px) {
  .site-header.minimal .site-branding {
    padding-bottom: 0;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header.minimal .site-branding {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .site-header.minimal .site-branding {
    -webkit-flex-basis: 15%;
        -ms-flex-preferred-size: 15%;
            flex-basis: 15%;
    max-width: 15%;
  }
}

.site-header.minimal .social-list {
  padding: 0 0 15px;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.minimal .social-list {
    padding-bottom: 0;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    text-align: right;
  }
}

.site-header.minimal .main-navigation {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

@media (min-width: 768px) {
  .site-header.minimal .main-navigation {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.minimal .main-navigation {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header.minimal .main-navigation {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media (max-width: 991px) {
  .site-header.minimal .header-btn {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.minimal .header-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header.minimal .header-btn {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-container__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

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

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

.site-header.transparent .site-branding {
  padding: 0 0 15px;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.transparent .site-branding {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-align: left;
  }
}

.site-header.transparent .social-list {
  padding: 0 0 15px;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.transparent .social-list {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-align: left;
  }
}

.site-header.transparent .main-navigation {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

@media (min-width: 768px) {
  .site-header.transparent .main-navigation {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.transparent .main-navigation {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.site-header.transparent .header-container__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

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

.header-layout-transparent {
  position: relative;
}

.header-layout-transparent.top-panel-invisible .hentry:first-child,
.header-layout-transparent.top-panel-invisible .sidebar .widget:first-child {
  margin-top: 0;
}

.header-layout-transparent.top-panel-invisible .card-columns {
  padding-top: 0;
}

.top-panel {
  padding: 5px 1.875rem 3px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
}

.container .top-panel {
  padding-right: 0;
  padding-left: 0;
}

.top-panel__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-panel__wrap:after {
  display: block;
  clear: both;
  width: 100%;
  content: '';
}

@media (min-width: 768px) {
  .top-panel__message {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 80%;
        -ms-flex: 1 1 80%;
            flex: 1 1 80%;
  }
}

.top-panel__message .info-block {
  -webkit-flex: 1 1 33%;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}

@media (min-width: 992px) {
  .top-panel__message .info-block {
    margin-top: 0;
    margin-right: 1.5em;
  }
}

.top-panel__message .info-block:first-child {
  margin-top: 0;
}

.top-panel__message .info-block:nth-child(2) {
  display: none;
  text-align: center;
}

@media (min-width: 992px) {
  .top-panel__message .info-block:nth-child(2) {
    display: block;
  }
}

.top-panel__message .info-block:nth-child(3) {
  display: none;
  text-align: right;
}

@media (min-width: 992px) {
  .top-panel__message .info-block:nth-child(3) {
    display: block;
  }
}

.top-panel__message .material-icons {
  margin: 0 0.8em 0 0;
  text-align: center;
  vertical-align: middle;
  font-size: 17.008px;
  font-size: 1.063rem;
}

.top-panel__search {
  text-align: right;
  -webkit-flex: 0 1 15%;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
}

@media (min-width: 768px) {
  .top-panel__search {
    text-align: right;
  }
}

.top-panel__wrap {
  position: relative;
}

.top-panel__wrap .header__search {
  left: 0;
  right: 0;
  min-width: 40px;
  top: 0;
  z-index: 6;
  text-align: right;
  margin: 0 0 0 auto;
  position: relative;
  height: 18px;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: 0;
}

@media (max-width: 767px) {
  .top-panel__wrap .header__search {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.top-panel__wrap .header__search .search-form {
  position: relative;
  opacity: 0;
  padding: 0;
  top: -2px;
}

.top-panel__wrap .header__search .search-form__submit {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin-top: 0px;
  border: none;
}

.top-panel__wrap .header__search .search-form__field {
  -webkit-appearance: none;
  width: 0;
  padding: 0;
}

.top-panel__wrap .header__search .search__toggle {
  position: absolute;
  right: 0px;
  top: 0;
  margin-top: 0;
  width: 17px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease color;
  font-size: 17.008px;
  font-size: 1.063rem;
}

.top-panel__wrap .header__search .search__toggle::before {
  font-size: 17.008px;
  font-size: 1.063rem;
  content: '';
}

.top-panel__wrap .header__search .search__toggle:hover {
  cursor: pointer;
}

.top-panel__wrap .header__search:first-child {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.top-panel__wrap.srch-on .main-navigation {
  visibility: hidden;
  opacity: 0;
}

.top-panel__wrap.srch-on .header__search {
  width: auto;
}

.top-panel__wrap.srch-on .header__search:first-child {
  margin-top: 0;
}

.top-panel__wrap.srch-on .header__search .search-form {
  visibility: visible;
  opacity: 1;
}

.top-panel__wrap.srch-on .header__search .search-form__field {
  width: 250px;
  position: absolute;
  right: 40px;
  padding: 2px 17px;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.top-panel__wrap.srch-on .search__toggle {
  -webkit-animation: toggle-in 0.5s infinite;
          animation: toggle-in 0.5s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  font-size: 0;
}

.top-panel__wrap.srch-on .search__toggle::before {
  content: '\f00d';
  margin-top: 2px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
}

.site-logo {
  margin: 0;
}

@media (min-width: 768px) {
  .site-logo {
    margin-right: 30px;
  }
}

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

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

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

.page .entry-content {
  margin-top: 0;
}

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

/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .hentry {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .hentry.has-thumb {
    padding-bottom: calc(50px - 1.2em);
  }
}

.posts-list .hentry {
  border-bottom: 1px solid #d8d8d8;
}

.posts-list .hentry:first-child {
  margin-top: 1em;
}

.posts-list .hentry:last-child {
  padding-bottom: 14px;
  border-bottom: none;
}

@media (min-width: 768px) {
  .posts-list--grid-2-cols .hentry:nth-child(2) {
    margin-top: 1em;
  }
}

@media (min-width: 992px) {
  .posts-list--grid-3-cols .hentry:nth-child(2), .posts-list--grid-3-cols .hentry:nth-child(3) {
    margin-top: 1em;
  }
}

@media (min-width: 768px) {
  .posts-list--masonry-2-cols .hentry:first-child,
  .posts-list--masonry-3-cols .hentry:first-child {
    margin-top: 0;
  }
}

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

.hentry.page {
  margin-top: 0;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .hentry.page {
    margin-bottom: 2em;
  }
}

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

[class*='posts-list--'] .entry-header {
  margin-top: 0;
}

.page .entry-header {
  margin-top: 0;
}

.single .no-thumb .entry-header {
  margin-top: 0.6em;
}

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

[class*='posts-list--'] .entry-title {
  text-transform: none;
}

.entry-meta {
  font-size: 13.008px;
  font-size: 0.813rem;
}

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

[class*='posts-list--'] .entry-meta {
  margin-bottom: 8px;
}

.posts-list .entry-summary, .posts-list .entry-content {
  display: none;
}

@media (min-width: 768px) {
  .posts-list .entry-summary, .posts-list .entry-content {
    display: block;
  }
}

.post-list__item .entry-summary, .post-list__item .entry-content {
  margin-top: 0;
}

.post-list__item .entry-summary p, .post-list__item .entry-content p {
  margin: 1em 0 0;
}

.entry-footer {
  position: relative;
}

body:not(.page) .entry-footer {
  margin-top: 1em;
}

.single .entry-footer {
  margin-top: 2.1em;
  padding-top: 2.3em;
  border-top: 1px solid #d8d8d8;
}

.entry-footer .btn {
  float: right;
}

.single .post .entry-title,
.single .post .comments-title,
.single .post .comment-reply-title,
.single .post .service_single_title h3,
.single .post .service-cta .service-cta_title, .single .comments-area .entry-title,
.single .comments-area .comments-title,
.single .comments-area .comment-reply-title,
.single .comments-area .service_single_title h3,
.single .comments-area .service-cta .service-cta_title, .single .related-posts > .entry-title,
.single .related-posts > .comments-title,
.single .related-posts > .comment-reply-title,
.single .related-posts > .service_single_title h3,
.single .related-posts > .service-cta .service-cta_title, .single .cherry-services.template-single .entry-title,
.single .cherry-services.template-single .comments-title,
.single .cherry-services.template-single .comment-reply-title,
.single .cherry-services.template-single .service_single_title h3,
.single .cherry-services.template-single .service-cta .service-cta_title {
  position: relative;
  margin-bottom: 1em;
  margin-top: 0.2em;
  padding-bottom: 0.5em;
  text-transform: capitalize;
  overflow: hidden;
}

.single .post .entry-title::after,
.single .post .comments-title::after,
.single .post .comment-reply-title::after,
.single .post .service_single_title h3::after,
.single .post .service-cta .service-cta_title::after, .single .comments-area .entry-title::after,
.single .comments-area .comments-title::after,
.single .comments-area .comment-reply-title::after,
.single .comments-area .service_single_title h3::after,
.single .comments-area .service-cta .service-cta_title::after, .single .related-posts > .entry-title::after,
.single .related-posts > .comments-title::after,
.single .related-posts > .comment-reply-title::after,
.single .related-posts > .service_single_title h3::after,
.single .related-posts > .service-cta .service-cta_title::after, .single .cherry-services.template-single .entry-title::after,
.single .cherry-services.template-single .comments-title::after,
.single .cherry-services.template-single .comment-reply-title::after,
.single .cherry-services.template-single .service_single_title h3::after,
.single .cherry-services.template-single .service-cta .service-cta_title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 64px;
  height: 5px;
}

@media (max-width: 991px) {
  .single .post .entry-title::after,
  .single .post .comments-title::after,
  .single .post .comment-reply-title::after,
  .single .post .service_single_title h3::after,
  .single .post .service-cta .service-cta_title::after, .single .comments-area .entry-title::after,
  .single .comments-area .comments-title::after,
  .single .comments-area .comment-reply-title::after,
  .single .comments-area .service_single_title h3::after,
  .single .comments-area .service-cta .service-cta_title::after, .single .related-posts > .entry-title::after,
  .single .related-posts > .comments-title::after,
  .single .related-posts > .comment-reply-title::after,
  .single .related-posts > .service_single_title h3::after,
  .single .related-posts > .service-cta .service-cta_title::after, .single .cherry-services.template-single .entry-title::after,
  .single .cherry-services.template-single .comments-title::after,
  .single .cherry-services.template-single .comment-reply-title::after,
  .single .cherry-services.template-single .service_single_title h3::after,
  .single .cherry-services.template-single .service-cta .service-cta_title::after {
    width: 47px;
    height: 3px;
  }
}

.single .post, .single .hentry.cherry-services {
  margin-top: 1em;
}

[class*='posts-list--'] .entry-title {
  position: relative;
  margin-bottom: 1em;
  margin-top: 0.2em;
  padding-bottom: 0.5em;
  text-transform: capitalize;
  overflow: hidden;
}

[class*='posts-list--'] .entry-title a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 64px;
  height: 5px;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  [class*='posts-list--'] .entry-title a::after {
    width: 47px;
    height: 3px;
  }
}

[class*='posts-list--'] .entry-title a:hover::after {
  width: 128px;
}

@media (max-width: 991px) {
  [class*='posts-list--'] .entry-title a:hover::after {
    width: 94px;
  }
}

.posts-list_author {
  position: relative;
  margin-top: 1.25em;
  font-size: 13.008px;
  font-size: 0.813rem;
}

.posts-list_author .avatar {
  float: left;
  margin-right: 10px;
}

.posts-list_author .posted-by {
  position: relative;
  top: 17px;
}

.blog_more-link {
  font-size: 13.008px;
  font-size: 0.813rem;
}

.blog_more-link i {
  padding-left: 3px;
  transition: padding 0.3s ease;
}

.blog_more-link:hover i {
  padding-left: 13px;
}

.tm_pb_builder.page .hentry.page {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.post-thumbnail {
  margin-bottom: 1em;
}

@media (min-width: 1200px) {
  .post-thumbnail {
    margin-bottom: 1.2em;
  }
}

.single .no-thumb .post-thumbnail {
  margin-bottom: 0.6em;
}

.post-thumbnail__link.post-thumbnail--small {
  display: block;
  text-align: center;
}

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

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

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

.posts-list .post-thumbnail--fullwidth {
  display: block;
}

.posts-list--masonry-3-cols .post-thumbnail--fullwidth {
  display: inline-block;
}

.post__cats a {
  font-size: 13.008px;
  font-size: 0.813rem;
  line-height: 19px;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 14px;
  vertical-align: top;
  text-decoration: none;
}

.post__cats a:hover, .post__cats a:focus {
  color: #878787;
  background-color: #5b5b5b;
}

.format-audio .post__cats,
.format-link .post__cats,
.format-gallery .post-thumbnail > .post-gallery + .post__cats,
.post-thumbnail--fullwidth .post__cats,
.has-post-thumbnail .post__cats {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 10px;
}

@media (min-width: 992px) {
  .format-audio .post__cats,
  .format-link .post__cats,
  .format-gallery .post-thumbnail > .post-gallery + .post__cats,
  .post-thumbnail--fullwidth .post__cats,
  .has-post-thumbnail .post__cats {
    top: 20px;
    left: 20px;
  }
}

.format-audio.no-thumb .post__cats a,
.format-link.no-thumb .post__cats a {
  color: #f0f0f0;
  background-color: #ddd;
}

.format-audio.no-thumb .post__cats a:hover,
.format-link.no-thumb .post__cats a:hover, .format-audio.no-thumb .post__cats a:focus,
.format-link.no-thumb .post__cats a:focus {
  color: #878787;
  background-color: #5b5b5b;
}

.post-format-wrap .post__cats {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 10px;
}

@media (min-width: 992px) {
  .post-format-wrap .post__cats {
    top: 30px;
    left: 30px;
  }
}

.post .type-label, .post .sticky__label {
  font-size: 13.008px;
  font-size: 0.813rem;
  line-height: 19px;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 14px;
  border-radius: 0;
  color: #878787;
  background-color: #5b5b5b;
}

.posted-by .material-icons,
.posted-by .fa, .post__date .material-icons,
.post__date .fa, .post__comments .material-icons,
.post__comments .fa {
  font-size: 13px;
  margin-right: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.invert .posted-by .material-icons, .invert
.posted-by .fa, .invert .post__date .material-icons, .invert
.post__date .fa, .invert .post__comments .material-icons, .invert
.post__comments .fa {
  color: inherit;
}

.posted-by a, .post__date a, .post__comments a {
  text-decoration: none;
}

.posted-by::after, .post__date::after, .post__comments::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  position: relative;
  display: inline-block;
  margin-bottom: 1px;
  content: 'fiber_manual_record';
  font-size: 4px;
  vertical-align: middle;
  color: #b4b4ba;
}

.posted-by:last-child::after, .posted-by:last-of-type::after, .post__date:last-child::after, .post__date:last-of-type::after, .post__comments:last-child::after, .post__comments:last-of-type::after {
  content: '';
}

.posted-by::after {
  margin-left: 4px;
  margin-bottom: 0px;
}

.post__tags {
  margin-top: .5em;
  font-size: 13.008px;
  font-size: 0.813rem;
}

.single-post .entry-footer .post__tags {
  margin-top: 0;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 544px) {
  .single-post .entry-footer .post__tags {
    float: left;
  }
}

.single-post .entry-footer .post__tags a {
  margin: 0 7px;
}

[class*=posts-list--] .post__tags {
  margin-top: 1em;
}

.post__date, .post__date-link, .post__tags a {
  color: #b4b4ba;
}

.search-results .post .posted-by, .search-results .post .post__date, .search-results .post .post__comments {
  font-size: 13.008px;
  font-size: 0.813rem;
}

.search-results .post .posted-by::before {
  transition: all 0.3s 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 Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: '\E7FD';
  font-size: 13px;
  margin-right: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.search-results .posts-list .entry-footer {
  margin-top: 0;
  margin-bottom: 1em;
}

/*--------------------------------------------------------------
	### Read More button
	--------------------------------------------------------------*/
.posts-list__item .btn {
  padding: 0;
}

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

.posts-list__item .btn__icon,
.posts-list__item .btn .material-icons,
.posts-list__item .btn .fa {
  line-height: 46px;
  width: 46px;
  height: 46px;
  color: inherit;
}

.posts-list__item .btn {
  float: none;
}

@media (min-width: 992px) {
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn {
    padding: 16px 29px;
  }
}

@media (min-width: 992px) {
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn__text {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn__icon,
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn .material-icons,
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn .fa {
    display: none;
  }
}

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.single .related-posts .post__date a, .single .related-posts .post__comments a {
  padding-right: 3px;
  margin-left: 0px;
}

.single .related-post .post-thumbnail__img + .post__cats, .single .related-post .post-thumbnail__link + .post__cats {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 10px;
}

.single .no-thumb .post__cats,
.sticky.no-thumb .post__cats {
  position: relative;
  top: 0;
  left: 0;
}

.single .related-posts .post-thumbnail {
  position: relative;
}

.single .related-posts .post-thumbnail__img {
  width: 100%;
  height: auto;
}

@media (min-width: 544px) {
  .single .related-posts .post-thumbnail__img {
    width: auto;
    height: auto;
  }
}

.single .related-posts .entry-header {
  margin-top: 0.5em;
}

.single .related-posts .entry-title {
  text-transform: none;
}

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.sticky__label {
  line-height: 22px;
  display: inline-block;
  float: right;
  padding: 0 10px;
  text-align: center;
  border-radius: 20px;
}

.sticky__label .material-icons,
.sticky__label.type-icon .fa {
  font-size: 21px;
  line-height: 2;
  display: block;
  width: calc(2em - 20px);
  height: 2em;
}

.has-post-thumbnail .sticky__label {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
  float: none;
}

@media (min-width: 992px) {
  .has-post-thumbnail .sticky__label {
    top: 20px;
  }
}

.sticky__label.type-both .material-icons,
.sticky__label.type-both .fa {
  display: inline-block;
  margin: 0 5px 0 0;
}

@media (min-width: 992px) {
  .posts-list--grid-2-cols .sticky.posts-list__item .btn,
  .posts-list--grid-3-cols .sticky.posts-list__item .btn {
    padding: 16px 29px;
  }
  .two-sidebars .sticky.posts-list__item .btn {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .sticky.posts-list__item .btn__text {
    display: inline-block;
  }
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn__text,
  .posts-list--masonry-3-cols .sticky.posts-list__item .btn__text {
    display: none;
  }
}

.two-sidebars .sticky.posts-list__item .btn__text {
  display: none;
}

@media (min-width: 992px) {
  .sticky.posts-list__item .btn__icon,
  .sticky.posts-list__item .btn .material-icons,
  .sticky.posts-list__item .btn .fa {
    display: none;
  }
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon,
  .posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon, .posts-list--masonry-2-cols
  .sticky.posts-list__item .btn .material-icons,
  .posts-list--masonry-3-cols
  .sticky.posts-list__item .btn .material-icons, .posts-list--masonry-2-cols
  .sticky.posts-list__item .btn .fa,
  .posts-list--masonry-3-cols
  .sticky.posts-list__item .btn .fa {
    display: inline-block;
  }
}

.two-sidebars .sticky.posts-list__item .btn__icon, .two-sidebars
.sticky.posts-list__item .btn .material-icons, .two-sidebars
.sticky.posts-list__item .btn .fa {
  display: inline-block;
}

@media (min-width: 992px) {
  .posts-list--grid-2-cols .sticky .entry-title,
  .posts-list--grid-3-cols .sticky .entry-title {
    font-size: 30px;
  }
}

.sticky .post-thumbnail__img {
  width: 100%;
}

/*--------------------------------------------------------------
### Post thumbnail small
--------------------------------------------------------------*/
.post-thumbnail--small.has-thumb,
.post-thumbnail--small.format-gallery,
.post-thumbnail--small.format-link,
.format-status.has-thumb .post-list__item-content {
  content: "";
  display: table;
  table-layout: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.post-thumbnail--small.has-thumb > .post-thumbnail,
.post-thumbnail--small.format-gallery > .post-thumbnail,
.post-thumbnail--small.format-link > .post-thumbnail,
.format-status.has-thumb .post-list__item-content > .post-thumbnail {
  max-width: 100%;
  position: relative;
}

@media (min-width: 1200px) {
  .post-thumbnail--small.has-thumb > .post-thumbnail,
  .post-thumbnail--small.format-gallery > .post-thumbnail,
  .post-thumbnail--small.format-link > .post-thumbnail,
  .format-status.has-thumb .post-list__item-content > .post-thumbnail {
    width: 60%;
  }
}

.post-thumbnail--small.has-thumb > .post-thumbnail img,
.post-thumbnail--small.format-gallery > .post-thumbnail img,
.post-thumbnail--small.format-link > .post-thumbnail img,
.format-status.has-thumb .post-list__item-content > .post-thumbnail img {
  width: 100%;
}

.post-thumbnail--small.has-thumb .post-list__item-content,
.post-thumbnail--small.format-gallery .post-list__item-content,
.post-thumbnail--small.format-link .post-list__item-content,
.format-status.has-thumb .post-list__item-content .post-list__item-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post-thumbnail--small.has-thumb .post-list__item-content .entry-content,
.post-thumbnail--small.has-thumb .post-list__item-content .entry-header,
.post-thumbnail--small.has-thumb .post-list__item-content .entry-footer,
.post-thumbnail--small.format-gallery .post-list__item-content .entry-content,
.post-thumbnail--small.format-gallery .post-list__item-content .entry-header,
.post-thumbnail--small.format-gallery .post-list__item-content .entry-footer,
.post-thumbnail--small.format-link .post-list__item-content .entry-content,
.post-thumbnail--small.format-link .post-list__item-content .entry-header,
.post-thumbnail--small.format-link .post-list__item-content .entry-footer,
.format-status.has-thumb .post-list__item-content .post-list__item-content .entry-content,
.format-status.has-thumb .post-list__item-content .post-list__item-content .entry-header,
.format-status.has-thumb .post-list__item-content .post-list__item-content .entry-footer {
  width: 100%;
}

.post-thumbnail--small.has-thumb .post-list__item-content .entry-footer,
.post-thumbnail--small.format-gallery .post-list__item-content .entry-footer,
.post-thumbnail--small.format-link .post-list__item-content .entry-footer,
.format-status.has-thumb .post-list__item-content .post-list__item-content .entry-footer {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

@media (min-width: 1200px) {
  .post-thumbnail--small.has-thumb .post-list__item-content,
  .post-thumbnail--small.format-gallery .post-list__item-content,
  .post-thumbnail--small.format-link .post-list__item-content,
  .format-status.has-thumb .post-list__item-content .post-list__item-content {
    width: 40%;
    padding-left: 60px;
  }
}

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

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

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

.format-image .post-thumbnail__link::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  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 Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 128px;
  font-size: 8rem;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-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 Formats
--------------------------------------------------------------*/
.post {
  /* Gallery */
  /* Link */
  /* Quote */
  /* Wrapper for non-image featured content */
}

.post-gallery {
  max-width: 100%;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .post-gallery {
    margin-bottom: 2em;
  }
}

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

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

.post-gallery__button-next, .post-gallery__button-prev,
.post-gallery .post-gallery__button-next,
.post-gallery .post-gallery__button-prev {
  top: 50%;
  display: none;
  width: 45px;
  height: 45px;
  margin-top: -23px;
  text-align: center;
  background-image: none;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.post-gallery__button-prev {
  left: 19px;
}

.post-gallery__button-next {
  right: 19px;
}

.post-gallery .material-icons,
.post-gallery .fa {
  line-height: 45px;
}

.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;
  text-decoration: underline;
  padding: 10px;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .post-format-link {
    padding: 11px 17px 11px 30px;
    border-radius: 30px;
  }
}

.post-format-link:before {
  display: inline-block;
  margin: 0 10px 0 0;
  content: '\f0c1';
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21.008px;
  font-size: 1.313rem;
}

.has-thumb .post-thumbnail {
  position: relative;
}

.no-thumb .post-thumbnail__format-link {
  width: 66%;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.has-thumb .post-thumbnail__format-link {
  text-align: center;
}

@media (min-width: 768px) {
  .has-thumb .post-thumbnail__format-link {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
  }
}

@media (min-width: 768px) {
  .has-thumb .post-thumbnail__format-link .post-format-link {
    margin: -20px 0 0 0;
  }
}

.post-format-quote {
  background-color: transparent;
}

.post-featured-content {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .post-featured-content {
    margin-bottom: 2em;
  }
}

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

.post-featured-content .post__cats {
  padding: 2em 0 0 17px;
}

.format-video .post-featured-content .post__cats {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
}

.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;
  position: relative;
  width: 100%;
}

.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: 20px 15px;
  text-align: center;
}

.format-audio.no-thumb .entry-post-format-audio .post-format-audio {
  padding-top: 55px;
}

@media (min-width: 1200px) {
  .format-audio.no-thumb .entry-post-format-audio .post-format-audio {
    padding-top: 80px;
  }
}

.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 {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}

.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) {
  .entry-post-format-audio .post-format-audio {
    padding: 50px 65px;
  }
  .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;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-container {
  padding: 35px 30px;
}

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

.footer-area-wrap + .footer-container {
  padding-top: 40px;
}

.site-info .footer-logo {
  margin: 0 0 19px;
}

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

.site-info__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          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;
          align-items: flex-start;
}

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

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

.site-info__flex .social-list {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

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

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

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

.site-info__flex .footer-copyright {
  font-size: 15.008px;
  font-size: 0.938rem;
  color: #949498;
}

.site-footer.default .footer-logo {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .site-footer.default .footer-logo {
    text-align: left;
  }
}

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

.site-footer.default .footer-menu {
  display: block;
  vertical-align: middle;
  margin: 0;
}

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

@media (min-width: 1200px) {
  .site-footer.default .footer-menu__items {
    margin-left: 1.5em;
  }
}

.site-footer.default .social-list {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
  text-align: right;
}

.site-footer.default .site-info__mid-box {
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  margin-bottom: 0;
  text-align: center;
}

.site-footer.default .site-info__mid-box > div {
  margin-bottom: 19px;
}

@media (min-width: 768px) {
  .site-footer.default .site-info__mid-box {
    text-align: left;
  }
  .site-footer.default .site-info__mid-box > div {
    margin-bottom: 0;
  }
}

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

.site-footer.centered .social-list {
  margin: 15px 0 74px;
}

@media (max-width: 767px) {
  .site-footer.centered .social-list {
    margin-bottom: 50px;
  }
}

.site-footer.minimal .site-info__flex {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .site-footer.minimal .site-info__flex {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.site-footer.minimal .site-info__flex > div {
  margin-bottom: 19px;
}

.site-footer.minimal .site-info__flex > div:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .site-footer.minimal .site-info__flex > div {
    margin-bottom: 0;
  }
}

.site-footer.minimal .footer-copyright {
  display: block;
  vertical-align: middle;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-footer.minimal .footer-copyright {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (min-width: 1200px) {
  .site-footer.minimal .footer-copyright {
    float: left;
    margin-top: .5em;
  }
}

.site-footer.minimal .footer-menu {
  display: block;
  vertical-align: middle;
}

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

@media (min-width: 1200px) {
  .site-footer.minimal .footer-menu__items {
    margin-left: 1.5em;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.not-found {
  margin-bottom: 1em;
  text-align: center;
}

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

.not-found .page-title {
  margin: 33px 0 0.8em;
}

.not-found h3 {
  position: relative;
  margin-bottom: 0.9em;
  margin-top: 0.2em;
  padding-bottom: 0.5em;
  overflow: hidden;
}

.not-found h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 64px;
  height: 5px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 991px) {
  .not-found h3::after {
    width: 47px;
    height: 3px;
  }
}

.not-found .not-found_description {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.not-found .search-form {
  max-width: 480px;
  margin: 46px auto 68px;
}

.not-found .search-form__field[type='search'] {
  width: calc(100% - 62px);
  font-style: italic;
}

.not-found .search-form__submit {
  width: 62px;
}

/*--------------------------------------------------------------
### Coming soon page
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .page-template-coming-soon-page .tm_pb_section.full-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-template-coming-soon-page .tm_pb_section.full-height > div {
    width: 100%;
  }
}

.page-template-coming-soon-page .entry-content {
  margin-top: 0;
}

.page-template-coming-soon-page .entry-footer {
  display: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-title {
  line-height: 1.2;
  margin: 0 0 .75em 0;
  text-transform: none;
}

.footer-area-wrap .widget-title {
  margin-bottom: 2.9em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .footer-area-wrap .widget-title {
    margin-bottom: 1.8em;
  }
}

.widget h6 {
  margin-top: 0.8em;
}

.widget + .widget {
  margin-top: 43px;
}

.tm_pb_widget_area .widget,
.sidebar .widget,
.sidebar-secondary .widget {
  padding: 30px 30px 42px;
  border: 1px solid #e0e0e8;
}

.tm_pb_widget_area .widget.widget_archive-select, .tm_pb_widget_area .widget.widget_categories-select,
.sidebar .widget.widget_archive-select,
.sidebar .widget.widget_categories-select,
.sidebar-secondary .widget.widget_archive-select,
.sidebar-secondary .widget.widget_categories-select {
  padding-bottom: 70px;
}

.tm_pb_widget_area .widget.widget_calendar, .tm_pb_widget_area .widget.widget_text_blockquote,
.sidebar .widget.widget_calendar,
.sidebar .widget.widget_text_blockquote,
.sidebar-secondary .widget.widget_calendar,
.sidebar-secondary .widget.widget_text_blockquote {
  padding-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tm_pb_widget_area .widget,
  .sidebar .widget,
  .sidebar-secondary .widget {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.footer-area-wrap .widget_archive-select, .footer-area-wrap .widget_categories-select {
  background: none;
}

.tm_pb_widget_area .widget {
  padding: 0;
}

.widget_archive, .widget_categories, .widget_pages, .widget_nav_menu, .widget_rss, .widget_meta {
  padding: 30px 30px 42px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget_archive, .widget_categories, .widget_pages, .widget_nav_menu, .widget_rss, .widget_meta {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.tm_pb_widget_area .widget_archive, .tm_pb_widget_area .widget_categories, .tm_pb_widget_area .widget_pages, .tm_pb_widget_area .widget_nav_menu, .tm_pb_widget_area .widget_rss, .tm_pb_widget_area .widget_meta {
  padding: 30px 30px 42px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tm_pb_widget_area .widget_archive, .tm_pb_widget_area .widget_categories, .tm_pb_widget_area .widget_pages, .tm_pb_widget_area .widget_nav_menu, .tm_pb_widget_area .widget_rss, .tm_pb_widget_area .widget_meta {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.footer-area-wrap .widget_archive, .footer-area-wrap .widget_categories, .footer-area-wrap .widget_pages, .footer-area-wrap .widget_nav_menu, .footer-area-wrap .widget_rss, .footer-area-wrap .widget_meta {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-area .widget-about, .footer-area .widget_text_blockquote {
  background: none;
}

.tm_pb_widget_area .widget {
  border: none;
}

#tm_builder_outer_content .tm_pb_widget_area .widget ul li::before {
  display: none;
}

.sidebar .widget,
.sidebar-secondary .widget {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .sidebar .widget,
  .sidebar-secondary .widget {
    margin-top: 50px;
  }
}

.footer-area .widget {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .footer-area .widget {
    margin-top: 80px;
  }
}

.sidebar .widget:first-child,
.sidebar-secondary .widget:first-child {
  margin-top: 1em;
}

.widget-area .widget:last-child {
  margin-bottom: 50px;
}

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

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

@media (min-width: 992px) {
  .sidebar .widget select,
  .sidebar-secondary .widget select,
  .footer-area .widget:not(.footer-area--centered) .widget select {
    width: 100%;
  }
}

.footer-area .widget select {
  width: 100%;
  max-width: 410px;
}

.widget .post__tags {
  margin-top: 0.3em;
}

.widget .post__tags a {
  margin-right: 11px;
}

.widget .post__tags a:last-child {
  margin-right: 0;
}

.widget .post__cats + .entry-meta {
  margin-top: 5px;
}

.widget .post__date::after {
  margin-left: 3px;
}

.widget .entry-content, .widget .entry-footer {
  margin-top: 0em;
}

.widget .entry-content p:last-of-type, .widget .entry-footer p:last-of-type {
  margin-bottom: 0em;
}

.widget .entry-footer {
  margin-top: 0.7em;
}

.widget.widget_text_blockquote {
  border: none;
  text-align: center;
}

.footer-area .widget.widget_text_blockquote {
  background: none;
}

.widget.widget_text_blockquote .widget-title {
  padding-top: 0.4em;
}

.footer-area .widget.widget_text_blockquote .widget-title {
  padding-top: 0;
}

.widget.widget_text_blockquote blockquote {
  margin: 0 auto;
  width: 90%;
  padding-top: 6.3em;
  padding-bottom: 1.3em;
}

.footer-area .widget.widget_text_blockquote blockquote {
  padding-top: 5.3em;
}

.widget.widget_text_blockquote blockquote::before {
  top: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.widget.widget_text_blockquote blockquote cite {
  margin-top: 1.3em;
}

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

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

.widget li {
  position: relative;
  list-style: none;
  margin-top: 0.55em;
}

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

#tm_builder_outer_content .widget.widget_archive ul li, #tm_builder_outer_content .widget.widget_categories ul li, #tm_builder_outer_content .widget.widget_pages ul li, #tm_builder_outer_content .widget.widget_meta ul li, #tm_builder_outer_content .widget.widget_rss ul li, #tm_builder_outer_content .widget.widget_nav_menu ul li, .widget-area .widget.widget_archive ul li, .widget-area .widget.widget_categories ul li, .widget-area .widget.widget_pages ul li, .widget-area .widget.widget_meta ul li, .widget-area .widget.widget_rss ul li, .widget-area .widget.widget_nav_menu ul li {
  padding-bottom: 0.3em;
  padding-left: 1em;
  margin-top: 0.35em;
  margin-left: 0em;
  border-bottom: 1px solid #a0a5a8;
  max-width: 56%;
}

.footer-area-wrap #tm_builder_outer_content .widget.widget_archive ul li, .footer-area-wrap #tm_builder_outer_content .widget.widget_categories ul li, .footer-area-wrap #tm_builder_outer_content .widget.widget_pages ul li, .footer-area-wrap #tm_builder_outer_content .widget.widget_meta ul li, .footer-area-wrap #tm_builder_outer_content .widget.widget_rss ul li, .footer-area-wrap #tm_builder_outer_content .widget.widget_nav_menu ul li, .footer-area-wrap .widget-area .widget.widget_archive ul li, .footer-area-wrap .widget-area .widget.widget_categories ul li, .footer-area-wrap .widget-area .widget.widget_pages ul li, .footer-area-wrap .widget-area .widget.widget_meta ul li, .footer-area-wrap .widget-area .widget.widget_rss ul li, .footer-area-wrap .widget-area .widget.widget_nav_menu ul li {
  max-width: 100%;
  border-bottom: none;
}

#tm_builder_outer_content .widget.widget_archive ul li::before, #tm_builder_outer_content .widget.widget_categories ul li::before, #tm_builder_outer_content .widget.widget_pages ul li::before, #tm_builder_outer_content .widget.widget_meta ul li::before, #tm_builder_outer_content .widget.widget_rss ul li::before, #tm_builder_outer_content .widget.widget_nav_menu ul li::before, .widget-area .widget.widget_archive ul li::before, .widget-area .widget.widget_categories ul li::before, .widget-area .widget.widget_pages ul li::before, .widget-area .widget.widget_meta ul li::before, .widget-area .widget.widget_rss ul li::before, .widget-area .widget.widget_nav_menu ul li::before {
  font-size: 5px;
  position: absolute;
  top: 12px;
  left: 0;
  content: 'fiber_manual_record';
  color: #a0a5a8;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.site-footer.centered #tm_builder_outer_content .widget.widget_archive ul li::before, .site-footer.centered #tm_builder_outer_content .widget.widget_categories ul li::before, .site-footer.centered #tm_builder_outer_content .widget.widget_pages ul li::before, .site-footer.centered #tm_builder_outer_content .widget.widget_meta ul li::before, .site-footer.centered #tm_builder_outer_content .widget.widget_rss ul li::before, .site-footer.centered #tm_builder_outer_content .widget.widget_nav_menu ul li::before, .site-footer.centered .widget-area .widget.widget_archive ul li::before, .site-footer.centered .widget-area .widget.widget_categories ul li::before, .site-footer.centered .widget-area .widget.widget_pages ul li::before, .site-footer.centered .widget-area .widget.widget_meta ul li::before, .site-footer.centered .widget-area .widget.widget_rss ul li::before, .site-footer.centered .widget-area .widget.widget_nav_menu ul li::before {
  position: relative;
  top: -3px;
  margin-right: 14px;
}

#tm_builder_outer_content .widget.widget_archive ul li a, #tm_builder_outer_content .widget.widget_categories ul li a, #tm_builder_outer_content .widget.widget_pages ul li a, #tm_builder_outer_content .widget.widget_meta ul li a, #tm_builder_outer_content .widget.widget_rss ul li a, #tm_builder_outer_content .widget.widget_nav_menu ul li a, .widget-area .widget.widget_archive ul li a, .widget-area .widget.widget_categories ul li a, .widget-area .widget.widget_pages ul li a, .widget-area .widget.widget_meta ul li a, .widget-area .widget.widget_rss ul li a, .widget-area .widget.widget_nav_menu ul li a {
  color: #a0a5a8;
}

#tm_builder_outer_content .widget.widget_archive ul .children li, #tm_builder_outer_content .widget.widget_archive ul .sub-menu li, #tm_builder_outer_content .widget.widget_categories ul .children li, #tm_builder_outer_content .widget.widget_categories ul .sub-menu li, #tm_builder_outer_content .widget.widget_pages ul .children li, #tm_builder_outer_content .widget.widget_pages ul .sub-menu li, #tm_builder_outer_content .widget.widget_meta ul .children li, #tm_builder_outer_content .widget.widget_meta ul .sub-menu li, #tm_builder_outer_content .widget.widget_rss ul .children li, #tm_builder_outer_content .widget.widget_rss ul .sub-menu li, #tm_builder_outer_content .widget.widget_nav_menu ul .children li, #tm_builder_outer_content .widget.widget_nav_menu ul .sub-menu li, .widget-area .widget.widget_archive ul .children li, .widget-area .widget.widget_archive ul .sub-menu li, .widget-area .widget.widget_categories ul .children li, .widget-area .widget.widget_categories ul .sub-menu li, .widget-area .widget.widget_pages ul .children li, .widget-area .widget.widget_pages ul .sub-menu li, .widget-area .widget.widget_meta ul .children li, .widget-area .widget.widget_meta ul .sub-menu li, .widget-area .widget.widget_rss ul .children li, .widget-area .widget.widget_rss ul .sub-menu li, .widget-area .widget.widget_nav_menu ul .children li, .widget-area .widget.widget_nav_menu ul .sub-menu li {
  max-width: 100%;
}

#tm_builder_outer_content .widget.widget_archive ul .children li:last-child, #tm_builder_outer_content .widget.widget_archive ul .sub-menu li:last-child, #tm_builder_outer_content .widget.widget_categories ul .children li:last-child, #tm_builder_outer_content .widget.widget_categories ul .sub-menu li:last-child, #tm_builder_outer_content .widget.widget_pages ul .children li:last-child, #tm_builder_outer_content .widget.widget_pages ul .sub-menu li:last-child, #tm_builder_outer_content .widget.widget_meta ul .children li:last-child, #tm_builder_outer_content .widget.widget_meta ul .sub-menu li:last-child, #tm_builder_outer_content .widget.widget_rss ul .children li:last-child, #tm_builder_outer_content .widget.widget_rss ul .sub-menu li:last-child, #tm_builder_outer_content .widget.widget_nav_menu ul .children li:last-child, #tm_builder_outer_content .widget.widget_nav_menu ul .sub-menu li:last-child, .widget-area .widget.widget_archive ul .children li:last-child, .widget-area .widget.widget_archive ul .sub-menu li:last-child, .widget-area .widget.widget_categories ul .children li:last-child, .widget-area .widget.widget_categories ul .sub-menu li:last-child, .widget-area .widget.widget_pages ul .children li:last-child, .widget-area .widget.widget_pages ul .sub-menu li:last-child, .widget-area .widget.widget_meta ul .children li:last-child, .widget-area .widget.widget_meta ul .sub-menu li:last-child, .widget-area .widget.widget_rss ul .children li:last-child, .widget-area .widget.widget_rss ul .sub-menu li:last-child, .widget-area .widget.widget_nav_menu ul .children li:last-child, .widget-area .widget.widget_nav_menu ul .sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

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

.widget_calendar caption {
  margin-bottom: .5em;
  padding: 0em 1em;
}

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

.widget_calendar tbody td {
  padding: 5px 0px 5px;
  width: 14%;
  height: 34px;
  line-height: 32px;
}

.widget_calendar tbody td a, .widget_calendar tbody td #today {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid;
  box-shadow: 0 0 0 1px;
}

.widget_calendar tbody tr:last-child td {
  padding-bottom: 1.4em;
}

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

.widget_calendar tfoot, .widget_calendar caption {
  font-size: 20px;
  font-size: 1.25rem;
}

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

.widget_calendar tfoot tr td {
  padding-top: 1.3em;
}

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud a {
  display: inline-block;
  margin: 0 15px 2px 0;
  text-decoration: none;
}

.tagcloud a:focus {
  outline: none;
}

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
}

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

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

.widget_recent_entries li a {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.widget_recent_entries li .post-date {
  font-size: 13.008px;
  font-size: 0.813rem;
  display: block;
  color: #b4b4ba;
}

.widget_recent_entries li .post-date::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: '\E192';
  font-size: 13px;
  margin-right: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
}

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

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

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

/*--------------------------------------------------------------
## Widget Text
--------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .widget_text.col-lg-3 .schedule {
    font-size: 14px;
  }
}

.widget_text .schedule li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.65em;
}

.widget_text .schedule li span {
  -webkit-flex-basis: 54%;
      -ms-flex-preferred-size: 54%;
          flex-basis: 54%;
  margin-left: 10px;
}

/*--------------------------------------------------------------
## About Carrepair
--------------------------------------------------------------*/
.widget-about.widget {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 30px;
  border: none;
  text-align: center;
}

.footer-area .widget-about.widget {
  background: none;
}

.widget-about__logo {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

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

.widget-about .widget-title {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0.95em;
}

.widget-about__content {
  padding: 14px 30px 12px;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.widget-about__social {
  margin-bottom: 25px;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget-about__social {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.widget-banner.widget {
  padding: 0;
  border: none;
}

.widget-banner__img {
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.widget.widget-subscribe {
  border: none;
  padding-top: 44px;
  overflow: hidden;
}

.page-template-coming-soon-page .widget.widget-subscribe,
.tm_pb_widget_area .widget.widget-subscribe {
  text-align: center;
}

.follow-block {
  padding: 0 0 50px;
}

.sidebar .follow-block,
.sidebar-secondary .follow-block,
.footer-area .follow-block {
  text-align: center;
}

#tm_builder_outer_content .follow-block {
  padding-bottom: 36px;
}

.sidebar .subscribe-block,
.sidebar-secondary .subscribe-block,
.footer-area .subscribe-block {
  text-align: center;
}

.follow-block + .subscribe-block {
  padding-top: 42px;
  position: relative;
}

.follow-block + .subscribe-block::before {
  content: '';
  display: block;
  height: 1px;
  width: 200%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #e0e0e8;
}

#tm_builder_outer_content .follow-block + .subscribe-block::before {
  width: 48%;
}

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

#tm_builder_outer_content .subscribe-block .widget-title {
  margin-bottom: 17px;
}

.subscribe-block__input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sidebar .subscribe-block__input-group,
.sidebar-secondary .subscribe-block__input-group,
.footer-area .subscribe-block__input-group {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#tm_builder_outer_content .subscribe-block__input-group {
  max-width: 365px;
  margin: 0 auto;
}

.subscribe-block__input[type='email'] {
  height: 50px;
  max-width: calc(100% - 50px);
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
}

@media (min-width: 1200px) {
  .subscribe-block__input[type='email'] {
    max-width: 52%;
  }
}

.footer-area .subscribe-block__input[type='email']:focus {
  background: #fff;
  box-shadow: none;
}

.sidebar-1-4 .subscribe-block__input[type='email'] {
  max-width: calc(100% - 50px);
}

#tm_builder_outer_content .tm_pb_widget_area .subscribe-block__input[type='email'] {
  max-width: calc(100% - 50px);
}

.subscribe-block__submit {
  height: 50px;
  font-size: 0;
  max-width: 48%;
  padding-right: 17px;
  padding-left: 17px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
}

.subscribe-block__submit:before {
  content: "arrow_forward";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .subscribe-block__submit {
    padding-right: 27px;
    padding-left: 27px;
    line-height: 1.357em;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .subscribe-block__submit:before {
    display: none;
  }
}

.footer-area .subscribe-block__submit {
  font-size: 0;
}

.footer-area .subscribe-block__submit:before {
  display: inline-block;
}

.subscribe-block__message {
  padding: 0 0 24px;
}

/*--------------------------------------------------------------
## Custom Posts
--------------------------------------------------------------*/
.custom-posts__item {
  margin-bottom: 1.75em;
}

.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: 1.875rem;
  padding-left: 1.875rem;
}

.sidebar .custom-posts .post-thumbnail,
.sidebar-secondary .custom-posts .post-thumbnail {
  margin-bottom: 14px;
}

@media (min-width: 992px) {
  .sidebar .custom-posts .post-thumbnail,
  .sidebar-secondary .custom-posts .post-thumbnail {
    float: left;
    max-width: 50%;
    margin-right: 1.9em;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .custom-posts .post-thumbnail,
  .sidebar-secondary .custom-posts .post-thumbnail {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .sidebar .custom-posts .entry-header,
  .sidebar-secondary .custom-posts .entry-header {
    margin-top: 0;
  }
}

.custom-posts .post__title {
  margin-top: 5px;
}

/*--------------------------------------------------------------
## Contact Information
--------------------------------------------------------------*/
.contact-information-widget__inner li {
  margin-left: 0;
  margin-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.contact-information-widget__inner li::before {
  content: none;
}

.contact-information-widget__inner li .icon {
  font-size: inherit;
  vertical-align: baseline;
  margin-right: 10px;
  margin-bottom: 15px;
  float: left;
  line-height: 1.5em;
}

.site-footer.centered .contact-information-widget__inner li .icon {
  float: none;
  margin-bottom: 0px;
}

.contact-information-widget__inner li:nth-child(2n+3) {
  margin-top: 1.5em;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
}

.wpcf7 .wpcf7-not-valid {
  border-color: #fe5c7a;
  background: rgba(254, 92, 122, 0.1);
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #fe5c7a;
}

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

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
  background: #fe5c7a;
}

.wpcf7 .wpcf7-mail-sent-ok {
  background: #398f14;
}

/*--------------------------------------------------------------
## Booked Calendar
--------------------------------------------------------------*/
@media (max-width: 720px) {
  body .booked-calendar-wrap table.booked-calendar tr.week td.active .date .number {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  body .booked-calendar-wrap table.booked-calendar thead th .page-left, body .booked-calendar-wrap table.booked-calendar thead th .page-right {
    top: 0px;
  }
}

@media (max-width: 768px) {
  body .booked-calendar-wrap table.booked-calendar tr th {
    position: relative;
  }
  body .booked-calendar-wrap table.booked-calendar tr th .page-left,
  body .booked-calendar-wrap table.booked-calendar tr th .page-right {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 45px;
  }
  body .booked-calendar-wrap table.booked-calendar tr th .monthName {
    width: 100%;
    padding: 0 90px;
  }
  body .booked-calendar-wrap table.booked-calendar tr th .page-right,
  body .booked-calendar-wrap table.booked-calendar tr th .page-right:hover {
    left: auto;
    right: 10px;
  }
  body .booked-calendar-wrap table.booked-calendar tr th .page-left,
  body .booked-calendar-wrap table.booked-calendar tr th .page-left:hover {
    right: auto;
    left: 10px;
  }
}

@media (max-width: 720px) {
  body .booked-calendar-wrap table.booked-calendar tr th .page-left,
  body .booked-calendar-wrap table.booked-calendar tr th .page-right {
    margin-top: -17px;
    width: 35px;
  }
  body .booked-calendar-wrap table.booked-calendar tr th .monthName {
    width: 100%;
    padding: 0 60px;
  }
  body .booked-calendar-wrap table.booked-calendar tr th .monthName .backToMonth {
    padding: 0;
  }
  body .booked-calendar-wrap table.booked-calendar tr th .monthName .backToMonth:before {
    content: '';
    width: 100%;
    display: block;
  }
}

body .booked-calendar-wrap table.booked-calendar .booked-appt-list {
  border-radius: 0;
}

body .booked-calendar-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
  height: auto;
}

body table.booked-calendar tr th {
  font-size: 28px;
  padding: 34px 0 30px;
}

body table.booked-calendar tr th .page-left, body table.booked-calendar tr th .page-right {
  position: relative;
  top: -1px;
}

body table.booked-calendar tr th .page-left i, body table.booked-calendar tr th .page-right i {
  border: 2px solid;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 41px;
}

body table.booked-calendar tr th .page-left i::before, body table.booked-calendar tr th .page-right i::before {
  position: relative;
}

@media (max-width: 720px) {
  body table.booked-calendar tr th .page-left i, body table.booked-calendar tr th .page-right i {
    width: 35px;
    height: 35px;
    line-height: 31px;
  }
}

body table.booked-calendar tr th .page-right, body table.booked-calendar tr th .page-right:hover {
  left: 7%;
  right: inherit;
}

body table.booked-calendar tr th .page-right i::before, body table.booked-calendar tr th .page-right:hover i::before {
  content: '\f105';
  left: 2px;
}

body table.booked-calendar tr th .page-left, body table.booked-calendar tr th .page-left:hover {
  right: 7%;
  left: inherit;
}

body table.booked-calendar tr th .page-left i::before, body table.booked-calendar tr th .page-left:hover i::before {
  content: '\f104';
  right: 0px;
}

body table.booked-calendar tr.days {
  border: 1px solid;
}

body table.booked-calendar tr.days th {
  padding: 17px 0;
  border: none;
}

body table.booked-calendar td {
  border: none;
}

body table.booked-calendar td.today .date span {
  border: none;
}

body table.booked-calendar td.active .date .number {
  font-weight: 700;
  background: none;
}

body table.booked-calendar td .date .number {
  width: auto;
  height: auto;
  font-size: 22px;
  line-height: 1;
}

@media (min-width: 544px) {
  body table.booked-calendar td .date .number {
    font-size: 34px;
  }
}

body table.booked-calendar td:hover.today .date span {
  background: none !important;
}

body table.booked-calendar td:hover .date span {
  background: none;
}

body .booked-appt-list .timeslot {
  border: none;
}

body .booked-appt-list .timeslot .timeslot-count {
  padding: 23px 0;
  border: none;
}

body .booked-appt-list .timeslot .timeslot-time {
  padding: 23px 0 23px 15px;
  margin-top: 12px;
}

body .booked-appt-list .timeslot .timeslot-people {
  padding: 14px 10px 14px 0;
  margin-bottom: 11px;
}

body .booked-appt-list .timeslot .timeslot-people button {
  padding-bottom: 13px;
  padding-top: 13px;
  border: none;
}

body .booked-form .booked-appointments {
  border-radius: 0;
}

body .booked-form input[type=radio],
body .booked-form input[type=checkbox] {
  top: 5px;
}

body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email],
body .booked-form .field textarea {
  border-radius: 0;
}

body .booked-form .field label.field-label {
  font-weight: 400;
}

body .booked-form .button:hover {
  background: #ddd;
}

body .booked-modal .bm-window {
  border-radius: 0;
}

body .booked-modal .bm-window p.booked-title-bar,
body .booked-modal .bm-window .booked-scrollable {
  border-radius: 0;
}

body .booked-calendar-wrap.small table.booked-calendar thead th .page-right, body .booked-calendar-wrap.small table.booked-calendar thead th .page-left {
  top: 0px;
}

body .booked-calendar-wrap.small table.booked-calendar thead th .page-left {
  left: 0px;
}

body .booked-calendar-wrap.small table.booked-calendar thead th .page-right {
  left: 0;
  right: 0px;
}

body .booked-calendar-wrap.small table.booked-calendar td .date .number {
  font-size: 18px;
}

/*--------------------------------------------------------------
## Cherry Services
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_cherry_services .cherry-services-filter {
  text-align: center;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services-filter_item::before {
  content: '';
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services-filter_item a {
  text-transform: uppercase;
}

#tm_builder_outer_content .cherry-services .services-listing .services-item {
  text-align: center;
}

#tm_builder_outer_content .cherry-services .services-listing .services-item .service_title {
  margin-top: 29px;
}

#tm_builder_outer_content .cherry-services .services-listing .services-item .service_title a {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

#tm_builder_outer_content .cherry-services .services-listing .services-item .service_thumbnail {
  margin-top: 21px;
}

#tm_builder_outer_content .cherry-services .services-listing .services-item .service_thumbnail a:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

#tm_builder_outer_content .cherry-services.template-default .cherry-services-row {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

#tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item.col-md-3 {
  margin-right: 20px;
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item.col-md-3 {
    -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
    max-width: 23%;
  }
  #tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item.col-md-3:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item.col-md-3 {
    -webkit-flex-basis: 31%;
        -ms-flex-preferred-size: 31%;
            flex-basis: 31%;
    max-width: 31%;
  }
  #tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item.col-md-3:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 601px) {
  #tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item.col-md-3 {
    border: 1px solid #d8d8d8;
  }
}

@media (min-width: 544px) and (max-width: 991px) {
  #tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item.col-md-3 {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }
  #tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item.col-md-3:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 543px) {
  #tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item.col-md-3 {
    margin-right: 0;
  }
}

#tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item .service_title {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

#tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item .service_thumbnail {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

#tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item .descr_wrap {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  max-width: 100%;
  padding: 0 13px;
}

#tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item .service_button {
  margin: 27px auto 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

#tm_builder_outer_content .cherry-services.template-default .cherry-services-row .services-item .service_button a {
  padding: 19px 42px;
}

.cherry-services.hentry {
  padding-bottom: 0;
}

.cherry-services .template-single .services-single-item .service_single_title {
  margin-top: 56px;
}

@media (min-width: 768px) {
  .cherry-services .template-single .services-single-item .service_single_title {
    margin-top: 70px;
  }
}

@media (min-width: 1200px) {
  .cherry-services .template-single .services-single-item .service_single_title {
    margin-top: 94px;
  }
}

.cherry-services .template-single .services-single-item .service_single_title h3 {
  text-align: center;
}

.cherry-services .template-single .services-single-item .service_single_title h3::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.cherry-services .template-single .services-single-item .slogan_wrap, .cherry-services .template-single .services-single-item .features_wrap {
  text-align: center;
}

.cherry-services .template-single .services-single-item .service_thumbnail {
  position: relative;
  text-align: center;
}

.cherry-services .template-single .services-single-item .service_thumbnail a {
  position: relative;
  display: block;
  line-height: 14px;
}

.cherry-services .template-single .services-single-item .service_thumbnail .service_overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10;
}

.service-cta {
  padding: 62px 5% 52px;
  text-align: center;
}

@media (max-width: 543px) {
  .service-cta {
    padding-top: 47px;
    padding-bottom: 37px;
  }
}

@media (min-width: 768px) {
  .service-cta {
    padding: 75px 6% 65px;
  }
}

@media (min-width: 1200px) {
  .service-cta {
    padding: 103px 7% 87px;
  }
}

@media (max-width: 543px) {
  .service-cta .service-cta_title {
    font-size: 38px;
  }
}

.single .cherry-services.template-single .service-cta .service-cta_title {
  margin-bottom: 12px;
  text-transform: uppercase;
}

.single .cherry-services.template-single .service-cta .service-cta_title::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 0;
}

@media (min-width: 992px) {
  .service-cta .service-cta_title {
    font-size: 60px;
  }
}

.service-cta .service-cta_desc {
  margin-top: 0.2em;
  margin-bottom: 4px;
  padding-bottom: 0.5em;
  font-size: 24px;
  line-height: 1.475;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .service-cta .service-cta_desc {
    font-size: 34px;
  }
}

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

.alignleft {
  margin: 15px 30px 15px 0;
}

.alignright {
  margin: 15px 0 15px 30px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 12px;
  font-size: 0.75rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  padding: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 62.33%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

.fb_iframe_widget > span {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Builder
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_section {
  /* ##Text headings */
}

#tm_builder_outer_content .tm_pb_section .tm_pb_text h1,
#tm_builder_outer_content .tm_pb_section .tm_pb_text h2,
#tm_builder_outer_content .tm_pb_section .tm_pb_text h3,
#tm_builder_outer_content .tm_pb_section .tm_pb_text h4,
#tm_builder_outer_content .tm_pb_section .tm_pb_text h5,
#tm_builder_outer_content .tm_pb_section .tm_pb_text h6,
#tm_builder_outer_content .tm_pb_section .tm_pb_slide_title,
#tm_builder_outer_content .tm_pb_section .tm_pb_brands_showcase_module__title,
#tm_builder_outer_content .tm_pb_section .tm_pb_swiper h3,
#tm_builder_outer_content .tm_pb_section .tm_pb_contact_main_title,
#tm_builder_outer_content .tm_pb_section .tm-posts_title,
#tm_builder_outer_content .tm_pb_section .services-heading_title,
#tm_builder_outer_content .tm_pb_section .tm_pb_taxonomy h3 {
  position: relative;
  margin-bottom: 1em;
  margin-top: 0.2em;
  padding-bottom: 0.5em;
  overflow: hidden;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_text h1::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_text h2::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_text h3::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_text h4::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_text h5::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_text h6::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_slide_title::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_brands_showcase_module__title::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_swiper h3::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_contact_main_title::after,
#tm_builder_outer_content .tm_pb_section .tm-posts_title::after,
#tm_builder_outer_content .tm_pb_section .services-heading_title::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_taxonomy h3::after {
  content: '';
  width: 64px;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 991px) {
  #tm_builder_outer_content .tm_pb_section .tm_pb_text h1::after,
  #tm_builder_outer_content .tm_pb_section .tm_pb_text h2::after,
  #tm_builder_outer_content .tm_pb_section .tm_pb_text h3::after,
  #tm_builder_outer_content .tm_pb_section .tm_pb_text h4::after,
  #tm_builder_outer_content .tm_pb_section .tm_pb_text h5::after,
  #tm_builder_outer_content .tm_pb_section .tm_pb_text h6::after,
  #tm_builder_outer_content .tm_pb_section .tm_pb_slide_title::after,
  #tm_builder_outer_content .tm_pb_section .tm_pb_brands_showcase_module__title::after,
  #tm_builder_outer_content .tm_pb_section .tm_pb_swiper h3::after,
  #tm_builder_outer_content .tm_pb_section .tm_pb_contact_main_title::after,
  #tm_builder_outer_content .tm_pb_section .tm-posts_title::after,
  #tm_builder_outer_content .tm_pb_section .services-heading_title::after,
  #tm_builder_outer_content .tm_pb_section .tm_pb_taxonomy h3::after {
    width: 47px;
    height: 3px;
  }
}

#tm_builder_outer_content .tm_pb_section .tm_pb_text.non-divider h1,
#tm_builder_outer_content .tm_pb_section .tm_pb_text.non-divider h2,
#tm_builder_outer_content .tm_pb_section .tm_pb_text.non-divider h3,
#tm_builder_outer_content .tm_pb_section .tm_pb_text.non-divider h4,
#tm_builder_outer_content .tm_pb_section .tm_pb_text.non-divider h5,
#tm_builder_outer_content .tm_pb_section .tm_pb_text.non-divider h6 {
  margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_text.non-divider h1::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_text.non-divider h2::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_text.non-divider h3::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_text.non-divider h4::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_text.non-divider h5::after,
#tm_builder_outer_content .tm_pb_section .tm_pb_text.non-divider h6::after {
  display: none;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_text_align_center h1::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_center h2::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_center h3::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_center h4::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_center h5::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_center h6::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#tm_builder_outer_content .tm_pb_section .tm_pb_text_align_left h1::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_left h2::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_left h3::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_left h4::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_left h5::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_left h6::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_justified h1::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_justified h2::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_justified h3::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_justified h4::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_justified h5::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_justified h6::after {
  left: 0;
  -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
          transform: translate(0%, 0);
}

#tm_builder_outer_content .tm_pb_section .tm_pb_text_align_right h1::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_right h2::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_right h3::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_right h4::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_right h5::after, #tm_builder_outer_content .tm_pb_section .tm_pb_text_align_right h6::after {
  left: inherit;
  right: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

#tm_builder_outer_content .tm_pb_section ul {
  padding-left: 0;
}

#tm_builder_outer_content .tm_pb_section li {
  margin-bottom: 10px;
}

#tm_builder_outer_content .tm_pb_section li::before {
  margin-right: 9px;
  content: "fiber_manual_record";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 5px;
  vertical-align: middle;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_swiper h2,
#tm_builder_outer_content .tm_pb_section .tm_pb_swiper h3,
#tm_builder_outer_content .tm_pb_section .tm_pb_swiper h4,
#tm_builder_outer_content .tm_pb_section .tm_pb_contact_main_title,
#tm_builder_outer_content .tm_pb_section .tm-posts_title,
#tm_builder_outer_content .tm_pb_section .services-heading_title,
#tm_builder_outer_content .tm_pb_section .tm_pb_taxonomy h2,
#tm_builder_outer_content .tm_pb_section .tm_pb_taxonomy h3,
#tm_builder_outer_content .tm_pb_section .tm_pb_taxonomy h4 {
  text-align: center;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_swiper h4,
#tm_builder_outer_content .tm_pb_section .tm_pb_taxonomy h4 {
  margin-bottom: 1.85em;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_slider.tm_pb_post_slider .tm_pb_slide_description {
  padding: 15% 8%;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_slider.tm_pb_post_slider .tm_pb_slide_title {
  margin-bottom: 0;
  font-size: 60px;
}

@media (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_slider.tm_pb_post_slider .tm_pb_slide_title {
    font-size: 36px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_slider.tm_pb_post_slider .tm_pb_slide_title::after {
  opacity: 0;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_container {
  max-width: 100%;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module:not(.tm_pb_post_slider) .tm_pb_slide_description {
  padding: 19.5% 5% 18%;
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_slider.tm_pb_module:not(.tm_pb_post_slider) .tm_pb_slide_description {
    padding-left: 8%;
    padding-right: 8%;
  }
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_post_slider.tm_pb_slide_description {
  padding: 15% 5%;
}

@media (min-width: 544px) {
  #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_post_slider.tm_pb_slide_description {
    padding-left: 8%;
    padding-right: 8%;
  }
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_title {
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 50px;
  font-weight: 700;
}

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_title {
    font-size: 100px;
    letter-spacing: -4px;
    word-spacing: 5px;
  }
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_title::after {
  height: 5px;
}

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_title::after {
    height: 9px;
    width: 76px;
  }
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_title + .tm_pb_slide_content {
  margin-top: 15px;
  margin-bottom: 12px;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_title + .tm_pb_slide_content h1, #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_title + .tm_pb_slide_content h2, #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_title + .tm_pb_slide_content h3, #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_title + .tm_pb_slide_content h4, #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_title + .tm_pb_slide_content h5, #tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_title + .tm_pb_slide_content h6 {
  margin-top: 0;
  margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slide_title + .tm_pb_slide_content + .tm_pb_more_button {
  margin-top: 0;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm_pb_slides .tm_pb_slide .tm_pb_slide_description .tm_pb_more_button {
  margin-top: 11px;
  padding: 26px 47px;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers {
  bottom: 5%;
}

#tm_builder_outer_content .tm_pb_slider.tm_pb_module .tm-pb-controllers a {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 3px solid;
  background-color: transparent;
}

#tm_builder_outer_content .tm_pb_module .tm-pb-arrow-prev, #tm_builder_outer_content .tm_pb_module .tm-pb-arrow-next {
  width: 45px;
  height: 45px;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}

#tm_builder_outer_content .tm_pb_module .tm-pb-arrow-prev::before, #tm_builder_outer_content .tm_pb_module .tm-pb-arrow-next::before {
  position: relative;
}

#tm_builder_outer_content .tm_pb_module .tm-pb-arrow-prev::before {
  content: '\f104';
  right: 1px;
}

#tm_builder_outer_content .tm_pb_module .tm-pb-arrow-next::before {
  content: '\f105';
  left: 1px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_blog.tm_pb_module .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post {
  padding-bottom: 16px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .tm_pb_image_container a:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta {
  font-size: 13.008px;
  font-size: 0.813rem;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta > a {
  margin-left: 4px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta > a:last-child {
  margin-right: 8px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta .author a::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: 'fiber_manual_record';
  position: relative;
  display: inline-block;
  margin-bottom: 1px;
  padding-left: 3px;
  font-size: 4px;
  vertical-align: middle;
  color: #b4b4ba;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta .published {
  margin-left: 4px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta .published::before {
  margin-right: 4px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: 'mode_comment';
  vertical-align: middle;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta .published::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: 'fiber_manual_record';
  position: relative;
  display: inline-block;
  margin-bottom: 1px;
  padding-left: 3px;
  font-size: 4px;
  vertical-align: middle;
  color: #b4b4ba;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta a.post-date i::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: 'access_time';
  vertical-align: bottom;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_content, #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .more-link {
  margin-top: 15px;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_swiper .entry-footer {
    margin-bottom: 60px;
  }
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_title_group .tm-posts_title {
  font-size: 34px;
  font-weight: 400;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_title_group .tm-posts_subtitle {
  margin-bottom: 1.85em;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .btn i {
  display: none;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item i {
  font-size: 14px;
  font-size: 0.875rem;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta {
  font-size: 13.008px;
  font-size: 0.813rem;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta a {
  margin-left: 4px;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta a.post-date i::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: 'access_time';
  vertical-align: bottom;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta a.post-comments-count i::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: 'mode_comment';
  vertical-align: bottom;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta a:first-child {
  margin-left: 0;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta a:nth-child(2n) {
  color: #b4b4ba;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta a::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: 'fiber_manual_record';
  position: relative;
  display: inline-block;
  margin-bottom: 1px;
  padding-left: 3px;
  font-size: 4px;
  vertical-align: middle;
  color: #b4b4ba;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta a:last-child::after {
  content: '';
}

/*--------------------------------------------------------------
# Taxonomy
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blurb
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon {
  font-size: 30px;
  font-size: 1.875rem;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon-circle {
  width: 63px;
  height: 63px;
  border-radius: 50%;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container h4 {
  padding-bottom: 11px;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top .tm_pb_main_blurb_image {
  margin-bottom: 57px;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {
    padding-left: 30px;
  }
}

#tm_builder_outer_content .tm_pb_section .tm_pb_blurb h4 {
  padding-bottom: 10px;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_blurb.tm_pb_blurb_position_left h4 {
  margin-top: 0;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_blurb.tm_pb_blurb_position_left .tm_pb_blurb_container {
  padding-left: 50px;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_blurb.tm_pb_blurb_position_left .tm_pb_blurb_container .tm_pb_blurb_content {
  margin-left: 0;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_blurb .tm_pb_blurb_content {
  max-width: 93%;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_blurb .tm_pb_blurb_content .tm_pb_main_blurb_image a:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/*--------------------------------------------------------------
# Brands Showcase
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_section .tm_pb_brands_showcase_module__wrapper {
  margin-bottom: 37px;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__title {
  font-weight: 400;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__title {
  font-weight: 400;
}

#tm_builder_outer_content .swiper-slide.tm_pb_brands_showcase_module__item__wrapper {
  padding-left: 10px;
}

#tm_builder_outer_content .swiper-slide.tm_pb_brands_showcase_module__item__wrapper a[href^="http"].tm_pb_brands_showcase_module__item:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/*--------------------------------------------------------------
# Brands Showcase
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_section .tm_pb_button_module_wrapper .tm_pb_button,
#tm_builder_outer_content .tm_pb_section .tm_pb_cta.tm_pb_promo.tm_pb_module .tm_pb_button,
#tm_builder_outer_content .tm_pb_section .tm_pb_contact_form .tm_pb_button,
#tm_builder_outer_content .tm_pb_section .tm_pb_slider .tm_pb_slides .tm_pb_slide .tm_pb_button,
#tm_builder_outer_content .tm_pb_section .tm_pb_pricing .tm_pb_button {
  font-size: 14px;
  line-height: 1.3;
  padding: 16px 29px;
  text-transform: uppercase;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_button_module_wrapper .tm_pb_button:hover,
#tm_builder_outer_content .tm_pb_section .tm_pb_cta.tm_pb_promo.tm_pb_module .tm_pb_button:hover,
#tm_builder_outer_content .tm_pb_section .tm_pb_contact_form .tm_pb_button:hover,
#tm_builder_outer_content .tm_pb_section .tm_pb_slider .tm_pb_slides .tm_pb_slide .tm_pb_button:hover,
#tm_builder_outer_content .tm_pb_section .tm_pb_pricing .tm_pb_button:hover {
  box-shadow: none;
}

#tm_builder_outer_content .tm_pb_section .invert .tm_pb_button_module_wrapper .tm_pb_button:hover,
#tm_builder_outer_content .tm_pb_section .invert .tm_pb_cta.tm_pb_promo.tm_pb_module .tm_pb_button:hover,
#tm_builder_outer_content .tm_pb_section .invert .tm_pb_contact_form .tm_pb_button:hover,
#tm_builder_outer_content .tm_pb_section .invert .tm_pb_slider .tm_pb_slides .tm_pb_slide .tm_pb_button:hover,
#tm_builder_outer_content .tm_pb_section .invert .tm_pb_pricing .tm_pb_button:hover {
  box-shadow: none;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .tm_pb_section .tm_pb_module.tm_pb_tabs {
  border-top: none;
  border-color: #d8d8d8;
}

#tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  right: 1px;
  width: calc(100% + 2px);
  height: calc(100% + 1px);
}

#tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls li {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
  padding: 26px 32px;
  font-weight: 400;
  text-transform: uppercase;
}

#tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls li::before {
  display: none;
}

#tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls li a {
  transition: all 0.3s ease;
}

#tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls li:first-child:not(.tm_pb_tab_active) {
  left: -1px;
  border-left: 1px solid transparent;
}

#tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls li.tm_pb_tab_active {
  padding: 26px 32px;
  box-shadow: inset 0 0 0 1px #d8d8d8;
  border-bottom: none;
  bottom: -1px;
  left: 0px;
}

#tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls li.tm_pb_tab_active::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_tabs .tm_pb_tabs_controls li.tm_pb_tab_active::after {
    height: 2px;
  }
}

#tm_builder_outer_content .tm_pb_tabs .tab-content {
  line-height: 2;
}

/*--------------------------------------------------------------
# Counters
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_counters.tm_pb_module div[class^="tm_pb_counter"] {
  margin-top: 29px;
}

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_amount {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_title {
  font-size: 20px;
  text-transform: uppercase;
}

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_container {
  padding: 10px;
  border: 1px solid #d8d8d8;
}

#tm_builder_outer_content .tm_pb_section div[class^="tm_pb_counter"] {
  margin-top: 29px;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_counter_title {
  font-size: 20px;
  text-transform: uppercase;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_counter_amount {
  font-size: 17px;
  font-weight: 400;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_counter_container {
  padding: 10px;
  border: 1px solid #d8d8d8;
}

/*--------------------------------------------------------------
# Number Counter
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: 0;
  font-weight: 700;
  font-size: 74px;
  font-size: 4.625rem;
}

#tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar h3 {
  margin-top: 10px;
  text-transform: none;
  font-size: 18px;
  font-size: 1.125rem;
}

#tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar canvas {
  min-width: 212px;
  min-height: 212px;
  max-width: 100% !important;
  height: auto !important;
}

/*--------------------------------------------------------------
# Audio
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_cover_art {
  height: 315px;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-volume-button button {
  overflow: visible;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container span.mejs-currenttime {
  font-size: 17px;
  font-size: 1.0625rem;
}

@media (max-width: 991px) {
  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
    position: relative;
    width: auto;
    padding-bottom: 60%;
  }
  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_pb_audio_module_content {
    padding-top: 71px;
    padding-bottom: 82px;
  }
  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_pb_audio_module_content .tm_audio_module_meta {
    margin-bottom: 30px;
  }
  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content {
    margin-left: 0;
  }
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_pb_audio_module_content {
  padding-top: 71px;
  padding-bottom: 67px;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art + .tm_pb_audio_module_content .tm_audio_module_meta {
  margin-bottom: 30px;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content h2 {
  text-transform: none;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content .tm_audio_module_meta strong {
  font-weight: 300;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content .mejs-time.mejs-currenttime-container.custom {
  line-height: 30px;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content span.mejs-currenttime {
  font-size: 15px;
}

#tm_builder_outer_content .tm_pb_column_1 .tm_pb_audio_cover_art {
  width: 180px;
  left: 43px;
  background-size: contain;
}

#tm_builder_outer_content .tm_pb_column_1 .tm_pb_audio_module {
  padding: 20px 0;
}

#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_audio_module_content,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module_content,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module_content {
  padding: 20px 30px;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play {
  font-size: 48px;
  font-size: 3rem;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play {
    font-size: 76.8px;
    font-size: 4.8rem;
    width: 7.5rem;
    height: 7.5rem;
    line-height: 7.5rem;
  }
}

#tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "play_arrow";
  text-align: center;
  vertical-align: middle;
  position: relative;
  bottom: 0.05em;
}

/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table {
  padding: 0 23px 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table {
    padding: 0 13px 40px;
  }
}

#tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_pricing_heading {
  border-bottom: 1px solid #d8d8d8;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_pricing_heading h2 {
  margin-bottom: 3px;
  margin-top: 13px;
  padding-top: 20px;
  padding-bottom: 17px;
  font-weight: 400;
  text-transform: none;
  font-size: 34px;
  font-size: 2.125rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  #tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_pricing_heading h2 {
    margin-top: 0;
  }
}

#tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_pricing_content_top {
  padding-bottom: 11px;
  padding-top: 23px;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_pricing_content_top .tm_pb_dollar_sign {
  margin-left: -0.55em;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_pricing_content_top .tm_pb_dollar_sign,
#tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_pricing_content_top .tm_pb_sum {
  font-size: 60px;
  line-height: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_pricing_content_top .tm_pb_dollar_sign,
  #tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_pricing_content_top .tm_pb_sum {
    font-size: 50px;
  }
}

#tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_pricing_content_top .tm_pb_frequency {
  font-size: 40px;
  line-height: 40px;
  position: relative;
  bottom: 14px;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_pricing li {
  font-size: 18px;
  font-size: 1.125rem;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_button {
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

#tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_button[href^="http"], #tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_button[href^="#"], #tm_builder_outer_content .tm_pb_section .tm_pb_pricing_table .tm_pb_button[href^="/"] {
  padding: 13px 48px;
}

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_featured_table, .tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_featured_table, .tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_featured_table {
  margin-top: 0;
}

.tm_pb_builder #tm_builder_outer_content .tm_pb_featured_table {
  margin-top: 30px;
}

.tm_pb_builder #tm_builder_outer_content .tm_pb_featured_table .tm_pb_pricing_content {
  padding-bottom: 30px;
}

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_1 .tm_pb_pricing_table {
  margin-top: 0;
  margin-left: 0;
  width: 100%;
}

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_1 .tm_pb_pricing_table:nth-child(4n+1) {
  margin-left: 0;
}

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_1 .tm_pb_pricing_table:not(:first-child) {
  margin-top: 0;
}

@media (min-width: 992px) {
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_2 .tm_pb_pricing_table {
    margin-left: 3.75rem;
    width: calc(50% - ((3.75rem) / 2));
  }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_2 .tm_pb_pricing_table:nth-child(4n+1) {
    margin-left: 3.75rem;
  }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_2 .tm_pb_pricing_table:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_3 .tm_pb_pricing_table {
    margin-left: 3.75rem;
    width: calc(33.3333% - ((3.75rem * 2) / 3));
  }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_3 .tm_pb_pricing_table:nth-child(4n+1) {
    margin-left: 3.75rem;
  }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_3 .tm_pb_pricing_table:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_4 .tm_pb_pricing_table {
    margin-left: 3.75rem;
    width: calc(25% - ((3.75rem * 3) / 4));
  }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_4 .tm_pb_pricing_table:nth-child(4n+1) {
    margin-left: 3.75rem;
  }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing.tm_pb_pricing_4 .tm_pb_pricing_table:nth-child(3n+1) {
    margin-left: 0;
  }
}

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table {
    margin: 0 0 20px 1.875rem;
    width: calc(25% - ((1.875rem * 3) / 4));
  }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table:nth-child(4n+1) {
    margin-left: 0;
  }
}

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table.tm_pb_featured_table {
  box-shadow: none;
}

/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_contact_form {
  position: relative;
}

#tm_builder_outer_content .tm_pb_contact_form .tm_contact_bottom_container {
  position: relative;
  overflow: visible;
}

#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;
    top: 20px;
  }
}

#tm_builder_outer_content .tm_pb_contact_main_title {
  padding-bottom: 0.3em;
}

#tm_builder_outer_content .tm_pb_contact_submit {
  margin-top: 20px;
}

#tm_builder_outer_content .tm_pb_contact_field {
  text-align: left;
  width: 100%;
}

#tm_builder_outer_content .tm_contact_error {
  border: 1px solid #fe8fa3;
  box-shadow: inset 0 0 5px 0px #fe8fa3;
  background: none;
}

#tm_builder_outer_content .cf-success-message {
  font-size: 12px;
  color: #398f14;
}

#tm_builder_outer_content .tm-pb-contact-message {
  top: 0;
  right: 0;
  text-align: left;
  color: #fe5c7a;
}

#tm_builder_outer_content .tm-pb-contact-message li, #tm_builder_outer_content .tm-pb-contact-message p {
  font-size: 12px;
}

#tm_builder_outer_content .tm-pb-contact-message p {
  margin-bottom: 0;
  padding-right: 12px;
}

#tm_builder_outer_content .tm-pb-contact-message p, #tm_builder_outer_content .tm-pb-contact-message ul {
  display: inline;
}

#tm_builder_outer_content .tm-pb-contact-message ul + p::before {
  content: "";
  display: block;
}

#tm_builder_outer_content .tm-pb-contact-message ul li {
  display: inline;
}

#tm_builder_outer_content .tm-pb-contact-message ul li::before {
  display: none;
}

#tm_builder_outer_content .tm-pb-contact-message ul li::after {
  content: ",";
  display: inline-block;
  margin-right: 6px;
}

#tm_builder_outer_content .tm-pb-contact-message ul li:first-child::before {
  display: none;
}

#tm_builder_outer_content .tm-pb-contact-message ul li:last-child::after {
  display: none;
}

@media (min-width: 768px) {
  #tm_builder_outer_content .tm-pb-contact-message {
    text-align: right;
  }
}

#tm_builder_outer_content .tm_pb_contact_form .tm_contact_bottom_container {
  float: none;
  text-align: center;
}

#tm_builder_outer_content .tm_pb_contact_form textarea, #tm_builder_outer_content .tm_pb_contact_form input {
  font-size: 13px;
}

/*--------------------------------------------------------------
# Toggle
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_toggle {
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open {
  transition: .3s linear;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
  padding: 21px 21px;
  margin: 0;
  text-transform: uppercase;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  content: "\f105";
  transition: .3s ease-in-out;
}

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
    padding: 29px 21px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content {
  padding-top: 0;
  padding-bottom: 30px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content h1, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content h2, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content h3, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content h4, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content h5, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content h6, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content h1, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content h2, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content h3, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content h4, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content h5, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content h6 {
  margin-top: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open {
  background: none;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.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_module.tm_pb_toggle.tm_pb_toggle_close {
  background-color: transparent;
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle {
  padding: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
  padding: 21px 35px 27px 0;
  text-transform: uppercase;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f107';
  left: auto;
  right: 35px;
  margin-top: -19px;
  font-size: 28px;
}

@media (max-width: 991px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
    padding: 15px 26px 21px 0;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title:before {
  content: '\f106';
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content {
  padding-top: 7px;
  padding-bottom: 10px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h1, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h2, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h3, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h4, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h5, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h6 {
  margin-top: 0;
  margin-bottom: 36px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h1 span, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h2 span, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h3 span, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h4 span, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h5 span, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h6 span {
  margin-left: 10px;
  margin-right: 25px;
}

@media (max-width: 991px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h1, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h2, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h3, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h4, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h5, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content h6 {
    margin-bottom: 28px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content ul {
  padding-left: 43px;
}

@media (max-width: 991px) {
  #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content ul {
    margin-bottom: 34px;
  }
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content ul li {
  padding-top: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content ul li:last-child {
  padding-bottom: 6px;
  margin-bottom: 0;
  border: none;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content ul li::before {
  content: '';
  margin: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content ul li span {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
  margin-right: 30px;
  margin-left: 10px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle:last-child {
  border: none;
}

/*--------------------------------------------------------------
# Social Media Follow
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li::before {
  display: none;
}

/*--------------------------------------------------------------
# Person
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_column .tm_pb_team_member {
  max-width: 78%;
  margin: 0 auto;
}

#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_image {
  text-align: center;
}

#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_image img {
  width: 181px;
  height: auto;
  border-radius: 50%;
}

#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description {
  text-align: center;
}

#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description p:last-child {
  margin-bottom: 6px;
}

#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description .tm_pb_team_member_name {
  margin-top: 2.5em;
  margin-bottom: 9px;
}

#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_description .tm_pb_member_position {
  margin-bottom: 1.2em;
  padding-bottom: 13px;
  border-bottom: 1px solid #d8d8d8;
}

#tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links {
  margin-top: 14px;
}

#tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links li .tm-pb-icon {
  color: #a0a5a8;
}

#tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links li::before {
  display: none;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module.tm_pb_text_align_left::before {
  margin-bottom: 0;
  margin-left: 120px;
  text-align: left;
  position: absolute;
}

@media (max-width: 543px) {
  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module.tm_pb_text_align_left::before {
    margin-left: 0;
    position: absolute;
    z-index: 1;
  }
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module.tm_pb_text_align_left .tm_pb_testimonial_description {
  padding-top: 32px;
}

@media (max-width: 543px) {
  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_portrait {
    display: inline-block;
    margin-top: 15px;
    float: none;
  }
}

@media (max-width: 543px) {
  #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description {
    display: block;
  }
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_meta {
  font-size: 16px;
  font-size: 1rem;
}

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_testimonial_portrait, #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_testimonial_portrait, #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_testimonial_portrait {
  margin-bottom: 10px;
}

#tm_builder_outer_content .tm_pb_module .tm_pb_testimonial_author {
  margin-bottom: 9px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Promo
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_promo.tm_pb_module {
  padding-top: 60px;
  padding-bottom: 96px;
}

#tm_builder_outer_content .tm_pb_promo.tm_pb_module .tm_pb_promo_description {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 0;
}

#tm_builder_outer_content .tm_pb_cta.tm_pb_promo.tm_pb_module .tm_pb_button {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  margin-top: 18px;
}

/*--------------------------------------------------------------
# Countdown Timer
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module {
  padding: 3.5%;
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container h4 {
  margin-top: 0;
  margin-bottom: 16px;
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
  font-size: 100px;
  line-height: 100px;
  font-weight: bold;
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .label {
  margin-bottom: 17px;
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep {
  top: 0;
  font-size: 100px;
  line-height: .8em;
  font-weight: 700;
  vertical-align: top;
}

@media (max-width: 1599px) {
  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
    font-size: 70px;
    line-height: 70px;
  }
  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep {
    font-size: 70px;
  }
}

@media (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
    font-size: 55px;
    line-height: 55px;
  }
  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep {
    font-size: 55px;
  }
}

@media (max-width: 543px) {
  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
    font-size: 45px;
    line-height: 45px;
  }
  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep {
    font-size: 45px;
  }
  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section .label {
    display: none;
  }
}

@media (max-width: 379px) {
  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
    font-size: 30px;
    line-height: 30px;
  }
  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep {
    font-size: 30px;
  }
}

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