<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: Builderry
Theme URI: http://www.templatemonster.com/
Author: Template Monster
Author URI: http://www.templatemonster.com/
Description: Your theme description.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: builderry
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

blank is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Social List
# Accessibility
# Alignments
# Clearings
# Grid
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

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

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

.page .entry-content #tm_builder_outer_content .tm_pb_module &gt; img {
  margin-top: 10px; }
  @media (max-width: 767px) {
    .page .entry-content #tm_builder_outer_content .tm_pb_module &gt; img {
      margin-top: 0; } }

.single .entry-content p &gt; img {
  margin-bottom: 28px; }

h5, h6 {
  margin: 15px 0; }

h1 {
  margin: 15px 0 31px; }

h2 {
  margin: 15px 0 38px; }

h3 {
  margin: 15px 0 38px; }

h4 {
  margin: 15px 0 16px; }
  @media (max-width: 767px) {
    h4 {
      margin-bottom: 10px; } }

p {
  margin: 0 0 13px; }

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

blockquote {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500; }
  blockquote cite {
    font-size: 16px;
    font-size: 1rem; }

address {
  margin: 0 0 1.5em; }

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  overflow: auto;
  max-width: 100%;
  margin: 0 0 1.5em;
  padding: 1.5em;
  background: #eee;
  border: 1px solid #d5d5d5;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem; }

code {
  padding: 0 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
--------------------------------------------------------------*/
@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 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }

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

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

.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.5625rem;
  padding-right: 1.5625rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

code {
  border: none; }

blockquote {
  position: relative;
  margin: 0;
  text-indent: 55px;
  quotes: none;
  padding: 10px 0 10px 0; }
  blockquote.post-format-quote {
    margin-top: 38px; }
  blockquote h4 {
    margin-top: 0; }
  blockquote p {
    margin: 0; }
    blockquote p + p {
      margin-top: 1em; }
  blockquote h6 {
    text-indent: 0; }
  blockquote cite {
    text-indent: 0;
    font-style: normal; }
    blockquote cite:before {
      content: "- "; }
  blockquote:before {
    content: "“" !important;
    position: absolute;
    font-size: 2em;
    line-height: 1em;
    top: 0;
    left: 0;
    text-indent: 0;
    font-weight: 400; }
    @media (min-width: 992px) {
      blockquote:before {
        font-size: 167px; } }

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

a {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 23px;
  padding: 0; }
  ul li, ol li {
    margin: 0 0 7px; }

ul {
  list-style: none;
  position: relative; }

ol {
  list-style: decimal;
  counter-reset: li; }

li &gt; ul,
li &gt; 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: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg); }
  .page-preloader-cover {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff; }
  .page-preloader__cube {
    position: relative;
    float: left;
    width: 50%;
    height: 50%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
    .page-preloader__cube::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
      -webkit-animation: tmFoldCubeAngle 2.4s infinite linear both;
      animation: tmFoldCubeAngle 2.4s infinite linear both;
      background-color: #333; }
  .page-preloader--cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotate(90deg);
    transform: scale(1.1) rotateZ(90deg); }
    .page-preloader--cube2::before {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
  .page-preloader--cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotateZ(180deg); }
    .page-preloader--cube3::before {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
  .page-preloader--cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotate(270deg);
    transform: scale(1.1) rotateZ(270deg); }
    .page-preloader--cube4::before {
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s; }

@-webkit-keyframes tmFoldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes tmFoldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: -999em;
  overflow: hidden;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  z-index: 999;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #toTop span {
    display: none; }
  #toTop:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    width: 100%;
    font-size: 32px;
    line-height: 58px;
    content: "arrow_upward"; }
  #toTop:focus {
    outline: none; }
  @media (min-width: 544px) {
    #toTop {
      right: 20px; } }
  @media (min-width: 768px) {
    #toTop {
      bottom: 80px; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.submit {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 20px 28px 18px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 2px solid;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 20px 28px 18px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 2px solid;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn:hover {
    text-decoration: none; }
  .btn:focus {
    outline: none;
    -webkit-box-shadow: 0;
    box-shadow: 0; }
  .btn-fullwidth {
    width: 100%; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
select,
textarea {
  padding: 16px 49px 17px 29px;
  font-size: 13px;
  border: 1px solid; }
  @media (max-width: 1400px) {
    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-left: 18px;
      padding-right: 18px; } }
  input[type='text']:focus:not(.tm_pb_contact_form_input),
  input[type='email']:focus:not(.tm_pb_contact_form_input),
  input[type='url']:focus:not(.tm_pb_contact_form_input),
  input[type='password']:focus:not(.tm_pb_contact_form_input),
  input[type='search']:focus:not(.tm_pb_contact_form_input),
  input[type='number']:focus:not(.tm_pb_contact_form_input),
  input[type='tel']:focus:not(.tm_pb_contact_form_input),
  input[type='range']:focus:not(.tm_pb_contact_form_input),
  input[type='date']:focus:not(.tm_pb_contact_form_input),
  input[type='month']:focus:not(.tm_pb_contact_form_input),
  input[type='week']:focus:not(.tm_pb_contact_form_input),
  input[type='time']:focus:not(.tm_pb_contact_form_input),
  input[type='datetime']:focus:not(.tm_pb_contact_form_input),
  input[type='datetime-local']:focus:not(.tm_pb_contact_form_input),
  input[type='color']:focus:not(.tm_pb_contact_form_input),
  select:focus:not(.tm_pb_contact_form_input),
  textarea:focus:not(.tm_pb_contact_form_input) {
    outline: none;
    background-color: #252525 !important; }

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

select {
  border: 1px solid #252525; }

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

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

:-moz-placeholder {
  opacity: 1; }

.search-form {
  margin: 0;
  padding: 0;
  position: relative; }
  .site-header .search-form {
    width: 100%; }
    @media (min-width: 768px) {
      .site-header .search-form {
        margin-right: 45px; } }
  .site-header .search-form .search-form__field[type="search"] {
    background: #252525;
    padding-right: 45px; }
  .search-form:after {
    clear: both;
    content: "";
    width: 100%;
    display: block; }
  .search-form__field[type="search"] {
    float: left;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .site-header .search-form__field[type="search"] {
      background: none;
      border: none;
      padding: 19px 15px 15px 30px;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      line-height: 20px; }
      @media (max-width: 600px) {
        .site-header .search-form__field[type="search"] {
          width: 100%; } }
  .search-form__submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: top;
    float: right;
    width: 35px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    border: none !important;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media (max-width: 500px) {
      .search-form__submit {
        margin-right: 17px; } }
    .full-width-header-area .search-form__submit,
    .before-content-area .search-form__submit,
    .before-loop-area .search-form__submit,
    .after-loop-area .search-form__submit,
    .after-content-area .search-form__submit,
    .after-content-full-width-area .search-form__submit,
    .footer-area .search-form__submit,
    body.search .search-form__submit,
    body.archive .search-form__submit {
      position: absolute;
      padding: 0;
      top: 0;
      margin: 0;
      right: 10px;
      background: none !important; }
      .full-width-header-area .search-form__submit i,
      .before-content-area .search-form__submit i,
      .before-loop-area .search-form__submit i,
      .after-loop-area .search-form__submit i,
      .after-content-area .search-form__submit i,
      .after-content-full-width-area .search-form__submit i,
      .footer-area .search-form__submit i,
      body.search .search-form__submit i,
      body.archive .search-form__submit i {
        line-height: 55px; }
    .sidebar-primary .search-form__submit,
    .sidebar-secondary .search-form__submit {
      width: auto;
      padding: 0;
      background: none;
      position: absolute;
      top: 0;
      right: 19px;
      margin: 0; }
      .sidebar-primary .search-form__submit i,
      .sidebar-secondary .search-form__submit i {
        line-height: 55px; }
    .site-header .search-form__submit i {
      line-height: 55px; }
    .search-form__submit i {
      margin: 0 auto;
      display: block;
      font-size: 26px; }
    .site-header .search-form__submit {
      padding: 0;
      background: none; }
      .site-header .search-form__submit:hover {
        background: none; }
      .site-header .search-form__submit:active, .site-header .search-form__submit:focus, .site-header .search-form__submit:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }

.full-width-header-area .widget_search {
  padding: 30px 0; }

.header_caption .header__search {
  z-index: 0; }
  .header_caption .header__search .search-form {
    width: 0;
    opacity: 0;
    padding: 0;
    margin-top: -5px;
    float: right;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .header_caption .header__search .search-form .search-form__submit {
      position: absolute;
      right: 10px;
      margin: 0; }
    @media (max-width: 767px) {
      .header_caption .header__search .search-form {
        position: absolute;
        bottom: 0; } }

@media (min-width: 768px) {
  .header_caption.open .main-navigation {
    visibility: hidden;
    opacity: 0; } }

.header_caption.open .header__search {
  z-index: 10; }

.header_caption.open .search-form {
  width: 777px;
  opacity: 1; }
  @media (max-width: 1199px) {
    .header_caption.open .search-form {
      width: calc(100% - 30px); } }
  @media (max-width: 500px) {
    .header_caption.open .search-form {
      width: calc(100% - 90px); } }

.header_caption.open .search-form__toggle:before {
  content: '\e5cd'; }

.header_caption.isStuck .main-navigation {
  visibility: visible;
  opacity: 1; }

.header_caption.isStuck .header__search {
  z-index: 0; }

.comment-form {
  margin-bottom: 136px; }
  .comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
    margin: 1em 0 0 0; }
  .comment-form .form-submit {
    margin: 40px 0 0 0; }
    .comment-form .form-submit .submit {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 13px;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .comment-form .form-submit .submit:hover, .comment-form .form-submit .submit:focus {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .comment-form__field {
    width: 100%;
    vertical-align: top; }
  .comment-form .logged-in-as,
  .comment-form .comment-notes {
    margin: 1em 0; }
  .comment-list .comment-form {
    padding-bottom: 2em; }

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

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    text-decoration: none; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-panel__menu {
  display: none; }
  @media (min-width: 544px) {
    .top-panel__menu {
      display: block; } }
  @media (min-width: 768px) {
    .top-panel__menu {
      float: left; } }
  .top-panel__menu-list {
    text-align: center; }
    .top-panel__menu-list .menu-item {
      margin: 0 22px 0 0;
      font-size: .9rem;
      letter-spacing: -.8px; }
      .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;
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .main-navigation.isStuck {
    left: 0;
    right: 0;
    background-color: #0971f2; }
    @media (min-width: 768px) {
      .main-navigation.isStuck .menu {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
        .main-navigation.isStuck .menu &gt; .menu-item &gt; a {
          padding: 20px 23px 30px !important; }
        .main-navigation.isStuck .menu .sub-menu {
          margin-top: 0px !important; }
      .main-navigation.isStuck li:after {
        bottom: 5px !important; } }
  @media (min-width: 768px) {
    .main-navigation[data-toggle=true] {
      opacity: 0;
      visibility: hidden; } }
  @media (max-width: 767px) {
    .main-navigation {
      margin: 0 0 -32px 0;
      display: block;
      float: left;
      width: 100%;
      top: 0;
      left: 0;
      right: 0; } }
  .main-navigation .menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 1199px) {
      .main-navigation .menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .main-navigation ul {
    display: none;
    margin: 0;
    padding-left: 0;
    list-style: none; }
  .main-navigation li {
    position: relative;
    text-align: left;
    padding-left: 0;
    margin: 0; }
    .main-navigation li:before {
      display: none; }
    .main-navigation li:after {
      font-size: 1.1875rem !important; }
  .main-navigation a {
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .main-navigation a:after {
      background: #0d0d0d;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block;
      height: 100%;
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  @media (max-width: 767px) {
    .main-navigation ul ul a {
      text-indent: 1rem; }
    .main-navigation ul ul ul a {
      text-indent: 2rem; }
    .main-navigation ul ul ul ul a {
      text-indent: 3rem; }
    .main-navigation ul ul ul ul ul a {
      text-indent: 4rem; }
    .main-navigation ul ul ul ul ul ul a {
      text-indent: 5rem; }
    .main-navigation.toggled ul {
      display: block; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .main-navigation.toggled ul {
      background: #0d0d0d; } }
  @media (min-width: 768px) {
    .main-navigation ul {
      display: block; }
    .main-navigation li:hover &gt; ul, .main-navigation li.menu-hover &gt; ul {
      top: 100%;
      left: 0;
      visibility: visible;
      opacity: 1; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .main-navigation li:hover &gt; ul, .main-navigation li.menu-hover &gt; ul {
      left: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }
  @media (min-width: 768px) {
    .main-navigation li &gt; ul.in-transition {
      left: 0; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .main-navigation li &gt; ul.in-transition {
      left: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }
  @media (min-width: 768px) {
    .main-navigation li li:hover &gt; ul, .main-navigation li li.menu-hover &gt; ul {
      top: 0;
      left: calc(100% + 1px);
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .main-navigation li li &gt; ul.in-transition {
      left: calc(100% + 1px);
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .main-navigation li.toleft:hover &gt; ul, .main-navigation li.toleft.menu-hover &gt; ul {
      left: auto;
      right: calc(100% + 1px);
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .main-navigation li.toleft &gt; ul.in-transition {
      left: auto;
      right: calc(100% + 1px);
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .main-navigation li.toleft li:hover &gt; ul, .main-navigation li.toleft li.menu-hover &gt; ul {
      left: auto;
      right: calc(100% + 1px);
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .main-navigation li.toleft li &gt; ul.in-transition {
      left: auto;
      right: calc(100% + 1px);
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .main-navigation .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .main-navigation .menu#main-menu &gt; li.toleft &gt; .sub-menu {
        left: auto;
        right: 0; }
      .isStuck .main-navigation .menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .isStuck .main-navigation .menu &gt; li::after {
          /* Marker position (level 1) */
          bottom: 7px; }
      .main-navigation .menu &gt; li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: .8px; }
        .default .main-navigation .menu &gt; li {
          display: inline-block; }
    .main-navigation .sub-menu {
      position: absolute;
      z-index: 999;
      top: 120%;
      left: -999em;
      visibility: hidden;
      margin: 0;
      -webkit-transition: 200ms linear;
      -o-transition: 200ms linear;
      transition: 200ms linear;
      -webkit-transition-property: top, opacity, visibility;
      -o-transition-property: top, opacity, visibility;
      transition-property: top, opacity, visibility;
      opacity: 0;
      margin-top: 2px; }
      .main-navigation .sub-menu .sub-menu {
        margin: 0 !important;
        width: 75%; }
      .main-navigation .sub-menu li {
        border-bottom: 1px solid #353535; }
        .main-navigation .sub-menu li:last-child {
          border-bottom: none; }
      .main-navigation .sub-menu li a {
        text-transform: none;
        font-size: .9rem;
        font-weight: 300;
        letter-spacing: -.6px;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .main-navigation .sub-menu ul {
        top: 20%; }
    .main-navigation .menu-toggle {
      display: none; } }

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

.main-navigation .menu {
  z-index: 1;
  position: relative; }
  .main-navigation .menu &gt; li &gt; a {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media (min-width: 768px) {
      .main-navigation .menu &gt; li &gt; a {
        border-bottom: none; } }
  .main-navigation .menu &gt; li.menu-item-has-children::after {
    /* Marker (level 1) */ }
    @media (min-width: 768px) {
      .main-navigation .menu &gt; li.menu-item-has-children::after {
        content: '\f107'; } }
  .main-navigation .menu &gt; li .sub-menu-toggle {
    position: absolute;
    display: none;
    top: 0;
    height: 49px;
    width: 80px;
    right: 0;
    z-index: 99; }
    .main-navigation .menu &gt; li .sub-menu-toggle::before {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -11px;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      content: '\f107';
      color: #fff;
      font-family: 'FontAwesome';
      font-size: 22px;
      line-height: 1;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .main-navigation .menu &gt; li .sub-menu-toggle.active::before {
      -webkit-transform: translate(-50%) rotateX(180deg);
      transform: translate(-50%) rotateX(180deg); }
    @media (max-width: 767px) {
      .main-navigation .menu &gt; li .sub-menu-toggle {
        display: block; } }
  .main-navigation .menu &gt; li:last-child &gt; a {
    border-bottom: none; }
  .main-navigation .menu &gt; li:hover &gt; a, .main-navigation .menu &gt; li.menu-hover &gt; a, .main-navigation .menu &gt; li.current_page_item &gt; a, .main-navigation .menu &gt; li.current_page_ancestor &gt; a, .main-navigation .menu &gt; li.current-menu-item &gt; a, .main-navigation .menu &gt; li.current-menu-ancestor &gt; a {
    /* Active and hover state (level 1) */ }
  .main-navigation .menu &gt; li[hidden] {
    display: none; }
  .main-navigation .menu li.menu-item-has-children &gt; ul.sub-menu {
    display: none; }
    @media (min-width: 768px) {
      .main-navigation .menu li.menu-item-has-children &gt; ul.sub-menu {
        display: block; } }
  .main-navigation .menu li.menu-item-has-children.sub-menu-open &gt; ul.sub-menu {
    display: block; }

.main-navigation .sub-menu li a {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

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

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

.main-navigation .sub-menu a {
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .main-navigation .sub-menu a {
      width: 17em;
      padding: 15px 10px 12px 24px; } }

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

.main-navigation li::after {
  /* Marker style */
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 16px;
  margin-top: -6px; }

@media (min-width: 768px) {
  .main-navigation .menu &gt; li::after {
    /* Marker position (level 1) */
    top: auto;
    right: auto;
    bottom: 10px;
    left: 50%;
    margin-left: -6px; } }

@media (max-width: 1199px) {
  .main-navigation .menu &gt; li::after {
    /* Marker position (level 1) */
    margin-top: 0; } }

/* Menu items description */
.menu-item__desc {
  font-size: 10px;
  font-size: 0.625rem; }
  @media (min-width: 768px) {
    .menu &gt; li &gt; a &gt; .menu-item__desc {
      position: absolute;
      text-transform: capitalize;
      color: #fff;
      letter-spacing: -.2px;
      margin-top: -6px; } }

/* Toogle button */
.menu-toggle {
  padding: 0;
  margin-top: 17px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .toggled .menu-toggle__icon:before {
    content: '\e5cd'; }
  .menu-toggle__icon {
    vertical-align: top;
    font-size: 26px; }
    .menu-toggle__icon:before {
      content: '\e3c7';
      font-family: 'Material Icons';
      font-weight: 400;
      font-style: normal;
      margin-right: 0; }

.set-menu a {
  color: #fff;
  z-index: 1; }

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu {
  margin: 1em 0; }
  .footer-menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-left: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none; }
    .footer-menu__items .menu-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      text-transform: uppercase;
      font-weight: 500;
      margin-left: 30px; }
      .footer-menu__items .menu-item:first-child {
        margin-left: 0; }
      .footer-menu__items .menu-item:before {
        display: none; }
      .footer-menu__items .menu-item a {
        text-decoration: none; }

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  overflow: hidden;
  margin-top: 2em; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%; }
    .comment-navigation .nav-previous &gt; a,
    .posts-navigation .nav-previous &gt; a,
    .post-navigation .nav-previous &gt; a {
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      white-space: nowrap; }
      .comment-navigation .nav-previous &gt; a:before,
      .posts-navigation .nav-previous &gt; a:before,
      .post-navigation .nav-previous &gt; a:before {
        font-size: 20px;
        content: '\E408';
        vertical-align: top;
        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'; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    width: 50%;
    text-align: right;
    white-space: nowrap; }
    .comment-navigation .nav-next &gt; a,
    .posts-navigation .nav-next &gt; a,
    .post-navigation .nav-next &gt; a {
      display: inline-block;
      vertical-align: top;
      text-decoration: none; }
      .comment-navigation .nav-next &gt; a:after,
      .posts-navigation .nav-next &gt; a:after,
      .post-navigation .nav-next &gt; a:after {
        font-size: 20px;
        content: '\E409';
        vertical-align: top;
        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'; }

.pagination {
  margin: 100px 0 180px; }
  .layout-grid .pagination, .layout-masonry .pagination {
    margin-top: 0; }
  @media (max-width: 1199px) {
    .pagination {
      margin: 50px 0; } }
  .card-columns + .pagination {
    margin-top: 0; }

.page-numbers {
  line-height: 55px;
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: 0 5px 5px 0;
  text-align: center;
  font-size: 13px;
  text-decoration: none; }
  .page-numbers.dots {
    min-width: 2em;
    border: none;
    background-color: transparent; }
  .page-numbers.next, .page-numbers.prev {
    border: none;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 500;
    width: auto;
    letter-spacing: .8px; }
    .page-numbers.next i, .page-numbers.prev i {
      vertical-align: middle; }

#tm_builder_outer_content .pagination .page-numbers {
  line-height: 55px;
  display: inline-block;
  min-width: 55px;
  height: 55px;
  margin: 0 5px 5px 0;
  text-align: center;
  font-size: 13px;
  text-decoration: none; }

.page-links {
  clear: both;
  margin: 0 0 1em; }
  .page-links__title {
    margin-right: 5px; }
  .page-links a,
  .page-links &gt; .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: 35px 0; }
  .breadcrumbs__title {
    float: left;
    margin-right: 0;
    padding-right: 0; }
    .breadcrumbs__title .page-title {
      margin: 0;
      font-size: 13px;
      line-height: 1.6;
      font-weight: 300; }
      .breadcrumbs__title .page-title:after {
        content: '-';
        display: inline-block;
        margin-left: 16px;
        margin-right: 16px; }
  .breadcrumbs__items {
    float: left; }
  .breadcrumbs__browse {
    float: left;
    margin-right: .5em; }
  .breadcrumbs__wrap {
    float: left;
    margin: 0; }
  .breadcrumbs__item {
    float: left; }
    .breadcrumbs__item-sep {
      margin: 0 13px; }
    .breadcrumbs__item-link {
      text-decoration: none; }

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .menu-item {
  margin: 0 0 0 20px;
  padding: 0; }
  .social-list .menu-item:first-child {
    margin-left: 0; }
  .social-list .menu-item::before {
    display: none; }
  .social-list .menu-item &gt; a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .social-list .menu-item &gt; a:hover {
      text-decoration: none; }
    .social-list .menu-item &gt; a:focus {
      outline: none; }
    .social-list .menu-item &gt; a[href*="codepen.io"]::before {
      content: '\f1cb'; }
    .social-list .menu-item &gt; a[href*="digg.com"]::before {
      content: '\f1a6'; }
    .social-list .menu-item &gt; a[href*="dribbble.com"]::before {
      content: '\f17d'; }
    .social-list .menu-item &gt; a[href*="dropbox.com"]::before {
      content: '\f16b'; }
    .social-list .menu-item &gt; a[href*="facebook.com"]::before {
      content: '\f09a'; }
    .social-list .menu-item &gt; a[href*="flickr.com"]::before {
      content: '\f16e'; }
    .social-list .menu-item &gt; a[href*="plus.google.com"]::before {
      content: '\f0d5'; }
    .social-list .menu-item &gt; a[href*="github.com"]::before {
      content: '\f09b'; }
    .social-list .menu-item &gt; a[href*="instagram.com"]::before {
      content: '\f16d'; }
    .social-list .menu-item &gt; a[href*="linkedin.com"]::before {
      content: '\f0e1'; }
    .social-list .menu-item &gt; a[href*="pinterest.com"]::before {
      content: '\f0d2'; }
    .social-list .menu-item &gt; a[href*="getpocket.com"]::before {
      content: '\f265'; }
    .social-list .menu-item &gt; a[href*="reddit.com"]::before {
      content: '\f1a1'; }
    .social-list .menu-item &gt; a[href*="skype.com"]::before, .social-list .menu-item &gt; a[href*="skype:"]::before {
      content: '\f17e'; }
    .social-list .menu-item &gt; a[href*="stumbleupon.com"]::before {
      content: '\f1a4'; }
    .social-list .menu-item &gt; a[href*="tumblr.com"]::before {
      content: '\f173'; }
    .social-list .menu-item &gt; a[href*="twitter.com"]::before {
      content: '\f099'; }
    .social-list .menu-item &gt; a[href*="vimeo.com"]::before {
      content: '\f27d'; }
    .social-list .menu-item &gt; a[href*="wordpress.org"]::before, .social-list .menu-item &gt; a[href*="wordpress.com"]::before {
      content: '\f19a'; }
    .social-list .menu-item &gt; a[href*="youtube.com"]::before {
      content: '\f167'; }
    .social-list .menu-item &gt; a[href*="amazon.com"]::before {
      content: '\f270'; }
    .social-list .menu-item &gt; a[href*="tripadvisor"]::before {
      content: '\f262'; }
    .social-list .menu-item &gt; a[href*="ycombinator.com"]::before {
      content: '\f23b'; }
    .social-list .menu-item &gt; a[href*="xing.com"]::before {
      content: '\f168'; }
    .social-list .menu-item &gt; a[href*="yahoo."]::before {
      content: '\f19e'; }
    .social-list .menu-item &gt; a[href*="vine.co"]::before {
      content: '\f1ca'; }
    .social-list .menu-item &gt; a[href*="weibo.com"]::before {
      content: '\f18a'; }
    .social-list .menu-item &gt; a[href*="trello.com"]::before {
      content: '\f181'; }
    .social-list .menu-item &gt; a[href*="steampowered.com"]::before {
      content: '\f1b6'; }
    .social-list .menu-item &gt; a[href*="soundcloud.com"]::before {
      content: '\f1be'; }
    .social-list .menu-item &gt; a[href*="spotify.com"]::before {
      content: '\f1bc'; }
    .social-list .menu-item &gt; a[href*="stackexchange.com"]::before {
      content: '\f18d'; }
    .social-list .menu-item &gt; a[href*="stackoverflow.com"]::before {
      content: '\f16c'; }
    .social-list .menu-item &gt; a[href*="slideshare.net"]::before {
      content: '\f1e7'; }
    .social-list .menu-item &gt; a[href*="slack.com"]::before {
      content: '\f198'; }
    .social-list .menu-item &gt; a[href*="skyatlas.com"]::before {
      content: '\f216'; }
    .social-list .menu-item &gt; a[href*="last.fm"]::before {
      content: '\f202'; }
    .social-list .menu-item &gt; a[href*="jsfiddle.net"]::before {
      content: '\f1cc'; }
    .social-list .menu-item &gt; a[href*="behance.net"]::before {
      content: '\f1b4'; }
    .social-list .menu-item &gt; a[href*="bitbucket.org"]::before {
      content: '\f171'; }
    .social-list .menu-item &gt; a[href*="codepen.io"]::before {
      content: '\f1cb'; }
    .social-list .menu-item &gt; a[href*="codiepie.com"]::before {
      content: '\f284'; }
    .social-list .menu-item &gt; a[href*="connectdevelop.com"]::before {
      content: '\f20e'; }
    .social-list .menu-item &gt; a[href*="dashcube.com"]::before {
      content: '\f210'; }
    .social-list .menu-item &gt; a[href*="contao.org"]::before {
      content: '\f26d'; }
    .social-list .menu-item &gt; a[href*="delicious.com"]::before {
      content: '\f1a5'; }
    .social-list .menu-item &gt; a[href*="deviantart.com"]::before {
      content: '\f1bd'; }
    .social-list .menu-item &gt; a[href*="vk.com"]::before {
      content: '\f189'; }
    .social-list .menu-item &gt; 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: 16px;
      font-size: 1rem;
      display: block;
      margin: auto; }
      .social-list--text .social-list .menu-item &gt; a::before {
        display: none; }

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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 .children {
    margin-left: 0;
    padding-left: 10px;
    list-style: none; }
    @media (min-width: 992px) {
      .comment-list .children {
        padding-left: 30px; } }
  .comment-list &gt; .comment,
  .comment-list &gt; .ping {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 992px) {
      .comment-list &gt; .comment,
      .comment-list &gt; .ping {
        padding-right: 30px;
        padding-left: 30px; } }

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

.comment-body {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 992px) {
    .comment-body {
      padding-top: 30px;
      padding-bottom: 15px; } }
  .comment-body__holder {
    position: relative;
    padding-right: 18px; }
  .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 30px 15px 0; } }
  .comment-body .fn {
    margin-right: 0;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize; }
  .comment-body .reply {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0; }

.comment-reply-link {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .comment-reply-link .material-icons {
    font-size: 26px; }

.comment-date {
  display: inline-block; }
  .comment-date__time {
    display: inline-block;
    font-size: 13px; }

.comment .posted-by {
  font-size: 13px; }

.comment .comment-metadata {
  padding-bottom: 12px; }

.bypostauthor {
  display: block; }

.comment-respond {
  border-top: 1px solid #353535;
  padding-top: 70px; }

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  margin: 70px 0;
  border-bottom: 1px solid #353535;
  padding-bottom: 83px; }

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

.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: 70px;
    vertical-align: top; }
    @media (min-width: 992px) {
      .post-author__avatar .avatar {
        width: auto; } }

.post-author__title a {
  text-transform: capitalize; }

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.share-btns__list {
  padding-top: 26px; }
  .hentry .share-btns__list {
    float: left; }

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

.share-btns__link {
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 26px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 16px;
  font-size: 1rem; }

/*--------------------------------------------------------------
# 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-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1.5625rem;
    margin-left: -1.5625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .card-deck .card {
      margin-right: 1.5625rem;
      margin-left: 1.5625rem;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-display: flex;
      -webkit-flex-direction: column;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .home .card-deck .card.sticky {
        display: block;
        max-width: calc(100% - 3.125rem);
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; }
  .posts-list--grid-2-cols .card {
    max-width: calc(100%/2 - 3.125rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100%/2 - 3.125rem);
    flex: 1 0 calc(100%/2 - 3.125rem); }
  .posts-list--grid-3-cols .card {
    max-width: calc(100%/3 - 3.125rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100%/3 - 3.125rem);
    flex: 1 0 calc(100%/3 - 3.125rem); } }

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

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

@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-box-flex: 0;
      -ms-flex: none;
      flex: none; }
  .card-columns.two-sidebars {
    -webkit-column-gap: normal;
    column-gap: normal;
    -webkit-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-box-flex: 0;
      -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;
    column-gap: normal;
    -webkit-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; }

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

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

.content-layout-boxed .container.site-content {
  padding-left: 0;
  padding-right: 0; }

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

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

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

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

.site-content_wrap {
  padding-top: 140px; }
  @media (max-width: 767px) {
    .site-content_wrap {
      padding-top: 50px; } }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header-container {
  padding: 1.5rem 1.5625rem 0; }
  @media (max-width: 500px) {
    .header-container .header-container_wrap {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1200px) {
    .header-container.isStuck {
      position: fixed;
      z-index: 1000;
      right: 0;
      left: 0; } }
  @media (max-width: 1199px) {
    .header-container.isStuck {
      position: relative !important;
      top: 0 !important; } }
  .container .header-container {
    padding-right: 0;
    padding-left: 0; }

.header-container {
  padding: 0 0 2px;
  position: relative;
  z-index: 100; }

.header_caption {
  left: 0;
  right: 0;
  width: 100%;
  padding-right: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .header_caption:after {
    width: 1000%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -500%;
    right: 0;
    z-index: -1; }
  @media (max-width: 1199px) {
    .header_caption {
      width: 100%; } }
  @media (max-width: 500px) {
    .header_caption {
      padding-left: 1.5625rem;
      padding-right: 1.5625rem; } }

.header__search {
  z-index: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .header__search {
      position: absolute;
      top: 50%;
      right: 0;
      margin: -34px 0 0;
      width: calc(100% - 45px); } }
  @media (min-width: 992px) {
    .header__search {
      width: 777px; } }

.site-header .search-form__toggle {
  display: inline-block;
  width: 22px;
  text-align: center;
  cursor: pointer;
  float: right;
  position: relative;
  top: 8px; }
  @media (min-width: 768px) {
    .site-header .search-form__toggle {
      position: absolute;
      top: 0;
      right: 0; } }
  .site-header .search-form__toggle: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';
    font-size: 26px;
    line-height: 45px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .site-header .search-form__toggle:before {
    content: '\e8b6'; }

.header-container__flex {
  position: relative; }

@media (max-width: 1199px) {
  .pseudoStickyBlock {
    display: none !important; } }

.site-header.default .site-branding {
  padding: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    .site-header.default .site-branding {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      text-align: left;
      padding: 0 0 20px; } }
  @media (max-width: 767px) {
    .site-header.default .site-branding .site-description {
      margin-top: -3px; } }

.site-header.default .main-navigation {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-item-align: center;
  align-self: center; }
  @media (min-width: 768px) {
    .site-header.default .main-navigation {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.default .main-navigation {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }
  .site-header.default .main-navigation &gt; .menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .site-header.default .main-navigation &gt; .menu {
        margin-top: 19px;
        padding-top: 43px;
        padding-bottom: 43px;
        position: absolute;
        width: 100%; } }
    @media (max-width: 500px) {
      .site-header.default .main-navigation &gt; .menu {
        width: calc(100% - 50px); } }
    @media (max-width: 480px) {
      .site-header.default .main-navigation &gt; .menu {
        width: 100%;
        left: 0; } }
    .site-header.default .main-navigation &gt; .menu &gt; .menu-item &gt; a {
      padding: 16px 23px 39px;
      border-bottom: none; }
      @media (max-width: 767px) {
        .site-header.default .main-navigation &gt; .menu &gt; .menu-item &gt; a {
          padding: 12px 30px;
          text-transform: uppercase;
          font-weight: 600; } }
  .site-header.default .main-navigation .menu &gt; li::after {
    right: 6px;
    margin-top: 0; }
  @media (max-width: 767px) {
    .site-header.default .main-navigation .menu-toggle {
      margin-top: 6px; } }

@media (max-width: 767px) {
  .site-header.default .header-container_wrap {
    width: 100%; } }

.site-header.default .header__search .search-form__toggle {
  top: 2px; }

@media (min-width: 992px) {
  .site-header.default .header__search {
    margin: -22px 0 0; } }

@media (max-width: 767px) {
  .site-header.default .header__search .search-form__toggle {
    top: -6px; } }

.site-header.default .header-container {
  padding-top: 48px; }
  @media (max-width: 767px) {
    .site-header.default .header-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 52px;
      padding-bottom: 10px; } }

.site-header.default .header-container__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 767px) {
    .site-header.default .header-container__flex {
      display: block; } }

@media (min-width: 1200px) {
  .site-header.default .isStuck .main-navigation &gt; .menu &gt; .menu-item &gt; a {
    padding: 22px 23px; } }

.header_caption {
  position: relative;
  -ms-flex-item-align: center;
  align-self: center; }
  @media (min-width: 767px) {
    .header_caption.isStuck:after {
      z-index: 0; } }
  @media (max-width: 767px) {
    .header_caption {
      position: relative !important;
      top: 0 !important;
      min-height: 45px; } }

.site-header.centered .site-branding {
  padding: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    .site-header.centered .site-branding {
      padding: 0 0 14px;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      text-align: left; } }
  @media (max-width: 767px) {
    .site-header.centered .site-branding .site-description {
      margin-top: -3px; } }

.site-header.centered .main-navigation {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-item-align: center;
  align-self: center; }
  @media (min-width: 768px) {
    .site-header.centered .main-navigation {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.centered .main-navigation {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }
  @media (max-width: 767px) {
    .site-header.centered .main-navigation .menu-toggle {
      margin-top: 6px; } }
  .site-header.centered .main-navigation &gt; .menu &gt; .menu-item &gt; a {
    padding: 16px 23px 39px;
    border-bottom: none; }
    @media (max-width: 767px) {
      .site-header.centered .main-navigation &gt; .menu &gt; .menu-item &gt; a {
        padding: 12px 30px;
        text-transform: uppercase;
        font-weight: 600; } }
  .site-header.centered .main-navigation .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .site-header.centered .main-navigation .menu &gt; li::after {
      /* Marker position (level 1) */
      margin-top: 2px; }
    @media (max-width: 767px) {
      .site-header.centered .main-navigation .menu {
        margin-top: 19px;
        padding-top: 43px;
        padding-bottom: 43px;
        position: absolute;
        width: 100%; } }
    @media (max-width: 500px) {
      .site-header.centered .main-navigation .menu {
        width: calc(100% - 50px); } }
    @media (max-width: 480px) {
      .site-header.centered .main-navigation .menu {
        width: 100%;
        left: 0; } }

.site-header.centered .header__search .search-form__toggle {
  top: 2px; }

@media (max-width: 767px) {
  .site-header.centered .header__search .search-form__toggle {
    top: -6px; } }

.site-header.centered .header-container {
  padding-top: 48px; }
  @media (max-width: 767px) {
    .site-header.centered .header-container {
      padding-top: 52px;
      padding-bottom: 10px; } }

.site-header.centered .header-container__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 1200px) {
  .site-header.centered .isStuck .main-navigation &gt; .menu &gt; .menu-item &gt; a {
    padding: 22px 23px; } }

.site-header.minimal .site-branding {
  padding: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    .site-header.minimal .site-branding {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      text-align: left; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .site-header.minimal .site-branding {
      padding: 0 0 23px; } }
  @media (max-width: 767px) {
    .site-header.minimal .site-branding .site-description {
      margin-top: -3px; } }

@media (min-width: 1200px) {
  .site-header.minimal .isStuck .main-navigation &gt; .menu &gt; .menu-item &gt; a {
    padding: 22px 23px; } }

.site-header.minimal .main-navigation {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  @media (min-width: 768px) {
    .site-header.minimal .main-navigation {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.minimal .main-navigation {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }
  .site-header.minimal .main-navigation &gt; .menu {
    z-index: 10; }
    @media (max-width: 767px) {
      .site-header.minimal .main-navigation &gt; .menu {
        margin-top: 19px;
        padding-top: 43px;
        padding-bottom: 43px;
        position: absolute;
        width: 100%; } }
    @media (max-width: 500px) {
      .site-header.minimal .main-navigation &gt; .menu {
        width: calc(100% - 50px); } }
    @media (max-width: 480px) {
      .site-header.minimal .main-navigation &gt; .menu {
        width: 100%;
        left: 0; } }
  .site-header.minimal .main-navigation.isStuck &gt; .menu &gt; .menu-item &gt; a:after {
    height: calc(100% + 40px);
    margin: -42px 0 0; }
  .site-header.minimal .main-navigation &gt; .menu &gt; .menu-item &gt; a {
    padding: 27px 23px 22px;
    border-bottom: none; }
    .site-header.minimal .main-navigation &gt; .menu &gt; .menu-item &gt; a:after {
      height: calc(100% + 82px);
      margin: -42px 0 0; }
    @media (max-width: 1199px) {
      .site-header.minimal .main-navigation &gt; .menu &gt; .menu-item &gt; a {
        padding: 16px 23px 39px; }
        .site-header.minimal .main-navigation &gt; .menu &gt; .menu-item &gt; a:after {
          height: 100%;
          margin: 0; } }
    @media (max-width: 767px) {
      .site-header.minimal .main-navigation &gt; .menu &gt; .menu-item &gt; a {
        padding: 12px 30px;
        text-transform: uppercase;
        font-weight: 600; } }
  .site-header.minimal .main-navigation li:after {
    bottom: 0; }
    @media (max-width: 1199px) {
      .site-header.minimal .main-navigation li:after {
        bottom: 10px; } }
  .site-header.minimal .main-navigation .sub-menu {
    margin-top: 42px; }
    @media (max-width: 1199px) {
      .site-header.minimal .main-navigation .sub-menu {
        margin-top: 2px; } }
  @media (max-width: 767px) {
    .site-header.minimal .main-navigation .menu-toggle {
      margin-top: 6px; } }

.site-header.minimal .header__search .search-form__toggle {
  top: 2px; }

@media (min-width: 992px) {
  .site-header.minimal .header__search {
    margin: -22px 0 0; } }

@media (max-width: 767px) {
  .site-header.minimal .header__search .search-form__toggle {
    top: -6px; } }

.site-header.minimal .header-container {
  padding: 42px 0; }
  @media (max-width: 1199px) {
    .site-header.minimal .header-container {
      padding-bottom: 2px; } }
  @media (max-width: 767px) {
    .site-header.minimal .header-container {
      padding-bottom: 10px;
      padding-top: 52px; } }

.header-container__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }
  @media (min-width: 992px) {
    .header-container__flex {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (max-width: 1199px) {
    .header-container__flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media (max-width: 1199px) {
  .header-container {
    padding-top: 48px; } }

@media (max-width: 767px) {
  .header-container {
    padding-top: 53px;
    padding-bottom: 16px; } }

.site-header.minimal .isStuck .main-navigation &gt; .menu &gt; .menu-item:after {
  bottom: 10px; }

.site-header.minimal .isStuck .main-navigation &gt; .menu &gt; .menu-item &gt; a:after {
  height: 100%;
  margin: 0; }

.site-header.minimal .isStuck .main-navigation .sub-menu {
  margin-top: 2px; }

.top-panel {
  padding: 19px 0 14px;
  text-align: left; }
  @media (max-width: 767px) {
    .top-panel {
      padding: 22px 0 11px; } }
  .container .top-panel {
    padding-right: 0;
    padding-left: 0; }
  .top-panel .social-list {
    padding: 0 0 0 30px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    @media (min-width: 768px) {
      .top-panel .social-list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: left; } }
    @media (max-width: 767px) {
      .top-panel .social-list {
        padding: 0; } }
  .top-panel__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .top-panel__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .top-panel__wrap .top-panel__info {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      @media (max-width: 991px) {
        .top-panel__wrap .top-panel__info {
          margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .top-panel__wrap .top-panel__social {
        -ms-flex-item-align: center;
        align-self: center; } }
  .top-panel__message {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .top-panel__message {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .top-panel__message .info-block {
      margin-top: 1em;
      float: left;
      margin-top: 0;
      margin-right: 0;
      font-size: .9rem;
      letter-spacing: -.7px; }
      @media (max-width: 480px) {
        .top-panel__message .info-block {
          margin: 0 0 6px;
          text-align: center; } }
      .top-panel__message .info-block:first-child {
        margin-top: 0; }
    .top-panel__message .material-icons {
      margin: 0 6px 0 0;
      vertical-align: middle;
      font-size: 16px;
      font-size: 1rem; }
      @media (max-width: 480px) {
        .top-panel__message .material-icons {
          margin: 0 0 6px;
          display: block;
          text-align: center; } }
  .top-panel__search {
    text-align: right; }
    @media (min-width: 768px) {
      .top-panel__search {
        float: right;
        text-align: left; } }

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center; }
  @media (max-width: 767px) {
    .site-branding {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.site-logo {
  margin: 0;
  line-height: 1.2em; }
  .site-logo__link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px; }
    .site-logo__link:focus {
      outline: none; }

.site-description {
  font-size: .9rem;
  font-weight: 300;
  letter-spacing: -.8px;
  margin: 0 0 0 5px;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  @media (max-width: 767px) {
    .site-description {
      -ms-flex-item-align: center;
      align-self: center; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body {
  background: #1a1a1a; }

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

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

a, a:hover, a:focus, a:visited {
  outline: none; }

/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
  position: relative;
  margin-top: 0; }
  .posts-list .hentry:last-child {
    margin-bottom: 3em; }
  .card-columns .hentry {
    margin-top: 0;
    margin-bottom: 3em; }

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.entry-title {
  padding-top: 19px;
  border-bottom: 1px solid #353535;
  padding-bottom: 39px; }
  .blog .entry-title {
    border-bottom: none;
    padding: 0; }
  .entry-header .entry-title:first-child {
    margin-top: 0; }

.entry-meta {
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 33px; }
  .entry-meta &gt; div {
    display: inline-block; }
  .entry-summary + .entry-meta,
  .entry-content + .entry-meta {
    margin-top: 1em;
    float: left; }

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

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

.entry-footer {
  position: relative;
  margin-top: 0; }
  .entry-footer .btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px; }

.entry_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 13px; }
  @media (max-width: 980px) {
    .entry_info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .blog-grid-2-cols .entry_info, .blog-grid-3-cols .entry_info, .blog-masonry-2-cols .entry_info, .blog-masonry-3-cols .entry_info, .blog-vertical-justify .entry_info {
    display: block; }

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.format-audio .entry-header {
  padding-top: 30px; }

.post {
  border-bottom: 1px solid #353535;
  padding-bottom: 79px;
  margin-bottom: 100px; }
  .post-thumbnail__link.post-thumbnail--small {
    display: block;
    margin-bottom: 15px;
    text-align: center; }
    @media (min-width: 992px) {
      .post-thumbnail__link.post-thumbnail--small {
        float: left;
        margin-right: 30px;
        text-align: left; } }
  .post-thumbnail__img {
    display: inline-block;
    vertical-align: top; }
    .entry-header + .post-thumbnail &gt; .post-thumbnail__img {
      margin-top: 25px; }
  .posts-list .post-thumbnail--fullwidth {
    display: block;
    margin-bottom: 1em; }
    @media (min-width: 992px) {
      .posts-list .post-thumbnail--fullwidth {
        margin-bottom: 1.5em; } }
  .post .post__tags {
    margin: 8px 0 0; }
  .post .post__tags__header {
    display: block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 13px;
    margin: 8px 0 0; }
    .blog .post .post__tags__header {
      display: block;
      margin: 8px 0 0; }
  .post__cats {
    margin-bottom: 22px; }
    .post__cats a {
      line-height: 22px;
      display: inline-block;
      margin: 0;
      padding: 13px 20px 10px;
      font-size: 13px;
      font-weight: 500;
      vertical-align: top;
      text-decoration: none;
      margin-bottom: 5px;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      @media (max-width: 980px) {
        .post__cats a {
          padding: 10px 20px;
          font-size: 12px; } }
    .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
      position: absolute;
      z-index: 99;
      top: 0;
      left: 0; }
    .post-format-wrap .post__cats {
      position: absolute;
      z-index: 99;
      top: 10px;
      left: 10px; }
      @media (min-width: 992px) {
        .post-format-wrap .post__cats {
          top: 30px;
          left: 30px; } }
  .post__date, .post__comments, .post__tags {
    font-size: 13px; }
    .post__date .material-icons,
    .post__date .fa, .post__comments .material-icons,
    .post__comments .fa, .post__tags .material-icons,
    .post__tags .fa {
      font-size: 16px;
      margin-right: 5px;
      vertical-align: middle; }
      .invert .post__date .material-icons, .invert
      .post__date .fa, .invert .post__comments .material-icons, .invert
      .post__comments .fa, .invert .post__tags .material-icons, .invert
      .post__tags .fa {
        color: inherit; }
    .post__date a, .post__comments a, .post__tags a {
      text-decoration: none; }
  .post__date, .post__comments {
    margin-right: 15px;
    display: inline-block; }
    .single .post__date, .single .post__comments {
      margin-right: 0;
      margin-left: 0; }
  .single .post__comments {
    margin-right: 0;
    margin-left: 23px; }
  .post__tags {
    margin-top: 0; }
  .posted-by__author {
    text-decoration: none;
    text-transform: capitalize; }

/*--------------------------------------------------------------
### Read More button
--------------------------------------------------------------*/
.posts-list__item .btn {
  padding: 20px 28px 18px; }
  .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;
    display: none; }

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

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

.single iframe {
  width: 100%;
  margin-bottom: 43px; }

.post-list__item-content {
  overflow: hidden; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a.icon.rounded_rectangle {
  background: none; }

.textwidget .tm_pb_button {
  margin-top: 18px; }

.post_wrapper {
  overflow: hidden; }

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky {
  display: block; }
  .sticky__label {
    line-height: 22px;
    display: inline-block;
    float: right;
    padding: 0 10px;
    text-align: center;
    border-radius: 20px; }
    .sticky__label .material-icons,
    .sticky__label .fa {
      font-size: 21px;
      line-height: 2;
      display: block;
      width: auto;
      width: calc(2em - 20px);
      height: 2em; }
      .posts-list .sticky__label .material-icons, .posts-list
      .sticky__label .fa {
        font-size: 21px;
        color: inherit; }
    .has-post-thumbnail .sticky__label {
      position: absolute;
      z-index: 99;
      top: 10px;
      right: 10px;
      float: none; }
      @media (min-width: 992px) {
        .has-post-thumbnail .sticky__label {
          top: 30px; } }
  @media (min-width: 992px) {
    .posts-list--grid-2-cols .sticky.posts-list__item .btn,
    .posts-list--grid-3-cols .sticky.posts-list__item .btn {
      padding: 20px 28px 18px; }
    .two-sidebars .sticky.posts-list__item .btn {
      padding: 0; } }
  @media (min-width: 992px) {
    .sticky.posts-list__item .btn__text {
      display: inline-block; }
      .posts-list--masonry-2-cols .sticky.posts-list__item .btn__text,
      .posts-list--masonry-3-cols .sticky.posts-list__item .btn__text {
        display: none; } }
  .two-sidebars .sticky.posts-list__item .btn__text {
    display: none; }
  @media (min-width: 992px) {
    .sticky.posts-list__item .btn__icon,
    .sticky.posts-list__item .btn .material-icons,
    .sticky.posts-list__item .btn .fa {
      display: none; }
      .posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon,
      .posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon, .posts-list--masonry-2-cols
      .sticky.posts-list__item .btn .material-icons,
      .posts-list--masonry-3-cols
      .sticky.posts-list__item .btn .material-icons, .posts-list--masonry-2-cols
      .sticky.posts-list__item .btn .fa,
      .posts-list--masonry-3-cols
      .sticky.posts-list__item .btn .fa {
        display: inline-block; } }
  .two-sidebars .sticky.posts-list__item .btn__icon, .two-sidebars
  .sticky.posts-list__item .btn .material-icons, .two-sidebars
  .sticky.posts-list__item .btn .fa {
    display: inline-block; }
  @media (min-width: 992px) {
    .posts-list--grid-2-cols .sticky .entry-title,
    .posts-list--grid-3-cols .sticky .entry-title {
      font-size: 30px; } }
  .sticky .post-thumbnail__img {
    width: 100%; }

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
  /* Gallery */
  /* Link */
  /* Quote */
  /* Wrapper for non-image featured content */ }
  .post-gallery {
    margin-bottom: 1em; }
    @media (min-width: 992px) {
      .post-gallery {
        margin-bottom: 50px; }
        .blog .post-gallery {
          margin-bottom: 27px; } }
    .entry-content .post-gallery {
      margin-top: 10px;
      margin-bottom: 50px; }
    .post-gallery__image {
      display: block;
      margin: auto; }
    .post-gallery .swiper-button-next,
    .post-gallery .swiper-button-prev {
      top: 50%;
      margin-top: -29px;
      border-radius: 50%;
      width: 58px;
      height: 58px;
      line-height: 55px;
      text-align: center;
      border: 2px solid #fff;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .post-gallery .swiper-button-next:before,
      .post-gallery .swiper-button-prev:before {
        font-family: 'Material Icons';
        font-weight: 400;
        font-style: normal;
        font-size: 32px;
        margin-right: 0;
        vertical-align: middle;
        content: '\e409'; }
      .blog .post-gallery .swiper-button-next, .single-post .post-gallery .swiper-button-next, .blog
      .post-gallery .swiper-button-prev, .single-post
      .post-gallery .swiper-button-prev {
        position: absolute; }
    .post-gallery .swiper-button-prev {
      left: 30px; }
      .post-gallery .swiper-button-prev:before {
        content: '\e408'; }
    .post-gallery .swiper-button-next {
      right: 30px; }
    .post-gallery .material-icons,
    .post-gallery .fa {
      font-size: 24px; }
    .post-gallery__slide.swiper-slide:hover:hover {
      background-color: transparent; }
    .post-gallery__caption {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 15px;
      color: #fff;
      background: rgba(0, 0, 0, 0.5); }
    .post-gallery__link {
      display: block; }
  .post-format-link {
    display: inline-block;
    margin: 10px 0;
    padding: 11px 20px 11px 15px; }
    .post-format-link:before {
      display: inline-block;
      margin: 0 5px 0 0;
      content: 'insert_link';
      vertical-align: middle;
      font-size: 17px;
      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'; }
  .has-thumb .post-thumbnail {
    position: relative;
    margin-bottom: 50px; }
    .blog .has-thumb .post-thumbnail {
      margin-bottom: 27px; }
  .has-thumb .post-thumbnail__format-link {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    text-align: center; }
    .has-thumb .post-thumbnail__format-link .post-format-link {
      margin: -20px 0 0 0;
      font-size: 13px;
      font-weight: 500; }
  .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 {
      background: none; }
    .post-featured-content .post__cats {
      padding: 0; }
      .format-video .post-featured-content .post__cats {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        z-index: 1; }
        @media (min-width: 992px) {
          .format-video .post-featured-content .post__cats {
            margin: 30px; } }
        .format-video .post-featured-content .post__cats:first-child {
          position: static; }
  .post.format-status .post__cats {
    padding: 0 0 10px; }
  .post.format-gallery .post__cats {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1; }
    .single-post .post.format-gallery .post__cats {
      position: relative; }

/* Aside */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* Audio */
.mejs-container {
  margin-bottom: 32px; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-area-wrap {
  padding: 0; }
  .footer-area-wrap .widget {
    padding-top: 170px;
    padding-bottom: 90px; }
    @media (max-width: 768px) {
      .footer-area-wrap .widget {
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media (max-width: 768px) {
    .footer-area-wrap {
      padding: 70px 0 20px; } }
  .footer-area-wrap .subscribe-block__input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 769px) and (max-width: 1199px) {
      .footer-area-wrap .subscribe-block__input-group {
        display: block; } }
    .footer-area-wrap .subscribe-block__input-group .subscribe-block__input {
      width: 100%;
      -webkit-appearance: none;
      border-radius: 0; }
  @media (max-width: 1199px) {
    .default .footer-area-wrap .subscribe-block__input[type='email'], .default .footer-area-wrap .subscribe-block__submit {
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 767px) {
    .default .footer-area-wrap .subscribe-block__input[type='email'], .default .footer-area-wrap .subscribe-block__submit {
      width: auto; } }
  @media (max-width: 400px) {
    .centered .footer-area-wrap .subscribe-block__input[type='email'], .centered .footer-area-wrap .subscribe-block__submit {
      max-width: 100%;
      width: 100%; } }

.footer-container {
  padding: 25px 30px;
  border: none; }
  .container .footer-container {
    padding: 0; }
  .footer-container .footer-copyright {
    font-size: 13px;
    margin: 20px 0; }

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

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

.site-info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .site-info__flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .site-info__flex .footer-logo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0; }
    .site-footer.minimal .site-info__flex .footer-logo a {
      top: 6px;
      display: inline-block;
      position: relative; }
  .site-info__flex .social-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: center;
    align-self: center; }
    @media (min-width: 768px) {
      .site-info__flex .social-list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .site-info__flex .site-info__mid-box {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: center;
    align-self: center; }
    @media (min-width: 768px) {
      .site-info__flex .site-info__mid-box {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }

@media (min-width: 992px) {
  #menu-footer-menu-custom {
    -webkit-column-gap: 50px;
    column-gap: 50px;
    -webkit-column-count: 2;
    column-count: 2; } }

#menu-footer-menu-custom li {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 11px;
  padding-left: 0; }
  #menu-footer-menu-custom li a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #menu-footer-menu-custom li:before {
    display: none; }

.footer-container .site-info__bottom {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.footer-container .footer-logo, .footer-container .social-list {
  margin: 20px 0 10px; }

.footer-container .footer-menu {
  margin: 10px 0; }

.footer-container .site-info-wrapper, .footer-container .site-info__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-container .site-info-wrapper._block, .footer-container .site-info__bottom._block {
    display: block;
    text-align: center; }
    .footer-container .site-info-wrapper._block &gt; * + *, .footer-container .site-info__bottom._block &gt; * + * {
      margin-top: 30px; }

.site-footer.default .footer-container {
  border-top: 1px solid #353535; }
  @media (max-width: 1199px) {
    .site-footer.default .footer-container .site-info-wrapper, .site-footer.default .footer-container .site-info__bottom {
      display: block;
      text-align: center; }
      .site-footer.default .footer-container .site-info-wrapper &gt; * + *, .site-footer.default .footer-container .site-info__bottom &gt; * + * {
        margin-top: 30px; } }

.site-footer.default .footer-copyright {
  display: block;
  vertical-align: middle; }

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

.site-footer.default .widget {
  margin-bottom: 0;
  border-bottom: none; }
  @media (max-width: 768px) {
    .site-footer.default .widget {
      margin-bottom: 30px; } }

.site-footer.default .follow-block {
  border-bottom: none;
  padding: 0; }
  @media (max-width: 768px) {
    .site-footer.default .follow-block {
      text-align: center; } }

.site-footer.default .subscribe-block {
  padding: 0 0 43px 0;
  border-top: none; }

.site-footer.default .widget-subscribe:after {
  display: none; }

.site-footer .widget-about__logo {
  display: inline-block;
  float: left; }

.site-footer .widget-about__tagline {
  font-size: 13px;
  display: inline-block;
  float: left;
  margin: 6px 0 0 5px; }
  .site-footer .widget-about__tagline p {
    margin: 0; }

.site-footer.centered .footer-copyright {
  display: block;
  vertical-align: middle; }

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

.site-footer.centered .widget {
  margin-bottom: 0;
  border-bottom: none; }
  @media (max-width: 768px) {
    .site-footer.centered .widget {
      margin-bottom: 30px; } }

.site-footer.centered .follow-block {
  border-bottom: none;
  padding: 0; }
  @media (max-width: 768px) {
    .site-footer.centered .follow-block {
      text-align: center; } }

.site-footer.centered .subscribe-block {
  padding-left: 0;
  padding-right: 0;
  border-top: none; }

.site-footer.centered .widget-subscribe:after {
  display: none; }

.site-footer .widget-about__logo {
  display: inline-block;
  float: left; }

.site-footer .widget-about__tagline {
  font-size: 13px;
  display: inline-block;
  float: left;
  margin: 6px 0 0 5px; }
  .site-footer .widget-about__tagline p {
    margin: 0; }

@media (max-width: 1199px) {
  .site-footer.minimal .footer-container .site-info-wrapper, .site-footer.minimal .footer-container .site-info__bottom {
    display: block;
    text-align: center; }
    .site-footer.minimal .footer-container .site-info-wrapper &gt; * + *, .site-footer.minimal .footer-container .site-info__bottom &gt; * + * {
      margin-top: 30px; } }

.site-footer.minimal .footer-copyright {
  display: block;
  vertical-align: middle; }
  @media (min-width: 1200px) {
    .site-footer.minimal .footer-copyright {
      float: left; } }

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

.site-footer.minimal .footer-container {
  border-top: none; }

@media (max-width: 768px) {
  .site-footer.minimal .widget {
    margin-bottom: 30px; } }

.site-footer.minimal .follow-block {
  border-bottom: none;
  padding: 0; }

.not-found.error-404 {
  margin-bottom: 1em;
  text-align: left; }
  @media (min-width: 992px) {
    .not-found.error-404 {
      margin-bottom: 2em; } }
  .not-found.error-404 .page-title {
    margin: 25px 0; }
  .not-found.error-404 .page-title {
    color: #fff; }
  .not-found.error-404 h4 {
    margin: 0 0 25px; }
  .not-found.error-404 .btn {
    padding-right: 28px;
    padding-left: 28px;
    letter-spacing: .5px;
    width: auto;
    margin: 0;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500; }
    .not-found.error-404 .btn i {
      font-family: inherit;
      margin: 0;
      display: inline-block;
      font-size: inherit;
      text-transform: inherit;
      font-weight: inherit;
      color: inherit; }
  .not-found.error-404 .search-form {
    padding-top: 8px;
    max-width: 418px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .not-found.error-404 .search-form label {
      -webkit-box-flex: 50;
      -ms-flex-positive: 50;
      flex-grow: 50; }
  .not-found.error-404 .caption {
    margin: 87px 0 0;
    padding: 82px 0;
    border-top: 1px solid #353535; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 86px;
  padding-bottom: 90px;
  border-bottom: 1px solid #353535; }
  .widget:last-child {
    border-bottom: none; }
    .widget:last-child:after {
      display: none; }
  .widget-title {
    margin: 0 0 36px; }
  .widget + .widget {
    margin-top: 0; }
    @media (min-width: 768px) {
      .widget + .widget {
        margin-top: 0; } }
  .sidebar-primary .widget,
  .sidebar-secondary .widget,
  .footer-area .widget {
    margin-top: 0; }
    @media (min-width: 768px) {
      .sidebar-primary .widget,
      .sidebar-secondary .widget,
      .footer-area .widget {
        margin-top: 0; } }
  .widget-area .widget:last-child {
    margin-bottom: 30px; }
  .widget select {
    max-width: 100%; }

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

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

.widget li {
  position: relative;
  margin-left: 0;
  list-style: none;
  margin-top: .25em; }
  .widget li &gt; ul {
    margin-left: 0; }

.widget_archive &gt; li,
.widget_categories &gt; li,
.widget_pages &gt; li,
.widget_meta &gt; li,
.widget_rss &gt; li,
.widget_nav_menu &gt; li,
.widget_recent_entries &gt; li,
.page .entry-content #tm_builder_outer_content ul &gt; li, ul &gt; li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 7px; }
  .widget_archive &gt; li:before,
  .widget_categories &gt; li:before,
  .widget_pages &gt; li:before,
  .widget_meta &gt; li:before,
  .widget_rss &gt; li:before,
  .widget_nav_menu &gt; li:before,
  .widget_recent_entries &gt; li:before,
  .page .entry-content #tm_builder_outer_content ul &gt; li:before, ul &gt; li:before {
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px; }

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
#wp-calendar {
  background: #0d0d0d;
  position: relative; }

.widget_calendar table {
  margin-bottom: 0; }

.widget_calendar caption {
  margin-bottom: 0;
  padding: 10px .5em;
  font-weight: 500;
  font-size: 22px; }
  @media (max-width: 991px) {
    .widget_calendar caption {
      font-weight: 400;
      font-size: 15px; } }

.widget_calendar th, .widget_calendar tbody td {
  padding: 0;
  height: 55px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #353535; }
  .widget_calendar th a, .widget_calendar tbody td a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.widget_calendar tbody tr:last-child td {
  border-bottom: none; }

.widget_calendar tfoot {
  position: absolute;
  top: 11px;
  padding: 0 13px; }
  @media (max-width: 991px) {
    .widget_calendar tfoot {
      top: 8px;
      padding: 0; } }
  .widget_calendar tfoot #next a, .widget_calendar tfoot #prev a {
    font-size: 0; }
    .widget_calendar tfoot #next a:before, .widget_calendar tfoot #prev a:before {
      font-size: 32px;
      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'; }
      @media (max-width: 991px) {
        .widget_calendar tfoot #next a:before, .widget_calendar tfoot #prev a:before {
          font-size: 25px; } }
  .widget_calendar tfoot #next {
    text-align: right; }
    .widget_calendar tfoot #next a:before {
      content: 'chevron_right'; }
  .widget_calendar tfoot #prev a:before {
    content: 'chevron_left'; }

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 8px;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid;
  font-weight: 500; }
  @media (min-width: 992px) {
    .tagcloud a {
      padding: 15px 24px; } }
  .tagcloud a:focus {
    outline: none; }

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries li + li {
  margin-top: 1em; }

.widget_recent_entries li .post-date {
  font-size: .85em;
  display: block; }

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments li {
  margin-left: 0;
  font-size: 13px;
  padding-bottom: 11px;
  padding-left: 0; }
  .widget_recent_comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .widget_recent_comments li .comment-author-link {
    margin-bottom: 15px;
    display: inline-block; }
    .widget_recent_comments li .comment-author-link &gt; a {
      display: inline-block !important;
      font-size: 13px;
      font-weight: 300; }
  .widget_recent_comments li a {
    display: table-cell !important;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500; }
  .widget_recent_comments li::before {
    display: none; }
  .widget_recent_comments li + li {
    margin-top: 1em; }

/*--------------------------------------------------------------
## About Builderry
--------------------------------------------------------------*/
.widget-about__logo-img {
  vertical-align: top; }

/*--------------------------------------------------------------
## About author
--------------------------------------------------------------*/
.widget-about-author {
  text-align: left; }
  .full-width-header-area .widget-about-author,
  .after-content-full-width-area .widget-about-author {
    padding: 1em;
    text-align: left; }
    @media (min-width: 992px) {
      .full-width-header-area .widget-about-author,
      .after-content-full-width-area .widget-about-author {
        padding: 2em; } }
  .before-content-area .widget-about-author,
  .before-loop-area .widget-about-author,
  .after-content-area .widget-about-author,
  .after-loop-area .widget-about-author {
    text-align: left; }
  .position-two-sidebars .before-loop-area .widget-about-author,
  .position-two-sidebars .after-loop-area .widget-about-author {
    text-align: center; }

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

.about-author_avatar {
  text-align: center; }
  .full-width-header-area .about-author_avatar,
  .after-content-full-width-area .about-author_avatar,
  .before-content-area .about-author_avatar,
  .before-loop-area .about-author_avatar,
  .after-content-area .about-author_avatar,
  .after-loop-area .about-author_avatar {
    margin: 0 0 1em;
    max-width: 100%; }
    @media (min-width: 544px) {
      .full-width-header-area .about-author_avatar,
      .after-content-full-width-area .about-author_avatar,
      .before-content-area .about-author_avatar,
      .before-loop-area .about-author_avatar,
      .after-content-area .about-author_avatar,
      .after-loop-area .about-author_avatar {
        float: left;
        max-width: 50%;
        margin: 0 1.5em 0 0; } }
  .position-two-sidebars .before-loop-area .about-author_avatar,
  .position-two-sidebars .after-loop-area .about-author_avatar {
    float: none;
    margin: 0; }

.about-author_img {
  border-radius: 0; }

.full-width-header-area .about-author_content,
.after-content-full-width-area .about-author_content,
.before-content-area .about-author_content,
.before-loop-area .about-author_content,
.after-content-area .about-author_content,
.after-loop-area .about-author_content {
  overflow: hidden; }

.position-two-sidebars .before-loop-area .about-author_content,
.position-two-sidebars .after-loop-area .about-author_content {
  overflow: visible; }

.about-author_name {
  margin: 0;
  padding: 1em 0;
  text-transform: capitalize;
  font-size: 22px; }

.about-author_description {
  padding: 0 0 1.5em; }

.about-author_btn_box {
  padding-top: 10px; }
  .about-author_btn_box .about-author_btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid; }

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.widget-banner__img {
  display: inline-block;
  vertical-align: top; }

/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.swiper-carousel-container {
  position: relative; }
  .swiper-carousel-container .swiper_btns {
    position: absolute;
    top: -90px;
    right: 0; }

.swiper-slide:hover {
  background-color: #eef4fa; }

.widget-carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

.swiper-slide .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.swiper-slide .entry-content {
  margin: 0;
  padding: 0; }

.swiper-slide .entry-footer {
  margin: 1.5em 0;
  padding: 0; }

.swiper-slide .post-thumbnail__link {
  display: block;
  overflow: hidden;
  margin-bottom: 13px; }

.swiper-slide .post-thumbnail__img {
  display: block;
  width: 100%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.swiper-slide .post__excerpt {
  padding-bottom: 20px; }

.swiper-slide .post__cats {
  position: absolute;
  top: 0 !important;
  left: 0 !important; }

.swiper-pagination {
  position: static; }

.swiper-button-next, .swiper-button-prev {
  top: 50%;
  display: none;
  width: 58px;
  height: 58px;
  margin: -29px 0 0 0;
  background-image: none;
  opacity: 0.35; }
  .swiper-button-next .fa,
  .swiper-button-next .material-icons, .swiper-button-prev .fa,
  .swiper-button-prev .material-icons {
    margin: 17px; }

.swiper-button-next {
  right: 0; }

.swiper-button-prev {
  left: 0; }

/*--------------------------------------------------------------
## Image Grid
--------------------------------------------------------------*/
.widget-image-grid .row {
  margin: 0; }

.widget-image-grid__holder {
  padding: 0; }

.widget-image-grid__inner {
  position: relative;
  display: block;
  overflow: hidden; }

.widget-image-grid__img {
  display: block;
  width: 100%;
  height: auto; }

.widget-image-grid__content {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  text-align: center;
  opacity: 0;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .widget-image-grid__content:hover {
    opacity: 1; }
  .widget-image-grid__content::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.8; }

.widget-image-grid__title {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .widget-image-grid__title {
      font-size: 15px; } }

.widget-image-grid__link i {
  font-size: 16px;
  position: relative;
  top: 4px;
  margin: 0px 7px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit; }

.position-two-sidebars .columns-number-3 .widget-image-grid__title {
  font-size: 13px; }

.position-two-sidebars .columns-number-3 .widget-image-grid__link {
  display: none; }

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.instagram__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -4px;
  margin-right: -4px; }

.instagram__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-height: 1px;
  padding: 4px; }
  .sidebar-primary .instagram__item,
  .sidebar-secondary .instagram__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.instagram__link {
  position: relative;
  overflow: hidden;
  display: block; }
  .instagram__link:hover .instagram__cover {
    opacity: .75; }

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

.instagram__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  text-align: center;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out; }
  .instagram__cover:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '\E8F4';
    font-size: 2em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.full-width-header-area .widget-instagram,
.after-content-full-width-area .widget-instagram {
  padding: 0 4px; }

/*--------------------------------------------------------------
## Smart Slider
--------------------------------------------------------------*/
.smart-slider__instance {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .smart-slider__instance .sp-full-screen-button {
    right: 15px;
    color: #fff; }
  .smart-slider__instance .sp-selected-thumbnail {
    border: 4px solid; }
  .smart-slider__instance .sp-bottom-thumbnails .sp-thumbnail-container,
  .smart-slider__instance .sp-top-thumbnail .sp-thumbnail-container {
    margin-right: 5px;
    margin-left: 5px; }
  .smart-slider__instance .sp-arrow {
    width: 50px;
    height: 50px; }
    .smart-slider__instance .sp-arrow:before {
      font-size: 24px;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 1em;
      height: 1em;
      margin: 13px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      background-color: transparent;
      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'; }
    .smart-slider__instance .sp-arrow:after {
      display: none; }
  .smart-slider__instance .sp-horizontal .sp-previous-arrow {
    left: 0; }
    .smart-slider__instance .sp-horizontal .sp-previous-arrow:before {
      content: 'keyboard_arrow_left'; }
  .smart-slider__instance .sp-horizontal .sp-next-arrow {
    right: 0; }
    .smart-slider__instance .sp-horizontal .sp-next-arrow:before {
      content: 'keyboard_arrow_right'; }
  .smart-slider__instance .sp-vertical .sp-arrows {
    margin-left: -25px; }
  .smart-slider__instance .sp-vertical .sp-previous-arrow {
    top: 0; }
    .smart-slider__instance .sp-vertical .sp-previous-arrow:before {
      content: 'keyboard_arrow_left'; }
  .smart-slider__instance .sp-vertical .sp-next-arrow {
    bottom: 0; }
    .smart-slider__instance .sp-vertical .sp-next-arrow:before {
      content: 'keyboard_arrow_right'; }
  .smart-slider__instance .sp-buttons {
    position: absolute;
    bottom: 15%;
    padding: 0; }
  .smart-slider__instance .sp-button {
    width: 15px;
    height: 15px;
    margin: 4px 15px;
    border-color: #fff; }
    .smart-slider__instance .sp-button.sp-selected-button {
      background-color: #fff; }
  .smart-slider__instance h2.sp-title {
    font-size: 20px;
    line-height: 1.2;
    overflow: hidden; }
    @media (min-width: 544px) {
      .smart-slider__instance h2.sp-title {
        font-size: 30px; } }
    @media (min-width: 768px) {
      .smart-slider__instance h2.sp-title {
        font-size: 40px; } }
    @media (min-width: 992px) {
      .smart-slider__instance h2.sp-title {
        font-size: 60px; } }
    @media (min-width: 1200px) {
      .smart-slider__instance h2.sp-title {
        font-size: 80px; } }
    .smart-slider__instance h2.sp-title a {
      white-space: nowrap; }
  .smart-slider__instance .sp-slide {
    text-align: center; }
    .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
      font-size: 14px;
      line-height: 1.2; }
      @media (min-width: 544px) {
        .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
          font-size: 18px; } }
      @media (min-width: 768px) {
        .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
          font-size: 22px; } }
      @media (min-width: 992px) {
        .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
          font-size: 30px; } }
      @media (min-width: 1200px) {
        .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
          font-size: 40px; } }
  .smart-slider__instance .sp-image-container:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ''; }

.sidebar-primary .smart-slider__instance .sp-slide.text-wrapped h2.sp-title,
.sidebar-secondary .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
  font-size: 25px;
  line-height: 1.2;
  text-align: center; }

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.widget-subscribe {
  border-bottom: none;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 186px; }
  .widget-subscribe:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #353535;
    position: absolute;
    bottom: -100px; }

.follow-block {
  padding: 28px 38px 22px;
  border-bottom: 1px solid #353535; }
  .widget .follow-block .widget-title {
    font-size: 22px;
    line-height: 36px; }

.subscribe-block {
  padding: 32px 38px 22px; }
  @media (max-width: 1400px) {
    .subscribe-block {
      padding: 20px; } }
  .widget .subscribe-block .widget-title {
    font-size: 22px;
    line-height: 36px; }
  @media (min-width: 992px) {
    .follow-block + .subscribe-block {
      padding: 28px 38px 22px; } }
  .subscribe-block__input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .sidebar-primary .subscribe-block__input-group,
    .sidebar-secondary .subscribe-block__input-group {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 1400px) {
        .sidebar-primary .subscribe-block__input-group,
        .sidebar-secondary .subscribe-block__input-group {
          display: block; } }
  .subscribe-block__input[type='email'] {
    max-width: calc(100% - 50px);
    border: none;
    font-size: .82rem;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    letter-spacing: 0;
    -ms-flex-item-align: auto;
    align-self: auto; }
    @media (min-width: 1200px) {
      .subscribe-block__input[type='email'] {
        width: 60%; } }
    .sidebar-1-4 .subscribe-block__input[type='email'] {
      max-width: calc(100% - 50px); }
    @media (max-width: 1400px) {
      .sidebar-primary .subscribe-block__input[type='email'],
      .sidebar-secondary .subscribe-block__input[type='email'] {
        max-width: 100%;
        width: 100%; } }
  .subscribe-block__submit {
    max-width: 100%;
    padding-right: 28px;
    padding-left: 28px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .subscribe-block__submit:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
    @media (max-width: 1400px) {
      .sidebar-primary .subscribe-block__submit,
      .sidebar-secondary .subscribe-block__submit {
        max-width: 100%;
        width: 100%; } }
  .subscribe-block__message {
    padding: 0 0 15px; }
    .footer-area .subscribe-block__message {
      padding-bottom: 20px; }

.subscribe-block__error {
  padding: 10px 0 0;
  color: #f94545;
  font-size: 13px; }

.subscribe-block__success {
  padding: 10px 0 0;
  font-size: 13px; }

.subscribe-block__input.error, .subscribe-block__input.error:focus {
  -webkit-box-shadow: inset 0 0 0 2px #f94545;
  box-shadow: inset 0 0 0 2px #f94545;
  background-image: url(assets/images/form_icon.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center; }

/*--------------------------------------------------------------
## Taxonomy Tiles
--------------------------------------------------------------*/
.widget-taxonomy-tiles__holder {
  float: left;
  padding: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.widget-taxonomy-tiles__inner {
  position: relative;
  overflow: hidden; }
  .tiles-columns .widget-taxonomy-tiles__inner {
    position: absolute;
    width: 100%;
    height: 100%; }
  .widget-taxonomy-tiles__inner .term-img {
    display: block;
    width: 100%;
    height: auto; }

.widget-taxonomy-tiles .tiles-columns .term-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.widget-taxonomy-tiles__content {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px; }
  .widget-taxonomy-tiles__content:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.9;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.widget-taxonomy-tiles__title {
  margin: 0; }

.widget-taxonomy-tiles .tiles-columns {
  display: block; }
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
    width: 100%; }
    @media (min-width: 544px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
        width: 100%; } }
    @media (min-width: 768px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
        width: 8.33333%; } }
    @media (min-width: 992px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
        width: 8.33333%; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
        width: 8.33333%; } }
  .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
    width: 100%; }
    @media (min-width: 544px) {
      .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
        width: 100%; } }
    @media (min-width: 768px) {
      .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
        width: 16.66667%; } }
    @media (min-width: 992px) {
      .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
        width: 16.66667%; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
        width: 16.66667%; } }
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%; }
    @media (min-width: 544px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 100%; } }
    @media (min-width: 768px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 25%; } }
    @media (min-width: 992px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 25%; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-x {
        width: 25%; } }
  .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
    width: 100%; }
    @media (min-width: 544px) {
      .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
        width: 100%; } }
    @media (min-width: 768px) {
      .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
        width: 33.33333%; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
        width: 33.33333%; } }
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%; }
    @media (min-width: 544px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 100%; } }
    @media (min-width: 768px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 50%; } }
    @media (min-width: 992px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 50%; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
        width: 50%; } }
  .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
    height: 544px; }
    @media (min-width: 544px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
        height: 544px; } }
    @media (min-width: 768px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
        height: 62px; } }
    @media (min-width: 992px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
        height: 80.5px; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
        height: 97.5px; } }
  .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
    height: 544px; }
    @media (min-width: 544px) {
      .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
        height: 544px; } }
    @media (min-width: 768px) {
      .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
        height: 124px; } }
    @media (min-width: 992px) {
      .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
        height: 161px; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
        height: 195px; } }
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 544px; }
    @media (min-width: 544px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 544px; } }
    @media (min-width: 768px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 186px; } }
    @media (min-width: 992px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 241.5px; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-md-y {
        height: 292.5px; } }
  .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
    height: 544px; }
    @media (min-width: 544px) {
      .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
        height: 544px; } }
    @media (min-width: 768px) {
      .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
        height: 248px; } }
    @media (min-width: 992px) {
      .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
        height: 322px; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
        height: 390px; } }
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 544px; }
    @media (min-width: 544px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 544px; } }
    @media (min-width: 768px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 372px; } }
    @media (min-width: 992px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 483px; } }
    @media (min-width: 1200px) {
      .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
        height: 585px; } }
  .widget-taxonomy-tiles .tiles-columns:after {
    display: block;
    clear: both;
    content: ''; }
  .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
  .sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
  .footer-area .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
  .sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
  .footer-area .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-md-x,
  .footer-area .widget-taxonomy-tiles .tiles-columns .tile-md-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
  .sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
  .footer-area .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
  .footer-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%; }

@media (min-width: 768px) {
  .sidebar-primary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
  .sidebar-primary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content,
  .sidebar-secondary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
  .sidebar-secondary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content,
  .footer-area .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
  .footer-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
    display: none; } }

/*--------------------------------------------------------------
## Custom Posts
--------------------------------------------------------------*/
.custom-posts {
  margin-bottom: 100px; }
  .custom-posts__item + .custom-posts__item {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .full-width-header-area .custom-posts__item,
  .after-content-full-width-area .custom-posts__item {
    margin: 0; }
  .custom-posts__item.post {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 40px; }
    .custom-posts__item.post:last-child {
      margin-bottom: 0; }
  .full-width-header-area .custom-posts,
  .after-content-full-width-area .custom-posts {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem; }
  .custom-posts .post-thumbnail {
    float: left;
    margin-right: 30px; }
    .custom-posts .post-thumbnail a {
      display: inline-block; }
    @media (max-width: 1199px) {
      .custom-posts .post-thumbnail {
        margin: 0 0 30px;
        float: none; } }
  .custom-posts .entry-content {
    font-size: 13px; }
  .custom-posts .entry-footer {
    float: none; }
    .custom-posts .entry-footer .btn {
      float: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .custom-posts .post__cats {
    line-height: 1em;
    margin-bottom: 0; }
    .custom-posts .post__cats a {
      padding: 0;
      background: none; }
      .custom-posts .post__cats a:hover {
        background: none; }
  .custom-posts .posted-by {
    font-size: 13px;
    float: left;
    margin: 0 5px 8px; }
  .custom-posts .post__comments {
    margin: 0 0 8px; }
  .custom-posts .entry-meta {
    padding-bottom: 0; }
    @media (max-width: 1400px) {
      .custom-posts .entry-meta span {
        display: block;
        clear: both; } }
  .custom-posts .post__tags {
    display: block;
    margin: 0;
    clear: both; }

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

/*--------------------------------------------------------------
# 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 &gt; span {
    max-width: 100%; }

/*--------------------------------------------------------------
# Builder
--------------------------------------------------------------*/
/*!
Theme Name: Builderry
Theme URI: http://www.templatemonster.com/
Author: Template Monster
Author URI: http://www.templatemonster.com/
Description: Your theme description.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: builderry
Tags: blue, white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

blank is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; 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
--------------------------------------------------------------*/
.page .entry-content #tm_builder_outer_content .tm_pb_module ol &gt; li:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  min-width: 25px;
  display: inline-block;
  margin-right: 8px; }

#tm_builder_outer_content b, #tm_builder_outer_content strong, .page .entry-content b, .page .entry-content strong {
  font-weight: 500; }

.page .entry-content #tm_builder_outer_content {
  padding-top: 0; }

.home.page #tm_builder_outer_content {
  padding-top: 0; }

.single .site-content_wrap.container, .blog .site-content_wrap.container {
  padding-top: 171px; }
  @media (max-width: 768px) {
    .single .site-content_wrap.container, .blog .site-content_wrap.container {
      padding-top: 50px; } }

#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
  bottom: 80px; }
  @media (max-width: 1199px) {
    #tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
      bottom: 20px; } }
  #tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    background: transparent;
    margin-right: 41px; }

#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a.tm-pb-active-control, #tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a:hover {
  background: #fff; }

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description h2 {
  line-height: 1.35em;
  margin-bottom: 13px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_0 .tm_pb_slide_description, .tm_pb_slider_fullwidth_off.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_0 .tm_pb_slide_description {
  padding: 269px 0; }
  @media (max-width: 1199px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_0 .tm_pb_slide_description, .tm_pb_slider_fullwidth_off.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_0 .tm_pb_slide_description {
      padding: 169px 0 198px; } }
  @media (max-width: 980px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_0 .tm_pb_slide_description, .tm_pb_slider_fullwidth_off.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_0 .tm_pb_slide_description {
      padding-bottom: 189px; } }
  @media (max-width: 767px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_0 .tm_pb_slide_description, .tm_pb_slider_fullwidth_off.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_0 .tm_pb_slide_description {
      padding-bottom: 99px; } }

#tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_blurb_content .tm_pb_blurb_container {
  padding-left: 23px;
  vertical-align: bottom; }

#tm_builder_outer_content .tm_pb_blurb .tm_pb_blurb_content {
  display: table;
  max-width: none;
  margin: 0; }
  #tm_builder_outer_content .tm_pb_blurb .tm_pb_blurb_content h4 {
    padding-bottom: 0; }

#tm_builder_outer_content .tm_pb_blurb_content p:last-of-type {
  margin-bottom: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle {
  margin-bottom: 10px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title:before, .tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title:before {
    top: 50%;
    margin-top: -0.5em;
    left: auto;
    right: 0;
    float: none;
    margin-right: 0;
    position: absolute; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title:before {
    content: '\e148'; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title:before {
    content: '\e15d'; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle:last-child {
    margin-bottom: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module button {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  min-height: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module_content h2 {
  padding-bottom: 26px;
  line-height: 1em;
  font-size: 22px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_audio_module_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_audio_module_content {
  padding: 65px 40px 103px 60px; }
  @media (max-width: 991px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module_content,
    .tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module_content,
    .tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module_content,
    .tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_audio_module_content,
    .tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_audio_module_content {
      padding-left: 20px;
      padding-right: 20px; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module_content {
  padding: 65px 40px 103px 60px; }
  @media (max-width: 991px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module_content {
      padding-left: 20px;
      padding-right: 20px; } }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-mediaelement {
  background: transparent; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-time-handle,
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-volume-slider,
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-clear {
  display: block !important; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls {
  -webkit-box-shadow: none;
  box-shadow: none;
  bottom: auto !important;
  margin-left: -10px; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container span.mejs-currenttime {
  font-size: 15px;
  text-shadow: none;
  font-weight: 300; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container p.tm_audio_module_meta {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300; }
  .tm_pb_builder #tm_builder_outer_content .tm_audio_container p.tm_audio_module_meta strong {
    font-weight: 300; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-button.mejs-playpause-button, .tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-button.mejs-volume-button,
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-button.mejs-playpause-button button,
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-button.mejs-volume-button button {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none; }

.tm_pb_builder #tm_builder_outer_content .mejs-volume-button button::after,
.tm_pb_builder #tm_builder_outer_content .mejs-pause button::after {
  display: none !important; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container span.mejs-offscreen {
  display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider {
  width: 50px; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-button button:focus {
  text-decoration: none !important; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-float {
  border: none !important; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container button:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container span.mejs-time-float-current {
  min-width: 30px; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-container {
  background: none;
  height: auto;
  margin-top: -6px; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-embed {
  background: none;
  height: auto; }
  .tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-embed body {
    background: none;
    height: auto; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-container .mejs-controls {
  background: none;
  height: auto; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-time.mejs-currenttime-container,
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  display: none !important; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-time.mejs-currenttime-container.custom {
  display: block !important;
  padding: 0;
  margin-left: -45px;
  height: 30px;
  line-height: inherit;
  margin-top: 15px;
  z-index: 1;
  position: relative; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
  height: 30px;
  margin: 12px 0;
  width: 100% !important;
  top: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  height: 11px;
  margin: 22px 0;
  width: 118px;
  top: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container span.mejs-time-total.mejs-time-slider {
  display: block !important;
  position: relative !important;
  max-width: 100%; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls div.mejs-time-rail {
  padding-top: 0;
  position: relative;
  display: block !important; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
  height: 30px; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height: 11px; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top: 22px; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none !important;
  top: -5px;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 15px; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none !important;
  top: -5px;
  border: none;
  border-radius: 15px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 7px; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
  height: 30px;
  margin-left: 5px;
  display: block !important;
  float: left;
  margin-top: 10px; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls div.mejs-horizontal-volume-slider {
  height: 4px; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls div.mejs-time-rail {
  width: calc(100% - 40px) !important; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail span,
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail a {
  width: auto; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button {
  width: 30px;
  height: 30px;
  margin-right: 10px; }
  .tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button button {
    width: inherit;
    height: inherit;
    margin: 0;
    margin: 9px 0 0; }
    .tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button button:before {
      font-family: 'Material Icons';
      font-weight: 400;
      font-style: normal;
      content: '\e037';
      font-size: 33px;
      vertical-align: middle; }
  .tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button.mejs-pause button:before {
    content: '\e034'; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button {
  margin-left: 0;
  margin-right: 10px;
  margin-top: 17px;
  clear: both; }
  .tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button button:before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    vertical-align: middle;
    content: '\e050'; }
  .tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button.mejs-unmute button:before {
    content: '\e04f'; }
  .tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button.mejs-mute button:before {
    content: "\e050"; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module {
  position: relative; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_cover_art {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 400px;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 991px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_audio_cover_art {
      position: relative;
      width: 100%;
      height: 200px; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module_content {
  margin-left: 400px;
  text-align: left; }
  @media (max-width: 991px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module_content {
      margin-left: 0; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module_content h2 {
    margin-bottom: -5px; }

.tm_pb_builder #tm_builder_outer_content .tm_audio_module_meta {
  margin-bottom: 17px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_no_image .tm_pb_audio_module_content {
  margin-left: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_counters {
  list-style: none !important;
  padding: 0 !important;
  line-height: inherit !important; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_counters &gt; div {
    margin-bottom: 25px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_counter_title {
  font-size: 22px;
  line-height: 1.6em;
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: 19px;
  word-wrap: break-word; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_counter_container {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  display: block; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_counter_amount {
  opacity: 0;
  float: left;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7em;
  text-align: left;
  padding: 1px 3% 1px 1px;
  display: block;
  min-height: 6px;
  position: relative; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_counter_amount .tm_pb_counter_amount_number {
    margin-left: 10px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_counter_amount:before {
    content: '';
    display: inline-block;
    border: 15px solid transparent;
    border-left: 15px solid;
    border-top: 15px solid;
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 0; }

.tm_pb_builder #tm_builder_outer_content .tm-animated .tm_pb_counter_amount {
  opacity: 1;
  -webkit-animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

#tm_builder_outer_content .tm_pb_blog_grid blockquote:before,
#tm_builder_outer_content .tm_pb_posts blockquote:before {
  display: none; }

#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_image_container {
  max-width: 100%; }

#tm_builder_outer_content .tm_pb_blog_masonry_wrapper a.more-link,
#tm_builder_outer_content .tm_pb_blog_grid_wrapper a.more-link {
  margin-top: 33px; }

#tm_builder_outer_content .tm_pb_blog_list_wrapper .tm_pb_post .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#tm_builder_outer_content .tm_pb_post {
  margin-bottom: 100px !important;
  padding-bottom: 100px; }
  #tm_builder_outer_content .tm_pb_post .entry-featured-image-url {
    display: block;
    position: relative; }
  #tm_builder_outer_content .tm_pb_post h4 {
    padding: 0;
    margin-bottom: 22px;
    border-bottom: none; }
    #tm_builder_outer_content .tm_pb_post h4 a {
      text-decoration: none; }
  #tm_builder_outer_content .tm_pb_post .caption {
    padding-top: 23px; }
  #tm_builder_outer_content .tm_pb_post .tm_pb_post_meta {
    font-size: 13px;
    padding-top: 0; }
    #tm_builder_outer_content .tm_pb_post .tm_pb_post_meta .author {
      text-transform: capitalize; }
    #tm_builder_outer_content .tm_pb_post .tm_pb_post_meta .published {
      margin-left: 5px; }
  #tm_builder_outer_content .tm_pb_post .post__comments {
    margin-left: 10px; }
    #tm_builder_outer_content .tm_pb_post .post__comments:before {
      font-family: 'Material Icons';
      font-weight: 400;
      font-style: normal;
      content: '\e0cb';
      font-size: 16px;
      margin-right: 5px;
      vertical-align: middle; }
  #tm_builder_outer_content .tm_pb_post .post__tags__header {
    margin-left: 0;
    clear: both;
    display: block;
    margin-top: 5px; }

#tm_builder_outer_content .tm_pb_post .post-meta {
  margin-bottom: 6px; }
  #tm_builder_outer_content .tm_pb_post .post-meta a {
    text-decoration: none; }

#tm_builder_outer_content .tm_pb_post .more {
  text-decoration: none; }

#tm_builder_outer_content .tm_pb_posts a.more-link {
  clear: none;
  padding: 19px 28px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .5px;
  border: 2px solid;
  line-height: 1em; }

#tm_builder_outer_content .tm_pb_has_overlay.tm_pb_post .tm_pb_image_container a {
  display: block;
  position: relative; }

#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_post {
  word-wrap: break-word; }

#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_image_container {
  position: relative; }

#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_image_container img {
  min-width: 100%;
  max-width: 100%;
  height: auto; }

#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_no_thumb h2 {
  margin-top: 0; }

#tm_builder_outer_content .tm_pb_blog_grid .tm_audio_content {
  margin-bottom: 0; }

#tm_builder_outer_content .tm_pb_blog_grid[data-columns]::before {
  display: none;
  opacity: 0;
  line-height: 0; }

#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_post .tm_pb_slide {
  min-height: 442px; }

#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_post .tm_pb_slide {
  min-height: 390px; }

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_post .tm_pb_slide {
  min-height: 284px; }

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_post .tm_pb_slide,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_post .tm_pb_slide {
  min-height: 180px; }

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_post .tm_pb_slide {
  min-height: 125px; }

#tm_builder_outer_content .tm_pb_post .tm_pb_slider {
  margin-bottom: 0; }

#tm_builder_outer_content .tm_pb_post .tm-pb-controllers a {
  margin-bottom: 10px; }

#tm_builder_outer_content .tm_pb_post_title.tm_pb_featured_bg {
  padding: 16% 8%;
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden; }

#tm_builder_outer_content .tm_pb_post_title .tm_pb_parallax_css {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#tm_builder_outer_content .tm_pb_post_title.tm_pb_featured_bg .tm_pb_title_container {
  padding: 1em 1.5em; }

#tm_builder_outer_content .tm_pb_post_title.tm_pb_featured_bg .tm_pb_title_meta_container {
  padding-bottom: 0; }

#tm_builder_outer_content .single-post.tm_right_sidebar .tm_pb_fullwidth_section .tm_pb_post_title,
#tm_builder_outer_content .single-post.tm_left_sidebar .tm_pb_fullwidth_section .tm_pb_post_title {
  padding-top: 0; }

#tm_builder_outer_content .single-post.tm_right_sidebar .tm_pb_fullwidth_section .tm_pb_post_title.tm_pb_featured_bg {
  padding-top: 6%; }

#tm_builder_outer_content .tm_pb_post_slider_image_bottom .tm_pb_slide_image {
  position: relative;
  margin: 0 auto 10px !important; }

#tm_builder_outer_content .tm_pb_post_slider_image_bottom .tm_pb_slide_description {
  padding-bottom: 8%; }

#tm_builder_outer_content .tm_pb_post_slider_image_top .tm_pb_slide_image {
  position: relative;
  margin: 8% auto 0 !important; }

#tm_builder_outer_content .tm_pb_post_slider_image_top .tm_pb_slide_description {
  padding-top: 8%;
  padding-bottom: 8%; }

#tm_builder_outer_content .tm_pb_post_slider_image_right .tm_pb_slide_description {
  float: left !important; }

#tm_builder_outer_content .tm_pb_post_slider_image_right .tm_pb_slide_image {
  right: 0;
  margin-right: 0; }

#tm_builder_outer_content .tm_pb_blog_grid .tm_main_video_container,
#tm_builder_outer_content .tm_pb_blog_grid .tm_audio_content,
#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_post .tm_pb_slider {
  margin: -20px -20px 10px; }

#tm_builder_outer_content .js .tm_pb_blog_grid[data-columns] .tm_pb_post {
  opacity: 0; }

#tm_builder_outer_content .js .tm_pb_blog_grid[data-columns] .column .tm_pb_post {
  opacity: 1;
  -webkit-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

#tm_builder_outer_content .tm_pb_post .entry-content {
  padding-top: 30px; }

#tm_builder_outer_content .tm_pb_post .tm_pb_gallery_post_type .tm_pb_slide {
  min-height: 500px;
  background-size: cover !important;
  background-position: top center; }

#tm_builder_outer_content .tm_pb_row .tm_pb_blog_grid .tm_pb_post .tm_pb_slide {
  min-height: 180px; }

#tm_builder_outer_content .tm_pb_post_slider.tm_pb_bg_layout_dark .post-meta {
  color: #fff !important; }
  #tm_builder_outer_content .tm_pb_post_slider.tm_pb_bg_layout_dark .post-meta a {
    color: #fff !important; }

#tm_builder_outer_content .tm_pb_post_slider.tm_pb_bg_layout_light .post-meta {
  color: #333 !important; }
  #tm_builder_outer_content .tm_pb_post_slider.tm_pb_bg_layout_light .post-meta a {
    color: #333 !important; }

#tm_builder_outer_content .tm_pb_post_slider.tm_pb_bg_layout_dark {
  background: #2ea3f2; }

#tm_builder_outer_content .tm_pb_post_slider.tm_pb_bg_layout_light {
  background: #f5f5f5; }

#tm_builder_outer_content .tm_pb_post_slider .tm_pb_slide.tm-pb-active-slide .tm_pb_slide_description,
#tm_builder_outer_content .tm_pb_post_slider .tm_pb_slide.tm-pb-active-slide .tm_pb_slide_image {
  opacity: 0; }

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_post_slider_image_bottom .tm_pb_slide,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_post_slider_image_bottom .tm_pb_slide,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_post_slider_image_bottom .tm_pb_slide,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_post_slider_image_bottom .tm_pb_slide {
  padding-bottom: 6%; }

#tm_builder_outer_content .tm_pb_column .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
  margin-bottom: 10% !important; }

#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
  margin-bottom: 5% !important; }

#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
  margin-bottom: 5% !important; }

#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
  margin-bottom: 7% !important; }

#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
  margin-bottom: 15% !important; }

#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
  margin-bottom: 15% !important; }

#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
  margin-bottom: 25% !important; }

#tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_post_title {
  padding: 6% 0; }
  #tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_post_title.tm_pb_image_above {
    padding-top: 0; }
  #tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_post_title.tm_pb_image_below {
    padding-bottom: 0; }

#tm_builder_outer_content .tm_pb_posts_nav.nav-single:after {
  clear: both;
  display: block;
  content: ""; }

#tm_builder_outer_content .tm_pb_posts_nav a {
  display: inline-block; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm_pb_main_blurb_image {
  text-align: left;
  margin-bottom: 30px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm_pb_main_blurb_image a {
    display: inline-block; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm-pb-icon {
  display: table;
  margin-left: auto;
  margin-right: auto; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm-pb-icon:before {
    display: table-cell !important;
    vertical-align: middle;
    content: attr(data-icon); }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm-pb-icon-circle {
  width: 100px;
  height: 100px;
  font-size: 30px;
  border-radius: 100px;
  text-align: center; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm-pb-icon-circle-border {
  border: 3px solid; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb img {
  width: inherit; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_container h4 a {
  border-bottom: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_container .tm_pb_button {
  margin-top: 30px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_content {
  word-wrap: break-word;
  display: block; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_content {
  margin: 0 auto;
  position: relative; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_content p:last-of-type {
    padding-bottom: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb h4 {
  padding-bottom: 5px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb h4 a {
    text-decoration: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_main_blurb_image,
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_main_blurb_image {
  display: table-cell;
  min-width: 184px;
  width: auto;
  margin: 0; }
  @media (max-width: 1199px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_main_blurb_image,
    .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_main_blurb_image {
      display: block;
      padding: 0; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_main_blurb_image img,
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_main_blurb_image img {
  width: inherit; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_left .tm-pb-icon-circle-border,
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm-pb-icon-circle-border {
  border: 2px solid; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_blurb_container,
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_blurb_container {
  display: table-cell;
  vertical-align: top; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_blurb_container {
  padding-left: 24px; }
  @media (max-width: 1199px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_blurb_container {
      padding-left: 0;
      display: block; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_blurb_container {
  padding-right: 15px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_blurb_content {
  padding-right: 52px;
  text-align: right; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_main_blurb_image {
  left: auto;
  right: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm-pb-icon {
  margin-right: 0;
  margin-left: 20px; }

.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button_module_wrapper.tm_pb_button_alignment_right {
  text-align: right; }

.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button_module_wrapper.tm_pb_button_alignment_center {
  text-align: center; }

.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button, .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .more-button {
  padding: 21px 48px 19px !important;
  font-size: 16px;
  white-space: normal;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .8px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media (max-width: 980px) {
    .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button, .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .more-button {
      padding: 10px 20px !important;
      font-size: 12px; } }
  .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button:hover, .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .more-button:hover {
    padding: 21px 48px 19px !important;
    letter-spacing: .8px; }
    @media (max-width: 980px) {
      .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button:hover, .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .more-button:hover {
        padding: 10px 20px !important;
        font-size: 12px; } }
  .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button:after, .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .more-button:after {
    margin-top: -.2em; }
  .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button.custom_btn_small, .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .more-button.custom_btn_small {
    font-size: 13px;
    padding: 15px 30px !important; }
    .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button.custom_btn_small:hover, .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .more-button.custom_btn_small:hover {
      background: transparent; }
    .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button.custom_btn_small.custom_icon:before, .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .more-button.custom_btn_small.custom_icon:before {
      color: #fff;
      display: inline-block;
      font-family: 'Material Icons';
      font-weight: 400;
      font-style: normal;
      content: '\e415';
      font-size: 26px;
      margin-right: 10px;
      vertical-align: middle; }

.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .more-button {
  margin-top: 10px;
  display: inline-block;
  border: 2px solid;
  font-size: 13px;
  padding: 15px 30px !important; }
  .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .more-button:hover {
    padding: 15px 30px !important; }

.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_section_custom .tm_pb_button {
  border-color: #fff; }

.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .download_btn {
  font-size: 13px;
  line-height: 1em;
  padding: 20px 30px;
  white-space: normal;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .8px;
  display: inline-block;
  border: 2px solid; }
  .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .download_btn:before {
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    content: '\e415';
    font-size: 26px;
    margin-right: 10px;
    vertical-align: middle; }
  .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .download_btn:hover {
    background: transparent; }

.tm_pb_button.custom_btn_small {
  border: 2px solid;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 30px !important;
  display: inline-block; }
  .tm_pb_button.custom_btn_small:hover {
    background: transparent; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper {
  display: block;
  margin-bottom: 50px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__super-title {
  display: block;
  text-align: center; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__title {
  display: block;
  text-align: center; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__sub-title {
  display: block;
  text-align: center; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__divider {
  background-color: #ddd; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container {
    display: block;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    padding-bottom: 36px; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container .swiper-button-next,
    .tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container .swiper-button-prev {
      background-color: rgba(0, 0, 0, 0); }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container .tm_pb_brands_showcase_module__item__wrapper.swiper-slide {
      -ms-flex-item-align: center;
      align-self: center;
      text-align: center; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container .tm_pb_brands_showcase_module__item__wrapper.swiper-slide:hover {
        background-color: transparent; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item {
    text-align: center; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item:not(.swiper-slide) {
      display: block; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__wrapper {
      margin: 15px 0 0 0; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__title {
      display: block;
      font-weight: 500;
      margin: 32px 0 21px; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__description {
      display: block;
      font-weight: normal; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_promo {
  padding: 40px 60px;
  background-size: cover; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_promo .tm_pb_promo_button, .tm_pb_builder #tm_builder_outer_content .tm_pb_promo .tm_pb_newsletter_button {
    background: none; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_promo .tm_pb_promo_button:hover, .tm_pb_builder #tm_builder_outer_content .tm_pb_promo .tm_pb_newsletter_button:hover {
      text-decoration: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_promo_description {
  padding-bottom: 20px;
  word-wrap: break-word; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_promo_description p:last-of-type {
    padding-bottom: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_promo,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_promo,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_promo {
  padding: 40px; }

.tm_pb_builder #tm_builder_outer_content .tm-promo-description {
  float: left;
  padding: 0 60px;
  width: 754px; }

.tm_pb_builder #tm_builder_outer_content .bg_wrapper .tm_pb_promo_description h2 {
  font-size: 80px;
  margin-bottom: 19px; }
  @media (max-width: 980px) {
    .tm_pb_builder #tm_builder_outer_content .bg_wrapper .tm_pb_promo_description h2 {
      font-size: 42px; } }
  @media (max-width: 767px) {
    .tm_pb_builder #tm_builder_outer_content .bg_wrapper .tm_pb_promo_description h2 {
      font-size: 22px; } }

.tm_pb_builder.content-layout-boxed .tm_pb_section.tm_pb_with_background {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper {
  opacity: 0;
  position: relative; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper h2 {
    padding-right: 130px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .post__cats {
    position: relative;
    top: 0px;
    left: 0px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .post-thumbnail + .entry-content .post__cats {
    position: absolute;
    top: 0;
    left: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper h1 + .title-delimiter,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper h2 + .title-delimiter,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper h3 + .title-delimiter,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper h4 + .title-delimiter,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper h5 + .title-delimiter,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper h6 + .title-delimiter {
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 0.5; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-content {
    margin: 0;
    padding: 0; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-content .meta_wrap {
      padding-top: 7px; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-content .meta_wrap &gt; div {
        display: inline-block;
        margin-right: 0; }
        .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-content .meta_wrap &gt; div.count_wrap {
          margin-left: 23px; }
          @media (max-width: 400px) {
            .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-content .meta_wrap &gt; div.count_wrap {
              margin: 0;
              display: block; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-footer {
    margin: 1.5em 0;
    padding: 0; }
    @media (max-width: 400px) {
      .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-footer {
        margin: 0; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .btn {
    float: none;
    white-space: normal; }

.tm_pb_builder #tm_builder_outer_content .posted-by {
  font-size: 0; }
  .tm_pb_builder #tm_builder_outer_content .posted-by a {
    font-size: 13px; }
  .tm_pb_builder #tm_builder_outer_content .posted-by:before {
    content: 'by';
    display: inline-block;
    font-size: 13px;
    margin-right: 3px; }

.tm_pb_builder #tm_builder_outer_content .post-date, .tm_pb_builder #tm_builder_outer_content .post-comments {
  font-size: 13px; }

.tm_pb_builder #tm_builder_outer_content .post-comments:before {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  content: '\e0cb';
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle; }

.tm_pb_builder #tm_builder_outer_content .post__tags {
  display: block;
  margin: 8px 0 0; }
  .tm_pb_builder #tm_builder_outer_content .post__tags:before {
    content: 'Tags:';
    display: inline-block;
    font-size: 13px;
    margin-right: 3px; }

.swiper-wrap .swiper-button-prev, .swiper-wrap .swiper-button-next {
  top: 0;
  margin: 0;
  position: relative;
  background: none;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  width: 58px;
  height: 58px;
  opacity: 0.35;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .swiper-wrap .swiper-button-prev:before, .swiper-wrap .swiper-button-next:before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    margin-right: 0;
    vertical-align: middle; }
  body.archive.category .post-gallery .swiper-wrap .swiper-button-prev, body.archive.category .post-gallery .swiper-wrap .swiper-button-next {
    position: absolute; }

.swiper-wrap .swiper-button-prev {
  float: right;
  left: auto;
  right: 10px; }
  .swiper-wrap .swiper-button-prev:before {
    content: '\e408'; }

.swiper-wrap .swiper-button-next {
  float: right;
  right: 0; }
  .swiper-wrap .swiper-button-next:before {
    content: '\e409'; }

.home .swiper-container {
  padding-top: 8px; }

.swiper-wrap {
  position: absolute;
  top: 14px;
  right: 0;
  width: 130px;
  margin: 0;
  overflow: hidden; }
  .tm_pb_brands_showcase_module__wrapper .swiper-wrap {
    top: 0;
    position: relative;
    display: block;
    clear: both;
    width: auto;
    margin: 0 0 30px; }
  @media (max-width: 992px) {
    .swiper-wrap {
      top: -20px; } }

.swiper-pagination {
  padding: 30px 0;
  position: static !important; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    background: transparent;
    margin-right: 41px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
      background: #fff; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter {
  word-wrap: break-word; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter {
  margin: 0 auto 30px;
  position: relative;
  text-align: center; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter .percent {
    position: relative;
    z-index: 2; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter .percent {
  visibility: hidden; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter .percent p,
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_content .tm_pb_circle_counter .percent p:last-of-type {
  font-size: 42px;
  font-weight: 500;
  position: relative;
  line-height: 0.1em;
  padding: 49% 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter h3 {
  padding: 17px 0 0;
  font-size: 22px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact input.tm_pb_contact_captcha {
  display: inline-block;
  max-width: 45px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact form span {
  width: auto; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_field {
  width: 100%; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form_label {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 11px;
  display: block; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form_input {
  width: 100%;
  margin: 0 0 35px 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form_input.tm_contact_error {
    -webkit-box-shadow: inset 0 0 0 2px #f94545;
    box-shadow: inset 0 0 0 2px #f94545;
    background-image: url(assets/images/form_icon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_right {
  display: inline-block;
  width: auto;
  margin: 0;
  text-align: right;
  vertical-align: top; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_message {
  min-height: 150px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact .tm_contact_error {
  border: 1px solid red; }

.tm_pb_builder #tm_builder_outer_content .tm_contact_bottom_container {
  float: right;
  text-align: left;
  overflow: hidden; }
  .tm_pb_builder #tm_builder_outer_content .tm_contact_bottom_container .tm_pb_contact_submit {
    font-size: 13px;
    padding: 15px 30px !important; }
    .tm_pb_builder #tm_builder_outer_content .tm_contact_bottom_container .tm_pb_contact_submit:hover {
      font-size: 13px;
      padding: 15px 30px !important;
      background: transparent; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contactform_validate_field {
  display: none !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  visibility: hidden !important; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message {
  margin-bottom: 40px;
  color: #f94545;
  font-size: 13px; }
  .tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message .cf-success-message {
    color: yellow; }
  .tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message p {
    margin-right: 10px;
    display: inline-block; }
  .tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message ul {
    display: inline-block; }
    .tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message ul li {
      padding: 0 10px 0 0;
      display: inline-block; }
      .tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message ul li:before {
        display: none; }
      .tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message ul li:after {
        content: ','; }
      .tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message ul li:last-child:after {
        display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer_container {
  word-wrap: break-word;
  text-align: left !important; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section {
  width: auto; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .section {
  font-size: 20px;
  line-height: 20px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_countdown_timer .section {
  font-size: 38px;
  line-height: 38px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_countdown_timer .section.label {
    font-size: 12px;
    line-height: 20px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_countdown_timer .sep {
  top: -22px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_countdown_timer .sep,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_countdown_timer .sep,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .sep {
  top: -22px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_countdown_timer .title,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .title {
  font-size: 22px;
  margin-bottom: 20px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_countdown_timer .section,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_countdown_timer .section,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .section {
  font-size: 28px;
  line-height: 28px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_countdown_timer .section .label,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_countdown_timer .section .label,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .section .label {
  font-size: 11px;
  line-height: 19px; }

.tm_pb_builder #tm_builder_outer_content .tm_vertical_nav .tm_pb_column_3_8 .tm_pb_countdown_timer .section .value,
.tm_pb_builder #tm_builder_outer_content .tm_vertical_nav .tm_pb_column_3_8 .tm_pb_countdown_timer .sep {
  font-size: 20px;
  line-height: 20px; }

.tm_pb_builder #tm_builder_outer_content .tm_vertical_nav .tm_pb_column_1_3 .tm_pb_countdown_timer .section .value,
.tm_pb_builder #tm_builder_outer_content .tm_vertical_nav .tm_pb_column_1_3 .tm_pb_countdown_timer .sep {
  font-size: 20px;
  line-height: 20px; }

.tm_pb_builder #tm_builder_outer_content .tm_vertical_nav .tm_pb_column_1_4 .tm_pb_countdown_timer .section .value,
.tm_pb_builder #tm_builder_outer_content .tm_vertical_nav .tm_pb_column_1_4 .tm_pb_countdown_timer .sep {
  font-size: 20px;
  line-height: 20px; }

.tm_pb_builder #tm_builder_outer_content .countdown-sep:before {
  content: ":"; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer {
  padding: 0;
  background-size: cover;
  background-position: 50% 0%; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .tm_pb_countdown_timer_container {
    width: 100%; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .title {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 30px;
    padding: 0;
    text-align: center; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section {
    display: inline-block; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section.values {
      width: auto;
      background: #0d0d0d;
      padding: 53px 0;
      margin-bottom: 50px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 185px; }
      @media (max-width: 1199px) {
        .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section.values {
          width: 175px; } }
      @media (max-width: 991px) {
        .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section.values {
          width: 125px; } }
      @media (max-width: 767px) {
        .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section.values {
          width: 175px; } }
      @media (max-width: 500px) {
        .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section.values {
          width: 200px; } }
      @media (max-width: 320px) {
        .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section.values {
          width: 100%;
          margin-bottom: 30px; } }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section .value {
      font-size: 80px;
      line-height: 1em;
      font-weight: 500;
      padding-bottom: 8px;
      text-align: center;
      display: block; }
      @media (max-width: 991px) {
        .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section .value {
          font-size: 50px; } }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section.zero span {
      opacity: 1; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section .label {
      text-align: center;
      font-size: 17px;
      line-height: 25px;
      display: block;
      font-weight: 500;
      color: #fff; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .sep {
    position: relative;
    top: -28px;
    margin: 0 18px;
    opacity: 0; }
    @media (max-width: 320px) {
      .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .sep {
        display: none; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer_circle_layout .section.values {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer_circle_layout .section.values span {
    display: block;
    -webkit-order: 0;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer_circle_layout .section.sep {
  top: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter {
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
  word-wrap: break-word;
  background-size: cover;
  background-position: 50% 0%;
  width: auto; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter h3 {
    padding: 17px 0 0;
    font-size: 22px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter canvas {
    display: none;
    visibility: hidden; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter .percent {
    height: 169px;
    position: relative;
    z-index: 2;
    visibility: hidden;
    line-height: 169px;
    font-weight: 500;
    width: 169px;
    border-radius: 50%;
    display: inline-block;
    font-size: 42px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_team_member .tm_pb_team_member_image {
  margin-right: 30px;
  float: left; }

.tm_pb_builder #tm_builder_outer_content ul.tm_pb_member_social_links {
  margin-top: 20px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_member_social_links li {
  display: inline-block;
  margin-right: 15px;
  padding-left: 0 !important; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_member_social_links li:before {
    display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_member_social_links a {
  display: inline-block;
  font-size: 16px;
  position: relative;
  text-align: center;
  -webkit-transition: color 300ms ease 0s;
  -o-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  text-decoration: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member {
  padding-bottom: 38px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member_image {
  padding-bottom: 4px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_member_position {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 24px; }

.tm_pb_builder #tm_builder_outer_content .tm-posts_item {
  position: relative;
  margin-bottom: 30px; }
  .tm_pb_row_padding_reset .tm_pb_builder #tm_builder_outer_content .tm-posts_item {
    margin-bottom: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm-posts_item .tm-posts_img {
    position: relative;
    display: block; }
    .tm_pb_builder #tm_builder_outer_content .tm-posts_item .tm-posts_img:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: .8;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 37%, black 77%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 37%, black 77%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(37%, rgba(0, 0, 0, 0)), color-stop(77%, black));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 37%, black 77%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37%, black 77%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
  .tm_pb_builder #tm_builder_outer_content .tm-posts_item img {
    display: block; }
  .tm_pb_builder #tm_builder_outer_content .tm-posts_item .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 30px; }
    .tm_pb_builder #tm_builder_outer_content .tm-posts_item .btn:hover, .tm_pb_builder #tm_builder_outer_content .tm-posts_item .btn:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }

.tm_pb_builder #tm_builder_outer_content .tm-posts_item_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 10; }

.tm_pb_builder #tm_builder_outer_content .tm-posts_title_divider {
  margin: 15px auto;
  background: rgba(0, 0, 0, 0.3);
  height: 1px;
  max-width: 50%;
  display: none; }

.tm_pb_builder #tm_builder_outer_content .tm-posts_item_excerpt {
  padding: 0 0 15px; }

.tm_pb_builder #tm_builder_outer_content .tm-posts_title_group {
  text-align: left;
  font-size: 13px; }

.tm_pb_builder #tm_builder_outer_content .tm-posts_item_meta {
  padding: 0 0 10px;
  font-size: 13px; }
  .tm_pb_builder #tm_builder_outer_content .tm-posts_item_meta &gt; a {
    display: inline-block;
    margin: 0 0 0 10px;
    text-transform: capitalize; }
    .tm_pb_builder #tm_builder_outer_content .tm-posts_item_meta &gt; a:first-child {
      margin-left: 0; }
    .tm_pb_builder #tm_builder_outer_content .tm-posts_item_meta &gt; a .material-icons {
      font-size: 16px;
      vertical-align: middle;
      margin-right: 5px; }
    .tm_pb_builder #tm_builder_outer_content .tm-posts_item_meta &gt; a .fa {
      display: inline-block;
      margin: 0 5px 0 0; }

.tm_pb_builder #tm_builder_outer_content .tm-posts_button_wrap {
  text-align: center; }

.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-3 img {
  width: 100%;
  height: auto; }

.tm_pb_builder #tm_builder_outer_content .tm-posts_listing {
  padding: 0 0 15px; }
  .tm_pb_builder #tm_builder_outer_content .tm-posts_listing .tm-posts_item .tm-posts_item_title a {
    color: #fff; }

.tm_pb_builder #tm_builder_outer_content #tm_builder_outer_content .tm_pb_ajax_more.btn-hidden {
  display: none; }

.tm_pb_builder #tm_builder_outer_content #tm_builder_outer_content .tm-pb-spinner-double-bounce.tm-pb-spinner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 15px; }

.tm_pb_builder #tm_builder_outer_content #tm_builder_outer_content .tm-pb-spinner-double-bounce .tm-pb-double-bounce1, .tm_pb_builder #tm_builder_outer_content #tm_builder_outer_content .tm-pb-spinner-double-bounce .tm-pb-double-bounce2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cherry-doubleBounce 2s infinite ease-in-out;
  animation: cherry-doubleBounce 2s infinite ease-in-out; }

.tm_pb_builder #tm_builder_outer_content #tm_builder_outer_content .tm-pb-spinner-double-bounce .tm-pb-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes cherry-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes cherry-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing {
  margin: 0 -15px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_featured_table {
    z-index: 50; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_heading {
  word-wrap: break-word; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_table {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
  margin: 0 -1px 0 0;
  background: none; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_table &gt; div {
    background: #0d0d0d;
    padding-bottom: 60px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_featured_table {
  margin-top: -63px;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: none;
  box-shadow: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_centered_pricing_items .tm_pb_pricing {
  text-align: center; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing_table {
  width: 25%; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing_3 .tm_pb_pricing_table {
  width: 33.33%; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_2 .tm_pb_pricing_table,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_pricing_table,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_pricing_table {
  width: 50%; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_1 .tm_pb_pricing_table,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_pricing_table,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_pricing_table,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_pricing_table {
  width: 100%;
  margin: 0 0 30px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_1 .tm_pb_pricing_table:last-child,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_pricing_table:last-child,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_pricing_table:last-child,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_pricing_table:last-child {
  margin-bottom: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 &gt; .tm_pb_pricing &gt; .tm_pb_pricing_table:nth-child(4n+1),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 &gt; .tm_pb_pricing &gt; .tm_pb_pricing_table:nth-child(3n+1),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 &gt; .tm_pb_pricing &gt; .tm_pb_pricing_table:nth-child(2n+1),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 &gt; .tm_pb_pricing &gt; .tm_pb_pricing_table:nth-child(2n+1) {
  clear: both; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 &gt; .tm_pb_pricing &gt; .tm_pb_pricing_table:nth-child(n+5),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 &gt; .tm_pb_pricing &gt; .tm_pb_pricing_table:nth-child(n+4),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 &gt; .tm_pb_pricing &gt; .tm_pb_pricing_table:nth-child(n+3),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 &gt; .tm_pb_pricing &gt; .tm_pb_pricing_table:nth-child(n+3) {
  margin-top: 50px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing_table.tm_pb_featured_table:nth-child(n+5),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_pricing_table.tm_pb_featured_table:nth-child(n+4),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_pricing_table.tm_pb_featured_table:nth-child(n+3),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_pricing_table.tm_pb_featured_table:nth-child(n+3) {
  margin-top: 30px; }

@media (max-width: 991px) {
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table {
    width: 100%;
    float: none;
    margin: 0 0 30px; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_heading {
  margin-bottom: 0;
  padding: 52px 0 10px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_heading h2 {
    color: #fff;
    padding-bottom: 0;
    margin: 0 0 30px;
    font-size: 22px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_best_value {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  display: block;
  font-weight: 500;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_content_top {
  padding-bottom: 42px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_tm_price {
  color: #999;
  font-size: 16px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_dollar_sign {
  position: absolute;
  margin-left: -.7em;
  font-size: 42px;
  line-height: 1em;
  font-weight: 500; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_frequency {
  display: block;
  clear: both;
  color: #fff; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_sum {
  font-size: 42px;
  line-height: 1em;
  font-weight: 500;
  color: #fff; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_content {
  padding: 50px 55px 45px;
  text-align: left; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_featured_table .tm_pb_pricing_content {
  padding-bottom: 50px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing li {
  line-height: 1.6em;
  padding: 0 0 7px 20px !important;
  margin-bottom: 0 !important;
  position: relative; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing li:last-child {
    padding-bottom: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing li:before {
    content: '\f111';
    left: 4px;
    position: absolute;
    top: 7px;
    font-size: 10px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing li.tm_pb_not_available {
    color: #ccc; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing li.tm_pb_not_available span:before {
      border-color: #ccc; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing li a {
    font-weight: 500;
    text-decoration: none; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_pricing li span {
    position: relative; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_centered_pricing_items .tm_pb_pricing li {
  padding-left: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_table_button {
  display: inline-block; }

.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper {
  border: none;
  margin: 0; }
  .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .featured-image {
    position: relative; }
    .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .featured-image:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: .5;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.82) 81%, black 99%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.82) 81%, black 99%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), color-stop(81%, rgba(0, 0, 0, 0.82)), color-stop(99%, black));
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.82) 81%, black 99%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.82) 81%, black 99%); }
  .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content {
    padding: 15px 46px 15px 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible !important; }
    .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content h3 {
      font-size: 22px;
      line-height: 36px;
      margin: 0;
      width: 70%;
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important; }
    .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content .permalink.simple-icon {
      width: 58px;
      height: 58px;
      text-align: center;
      background: none;
      border: 2px solid #fff;
      display: table;
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
      .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content .permalink.simple-icon .dashicons.dashicons-admin-links {
        margin: 0;
        width: auto;
        height: auto;
        display: table-cell;
        vertical-align: middle; }
        .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content .permalink.simple-icon .dashicons.dashicons-admin-links:before {
          content: '\e409';
          font-family: 'Material Icons';
          font-size: 32px;
          line-height: 1em;
          width: auto;
          height: auto;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
    .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content .zoom-link.simple-icon {
      width: 58px;
      height: 58px;
      text-align: center;
      background: none;
      border: 2px solid #fff;
      display: table;
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
      -webkit-transition-delay: none !important;
      -o-transition-delay: none !important;
      transition-delay: none !important; }
      .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content .zoom-link.simple-icon span {
        margin: 0;
        width: auto;
        height: auto;
        vertical-align: middle;
        display: table-cell; }
        .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content .zoom-link.simple-icon span:before {
          content: '\e8b6';
          font-family: 'Material Icons';
          font-size: 32px;
          line-height: 1em;
          width: auto;
          height: auto; }
  .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .list-layout .project-content h3 {
    margin-top: 0; }
  .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .project-content h3 {
    font-size: 22px;
    line-height: 36px; }
  .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-filters-list li, .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .order-filters li {
    padding-left: 0; }
    .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-filters-list li:before, .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .order-filters li:before {
      display: none; }

.tm_pb_builder #tm_builder_outer_content .projects-pagination {
  padding: 0 25px;
  margin: 74px 0 20px; }
  .tm_pb_builder #tm_builder_outer_content .projects-pagination .page-link li {
    padding: 0;
    margin: 0 10px 10px 0; }
    .tm_pb_builder #tm_builder_outer_content .projects-pagination .page-link li span {
      line-height: 55px;
      display: inline-block;
      width: 55px;
      height: 55px;
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 13px;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .tm_pb_builder #tm_builder_outer_content .projects-pagination .page-link li:before {
      display: none; }
    .tm_pb_builder #tm_builder_outer_content .projects-pagination .page-link li.active span, .tm_pb_builder #tm_builder_outer_content .projects-pagination .page-link li:hover span {
      color: #fff;
      background: #0d0d0d; }

.tm_pb_builder #tm_builder_outer_content .page-navigation .next-page {
  border: none;
  display: inline-block;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 55px;
  width: auto;
  letter-spacing: .8px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.tm_pb_builder #tm_builder_outer_content .projects-ajax-button {
  margin-top: 71px; }
  .tm_pb_builder #tm_builder_outer_content .projects-ajax-button span {
    padding: 19px 28px;
    text-transform: uppercase;
    font-weight: 500;
    width: auto;
    letter-spacing: .8px;
    font-size: 13px;
    border: 2px solid;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .tm_pb_builder #tm_builder_outer_content .projects-ajax-button span:hover {
      background: transparent; }

.tm_pb_builder #tm_builder_outer_content .projects-container.masonry-layout .hover-content, .tm_pb_builder #tm_builder_outer_content .projects-container.cascading-grid-layout .hover-content, .tm_pb_builder #tm_builder_outer_content .projects-container.list-layout .hover-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 46px; }

.projects-container.grid-layout .projects-list .projects-item {
  margin-bottom: 0 !important; }

.cherry-projects-single .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-bottom: 100px;
  padding-top: 40px; }
  .cherry-projects-single .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__content h3 {
    color: #fff; }

.cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list {
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list {
      padding-bottom: 30px; } }
  .cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list .additional-image-list .image-item {
    margin-bottom: 0;
    padding-left: 0; }
    @media (max-width: 767px) {
      .cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list .additional-image-list .image-item {
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important; } }
    @media (max-width: 480px) {
      .cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list .additional-image-list .image-item {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; } }
    .cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list .additional-image-list .image-item:before {
      display: none; }
  .cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list .additional-image-list.masonry-layout {
    -webkit-column-count: 2;
    column-count: 2; }
    @media (max-width: 767px) {
      .cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list .additional-image-list.masonry-layout {
        -webkit-column-count: 2 !important;
        column-count: 2 !important; } }
    @media (max-width: 480px) {
      .cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list .additional-image-list.masonry-layout {
        -webkit-column-count: 1 !important;
        column-count: 1 !important; } }

.cherry-projects-single .cherry-projects-single-post .additional-image a, .cherry-projects-single .cherry-projects-single-post .wp-image {
  line-height: 0; }

.cherry-projects-single .cherry-projects-single-post .featured-image {
  margin-bottom: 30px;
  position: relative; }
  .cherry-projects-single .cherry-projects-single-post .featured-image .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .cherry-projects-single .cherry-projects-single-post .featured-image .cover:before {
      content: '\e8ff';
      font-family: 'Material Icons';
      font-size: 32px;
      line-height: 1em;
      position: relative;
      top: 35%;
      width: 58px;
      height: 58px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 50%;
      color: #fff;
      border: 2px solid #fff;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  .cherry-projects-single .cherry-projects-single-post .featured-image:hover .cover {
    opacity: 1; }
    .cherry-projects-single .cherry-projects-single-post .featured-image:hover .cover:before {
      top: 0; }

.infowindow {
  font-size: 17px;
  line-height: 34px; }

@media (max-width: 767px) {
  .cherry-projects-single-post .cherry-projects-single__container {
    display: block; } }

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-bar {
  height: 30px;
  overflow: hidden; }
  .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-bar span {
    height: 100%;
    position: relative;
    z-index: 1; }
    .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-bar span:before {
      content: '';
      display: inline-block;
      border: 15px solid transparent;
      border-left: 15px solid;
      border-top: 15px solid;
      position: absolute;
      top: 0;
      right: -30px;
      z-index: 0; }
  .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-bar em {
    line-height: 30px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    font-style: normal;
    float: left;
    margin-left: 10px; }

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-label {
  margin-bottom: 20px; }

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-bar {
  background: #0d0d0d; }

.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-details-list ul li, .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list ul li {
  padding-left: 0; }
  .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-details-list ul li:before, .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list ul li:before {
    display: none; }
  .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-details-list ul li span, .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list ul li span {
    color: #fff; }

.cherry-projects-single-post .cherry-projects-single__container .post-date, .cherry-projects-single-post .cherry-projects-single__container .post-author, .cherry-projects-single-post .cherry-projects-single__container .post-comments-count {
  font-size: 13px; }

.cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item {
  padding-left: 0; }

.projects-filters-list-wrapper,
.projects-order-filters-wrapper {
  padding: 0 25px; }

.projects-filters-list-wrapper ul li span,
.projects-order-filters-wrapper .order-filters li {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.cherry-projects-single-meta {
  font-size: 13px; }

.single-projects .slider-pro .sp-full-screen-button {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  text-align: center;
  top: 60px;
  right: 60px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .single-projects .slider-pro .sp-full-screen-button:before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    content: '\e3c2';
    font-size: 32px;
    color: #fff;
    vertical-align: middle;
    line-height: 58px;
    width: 58px;
    height: 58px; }

.cherry-projects-ajax-loader {
  display: none !important; }

.cherry-projects-audio-list .wp-playlist {
  border: none;
  padding: 30px;
  margin-bottom: 30px; }
  .cherry-projects-audio-list .wp-playlist .mejs-controls {
    height: 30px; }
    .cherry-projects-audio-list .wp-playlist .mejs-controls .mejs-time-total {
      margin: 0;
      top: 0;
      height: 100%; }
  .cherry-projects-audio-list .wp-playlist .wp-playlist-current-item .wp-playlist-item-title {
    font-size: 22px;
    font-weight: 500; }
  .cherry-projects-audio-list .wp-playlist .wp-playlist-playing {
    background: none; }
    .cherry-projects-audio-list .wp-playlist .wp-playlist-playing .wp-playlist-caption {
      color: #fff;
      padding: 30px 0;
      font-weight: 400; }

.wp-playlist .wp-playlist-current-item img {
  display: none; }

.tm_pb_builder #tm_builder_outer_content .cherry-projects-terms-wrapper {
  position: relative; }

.tm_pb_builder #tm_builder_outer_content .projects-terms-container {
  position: relative; }
  .tm_pb_builder #tm_builder_outer_content .projects-terms-container .project-terms-caption .term-permalink {
    width: 58px;
    height: 58px;
    text-align: center;
    background: none;
    border: 2px solid #fff !important;
    display: table;
    background: none !important; }
    .tm_pb_builder #tm_builder_outer_content .projects-terms-container .project-terms-caption .term-permalink span {
      margin: 0;
      width: auto;
      height: auto;
      display: table-cell;
      vertical-align: middle; }
      .tm_pb_builder #tm_builder_outer_content .projects-terms-container .project-terms-caption .term-permalink span:before {
        content: '\e409';
        font-family: 'Material Icons';
        font-size: 32px;
        line-height: 1em;
        width: auto;
        height: auto;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
  @media (min-width: 1199px) {
    .tm_pb_builder #tm_builder_outer_content .projects-terms-container .inner-wrapper:hover h5 {
      top: 0; } }
  @media (min-width: 1199px) {
    .tm_pb_builder #tm_builder_outer_content .projects-terms-container .inner-wrapper:hover .term-permalink.simple-icon {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .tm_pb_builder #tm_builder_outer_content .projects-terms-container .inner-wrapper:hover .featured-image {
    position: relative; }
  .tm_pb_builder #tm_builder_outer_content .projects-terms-container .featured-image {
    position: relative; }
    .tm_pb_builder #tm_builder_outer_content .projects-terms-container .featured-image .term-img {
      position: relative;
      display: block; }
      .tm_pb_builder #tm_builder_outer_content .projects-terms-container .featured-image .term-img:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .5;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.82) 81%, black 99%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.82) 81%, black 99%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), color-stop(81%, rgba(0, 0, 0, 0.82)), color-stop(99%, black));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.82) 81%, black 99%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.82) 81%, black 99%);
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .tm_pb_builder #tm_builder_outer_content .projects-terms-container .featured-image .term-img:hover .cover {
        opacity: 1; }
        .tm_pb_builder #tm_builder_outer_content .projects-terms-container .featured-image .term-img:hover .cover:before {
          top: 0; }
  .tm_pb_builder #tm_builder_outer_content .projects-terms-container .hover-content {
    padding: 15px 46px 15px 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible !important;
    opacity: 1; }
    .tm_pb_builder #tm_builder_outer_content .projects-terms-container .hover-content h5 {
      font-size: 22px;
      line-height: 36px;
      margin: 0;
      width: 70%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      opacity: 1;
      -ms-flex-item-align: auto;
      align-self: auto;
      position: relative;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      @media (min-width: 1199px) {
        .tm_pb_builder #tm_builder_outer_content .projects-terms-container .hover-content h5 {
          top: 35%; } }
      @media (max-width: 1600px) {
        .tm_pb_builder #tm_builder_outer_content .projects-terms-container .hover-content h5 {
          font-size: 17px;
          line-height: 26px; } }
    .tm_pb_builder #tm_builder_outer_content .projects-terms-container .hover-content .term-permalink.simple-icon {
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      -webkit-transition-delay: .05s;
      -o-transition-delay: .05s;
      transition-delay: .05s; }
      @media (min-width: 1199px) {
        .tm_pb_builder #tm_builder_outer_content .projects-terms-container .hover-content .term-permalink.simple-icon {
          -webkit-transform: translate(0, 120px);
          -ms-transform: translate(0, 120px);
          transform: translate(0, 120px); } }
  .tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout {
    margin: 0 -25px; }
    @media (max-width: 480px) {
      .tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout {
        margin: 0; } }
    .tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout .projects-terms-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout .projects-terms-list .projects-terms-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
        @media (max-width: 1199px) {
          .tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout .projects-terms-list .projects-terms-item {
            -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
            width: 50% !important; } }
        @media (max-width: 480px) {
          .tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout .projects-terms-list .projects-terms-item {
            -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
            width: 100% !important; } }
        @media (max-width: 480px) {
          .tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout .projects-terms-list .projects-terms-item .inner-wrapper {
            margin: 0 !important; } }
  @media (max-width: 980px) {
    .tm_pb_builder #tm_builder_outer_content .projects-terms-container.masonry-layout .projects-terms-list {
      -webkit-column-count: 2 !important;
      column-count: 2 !important; } }
  @media (max-width: 480px) {
    .tm_pb_builder #tm_builder_outer_content .projects-terms-container.masonry-layout .projects-terms-list {
      -webkit-column-count: 1 !important;
      column-count: 1 !important; } }
  .tm_pb_builder #tm_builder_outer_content .projects-terms-container.masonry-layout .projects-terms-list .projects-terms-item {
    display: inline-block; }
  .tm_pb_builder #tm_builder_outer_content .projects-terms-container.list-layout .projects-terms-list .projects-terms-item {
    margin-bottom: 30px; }
  .tm_pb_builder #tm_builder_outer_content .projects-terms-container.list-layout .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .tm_pb_builder #tm_builder_outer_content .projects-terms-container.list-layout .inner-wrapper {
        display: block; } }
  .tm_pb_builder #tm_builder_outer_content .projects-terms-container.list-layout .project-terms-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 30%;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .tm_pb_builder #tm_builder_outer_content .projects-terms-container.list-layout .project-terms-media {
        margin-right: 0; } }
  .tm_pb_builder #tm_builder_outer_content .projects-terms-container.list-layout .project-terms-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 70%; }

.tm_pb_builder #tm_builder_outer_content .project-terms-media.custom {
  margin-bottom: 28px; }
  .tm_pb_builder #tm_builder_outer_content .project-terms-media.custom a {
    position: relative; }
    .tm_pb_builder #tm_builder_outer_content .project-terms-media.custom a:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .tm_pb_builder #tm_builder_outer_content .project-terms-media.custom a:hover:after {
      opacity: 1; }
  .tm_pb_builder #tm_builder_outer_content .project-terms-media.custom .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .tm_pb_builder #tm_builder_outer_content .project-terms-media.custom .cover:before {
      content: '\e8ff';
      font-family: 'Material Icons';
      font-size: 32px;
      line-height: 1em;
      position: relative;
      top: 35%;
      width: 58px;
      height: 58px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 50%;
      color: #fff;
      border: 2px solid #fff;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }

.tm_pb_builder #tm_builder_outer_content .project-terms-content.custom .term-permalink {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 15px 27px;
  border: 2px solid;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .8px;
  border-radius: 0;
  margin-top: 20px; }
  .tm_pb_builder #tm_builder_outer_content .project-terms-content.custom .term-permalink span {
    margin: 0; }
    .tm_pb_builder #tm_builder_outer_content .project-terms-content.custom .term-permalink span:before {
      display: none; }

.tm_pb_builder #tm_builder_outer_content .projects-terms-list {
  position: relative; }
  .tm_pb_builder #tm_builder_outer_content .projects-terms-list h5 {
    font-size: 22px;
    line-height: 36px;
    margin: 0 0 20px;
    width: 70%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.archive.tax-projects_category .cherry-animation-container.loading-animation-move-up .cherry-animation-list {
  margin: 0; }
  .archive.tax-projects_category .cherry-animation-container.loading-animation-move-up .cherry-animation-list h3 {
    font-size: 22px;
    line-height: 36px;
    margin: 0;
    width: 70%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .archive.tax-projects_category .cherry-animation-container.loading-animation-move-up .cherry-animation-list .permalink {
    width: 58px;
    height: 58px;
    text-align: center;
    background: none;
    border: 2px solid #fff;
    display: table;
    background: none;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }

.archive.tax-projects_category .cherry-animation-container .cherry-animation-list .cherry-animation-item .inner-wrapper {
  margin: 25px !important; }

.archive.tax-projects_category .site-main .project-terms-caption {
  padding-bottom: 160px; }
  @media (max-width: 767px) {
    .archive.tax-projects_category .site-main .project-terms-caption {
      padding-bottom: 50px; } }
  .archive.tax-projects_category .site-main .project-terms-caption &gt; p {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    column-gap: 50px; }
    @media (max-width: 768px) {
      .archive.tax-projects_category .site-main .project-terms-caption &gt; p {
        -webkit-column-gap: 0;
        column-gap: 0;
        -webkit-column-count: 1;
        column-count: 1; } }

.tax-projects_category .cherry-projects-wrapper {
  padding-bottom: 145px;
  margin: 0 -25px; }
  @media (max-width: 767px) {
    .tax-projects_category .cherry-projects-wrapper {
      padding-bottom: 50px; } }

.cherry-projects-wrapper .projects-list {
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .cherry-projects-wrapper .projects-list {
      padding-bottom: 0; } }
  .cherry-projects-wrapper .projects-list .permalink {
    width: 58px;
    height: 58px;
    text-align: center;
    background: none;
    border: 2px solid #fff !important;
    display: table;
    background: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
    .cherry-projects-wrapper .projects-list .permalink span {
      margin: 0;
      width: auto;
      height: auto;
      display: table-cell;
      vertical-align: middle; }
      .cherry-projects-wrapper .projects-list .permalink span:before {
        content: '\e409';
        font-family: 'Material Icons';
        font-size: 32px;
        line-height: 1em;
        width: auto;
        height: auto;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }

.content-layout-boxed.tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout {
  margin: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider {
  position: relative;
  overflow: hidden; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide {
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  list-style: none !important; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider.gallery-not-found .tm_pb_slide {
  min-height: 0 !important; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_slider.gallery-not-found .tm_pb_slide .tm_pb_container {
    min-height: 0 !important; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide:first-child {
  display: list-item; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_container {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slide {
  padding: 0 6%; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_video_slider .tm_pb_slide {
  padding: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_off .tm_pb_container {
  width: 100% !important; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-next {
  width: 58px;
  height: 58px;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 100;
  font-size: 48px;
  color: #fff;
  margin-top: -29px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-prev:before,
  .tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-next:before {
    color: #fff;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    vertical-align: middle; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-prev:before {
  content: '\e408'; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-next:before {
  content: '\e409'; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-prev:hover,
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-next:hover {
  text-decoration: none; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-prev span,
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-next span {
  display: none; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-prev {
  left: -22px; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-next {
  right: -22px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider:hover .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm_mobile_device .tm-pb-arrow-prev {
  left: 30px !important;
  opacity: 1; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider:hover .tm-pb-arrow-next,
.tm_pb_builder #tm_builder_outer_content .tm_mobile_device .tm-pb-arrow-next {
  right: 30px !important;
  opacity: 1; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider:hover .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider:hover .tm-pb-arrow-prev {
  left: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider:hover .tm-pb-arrow-next {
  right: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider:hover .tm-pb-arrow-prev {
  right: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider .tm_pb_slide {
  min-height: 170px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider:hover .tm-pb-arrow-next {
  right: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_image {
  position: absolute;
  bottom: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slide:first-child .tm_pb_slide_image img {
  opacity: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_slide:first-child .tm_pb_slide_image img.active {
    opacity: 1;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-delay: 0.6s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.7s;
    -moz-animation-delay: 0.6s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 0.7s;
    -o-animation-delay: 0.6s;
    -o-animation-timing-function: ease-in-out;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 0.7s;
    -ms-animation-delay: 0.6s;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-fill-mode: both;
    animation-duration: 0.7s;
    animation-delay: 0.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    -webkit-animation-name: fadeLeft;
    -moz-animation-name: fadeLeft;
    -ms-animation-name: fadeLeft;
    -o-animation-name: fadeLeft;
    animation-name: fadeLeft; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_media_alignment_center .tm_pb_slide_image {
  bottom: auto;
  top: 50%; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-active-slide .tm_pb_slide_image,
.tm_pb_builder #tm_builder_outer_content .tm-pb-active-slide .tm_pb_slide_video {
  -webkit-animation-duration: 0.7s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.7s;
  -moz-animation-delay: 0.6s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: 0.7s;
  -o-animation-delay: 0.6s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: 0.7s;
  -ms-animation-delay: 0.6s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-delay: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-active-slide .tm_pb_slide_image {
  -webkit-animation-name: fadeLeft;
  -moz-animation-name: fadeLeft;
  -ms-animation-name: fadeLeft;
  -o-animation-name: fadeLeft;
  animation-name: fadeLeft; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_image {
  width: 47.25%;
  margin-right: 5.5%; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_slide_image img {
    vertical-align: bottom; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_video {
  width: 47.25%;
  margin-right: 5.5%; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-active-slide .tm_pb_slide_description {
  -webkit-animation-duration: 0.7s;
  -webkit-animation-delay: 0.9s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.7s;
  -moz-animation-delay: 0.9s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: 0.7s;
  -o-animation-delay: 0.9s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: 0.7s;
  -ms-animation-delay: 0.9s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-delay: 0.9s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-name: fadeBottom;
  -moz-animation-name: fadeBottom;
  -ms-animation-name: fadeBottom;
  -o-animation-name: fadeBottom;
  animation-name: fadeBottom; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_bg_layout_dark .tm_pb_slide_description {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.tm_pb_builder #tm_builder_outer_content .tm_pb_bg_layout_dark .tm_pb_slide_content {
  color: #fff; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description {
  padding: 16% 8%;
  width: auto;
  margin: auto; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description .tm_pb_slide_title {
    font-weight: 300;
    font-size: 46px;
    margin-top: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_off .tm_pb_slide_description {
  width: auto;
  margin: auto; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_with_image .tm_pb_slide_description {
  width: 47.25%;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  float: right; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_content {
  font-size: 18px;
  font-weight: 400;
  color: #333; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_slide_content p:last-of-type {
    padding-bottom: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slider .tm_pb_container,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider .tm_pb_container,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider .tm_pb_container,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider .tm_pb_container {
  min-height: initial !important; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slider_fullwidth_off .tm_pb_slide_description,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider_fullwidth_off .tm_pb_slide_description,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider_fullwidth_off .tm_pb_slide_description {
  text-align: center; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_fullwidth_off .tm_pb_slide_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_fullwidth_off .tm_pb_slide_video {
  display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_fullwidth_off .tm_pb_slide_description,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_fullwidth_off .tm_pb_slide_with_image .tm_pb_slide_description {
  text-align: center; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider_fullwidth_off .tm_pb_slide_with_image .tm_pb_slide_content {
  display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider_fullwidth_off .tm_pb_slide_video,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slider_fullwidth_off .tm_pb_slide_video {
  display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider_fullwidth_off .tm_pb_slide_with_image .tm_pb_slide_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider_fullwidth_off .tm_pb_slide_video {
  display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slide_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_column_3_8 .tm_pb_slide_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slide_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slide_content {
  font-size: 14px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column .tm_pb_slider_fullwidth_off .tm_pb_slide_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column .tm_pb_slider_fullwidth_off .tm_pb_slide_video,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column .tm_pb_slider_fullwidth_off .tm_pb_slide_with_image .tm_pb_slide_content {
  display: block; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slide_description .tm_pb_slide_title,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_column_3_8 .tm_pb_slide_description .tm_pb_slide_title {
  font-size: 26px;
  font-weight: 400; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slide_description .tm_pb_slide_title,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slide_description .tm_pb_slide_title {
  font-size: 22px;
  font-weight: 400; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_with_text_overlay h2.tm_pb_slide_title {
  padding: 30px 30px 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_with_text_overlay .tm_pb_slide_content {
  padding: 0 30px 30px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_with_overlay .tm_pb_slide_overlay_container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_content .post-meta {
  font-size: 13px !important;
  font-weight: 400 !important;
  padding-bottom: 0 !important;
  padding-top: 5px !important; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_slide_content .post-meta a {
    font-size: 13px !important;
    font-weight: 400 !important; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_image img {
  margin: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description h1 {
  margin-bottom: 24px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description h2 {
  padding-bottom: 10px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .mejs-offscreen {
  display: none; }

.single-projects .cherry-projects-single-meta {
  border: none !important; }
  .single-projects .cherry-projects-single-meta h3 {
    padding-bottom: 9px; }

.single-projects .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails {
  background: none;
  margin-top: 20px;
  margin-bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.single-projects .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail {
  border: none !important; }
  .single-projects .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail:after {
    content: '';
    width: 100%;
    height: 3px;
    background: transparent;
    display: block;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .single-projects .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail img {
    display: block; }
  .single-projects .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail:hover:after, .single-projects .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail.sp-selected-thumbnail:after {
    background: red; }

.single-projects .cherry-projects-single-post .cherry-projects-slider__instance .slider-pro {
  margin-bottom: 60px; }

.single-projects .cherry-projects-slider__instance .slider-pro .sp-fade-arrows {
  opacity: 1; }

.single-projects .cherry-projects-slider__instance .slider-pro .sp-arrow {
  width: 58px;
  height: 58px; }
  .single-projects .cherry-projects-slider__instance .slider-pro .sp-arrow:before {
    display: none; }
  .single-projects .cherry-projects-slider__instance .slider-pro .sp-arrow:after {
    right: 0;
    top: 0;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    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';
    width: 100%;
    height: 100%;
    line-height: 56px;
    font-size: 32px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .single-projects .cherry-projects-slider__instance .slider-pro .sp-arrow.sp-previous-arrow {
    left: 60px; }
    .single-projects .cherry-projects-slider__instance .slider-pro .sp-arrow.sp-previous-arrow:after {
      content: 'chevron_left';
      background: #0d0d0d; }
  .single-projects .cherry-projects-slider__instance .slider-pro .sp-arrow.sp-next-arrow {
    right: 60px; }
    .single-projects .cherry-projects-slider__instance .slider-pro .sp-arrow.sp-next-arrow:after {
      content: 'chevron_right';
      background: #0d0d0d; }

.tm_pb_builder #tm_builder_outer_content ul.tm_pb_social_media_follow .tm_pb_social_icon a.icon {
  top: auto;
  position: relative; }

.tm_pb_builder #tm_builder_outer_content ul.tm_pb_social_media_follow {
  list-style-type: none !important;
  margin: 0 0 22px;
  padding: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow {
  list-style: none; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li {
    float: left;
    margin-bottom: 8px;
    padding: 0 !important;
    list-style: none; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li:before {
      display: none; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a {
      margin-right: 8px;
      display: block;
      float: left;
      text-decoration: none;
      text-align: center;
      background: none; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a.follow_button {
        padding: 0 12px;
        margin-top: 5px;
        margin-right: 25px;
        font-size: 14px;
        line-height: 1.6em;
        background: rgba(0, 0, 0, 0.1);
        color: rgba(0, 0, 0, 0.5);
        border-radius: 3px;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s; }
        .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a.follow_button:hover {
          background: rgba(0, 0, 0, 0.2);
          color: rgba(0, 0, 0, 0.6); }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_bg_layout_dark li a.follow_button {
    background: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.8); }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_bg_layout_dark li a.follow_button:hover {
      background: rgba(0, 0, 0, 0.7); }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a.icon {
    height: auto;
    width: auto;
    padding: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: none;
    font-size: 15px;
    margin-right: 27px; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a.icon.rounded_rectangle {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a.icon.circle {
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial {
  position: relative;
  padding: 30px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial:before {
    display: none; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_testimonial_no_bg {
    padding: 30px 0 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial p:last-of-type {
    padding-bottom: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_text_align_center .tm_pb_testimonial_description {
    text-indent: 0; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_text_align_center .tm_pb_testimonial_description:before {
      position: relative; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_portrait {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 29px 26px 0;
  float: left;
  position: relative;
  display: inline-block;
  width: 136px;
  height: 136px;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_testimonial_portrait,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_testimonial_portrait,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_testimonial_portrait {
  float: none;
  display: block; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_meta {
  margin-top: 10px;
  font-weight: 500;
  display: block;
  color: #fff;
  position: relative;
  text-indent: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_description {
  display: inline-block;
  position: relative;
  padding: 17px 0 10px 0;
  text-indent: 55px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_description:before {
    position: absolute;
    line-height: 1em;
    top: 0;
    left: 0;
    text-indent: 0;
    font-weight: 400;
    content: attr(data-icon);
    font-family: 'FontAwesome';
    font-size: 45px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_author {
  margin-top: 23px;
  font-weight: 500;
  display: block;
  position: relative;
  text-indent: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_author:before {
    content: '—';
    display: inline-block;
    margin-right: 6px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_author a {
    color: inherit; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_testimonial_no_bg:before {
  background: inherit; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_icon_off .tm_pb_testimonial_description {
  text-indent: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_icon_off .tm_pb_testimonial_description:before {
    display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_icon_off:before {
  display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_old_layout {
  color: #666 !important; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_old_layout .tm_pb_testimonial_description a {
    color: #666 !important; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_toggle {
  padding: 2px 0;
  background: none;
  border: none; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_title {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 20px;
    font-size: 22px;
    color: #fff; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_title:before {
      position: relative;
      left: 0;
      font-size: 16px;
      color: #ccc;
      top: auto;
      margin-top: 0;
      margin-right: 9px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close {
    background: none; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title {
      padding-left: 0;
      display: block; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title:before {
        font-family: 'Material Icons';
        font-weight: 400;
        font-style: normal;
        content: '\e315';
        font-size: 32px;
        line-height: 1em;
        vertical-align: middle;
        float: left; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content {
      display: none; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_open {
    background: none; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
      padding-left: 0; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title:before {
        font-family: 'Material Icons';
        font-weight: 400;
        font-style: normal;
        content: '\e313';
        font-size: 32px;
        line-height: 1em;
        vertical-align: middle; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_content {
    padding-top: 5px;
    padding-right: 30px; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_content p:last-of-type {
      padding-bottom: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs {
  padding-top: 17px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls,
.tm_pb_builder #tm_builder_outer_content .tm_pb_tab {
  word-wrap: break-word; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs p {
  line-height: 1.6 !important; }

.tm_pb_builder #tm_builder_outer_content ul.tm_pb_tabs_controls {
  border-bottom: none;
  background-color: none; }
  .tm_pb_builder #tm_builder_outer_content ul.tm_pb_tabs_controls li {
    padding: 0;
    margin: 0; }
    .tm_pb_builder #tm_builder_outer_content ul.tm_pb_tabs_controls li:before {
      display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li {
  display: inline-block;
  padding: 5px 30px 3px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  max-width: 100%;
  float: left; }
  @media (max-width: 767px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li {
      display: block;
      width: 100%;
      text-align: center; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 30px;
    letter-spacing: .8px;
    background: #0d0d0d;
    display: inline-block; }
    @media (max-width: 767px) {
      .tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li a {
        display: block;
        font-size: 12px; } }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li.tm_pb_tab_active {
    padding: 0;
    bottom: 0;
    border-bottom: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_tab p:last-of-type {
  padding-bottom: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_all_tabs {
  padding: 55px 0;
  background: none;
  margin-top: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_all_tabs &gt; div {
    display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_all_tabs .tm_pb_active_content {
  display: block; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_tabs_controls,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_tabs_controls {
  border-bottom: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_tabs_controls li,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_tabs_controls li,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_tabs_controls li {
  float: none;
  border-right: none;
  border-bottom: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls {
  list-style: none !important;
  padding: 0 !important;
  line-height: inherit !important;
  border-bottom: none; }

.tm_pb_builder #tm_builder_outer_content h1 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content h2 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content h3 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content h4 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content h5 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content h6 + .title-delimiter {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.5; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_builder #tm_builder_outer_content__holder {
  float: left;
  padding: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.tm_pb_builder #tm_builder_outer_content__inner {
  position: relative;
  overflow: hidden; }
  .tiles-columns .tm_pb_builder #tm_builder_outer_content__inner {
    position: absolute;
    width: 100%;
    height: 100%; }
  .tm_pb_builder #tm_builder_outer_content__inner .term-img {
    display: block;
    width: 100%;
    height: auto; }

.tm_pb_builder #tm_builder_outer_content .tiles-item .term-img {
  background-size: cover;
  background-position: center; }

.tm_pb_builder #tm_builder_outer_content__content {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px; }
  .tm_pb_builder #tm_builder_outer_content__content .btn {
    white-space: normal; }

.tm_pb_builder #tm_builder_outer_content__title {
  margin: 0; }

.tm_pb_builder #tm_builder_outer_content .button--holder {
  display: block;
  margin: 15px 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_map {
  height: 490px;
  width: 100%;
  position: relative; }

.tm_pb_builder #tm_builder_outer_content body.chrome.parallax-map-support .tm_pb_map {
  -webkit-transform: inherit !important;
  -ms-transform: inherit !important;
  transform: inherit !important; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_map_container {
  margin: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_map_container img {
  max-width: inherit; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_map_pin {
  display: none;
  visibility: hidden; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_map {
  height: 400px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_map,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_map {
  height: 280px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_map,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_map {
  height: 230px; }

.tm_pb_builder #tm_builder_outer_content .gm-style-iw h3 {
  margin-top: 0;
  margin-bottom: 18px;
  padding: 0 20px; }

.tm_pb_builder #tm_builder_outer_content .gm-style-iw .infowindow {
  padding: 0 25px; }
  .tm_pb_builder #tm_builder_outer_content .gm-style-iw .infowindow p strong {
    color: #fff !important; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel {
  margin-top: 2%;
  position: relative;
  overflow: hidden; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_carousel:hover .tm-pb-arrow-prev {
    left: 10px;
    opacity: 1; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_carousel:hover .tm-pb-arrow-next {
    right: 10px;
    opacity: 1; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_carousel {
  margin-bottom: 0 !important; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_carousel.tm_pb_controls_light + .tm_pb_carousel .tm-pb-arrow-prev,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_carousel.tm_pb_controls_light + .tm_pb_carousel .tm-pb-arrow-next,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_carousel.tm_pb_controls_light + .tm_pb_carousel .tm_pb_video_play {
    color: #fff; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_carousel.tm_pb_controls_dark + .tm_pb_carousel .tm-pb-arrow-prev,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_carousel.tm_pb_controls_dark + .tm_pb_carousel .tm-pb-arrow-next,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_slider_carousel.tm_pb_controls_dark + .tm_pb_carousel .tm_pb_video_play {
    color: #333; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items .tm-carousel-group {
    display: none;
    float: left;
    width: 100%;
    position: relative; }
    .tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items .tm-carousel-group.active {
      display: block; }
      .tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items .tm-carousel-group.active .tm_pb_carousel_item:last-child {
        margin-right: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_item {
  display: none;
  position: relative;
  background: rgba(0, 0, 0, 0.25);
  float: left;
  margin: 0 2% 0 0;
  padding: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items.columns-6 .tm_pb_carousel_item {
  width: 15%; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items.columns-5 .tm_pb_carousel_item {
  width: 18.4%; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items.columns-4 .tm_pb_carousel_item {
  width: 23.5%; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items.columns-3 .tm_pb_carousel_item {
  width: 32%; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items.columns-2 .tm_pb_carousel_item {
  width: 49%; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items.columns-1 .tm_pb_carousel_item {
  width: 100%; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_item:after {
  padding-top: 75%;
  display: block;
  content: ""; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_item .tm_pb_video_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_item.tm-pb-active-control .tm_pb_video_overlay_hover {
  background: rgba(0, 0, 0, 0.6); }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_item .tm_pb_video_play {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_item .tm_pb_video_overlay:hover .tm_pb_video_play {
  opacity: 1; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_item .tm_pb_video_overlay_hover:hover {
  background: rgba(0, 0, 0, 0.6); }

.tm_pb_builder #tm_builder_outer_content .tm_mobile_device .tm_pb_slider_carousel .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm_mobile_device .tm_pb_slider_carousel .tm-pb-arrow-next {
  opacity: 0 !important; }

.tm_pb_builder #tm_builder_outer_content .tm_mobile_device .tm_pb_carousel .tm-pb-arrow-prev {
  left: -10px;
  opacity: 1; }

.tm_pb_builder #tm_builder_outer_content .tm_mobile_device .tm_pb_carousel .tm-pb-arrow-next {
  right: -10px;
  opacity: 1; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_carousel .tm_pb_slide {
  min-height: initial !important; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_carousel_item .tm_pb_video_play,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_carousel_item .tm_pb_video_play,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_carousel_item .tm_pb_video_play,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_carousel_item .tm_pb_video_play {
  font-size: 2.78rem;
  line-height: 2.78rem;
  margin-left: -1.39rem;
  margin-top: -1.39rem; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_carousel_item .tm_pb_video_play,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_carousel_item .tm_pb_video_play {
  font-size: 2rem;
  line-height: 2rem;
  margin-left: -1rem;
  margin-top: -1rem; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_carousel_item .tm_pb_video_play {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-left: -0.75rem;
  margin-top: -0.75rem; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_video_slider .tm-pb-slider-arrows {
  display: none !important; }

/*# sourceMappingURL=style.css.map */</pre></body></html>